namespace FPER { partial class Form_Debug { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.Button_Clear = new System.Windows.Forms.Button(); this.Button_Save = new System.Windows.Forms.Button(); this.Button_Copy = new System.Windows.Forms.Button(); this.ComboBox_FontSize = new System.Windows.Forms.ComboBox(); this.ComboBox_Color = new System.Windows.Forms.ComboBox(); this.editBox_Log = new System.Windows.Forms.TextBox(); this.CheckBox_LogEnable = new System.Windows.Forms.CheckBox(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.panel1.Controls.Add(this.CheckBox_LogEnable); this.panel1.Controls.Add(this.ComboBox_Color); this.panel1.Controls.Add(this.ComboBox_FontSize); this.panel1.Controls.Add(this.Button_Copy); this.panel1.Controls.Add(this.Button_Save); this.panel1.Controls.Add(this.Button_Clear); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(884, 47); this.panel1.TabIndex = 0; // // Button_Clear // this.Button_Clear.Location = new System.Drawing.Point(12, 12); this.Button_Clear.Name = "Button_Clear"; this.Button_Clear.Size = new System.Drawing.Size(75, 23); this.Button_Clear.TabIndex = 0; this.Button_Clear.Text = "Clear"; this.Button_Clear.UseVisualStyleBackColor = true; this.Button_Clear.Click += new System.EventHandler(this.Button_Clear_Click); // // Button_Save // this.Button_Save.Location = new System.Drawing.Point(93, 12); this.Button_Save.Name = "Button_Save"; this.Button_Save.Size = new System.Drawing.Size(75, 23); this.Button_Save.TabIndex = 1; this.Button_Save.Text = "Save"; this.Button_Save.UseVisualStyleBackColor = true; this.Button_Save.Click += new System.EventHandler(this.Button_Save_Click); // // Button_Copy // this.Button_Copy.Location = new System.Drawing.Point(174, 12); this.Button_Copy.Name = "Button_Copy"; this.Button_Copy.Size = new System.Drawing.Size(75, 23); this.Button_Copy.TabIndex = 2; this.Button_Copy.Text = "Copy"; this.Button_Copy.UseVisualStyleBackColor = true; this.Button_Copy.Click += new System.EventHandler(this.Button_Copy_Click); // // ComboBox_FontSize // this.ComboBox_FontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ComboBox_FontSize.FormattingEnabled = true; this.ComboBox_FontSize.Items.AddRange(new object[] { "8", "10", "12", "14", "16"}); this.ComboBox_FontSize.Location = new System.Drawing.Point(255, 14); this.ComboBox_FontSize.Name = "ComboBox_FontSize"; this.ComboBox_FontSize.Size = new System.Drawing.Size(45, 20); this.ComboBox_FontSize.TabIndex = 3; this.ComboBox_FontSize.SelectedIndexChanged += new System.EventHandler(this.ComboBox_FontSize_SelectedIndexChanged); // // ComboBox_Color // this.ComboBox_Color.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ComboBox_Color.FormattingEnabled = true; this.ComboBox_Color.Items.AddRange(new object[] { "White", "Blue", "Yellow", "Red"}); this.ComboBox_Color.Location = new System.Drawing.Point(306, 14); this.ComboBox_Color.Name = "ComboBox_Color"; this.ComboBox_Color.Size = new System.Drawing.Size(75, 20); this.ComboBox_Color.TabIndex = 4; this.ComboBox_Color.SelectedIndexChanged += new System.EventHandler(this.ComboBox_Color_SelectedIndexChanged); // // editBox_Log // this.editBox_Log.BackColor = System.Drawing.Color.Black; this.editBox_Log.Dock = System.Windows.Forms.DockStyle.Fill; this.editBox_Log.ForeColor = System.Drawing.Color.White; this.editBox_Log.Location = new System.Drawing.Point(0, 47); this.editBox_Log.Multiline = true; this.editBox_Log.Name = "editBox_Log"; this.editBox_Log.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.editBox_Log.Size = new System.Drawing.Size(884, 415); this.editBox_Log.TabIndex = 1; // // CheckBox_LogEnable // this.CheckBox_LogEnable.AutoSize = true; this.CheckBox_LogEnable.Location = new System.Drawing.Point(401, 16); this.CheckBox_LogEnable.Name = "CheckBox_LogEnable"; this.CheckBox_LogEnable.Size = new System.Drawing.Size(76, 16); this.CheckBox_LogEnable.TabIndex = 5; this.CheckBox_LogEnable.Text = "로그 보기"; this.CheckBox_LogEnable.UseVisualStyleBackColor = true; this.CheckBox_LogEnable.CheckedChanged += new System.EventHandler(this.CheckBox_LogEnable_CheckedChanged); // // Form_Debug // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(884, 462); this.Controls.Add(this.editBox_Log); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "Form_Debug"; this.Text = "디버깅"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_Debug_FormClosed); this.Load += new System.EventHandler(this.Form_Debug_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ComboBox ComboBox_Color; private System.Windows.Forms.ComboBox ComboBox_FontSize; private System.Windows.Forms.Button Button_Copy; private System.Windows.Forms.Button Button_Save; private System.Windows.Forms.Button Button_Clear; private System.Windows.Forms.TextBox editBox_Log; private System.Windows.Forms.CheckBox CheckBox_LogEnable; } }