namespace DarkWynter.App { partial class InstructionControl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.dialogueGroupPanel = new System.Windows.Forms.GroupBox(); this.labelNextButton = new System.Windows.Forms.Label(); this.continueDialogue = new System.Windows.Forms.Button(); this.dialogueTextBox = new System.Windows.Forms.RichTextBox(); this.dialogueGroupPanel.SuspendLayout(); this.SuspendLayout(); // // dialogueGroupPanel // this.dialogueGroupPanel.Controls.Add(this.labelNextButton); this.dialogueGroupPanel.Controls.Add(this.continueDialogue); this.dialogueGroupPanel.Controls.Add(this.dialogueTextBox); this.dialogueGroupPanel.Location = new System.Drawing.Point(3, 3); this.dialogueGroupPanel.Name = "dialogueGroupPanel"; this.dialogueGroupPanel.Size = new System.Drawing.Size(644, 165); this.dialogueGroupPanel.TabIndex = 7; this.dialogueGroupPanel.TabStop = false; this.dialogueGroupPanel.Text = "Cera Bellum"; // // labelNextButton // this.labelNextButton.AutoSize = true; this.labelNextButton.BackColor = System.Drawing.SystemColors.Control; this.labelNextButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelNextButton.ForeColor = System.Drawing.Color.Gold; this.labelNextButton.Location = new System.Drawing.Point(22, 133); this.labelNextButton.Name = "labelNextButton"; this.labelNextButton.Size = new System.Drawing.Size(433, 24); this.labelNextButton.TabIndex = 7; this.labelNextButton.Text = "Press the Next Button for Further Instructions "; // // continueDialogue // this.continueDialogue.BackColor = System.Drawing.Color.DimGray; this.continueDialogue.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.continueDialogue.Location = new System.Drawing.Point(526, 131); this.continueDialogue.Name = "continueDialogue"; this.continueDialogue.Size = new System.Drawing.Size(73, 26); this.continueDialogue.TabIndex = 0; this.continueDialogue.Text = "Next"; this.continueDialogue.UseVisualStyleBackColor = false; this.continueDialogue.Click += new System.EventHandler(this.continueDialogue_Click); // // dialogueTextBox // this.dialogueTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder; this.dialogueTextBox.Cursor = System.Windows.Forms.Cursors.IBeam; this.dialogueTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dialogueTextBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.dialogueTextBox.ImeMode = System.Windows.Forms.ImeMode.Hiragana; this.dialogueTextBox.Location = new System.Drawing.Point(17, 15); this.dialogueTextBox.Name = "dialogueTextBox"; this.dialogueTextBox.ReadOnly = true; this.dialogueTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical; this.dialogueTextBox.ShowSelectionMargin = true; this.dialogueTextBox.Size = new System.Drawing.Size(582, 112); this.dialogueTextBox.TabIndex = 5; this.dialogueTextBox.Text = ""; // // InstructionControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.dialogueGroupPanel); this.Name = "InstructionControl"; this.Size = new System.Drawing.Size(651, 174); this.dialogueGroupPanel.ResumeLayout(false); this.dialogueGroupPanel.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox dialogueGroupPanel; private System.Windows.Forms.Label labelNextButton; private System.Windows.Forms.Button continueDialogue; private System.Windows.Forms.RichTextBox dialogueTextBox; } }