30 |
{ |
{ |
31 |
this.components = new System.ComponentModel.Container(); |
this.components = new System.ComponentModel.Container(); |
32 |
Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender(); |
Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender(); |
33 |
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScratchPadDocument)); |
34 |
this.codeEditorControl1 = new Fireball.Windows.Forms.CodeEditorControl(); |
this.codeEditorControl1 = new Fireball.Windows.Forms.CodeEditorControl(); |
35 |
this.syntaxDocument1 = new Fireball.Syntax.SyntaxDocument(this.components); |
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.toolStrip1.SuspendLayout(); |
41 |
this.SuspendLayout(); |
this.SuspendLayout(); |
42 |
// |
// |
43 |
// codeEditorControl1 |
// codeEditorControl1 |
44 |
// |
// |
45 |
this.codeEditorControl1.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight; |
this.codeEditorControl1.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight; |
46 |
this.codeEditorControl1.AutoListPosition = null; |
this.codeEditorControl1.AutoListPosition = null; |
47 |
this.codeEditorControl1.AutoListSelectedText = ""; |
this.codeEditorControl1.AutoListSelectedText = "a123"; |
48 |
this.codeEditorControl1.AutoListVisible = false; |
this.codeEditorControl1.AutoListVisible = false; |
49 |
this.codeEditorControl1.CopyAsRTF = false; |
this.codeEditorControl1.CopyAsRTF = false; |
50 |
|
this.codeEditorControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
51 |
this.codeEditorControl1.Document = this.syntaxDocument1; |
this.codeEditorControl1.Document = this.syntaxDocument1; |
52 |
this.codeEditorControl1.InfoTipCount = 1; |
this.codeEditorControl1.InfoTipCount = 1; |
53 |
this.codeEditorControl1.InfoTipPosition = null; |
this.codeEditorControl1.InfoTipPosition = null; |
54 |
this.codeEditorControl1.InfoTipSelectedIndex = 0; |
this.codeEditorControl1.InfoTipSelectedIndex = 1; |
55 |
this.codeEditorControl1.InfoTipVisible = false; |
this.codeEditorControl1.InfoTipVisible = false; |
56 |
lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16); |
lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16); |
57 |
this.codeEditorControl1.LineMarginRender = lineMarginRender1; |
this.codeEditorControl1.LineMarginRender = lineMarginRender1; |
58 |
this.codeEditorControl1.Location = new System.Drawing.Point(65, 85); |
this.codeEditorControl1.Location = new System.Drawing.Point(0, 25); |
59 |
this.codeEditorControl1.LockCursorUpdate = false; |
this.codeEditorControl1.LockCursorUpdate = false; |
60 |
this.codeEditorControl1.Name = "codeEditorControl1"; |
this.codeEditorControl1.Name = "codeEditorControl1"; |
61 |
this.codeEditorControl1.Saved = false; |
this.codeEditorControl1.Saved = false; |
62 |
this.codeEditorControl1.ShowScopeIndicator = false; |
this.codeEditorControl1.ShowScopeIndicator = false; |
63 |
this.codeEditorControl1.Size = new System.Drawing.Size(587, 449); |
this.codeEditorControl1.Size = new System.Drawing.Size(913, 521); |
64 |
this.codeEditorControl1.SmoothScroll = false; |
this.codeEditorControl1.SmoothScroll = false; |
65 |
this.codeEditorControl1.SplitviewH = -4; |
this.codeEditorControl1.SplitviewH = -4; |
66 |
this.codeEditorControl1.SplitviewV = -4; |
this.codeEditorControl1.SplitviewV = -4; |
77 |
this.syntaxDocument1.Modified = false; |
this.syntaxDocument1.Modified = false; |
78 |
this.syntaxDocument1.UndoStep = 0; |
this.syntaxDocument1.UndoStep = 0; |
79 |
// |
// |
80 |
|
// toolStrip1 |
81 |
|
// |
82 |
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
83 |
|
this.mnuItemOpen, |
84 |
|
this.mnuItemSave, |
85 |
|
this.mnuItemClose}); |
86 |
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0); |
87 |
|
this.toolStrip1.Name = "toolStrip1"; |
88 |
|
this.toolStrip1.Size = new System.Drawing.Size(913, 25); |
89 |
|
this.toolStrip1.TabIndex = 1; |
90 |
|
this.toolStrip1.Text = "toolStrip1"; |
91 |
|
// |
92 |
|
// mnuItemOpen |
93 |
|
// |
94 |
|
this.mnuItemOpen.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemOpen.Image"))); |
95 |
|
this.mnuItemOpen.ImageTransparentColor = System.Drawing.Color.Magenta; |
96 |
|
this.mnuItemOpen.Name = "mnuItemOpen"; |
97 |
|
this.mnuItemOpen.Size = new System.Drawing.Size(56, 22); |
98 |
|
this.mnuItemOpen.Text = "&Open"; |
99 |
|
this.mnuItemOpen.Click += new System.EventHandler(this.mnuItemOpen_Click); |
100 |
|
// |
101 |
|
// mnuItemSave |
102 |
|
// |
103 |
|
this.mnuItemSave.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemSave.Image"))); |
104 |
|
this.mnuItemSave.ImageTransparentColor = System.Drawing.Color.Magenta; |
105 |
|
this.mnuItemSave.Name = "mnuItemSave"; |
106 |
|
this.mnuItemSave.Size = new System.Drawing.Size(51, 22); |
107 |
|
this.mnuItemSave.Text = "&Save"; |
108 |
|
this.mnuItemSave.Click += new System.EventHandler(this.mnuItemSave_Click); |
109 |
|
// |
110 |
|
// mnuItemClose |
111 |
|
// |
112 |
|
this.mnuItemClose.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemClose.Image"))); |
113 |
|
this.mnuItemClose.ImageTransparentColor = System.Drawing.Color.Magenta; |
114 |
|
this.mnuItemClose.Name = "mnuItemClose"; |
115 |
|
this.mnuItemClose.Size = new System.Drawing.Size(56, 22); |
116 |
|
this.mnuItemClose.Text = "&Close"; |
117 |
|
this.mnuItemClose.Click += new System.EventHandler(this.mnuItemClose_Click); |
118 |
|
// |
119 |
// ScratchPadDocument |
// ScratchPadDocument |
120 |
// |
// |
121 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
122 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
123 |
this.Controls.Add(this.codeEditorControl1); |
this.Controls.Add(this.codeEditorControl1); |
124 |
|
this.Controls.Add(this.toolStrip1); |
125 |
this.Name = "ScratchPadDocument"; |
this.Name = "ScratchPadDocument"; |
126 |
this.Size = new System.Drawing.Size(913, 546); |
this.Size = new System.Drawing.Size(913, 546); |
127 |
|
this.toolStrip1.ResumeLayout(false); |
128 |
|
this.toolStrip1.PerformLayout(); |
129 |
this.ResumeLayout(false); |
this.ResumeLayout(false); |
130 |
|
this.PerformLayout(); |
131 |
|
|
132 |
} |
} |
133 |
|
|
135 |
|
|
136 |
private Fireball.Windows.Forms.CodeEditorControl codeEditorControl1; |
private Fireball.Windows.Forms.CodeEditorControl codeEditorControl1; |
137 |
private Fireball.Syntax.SyntaxDocument syntaxDocument1; |
private Fireball.Syntax.SyntaxDocument syntaxDocument1; |
138 |
|
private System.Windows.Forms.ToolStrip toolStrip1; |
139 |
|
private System.Windows.Forms.ToolStripButton mnuItemOpen; |
140 |
|
private System.Windows.Forms.ToolStripButton mnuItemSave; |
141 |
|
private System.Windows.Forms.ToolStripButton mnuItemClose; |
142 |
} |
} |
143 |
} |
} |