ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.ScratchPad/ScratchPad.Designer.cs
Revision: 762
Committed: Thu Jun 20 20:25:55 2013 UTC (9 years, 9 months ago) by william
File size: 10423 byte(s)
Log Message:
move Scratchpad to it's own plugin

File Contents

# User Rev Content
1 william 762 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.toolStrip1 = new System.Windows.Forms.ToolStrip();
33     this.mnuItemSave = new System.Windows.Forms.ToolStripButton();
34     this.mnuItemOpen = new System.Windows.Forms.ToolStripButton();
35     this.mnuItemUndo = new System.Windows.Forms.ToolStripButton();
36     this.mnuItemRedo = new System.Windows.Forms.ToolStripButton();
37     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
38     this.mnuItemCopy = new System.Windows.Forms.ToolStripButton();
39     this.mnuItemPaste = new System.Windows.Forms.ToolStripButton();
40     this.ScracthPadSaver = new System.Windows.Forms.SaveFileDialog();
41     this.ScracthPadLoader = new System.Windows.Forms.OpenFileDialog();
42     this.txtScratchPad = new System.Windows.Forms.RichTextBox();
43     this.toolStrip1.SuspendLayout();
44     this.SuspendLayout();
45     //
46     // toolStrip1
47     //
48     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
49     this.mnuItemSave,
50     this.mnuItemOpen,
51     this.mnuItemUndo,
52     this.mnuItemRedo,
53     this.toolStripButton2,
54     this.mnuItemCopy,
55     this.mnuItemPaste});
56     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
57     this.toolStrip1.Name = "toolStrip1";
58     this.toolStrip1.Size = new System.Drawing.Size(743, 25);
59     this.toolStrip1.TabIndex = 0;
60     this.toolStrip1.Text = "toolStrip1";
61     //
62     // mnuItemSave
63     //
64     this.mnuItemSave.BackColor = System.Drawing.SystemColors.ControlLight;
65     this.mnuItemSave.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemSave.Image")));
66     this.mnuItemSave.ImageTransparentColor = System.Drawing.Color.Magenta;
67     this.mnuItemSave.Name = "mnuItemSave";
68     this.mnuItemSave.Size = new System.Drawing.Size(51, 22);
69     this.mnuItemSave.Text = "&Save";
70     this.mnuItemSave.Click += new System.EventHandler(this.mnuItemSave_Click);
71     //
72     // mnuItemOpen
73     //
74     this.mnuItemOpen.BackColor = System.Drawing.SystemColors.ControlLight;
75     this.mnuItemOpen.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemOpen.Image")));
76     this.mnuItemOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
77     this.mnuItemOpen.Name = "mnuItemOpen";
78     this.mnuItemOpen.Size = new System.Drawing.Size(56, 22);
79     this.mnuItemOpen.Text = "&Open";
80     this.mnuItemOpen.Click += new System.EventHandler(this.mnuItemOpen_Click);
81     //
82     // mnuItemUndo
83     //
84     this.mnuItemUndo.BackColor = System.Drawing.SystemColors.ControlLight;
85     this.mnuItemUndo.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemUndo.Image")));
86     this.mnuItemUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
87     this.mnuItemUndo.Name = "mnuItemUndo";
88     this.mnuItemUndo.Size = new System.Drawing.Size(56, 22);
89     this.mnuItemUndo.Text = "&Undo";
90     this.mnuItemUndo.Click += new System.EventHandler(this.mnuItemUndo_Click);
91     //
92     // mnuItemRedo
93     //
94     this.mnuItemRedo.BackColor = System.Drawing.SystemColors.ControlLight;
95     this.mnuItemRedo.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemRedo.Image")));
96     this.mnuItemRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
97     this.mnuItemRedo.Name = "mnuItemRedo";
98     this.mnuItemRedo.Size = new System.Drawing.Size(54, 22);
99     this.mnuItemRedo.Text = "&Redo";
100     this.mnuItemRedo.Click += new System.EventHandler(this.mnuItemRedo_Click);
101     //
102     // toolStripButton2
103     //
104     this.toolStripButton2.BackColor = System.Drawing.SystemColors.ControlLight;
105     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
106     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
107     this.toolStripButton2.Name = "toolStripButton2";
108     this.toolStripButton2.Size = new System.Drawing.Size(54, 22);
109     this.toolStripButton2.Text = "&Clear";
110     this.toolStripButton2.Click += new System.EventHandler(this.mnuItemClear_Click);
111     //
112     // mnuItemCopy
113     //
114     this.mnuItemCopy.BackColor = System.Drawing.SystemColors.ControlLight;
115     this.mnuItemCopy.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemCopy.Image")));
116     this.mnuItemCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
117     this.mnuItemCopy.Name = "mnuItemCopy";
118     this.mnuItemCopy.Size = new System.Drawing.Size(55, 22);
119     this.mnuItemCopy.Text = "C&opy";
120     this.mnuItemCopy.Click += new System.EventHandler(this.mnuItemCopy_Click);
121     //
122     // mnuItemPaste
123     //
124     this.mnuItemPaste.BackColor = System.Drawing.SystemColors.ControlLight;
125     this.mnuItemPaste.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemPaste.Image")));
126     this.mnuItemPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
127     this.mnuItemPaste.Name = "mnuItemPaste";
128     this.mnuItemPaste.Size = new System.Drawing.Size(55, 22);
129     this.mnuItemPaste.Text = "&Paste";
130     this.mnuItemPaste.Click += new System.EventHandler(this.mnuItemPaste_Click);
131     //
132     // ScracthPadSaver
133     //
134     this.ScracthPadSaver.DefaultExt = "txt";
135     this.ScracthPadSaver.Filter = "Text Files|*.txt|All Files|*.*";
136     this.ScracthPadSaver.SupportMultiDottedExtensions = true;
137     this.ScracthPadSaver.Title = "Please choose the fail to save";
138     //
139     // ScracthPadLoader
140     //
141     this.ScracthPadLoader.DefaultExt = "txt";
142     this.ScracthPadLoader.Filter = "Text Files|*.txt|All Files|*.*";
143     this.ScracthPadLoader.SupportMultiDottedExtensions = true;
144     this.ScracthPadLoader.Title = "Please choose the file to load";
145     //
146     // txtScratchPad
147     //
148     this.txtScratchPad.Dock = System.Windows.Forms.DockStyle.Fill;
149     this.txtScratchPad.Font = new System.Drawing.Font("Segoe UI Mono", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
150     this.txtScratchPad.ForeColor = System.Drawing.SystemColors.GrayText;
151     this.txtScratchPad.Location = new System.Drawing.Point(0, 25);
152     this.txtScratchPad.Name = "txtScratchPad";
153     this.txtScratchPad.Size = new System.Drawing.Size(743, 362);
154     this.txtScratchPad.TabIndex = 1;
155     this.txtScratchPad.Text = "This is a test";
156     this.txtScratchPad.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.txtScratchPad_LinkClicked);
157     this.txtScratchPad.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtScratchPad_KeyDown);
158     this.txtScratchPad.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtScratchPad_MouseDown);
159     //
160     // ScratchPad
161     //
162     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
163     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
164     this.ClientSize = new System.Drawing.Size(743, 387);
165     this.Controls.Add(this.txtScratchPad);
166     this.Controls.Add(this.toolStrip1);
167     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
168     this.Name = "ScratchPad";
169     this.Text = "Scratch Pad";
170     this.Deactivate += new System.EventHandler(this.ScratchPad_Deactivate);
171     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScratchPad_FormClosing);
172     this.toolStrip1.ResumeLayout(false);
173     this.toolStrip1.PerformLayout();
174     this.ResumeLayout(false);
175     this.PerformLayout();
176    
177     }
178    
179     #endregion
180    
181     private System.Windows.Forms.ToolStrip toolStrip1;
182     private System.Windows.Forms.ToolStripButton mnuItemSave;
183     private System.Windows.Forms.ToolStripButton mnuItemOpen;
184     private System.Windows.Forms.SaveFileDialog ScracthPadSaver;
185     private System.Windows.Forms.OpenFileDialog ScracthPadLoader;
186     private System.Windows.Forms.RichTextBox txtScratchPad;
187     private System.Windows.Forms.ToolStripButton mnuItemUndo;
188     private System.Windows.Forms.ToolStripButton mnuItemRedo;
189     private System.Windows.Forms.ToolStripButton mnuItemPaste;
190     private System.Windows.Forms.ToolStripButton toolStripButton2;
191     private System.Windows.Forms.ToolStripButton mnuItemCopy;
192     }
193     }