ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.ScratchPad/ScratchPad.Designer.cs
Revision: 785
Committed: Fri Jun 21 04:50:33 2013 UTC (10 years, 3 months ago) by william
File size: 5597 byte(s)
Log Message:

File Contents

# Content
1 namespace RomCheater.ScratchPad
2 {
3 partial class ScratchPad
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScratchPad));
32 this.ScracthPadSaver = new System.Windows.Forms.SaveFileDialog();
33 this.ScracthPadLoader = new System.Windows.Forms.OpenFileDialog();
34 this.tb = new System.Windows.Forms.TabControl();
35 this.toolStrip1 = new System.Windows.Forms.ToolStrip();
36 this.mnuItemNew = new System.Windows.Forms.ToolStripButton();
37 this.toolStrip1.SuspendLayout();
38 this.SuspendLayout();
39 //
40 // ScracthPadSaver
41 //
42 this.ScracthPadSaver.DefaultExt = "txt";
43 this.ScracthPadSaver.Filter = "Text Files|*.txt|All Files|*.*";
44 this.ScracthPadSaver.SupportMultiDottedExtensions = true;
45 this.ScracthPadSaver.Title = "Please choose the fail to save";
46 //
47 // ScracthPadLoader
48 //
49 this.ScracthPadLoader.DefaultExt = "txt";
50 this.ScracthPadLoader.Filter = "Text Files|*.txt|All Files|*.*";
51 this.ScracthPadLoader.SupportMultiDottedExtensions = true;
52 this.ScracthPadLoader.Title = "Please choose the file to load";
53 //
54 // tb
55 //
56 this.tb.Dock = System.Windows.Forms.DockStyle.Fill;
57 this.tb.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
58 this.tb.Location = new System.Drawing.Point(0, 25);
59 this.tb.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
60 this.tb.Name = "tb";
61 this.tb.SelectedIndex = 0;
62 this.tb.Size = new System.Drawing.Size(973, 460);
63 this.tb.TabIndex = 1;
64 //
65 // toolStrip1
66 //
67 this.toolStrip1.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
68 this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
69 this.mnuItemNew});
70 this.toolStrip1.Location = new System.Drawing.Point(0, 0);
71 this.toolStrip1.Name = "toolStrip1";
72 this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
73 this.toolStrip1.Size = new System.Drawing.Size(973, 25);
74 this.toolStrip1.TabIndex = 2;
75 this.toolStrip1.Text = "toolStrip1";
76 //
77 // mnuItemNew
78 //
79 this.mnuItemNew.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemNew.Image")));
80 this.mnuItemNew.ImageTransparentColor = System.Drawing.Color.Magenta;
81 this.mnuItemNew.Name = "mnuItemNew";
82 this.mnuItemNew.Size = new System.Drawing.Size(58, 22);
83 this.mnuItemNew.Text = "&New";
84 this.mnuItemNew.Click += new System.EventHandler(this.mnuItemNew_Click);
85 //
86 // ScratchPad
87 //
88 this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
89 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
90 this.ClientSize = new System.Drawing.Size(973, 485);
91 this.Controls.Add(this.tb);
92 this.Controls.Add(this.toolStrip1);
93 this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
94 this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
95 this.Name = "ScratchPad";
96 this.Text = "Scratch Pad";
97 this.Deactivate += new System.EventHandler(this.ScratchPad_Deactivate);
98 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScratchPad_FormClosing);
99 this.Load += new System.EventHandler(this.ScratchPad_Load);
100 this.Shown += new System.EventHandler(this.ScratchPad_Shown);
101 this.toolStrip1.ResumeLayout(false);
102 this.toolStrip1.PerformLayout();
103 this.ResumeLayout(false);
104 this.PerformLayout();
105
106 }
107
108 #endregion
109
110 private System.Windows.Forms.SaveFileDialog ScracthPadSaver;
111 private System.Windows.Forms.OpenFileDialog ScracthPadLoader;
112 private System.Windows.Forms.TabControl tb;
113 private System.Windows.Forms.ToolStrip toolStrip1;
114 private System.Windows.Forms.ToolStripButton mnuItemNew;
115 }
116 }