1 |
william |
767 |
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 |
william |
769 |
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 |
william |
767 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
77 |
william |
769 |
this.Controls.Add(this.codeEditorControl1); |
78 |
|
|
this.Name = "ScratchPadDocument"; |
79 |
|
|
this.Size = new System.Drawing.Size(913, 546); |
80 |
|
|
this.ResumeLayout(false); |
81 |
|
|
|
82 |
william |
767 |
} |
83 |
|
|
|
84 |
|
|
#endregion |
85 |
william |
769 |
|
86 |
|
|
private Fireball.Windows.Forms.CodeEditorControl codeEditorControl1; |
87 |
|
|
private Fireball.Syntax.SyntaxDocument syntaxDocument1; |
88 |
william |
767 |
} |
89 |
|
|
} |