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 |
this.components = new System.ComponentModel.Container(); |
32 |
Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender(); |
33 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScratchPadDocument)); |
34 |
this.txtEditor = new Fireball.Windows.Forms.CodeEditorControl(); |
35 |
this.syntaxDocument1 = new Fireball.Syntax.SyntaxDocument(this.components); |
36 |
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |
37 |
this.mnuItemOpen = new System.Windows.Forms.ToolStripButton(); |
38 |
this.mnuItemSave = new System.Windows.Forms.ToolStripButton(); |
39 |
this.mnuItemClose = new System.Windows.Forms.ToolStripButton(); |
40 |
this.FileLoader = new System.Windows.Forms.OpenFileDialog(); |
41 |
this.FileSaver = new System.Windows.Forms.SaveFileDialog(); |
42 |
this.toolStrip1.SuspendLayout(); |
43 |
this.SuspendLayout(); |
44 |
// |
45 |
// txtEditor |
46 |
// |
47 |
this.txtEditor.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight; |
48 |
this.txtEditor.AutoListPosition = null; |
49 |
this.txtEditor.AutoListSelectedText = "a123"; |
50 |
this.txtEditor.AutoListVisible = false; |
51 |
this.txtEditor.CopyAsRTF = false; |
52 |
this.txtEditor.Dock = System.Windows.Forms.DockStyle.Fill; |
53 |
this.txtEditor.Document = this.syntaxDocument1; |
54 |
this.txtEditor.InfoTipCount = 1; |
55 |
this.txtEditor.InfoTipPosition = null; |
56 |
this.txtEditor.InfoTipSelectedIndex = 1; |
57 |
this.txtEditor.InfoTipVisible = false; |
58 |
lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16); |
59 |
this.txtEditor.LineMarginRender = lineMarginRender1; |
60 |
this.txtEditor.Location = new System.Drawing.Point(0, 25); |
61 |
this.txtEditor.LockCursorUpdate = false; |
62 |
this.txtEditor.Name = "txtEditor"; |
63 |
this.txtEditor.Saved = false; |
64 |
this.txtEditor.ShowScopeIndicator = false; |
65 |
this.txtEditor.Size = new System.Drawing.Size(913, 521); |
66 |
this.txtEditor.SmoothScroll = false; |
67 |
this.txtEditor.SplitviewH = -4; |
68 |
this.txtEditor.SplitviewV = -4; |
69 |
this.txtEditor.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233))))); |
70 |
this.txtEditor.TabIndex = 0; |
71 |
this.txtEditor.Text = "codeEditorControl1"; |
72 |
this.txtEditor.WhitespaceColor = System.Drawing.SystemColors.ControlDark; |
73 |
// |
74 |
// syntaxDocument1 |
75 |
// |
76 |
this.syntaxDocument1.Lines = new string[] { |
77 |
""}; |
78 |
this.syntaxDocument1.MaxUndoBufferSize = 1000; |
79 |
this.syntaxDocument1.Modified = false; |
80 |
this.syntaxDocument1.UndoStep = 0; |
81 |
// |
82 |
// toolStrip1 |
83 |
// |
84 |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
85 |
this.mnuItemOpen, |
86 |
this.mnuItemSave, |
87 |
this.mnuItemClose}); |
88 |
this.toolStrip1.Location = new System.Drawing.Point(0, 0); |
89 |
this.toolStrip1.Name = "toolStrip1"; |
90 |
this.toolStrip1.Size = new System.Drawing.Size(913, 25); |
91 |
this.toolStrip1.TabIndex = 1; |
92 |
this.toolStrip1.Text = "toolStrip1"; |
93 |
// |
94 |
// mnuItemOpen |
95 |
// |
96 |
this.mnuItemOpen.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemOpen.Image"))); |
97 |
this.mnuItemOpen.ImageTransparentColor = System.Drawing.Color.Magenta; |
98 |
this.mnuItemOpen.Name = "mnuItemOpen"; |
99 |
this.mnuItemOpen.Size = new System.Drawing.Size(56, 22); |
100 |
this.mnuItemOpen.Text = "&Open"; |
101 |
this.mnuItemOpen.Click += new System.EventHandler(this.mnuItemOpen_Click); |
102 |
// |
103 |
// mnuItemSave |
104 |
// |
105 |
this.mnuItemSave.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemSave.Image"))); |
106 |
this.mnuItemSave.ImageTransparentColor = System.Drawing.Color.Magenta; |
107 |
this.mnuItemSave.Name = "mnuItemSave"; |
108 |
this.mnuItemSave.Size = new System.Drawing.Size(51, 22); |
109 |
this.mnuItemSave.Text = "&Save"; |
110 |
this.mnuItemSave.Click += new System.EventHandler(this.mnuItemSave_Click); |
111 |
// |
112 |
// mnuItemClose |
113 |
// |
114 |
this.mnuItemClose.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemClose.Image"))); |
115 |
this.mnuItemClose.ImageTransparentColor = System.Drawing.Color.Magenta; |
116 |
this.mnuItemClose.Name = "mnuItemClose"; |
117 |
this.mnuItemClose.Size = new System.Drawing.Size(56, 22); |
118 |
this.mnuItemClose.Text = "&Close"; |
119 |
this.mnuItemClose.Click += new System.EventHandler(this.mnuItemClose_Click); |
120 |
// |
121 |
// FileLoader |
122 |
// |
123 |
this.FileLoader.Filter = "All files|*.*"; |
124 |
this.FileLoader.SupportMultiDottedExtensions = true; |
125 |
this.FileLoader.Title = "Please choose the file to open"; |
126 |
// |
127 |
// FileSaver |
128 |
// |
129 |
this.FileSaver.Filter = "All files|*.*"; |
130 |
this.FileSaver.SupportMultiDottedExtensions = true; |
131 |
this.FileSaver.Title = "Please choose the file to save"; |
132 |
// |
133 |
// ScratchPadDocument |
134 |
// |
135 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
136 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
137 |
this.Controls.Add(this.txtEditor); |
138 |
this.Controls.Add(this.toolStrip1); |
139 |
this.Name = "ScratchPadDocument"; |
140 |
this.Size = new System.Drawing.Size(913, 546); |
141 |
this.toolStrip1.ResumeLayout(false); |
142 |
this.toolStrip1.PerformLayout(); |
143 |
this.ResumeLayout(false); |
144 |
this.PerformLayout(); |
145 |
|
146 |
} |
147 |
|
148 |
#endregion |
149 |
|
150 |
private Fireball.Windows.Forms.CodeEditorControl txtEditor; |
151 |
private Fireball.Syntax.SyntaxDocument syntaxDocument1; |
152 |
private System.Windows.Forms.ToolStrip toolStrip1; |
153 |
private System.Windows.Forms.ToolStripButton mnuItemOpen; |
154 |
private System.Windows.Forms.ToolStripButton mnuItemSave; |
155 |
private System.Windows.Forms.ToolStripButton mnuItemClose; |
156 |
private System.Windows.Forms.OpenFileDialog FileLoader; |
157 |
private System.Windows.Forms.SaveFileDialog FileSaver; |
158 |
} |
159 |
} |