1 |
namespace RomCheater.ScratchPad |
2 |
{ |
3 |
partial class ScratchPadDocument |
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(ScratchPadDocument)); |
32 |
this.txtEditor = new System.Windows.Forms.RichTextBox(); |
33 |
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |
34 |
this.mnuItemOpen = new System.Windows.Forms.ToolStripButton(); |
35 |
this.mnuItemSave = new System.Windows.Forms.ToolStripButton(); |
36 |
this.mnuItemClose = new System.Windows.Forms.ToolStripButton(); |
37 |
this.FileLoader = new System.Windows.Forms.OpenFileDialog(); |
38 |
this.FileSaver = new System.Windows.Forms.SaveFileDialog(); |
39 |
this.toolStrip1.SuspendLayout(); |
40 |
this.SuspendLayout(); |
41 |
// |
42 |
// txtEditor |
43 |
// |
44 |
this.txtEditor.Dock = System.Windows.Forms.DockStyle.Fill; |
45 |
this.txtEditor.Location = new System.Drawing.Point(0, 25); |
46 |
this.txtEditor.Name = "txtEditor"; |
47 |
this.txtEditor.Size = new System.Drawing.Size(913, 521); |
48 |
this.txtEditor.TabIndex = 0; |
49 |
this.txtEditor.Text = ""; |
50 |
this.txtEditor.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.txtEditor_LinkClicked); |
51 |
this.txtEditor.TextChanged += new System.EventHandler(this.txtEditor_TextChanged); |
52 |
// |
53 |
// toolStrip1 |
54 |
// |
55 |
this.toolStrip1.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
56 |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
57 |
this.mnuItemOpen, |
58 |
this.mnuItemSave, |
59 |
this.mnuItemClose}); |
60 |
this.toolStrip1.Location = new System.Drawing.Point(0, 0); |
61 |
this.toolStrip1.Name = "toolStrip1"; |
62 |
this.toolStrip1.Size = new System.Drawing.Size(913, 25); |
63 |
this.toolStrip1.TabIndex = 1; |
64 |
this.toolStrip1.Text = "toolStrip1"; |
65 |
// |
66 |
// mnuItemOpen |
67 |
// |
68 |
this.mnuItemOpen.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemOpen.Image"))); |
69 |
this.mnuItemOpen.ImageTransparentColor = System.Drawing.Color.Magenta; |
70 |
this.mnuItemOpen.Name = "mnuItemOpen"; |
71 |
this.mnuItemOpen.Size = new System.Drawing.Size(68, 22); |
72 |
this.mnuItemOpen.Text = "&Open"; |
73 |
this.mnuItemOpen.Click += new System.EventHandler(this.mnuItemOpen_Click); |
74 |
// |
75 |
// mnuItemSave |
76 |
// |
77 |
this.mnuItemSave.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemSave.Image"))); |
78 |
this.mnuItemSave.ImageTransparentColor = System.Drawing.Color.Magenta; |
79 |
this.mnuItemSave.Name = "mnuItemSave"; |
80 |
this.mnuItemSave.Size = new System.Drawing.Size(68, 22); |
81 |
this.mnuItemSave.Text = "&Save"; |
82 |
this.mnuItemSave.Click += new System.EventHandler(this.mnuItemSave_Click); |
83 |
// |
84 |
// mnuItemClose |
85 |
// |
86 |
this.mnuItemClose.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
87 |
this.mnuItemClose.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemClose.Image"))); |
88 |
this.mnuItemClose.ImageTransparentColor = System.Drawing.Color.Magenta; |
89 |
this.mnuItemClose.Name = "mnuItemClose"; |
90 |
this.mnuItemClose.Size = new System.Drawing.Size(78, 22); |
91 |
this.mnuItemClose.Text = "&Close"; |
92 |
this.mnuItemClose.Click += new System.EventHandler(this.mnuItemClose_Click); |
93 |
// |
94 |
// FileLoader |
95 |
// |
96 |
this.FileLoader.Filter = "All files|*.*"; |
97 |
this.FileLoader.SupportMultiDottedExtensions = true; |
98 |
this.FileLoader.Title = "Please choose the file to open"; |
99 |
// |
100 |
// FileSaver |
101 |
// |
102 |
this.FileSaver.Filter = "All files|*.*"; |
103 |
this.FileSaver.SupportMultiDottedExtensions = true; |
104 |
this.FileSaver.Title = "Please choose the file to save"; |
105 |
// |
106 |
// ScratchPadDocument |
107 |
// |
108 |
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); |
109 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
110 |
this.Controls.Add(this.txtEditor); |
111 |
this.Controls.Add(this.toolStrip1); |
112 |
this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
113 |
this.Name = "ScratchPadDocument"; |
114 |
this.Size = new System.Drawing.Size(913, 546); |
115 |
this.toolStrip1.ResumeLayout(false); |
116 |
this.toolStrip1.PerformLayout(); |
117 |
this.ResumeLayout(false); |
118 |
this.PerformLayout(); |
119 |
|
120 |
} |
121 |
|
122 |
#endregion |
123 |
|
124 |
private System.Windows.Forms.RichTextBox txtEditor; |
125 |
private System.Windows.Forms.ToolStrip toolStrip1; |
126 |
private System.Windows.Forms.ToolStripButton mnuItemOpen; |
127 |
private System.Windows.Forms.ToolStripButton mnuItemSave; |
128 |
private System.Windows.Forms.ToolStripButton mnuItemClose; |
129 |
private System.Windows.Forms.OpenFileDialog FileLoader; |
130 |
private System.Windows.Forms.SaveFileDialog FileSaver; |
131 |
} |
132 |
} |