namespace RomCheater.ScratchPad
{
partial class ScratchPadDocument
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
this.codeEditorControl1 = new Fireball.Windows.Forms.CodeEditorControl();
this.syntaxDocument1 = new Fireball.Syntax.SyntaxDocument(this.components);
this.SuspendLayout();
//
// codeEditorControl1
//
this.codeEditorControl1.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
this.codeEditorControl1.AutoListPosition = null;
this.codeEditorControl1.AutoListSelectedText = "";
this.codeEditorControl1.AutoListVisible = false;
this.codeEditorControl1.CopyAsRTF = false;
this.codeEditorControl1.Document = this.syntaxDocument1;
this.codeEditorControl1.InfoTipCount = 1;
this.codeEditorControl1.InfoTipPosition = null;
this.codeEditorControl1.InfoTipSelectedIndex = 0;
this.codeEditorControl1.InfoTipVisible = false;
lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16);
this.codeEditorControl1.LineMarginRender = lineMarginRender1;
this.codeEditorControl1.Location = new System.Drawing.Point(65, 85);
this.codeEditorControl1.LockCursorUpdate = false;
this.codeEditorControl1.Name = "codeEditorControl1";
this.codeEditorControl1.Saved = false;
this.codeEditorControl1.ShowScopeIndicator = false;
this.codeEditorControl1.Size = new System.Drawing.Size(587, 449);
this.codeEditorControl1.SmoothScroll = false;
this.codeEditorControl1.SplitviewH = -4;
this.codeEditorControl1.SplitviewV = -4;
this.codeEditorControl1.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
this.codeEditorControl1.TabIndex = 0;
this.codeEditorControl1.Text = "codeEditorControl1";
this.codeEditorControl1.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
//
// syntaxDocument1
//
this.syntaxDocument1.Lines = new string[] {
""};
this.syntaxDocument1.MaxUndoBufferSize = 1000;
this.syntaxDocument1.Modified = false;
this.syntaxDocument1.UndoStep = 0;
//
// ScratchPadDocument
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.codeEditorControl1);
this.Name = "ScratchPadDocument";
this.Size = new System.Drawing.Size(913, 546);
this.ResumeLayout(false);
}
#endregion
private Fireball.Windows.Forms.CodeEditorControl codeEditorControl1;
private Fireball.Syntax.SyntaxDocument syntaxDocument1;
}
}