ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.ScratchPad/ScratchPadDocument.Designer.cs
Revision: 774
Committed: Thu Jun 20 22:33:04 2013 UTC (9 years, 11 months ago) by william
File size: 7202 byte(s)
Log Message:

File Contents

# Content
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.codeEditorControl1 = 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.toolStrip1.SuspendLayout();
41 this.SuspendLayout();
42 //
43 // codeEditorControl1
44 //
45 this.codeEditorControl1.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
46 this.codeEditorControl1.AutoListPosition = null;
47 this.codeEditorControl1.AutoListSelectedText = "a123";
48 this.codeEditorControl1.AutoListVisible = false;
49 this.codeEditorControl1.CopyAsRTF = false;
50 this.codeEditorControl1.Dock = System.Windows.Forms.DockStyle.Fill;
51 this.codeEditorControl1.Document = this.syntaxDocument1;
52 this.codeEditorControl1.InfoTipCount = 1;
53 this.codeEditorControl1.InfoTipPosition = null;
54 this.codeEditorControl1.InfoTipSelectedIndex = 1;
55 this.codeEditorControl1.InfoTipVisible = false;
56 lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16);
57 this.codeEditorControl1.LineMarginRender = lineMarginRender1;
58 this.codeEditorControl1.Location = new System.Drawing.Point(0, 25);
59 this.codeEditorControl1.LockCursorUpdate = false;
60 this.codeEditorControl1.Name = "codeEditorControl1";
61 this.codeEditorControl1.Saved = false;
62 this.codeEditorControl1.ShowScopeIndicator = false;
63 this.codeEditorControl1.Size = new System.Drawing.Size(913, 521);
64 this.codeEditorControl1.SmoothScroll = false;
65 this.codeEditorControl1.SplitviewH = -4;
66 this.codeEditorControl1.SplitviewV = -4;
67 this.codeEditorControl1.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
68 this.codeEditorControl1.TabIndex = 0;
69 this.codeEditorControl1.Text = "codeEditorControl1";
70 this.codeEditorControl1.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
71 //
72 // syntaxDocument1
73 //
74 this.syntaxDocument1.Lines = new string[] {
75 ""};
76 this.syntaxDocument1.MaxUndoBufferSize = 1000;
77 this.syntaxDocument1.Modified = false;
78 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
120 //
121 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
122 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
123 this.Controls.Add(this.codeEditorControl1);
124 this.Controls.Add(this.toolStrip1);
125 this.Name = "ScratchPadDocument";
126 this.Size = new System.Drawing.Size(913, 546);
127 this.toolStrip1.ResumeLayout(false);
128 this.toolStrip1.PerformLayout();
129 this.ResumeLayout(false);
130 this.PerformLayout();
131
132 }
133
134 #endregion
135
136 private Fireball.Windows.Forms.CodeEditorControl codeEditorControl1;
137 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 }