namespace UI.Winforms { partial class DnaEditor { /// /// 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.CloseButton = new System.Windows.Forms.Button(); this.OkButton = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.syntaxRichTextBox1 = new UI.Winforms.SyntaxRichTextBox(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // CloseButton // this.CloseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CloseButton.Location = new System.Drawing.Point(213, 361); this.CloseButton.Name = "CloseButton"; this.CloseButton.Size = new System.Drawing.Size(75, 26); this.CloseButton.TabIndex = 10; this.CloseButton.Text = "Cancel"; this.CloseButton.UseVisualStyleBackColor = true; this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click); // // OkButton // this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.OkButton.Location = new System.Drawing.Point(132, 361); this.OkButton.Name = "OkButton"; this.OkButton.Size = new System.Drawing.Size(75, 26); this.OkButton.TabIndex = 8; this.OkButton.Text = "Ok"; this.OkButton.UseVisualStyleBackColor = true; this.OkButton.Click += new System.EventHandler(this.OkButton_Click); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Controls.Add(this.syntaxRichTextBox1); this.panel1.ForeColor = System.Drawing.SystemColors.ActiveBorder; this.panel1.Location = new System.Drawing.Point(12, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(276, 343); this.panel1.TabIndex = 11; // // syntaxRichTextBox1 // this.syntaxRichTextBox1.BackColor = System.Drawing.Color.White; this.syntaxRichTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.syntaxRichTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.syntaxRichTextBox1.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.syntaxRichTextBox1.Location = new System.Drawing.Point(0, 0); this.syntaxRichTextBox1.Name = "syntaxRichTextBox1"; this.syntaxRichTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.syntaxRichTextBox1.Size = new System.Drawing.Size(276, 343); this.syntaxRichTextBox1.TabIndex = 0; this.syntaxRichTextBox1.Text = "50 *mylabel add mylabel sub"; // // DnaEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(300, 399); this.Controls.Add(this.panel1); this.Controls.Add(this.CloseButton); this.Controls.Add(this.OkButton); this.MinimumSize = new System.Drawing.Size(220, 220); this.Name = "DnaEditor"; this.Text = "DNA Editor"; this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button CloseButton; private System.Windows.Forms.Button OkButton; private System.Windows.Forms.Panel panel1; private SyntaxRichTextBox syntaxRichTextBox1; } }