29 |
private void InitializeComponent() |
private void InitializeComponent() |
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(); |
33 |
|
this.codeEditorControl1 = new Fireball.Windows.Forms.CodeEditorControl(); |
34 |
|
this.syntaxDocument1 = new Fireball.Syntax.SyntaxDocument(this.components); |
35 |
|
this.SuspendLayout(); |
36 |
|
// |
37 |
|
// codeEditorControl1 |
38 |
|
// |
39 |
|
this.codeEditorControl1.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight; |
40 |
|
this.codeEditorControl1.AutoListPosition = null; |
41 |
|
this.codeEditorControl1.AutoListSelectedText = ""; |
42 |
|
this.codeEditorControl1.AutoListVisible = false; |
43 |
|
this.codeEditorControl1.CopyAsRTF = false; |
44 |
|
this.codeEditorControl1.Document = this.syntaxDocument1; |
45 |
|
this.codeEditorControl1.InfoTipCount = 1; |
46 |
|
this.codeEditorControl1.InfoTipPosition = null; |
47 |
|
this.codeEditorControl1.InfoTipSelectedIndex = 0; |
48 |
|
this.codeEditorControl1.InfoTipVisible = false; |
49 |
|
lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16); |
50 |
|
this.codeEditorControl1.LineMarginRender = lineMarginRender1; |
51 |
|
this.codeEditorControl1.Location = new System.Drawing.Point(65, 85); |
52 |
|
this.codeEditorControl1.LockCursorUpdate = false; |
53 |
|
this.codeEditorControl1.Name = "codeEditorControl1"; |
54 |
|
this.codeEditorControl1.Saved = false; |
55 |
|
this.codeEditorControl1.ShowScopeIndicator = false; |
56 |
|
this.codeEditorControl1.Size = new System.Drawing.Size(587, 449); |
57 |
|
this.codeEditorControl1.SmoothScroll = false; |
58 |
|
this.codeEditorControl1.SplitviewH = -4; |
59 |
|
this.codeEditorControl1.SplitviewV = -4; |
60 |
|
this.codeEditorControl1.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233))))); |
61 |
|
this.codeEditorControl1.TabIndex = 0; |
62 |
|
this.codeEditorControl1.Text = "codeEditorControl1"; |
63 |
|
this.codeEditorControl1.WhitespaceColor = System.Drawing.SystemColors.ControlDark; |
64 |
|
// |
65 |
|
// syntaxDocument1 |
66 |
|
// |
67 |
|
this.syntaxDocument1.Lines = new string[] { |
68 |
|
""}; |
69 |
|
this.syntaxDocument1.MaxUndoBufferSize = 1000; |
70 |
|
this.syntaxDocument1.Modified = false; |
71 |
|
this.syntaxDocument1.UndoStep = 0; |
72 |
|
// |
73 |
|
// ScratchPadDocument |
74 |
|
// |
75 |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
76 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
77 |
this.Text = "ScratchPadDocument"; |
this.Controls.Add(this.codeEditorControl1); |
78 |
|
this.Name = "ScratchPadDocument"; |
79 |
|
this.Size = new System.Drawing.Size(913, 546); |
80 |
|
this.ResumeLayout(false); |
81 |
|
|
82 |
} |
} |
83 |
|
|
84 |
#endregion |
#endregion |
85 |
|
|
86 |
|
private Fireball.Windows.Forms.CodeEditorControl codeEditorControl1; |
87 |
|
private Fireball.Syntax.SyntaxDocument syntaxDocument1; |
88 |
} |
} |
89 |
} |
} |