System.Windows.Forms.ListView.ColumnHeaderCollection.AddRange(System.Windows.Forms.ColumnHeader[])

Here are the examples of the csharp api System.Windows.Forms.ListView.ColumnHeaderCollection.AddRange(System.Windows.Forms.ColumnHeader[]) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

643 Examples 7

19 Source : ConditionTaskForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConditionTaskForm));
            this.scb_condition1 = new CCWin.SkinControl.SkinComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.customShellListView = new CCWin.SkinControl.SkinListView();
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.deleteItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.upToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.downToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.task_name = new CCWin.SkinControl.SkinTextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.scb_status3 = new CCWin.SkinControl.SkinComboBox();
            this.btn_di3 = new System.Windows.Forms.Button();
            this.scb_condition3 = new CCWin.SkinControl.SkinComboBox();
            this.rb_q2 = new System.Windows.Forms.RadioButton();
            this.rb_h2 = new System.Windows.Forms.RadioButton();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.scb_status2 = new CCWin.SkinControl.SkinComboBox();
            this.scb_status1 = new CCWin.SkinControl.SkinComboBox();
            this.btn_di2 = new System.Windows.Forms.Button();
            this.rb_q1 = new System.Windows.Forms.RadioButton();
            this.rb_h1 = new System.Windows.Forms.RadioButton();
            this.scb_condition2 = new CCWin.SkinControl.SkinComboBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.linkLabel2 = new System.Windows.Forms.LinkLabel();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.button1 = new System.Windows.Forms.Button();
            this.shell = new CCWin.SkinControl.SkinTextBox();
            this.shell_name = new CCWin.SkinControl.SkinTextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.label7 = new System.Windows.Forms.Label();
            this.scb_template = new CCWin.SkinControl.SkinListView();
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.var_list = new CCWin.SkinControl.SkinListView();
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // scb_condition1
            // 
            this.scb_condition1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_condition1.BorderColor = System.Drawing.Color.LightSteelBlue;
            this.scb_condition1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.scb_condition1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.scb_condition1.Font = new System.Drawing.Font("宋体", 10F);
            this.scb_condition1.FormattingEnabled = true;
            this.scb_condition1.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_condition1.ItemHeight = 18;
            this.scb_condition1.Location = new System.Drawing.Point(98, 19);
            this.scb_condition1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.scb_condition1.MouseColor = System.Drawing.Color.Orange;
            this.scb_condition1.MouseGradientColor = System.Drawing.Color.Orange;
            this.scb_condition1.Name = "scb_condition1";
            this.scb_condition1.Size = new System.Drawing.Size(192, 24);
            this.scb_condition1.TabIndex = 1;
            this.scb_condition1.WaterText = "";
            this.scb_condition1.SelectedIndexChanged += new System.EventHandler(this.scb_condition1_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(68, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(22, 19);
            this.label1.TabIndex = 2;
            this.label1.Text = "当";
            // 
            // customShellListView
            // 
            this.customShellListView.BorderColor = System.Drawing.Color.LightGray;
            this.customShellListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader2,
            this.columnHeader3});
            this.customShellListView.ContextMenuStrip = this.contextMenuStrip1;
            this.customShellListView.FullRowSelect = true;
            this.customShellListView.GridLines = true;
            this.customShellListView.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.customShellListView.Location = new System.Drawing.Point(20, 290);
            this.customShellListView.MultiSelect = false;
            this.customShellListView.Name = "customShellListView";
            this.customShellListView.OwnerDraw = true;
            this.customShellListView.RowBackColor2 = System.Drawing.Color.White;
            this.customShellListView.SelectedColor = System.Drawing.Color.LightSkyBlue;
            this.customShellListView.Size = new System.Drawing.Size(955, 367);
            this.customShellListView.TabIndex = 11;
            this.customShellListView.UseCompatibleStateImageBehavior = false;
            this.customShellListView.View = System.Windows.Forms.View.Details;
            this.customShellListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.AllKeyUp);
            this.customShellListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.customShellListView_MouseUp);
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "命令名称";
            this.columnHeader2.Width = 200;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Shell脚本";
            this.columnHeader3.Width = 750;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.deleteItemToolStripMenuItem,
            this.upToolStripMenuItem,
            this.downToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(144, 70);
            // 
            // deleteItemToolStripMenuItem
            // 
            this.deleteItemToolStripMenuItem.Image = global::AppMonitor.Properties.Resources.remove_16px;
            this.deleteItemToolStripMenuItem.Name = "deleteItemToolStripMenuItem";
            this.deleteItemToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.deleteItemToolStripMenuItem.Text = "Delete Item";
            this.deleteItemToolStripMenuItem.Click += new System.EventHandler(this.deleteItemToolStripMenuItem_Click);
            // 
            // upToolStripMenuItem
            // 
            this.upToolStripMenuItem.Name = "upToolStripMenuItem";
            this.upToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.upToolStripMenuItem.Text = "Up";
            this.upToolStripMenuItem.Click += new System.EventHandler(this.upToolStripMenuItem_Click);
            // 
            // downToolStripMenuItem
            // 
            this.downToolStripMenuItem.Name = "downToolStripMenuItem";
            this.downToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.downToolStripMenuItem.Text = "Down";
            this.downToolStripMenuItem.Click += new System.EventHandler(this.downToolStripMenuItem_Click);
            // 
            // task_name
            // 
            this.task_name.BackColor = System.Drawing.Color.Transparent;
            this.task_name.DownBack = null;
            this.task_name.Icon = null;
            this.task_name.IconIsButton = false;
            this.task_name.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.task_name.IsPreplacedwordChat = '\0';
            this.task_name.IsSystemPreplacedwordChar = false;
            this.task_name.Lines = new string[0];
            this.task_name.Location = new System.Drawing.Point(93, 19);
            this.task_name.Margin = new System.Windows.Forms.Padding(0);
            this.task_name.MaxLength = 32767;
            this.task_name.MinimumSize = new System.Drawing.Size(28, 28);
            this.task_name.MouseBack = null;
            this.task_name.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.task_name.Multiline = false;
            this.task_name.Name = "task_name";
            this.task_name.NormlBack = null;
            this.task_name.Padding = new System.Windows.Forms.Padding(5);
            this.task_name.ReadOnly = false;
            this.task_name.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.task_name.Size = new System.Drawing.Size(433, 28);
            // 
            // 
            // 
            this.task_name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.task_name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
            this.task_name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
            this.task_name.SkinTxt.Location = new System.Drawing.Point(5, 5);
            this.task_name.SkinTxt.Name = "BaseText";
            this.task_name.SkinTxt.Size = new System.Drawing.Size(423, 18);
            this.task_name.SkinTxt.TabIndex = 0;
            this.task_name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.task_name.SkinTxt.WaterText = "任务名称";
            this.task_name.TabIndex = 12;
            this.task_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.task_name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.task_name.WaterText = "任务名称";
            this.task_name.WordWrap = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(12, 23);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(74, 19);
            this.label2.TabIndex = 13;
            this.label2.Text = "任务名称:";
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.groupBox5);
            this.groupBox1.Controls.Add(this.groupBox4);
            this.groupBox1.Location = new System.Drawing.Point(20, 110);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(427, 172);
            this.groupBox1.TabIndex = 14;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "执行条件";
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.scb_status3);
            this.groupBox5.Controls.Add(this.btn_di3);
            this.groupBox5.Controls.Add(this.scb_condition3);
            this.groupBox5.Controls.Add(this.rb_q2);
            this.groupBox5.Controls.Add(this.rb_h2);
            this.groupBox5.Location = new System.Drawing.Point(6, 108);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(415, 54);
            this.groupBox5.TabIndex = 26;
            this.groupBox5.TabStop = false;
            // 
            // scb_status3
            // 
            this.scb_status3.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_status3.BorderColor = System.Drawing.Color.LightSteelBlue;
            this.scb_status3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.scb_status3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.scb_status3.Font = new System.Drawing.Font("宋体", 10F);
            this.scb_status3.FormattingEnabled = true;
            this.scb_status3.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_status3.ItemHeight = 18;
            this.scb_status3.Location = new System.Drawing.Point(295, 20);
            this.scb_status3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.scb_status3.MouseColor = System.Drawing.Color.Orange;
            this.scb_status3.MouseGradientColor = System.Drawing.Color.Orange;
            this.scb_status3.Name = "scb_status3";
            this.scb_status3.Size = new System.Drawing.Size(90, 24);
            this.scb_status3.TabIndex = 24;
            this.scb_status3.WaterText = "";
            // 
            // btn_di3
            // 
            this.btn_di3.Enabled = false;
            this.btn_di3.Image = global::AppMonitor.Properties.Resources.remove_16px;
            this.btn_di3.Location = new System.Drawing.Point(391, 22);
            this.btn_di3.Name = "btn_di3";
            this.btn_di3.Size = new System.Drawing.Size(20, 20);
            this.btn_di3.TabIndex = 22;
            this.btn_di3.UseVisualStyleBackColor = true;
            this.btn_di3.Click += new System.EventHandler(this.btn_di3_Click);
            // 
            // scb_condition3
            // 
            this.scb_condition3.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_condition3.BorderColor = System.Drawing.Color.LightSteelBlue;
            this.scb_condition3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.scb_condition3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.scb_condition3.Enabled = false;
            this.scb_condition3.Font = new System.Drawing.Font("宋体", 10F);
            this.scb_condition3.FormattingEnabled = true;
            this.scb_condition3.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_condition3.ItemHeight = 18;
            this.scb_condition3.Location = new System.Drawing.Point(98, 19);
            this.scb_condition3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.scb_condition3.MouseColor = System.Drawing.Color.Orange;
            this.scb_condition3.MouseGradientColor = System.Drawing.Color.Orange;
            this.scb_condition3.Name = "scb_condition3";
            this.scb_condition3.Size = new System.Drawing.Size(192, 24);
            this.scb_condition3.TabIndex = 23;
            this.scb_condition3.WaterText = "";
            this.scb_condition3.SelectedIndexChanged += new System.EventHandler(this.scb_condition3_SelectedIndexChanged);
            // 
            // rb_q2
            // 
            this.rb_q2.AutoSize = true;
            this.rb_q2.Enabled = false;
            this.rb_q2.Location = new System.Drawing.Point(8, 21);
            this.rb_q2.Name = "rb_q2";
            this.rb_q2.Size = new System.Drawing.Size(38, 21);
            this.rb_q2.TabIndex = 21;
            this.rb_q2.TabStop = true;
            this.rb_q2.Text = "且";
            this.rb_q2.UseVisualStyleBackColor = true;
            this.rb_q2.CheckedChanged += new System.EventHandler(this.CheckBoxGroup2_CheckedChange);
            // 
            // rb_h2
            // 
            this.rb_h2.AutoSize = true;
            this.rb_h2.Enabled = false;
            this.rb_h2.Location = new System.Drawing.Point(52, 21);
            this.rb_h2.Name = "rb_h2";
            this.rb_h2.Size = new System.Drawing.Size(38, 21);
            this.rb_h2.TabIndex = 22;
            this.rb_h2.TabStop = true;
            this.rb_h2.Text = "或";
            this.rb_h2.UseVisualStyleBackColor = true;
            this.rb_h2.CheckedChanged += new System.EventHandler(this.CheckBoxGroup2_CheckedChange);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.scb_status2);
            this.groupBox4.Controls.Add(this.scb_status1);
            this.groupBox4.Controls.Add(this.btn_di2);
            this.groupBox4.Controls.Add(this.scb_condition1);
            this.groupBox4.Controls.Add(this.label1);
            this.groupBox4.Controls.Add(this.rb_q1);
            this.groupBox4.Controls.Add(this.rb_h1);
            this.groupBox4.Controls.Add(this.scb_condition2);
            this.groupBox4.Location = new System.Drawing.Point(6, 17);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(415, 92);
            this.groupBox4.TabIndex = 25;
            this.groupBox4.TabStop = false;
            // 
            // scb_status2
            // 
            this.scb_status2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_status2.BorderColor = System.Drawing.Color.LightSteelBlue;
            this.scb_status2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.scb_status2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.scb_status2.Font = new System.Drawing.Font("宋体", 10F);
            this.scb_status2.FormattingEnabled = true;
            this.scb_status2.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_status2.ItemHeight = 18;
            this.scb_status2.Location = new System.Drawing.Point(296, 57);
            this.scb_status2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.scb_status2.MouseColor = System.Drawing.Color.Orange;
            this.scb_status2.MouseGradientColor = System.Drawing.Color.Orange;
            this.scb_status2.Name = "scb_status2";
            this.scb_status2.Size = new System.Drawing.Size(90, 24);
            this.scb_status2.TabIndex = 23;
            this.scb_status2.WaterText = "";
            // 
            // scb_status1
            // 
            this.scb_status1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_status1.BorderColor = System.Drawing.Color.LightSteelBlue;
            this.scb_status1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.scb_status1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.scb_status1.Font = new System.Drawing.Font("宋体", 10F);
            this.scb_status1.FormattingEnabled = true;
            this.scb_status1.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_status1.ItemHeight = 18;
            this.scb_status1.Location = new System.Drawing.Point(296, 19);
            this.scb_status1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.scb_status1.MouseColor = System.Drawing.Color.Orange;
            this.scb_status1.MouseGradientColor = System.Drawing.Color.Orange;
            this.scb_status1.Name = "scb_status1";
            this.scb_status1.Size = new System.Drawing.Size(90, 24);
            this.scb_status1.TabIndex = 22;
            this.scb_status1.WaterText = "";
            // 
            // btn_di2
            // 
            this.btn_di2.Enabled = false;
            this.btn_di2.Image = global::AppMonitor.Properties.Resources.remove_16px;
            this.btn_di2.Location = new System.Drawing.Point(391, 59);
            this.btn_di2.Name = "btn_di2";
            this.btn_di2.Size = new System.Drawing.Size(20, 20);
            this.btn_di2.TabIndex = 21;
            this.btn_di2.UseVisualStyleBackColor = true;
            this.btn_di2.Click += new System.EventHandler(this.btn_di2_Click);
            // 
            // rb_q1
            // 
            this.rb_q1.AutoSize = true;
            this.rb_q1.Enabled = false;
            this.rb_q1.Location = new System.Drawing.Point(8, 58);
            this.rb_q1.Name = "rb_q1";
            this.rb_q1.Size = new System.Drawing.Size(38, 21);
            this.rb_q1.TabIndex = 17;
            this.rb_q1.TabStop = true;
            this.rb_q1.Text = "且";
            this.rb_q1.UseVisualStyleBackColor = true;
            this.rb_q1.CheckedChanged += new System.EventHandler(this.CheckBoxGroup1_CheckedChange);
            // 
            // rb_h1
            // 
            this.rb_h1.AutoSize = true;
            this.rb_h1.Enabled = false;
            this.rb_h1.Location = new System.Drawing.Point(52, 58);
            this.rb_h1.Name = "rb_h1";
            this.rb_h1.Size = new System.Drawing.Size(38, 21);
            this.rb_h1.TabIndex = 18;
            this.rb_h1.TabStop = true;
            this.rb_h1.Text = "或";
            this.rb_h1.UseVisualStyleBackColor = true;
            this.rb_h1.CheckedChanged += new System.EventHandler(this.CheckBoxGroup1_CheckedChange);
            // 
            // scb_condition2
            // 
            this.scb_condition2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_condition2.BorderColor = System.Drawing.Color.LightSteelBlue;
            this.scb_condition2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.scb_condition2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.scb_condition2.Enabled = false;
            this.scb_condition2.Font = new System.Drawing.Font("宋体", 10F);
            this.scb_condition2.FormattingEnabled = true;
            this.scb_condition2.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_condition2.ItemHeight = 18;
            this.scb_condition2.Location = new System.Drawing.Point(98, 56);
            this.scb_condition2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.scb_condition2.MouseColor = System.Drawing.Color.Orange;
            this.scb_condition2.MouseGradientColor = System.Drawing.Color.Orange;
            this.scb_condition2.Name = "scb_condition2";
            this.scb_condition2.Size = new System.Drawing.Size(192, 24);
            this.scb_condition2.TabIndex = 19;
            this.scb_condition2.WaterText = "";
            this.scb_condition2.SelectedIndexChanged += new System.EventHandler(this.scb_condition2_SelectedIndexChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Transparent;
            this.groupBox2.Controls.Add(this.task_name);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Location = new System.Drawing.Point(20, 35);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(788, 61);
            this.groupBox2.TabIndex = 15;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "任务信息";
            // 
            // groupBox3
            // 
            this.groupBox3.BackColor = System.Drawing.Color.Transparent;
            this.groupBox3.Controls.Add(this.linkLabel2);
            this.groupBox3.Controls.Add(this.linkLabel1);
            this.groupBox3.Controls.Add(this.button1);
            this.groupBox3.Controls.Add(this.shell);
            this.groupBox3.Controls.Add(this.shell_name);
            this.groupBox3.Controls.Add(this.label5);
            this.groupBox3.Controls.Add(this.label6);
            this.groupBox3.Location = new System.Drawing.Point(453, 111);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(522, 172);
            this.groupBox3.TabIndex = 18;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "任务命令";
            // 
            // linkLabel2
            // 
            this.linkLabel2.AutoSize = true;
            this.linkLabel2.Location = new System.Drawing.Point(457, 68);
            this.linkLabel2.Name = "linkLabel2";
            this.linkLabel2.Size = new System.Drawing.Size(56, 17);
            this.linkLabel2.TabIndex = 20;
            this.linkLabel2.TabStop = true;
            this.linkLabel2.Text = "插入变量";
            this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Location = new System.Drawing.Point(456, 26);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(56, 17);
            this.linkLabel1.TabIndex = 16;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "选择模版";
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(456, 128);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(60, 38);
            this.button1.TabIndex = 19;
            this.button1.Text = "新增↓";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // shell
            // 
            this.shell.BackColor = System.Drawing.Color.Transparent;
            this.shell.DownBack = null;
            this.shell.Icon = null;
            this.shell.IconIsButton = false;
            this.shell.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shell.IsPreplacedwordChat = '\0';
            this.shell.IsSystemPreplacedwordChar = false;
            this.shell.Lines = new string[0];
            this.shell.Location = new System.Drawing.Point(78, 56);
            this.shell.Margin = new System.Windows.Forms.Padding(0);
            this.shell.MaxLength = 32767;
            this.shell.MinimumSize = new System.Drawing.Size(28, 28);
            this.shell.MouseBack = null;
            this.shell.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shell.Multiline = true;
            this.shell.Name = "shell";
            this.shell.NormlBack = null;
            this.shell.Padding = new System.Windows.Forms.Padding(5);
            this.shell.ReadOnly = false;
            this.shell.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.shell.Size = new System.Drawing.Size(372, 111);
            // 
            // 
            // 
            this.shell.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.shell.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
            this.shell.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
            this.shell.SkinTxt.Location = new System.Drawing.Point(5, 5);
            this.shell.SkinTxt.Multiline = true;
            this.shell.SkinTxt.Name = "BaseText";
            this.shell.SkinTxt.Size = new System.Drawing.Size(362, 101);
            this.shell.SkinTxt.TabIndex = 0;
            this.shell.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shell.SkinTxt.WaterText = "shell脚本";
            this.shell.TabIndex = 14;
            this.shell.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.shell.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shell.WaterText = "shell脚本";
            this.shell.WordWrap = true;
            this.shell.Enter += new System.EventHandler(this.shell_Enter);
            // 
            // shell_name
            // 
            this.shell_name.BackColor = System.Drawing.Color.Transparent;
            this.shell_name.DownBack = null;
            this.shell_name.Icon = null;
            this.shell_name.IconIsButton = false;
            this.shell_name.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shell_name.IsPreplacedwordChat = '\0';
            this.shell_name.IsSystemPreplacedwordChar = false;
            this.shell_name.Lines = new string[0];
            this.shell_name.Location = new System.Drawing.Point(78, 19);
            this.shell_name.Margin = new System.Windows.Forms.Padding(0);
            this.shell_name.MaxLength = 32767;
            this.shell_name.MinimumSize = new System.Drawing.Size(28, 28);
            this.shell_name.MouseBack = null;
            this.shell_name.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shell_name.Multiline = false;
            this.shell_name.Name = "shell_name";
            this.shell_name.NormlBack = null;
            this.shell_name.Padding = new System.Windows.Forms.Padding(5);
            this.shell_name.ReadOnly = false;
            this.shell_name.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.shell_name.Size = new System.Drawing.Size(372, 28);
            // 
            // 
            // 
            this.shell_name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.shell_name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
            this.shell_name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
            this.shell_name.SkinTxt.Location = new System.Drawing.Point(5, 5);
            this.shell_name.SkinTxt.Name = "BaseText";
            this.shell_name.SkinTxt.Size = new System.Drawing.Size(362, 18);
            this.shell_name.SkinTxt.TabIndex = 0;
            this.shell_name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shell_name.SkinTxt.WaterText = "命令/脚本名称";
            this.shell_name.TabIndex = 13;
            this.shell_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.shell_name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shell_name.WaterText = "命令/脚本名称";
            this.shell_name.WordWrap = true;
            this.shell_name.Enter += new System.EventHandler(this.shell_name_Enter);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(27, 23);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(48, 19);
            this.label5.TabIndex = 15;
            this.label5.Text = "名称:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(27, 57);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(48, 19);
            this.label6.TabIndex = 14;
            this.label6.Text = "脚本:";
            // 
            // button2
            // 
            this.button2.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.button2.Location = new System.Drawing.Point(814, 44);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(161, 52);
            this.button2.TabIndex = 18;
            this.button2.Text = "保存 Ctrl+S";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // label7
            // 
            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label7.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.label7.Location = new System.Drawing.Point(9, 101);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(980, 5);
            this.label7.TabIndex = 19;
            // 
            // scb_template
            // 
            this.scb_template.BorderColor = System.Drawing.Color.LightGray;
            this.scb_template.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader4,
            this.columnHeader5});
            this.scb_template.FullRowSelect = true;
            this.scb_template.GridLines = true;
            this.scb_template.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_template.Location = new System.Drawing.Point(484, 5);
            this.scb_template.MultiSelect = false;
            this.scb_template.Name = "scb_template";
            this.scb_template.OwnerDraw = true;
            this.scb_template.RowBackColor2 = System.Drawing.Color.White;
            this.scb_template.SelectedColor = System.Drawing.Color.LightSteelBlue;
            this.scb_template.Size = new System.Drawing.Size(370, 182);
            this.scb_template.TabIndex = 21;
            this.scb_template.UseCompatibleStateImageBehavior = false;
            this.scb_template.View = System.Windows.Forms.View.Details;
            this.scb_template.Visible = false;
            this.scb_template.MouseClick += new System.Windows.Forms.MouseEventHandler(this.scb_template_MouseClick);
            this.scb_template.MouseUp += new System.Windows.Forms.MouseEventHandler(this.scb_template_MouseUp);
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "命令名称";
            this.columnHeader4.Width = 120;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "Shell脚本";
            this.columnHeader5.Width = 245;
            // 
            // var_list
            // 
            this.var_list.BorderColor = System.Drawing.Color.LightGray;
            this.var_list.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader6,
            this.columnHeader7});
            this.var_list.FullRowSelect = true;
            this.var_list.GridLines = true;
            this.var_list.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.var_list.Location = new System.Drawing.Point(539, 5);
            this.var_list.MultiSelect = false;
            this.var_list.Name = "var_list";
            this.var_list.OwnerDraw = true;
            this.var_list.RowBackColor2 = System.Drawing.Color.White;
            this.var_list.SelectedColor = System.Drawing.Color.LightSteelBlue;
            this.var_list.Size = new System.Drawing.Size(370, 182);
            this.var_list.TabIndex = 22;
            this.var_list.UseCompatibleStateImageBehavior = false;
            this.var_list.View = System.Windows.Forms.View.Details;
            this.var_list.Visible = false;
            this.var_list.MouseClick += new System.Windows.Forms.MouseEventHandler(this.var_list_MouseClick);
            this.var_list.MouseUp += new System.Windows.Forms.MouseEventHandler(this.var_list_MouseUp);
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "变量";
            this.columnHeader6.Width = 180;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "描述";
            this.columnHeader7.Width = 185;
            // 
            // ConditionTaskForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
            this.ClientSize = new System.Drawing.Size(997, 670);
            this.Controls.Add(this.var_list);
            this.Controls.Add(this.scb_template);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.customShellListView);
            this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(718, 528);
            this.Name = "ConditionTaskForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "条件任务";
            this.replacedleCenter = false;
            this.replacedleColor = System.Drawing.Color.White;
            this.Load += new System.EventHandler(this.ConditionTaskForm_Load);
            this.contextMenuStrip1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : IceMonitorForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IceMonitorForm));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.自定义命令ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.定时任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.条件任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.skinToolTip1 = new CCWin.SkinToolTip(this.components);
            this.button5 = new System.Windows.Forms.Button();
            this.btn_run = new System.Windows.Forms.Button();
            this.btn_restart = new System.Windows.Forms.Button();
            this.btn_start = new System.Windows.Forms.Button();
            this.btn_stop = new System.Windows.Forms.Button();
            this.btn_update = new System.Windows.Forms.Button();
            this.projects = new CCWin.SkinControl.SkinListView();
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.visitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.button1 = new System.Windows.Forms.Button();
            this.pic_run_state = new System.Windows.Forms.PictureBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label1 = new System.Windows.Forms.Label();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.custom_btn = new System.Windows.Forms.LinkLabel();
            this.customShellListView = new CCWin.SkinControl.SkinListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.shellView = new CCWin.SkinControl.SkinTextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label_status = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.l_appname = new System.Windows.Forms.TextBox();
            this.l_pro_path = new System.Windows.Forms.TextBox();
            this.l_server_name = new System.Windows.Forms.TextBox();
            this.l_node_port = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenu.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.contextMenuStrip2.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // contextMenu
            // 
            this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.自定义命令ToolStripMenuItem,
            this.toolStripSeparator1,
            this.定时任务ToolStripMenuItem,
            this.条件任务ToolStripMenuItem});
            this.contextMenu.Name = "contextMenuStrip1";
            this.contextMenu.Size = new System.Drawing.Size(137, 76);
            // 
            // 自定义命令ToolStripMenuItem
            // 
            this.自定义命令ToolStripMenuItem.Name = "自定义命令ToolStripMenuItem";
            this.自定义命令ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.自定义命令ToolStripMenuItem.Text = "自定义脚本";
            this.自定义命令ToolStripMenuItem.Click += new System.EventHandler(this.自定义命令ToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
            // 
            // 定时任务ToolStripMenuItem
            // 
            this.定时任务ToolStripMenuItem.Name = "定时任务ToolStripMenuItem";
            this.定时任务ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.定时任务ToolStripMenuItem.Text = "定时任务";
            this.定时任务ToolStripMenuItem.Click += new System.EventHandler(this.CustomTimeTask_Click);
            // 
            // 条件任务ToolStripMenuItem
            // 
            this.条件任务ToolStripMenuItem.Name = "条件任务ToolStripMenuItem";
            this.条件任务ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.条件任务ToolStripMenuItem.Text = "条件任务";
            this.条件任务ToolStripMenuItem.Click += new System.EventHandler(this.条件任务ToolStripMenuItem_Click);
            // 
            // skinToolTip1
            // 
            this.skinToolTip1.AutoPopDelay = 5000;
            this.skinToolTip1.InitialDelay = 500;
            this.skinToolTip1.OwnerDraw = true;
            this.skinToolTip1.ReshowDelay = 800;
            this.skinToolTip1.ToolTipreplacedle = "AppMonitor";
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(14, 106);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(81, 25);
            this.button5.TabIndex = 9;
            this.button5.Text = "立即检测";
            this.skinToolTip1.SetToolTip(this.button5, "立即检测程序运行是否正常");
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // btn_run
            // 
            this.btn_run.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_run.Enabled = false;
            this.btn_run.Location = new System.Drawing.Point(631, 193);
            this.btn_run.Name = "btn_run";
            this.btn_run.Size = new System.Drawing.Size(65, 26);
            this.btn_run.TabIndex = 9;
            this.btn_run.Text = "运行";
            this.skinToolTip1.SetToolTip(this.btn_run, "手动运行脚本");
            this.btn_run.UseVisualStyleBackColor = true;
            this.btn_run.Click += new System.EventHandler(this.btn_run_Click);
            // 
            // btn_restart
            // 
            this.btn_restart.Location = new System.Drawing.Point(295, 25);
            this.btn_restart.Name = "btn_restart";
            this.btn_restart.Size = new System.Drawing.Size(62, 28);
            this.btn_restart.TabIndex = 7;
            this.btn_restart.Text = "重启";
            this.skinToolTip1.SetToolTip(this.btn_restart, "重启程序,会先停止程序然后再启动程序");
            this.btn_restart.UseVisualStyleBackColor = true;
            this.btn_restart.Click += new System.EventHandler(this.btn_restart_Click);
            // 
            // btn_start
            // 
            this.btn_start.Location = new System.Drawing.Point(129, 25);
            this.btn_start.Name = "btn_start";
            this.btn_start.Size = new System.Drawing.Size(62, 28);
            this.btn_start.TabIndex = 5;
            this.btn_start.Text = "启动";
            this.skinToolTip1.SetToolTip(this.btn_start, "启动程序,如果程序未停止或导致重复启动");
            this.btn_start.UseVisualStyleBackColor = true;
            this.btn_start.Click += new System.EventHandler(this.btn_start_Click);
            // 
            // btn_stop
            // 
            this.btn_stop.Location = new System.Drawing.Point(212, 25);
            this.btn_stop.Name = "btn_stop";
            this.btn_stop.Size = new System.Drawing.Size(62, 28);
            this.btn_stop.TabIndex = 6;
            this.btn_stop.Text = "停止";
            this.skinToolTip1.SetToolTip(this.btn_stop, "停止程序");
            this.btn_stop.UseVisualStyleBackColor = true;
            this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
            // 
            // btn_update
            // 
            this.btn_update.Location = new System.Drawing.Point(19, 25);
            this.btn_update.Name = "btn_update";
            this.btn_update.Size = new System.Drawing.Size(87, 28);
            this.btn_update.TabIndex = 8;
            this.btn_update.Text = "更新配置";
            this.skinToolTip1.SetToolTip(this.btn_update, "更新config/***srv.xml配置");
            this.btn_update.UseVisualStyleBackColor = true;
            this.btn_update.Click += new System.EventHandler(this.btn_build_Click);
            // 
            // projects
            // 
            this.projects.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.projects.BorderColor = System.Drawing.Color.LightGray;
            this.projects.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader2});
            this.projects.ContextMenuStrip = this.contextMenuStrip1;
            this.projects.FullRowSelect = true;
            this.projects.GridLines = true;
            this.projects.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.projects.LargeImageList = this.imageList1;
            this.projects.Location = new System.Drawing.Point(452, 14);
            this.projects.MultiSelect = false;
            this.projects.Name = "projects";
            this.projects.OwnerDraw = true;
            this.projects.RowBackColor2 = System.Drawing.Color.White;
            this.projects.SelectedColor = System.Drawing.Color.SkyBlue;
            this.projects.Size = new System.Drawing.Size(357, 143);
            this.projects.SmallImageList = this.imageList1;
            this.projects.StateImageList = this.imageList1;
            this.projects.TabIndex = 20;
            this.skinToolTip1.SetToolTip(this.projects, "双击访问各个项目");
            this.projects.UseCompatibleStateImageBehavior = false;
            this.projects.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "项目访问地址";
            this.columnHeader2.Width = 350;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.visitToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
            // 
            // visitToolStripMenuItem
            // 
            this.visitToolStripMenuItem.Name = "visitToolStripMenuItem";
            this.visitToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.visitToolStripMenuItem.Text = "Visit";
            this.visitToolStripMenuItem.Click += new System.EventHandler(this.visitToolStripMenuItem_Click);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "gray_light_16px.png");
            this.imageList1.Images.SetKeyName(1, "green_light_16px.png");
            this.imageList1.Images.SetKeyName(2, "yellow_light_16px.png");
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.White;
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.ForeColor = System.Drawing.Color.OrangeRed;
            this.button1.Location = new System.Drawing.Point(381, 25);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(111, 28);
            this.button1.TabIndex = 9;
            this.button1.Text = "一键部署版本";
            this.skinToolTip1.SetToolTip(this.button1, "用于程序发布新版本,一键完成发布操作");
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // pic_run_state
            // 
            this.pic_run_state.BackgroundImage = global::AppMonitor.Properties.Resources.gray_light_48;
            this.pic_run_state.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pic_run_state.Location = new System.Drawing.Point(31, 25);
            this.pic_run_state.Name = "pic_run_state";
            this.pic_run_state.Size = new System.Drawing.Size(48, 48);
            this.pic_run_state.TabIndex = 4;
            this.pic_run_state.TabStop = false;
            this.skinToolTip1.SetToolTip(this.pic_run_state, "未检测");
            // 
            // groupBox2
            // 
            this.groupBox2.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.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.progressBar1);
            this.groupBox2.Controls.Add(this.button5);
            this.groupBox2.Controls.Add(this.groupBox4);
            this.groupBox2.Controls.Add(this.groupBox3);
            this.groupBox2.Controls.Add(this.pic_run_state);
            this.groupBox2.Controls.Add(this.label_status);
            this.groupBox2.Location = new System.Drawing.Point(8, 176);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(814, 331);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "状态监控";
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.Color.Silver;
            this.label1.Location = new System.Drawing.Point(4, 301);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(39, 25);
            this.label1.TabIndex = 12;
            this.label1.Text = "Ice";
            // 
            // progressBar1
            // 
            this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBar1.BackColor = System.Drawing.SystemColors.Control;
            this.progressBar1.Location = new System.Drawing.Point(59, 6);
            this.progressBar1.Maximum = 20;
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(758, 2);
            this.progressBar1.TabIndex = 9;
            this.progressBar1.Value = 20;
            // 
            // groupBox4
            // 
            this.groupBox4.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.groupBox4.Controls.Add(this.custom_btn);
            this.groupBox4.Controls.Add(this.customShellListView);
            this.groupBox4.Controls.Add(this.shellView);
            this.groupBox4.Controls.Add(this.btn_run);
            this.groupBox4.Location = new System.Drawing.Point(107, 101);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(701, 223);
            this.groupBox4.TabIndex = 10;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "扩展功能";
            // 
            // custom_btn
            // 
            this.custom_btn.AutoSize = true;
            this.custom_btn.LinkColor = System.Drawing.Color.Blue;
            this.custom_btn.Location = new System.Drawing.Point(65, 1);
            this.custom_btn.Name = "custom_btn";
            this.custom_btn.Size = new System.Drawing.Size(41, 12);
            this.custom_btn.TabIndex = 13;
            this.custom_btn.TabStop = true;
            this.custom_btn.Text = "自定义";
            this.skinToolTip1.SetToolTip(this.custom_btn, "自定义Shell、Task");
            this.custom_btn.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp);
            // 
            // customShellListView
            // 
            this.customShellListView.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.customShellListView.BorderColor = System.Drawing.Color.LightGray;
            this.customShellListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader3});
            this.customShellListView.FullRowSelect = true;
            this.customShellListView.GridLines = true;
            this.customShellListView.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.customShellListView.Location = new System.Drawing.Point(8, 20);
            this.customShellListView.MultiSelect = false;
            this.customShellListView.Name = "customShellListView";
            this.customShellListView.OwnerDraw = true;
            this.customShellListView.RowBackColor2 = System.Drawing.Color.White;
            this.customShellListView.SelectedColor = System.Drawing.Color.SkyBlue;
            this.customShellListView.Size = new System.Drawing.Size(284, 194);
            this.customShellListView.TabIndex = 10;
            this.customShellListView.UseCompatibleStateImageBehavior = false;
            this.customShellListView.View = System.Windows.Forms.View.Details;
            this.customShellListView.SelectedIndexChanged += new System.EventHandler(this.customShellListView_SelectedIndexChanged);
            this.customShellListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.customShellListView_MouseUp);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "名称";
            this.columnHeader1.Width = 150;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "类型";
            this.columnHeader3.Width = 100;
            // 
            // shellView
            // 
            this.shellView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.shellView.BackColor = System.Drawing.Color.Transparent;
            this.shellView.DownBack = null;
            this.shellView.Icon = null;
            this.shellView.IconIsButton = false;
            this.shellView.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shellView.IsPreplacedwordChat = '\0';
            this.shellView.IsSystemPreplacedwordChar = false;
            this.shellView.Lines = new string[0];
            this.shellView.Location = new System.Drawing.Point(295, 21);
            this.shellView.Margin = new System.Windows.Forms.Padding(0);
            this.shellView.MaxLength = 32767;
            this.shellView.MinimumSize = new System.Drawing.Size(28, 28);
            this.shellView.MouseBack = null;
            this.shellView.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shellView.Multiline = true;
            this.shellView.Name = "shellView";
            this.shellView.NormlBack = null;
            this.shellView.Padding = new System.Windows.Forms.Padding(5);
            this.shellView.ReadOnly = false;
            this.shellView.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.shellView.Size = new System.Drawing.Size(400, 168);
            // 
            // 
            // 
            this.shellView.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.shellView.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
            this.shellView.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
            this.shellView.SkinTxt.Location = new System.Drawing.Point(5, 5);
            this.shellView.SkinTxt.Multiline = true;
            this.shellView.SkinTxt.Name = "BaseText";
            this.shellView.SkinTxt.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.shellView.SkinTxt.Size = new System.Drawing.Size(390, 158);
            this.shellView.SkinTxt.TabIndex = 0;
            this.shellView.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shellView.SkinTxt.WaterText = "";
            this.shellView.TabIndex = 0;
            this.shellView.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.shellView.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shellView.WaterText = "";
            this.shellView.WordWrap = true;
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Controls.Add(this.button1);
            this.groupBox3.Controls.Add(this.btn_restart);
            this.groupBox3.Controls.Add(this.btn_update);
            this.groupBox3.Controls.Add(this.btn_start);
            this.groupBox3.Controls.Add(this.btn_stop);
            this.groupBox3.Location = new System.Drawing.Point(107, 19);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(701, 76);
            this.groupBox3.TabIndex = 9;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "基础功能";
            // 
            // label_status
            // 
            this.label_status.Location = new System.Drawing.Point(17, 83);
            this.label_status.Name = "label_status";
            this.label_status.Size = new System.Drawing.Size(79, 12);
            this.label_status.TabIndex = 1;
            this.label_status.Text = "检测中...";
            this.label_status.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.linkLabel1);
            this.groupBox1.Controls.Add(this.projects);
            this.groupBox1.Controls.Add(this.l_appname);
            this.groupBox1.Controls.Add(this.l_pro_path);
            this.groupBox1.Controls.Add(this.l_server_name);
            this.groupBox1.Controls.Add(this.l_node_port);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(7, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(815, 165);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "基本信息";
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Location = new System.Drawing.Point(406, 129);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(29, 12);
            this.linkLabel1.TabIndex = 21;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "修改";
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // l_appname
            // 
            this.l_appname.BackColor = System.Drawing.SystemColors.Control;
            this.l_appname.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_appname.Font = new System.Drawing.Font("宋体", 9F);
            this.l_appname.Location = new System.Drawing.Point(99, 29);
            this.l_appname.Name = "l_appname";
            this.l_appname.ReadOnly = true;
            this.l_appname.Size = new System.Drawing.Size(290, 14);
            this.l_appname.TabIndex = 19;
            // 
            // l_pro_path
            // 
            this.l_pro_path.BackColor = System.Drawing.SystemColors.Control;
            this.l_pro_path.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_pro_path.Font = new System.Drawing.Font("宋体", 9F);
            this.l_pro_path.Location = new System.Drawing.Point(99, 62);
            this.l_pro_path.Name = "l_pro_path";
            this.l_pro_path.ReadOnly = true;
            this.l_pro_path.Size = new System.Drawing.Size(290, 14);
            this.l_pro_path.TabIndex = 18;
            // 
            // l_server_name
            // 
            this.l_server_name.BackColor = System.Drawing.SystemColors.Control;
            this.l_server_name.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_server_name.Font = new System.Drawing.Font("宋体", 9F);
            this.l_server_name.Location = new System.Drawing.Point(99, 96);
            this.l_server_name.Name = "l_server_name";
            this.l_server_name.ReadOnly = true;
            this.l_server_name.Size = new System.Drawing.Size(290, 14);
            this.l_server_name.TabIndex = 17;
            // 
            // l_node_port
            // 
            this.l_node_port.BackColor = System.Drawing.SystemColors.Control;
            this.l_node_port.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_node_port.Font = new System.Drawing.Font("宋体", 9F);
            this.l_node_port.Location = new System.Drawing.Point(99, 129);
            this.l_node_port.Name = "l_node_port";
            this.l_node_port.ReadOnly = true;
            this.l_node_port.Size = new System.Drawing.Size(290, 14);
            this.l_node_port.TabIndex = 16;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(29, 30);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 10;
            this.label6.Text = "项目名称:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(29, 96);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 9;
            this.label5.Text = "服务名称:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(29, 129);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 7;
            this.label3.Text = "节点端口:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(29, 63);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "项目路径:";
            // 
            // contextMenuStrip2
            // 
            this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem2,
            this.toolStripMenuItem3});
            this.contextMenuStrip2.Name = "contextMenuStrip1";
            this.contextMenuStrip2.Size = new System.Drawing.Size(114, 48);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 22);
            this.toolStripMenuItem2.Text = "Edit";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(113, 22);
            this.toolStripMenuItem3.Text = "Delete";
            this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
            // 
            // IceMonitorForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(831, 513);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "IceMonitorForm";
            this.Text = "MonitorWorkForm";
            this.Load += new System.EventHandler(this.IceMonitorForm_Load);
            this.contextMenu.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.contextMenuStrip2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : NginxMonitorForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NginxMonitorForm));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.contextMenu3 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.自定义命令ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.CustomTimeTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ConditionTaskToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.skinToolTip1 = new CCWin.SkinToolTip(this.components);
            this.linkLabel2 = new System.Windows.Forms.LinkLabel();
            this.projects = new CCWin.SkinControl.SkinListView();
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.button5 = new System.Windows.Forms.Button();
            this.btn_run = new System.Windows.Forms.Button();
            this.btn_restart = new System.Windows.Forms.Button();
            this.btn_start = new System.Windows.Forms.Button();
            this.btn_stop = new System.Windows.Forms.Button();
            this.pic_run_state = new System.Windows.Forms.PictureBox();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.newItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.visitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.visit2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.startBtnMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.nginxpathsStart = new System.Windows.Forms.ToolStripMenuItem();
            this.nginxpathcnginxconf = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.l_name = new System.Windows.Forms.TextBox();
            this.l_nginx_path = new System.Windows.Forms.TextBox();
            this.l_nginx_conf = new System.Windows.Forms.TextBox();
            this.l_visit_url = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label1 = new System.Windows.Forms.Label();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.custom_btn = new System.Windows.Forms.LinkLabel();
            this.customShellListView = new CCWin.SkinControl.SkinListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.shellView = new CCWin.SkinControl.SkinTextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label_status = new System.Windows.Forms.Label();
            this.contextMenu3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.contextMenuStrip2.SuspendLayout();
            this.startBtnMenu.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // contextMenu3
            // 
            this.contextMenu3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.自定义命令ToolStripMenuItem,
            this.toolStripSeparator1,
            this.CustomTimeTaskToolStripMenuItem,
            this.ConditionTaskToolStripMenuItem1});
            this.contextMenu3.Name = "contextMenuStrip1";
            this.contextMenu3.Size = new System.Drawing.Size(137, 76);
            // 
            // 自定义命令ToolStripMenuItem
            // 
            this.自定义命令ToolStripMenuItem.Name = "自定义命令ToolStripMenuItem";
            this.自定义命令ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.自定义命令ToolStripMenuItem.Text = "自定义脚本";
            this.自定义命令ToolStripMenuItem.Click += new System.EventHandler(this.自定义命令ToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
            // 
            // CustomTimeTaskToolStripMenuItem
            // 
            this.CustomTimeTaskToolStripMenuItem.Name = "CustomTimeTaskToolStripMenuItem";
            this.CustomTimeTaskToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.CustomTimeTaskToolStripMenuItem.Text = "定时任务";
            this.CustomTimeTaskToolStripMenuItem.Click += new System.EventHandler(this.CustomTimeTaskToolStripMenuItem_Click);
            // 
            // ConditionTaskToolStripMenuItem1
            // 
            this.ConditionTaskToolStripMenuItem1.Name = "ConditionTaskToolStripMenuItem1";
            this.ConditionTaskToolStripMenuItem1.Size = new System.Drawing.Size(136, 22);
            this.ConditionTaskToolStripMenuItem1.Text = "条件任务";
            this.ConditionTaskToolStripMenuItem1.Click += new System.EventHandler(this.条件任务ToolStripMenuItem1_Click);
            // 
            // skinToolTip1
            // 
            this.skinToolTip1.AutoPopDelay = 5000;
            this.skinToolTip1.InitialDelay = 500;
            this.skinToolTip1.OwnerDraw = true;
            this.skinToolTip1.ReshowDelay = 800;
            this.skinToolTip1.ToolTipreplacedle = "AppMonitor";
            // 
            // linkLabel2
            // 
            this.linkLabel2.AutoSize = true;
            this.linkLabel2.Location = new System.Drawing.Point(360, 97);
            this.linkLabel2.Name = "linkLabel2";
            this.linkLabel2.Size = new System.Drawing.Size(29, 12);
            this.linkLabel2.TabIndex = 25;
            this.linkLabel2.TabStop = true;
            this.linkLabel2.Text = "编辑";
            this.skinToolTip1.SetToolTip(this.linkLabel2, "编辑服务器上的server.xml文件");
            this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
            // 
            // projects
            // 
            this.projects.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.projects.BorderColor = System.Drawing.Color.LightGray;
            this.projects.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader2,
            this.columnHeader4});
            this.projects.FullRowSelect = true;
            this.projects.GridLines = true;
            this.projects.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.projects.LargeImageList = this.imageList1;
            this.projects.Location = new System.Drawing.Point(397, 12);
            this.projects.MultiSelect = false;
            this.projects.Name = "projects";
            this.projects.OwnerDraw = true;
            this.projects.RowBackColor2 = System.Drawing.Color.White;
            this.projects.SelectedColor = System.Drawing.Color.SkyBlue;
            this.projects.Size = new System.Drawing.Size(414, 173);
            this.projects.SmallImageList = this.imageList1;
            this.projects.StateImageList = this.imageList1;
            this.projects.TabIndex = 22;
            this.skinToolTip1.SetToolTip(this.projects, "双击访问各个项目");
            this.projects.UseCompatibleStateImageBehavior = false;
            this.projects.View = System.Windows.Forms.View.Details;
            this.projects.MouseUp += new System.Windows.Forms.MouseEventHandler(this.projects_MouseUp);
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "访问地址";
            this.columnHeader2.Width = 220;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "映射地址";
            this.columnHeader4.Width = 300;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "gray_light_16px.png");
            this.imageList1.Images.SetKeyName(1, "green_light_16px.png");
            this.imageList1.Images.SetKeyName(2, "yellow_light_16px.png");
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Location = new System.Drawing.Point(359, 131);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(29, 12);
            this.linkLabel1.TabIndex = 21;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "访问";
            this.skinToolTip1.SetToolTip(this.linkLabel1, "在默认浏览器中打开项目首页地址");
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(14, 106);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(81, 25);
            this.button5.TabIndex = 9;
            this.button5.Text = "立即检测";
            this.skinToolTip1.SetToolTip(this.button5, "立即检测程序运行是否正常");
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // btn_run
            // 
            this.btn_run.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_run.Enabled = false;
            this.btn_run.Location = new System.Drawing.Point(631, 167);
            this.btn_run.Name = "btn_run";
            this.btn_run.Size = new System.Drawing.Size(65, 26);
            this.btn_run.TabIndex = 9;
            this.btn_run.Text = "运行";
            this.skinToolTip1.SetToolTip(this.btn_run, "手动运行脚本");
            this.btn_run.UseVisualStyleBackColor = true;
            this.btn_run.Click += new System.EventHandler(this.btn_run_Click);
            // 
            // btn_restart
            // 
            this.btn_restart.Location = new System.Drawing.Point(289, 26);
            this.btn_restart.Name = "btn_restart";
            this.btn_restart.Size = new System.Drawing.Size(80, 28);
            this.btn_restart.TabIndex = 7;
            this.btn_restart.Text = "重启";
            this.skinToolTip1.SetToolTip(this.btn_restart, "重启程序,会先停止程序然后再启动程序");
            this.btn_restart.UseVisualStyleBackColor = true;
            this.btn_restart.Click += new System.EventHandler(this.btn_restart_Click);
            // 
            // btn_start
            // 
            this.btn_start.BackColor = System.Drawing.SystemColors.Control;
            this.btn_start.Location = new System.Drawing.Point(8, 26);
            this.btn_start.Name = "btn_start";
            this.btn_start.Size = new System.Drawing.Size(76, 28);
            this.btn_start.TabIndex = 5;
            this.btn_start.Text = "启动";
            this.skinToolTip1.SetToolTip(this.btn_start, "启动程序,如果程序未停止或导致重复启动");
            this.btn_start.UseVisualStyleBackColor = true;
            this.btn_start.Click += new System.EventHandler(this.btn_start_Click);
            // 
            // btn_stop
            // 
            this.btn_stop.Location = new System.Drawing.Point(207, 26);
            this.btn_stop.Name = "btn_stop";
            this.btn_stop.Size = new System.Drawing.Size(60, 28);
            this.btn_stop.TabIndex = 6;
            this.btn_stop.Text = "停止";
            this.skinToolTip1.SetToolTip(this.btn_stop, "停止程序");
            this.btn_stop.UseVisualStyleBackColor = true;
            this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
            // 
            // pic_run_state
            // 
            this.pic_run_state.BackgroundImage = global::AppMonitor.Properties.Resources.gray_light_48;
            this.pic_run_state.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pic_run_state.Location = new System.Drawing.Point(31, 25);
            this.pic_run_state.Name = "pic_run_state";
            this.pic_run_state.Size = new System.Drawing.Size(48, 48);
            this.pic_run_state.TabIndex = 4;
            this.pic_run_state.TabStop = false;
            this.skinToolTip1.SetToolTip(this.pic_run_state, "未检测");
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newItemToolStripMenuItem,
            this.editToolStripMenuItem,
            this.deleteToolStripMenuItem,
            this.toolStripSeparator2,
            this.visitToolStripMenuItem,
            this.visit2ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(133, 120);
            // 
            // newItemToolStripMenuItem
            // 
            this.newItemToolStripMenuItem.Name = "newItemToolStripMenuItem";
            this.newItemToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
            this.newItemToolStripMenuItem.Text = "New Item";
            this.newItemToolStripMenuItem.Click += new System.EventHandler(this.newItemToolStripMenuItem_Click);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
            this.editToolStripMenuItem.Text = "Edit";
            this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
            this.deleteToolStripMenuItem.Text = "Delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(129, 6);
            // 
            // visitToolStripMenuItem
            // 
            this.visitToolStripMenuItem.Name = "visitToolStripMenuItem";
            this.visitToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
            this.visitToolStripMenuItem.Text = "Visit 1";
            this.visitToolStripMenuItem.Click += new System.EventHandler(this.visitToolStripMenuItem_Click);
            // 
            // visit2ToolStripMenuItem
            // 
            this.visit2ToolStripMenuItem.Name = "visit2ToolStripMenuItem";
            this.visit2ToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
            this.visit2ToolStripMenuItem.Text = "Visit 2";
            this.visit2ToolStripMenuItem.Click += new System.EventHandler(this.visit2ToolStripMenuItem_Click);
            // 
            // contextMenuStrip2
            // 
            this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem2,
            this.toolStripMenuItem3});
            this.contextMenuStrip2.Name = "contextMenuStrip1";
            this.contextMenuStrip2.Size = new System.Drawing.Size(114, 48);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 22);
            this.toolStripMenuItem2.Text = "Edit";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(113, 22);
            this.toolStripMenuItem3.Text = "Delete";
            this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
            // 
            // startBtnMenu
            // 
            this.startBtnMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nginxpathsStart,
            this.nginxpathcnginxconf});
            this.startBtnMenu.Name = "startBtnMenu";
            this.startBtnMenu.Size = new System.Drawing.Size(235, 48);
            // 
            // nginxpathsStart
            // 
            this.nginxpathsStart.Checked = true;
            this.nginxpathsStart.CheckState = System.Windows.Forms.CheckState.Checked;
            this.nginxpathsStart.Name = "nginxpathsStart";
            this.nginxpathsStart.Size = new System.Drawing.Size(234, 22);
            this.nginxpathsStart.Tag = "1";
            this.nginxpathsStart.Text = "{nginx_path} -s start";
            this.nginxpathsStart.Click += new System.EventHandler(this.nginxStartWayClick);
            // 
            // nginxpathcnginxconf
            // 
            this.nginxpathcnginxconf.Name = "nginxpathcnginxconf";
            this.nginxpathcnginxconf.Size = new System.Drawing.Size(234, 22);
            this.nginxpathcnginxconf.Tag = "2";
            this.nginxpathcnginxconf.Text = "{nginx_path} -c {nginx_conf}";
            this.nginxpathcnginxconf.Click += new System.EventHandler(this.nginxStartWayClick);
            // 
            // groupBox1
            // 
            this.groupBox1.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.groupBox1.Controls.Add(this.linkLabel2);
            this.groupBox1.Controls.Add(this.projects);
            this.groupBox1.Controls.Add(this.linkLabel1);
            this.groupBox1.Controls.Add(this.l_name);
            this.groupBox1.Controls.Add(this.l_nginx_path);
            this.groupBox1.Controls.Add(this.l_nginx_conf);
            this.groupBox1.Controls.Add(this.l_visit_url);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(8, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(815, 191);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "基本信息";
            // 
            // l_name
            // 
            this.l_name.BackColor = System.Drawing.SystemColors.Control;
            this.l_name.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_name.Font = new System.Drawing.Font("宋体", 9F);
            this.l_name.Location = new System.Drawing.Point(90, 29);
            this.l_name.Name = "l_name";
            this.l_name.ReadOnly = true;
            this.l_name.Size = new System.Drawing.Size(263, 14);
            this.l_name.TabIndex = 19;
            // 
            // l_nginx_path
            // 
            this.l_nginx_path.BackColor = System.Drawing.SystemColors.Control;
            this.l_nginx_path.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_nginx_path.Font = new System.Drawing.Font("宋体", 9F);
            this.l_nginx_path.Location = new System.Drawing.Point(90, 64);
            this.l_nginx_path.Name = "l_nginx_path";
            this.l_nginx_path.ReadOnly = true;
            this.l_nginx_path.Size = new System.Drawing.Size(263, 14);
            this.l_nginx_path.TabIndex = 18;
            // 
            // l_nginx_conf
            // 
            this.l_nginx_conf.BackColor = System.Drawing.SystemColors.Control;
            this.l_nginx_conf.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_nginx_conf.Font = new System.Drawing.Font("宋体", 9F);
            this.l_nginx_conf.Location = new System.Drawing.Point(90, 96);
            this.l_nginx_conf.Name = "l_nginx_conf";
            this.l_nginx_conf.ReadOnly = true;
            this.l_nginx_conf.Size = new System.Drawing.Size(263, 14);
            this.l_nginx_conf.TabIndex = 17;
            // 
            // l_visit_url
            // 
            this.l_visit_url.BackColor = System.Drawing.SystemColors.Control;
            this.l_visit_url.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_visit_url.Font = new System.Drawing.Font("宋体", 9F);
            this.l_visit_url.Location = new System.Drawing.Point(90, 129);
            this.l_visit_url.Name = "l_visit_url";
            this.l_visit_url.ReadOnly = true;
            this.l_visit_url.Size = new System.Drawing.Size(263, 14);
            this.l_visit_url.TabIndex = 16;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(11, 29);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(80, 14);
            this.label6.TabIndex = 10;
            this.label6.Text = "Nginx Name:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(11, 95);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(80, 14);
            this.label5.TabIndex = 9;
            this.label5.Text = "nginx.conf:";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(11, 128);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(80, 14);
            this.label3.TabIndex = 7;
            this.label3.Text = "Visit Url:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(11, 62);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(80, 14);
            this.label2.TabIndex = 0;
            this.label2.Text = "nginx path:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.progressBar1);
            this.groupBox2.Controls.Add(this.button5);
            this.groupBox2.Controls.Add(this.groupBox4);
            this.groupBox2.Controls.Add(this.groupBox3);
            this.groupBox2.Controls.Add(this.pic_run_state);
            this.groupBox2.Controls.Add(this.label_status);
            this.groupBox2.Location = new System.Drawing.Point(9, 203);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(814, 305);
            this.groupBox2.TabIndex = 8;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "状态监控";
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.Color.Silver;
            this.label1.Location = new System.Drawing.Point(4, 276);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(66, 25);
            this.label1.TabIndex = 13;
            this.label1.Text = "Nginx";
            // 
            // progressBar1
            // 
            this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBar1.BackColor = System.Drawing.SystemColors.Control;
            this.progressBar1.Location = new System.Drawing.Point(59, 6);
            this.progressBar1.Maximum = 20;
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(758, 2);
            this.progressBar1.TabIndex = 9;
            this.progressBar1.Value = 20;
            // 
            // groupBox4
            // 
            this.groupBox4.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.groupBox4.Controls.Add(this.custom_btn);
            this.groupBox4.Controls.Add(this.customShellListView);
            this.groupBox4.Controls.Add(this.shellView);
            this.groupBox4.Controls.Add(this.btn_run);
            this.groupBox4.Location = new System.Drawing.Point(107, 101);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(701, 197);
            this.groupBox4.TabIndex = 10;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "扩展功能";
            // 
            // custom_btn
            // 
            this.custom_btn.AutoSize = true;
            this.custom_btn.LinkColor = System.Drawing.Color.Blue;
            this.custom_btn.Location = new System.Drawing.Point(67, 1);
            this.custom_btn.Name = "custom_btn";
            this.custom_btn.Size = new System.Drawing.Size(41, 12);
            this.custom_btn.TabIndex = 14;
            this.custom_btn.TabStop = true;
            this.custom_btn.Text = "自定义";
            this.skinToolTip1.SetToolTip(this.custom_btn, "自定义Shell、Task");
            this.custom_btn.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp);
            // 
            // customShellListView
            // 
            this.customShellListView.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.customShellListView.BorderColor = System.Drawing.Color.LightGray;
            this.customShellListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader3});
            this.customShellListView.FullRowSelect = true;
            this.customShellListView.GridLines = true;
            this.customShellListView.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.customShellListView.Location = new System.Drawing.Point(8, 20);
            this.customShellListView.MultiSelect = false;
            this.customShellListView.Name = "customShellListView";
            this.customShellListView.OwnerDraw = true;
            this.customShellListView.RowBackColor2 = System.Drawing.Color.White;
            this.customShellListView.SelectedColor = System.Drawing.Color.SkyBlue;
            this.customShellListView.Size = new System.Drawing.Size(284, 168);
            this.customShellListView.TabIndex = 10;
            this.customShellListView.UseCompatibleStateImageBehavior = false;
            this.customShellListView.View = System.Windows.Forms.View.Details;
            this.customShellListView.SelectedIndexChanged += new System.EventHandler(this.customShellListView_SelectedIndexChanged);
            this.customShellListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.customShellListView_MouseUp);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "名称";
            this.columnHeader1.Width = 150;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "类型";
            this.columnHeader3.Width = 100;
            // 
            // shellView
            // 
            this.shellView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.shellView.BackColor = System.Drawing.Color.Transparent;
            this.shellView.DownBack = null;
            this.shellView.Icon = null;
            this.shellView.IconIsButton = false;
            this.shellView.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shellView.IsPreplacedwordChat = '\0';
            this.shellView.IsSystemPreplacedwordChar = false;
            this.shellView.Lines = new string[0];
            this.shellView.Location = new System.Drawing.Point(295, 21);
            this.shellView.Margin = new System.Windows.Forms.Padding(0);
            this.shellView.MaxLength = 32767;
            this.shellView.MinimumSize = new System.Drawing.Size(28, 28);
            this.shellView.MouseBack = null;
            this.shellView.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shellView.Multiline = true;
            this.shellView.Name = "shellView";
            this.shellView.NormlBack = null;
            this.shellView.Padding = new System.Windows.Forms.Padding(5);
            this.shellView.ReadOnly = false;
            this.shellView.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.shellView.Size = new System.Drawing.Size(400, 142);
            // 
            // 
            // 
            this.shellView.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.shellView.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
            this.shellView.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
            this.shellView.SkinTxt.Location = new System.Drawing.Point(5, 5);
            this.shellView.SkinTxt.Multiline = true;
            this.shellView.SkinTxt.Name = "BaseText";
            this.shellView.SkinTxt.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.shellView.SkinTxt.Size = new System.Drawing.Size(390, 132);
            this.shellView.SkinTxt.TabIndex = 0;
            this.shellView.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shellView.SkinTxt.WaterText = "";
            this.shellView.TabIndex = 0;
            this.shellView.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.shellView.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shellView.WaterText = "";
            this.shellView.WordWrap = true;
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Controls.Add(this.button1);
            this.groupBox3.Controls.Add(this.btn_restart);
            this.groupBox3.Controls.Add(this.btn_start);
            this.groupBox3.Controls.Add(this.btn_stop);
            this.groupBox3.Location = new System.Drawing.Point(107, 19);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(701, 76);
            this.groupBox3.TabIndex = 9;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "基础功能";
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.Azure;
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button1.ForeColor = System.Drawing.Color.DarkOrange;
            this.button1.Location = new System.Drawing.Point(84, 27);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(100, 26);
            this.button1.TabIndex = 8;
            this.button1.Text = "选择启动方式";
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label_status
            // 
            this.label_status.Location = new System.Drawing.Point(6, 83);
            this.label_status.Name = "label_status";
            this.label_status.Size = new System.Drawing.Size(98, 12);
            this.label_status.TabIndex = 1;
            this.label_status.Text = "检测中...";
            this.label_status.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // NginxMonitorForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(831, 513);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox2);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "NginxMonitorForm";
            this.Text = "NginxMonitorForm";
            this.Load += new System.EventHandler(this.NginxMonitorForm_Load);
            this.contextMenu3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.contextMenuStrip2.ResumeLayout(false);
            this.startBtnMenu.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : SessionManageForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SessionManageForm));
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.saveAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.largeIconToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.detailToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.button2 = new System.Windows.Forms.Button();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolNewSession = new System.Windows.Forms.ToolStripButton();
            this.toolSaveAll = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolCopy = new System.Windows.Forms.ToolStripButton();
            this.toolPaste = new System.Windows.Forms.ToolStripButton();
            this.toolDelete = new System.Windows.Forms.ToolStripButton();
            this.toolProperties = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
            this.iconListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.detailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.button_conn = new System.Windows.Forms.Button();
            this.checkBox_onstart = new System.Windows.Forms.CheckBox();
            this.largeImageList = new System.Windows.Forms.ImageList(this.components);
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.listView = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.connectToolStripMenuItem,
            this.newSessionToolStripMenuItem,
            this.toolStripSeparator5,
            this.saveAllToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.toolStripSeparator3,
            this.renameToolStripMenuItem,
            this.deleteToolStripMenuItem,
            this.toolStripSeparator4,
            this.viewToolStripMenuItem,
            this.propertiesToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(151, 220);
            // 
            // connectToolStripMenuItem
            // 
            this.connectToolStripMenuItem.Enabled = false;
            this.connectToolStripMenuItem.Name = "connectToolStripMenuItem";
            this.connectToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.connectToolStripMenuItem.Text = "Connect";
            this.connectToolStripMenuItem.Click += new System.EventHandler(this.button_conn_Click);
            // 
            // newSessionToolStripMenuItem
            // 
            this.newSessionToolStripMenuItem.Name = "newSessionToolStripMenuItem";
            this.newSessionToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.newSessionToolStripMenuItem.Text = "New Session";
            this.newSessionToolStripMenuItem.Click += new System.EventHandler(this.newSessionToolStripMenuItem_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(147, 6);
            // 
            // saveAllToolStripMenuItem
            // 
            this.saveAllToolStripMenuItem.Enabled = false;
            this.saveAllToolStripMenuItem.Name = "saveAllToolStripMenuItem";
            this.saveAllToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.saveAllToolStripMenuItem.Text = "Save All";
            this.saveAllToolStripMenuItem.Click += new System.EventHandler(this.SaveAll_Click);
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Enabled = false;
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.copyToolStripMenuItem.Text = "Copy";
            this.copyToolStripMenuItem.Click += new System.EventHandler(this.toolCopy_Click);
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Enabled = false;
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.pasteToolStripMenuItem.Text = "Paste";
            this.pasteToolStripMenuItem.Click += new System.EventHandler(this.toolPaste_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(147, 6);
            // 
            // renameToolStripMenuItem
            // 
            this.renameToolStripMenuItem.Enabled = false;
            this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
            this.renameToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.renameToolStripMenuItem.Text = "Rename";
            this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Enabled = false;
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.deleteToolStripMenuItem.Text = "Delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.toolDelete_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(147, 6);
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.largeIconToolStripMenuItem,
            this.listToolStripMenuItem1,
            this.detailToolStripMenuItem1});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.viewToolStripMenuItem.Text = "View";
            // 
            // largeIconToolStripMenuItem
            // 
            this.largeIconToolStripMenuItem.Name = "largeIconToolStripMenuItem";
            this.largeIconToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.largeIconToolStripMenuItem.Text = "Large Icon";
            this.largeIconToolStripMenuItem.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
            // 
            // listToolStripMenuItem1
            // 
            this.listToolStripMenuItem1.Name = "listToolStripMenuItem1";
            this.listToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
            this.listToolStripMenuItem1.Text = "List";
            this.listToolStripMenuItem1.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
            // 
            // detailToolStripMenuItem1
            // 
            this.detailToolStripMenuItem1.Checked = true;
            this.detailToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.detailToolStripMenuItem1.Name = "detailToolStripMenuItem1";
            this.detailToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
            this.detailToolStripMenuItem1.Text = "Detail";
            this.detailToolStripMenuItem1.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
            // 
            // propertiesToolStripMenuItem
            // 
            this.propertiesToolStripMenuItem.Enabled = false;
            this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
            this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.propertiesToolStripMenuItem.Text = "Properties";
            this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.toolProperties_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(627, 415);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(70, 25);
            this.button2.TabIndex = 4;
            this.button2.Text = "关闭";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolNewSession,
            this.toolSaveAll,
            this.toolStripSeparator1,
            this.toolCopy,
            this.toolPaste,
            this.toolDelete,
            this.toolProperties,
            this.toolStripSeparator2,
            this.toolStripSplitButton1});
            this.toolStrip1.Location = new System.Drawing.Point(8, 30);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(696, 25);
            this.toolStrip1.TabIndex = 5;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolNewSession
            // 
            this.toolNewSession.Image = global::AppMonitor.Properties.Resources.newSession;
            this.toolNewSession.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolNewSession.Name = "toolNewSession";
            this.toolNewSession.Size = new System.Drawing.Size(54, 22);
            this.toolNewSession.Text = "New";
            this.toolNewSession.ToolTipText = "New Session";
            this.toolNewSession.Click += new System.EventHandler(this.newSessionToolStripMenuItem_Click);
            // 
            // toolSaveAll
            // 
            this.toolSaveAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolSaveAll.Enabled = false;
            this.toolSaveAll.Image = global::AppMonitor.Properties.Resources.Save_all_16px;
            this.toolSaveAll.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolSaveAll.Name = "toolSaveAll";
            this.toolSaveAll.Size = new System.Drawing.Size(23, 22);
            this.toolSaveAll.Text = "Save All";
            this.toolSaveAll.Click += new System.EventHandler(this.SaveAll_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolCopy
            // 
            this.toolCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolCopy.Enabled = false;
            this.toolCopy.Image = global::AppMonitor.Properties.Resources.copy;
            this.toolCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolCopy.Name = "toolCopy";
            this.toolCopy.Size = new System.Drawing.Size(23, 22);
            this.toolCopy.Text = "Copy Session";
            this.toolCopy.Click += new System.EventHandler(this.toolCopy_Click);
            // 
            // toolPaste
            // 
            this.toolPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolPaste.Enabled = false;
            this.toolPaste.Image = global::AppMonitor.Properties.Resources.paste;
            this.toolPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolPaste.Name = "toolPaste";
            this.toolPaste.Size = new System.Drawing.Size(23, 22);
            this.toolPaste.Text = "Paste Session";
            this.toolPaste.Click += new System.EventHandler(this.toolPaste_Click);
            // 
            // toolDelete
            // 
            this.toolDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolDelete.Enabled = false;
            this.toolDelete.Image = global::AppMonitor.Properties.Resources.remove_16px;
            this.toolDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolDelete.Name = "toolDelete";
            this.toolDelete.Size = new System.Drawing.Size(23, 22);
            this.toolDelete.Text = "Remove Session";
            this.toolDelete.Click += new System.EventHandler(this.toolDelete_Click);
            // 
            // toolProperties
            // 
            this.toolProperties.Enabled = false;
            this.toolProperties.Image = global::AppMonitor.Properties.Resources.lookAttr;
            this.toolProperties.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolProperties.Name = "toolProperties";
            this.toolProperties.Size = new System.Drawing.Size(88, 22);
            this.toolProperties.Text = "Properties";
            this.toolProperties.ToolTipText = "Edit Properties";
            this.toolProperties.Click += new System.EventHandler(this.toolProperties_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSplitButton1
            // 
            this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.iconListToolStripMenuItem,
            this.listToolStripMenuItem,
            this.detailToolStripMenuItem});
            this.toolStripSplitButton1.Image = global::AppMonitor.Properties.Resources.view_16px;
            this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSplitButton1.Name = "toolStripSplitButton1";
            this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
            this.toolStripSplitButton1.Text = "View";
            // 
            // iconListToolStripMenuItem
            // 
            this.iconListToolStripMenuItem.Name = "iconListToolStripMenuItem";
            this.iconListToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.iconListToolStripMenuItem.Tag = "large";
            this.iconListToolStripMenuItem.Text = "Large Icon";
            this.iconListToolStripMenuItem.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
            // 
            // listToolStripMenuItem
            // 
            this.listToolStripMenuItem.Name = "listToolStripMenuItem";
            this.listToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.listToolStripMenuItem.Tag = "list";
            this.listToolStripMenuItem.Text = "List";
            this.listToolStripMenuItem.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
            // 
            // detailToolStripMenuItem
            // 
            this.detailToolStripMenuItem.Checked = true;
            this.detailToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.detailToolStripMenuItem.Name = "detailToolStripMenuItem";
            this.detailToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.detailToolStripMenuItem.Tag = "detail";
            this.detailToolStripMenuItem.Text = "Detail";
            this.detailToolStripMenuItem.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
            // 
            // button_conn
            // 
            this.button_conn.Enabled = false;
            this.button_conn.Location = new System.Drawing.Point(532, 415);
            this.button_conn.Name = "button_conn";
            this.button_conn.Size = new System.Drawing.Size(89, 25);
            this.button_conn.TabIndex = 6;
            this.button_conn.Text = "连接";
            this.button_conn.UseVisualStyleBackColor = true;
            this.button_conn.Click += new System.EventHandler(this.button_conn_Click);
            // 
            // checkBox_onstart
            // 
            this.checkBox_onstart.AutoSize = true;
            this.checkBox_onstart.BackColor = System.Drawing.Color.Transparent;
            this.checkBox_onstart.ForeColor = System.Drawing.Color.Teal;
            this.checkBox_onstart.Location = new System.Drawing.Point(16, 418);
            this.checkBox_onstart.Name = "checkBox_onstart";
            this.checkBox_onstart.Size = new System.Drawing.Size(144, 16);
            this.checkBox_onstart.TabIndex = 7;
            this.checkBox_onstart.Text = "程序运行时显示此窗口";
            this.checkBox_onstart.UseVisualStyleBackColor = false;
            this.checkBox_onstart.CheckedChanged += new System.EventHandler(this.checkBox_onstart_CheckedChanged);
            // 
            // largeImageList
            // 
            this.largeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("largeImageList.ImageStream")));
            this.largeImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.largeImageList.Images.SetKeyName(0, "monitor48.png");
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "monitor.png");
            // 
            // listView
            // 
            this.listView.BackColor = System.Drawing.Color.White;
            this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5});
            this.listView.ContextMenuStrip = this.contextMenuStrip1;
            this.listView.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listView.FullRowSelect = true;
            this.listView.LabelEdit = true;
            this.listView.LabelWrap = false;
            this.listView.LargeImageList = this.largeImageList;
            this.listView.Location = new System.Drawing.Point(9, 58);
            this.listView.MultiSelect = false;
            this.listView.Name = "listView";
            this.listView.Size = new System.Drawing.Size(693, 345);
            this.listView.SmallImageList = this.imageList1;
            this.listView.TabIndex = 10;
            this.listView.UseCompatibleStateImageBehavior = false;
            this.listView.View = System.Windows.Forms.View.Details;
            this.listView.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listView_AfterLabelEdit);
            this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged_1);
            this.listView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listView_KeyUp);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 250;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Host";
            this.columnHeader2.Width = 130;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Port";
            this.columnHeader3.Width = 80;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Protocol";
            this.columnHeader4.Width = 100;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "UserName";
            this.columnHeader5.Width = 120;
            // 
            // SessionManageForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
            this.CaptionFont = new System.Drawing.Font("微软雅黑", 10F);
            this.ClientSize = new System.Drawing.Size(712, 455);
            this.Controls.Add(this.listView);
            this.Controls.Add(this.checkBox_onstart);
            this.Controls.Add(this.button_conn);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.button2);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(712, 455);
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(712, 455);
            this.Name = "SessionManageForm";
            this.Text = "Sessions";
            this.replacedleCenter = false;
            this.replacedleColor = System.Drawing.Color.White;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SessionManageForm_FormClosing);
            this.Load += new System.EventHandler(this.SessionManageForm_Load);
            this.contextMenuStrip1.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : SettingForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingForm));
            this.label1 = new System.Windows.Forms.Label();
            this.monitorTimer = new System.Windows.Forms.NumericUpDown();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.buttonSave = new System.Windows.Forms.Button();
            this.cb_showMenuBar = new System.Windows.Forms.CheckBox();
            this.cb_showStatusBar = new System.Windows.Forms.CheckBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.monitorTimer)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location = new System.Drawing.Point(29, 49);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(116, 17);
            this.label1.TabIndex = 0;
            this.label1.Text = "项目监控间隔时间:";
            // 
            // monitorTimer
            // 
            this.monitorTimer.Location = new System.Drawing.Point(151, 46);
            this.monitorTimer.Maximum = new decimal(new int[] {
            1000000,
            0,
            0,
            0});
            this.monitorTimer.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.monitorTimer.Name = "monitorTimer";
            this.monitorTimer.Size = new System.Drawing.Size(94, 23);
            this.monitorTimer.TabIndex = 1;
            this.monitorTimer.Value = new decimal(new int[] {
            30,
            0,
            0,
            0});
            this.monitorTimer.ValueChanged += new System.EventHandler(this.monitorTimer_ValueChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Location = new System.Drawing.Point(251, 49);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(20, 17);
            this.label2.TabIndex = 2;
            this.label2.Text = "秒";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Location = new System.Drawing.Point(101, 125);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(44, 17);
            this.label3.TabIndex = 3;
            this.label3.Text = "皮肤:";
            // 
            // listView1
            // 
            this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listView1.CheckBoxes = true;
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader5});
            this.listView1.LargeImageList = this.imageList1;
            this.listView1.Location = new System.Drawing.Point(151, 121);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(605, 159);
            this.listView1.TabIndex = 5;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            // 
            // columnHeader5
            // 
            this.columnHeader5.Width = 136;
            // 
            // imageList1
            // 
            this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.imageList1.ImageSize = new System.Drawing.Size(136, 80);
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // buttonSave
            // 
            this.buttonSave.Location = new System.Drawing.Point(655, 455);
            this.buttonSave.Name = "buttonSave";
            this.buttonSave.Size = new System.Drawing.Size(101, 30);
            this.buttonSave.TabIndex = 6;
            this.buttonSave.Text = "Close";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            // 
            // cb_showMenuBar
            // 
            this.cb_showMenuBar.AutoSize = true;
            this.cb_showMenuBar.BackColor = System.Drawing.Color.Transparent;
            this.cb_showMenuBar.Location = new System.Drawing.Point(152, 84);
            this.cb_showMenuBar.Name = "cb_showMenuBar";
            this.cb_showMenuBar.Size = new System.Drawing.Size(119, 21);
            this.cb_showMenuBar.TabIndex = 7;
            this.cb_showMenuBar.Text = "Show Menu Bar";
            this.cb_showMenuBar.UseVisualStyleBackColor = false;
            this.cb_showMenuBar.CheckedChanged += new System.EventHandler(this.cb_showMenuBar_CheckedChanged);
            // 
            // cb_showStatusBar
            // 
            this.cb_showStatusBar.AutoSize = true;
            this.cb_showStatusBar.BackColor = System.Drawing.Color.Transparent;
            this.cb_showStatusBar.Location = new System.Drawing.Point(304, 84);
            this.cb_showStatusBar.Name = "cb_showStatusBar";
            this.cb_showStatusBar.Size = new System.Drawing.Size(121, 21);
            this.cb_showStatusBar.TabIndex = 8;
            this.cb_showStatusBar.Text = "Show Status Bar";
            this.cb_showStatusBar.UseVisualStyleBackColor = false;
            this.cb_showStatusBar.CheckedChanged += new System.EventHandler(this.cb_showStatusBar_CheckedChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Location = new System.Drawing.Point(101, 87);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(44, 17);
            this.label4.TabIndex = 9;
            this.label4.Text = "组件:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.label5.Location = new System.Drawing.Point(271, 49);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(76, 17);
            this.label5.TabIndex = 10;
            this.label5.Text = "(重启后生效)";
            // 
            // SettingForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
            this.ClientSize = new System.Drawing.Size(779, 509);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.cb_showStatusBar);
            this.Controls.Add(this.cb_showMenuBar);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.listView1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.monitorTimer);
            this.Controls.Add(this.label1);
            this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SettingForm";
            this.Text = "Setting";
            this.replacedleCenter = false;
            this.replacedleColor = System.Drawing.Color.White;
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingForm_FormClosed);
            this.Load += new System.EventHandler(this.SettingForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.monitorTimer)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : SpringBootMonitorForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.自定义命令ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.定时任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.条件任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.skinToolTip1 = new CCWin.SkinToolTip(this.components);
            this.button5 = new System.Windows.Forms.Button();
            this.btn_run = new System.Windows.Forms.Button();
            this.btn_restart = new System.Windows.Forms.Button();
            this.btn_build = new System.Windows.Forms.Button();
            this.btn_start = new System.Windows.Forms.Button();
            this.btn_stop = new System.Windows.Forms.Button();
            this.pic_run_state = new System.Windows.Forms.PictureBox();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label1 = new System.Windows.Forms.Label();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.custom_btn = new System.Windows.Forms.LinkLabel();
            this.customShellListView = new CCWin.SkinControl.SkinListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.shellView = new CCWin.SkinControl.SkinTextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label_status = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.l_pro_visit_url = new System.Windows.Forms.TextBox();
            this.l_appname = new System.Windows.Forms.TextBox();
            this.l_source_path = new System.Windows.Forms.TextBox();
            this.l_ctl_path = new System.Windows.Forms.TextBox();
            this.l_build_path = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenu.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.contextMenuStrip2.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // contextMenu
            // 
            this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.自定义命令ToolStripMenuItem,
            this.toolStripSeparator1,
            this.定时任务ToolStripMenuItem,
            this.条件任务ToolStripMenuItem});
            this.contextMenu.Name = "contextMenuStrip1";
            this.contextMenu.Size = new System.Drawing.Size(137, 76);
            // 
            // 自定义命令ToolStripMenuItem
            // 
            this.自定义命令ToolStripMenuItem.Name = "自定义命令ToolStripMenuItem";
            this.自定义命令ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.自定义命令ToolStripMenuItem.Text = "自定义脚本";
            this.自定义命令ToolStripMenuItem.Click += new System.EventHandler(this.自定义命令ToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
            // 
            // 定时任务ToolStripMenuItem
            // 
            this.定时任务ToolStripMenuItem.Name = "定时任务ToolStripMenuItem";
            this.定时任务ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.定时任务ToolStripMenuItem.Text = "定时任务";
            this.定时任务ToolStripMenuItem.Click += new System.EventHandler(this.CustomTimeTask_Click);
            // 
            // 条件任务ToolStripMenuItem
            // 
            this.条件任务ToolStripMenuItem.Name = "条件任务ToolStripMenuItem";
            this.条件任务ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.条件任务ToolStripMenuItem.Text = "条件任务";
            this.条件任务ToolStripMenuItem.Click += new System.EventHandler(this.条件任务ToolStripMenuItem_Click);
            // 
            // skinToolTip1
            // 
            this.skinToolTip1.AutoPopDelay = 5000;
            this.skinToolTip1.InitialDelay = 500;
            this.skinToolTip1.OwnerDraw = true;
            this.skinToolTip1.ReshowDelay = 800;
            this.skinToolTip1.ToolTipreplacedle = "AppMonitor";
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(14, 106);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(81, 25);
            this.button5.TabIndex = 9;
            this.button5.Text = "立即检测";
            this.skinToolTip1.SetToolTip(this.button5, "立即检测程序运行是否正常");
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // btn_run
            // 
            this.btn_run.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_run.Enabled = false;
            this.btn_run.Location = new System.Drawing.Point(631, 193);
            this.btn_run.Name = "btn_run";
            this.btn_run.Size = new System.Drawing.Size(65, 26);
            this.btn_run.TabIndex = 9;
            this.btn_run.Text = "运行";
            this.skinToolTip1.SetToolTip(this.btn_run, "手动运行脚本");
            this.btn_run.UseVisualStyleBackColor = true;
            this.btn_run.Click += new System.EventHandler(this.btn_run_Click);
            // 
            // btn_restart
            // 
            this.btn_restart.Location = new System.Drawing.Point(273, 25);
            this.btn_restart.Name = "btn_restart";
            this.btn_restart.Size = new System.Drawing.Size(80, 28);
            this.btn_restart.TabIndex = 7;
            this.btn_restart.Text = "重启";
            this.skinToolTip1.SetToolTip(this.btn_restart, "重启程序,会先停止程序然后再启动程序");
            this.btn_restart.UseVisualStyleBackColor = true;
            this.btn_restart.Click += new System.EventHandler(this.btn_restart_Click);
            // 
            // btn_build
            // 
            this.btn_build.Location = new System.Drawing.Point(19, 25);
            this.btn_build.Name = "btn_build";
            this.btn_build.Size = new System.Drawing.Size(86, 28);
            this.btn_build.TabIndex = 8;
            this.btn_build.Text = "更新并编译";
            this.skinToolTip1.SetToolTip(this.btn_build, "构建程序,从SVN更新最新版本并编译");
            this.btn_build.UseVisualStyleBackColor = true;
            this.btn_build.Click += new System.EventHandler(this.btn_build_Click);
            // 
            // btn_start
            // 
            this.btn_start.Location = new System.Drawing.Point(121, 25);
            this.btn_start.Name = "btn_start";
            this.btn_start.Size = new System.Drawing.Size(60, 28);
            this.btn_start.TabIndex = 5;
            this.btn_start.Text = "启动";
            this.skinToolTip1.SetToolTip(this.btn_start, "启动程序,如果程序未停止或导致重复启动");
            this.btn_start.UseVisualStyleBackColor = true;
            this.btn_start.Click += new System.EventHandler(this.btn_start_Click);
            // 
            // btn_stop
            // 
            this.btn_stop.Location = new System.Drawing.Point(197, 25);
            this.btn_stop.Name = "btn_stop";
            this.btn_stop.Size = new System.Drawing.Size(60, 28);
            this.btn_stop.TabIndex = 6;
            this.btn_stop.Text = "停止";
            this.skinToolTip1.SetToolTip(this.btn_stop, "停止程序");
            this.btn_stop.UseVisualStyleBackColor = true;
            this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
            // 
            // pic_run_state
            // 
            this.pic_run_state.BackgroundImage = global::AppMonitor.Properties.Resources.gray_light_48;
            this.pic_run_state.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pic_run_state.Location = new System.Drawing.Point(31, 25);
            this.pic_run_state.Name = "pic_run_state";
            this.pic_run_state.Size = new System.Drawing.Size(48, 48);
            this.pic_run_state.TabIndex = 4;
            this.pic_run_state.TabStop = false;
            this.skinToolTip1.SetToolTip(this.pic_run_state, "未检测");
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Location = new System.Drawing.Point(709, 29);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(29, 12);
            this.linkLabel1.TabIndex = 21;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "访问";
            this.skinToolTip1.SetToolTip(this.linkLabel1, "在默认浏览器中打开项目首页地址");
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // groupBox2
            // 
            this.groupBox2.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.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.progressBar1);
            this.groupBox2.Controls.Add(this.button5);
            this.groupBox2.Controls.Add(this.groupBox4);
            this.groupBox2.Controls.Add(this.groupBox3);
            this.groupBox2.Controls.Add(this.pic_run_state);
            this.groupBox2.Controls.Add(this.label_status);
            this.groupBox2.Location = new System.Drawing.Point(8, 176);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(814, 331);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "状态监控";
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.label1.ForeColor = System.Drawing.Color.Silver;
            this.label1.Location = new System.Drawing.Point(4, 305);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(95, 21);
            this.label1.TabIndex = 13;
            this.label1.Text = "SpringBoot";
            // 
            // progressBar1
            // 
            this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBar1.BackColor = System.Drawing.SystemColors.Control;
            this.progressBar1.Location = new System.Drawing.Point(59, 6);
            this.progressBar1.Maximum = 20;
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(758, 2);
            this.progressBar1.TabIndex = 9;
            this.progressBar1.Value = 20;
            // 
            // groupBox4
            // 
            this.groupBox4.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.groupBox4.Controls.Add(this.custom_btn);
            this.groupBox4.Controls.Add(this.customShellListView);
            this.groupBox4.Controls.Add(this.shellView);
            this.groupBox4.Controls.Add(this.btn_run);
            this.groupBox4.Location = new System.Drawing.Point(107, 101);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(701, 223);
            this.groupBox4.TabIndex = 10;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "扩展功能";
            // 
            // custom_btn
            // 
            this.custom_btn.AutoSize = true;
            this.custom_btn.LinkColor = System.Drawing.Color.Blue;
            this.custom_btn.Location = new System.Drawing.Point(67, 1);
            this.custom_btn.Name = "custom_btn";
            this.custom_btn.Size = new System.Drawing.Size(41, 12);
            this.custom_btn.TabIndex = 15;
            this.custom_btn.TabStop = true;
            this.custom_btn.Text = "自定义";
            this.skinToolTip1.SetToolTip(this.custom_btn, "自定义Shell、Task");
            this.custom_btn.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp);
            // 
            // customShellListView
            // 
            this.customShellListView.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.customShellListView.BorderColor = System.Drawing.Color.LightGray;
            this.customShellListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader3});
            this.customShellListView.FullRowSelect = true;
            this.customShellListView.GridLines = true;
            this.customShellListView.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.customShellListView.Location = new System.Drawing.Point(8, 20);
            this.customShellListView.MultiSelect = false;
            this.customShellListView.Name = "customShellListView";
            this.customShellListView.OwnerDraw = true;
            this.customShellListView.RowBackColor2 = System.Drawing.Color.White;
            this.customShellListView.SelectedColor = System.Drawing.Color.SkyBlue;
            this.customShellListView.Size = new System.Drawing.Size(284, 194);
            this.customShellListView.TabIndex = 10;
            this.customShellListView.UseCompatibleStateImageBehavior = false;
            this.customShellListView.View = System.Windows.Forms.View.Details;
            this.customShellListView.SelectedIndexChanged += new System.EventHandler(this.customShellListView_SelectedIndexChanged);
            this.customShellListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.customShellListView_MouseUp);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "名称";
            this.columnHeader1.Width = 150;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "类型";
            this.columnHeader3.Width = 100;
            // 
            // shellView
            // 
            this.shellView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.shellView.BackColor = System.Drawing.Color.Transparent;
            this.shellView.DownBack = null;
            this.shellView.Icon = null;
            this.shellView.IconIsButton = false;
            this.shellView.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shellView.IsPreplacedwordChat = '\0';
            this.shellView.IsSystemPreplacedwordChar = false;
            this.shellView.Lines = new string[0];
            this.shellView.Location = new System.Drawing.Point(295, 21);
            this.shellView.Margin = new System.Windows.Forms.Padding(0);
            this.shellView.MaxLength = 32767;
            this.shellView.MinimumSize = new System.Drawing.Size(28, 28);
            this.shellView.MouseBack = null;
            this.shellView.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shellView.Multiline = true;
            this.shellView.Name = "shellView";
            this.shellView.NormlBack = null;
            this.shellView.Padding = new System.Windows.Forms.Padding(5);
            this.shellView.ReadOnly = false;
            this.shellView.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.shellView.Size = new System.Drawing.Size(400, 168);
            // 
            // 
            // 
            this.shellView.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.shellView.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
            this.shellView.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
            this.shellView.SkinTxt.Location = new System.Drawing.Point(5, 5);
            this.shellView.SkinTxt.Multiline = true;
            this.shellView.SkinTxt.Name = "BaseText";
            this.shellView.SkinTxt.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.shellView.SkinTxt.Size = new System.Drawing.Size(390, 158);
            this.shellView.SkinTxt.TabIndex = 0;
            this.shellView.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shellView.SkinTxt.WaterText = "";
            this.shellView.TabIndex = 0;
            this.shellView.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.shellView.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shellView.WaterText = "";
            this.shellView.WordWrap = true;
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Controls.Add(this.btn_restart);
            this.groupBox3.Controls.Add(this.btn_build);
            this.groupBox3.Controls.Add(this.btn_start);
            this.groupBox3.Controls.Add(this.btn_stop);
            this.groupBox3.Location = new System.Drawing.Point(107, 19);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(701, 76);
            this.groupBox3.TabIndex = 9;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "基础功能";
            // 
            // label_status
            // 
            this.label_status.Location = new System.Drawing.Point(17, 83);
            this.label_status.Name = "label_status";
            this.label_status.Size = new System.Drawing.Size(79, 12);
            this.label_status.TabIndex = 1;
            this.label_status.Text = "检测中...";
            this.label_status.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.linkLabel1);
            this.groupBox1.Controls.Add(this.l_pro_visit_url);
            this.groupBox1.Controls.Add(this.l_appname);
            this.groupBox1.Controls.Add(this.l_source_path);
            this.groupBox1.Controls.Add(this.l_ctl_path);
            this.groupBox1.Controls.Add(this.l_build_path);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(7, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(815, 165);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "基本信息";
            // 
            // l_pro_visit_url
            // 
            this.l_pro_visit_url.BackColor = System.Drawing.SystemColors.Control;
            this.l_pro_visit_url.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_pro_visit_url.Font = new System.Drawing.Font("宋体", 9F);
            this.l_pro_visit_url.Location = new System.Drawing.Point(444, 29);
            this.l_pro_visit_url.Name = "l_pro_visit_url";
            this.l_pro_visit_url.Size = new System.Drawing.Size(259, 14);
            this.l_pro_visit_url.TabIndex = 20;
            // 
            // l_appname
            // 
            this.l_appname.BackColor = System.Drawing.SystemColors.Control;
            this.l_appname.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_appname.Font = new System.Drawing.Font("宋体", 9F);
            this.l_appname.Location = new System.Drawing.Point(110, 28);
            this.l_appname.Name = "l_appname";
            this.l_appname.ReadOnly = true;
            this.l_appname.Size = new System.Drawing.Size(183, 14);
            this.l_appname.TabIndex = 19;
            // 
            // l_source_path
            // 
            this.l_source_path.BackColor = System.Drawing.SystemColors.Control;
            this.l_source_path.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_source_path.Font = new System.Drawing.Font("宋体", 9F);
            this.l_source_path.Location = new System.Drawing.Point(110, 59);
            this.l_source_path.Name = "l_source_path";
            this.l_source_path.ReadOnly = true;
            this.l_source_path.Size = new System.Drawing.Size(500, 14);
            this.l_source_path.TabIndex = 18;
            // 
            // l_ctl_path
            // 
            this.l_ctl_path.BackColor = System.Drawing.SystemColors.Control;
            this.l_ctl_path.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_ctl_path.Font = new System.Drawing.Font("宋体", 9F);
            this.l_ctl_path.Location = new System.Drawing.Point(110, 92);
            this.l_ctl_path.Name = "l_ctl_path";
            this.l_ctl_path.ReadOnly = true;
            this.l_ctl_path.Size = new System.Drawing.Size(500, 14);
            this.l_ctl_path.TabIndex = 17;
            // 
            // l_build_path
            // 
            this.l_build_path.BackColor = System.Drawing.SystemColors.Control;
            this.l_build_path.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_build_path.Font = new System.Drawing.Font("宋体", 9F);
            this.l_build_path.Location = new System.Drawing.Point(110, 128);
            this.l_build_path.Name = "l_build_path";
            this.l_build_path.ReadOnly = true;
            this.l_build_path.Size = new System.Drawing.Size(500, 14);
            this.l_build_path.TabIndex = 16;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(334, 29);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(89, 12);
            this.label9.TabIndex = 13;
            this.label9.Text = "项目访问地址:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(40, 29);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 10;
            this.label6.Text = "项目名称:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(40, 95);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 9;
            this.label5.Text = "控制脚本:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(40, 128);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 7;
            this.label3.Text = "构建脚本:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(40, 62);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "代码路径:";
            // 
            // contextMenuStrip2
            // 
            this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem2,
            this.toolStripMenuItem3});
            this.contextMenuStrip2.Name = "contextMenuStrip1";
            this.contextMenuStrip2.Size = new System.Drawing.Size(114, 48);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 22);
            this.toolStripMenuItem2.Text = "Edit";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(113, 22);
            this.toolStripMenuItem3.Text = "Delete";
            this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
            // 
            // SpringBootMonitorForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(831, 513);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "SpringBootMonitorForm";
            this.Text = "MonitorWorkForm";
            this.Load += new System.EventHandler(this.SpringBootMonitorForm_Load);
            this.contextMenu.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.contextMenuStrip2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : TimedTaskForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TimedTaskForm));
            this.scb_cycle = new CCWin.SkinControl.SkinComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.customShellListView = new CCWin.SkinControl.SkinListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.deleteItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.upToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.downToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.task_name = new CCWin.SkinControl.SkinTextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.week_panel = new System.Windows.Forms.Panel();
            this.week6 = new System.Windows.Forms.CheckBox();
            this.week5 = new System.Windows.Forms.CheckBox();
            this.week4 = new System.Windows.Forms.CheckBox();
            this.week3 = new System.Windows.Forms.CheckBox();
            this.week2 = new System.Windows.Forms.CheckBox();
            this.week1 = new System.Windows.Forms.CheckBox();
            this.week0 = new System.Windows.Forms.CheckBox();
            this.time = new System.Windows.Forms.DateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.date = new System.Windows.Forms.DateTimePicker();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.linkLabel2 = new System.Windows.Forms.LinkLabel();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.button1 = new System.Windows.Forms.Button();
            this.shell = new CCWin.SkinControl.SkinTextBox();
            this.shell_name = new CCWin.SkinControl.SkinTextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.label7 = new System.Windows.Forms.Label();
            this.scb_template = new CCWin.SkinControl.SkinListView();
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.var_list = new CCWin.SkinControl.SkinListView();
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.week_panel.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // scb_cycle
            // 
            this.scb_cycle.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_cycle.BorderColor = System.Drawing.Color.LightSteelBlue;
            this.scb_cycle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.scb_cycle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.scb_cycle.Font = new System.Drawing.Font("宋体", 10F);
            this.scb_cycle.FormattingEnabled = true;
            this.scb_cycle.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_cycle.ItemHeight = 18;
            this.scb_cycle.Items.AddRange(new object[] {
            "仅一次",
            "每天",
            "每周",
            "每月",
            "每年"});
            this.scb_cycle.Location = new System.Drawing.Point(78, 23);
            this.scb_cycle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.scb_cycle.MouseColor = System.Drawing.Color.Orange;
            this.scb_cycle.MouseGradientColor = System.Drawing.Color.Orange;
            this.scb_cycle.Name = "scb_cycle";
            this.scb_cycle.Size = new System.Drawing.Size(137, 24);
            this.scb_cycle.TabIndex = 1;
            this.scb_cycle.WaterText = "";
            this.scb_cycle.SelectedIndexChanged += new System.EventHandler(this.skinComboBox1_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(24, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 19);
            this.label1.TabIndex = 2;
            this.label1.Text = "周期:";
            // 
            // customShellListView
            // 
            this.customShellListView.BorderColor = System.Drawing.Color.LightGray;
            this.customShellListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3});
            this.customShellListView.ContextMenuStrip = this.contextMenuStrip1;
            this.customShellListView.FullRowSelect = true;
            this.customShellListView.GridLines = true;
            this.customShellListView.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.customShellListView.Location = new System.Drawing.Point(20, 290);
            this.customShellListView.MultiSelect = false;
            this.customShellListView.Name = "customShellListView";
            this.customShellListView.OwnerDraw = true;
            this.customShellListView.RowBackColor2 = System.Drawing.Color.White;
            this.customShellListView.SelectedColor = System.Drawing.Color.LightSkyBlue;
            this.customShellListView.Size = new System.Drawing.Size(955, 367);
            this.customShellListView.TabIndex = 11;
            this.customShellListView.UseCompatibleStateImageBehavior = false;
            this.customShellListView.View = System.Windows.Forms.View.Details;
            this.customShellListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.AllKeyUp);
            this.customShellListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.customShellListView_MouseUp);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "执行时间";
            this.columnHeader1.Width = 200;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "命令名称";
            this.columnHeader2.Width = 150;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Shell脚本";
            this.columnHeader3.Width = 600;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.deleteItemToolStripMenuItem,
            this.upToolStripMenuItem,
            this.downToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(144, 70);
            // 
            // deleteItemToolStripMenuItem
            // 
            this.deleteItemToolStripMenuItem.Image = global::AppMonitor.Properties.Resources.remove_16px;
            this.deleteItemToolStripMenuItem.Name = "deleteItemToolStripMenuItem";
            this.deleteItemToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.deleteItemToolStripMenuItem.Text = "Delete Item";
            this.deleteItemToolStripMenuItem.Click += new System.EventHandler(this.deleteItemToolStripMenuItem_Click);
            // 
            // upToolStripMenuItem
            // 
            this.upToolStripMenuItem.Name = "upToolStripMenuItem";
            this.upToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.upToolStripMenuItem.Text = "Up";
            this.upToolStripMenuItem.Click += new System.EventHandler(this.upToolStripMenuItem_Click);
            // 
            // downToolStripMenuItem
            // 
            this.downToolStripMenuItem.Name = "downToolStripMenuItem";
            this.downToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.downToolStripMenuItem.Text = "Down";
            this.downToolStripMenuItem.Click += new System.EventHandler(this.downToolStripMenuItem_Click);
            // 
            // task_name
            // 
            this.task_name.BackColor = System.Drawing.Color.Transparent;
            this.task_name.DownBack = null;
            this.task_name.Icon = null;
            this.task_name.IconIsButton = false;
            this.task_name.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.task_name.IsPreplacedwordChat = '\0';
            this.task_name.IsSystemPreplacedwordChar = false;
            this.task_name.Lines = new string[0];
            this.task_name.Location = new System.Drawing.Point(93, 19);
            this.task_name.Margin = new System.Windows.Forms.Padding(0);
            this.task_name.MaxLength = 32767;
            this.task_name.MinimumSize = new System.Drawing.Size(28, 28);
            this.task_name.MouseBack = null;
            this.task_name.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.task_name.Multiline = false;
            this.task_name.Name = "task_name";
            this.task_name.NormlBack = null;
            this.task_name.Padding = new System.Windows.Forms.Padding(5);
            this.task_name.ReadOnly = false;
            this.task_name.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.task_name.Size = new System.Drawing.Size(433, 28);
            // 
            // 
            // 
            this.task_name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.task_name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
            this.task_name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
            this.task_name.SkinTxt.Location = new System.Drawing.Point(5, 5);
            this.task_name.SkinTxt.Name = "BaseText";
            this.task_name.SkinTxt.Size = new System.Drawing.Size(423, 18);
            this.task_name.SkinTxt.TabIndex = 0;
            this.task_name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.task_name.SkinTxt.WaterText = "任务名称";
            this.task_name.TabIndex = 12;
            this.task_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.task_name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.task_name.WaterText = "任务名称";
            this.task_name.WordWrap = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(12, 23);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(74, 19);
            this.label2.TabIndex = 13;
            this.label2.Text = "任务名称:";
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.scb_cycle);
            this.groupBox1.Controls.Add(this.week_panel);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.time);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.date);
            this.groupBox1.Location = new System.Drawing.Point(20, 110);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(427, 172);
            this.groupBox1.TabIndex = 14;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "执行时间";
            // 
            // week_panel
            // 
            this.week_panel.Controls.Add(this.week6);
            this.week_panel.Controls.Add(this.week5);
            this.week_panel.Controls.Add(this.week4);
            this.week_panel.Controls.Add(this.week3);
            this.week_panel.Controls.Add(this.week2);
            this.week_panel.Controls.Add(this.week1);
            this.week_panel.Controls.Add(this.week0);
            this.week_panel.Location = new System.Drawing.Point(76, 57);
            this.week_panel.Name = "week_panel";
            this.week_panel.Size = new System.Drawing.Size(332, 29);
            this.week_panel.TabIndex = 18;
            this.week_panel.Visible = false;
            // 
            // week6
            // 
            this.week6.AutoSize = true;
            this.week6.Location = new System.Drawing.Point(266, 4);
            this.week6.Name = "week6";
            this.week6.Size = new System.Drawing.Size(39, 21);
            this.week6.TabIndex = 6;
            this.week6.Text = "六";
            this.week6.UseVisualStyleBackColor = true;
            // 
            // week5
            // 
            this.week5.AutoSize = true;
            this.week5.Location = new System.Drawing.Point(223, 4);
            this.week5.Name = "week5";
            this.week5.Size = new System.Drawing.Size(39, 21);
            this.week5.TabIndex = 5;
            this.week5.Text = "五";
            this.week5.UseVisualStyleBackColor = true;
            // 
            // week4
            // 
            this.week4.AutoSize = true;
            this.week4.Location = new System.Drawing.Point(180, 4);
            this.week4.Name = "week4";
            this.week4.Size = new System.Drawing.Size(39, 21);
            this.week4.TabIndex = 4;
            this.week4.Text = "四";
            this.week4.UseVisualStyleBackColor = true;
            // 
            // week3
            // 
            this.week3.AutoSize = true;
            this.week3.Location = new System.Drawing.Point(137, 4);
            this.week3.Name = "week3";
            this.week3.Size = new System.Drawing.Size(39, 21);
            this.week3.TabIndex = 3;
            this.week3.Text = "三";
            this.week3.UseVisualStyleBackColor = true;
            // 
            // week2
            // 
            this.week2.AutoSize = true;
            this.week2.Location = new System.Drawing.Point(94, 4);
            this.week2.Name = "week2";
            this.week2.Size = new System.Drawing.Size(39, 21);
            this.week2.TabIndex = 2;
            this.week2.Text = "二";
            this.week2.UseVisualStyleBackColor = true;
            // 
            // week1
            // 
            this.week1.AutoSize = true;
            this.week1.Location = new System.Drawing.Point(51, 4);
            this.week1.Name = "week1";
            this.week1.Size = new System.Drawing.Size(39, 21);
            this.week1.TabIndex = 1;
            this.week1.Text = "一";
            this.week1.UseVisualStyleBackColor = true;
            // 
            // week0
            // 
            this.week0.AutoSize = true;
            this.week0.Location = new System.Drawing.Point(4, 4);
            this.week0.Name = "week0";
            this.week0.Size = new System.Drawing.Size(43, 21);
            this.week0.TabIndex = 0;
            this.week0.Text = "日 ";
            this.week0.UseVisualStyleBackColor = true;
            // 
            // time
            // 
            this.time.Format = System.Windows.Forms.DateTimePickerFormat.Time;
            this.time.Location = new System.Drawing.Point(78, 94);
            this.time.MinDate = new System.DateTime(2017, 11, 20, 0, 0, 0, 0);
            this.time.Name = "time";
            this.time.ShowUpDown = true;
            this.time.Size = new System.Drawing.Size(137, 23);
            this.time.TabIndex = 17;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(24, 59);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(48, 19);
            this.label3.TabIndex = 15;
            this.label3.Text = "日期:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(24, 95);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(48, 19);
            this.label4.TabIndex = 14;
            this.label4.Text = "时间:";
            // 
            // date
            // 
            this.date.CalendarTrailingForeColor = System.Drawing.Color.Olive;
            this.date.Location = new System.Drawing.Point(78, 57);
            this.date.MinDate = new System.DateTime(2017, 11, 20, 0, 0, 0, 0);
            this.date.Name = "date";
            this.date.ShowUpDown = true;
            this.date.Size = new System.Drawing.Size(137, 23);
            this.date.TabIndex = 16;
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Transparent;
            this.groupBox2.Controls.Add(this.task_name);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Location = new System.Drawing.Point(20, 35);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(788, 61);
            this.groupBox2.TabIndex = 15;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "任务信息";
            // 
            // groupBox3
            // 
            this.groupBox3.BackColor = System.Drawing.Color.Transparent;
            this.groupBox3.Controls.Add(this.linkLabel2);
            this.groupBox3.Controls.Add(this.linkLabel1);
            this.groupBox3.Controls.Add(this.button1);
            this.groupBox3.Controls.Add(this.shell);
            this.groupBox3.Controls.Add(this.shell_name);
            this.groupBox3.Controls.Add(this.label5);
            this.groupBox3.Controls.Add(this.label6);
            this.groupBox3.Location = new System.Drawing.Point(453, 111);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(522, 172);
            this.groupBox3.TabIndex = 18;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "任务命令";
            // 
            // linkLabel2
            // 
            this.linkLabel2.AutoSize = true;
            this.linkLabel2.Location = new System.Drawing.Point(457, 68);
            this.linkLabel2.Name = "linkLabel2";
            this.linkLabel2.Size = new System.Drawing.Size(56, 17);
            this.linkLabel2.TabIndex = 20;
            this.linkLabel2.TabStop = true;
            this.linkLabel2.Text = "插入变量";
            this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Location = new System.Drawing.Point(456, 26);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(56, 17);
            this.linkLabel1.TabIndex = 16;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "选择模版";
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(456, 128);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(60, 38);
            this.button1.TabIndex = 19;
            this.button1.Text = "新增↓";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // shell
            // 
            this.shell.BackColor = System.Drawing.Color.Transparent;
            this.shell.DownBack = null;
            this.shell.Icon = null;
            this.shell.IconIsButton = false;
            this.shell.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shell.IsPreplacedwordChat = '\0';
            this.shell.IsSystemPreplacedwordChar = false;
            this.shell.Lines = new string[0];
            this.shell.Location = new System.Drawing.Point(78, 56);
            this.shell.Margin = new System.Windows.Forms.Padding(0);
            this.shell.MaxLength = 32767;
            this.shell.MinimumSize = new System.Drawing.Size(28, 28);
            this.shell.MouseBack = null;
            this.shell.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shell.Multiline = true;
            this.shell.Name = "shell";
            this.shell.NormlBack = null;
            this.shell.Padding = new System.Windows.Forms.Padding(5);
            this.shell.ReadOnly = false;
            this.shell.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.shell.Size = new System.Drawing.Size(372, 111);
            // 
            // 
            // 
            this.shell.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.shell.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
            this.shell.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
            this.shell.SkinTxt.Location = new System.Drawing.Point(5, 5);
            this.shell.SkinTxt.Multiline = true;
            this.shell.SkinTxt.Name = "BaseText";
            this.shell.SkinTxt.Size = new System.Drawing.Size(362, 101);
            this.shell.SkinTxt.TabIndex = 0;
            this.shell.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shell.SkinTxt.WaterText = "shell脚本";
            this.shell.TabIndex = 14;
            this.shell.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.shell.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shell.WaterText = "shell脚本";
            this.shell.WordWrap = true;
            this.shell.Enter += new System.EventHandler(this.shell_Enter);
            // 
            // shell_name
            // 
            this.shell_name.BackColor = System.Drawing.Color.Transparent;
            this.shell_name.DownBack = null;
            this.shell_name.Icon = null;
            this.shell_name.IconIsButton = false;
            this.shell_name.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shell_name.IsPreplacedwordChat = '\0';
            this.shell_name.IsSystemPreplacedwordChar = false;
            this.shell_name.Lines = new string[0];
            this.shell_name.Location = new System.Drawing.Point(78, 19);
            this.shell_name.Margin = new System.Windows.Forms.Padding(0);
            this.shell_name.MaxLength = 32767;
            this.shell_name.MinimumSize = new System.Drawing.Size(28, 28);
            this.shell_name.MouseBack = null;
            this.shell_name.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shell_name.Multiline = false;
            this.shell_name.Name = "shell_name";
            this.shell_name.NormlBack = null;
            this.shell_name.Padding = new System.Windows.Forms.Padding(5);
            this.shell_name.ReadOnly = false;
            this.shell_name.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.shell_name.Size = new System.Drawing.Size(372, 28);
            // 
            // 
            // 
            this.shell_name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.shell_name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
            this.shell_name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
            this.shell_name.SkinTxt.Location = new System.Drawing.Point(5, 5);
            this.shell_name.SkinTxt.Name = "BaseText";
            this.shell_name.SkinTxt.Size = new System.Drawing.Size(362, 18);
            this.shell_name.SkinTxt.TabIndex = 0;
            this.shell_name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shell_name.SkinTxt.WaterText = "命令/脚本名称";
            this.shell_name.TabIndex = 13;
            this.shell_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.shell_name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shell_name.WaterText = "命令/脚本名称";
            this.shell_name.WordWrap = true;
            this.shell_name.Enter += new System.EventHandler(this.shell_name_Enter);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(27, 23);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(48, 19);
            this.label5.TabIndex = 15;
            this.label5.Text = "名称:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(27, 57);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(48, 19);
            this.label6.TabIndex = 14;
            this.label6.Text = "脚本:";
            // 
            // button2
            // 
            this.button2.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.button2.Location = new System.Drawing.Point(814, 44);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(161, 52);
            this.button2.TabIndex = 18;
            this.button2.Text = "保存 Ctrl+S";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // label7
            // 
            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label7.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.label7.Location = new System.Drawing.Point(9, 101);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(980, 5);
            this.label7.TabIndex = 19;
            // 
            // scb_template
            // 
            this.scb_template.BorderColor = System.Drawing.Color.LightGray;
            this.scb_template.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader4,
            this.columnHeader5});
            this.scb_template.FullRowSelect = true;
            this.scb_template.GridLines = true;
            this.scb_template.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.scb_template.Location = new System.Drawing.Point(158, 5);
            this.scb_template.MultiSelect = false;
            this.scb_template.Name = "scb_template";
            this.scb_template.OwnerDraw = true;
            this.scb_template.RowBackColor2 = System.Drawing.Color.White;
            this.scb_template.SelectedColor = System.Drawing.Color.LightSteelBlue;
            this.scb_template.Size = new System.Drawing.Size(370, 182);
            this.scb_template.TabIndex = 21;
            this.scb_template.UseCompatibleStateImageBehavior = false;
            this.scb_template.View = System.Windows.Forms.View.Details;
            this.scb_template.Visible = false;
            this.scb_template.MouseClick += new System.Windows.Forms.MouseEventHandler(this.scb_template_MouseClick);
            this.scb_template.MouseUp += new System.Windows.Forms.MouseEventHandler(this.scb_template_MouseUp);
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "命令名称";
            this.columnHeader4.Width = 120;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "Shell脚本";
            this.columnHeader5.Width = 245;
            // 
            // var_list
            // 
            this.var_list.BorderColor = System.Drawing.Color.LightGray;
            this.var_list.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader6,
            this.columnHeader7});
            this.var_list.FullRowSelect = true;
            this.var_list.GridLines = true;
            this.var_list.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.var_list.Location = new System.Drawing.Point(539, 5);
            this.var_list.MultiSelect = false;
            this.var_list.Name = "var_list";
            this.var_list.OwnerDraw = true;
            this.var_list.RowBackColor2 = System.Drawing.Color.White;
            this.var_list.SelectedColor = System.Drawing.Color.LightSteelBlue;
            this.var_list.Size = new System.Drawing.Size(370, 182);
            this.var_list.TabIndex = 22;
            this.var_list.UseCompatibleStateImageBehavior = false;
            this.var_list.View = System.Windows.Forms.View.Details;
            this.var_list.Visible = false;
            this.var_list.MouseClick += new System.Windows.Forms.MouseEventHandler(this.var_list_MouseClick);
            this.var_list.MouseUp += new System.Windows.Forms.MouseEventHandler(this.var_list_MouseUp);
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "变量";
            this.columnHeader6.Width = 180;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "描述";
            this.columnHeader7.Width = 185;
            // 
            // TimedTaskForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
            this.ClientSize = new System.Drawing.Size(997, 670);
            this.Controls.Add(this.var_list);
            this.Controls.Add(this.scb_template);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.customShellListView);
            this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(718, 528);
            this.Name = "TimedTaskForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "定时任务";
            this.replacedleCenter = false;
            this.replacedleColor = System.Drawing.Color.White;
            this.Load += new System.EventHandler(this.TimedTaskForm_Load);
            this.contextMenuStrip1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.week_panel.ResumeLayout(false);
            this.week_panel.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : TomcatMonitorForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.contextMenu2 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.自定义命令ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.TimedTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ConditionTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.skinToolTip1 = new CCWin.SkinToolTip(this.components);
            this.linkLabel2 = new System.Windows.Forms.LinkLabel();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.projects = new CCWin.SkinControl.SkinListView();
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.button5 = new System.Windows.Forms.Button();
            this.btn_run = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.btn_restart = new System.Windows.Forms.Button();
            this.btn_start = new System.Windows.Forms.Button();
            this.btn_stop = new System.Windows.Forms.Button();
            this.pic_run_state = new System.Windows.Forms.PictureBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.l_visit_url = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.l_name = new System.Windows.Forms.TextBox();
            this.l_tomcat_path = new System.Windows.Forms.TextBox();
            this.l_xml_path = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label3 = new System.Windows.Forms.Label();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.custom_btn = new System.Windows.Forms.LinkLabel();
            this.customShellListView = new CCWin.SkinControl.SkinListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.shellView = new CCWin.SkinControl.SkinTextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label_msg = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.tb_port = new System.Windows.Forms.TextBox();
            this.label_status = new System.Windows.Forms.Label();
            this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenu2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.contextMenuStrip2.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // contextMenu2
            // 
            this.contextMenu2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.自定义命令ToolStripMenuItem,
            this.toolStripSeparator1,
            this.TimedTaskToolStripMenuItem,
            this.ConditionTaskToolStripMenuItem});
            this.contextMenu2.Name = "contextMenuStrip1";
            this.contextMenu2.Size = new System.Drawing.Size(137, 76);
            // 
            // 自定义命令ToolStripMenuItem
            // 
            this.自定义命令ToolStripMenuItem.Name = "自定义命令ToolStripMenuItem";
            this.自定义命令ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.自定义命令ToolStripMenuItem.Text = "自定义脚本";
            this.自定义命令ToolStripMenuItem.Click += new System.EventHandler(this.自定义命令ToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
            // 
            // TimedTaskToolStripMenuItem
            // 
            this.TimedTaskToolStripMenuItem.Name = "TimedTaskToolStripMenuItem";
            this.TimedTaskToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.TimedTaskToolStripMenuItem.Text = "定时任务";
            this.TimedTaskToolStripMenuItem.Click += new System.EventHandler(this.CustomTimeTaskToolStripMenuItem_Click);
            // 
            // ConditionTaskToolStripMenuItem
            // 
            this.ConditionTaskToolStripMenuItem.Name = "ConditionTaskToolStripMenuItem";
            this.ConditionTaskToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.ConditionTaskToolStripMenuItem.Text = "条件任务";
            this.ConditionTaskToolStripMenuItem.Click += new System.EventHandler(this.ConditionTaskToolStripMenuItem_Click_1);
            // 
            // skinToolTip1
            // 
            this.skinToolTip1.AutoPopDelay = 5000;
            this.skinToolTip1.InitialDelay = 500;
            this.skinToolTip1.OwnerDraw = true;
            this.skinToolTip1.ReshowDelay = 800;
            this.skinToolTip1.ToolTipreplacedle = "AppMonitor";
            // 
            // linkLabel2
            // 
            this.linkLabel2.AutoSize = true;
            this.linkLabel2.Location = new System.Drawing.Point(358, 95);
            this.linkLabel2.Name = "linkLabel2";
            this.linkLabel2.Size = new System.Drawing.Size(29, 12);
            this.linkLabel2.TabIndex = 24;
            this.linkLabel2.TabStop = true;
            this.linkLabel2.Text = "编辑";
            this.skinToolTip1.SetToolTip(this.linkLabel2, "编辑服务器上的server.xml文件");
            this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Location = new System.Drawing.Point(357, 129);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(29, 12);
            this.linkLabel1.TabIndex = 23;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "访问";
            this.skinToolTip1.SetToolTip(this.linkLabel1, "在默认浏览器中打开项目首页地址");
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // projects
            // 
            this.projects.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.projects.BorderColor = System.Drawing.Color.LightGray;
            this.projects.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader2,
            this.columnHeader4});
            this.projects.FullRowSelect = true;
            this.projects.GridLines = true;
            this.projects.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.projects.Location = new System.Drawing.Point(395, 13);
            this.projects.MultiSelect = false;
            this.projects.Name = "projects";
            this.projects.OwnerDraw = true;
            this.projects.RowBackColor2 = System.Drawing.Color.White;
            this.projects.SelectedColor = System.Drawing.Color.SkyBlue;
            this.projects.Size = new System.Drawing.Size(414, 186);
            this.projects.TabIndex = 11;
            this.skinToolTip1.SetToolTip(this.projects, "双击访问各个项目");
            this.projects.UseCompatibleStateImageBehavior = false;
            this.projects.View = System.Windows.Forms.View.Details;
            this.projects.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.projects_MouseDoubleClick);
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "项目访问地址";
            this.columnHeader2.Width = 220;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "磁盘路径";
            this.columnHeader4.Width = 300;
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(14, 111);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(81, 25);
            this.button5.TabIndex = 9;
            this.button5.Text = "立即检测";
            this.skinToolTip1.SetToolTip(this.button5, "立即检测程序运行是否正常");
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // btn_run
            // 
            this.btn_run.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_run.Enabled = false;
            this.btn_run.Location = new System.Drawing.Point(631, 158);
            this.btn_run.Name = "btn_run";
            this.btn_run.Size = new System.Drawing.Size(65, 26);
            this.btn_run.TabIndex = 9;
            this.btn_run.Text = "运行";
            this.skinToolTip1.SetToolTip(this.btn_run, "手动运行脚本");
            this.btn_run.UseVisualStyleBackColor = true;
            this.btn_run.Click += new System.EventHandler(this.btn_run_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(403, 27);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(60, 28);
            this.button1.TabIndex = 21;
            this.button1.Text = "修改";
            this.skinToolTip1.SetToolTip(this.button1, "修改端口号");
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // btn_restart
            // 
            this.btn_restart.Location = new System.Drawing.Point(176, 27);
            this.btn_restart.Name = "btn_restart";
            this.btn_restart.Size = new System.Drawing.Size(60, 28);
            this.btn_restart.TabIndex = 7;
            this.btn_restart.Text = "重启";
            this.skinToolTip1.SetToolTip(this.btn_restart, "重启Tomcat,会先停止Tomcat然后再启动Tomcat");
            this.btn_restart.UseVisualStyleBackColor = true;
            this.btn_restart.Click += new System.EventHandler(this.btn_restart_Click);
            // 
            // btn_start
            // 
            this.btn_start.Location = new System.Drawing.Point(19, 27);
            this.btn_start.Name = "btn_start";
            this.btn_start.Size = new System.Drawing.Size(60, 28);
            this.btn_start.TabIndex = 5;
            this.btn_start.Text = "启动";
            this.skinToolTip1.SetToolTip(this.btn_start, "启动Tomcat,如果Tomcat未停止或导致因重复启动而失败");
            this.btn_start.UseVisualStyleBackColor = true;
            this.btn_start.Click += new System.EventHandler(this.btn_start_Click);
            // 
            // btn_stop
            // 
            this.btn_stop.Location = new System.Drawing.Point(99, 27);
            this.btn_stop.Name = "btn_stop";
            this.btn_stop.Size = new System.Drawing.Size(60, 28);
            this.btn_stop.TabIndex = 6;
            this.btn_stop.Text = "停止";
            this.skinToolTip1.SetToolTip(this.btn_stop, "停止Tomcat");
            this.btn_stop.UseVisualStyleBackColor = true;
            this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
            // 
            // pic_run_state
            // 
            this.pic_run_state.BackgroundImage = global::AppMonitor.Properties.Resources.gray_light_48;
            this.pic_run_state.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pic_run_state.Location = new System.Drawing.Point(31, 30);
            this.pic_run_state.Name = "pic_run_state";
            this.pic_run_state.Size = new System.Drawing.Size(48, 48);
            this.pic_run_state.TabIndex = 4;
            this.pic_run_state.TabStop = false;
            this.skinToolTip1.SetToolTip(this.pic_run_state, "未检测");
            // 
            // groupBox1
            // 
            this.groupBox1.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.groupBox1.Controls.Add(this.linkLabel2);
            this.groupBox1.Controls.Add(this.linkLabel1);
            this.groupBox1.Controls.Add(this.l_visit_url);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.projects);
            this.groupBox1.Controls.Add(this.l_name);
            this.groupBox1.Controls.Add(this.l_tomcat_path);
            this.groupBox1.Controls.Add(this.l_xml_path);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(7, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(815, 207);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "基本信息";
            // 
            // l_visit_url
            // 
            this.l_visit_url.BackColor = System.Drawing.SystemColors.Control;
            this.l_visit_url.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_visit_url.Font = new System.Drawing.Font("宋体", 9F);
            this.l_visit_url.Location = new System.Drawing.Point(90, 129);
            this.l_visit_url.Name = "l_visit_url";
            this.l_visit_url.Size = new System.Drawing.Size(261, 14);
            this.l_visit_url.TabIndex = 22;
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(11, 129);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(80, 12);
            this.label9.TabIndex = 21;
            this.label9.Text = "Home Url:";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // l_name
            // 
            this.l_name.BackColor = System.Drawing.SystemColors.Control;
            this.l_name.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_name.Font = new System.Drawing.Font("宋体", 9F);
            this.l_name.Location = new System.Drawing.Point(90, 27);
            this.l_name.Name = "l_name";
            this.l_name.ReadOnly = true;
            this.l_name.Size = new System.Drawing.Size(287, 14);
            this.l_name.TabIndex = 19;
            // 
            // l_tomcat_path
            // 
            this.l_tomcat_path.BackColor = System.Drawing.SystemColors.Control;
            this.l_tomcat_path.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_tomcat_path.Font = new System.Drawing.Font("宋体", 9F);
            this.l_tomcat_path.Location = new System.Drawing.Point(90, 61);
            this.l_tomcat_path.Name = "l_tomcat_path";
            this.l_tomcat_path.ReadOnly = true;
            this.l_tomcat_path.Size = new System.Drawing.Size(287, 14);
            this.l_tomcat_path.TabIndex = 18;
            // 
            // l_xml_path
            // 
            this.l_xml_path.BackColor = System.Drawing.SystemColors.Control;
            this.l_xml_path.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.l_xml_path.Font = new System.Drawing.Font("宋体", 9F);
            this.l_xml_path.Location = new System.Drawing.Point(90, 94);
            this.l_xml_path.Name = "l_xml_path";
            this.l_xml_path.ReadOnly = true;
            this.l_xml_path.Size = new System.Drawing.Size(261, 14);
            this.l_xml_path.TabIndex = 17;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(11, 27);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(80, 12);
            this.label6.TabIndex = 10;
            this.label6.Text = "Tomcat名称:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(11, 93);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(80, 12);
            this.label5.TabIndex = 9;
            this.label5.Text = "server.xml:";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(11, 60);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(80, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "Tomcat路径:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.progressBar1);
            this.groupBox2.Controls.Add(this.button5);
            this.groupBox2.Controls.Add(this.groupBox4);
            this.groupBox2.Controls.Add(this.groupBox3);
            this.groupBox2.Controls.Add(this.pic_run_state);
            this.groupBox2.Controls.Add(this.label_status);
            this.groupBox2.Location = new System.Drawing.Point(8, 219);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(814, 289);
            this.groupBox2.TabIndex = 8;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "状态监控";
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.label3.ForeColor = System.Drawing.Color.Silver;
            this.label3.Location = new System.Drawing.Point(4, 262);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(67, 21);
            this.label3.TabIndex = 14;
            this.label3.Text = "Tomcat";
            // 
            // progressBar1
            // 
            this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBar1.BackColor = System.Drawing.SystemColors.Control;
            this.progressBar1.Location = new System.Drawing.Point(59, 6);
            this.progressBar1.Maximum = 20;
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(758, 2);
            this.progressBar1.TabIndex = 9;
            this.progressBar1.Value = 20;
            // 
            // groupBox4
            // 
            this.groupBox4.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.groupBox4.Controls.Add(this.custom_btn);
            this.groupBox4.Controls.Add(this.customShellListView);
            this.groupBox4.Controls.Add(this.shellView);
            this.groupBox4.Controls.Add(this.btn_run);
            this.groupBox4.Location = new System.Drawing.Point(107, 94);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(701, 188);
            this.groupBox4.TabIndex = 10;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "扩展功能";
            // 
            // custom_btn
            // 
            this.custom_btn.AutoSize = true;
            this.custom_btn.LinkColor = System.Drawing.Color.Blue;
            this.custom_btn.Location = new System.Drawing.Point(69, 1);
            this.custom_btn.Name = "custom_btn";
            this.custom_btn.Size = new System.Drawing.Size(41, 12);
            this.custom_btn.TabIndex = 12;
            this.custom_btn.TabStop = true;
            this.custom_btn.Text = "自定义";
            this.skinToolTip1.SetToolTip(this.custom_btn, "自定义Shell、Task");
            this.custom_btn.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp);
            // 
            // customShellListView
            // 
            this.customShellListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.customShellListView.BorderColor = System.Drawing.Color.LightGray;
            this.customShellListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader3});
            this.customShellListView.FullRowSelect = true;
            this.customShellListView.GridLines = true;
            this.customShellListView.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.customShellListView.Location = new System.Drawing.Point(8, 20);
            this.customShellListView.MultiSelect = false;
            this.customShellListView.Name = "customShellListView";
            this.customShellListView.OwnerDraw = true;
            this.customShellListView.RowBackColor2 = System.Drawing.Color.White;
            this.customShellListView.SelectedColor = System.Drawing.Color.SkyBlue;
            this.customShellListView.Size = new System.Drawing.Size(284, 161);
            this.customShellListView.TabIndex = 10;
            this.customShellListView.UseCompatibleStateImageBehavior = false;
            this.customShellListView.View = System.Windows.Forms.View.Details;
            this.customShellListView.SelectedIndexChanged += new System.EventHandler(this.customShellListView_SelectedIndexChanged);
            this.customShellListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.customShellListView_MouseUp);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "名称";
            this.columnHeader1.Width = 150;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "类型";
            this.columnHeader3.Width = 100;
            // 
            // shellView
            // 
            this.shellView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.shellView.BackColor = System.Drawing.Color.Transparent;
            this.shellView.DownBack = null;
            this.shellView.Icon = null;
            this.shellView.IconIsButton = false;
            this.shellView.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shellView.IsPreplacedwordChat = '\0';
            this.shellView.IsSystemPreplacedwordChar = false;
            this.shellView.Lines = new string[0];
            this.shellView.Location = new System.Drawing.Point(295, 20);
            this.shellView.Margin = new System.Windows.Forms.Padding(0);
            this.shellView.MaxLength = 32767;
            this.shellView.MinimumSize = new System.Drawing.Size(28, 28);
            this.shellView.MouseBack = null;
            this.shellView.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.shellView.Multiline = true;
            this.shellView.Name = "shellView";
            this.shellView.NormlBack = null;
            this.shellView.Padding = new System.Windows.Forms.Padding(5);
            this.shellView.ReadOnly = false;
            this.shellView.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.shellView.Size = new System.Drawing.Size(400, 136);
            // 
            // 
            // 
            this.shellView.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.shellView.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
            this.shellView.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
            this.shellView.SkinTxt.Location = new System.Drawing.Point(5, 5);
            this.shellView.SkinTxt.Multiline = true;
            this.shellView.SkinTxt.Name = "BaseText";
            this.shellView.SkinTxt.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.shellView.SkinTxt.Size = new System.Drawing.Size(390, 126);
            this.shellView.SkinTxt.TabIndex = 0;
            this.shellView.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shellView.SkinTxt.WaterText = "";
            this.shellView.TabIndex = 0;
            this.shellView.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.shellView.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.shellView.WaterText = "";
            this.shellView.WordWrap = true;
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Controls.Add(this.label_msg);
            this.groupBox3.Controls.Add(this.button1);
            this.groupBox3.Controls.Add(this.label1);
            this.groupBox3.Controls.Add(this.tb_port);
            this.groupBox3.Controls.Add(this.btn_restart);
            this.groupBox3.Controls.Add(this.btn_start);
            this.groupBox3.Controls.Add(this.btn_stop);
            this.groupBox3.Location = new System.Drawing.Point(107, 12);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(701, 76);
            this.groupBox3.TabIndex = 9;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "基础功能";
            // 
            // label_msg
            // 
            this.label_msg.AutoSize = true;
            this.label_msg.ForeColor = System.Drawing.Color.Teal;
            this.label_msg.Location = new System.Drawing.Point(480, 38);
            this.label_msg.Name = "label_msg";
            this.label_msg.Size = new System.Drawing.Size(0, 12);
            this.label_msg.TabIndex = 22;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(282, 34);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 20;
            this.label1.Text = "端口号:";
            // 
            // tb_port
            // 
            this.tb_port.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tb_port.Location = new System.Drawing.Point(339, 34);
            this.tb_port.Name = "tb_port";
            this.tb_port.ReadOnly = true;
            this.tb_port.Size = new System.Drawing.Size(55, 14);
            this.tb_port.TabIndex = 8;
            this.tb_port.Text = "8080";
            // 
            // label_status
            // 
            this.label_status.Location = new System.Drawing.Point(17, 88);
            this.label_status.Name = "label_status";
            this.label_status.Size = new System.Drawing.Size(79, 12);
            this.label_status.TabIndex = 1;
            this.label_status.Text = "检测中...";
            this.label_status.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // contextMenuStrip2
            // 
            this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem2,
            this.toolStripMenuItem3});
            this.contextMenuStrip2.Name = "contextMenuStrip1";
            this.contextMenuStrip2.Size = new System.Drawing.Size(114, 48);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 22);
            this.toolStripMenuItem2.Text = "Edit";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(113, 22);
            this.toolStripMenuItem3.Text = "Delete";
            this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
            // 
            // TomcatMonitorForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(831, 513);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox2);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "TomcatMonitorForm";
            this.Text = "TomcatMonitorForm";
            this.Load += new System.EventHandler(this.TomcatMonitorForm_Load);
            this.contextMenu2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.contextMenuStrip2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : CentralServerConfigForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CentralServerConfigForm));
            System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            this.listView1 = new CCWin.SkinControl.SkinListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.skinPanel2 = new CCWin.SkinControl.SkinPanel();
            this._treeView = new System.Windows.Forms.TreeListView();
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.编辑节点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.添加子节点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.添加同级节点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.添加顶级节点ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.升级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.降级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.删除节点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.imageList2 = new System.Windows.Forms.ImageList(this.components);
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.skinPanel1 = new CCWin.SkinControl.SkinPanel();
            this.ymlEditor = new System.Windows.Forms.RichTextBox();
            this.contextMenuStrip3 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.粘贴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.剪切ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.删除行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.行注释ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_reload = new System.Windows.Forms.Button();
            this.btn_new = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.校验ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.下载到本地ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.上传到服务器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.更改文件名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.删除文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.label4 = new System.Windows.Forms.Label();
            this.pictureBox3 = new System.Windows.Forms.PictureBox();
            this.label5 = new System.Windows.Forms.Label();
            this.pictureBox4 = new System.Windows.Forms.PictureBox();
            this.btn_save = new System.Windows.Forms.Button();
            this.btn_meihua = new System.Windows.Forms.Button();
            this.btn_tree = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.file_label = new System.Windows.Forms.ToolStripStatusLabel();
            this.pos_label = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.btn_show = new System.Windows.Forms.Button();
            this.stb_remote_dir = new CCWin.SkinControl.SkinTextBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btn_ok = new System.Windows.Forms.Button();
            this.打开本地临时目录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.skinPanel2.SuspendLayout();
            this.contextMenuStrip2.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.skinPanel1.SuspendLayout();
            this.contextMenuStrip3.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
            this.panel1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.AllowDrop = true;
            this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1});
            this.listView1.Font = new System.Drawing.Font("宋体", 10F);
            this.listView1.FullRowSelect = true;
            this.listView1.GridLines = true;
            this.listView1.Location = new System.Drawing.Point(15, 66);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.OwnerDraw = true;
            this.listView1.RowBackColor2 = System.Drawing.Color.WhiteSmoke;
            this.listView1.SelectedColor = System.Drawing.Color.DarkOrange;
            this.listView1.Size = new System.Drawing.Size(230, 588);
            this.listView1.SmallImageList = this.imageList1;
            this.listView1.StateImageList = this.imageList1;
            this.listView1.TabIndex = 2;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "YML 文件";
            this.columnHeader1.Width = 220;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "gray_light_16px.png");
            this.imageList1.Images.SetKeyName(1, "green_light_16px.png");
            this.imageList1.Images.SetKeyName(2, "MB_light_16px.png");
            this.imageList1.Images.SetKeyName(3, "yellow_light_16px.png");
            // 
            // tabControl1
            // 
            this.tabControl1.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.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(247, 39);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(914, 720);
            this.tabControl1.TabIndex = 3;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.skinPanel2);
            this.tabPage1.Location = new System.Drawing.Point(4, 25);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(906, 691);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "YML 树形视图";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // skinPanel2
            // 
            this.skinPanel2.BackColor = System.Drawing.Color.Transparent;
            this.skinPanel2.BorderColor = System.Drawing.SystemColors.ActiveCaption;
            this.skinPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.skinPanel2.Controls.Add(this._treeView);
            this.skinPanel2.ControlState = CCWin.SkinClreplaced.ControlState.Normal;
            this.skinPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.skinPanel2.DownBack = null;
            this.skinPanel2.Location = new System.Drawing.Point(3, 3);
            this.skinPanel2.MouseBack = null;
            this.skinPanel2.Name = "skinPanel2";
            this.skinPanel2.NormlBack = null;
            this.skinPanel2.Size = new System.Drawing.Size(900, 685);
            this.skinPanel2.TabIndex = 0;
            // 
            // _treeView
            // 
            this._treeView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5});
            treeListViewItemCollectionComparer1.Column = 0;
            treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
            this._treeView.Comparer = treeListViewItemCollectionComparer1;
            this._treeView.ContextMenuStrip = this.contextMenuStrip2;
            this._treeView.Dock = System.Windows.Forms.DockStyle.Fill;
            this._treeView.GridLines = true;
            this._treeView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this._treeView.LabelWrap = false;
            this._treeView.Location = new System.Drawing.Point(0, 0);
            this._treeView.MultiSelect = false;
            this._treeView.Name = "_treeView";
            this._treeView.PlusMinusLineColor = System.Drawing.Color.Teal;
            this._treeView.Size = new System.Drawing.Size(898, 683);
            this._treeView.SmallImageList = this.imageList2;
            this._treeView.Sorting = System.Windows.Forms.SortOrder.None;
            this._treeView.TabIndex = 0;
            this._treeView.UseCompatibleStateImageBehavior = false;
            this._treeView.AfterExpand += new System.Windows.Forms.TreeListViewEventHandler(this._treeView_AfterExpand);
            this._treeView.AfterCollapse += new System.Windows.Forms.TreeListViewEventHandler(this._treeView_AfterCollapse);
            this._treeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this._treeView_MouseUp);
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "属性";
            this.columnHeader2.Width = 240;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "值";
            this.columnHeader3.Width = 280;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "层级";
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "描述";
            this.columnHeader5.Width = 280;
            // 
            // contextMenuStrip2
            // 
            this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.编辑节点ToolStripMenuItem,
            this.添加子节点ToolStripMenuItem,
            this.添加同级节点ToolStripMenuItem,
            this.添加顶级节点ToolStripMenuItem1,
            this.升级ToolStripMenuItem,
            this.降级ToolStripMenuItem,
            this.删除节点ToolStripMenuItem});
            this.contextMenuStrip2.Name = "contextMenuStrip2";
            this.contextMenuStrip2.Size = new System.Drawing.Size(149, 158);
            // 
            // 编辑节点ToolStripMenuItem
            // 
            this.编辑节点ToolStripMenuItem.Name = "编辑节点ToolStripMenuItem";
            this.编辑节点ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.编辑节点ToolStripMenuItem.Text = "编辑节点";
            this.编辑节点ToolStripMenuItem.Click += new System.EventHandler(this.编辑节点ToolStripMenuItem_Click);
            // 
            // 添加子节点ToolStripMenuItem
            // 
            this.添加子节点ToolStripMenuItem.Name = "添加子节点ToolStripMenuItem";
            this.添加子节点ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.添加子节点ToolStripMenuItem.Text = "添加子节点";
            this.添加子节点ToolStripMenuItem.Click += new System.EventHandler(this.添加子节点ToolStripMenuItem_Click);
            // 
            // 添加同级节点ToolStripMenuItem
            // 
            this.添加同级节点ToolStripMenuItem.Name = "添加同级节点ToolStripMenuItem";
            this.添加同级节点ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.添加同级节点ToolStripMenuItem.Text = "添加同级节点";
            this.添加同级节点ToolStripMenuItem.Click += new System.EventHandler(this.添加同级节点ToolStripMenuItem_Click);
            // 
            // 添加顶级节点ToolStripMenuItem1
            // 
            this.添加顶级节点ToolStripMenuItem1.Name = "添加顶级节点ToolStripMenuItem1";
            this.添加顶级节点ToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
            this.添加顶级节点ToolStripMenuItem1.Text = "添加顶级节点";
            this.添加顶级节点ToolStripMenuItem1.Click += new System.EventHandler(this.添加顶级节点ToolStripMenuItem1_Click);
            // 
            // 升级ToolStripMenuItem
            // 
            this.升级ToolStripMenuItem.Name = "升级ToolStripMenuItem";
            this.升级ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.升级ToolStripMenuItem.Text = "升级";
            this.升级ToolStripMenuItem.Click += new System.EventHandler(this.升级ToolStripMenuItem_Click);
            // 
            // 降级ToolStripMenuItem
            // 
            this.降级ToolStripMenuItem.Name = "降级ToolStripMenuItem";
            this.降级ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.降级ToolStripMenuItem.Text = "降级";
            this.降级ToolStripMenuItem.Click += new System.EventHandler(this.降级ToolStripMenuItem_Click);
            // 
            // 删除节点ToolStripMenuItem
            // 
            this.删除节点ToolStripMenuItem.Name = "删除节点ToolStripMenuItem";
            this.删除节点ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.删除节点ToolStripMenuItem.Text = "删除节点";
            this.删除节点ToolStripMenuItem.Click += new System.EventHandler(this.删除节点ToolStripMenuItem_Click);
            // 
            // imageList2
            // 
            this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
            this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList2.Images.SetKeyName(0, "Folder_open_16px.png");
            this.imageList2.Images.SetKeyName(1, "item_16px.png");
            this.imageList2.Images.SetKeyName(2, "gray_light_16px.png");
            this.imageList2.Images.SetKeyName(3, "openSession.png");
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.skinPanel1);
            this.tabPage2.Location = new System.Drawing.Point(4, 25);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(906, 691);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "YML 编辑器";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // skinPanel1
            // 
            this.skinPanel1.BackColor = System.Drawing.Color.Transparent;
            this.skinPanel1.BorderColor = System.Drawing.Color.LightSteelBlue;
            this.skinPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.skinPanel1.Controls.Add(this.ymlEditor);
            this.skinPanel1.ControlState = CCWin.SkinClreplaced.ControlState.Normal;
            this.skinPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.skinPanel1.DownBack = null;
            this.skinPanel1.Location = new System.Drawing.Point(3, 3);
            this.skinPanel1.MouseBack = null;
            this.skinPanel1.Name = "skinPanel1";
            this.skinPanel1.NormlBack = null;
            this.skinPanel1.Size = new System.Drawing.Size(900, 685);
            this.skinPanel1.TabIndex = 0;
            // 
            // ymlEditor
            // 
            this.ymlEditor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.ymlEditor.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.ymlEditor.ContextMenuStrip = this.contextMenuStrip3;
            this.ymlEditor.DetectUrls = false;
            this.ymlEditor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ymlEditor.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ymlEditor.ForeColor = System.Drawing.Color.White;
            this.ymlEditor.Location = new System.Drawing.Point(0, 0);
            this.ymlEditor.Name = "ymlEditor";
            this.ymlEditor.Size = new System.Drawing.Size(898, 683);
            this.ymlEditor.TabIndex = 0;
            this.ymlEditor.Text = "";
            this.ymlEditor.WordWrap = false;
            this.ymlEditor.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ymlEditor_KeyUp);
            this.ymlEditor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ymlEditor_MouseDown);
            // 
            // contextMenuStrip3
            // 
            this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.复制ToolStripMenuItem,
            this.粘贴ToolStripMenuItem,
            this.剪切ToolStripMenuItem,
            this.删除行ToolStripMenuItem,
            this.行注释ToolStripMenuItem});
            this.contextMenuStrip3.Name = "contextMenuStrip3";
            this.contextMenuStrip3.Size = new System.Drawing.Size(215, 114);
            // 
            // 复制ToolStripMenuItem
            // 
            this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem";
            this.复制ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
            this.复制ToolStripMenuItem.Text = "复制";
            this.复制ToolStripMenuItem.Click += new System.EventHandler(this.复制ToolStripMenuItem_Click);
            // 
            // 粘贴ToolStripMenuItem
            // 
            this.粘贴ToolStripMenuItem.Name = "粘贴ToolStripMenuItem";
            this.粘贴ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
            this.粘贴ToolStripMenuItem.Text = "粘贴";
            this.粘贴ToolStripMenuItem.Click += new System.EventHandler(this.粘贴ToolStripMenuItem_Click);
            // 
            // 剪切ToolStripMenuItem
            // 
            this.剪切ToolStripMenuItem.Name = "剪切ToolStripMenuItem";
            this.剪切ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
            this.剪切ToolStripMenuItem.Text = "剪切";
            this.剪切ToolStripMenuItem.Click += new System.EventHandler(this.剪切ToolStripMenuItem_Click);
            // 
            // 删除行ToolStripMenuItem
            // 
            this.删除行ToolStripMenuItem.Name = "删除行ToolStripMenuItem";
            this.删除行ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
            this.删除行ToolStripMenuItem.ShowShortcutKeys = false;
            this.删除行ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
            this.删除行ToolStripMenuItem.Text = "删除行                Ctrl + D";
            this.删除行ToolStripMenuItem.Click += new System.EventHandler(this.删除行ToolStripMenuItem_Click);
            // 
            // 行注释ToolStripMenuItem
            // 
            this.行注释ToolStripMenuItem.Name = "行注释ToolStripMenuItem";
            this.行注释ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.OemQuestion)));
            this.行注释ToolStripMenuItem.ShowShortcutKeys = false;
            this.行注释ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
            this.行注释ToolStripMenuItem.Text = "行注释/取消注释   Ctrl + /";
            this.行注释ToolStripMenuItem.Click += new System.EventHandler(this.行注释ToolStripMenuItem_Click);
            // 
            // btn_reload
            // 
            this.btn_reload.Location = new System.Drawing.Point(15, 35);
            this.btn_reload.Name = "btn_reload";
            this.btn_reload.Size = new System.Drawing.Size(75, 27);
            this.btn_reload.TabIndex = 3;
            this.btn_reload.Text = "重新加载";
            this.btn_reload.UseVisualStyleBackColor = true;
            this.btn_reload.Click += new System.EventHandler(this.btn_reload_Click);
            // 
            // btn_new
            // 
            this.btn_new.Location = new System.Drawing.Point(156, 36);
            this.btn_new.Name = "btn_new";
            this.btn_new.Size = new System.Drawing.Size(90, 27);
            this.btn_new.TabIndex = 4;
            this.btn_new.Text = "新建YML文件";
            this.btn_new.UseVisualStyleBackColor = true;
            this.btn_new.Click += new System.EventHandler(this.btn_new_Click);
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.Red;
            this.label1.Font = new System.Drawing.Font("宋体", 11F);
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(30, 137);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(201, 52);
            this.label1.TabIndex = 3;
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.label1.Visible = false;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.校验ToolStripMenuItem,
            this.下载到本地ToolStripMenuItem,
            this.上传到服务器ToolStripMenuItem,
            this.更改文件名ToolStripMenuItem,
            this.删除文件ToolStripMenuItem,
            this.打开本地临时目录ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(173, 158);
            // 
            // 校验ToolStripMenuItem
            // 
            this.校验ToolStripMenuItem.Name = "校验ToolStripMenuItem";
            this.校验ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.校验ToolStripMenuItem.Text = "格式校验";
            this.校验ToolStripMenuItem.Click += new System.EventHandler(this.校验ToolStripMenuItem_Click);
            // 
            // 下载到本地ToolStripMenuItem
            // 
            this.下载到本地ToolStripMenuItem.Name = "下载到本地ToolStripMenuItem";
            this.下载到本地ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.下载到本地ToolStripMenuItem.Text = "重新获取文件";
            this.下载到本地ToolStripMenuItem.Click += new System.EventHandler(this.下载到本地ToolStripMenuItem_Click);
            // 
            // 上传到服务器ToolStripMenuItem
            // 
            this.上传到服务器ToolStripMenuItem.Name = "上传到服务器ToolStripMenuItem";
            this.上传到服务器ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.上传到服务器ToolStripMenuItem.Text = "上传到服务器";
            this.上传到服务器ToolStripMenuItem.Click += new System.EventHandler(this.上传到服务器ToolStripMenuItem_Click);
            // 
            // 更改文件名ToolStripMenuItem
            // 
            this.更改文件名ToolStripMenuItem.Name = "更改文件名ToolStripMenuItem";
            this.更改文件名ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.更改文件名ToolStripMenuItem.Text = "更改文件名";
            this.更改文件名ToolStripMenuItem.Click += new System.EventHandler(this.更改文件名ToolStripMenuItem_Click);
            // 
            // 删除文件ToolStripMenuItem
            // 
            this.删除文件ToolStripMenuItem.Name = "删除文件ToolStripMenuItem";
            this.删除文件ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.删除文件ToolStripMenuItem.Text = "删除文件";
            this.删除文件ToolStripMenuItem.Click += new System.EventHandler(this.删除文件ToolStripMenuItem_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox1.BackgroundImage = global::AppMonitor.Properties.Resources.green_light_16px;
            this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pictureBox1.Location = new System.Drawing.Point(9, 26);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(16, 16);
            this.pictureBox1.TabIndex = 6;
            this.pictureBox1.TabStop = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Location = new System.Drawing.Point(31, 28);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(161, 12);
            this.label2.TabIndex = 7;
            this.label2.Text = "格式正确,与服务器保持同步";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Location = new System.Drawing.Point(31, 52);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(161, 12);
            this.label3.TabIndex = 9;
            this.label3.Text = "内容已修改,未与服务器同步";
            // 
            // pictureBox2
            // 
            this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox2.BackgroundImage = global::AppMonitor.Properties.Resources.MB_light_16px;
            this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pictureBox2.Location = new System.Drawing.Point(9, 50);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(16, 16);
            this.pictureBox2.TabIndex = 8;
            this.pictureBox2.TabStop = false;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Location = new System.Drawing.Point(31, 76);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 11;
            this.label4.Text = "格式有错误";
            // 
            // pictureBox3
            // 
            this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox3.BackgroundImage = global::AppMonitor.Properties.Resources.yellow_light_16px;
            this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pictureBox3.Location = new System.Drawing.Point(9, 74);
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size(16, 16);
            this.pictureBox3.TabIndex = 10;
            this.pictureBox3.TabStop = false;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Location = new System.Drawing.Point(31, 5);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(161, 12);
            this.label5.TabIndex = 13;
            this.label5.Text = "只存在本地,未同步到服务器";
            // 
            // pictureBox4
            // 
            this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox4.BackgroundImage = global::AppMonitor.Properties.Resources.gray_light_16px;
            this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pictureBox4.Location = new System.Drawing.Point(9, 3);
            this.pictureBox4.Name = "pictureBox4";
            this.pictureBox4.Size = new System.Drawing.Size(16, 16);
            this.pictureBox4.TabIndex = 12;
            this.pictureBox4.TabStop = false;
            // 
            // btn_save
            // 
            this.btn_save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_save.Enabled = false;
            this.btn_save.Location = new System.Drawing.Point(1075, 33);
            this.btn_save.Name = "btn_save";
            this.btn_save.Size = new System.Drawing.Size(78, 27);
            this.btn_save.TabIndex = 14;
            this.btn_save.Text = "保存";
            this.btn_save.UseVisualStyleBackColor = true;
            this.btn_save.Click += new System.EventHandler(this.button1_Click);
            // 
            // btn_meihua
            // 
            this.btn_meihua.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_meihua.Location = new System.Drawing.Point(949, 33);
            this.btn_meihua.Name = "btn_meihua";
            this.btn_meihua.Size = new System.Drawing.Size(78, 27);
            this.btn_meihua.TabIndex = 15;
            this.btn_meihua.Text = "美化";
            this.btn_meihua.UseVisualStyleBackColor = true;
            this.btn_meihua.Visible = false;
            this.btn_meihua.Click += new System.EventHandler(this.btn_meihua_Click);
            // 
            // btn_tree
            // 
            this.btn_tree.Location = new System.Drawing.Point(474, 33);
            this.btn_tree.Name = "btn_tree";
            this.btn_tree.Size = new System.Drawing.Size(108, 27);
            this.btn_tree.TabIndex = 16;
            this.btn_tree.Text = "展开全部节点";
            this.btn_tree.UseVisualStyleBackColor = true;
            this.btn_tree.Click += new System.EventHandler(this.btn_tree_Click);
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.panel1.BackColor = System.Drawing.Color.Transparent;
            this.panel1.Controls.Add(this.pictureBox4);
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.pictureBox2);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.pictureBox3);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Location = new System.Drawing.Point(14, 660);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(230, 94);
            this.panel1.TabIndex = 17;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.file_label,
            this.pos_label,
            this.toolStripStatusLabel1});
            this.statusStrip1.Location = new System.Drawing.Point(8, 759);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(1156, 22);
            this.statusStrip1.TabIndex = 18;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // file_label
            // 
            this.file_label.AutoSize = false;
            this.file_label.BackColor = System.Drawing.Color.Transparent;
            this.file_label.Name = "file_label";
            this.file_label.Size = new System.Drawing.Size(800, 17);
            this.file_label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // pos_label
            // 
            this.pos_label.AutoSize = false;
            this.pos_label.BackColor = System.Drawing.Color.Transparent;
            this.pos_label.Name = "pos_label";
            this.pos_label.Size = new System.Drawing.Size(150, 17);
            this.pos_label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.BackColor = System.Drawing.Color.Transparent;
            this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.Gray;
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(116, 17);
            this.toolStripStatusLabel1.Text = "支持文件拖拽到窗口";
            // 
            // btn_show
            // 
            this.btn_show.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.btn_show.Location = new System.Drawing.Point(89, 35);
            this.btn_show.Name = "btn_show";
            this.btn_show.Size = new System.Drawing.Size(22, 27);
            this.btn_show.TabIndex = 19;
            this.btn_show.Text = "↓";
            this.btn_show.UseVisualStyleBackColor = true;
            this.btn_show.Click += new System.EventHandler(this.btn_show_Click);
            // 
            // stb_remote_dir
            // 
            this.stb_remote_dir.BackColor = System.Drawing.Color.Transparent;
            this.stb_remote_dir.DownBack = null;
            this.stb_remote_dir.Icon = null;
            this.stb_remote_dir.IconIsButton = false;
            this.stb_remote_dir.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.stb_remote_dir.IsPreplacedwordChat = '\0';
            this.stb_remote_dir.IsSystemPreplacedwordChar = false;
            this.stb_remote_dir.Lines = new string[0];
            this.stb_remote_dir.Location = new System.Drawing.Point(10, 24);
            this.stb_remote_dir.Margin = new System.Windows.Forms.Padding(0);
            this.stb_remote_dir.MaxLength = 32767;
            this.stb_remote_dir.MinimumSize = new System.Drawing.Size(28, 28);
            this.stb_remote_dir.MouseBack = null;
            this.stb_remote_dir.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
            this.stb_remote_dir.Multiline = false;
            this.stb_remote_dir.Name = "stb_remote_dir";
            this.stb_remote_dir.NormlBack = null;
            this.stb_remote_dir.Padding = new System.Windows.Forms.Padding(5);
            this.stb_remote_dir.ReadOnly = false;
            this.stb_remote_dir.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.stb_remote_dir.Size = new System.Drawing.Size(425, 28);
            // 
            // 
            // 
            this.stb_remote_dir.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.stb_remote_dir.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
            this.stb_remote_dir.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
            this.stb_remote_dir.SkinTxt.Location = new System.Drawing.Point(5, 5);
            this.stb_remote_dir.SkinTxt.Name = "BaseText";
            this.stb_remote_dir.SkinTxt.Size = new System.Drawing.Size(415, 18);
            this.stb_remote_dir.SkinTxt.TabIndex = 0;
            this.stb_remote_dir.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.stb_remote_dir.SkinTxt.WaterText = "远程服务器YML配置文件所在目录";
            this.stb_remote_dir.TabIndex = 20;
            this.stb_remote_dir.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.stb_remote_dir.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            this.stb_remote_dir.WaterText = "远程服务器YML配置文件所在目录";
            this.stb_remote_dir.WordWrap = true;
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel2.Controls.Add(this.groupBox1);
            this.panel2.Location = new System.Drawing.Point(15, 62);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(456, 109);
            this.panel2.TabIndex = 21;
            this.panel2.Visible = false;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.stb_remote_dir);
            this.groupBox1.Controls.Add(this.btn_ok);
            this.groupBox1.Location = new System.Drawing.Point(8, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(442, 94);
            this.groupBox1.TabIndex = 23;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "YML配置目录:";
            // 
            // btn_ok
            // 
            this.btn_ok.Location = new System.Drawing.Point(370, 60);
            this.btn_ok.Name = "btn_ok";
            this.btn_ok.Size = new System.Drawing.Size(65, 29);
            this.btn_ok.TabIndex = 22;
            this.btn_ok.Text = "确定";
            this.btn_ok.UseVisualStyleBackColor = true;
            this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
            // 
            // 打开本地临时目录ToolStripMenuItem
            // 
            this.打开本地临时目录ToolStripMenuItem.Name = "打开本地临时目录ToolStripMenuItem";
            this.打开本地临时目录ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.打开本地临时目录ToolStripMenuItem.Text = "打开本地临时目录";
            this.打开本地临时目录ToolStripMenuItem.Click += new System.EventHandler(this.打开本地临时目录ToolStripMenuItem_Click);
            // 
            // CentralServerConfigForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
            this.ClientSize = new System.Drawing.Size(1172, 789);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.btn_show);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.btn_tree);
            this.Controls.Add(this.btn_meihua);
            this.Controls.Add(this.btn_save);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.btn_new);
            this.Controls.Add(this.btn_reload);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.listView1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "CentralServerConfigForm";
            this.Text = "Docker公共配置";
            this.replacedleCenter = false;
            this.replacedleColor = System.Drawing.Color.White;
            this.Load += new System.EventHandler(this.CentralServerConfigForm_Load);
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.CentralServerConfigForm_DragDrop);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.skinPanel2.ResumeLayout(false);
            this.contextMenuStrip2.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.skinPanel1.ResumeLayout(false);
            this.contextMenuStrip3.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : SftpForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SftpForm));
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.status_info = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.text_host = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.text_username = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.text_preplaced = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
            this.text_port = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.listView3 = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.removeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.restartFailedsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.restartTransfersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.logtext = new System.Windows.Forms.RichTextBox();
            this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.contextMenuStrip2.SuspendLayout();
            this.SuspendLayout();
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.status_info});
            this.statusStrip1.Location = new System.Drawing.Point(8, 733);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(1125, 22);
            this.statusStrip1.TabIndex = 2;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // status_info
            // 
            this.status_info.AutoSize = false;
            this.status_info.Name = "status_info";
            this.status_info.Size = new System.Drawing.Size(200, 17);
            this.status_info.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // toolStrip2
            // 
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.text_host,
            this.toolStripSeparator1,
            this.toolStripLabel2,
            this.text_username,
            this.toolStripSeparator2,
            this.toolStripLabel3,
            this.text_preplaced,
            this.toolStripLabel4,
            this.text_port,
            this.toolStripButton7});
            this.toolStrip2.Location = new System.Drawing.Point(8, 30);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(1125, 25);
            this.toolStrip2.TabIndex = 3;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(47, 22);
            this.toolStripLabel1.Text = "Host:";
            // 
            // text_host
            // 
            this.text_host.Name = "text_host";
            this.text_host.Size = new System.Drawing.Size(200, 25);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(82, 22);
            this.toolStripLabel2.Text = "UserName:";
            // 
            // text_username
            // 
            this.text_username.Name = "text_username";
            this.text_username.Size = new System.Drawing.Size(160, 25);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(76, 22);
            this.toolStripLabel3.Text = "Preplacedword:";
            // 
            // text_preplaced
            // 
            this.text_preplaced.Name = "text_preplaced";
            this.text_preplaced.Size = new System.Drawing.Size(160, 25);
            // 
            // toolStripLabel4
            // 
            this.toolStripLabel4.Name = "toolStripLabel4";
            this.toolStripLabel4.Size = new System.Drawing.Size(44, 22);
            this.toolStripLabel4.Text = "Port:";
            // 
            // text_port
            // 
            this.text_port.Name = "text_port";
            this.text_port.Size = new System.Drawing.Size(60, 25);
            this.text_port.Text = "22";
            // 
            // toolStripButton7
            // 
            this.toolStripButton7.Image = global::AppMonitor.Properties.Resources.reConn;
            this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton7.Name = "toolStripButton7";
            this.toolStripButton7.Size = new System.Drawing.Size(75, 22);
            this.toolStripButton7.Text = "Connect";
            this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(8, 55);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
            this.splitContainer1.Size = new System.Drawing.Size(1125, 678);
            this.splitContainer1.SplitterDistance = 520;
            this.splitContainer1.TabIndex = 4;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.panel1);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.panel2);
            this.splitContainer2.Size = new System.Drawing.Size(1125, 520);
            this.splitContainer2.SplitterDistance = 501;
            this.splitContainer2.TabIndex = 0;
            // 
            // panel1
            // 
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(501, 520);
            this.panel1.TabIndex = 0;
            // 
            // panel2
            // 
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(620, 520);
            this.panel2.TabIndex = 1;
            // 
            // tabControl1
            // 
            this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1125, 154);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.listView3);
            this.tabPage1.Location = new System.Drawing.Point(4, 25);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(1117, 125);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Transfers";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // listView3
            // 
            this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader7,
            this.columnHeader8});
            this.listView3.ContextMenuStrip = this.contextMenuStrip1;
            this.listView3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView3.FullRowSelect = true;
            this.listView3.Location = new System.Drawing.Point(3, 3);
            this.listView3.Name = "listView3";
            this.listView3.Size = new System.Drawing.Size(1111, 119);
            this.listView3.TabIndex = 0;
            this.listView3.UseCompatibleStateImageBehavior = false;
            this.listView3.View = System.Windows.Forms.View.Details;
            this.listView3.SelectedIndexChanged += new System.EventHandler(this.listView3_SelectedIndexChanged);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 270;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Status";
            this.columnHeader2.Width = 70;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Progress";
            this.columnHeader3.Width = 80;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Size";
            this.columnHeader4.Width = 70;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "Local Path";
            this.columnHeader5.Width = 220;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "Remote Path";
            this.columnHeader6.Width = 220;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "Speed";
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "Time Left";
            this.columnHeader8.Width = 70;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.removeToolStripMenuItem,
            this.removeAllToolStripMenuItem,
            this.toolStripSeparator5,
            this.restartFailedsToolStripMenuItem,
            this.restartTransfersToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(176, 98);
            // 
            // removeToolStripMenuItem
            // 
            this.removeToolStripMenuItem.Enabled = false;
            this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
            this.removeToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.removeToolStripMenuItem.Text = "Remove";
            this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
            // 
            // removeAllToolStripMenuItem
            // 
            this.removeAllToolStripMenuItem.Enabled = false;
            this.removeAllToolStripMenuItem.Name = "removeAllToolStripMenuItem";
            this.removeAllToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.removeAllToolStripMenuItem.Text = "Remove All";
            this.removeAllToolStripMenuItem.Click += new System.EventHandler(this.removeAllToolStripMenuItem_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(172, 6);
            // 
            // restartFailedsToolStripMenuItem
            // 
            this.restartFailedsToolStripMenuItem.Enabled = false;
            this.restartFailedsToolStripMenuItem.Name = "restartFailedsToolStripMenuItem";
            this.restartFailedsToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.restartFailedsToolStripMenuItem.Text = "Restart All Failed";
            this.restartFailedsToolStripMenuItem.Click += new System.EventHandler(this.restartFailedsToolStripMenuItem_Click);
            // 
            // restartTransfersToolStripMenuItem
            // 
            this.restartTransfersToolStripMenuItem.Enabled = false;
            this.restartTransfersToolStripMenuItem.Name = "restartTransfersToolStripMenuItem";
            this.restartTransfersToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.restartTransfersToolStripMenuItem.Text = "Restart Transfers";
            this.restartTransfersToolStripMenuItem.Click += new System.EventHandler(this.restartTransfersToolStripMenuItem_Click);
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.logtext);
            this.tabPage2.Location = new System.Drawing.Point(4, 25);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(1117, 125);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Logs";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // logtext
            // 
            this.logtext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.logtext.ContextMenuStrip = this.contextMenuStrip2;
            this.logtext.Dock = System.Windows.Forms.DockStyle.Fill;
            this.logtext.ForeColor = System.Drawing.Color.White;
            this.logtext.Location = new System.Drawing.Point(3, 3);
            this.logtext.Name = "logtext";
            this.logtext.ReadOnly = true;
            this.logtext.Size = new System.Drawing.Size(1111, 119);
            this.logtext.TabIndex = 0;
            this.logtext.Text = "";
            // 
            // contextMenuStrip2
            // 
            this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copyToolStripMenuItem,
            this.clearToolStripMenuItem,
            this.selectAllToolStripMenuItem});
            this.contextMenuStrip2.Name = "contextMenuStrip2";
            this.contextMenuStrip2.Size = new System.Drawing.Size(129, 70);
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
            this.copyToolStripMenuItem.Text = "&Copy";
            this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
            // 
            // clearToolStripMenuItem
            // 
            this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
            this.clearToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
            this.clearToolStripMenuItem.Text = "&Clear";
            this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
            this.selectAllToolStripMenuItem.Text = "&Select All";
            this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
            // 
            // SftpForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
            this.ClientSize = new System.Drawing.Size(1141, 763);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.toolStrip2);
            this.Controls.Add(this.statusStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "SftpForm";
            this.Text = "AMSftp";
            this.replacedleCenter = false;
            this.replacedleColor = System.Drawing.Color.White;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SftpForm_FormClosing);
            this.Load += new System.EventHandler(this.SftpForm_Load);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.contextMenuStrip2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : SftpLinuxForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.text_adress = new System.Windows.Forms.ToolStripTextBox();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.listView2 = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.viewTool2 = new System.Windows.Forms.ToolStripMenuItem();
            this.largeIconTool2 = new System.Windows.Forms.ToolStripMenuItem();
            this.smallIconTool2 = new System.Windows.Forms.ToolStripMenuItem();
            this.listTool2 = new System.Windows.Forms.ToolStripMenuItem();
            this.detailTool2 = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.transferToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.newFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.LargeImages = new System.Windows.Forms.ImageList(this.components);
            this.SmallImages = new System.Windows.Forms.ImageList(this.components);
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
            this.largeIconTool = new System.Windows.Forms.ToolStripMenuItem();
            this.smallIconTool = new System.Windows.Forms.ToolStripMenuItem();
            this.listTool = new System.Windows.Forms.ToolStripMenuItem();
            this.detailTool = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.text_adress,
            this.toolStripButton2,
            this.toolStripButton3,
            this.toolStripSplitButton1});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(622, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // text_adress
            // 
            this.text_adress.Name = "text_adress";
            this.text_adress.Size = new System.Drawing.Size(400, 25);
            this.text_adress.KeyUp += new System.Windows.Forms.KeyEventHandler(this.text_adress_KeyUp);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 25);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.treeView1);
            this.splitContainer1.Panel1MinSize = 0;
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.listView2);
            this.splitContainer1.Size = new System.Drawing.Size(622, 511);
            this.splitContainer1.SplitterDistance = 25;
            this.splitContainer1.TabIndex = 1;
            this.splitContainer1.Resize += new System.EventHandler(this.splitContainer1_Resize);
            // 
            // treeView1
            // 
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(25, 511);
            this.treeView1.TabIndex = 0;
            // 
            // listView2
            // 
            this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6});
            this.listView2.ContextMenuStrip = this.contextMenuStrip1;
            this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView2.LargeImageList = this.LargeImages;
            this.listView2.Location = new System.Drawing.Point(0, 0);
            this.listView2.Name = "listView2";
            this.listView2.Size = new System.Drawing.Size(593, 511);
            this.listView2.SmallImageList = this.SmallImages;
            this.listView2.TabIndex = 0;
            this.listView2.UseCompatibleStateImageBehavior = false;
            this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            this.listView2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView2_MouseDoubleClick);
            this.listView2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView2_MouseUp);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 200;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Size";
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Type";
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Modified";
            this.columnHeader4.Width = 150;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "Attributes";
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "Owner";
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.viewTool2,
            this.refreshToolStripMenuItem,
            this.transferToolStripMenuItem,
            this.openToolStripMenuItem,
            this.editToolStripMenuItem,
            this.toolStripSeparator1,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.toolStripSeparator2,
            this.newFolderToolStripMenuItem,
            this.renameToolStripMenuItem,
            this.deleteToolStripMenuItem,
            this.toolStripSeparator3,
            this.propertiesToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(144, 264);
            // 
            // viewTool2
            // 
            this.viewTool2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.largeIconTool2,
            this.smallIconTool2,
            this.listTool2,
            this.detailTool2});
            this.viewTool2.Name = "viewTool2";
            this.viewTool2.Size = new System.Drawing.Size(143, 22);
            this.viewTool2.Text = "View";
            // 
            // largeIconTool2
            // 
            this.largeIconTool2.Name = "largeIconTool2";
            this.largeIconTool2.Size = new System.Drawing.Size(138, 22);
            this.largeIconTool2.Tag = "Large";
            this.largeIconTool2.Text = "Large Icon";
            this.largeIconTool2.Click += new System.EventHandler(this.ChangeView);
            // 
            // smallIconTool2
            // 
            this.smallIconTool2.Name = "smallIconTool2";
            this.smallIconTool2.Size = new System.Drawing.Size(138, 22);
            this.smallIconTool2.Tag = "Small";
            this.smallIconTool2.Text = "Small Icon";
            this.smallIconTool2.Click += new System.EventHandler(this.ChangeView);
            // 
            // listTool2
            // 
            this.listTool2.Name = "listTool2";
            this.listTool2.Size = new System.Drawing.Size(138, 22);
            this.listTool2.Tag = "List";
            this.listTool2.Text = "List";
            this.listTool2.Click += new System.EventHandler(this.ChangeView);
            // 
            // detailTool2
            // 
            this.detailTool2.Checked = true;
            this.detailTool2.CheckState = System.Windows.Forms.CheckState.Checked;
            this.detailTool2.Name = "detailTool2";
            this.detailTool2.Size = new System.Drawing.Size(138, 22);
            this.detailTool2.Tag = "Detail";
            this.detailTool2.Text = "Detail";
            this.detailTool2.Click += new System.EventHandler(this.ChangeView);
            // 
            // refreshToolStripMenuItem
            // 
            this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
            this.refreshToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.refreshToolStripMenuItem.Text = "&Refresh";
            this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
            // 
            // transferToolStripMenuItem
            // 
            this.transferToolStripMenuItem.Name = "transferToolStripMenuItem";
            this.transferToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.transferToolStripMenuItem.Text = "&Transfer";
            this.transferToolStripMenuItem.Click += new System.EventHandler(this.transferToolStripMenuItem_Click);
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.openToolStripMenuItem.Text = "&Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.editToolStripMenuItem.Text = "&Edit";
            this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(140, 6);
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.copyToolStripMenuItem.Text = "&Copy";
            this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Enabled = false;
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.pasteToolStripMenuItem.Text = "&Paste";
            this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(140, 6);
            // 
            // newFolderToolStripMenuItem
            // 
            this.newFolderToolStripMenuItem.Name = "newFolderToolStripMenuItem";
            this.newFolderToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.newFolderToolStripMenuItem.Text = "&New Folder";
            this.newFolderToolStripMenuItem.Click += new System.EventHandler(this.newFolderToolStripMenuItem_Click);
            // 
            // renameToolStripMenuItem
            // 
            this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
            this.renameToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.renameToolStripMenuItem.Text = "&Rename";
            this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.deleteToolStripMenuItem.Text = "&Delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(140, 6);
            // 
            // propertiesToolStripMenuItem
            // 
            this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
            this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.propertiesToolStripMenuItem.Text = "&Properties";
            this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
            // 
            // LargeImages
            // 
            this.LargeImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.LargeImages.ImageSize = new System.Drawing.Size(64, 64);
            this.LargeImages.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // SmallImages
            // 
            this.SmallImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.SmallImages.ImageSize = new System.Drawing.Size(16, 16);
            this.SmallImages.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image = global::AppMonitor.Properties.Resources.parent_24px;
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton2.Text = "toolStripButton2";
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton3.Image = global::AppMonitor.Properties.Resources.refresh_24px;
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton3.Text = "toolStripButton3";
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // toolStripSplitButton1
            // 
            this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.largeIconTool,
            this.smallIconTool,
            this.listTool,
            this.detailTool});
            this.toolStripSplitButton1.Image = global::AppMonitor.Properties.Resources.view_16px;
            this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSplitButton1.Name = "toolStripSplitButton1";
            this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
            this.toolStripSplitButton1.Text = "toolStripSplitButton1";
            this.toolStripSplitButton1.ButtonClick += new System.EventHandler(this.toolStripSplitButton1_ButtonClick);
            // 
            // largeIconTool
            // 
            this.largeIconTool.Name = "largeIconTool";
            this.largeIconTool.Size = new System.Drawing.Size(138, 22);
            this.largeIconTool.Tag = "Large";
            this.largeIconTool.Text = "Large Icon";
            this.largeIconTool.Click += new System.EventHandler(this.ChangeView);
            // 
            // smallIconTool
            // 
            this.smallIconTool.Name = "smallIconTool";
            this.smallIconTool.Size = new System.Drawing.Size(138, 22);
            this.smallIconTool.Tag = "Small";
            this.smallIconTool.Text = "Small Icon";
            this.smallIconTool.Click += new System.EventHandler(this.ChangeView);
            // 
            // listTool
            // 
            this.listTool.Name = "listTool";
            this.listTool.Size = new System.Drawing.Size(138, 22);
            this.listTool.Tag = "List";
            this.listTool.Text = "List";
            this.listTool.Click += new System.EventHandler(this.ChangeView);
            // 
            // detailTool
            // 
            this.detailTool.Checked = true;
            this.detailTool.CheckState = System.Windows.Forms.CheckState.Checked;
            this.detailTool.Name = "detailTool";
            this.detailTool.Size = new System.Drawing.Size(138, 22);
            this.detailTool.Tag = "Detail";
            this.detailTool.Text = "Detail";
            this.detailTool.Click += new System.EventHandler(this.ChangeView);
            // 
            // SftpLinuxForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(622, 536);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.toolStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "SftpLinuxForm";
            this.ShowInTaskbar = false;
            this.Text = "SftpLinuxForm";
            this.Load += new System.EventHandler(this.sftpLinuxForm_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : sftpWinForm.Designer.cs
with Apache License 2.0
from 214175590

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.text_adress = new System.Windows.Forms.ToolStripTextBox();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.largeIconTool2 = new System.Windows.Forms.ToolStripMenuItem();
            this.smallIconTool2 = new System.Windows.Forms.ToolStripMenuItem();
            this.listTool2 = new System.Windows.Forms.ToolStripMenuItem();
            this.detailTool2 = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.transferToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.LargeImages = new System.Windows.Forms.ImageList(this.components);
            this.SmallImages = new System.Windows.Forms.ImageList(this.components);
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
            this.detailTool = new System.Windows.Forms.ToolStripMenuItem();
            this.listTool = new System.Windows.Forms.ToolStripMenuItem();
            this.largeIconTool = new System.Windows.Forms.ToolStripMenuItem();
            this.smallIconTool = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.text_adress,
            this.toolStripButton2,
            this.toolStripButton3,
            this.toolStripSplitButton1});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(622, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // text_adress
            // 
            this.text_adress.Name = "text_adress";
            this.text_adress.Size = new System.Drawing.Size(400, 25);
            this.text_adress.KeyUp += new System.Windows.Forms.KeyEventHandler(this.text_adress_KeyUp);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 25);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.treeView1);
            this.splitContainer1.Panel1MinSize = 0;
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.listView1);
            this.splitContainer1.Panel2.Resize += new System.EventHandler(this.splitContainer1_Panel2_Resize);
            this.splitContainer1.Size = new System.Drawing.Size(622, 511);
            this.splitContainer1.SplitterDistance = 25;
            this.splitContainer1.TabIndex = 1;
            // 
            // treeView1
            // 
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(25, 511);
            this.treeView1.TabIndex = 0;
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4});
            this.listView1.ContextMenuStrip = this.contextMenuStrip1;
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.LargeImageList = this.LargeImages;
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(593, 511);
            this.listView1.SmallImageList = this.SmallImages;
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
            this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 200;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Size";
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Type";
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Modified";
            this.columnHeader4.Width = 150;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.viewToolStripMenuItem,
            this.refreshToolStripMenuItem,
            this.transferToolStripMenuItem,
            this.openToolStripMenuItem,
            this.toolStripSeparator1,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.toolStripSeparator2,
            this.newFolderToolStripMenuItem,
            this.renameToolStripMenuItem,
            this.deleteToolStripMenuItem,
            this.toolStripSeparator3,
            this.propertiesToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(144, 242);
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.largeIconTool2,
            this.smallIconTool2,
            this.listTool2,
            this.detailTool2});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.viewToolStripMenuItem.Text = "View";
            // 
            // largeIconTool2
            // 
            this.largeIconTool2.Name = "largeIconTool2";
            this.largeIconTool2.Size = new System.Drawing.Size(152, 22);
            this.largeIconTool2.Tag = "Large";
            this.largeIconTool2.Text = "Large Icon";
            this.largeIconTool2.Click += new System.EventHandler(this.ChangeView);
            // 
            // smallIconTool2
            // 
            this.smallIconTool2.Name = "smallIconTool2";
            this.smallIconTool2.Size = new System.Drawing.Size(152, 22);
            this.smallIconTool2.Tag = "Small";
            this.smallIconTool2.Text = "Small Icon";
            this.smallIconTool2.Click += new System.EventHandler(this.ChangeView);
            // 
            // listTool2
            // 
            this.listTool2.Name = "listTool2";
            this.listTool2.Size = new System.Drawing.Size(152, 22);
            this.listTool2.Tag = "List";
            this.listTool2.Text = "List";
            this.listTool2.Click += new System.EventHandler(this.ChangeView);
            // 
            // detailTool2
            // 
            this.detailTool2.Checked = true;
            this.detailTool2.CheckState = System.Windows.Forms.CheckState.Checked;
            this.detailTool2.Name = "detailTool2";
            this.detailTool2.Size = new System.Drawing.Size(152, 22);
            this.detailTool2.Tag = "Detail";
            this.detailTool2.Text = "Detail";
            this.detailTool2.Click += new System.EventHandler(this.ChangeView);
            // 
            // refreshToolStripMenuItem
            // 
            this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
            this.refreshToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.refreshToolStripMenuItem.Text = "&Refresh";
            this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
            // 
            // transferToolStripMenuItem
            // 
            this.transferToolStripMenuItem.Name = "transferToolStripMenuItem";
            this.transferToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.transferToolStripMenuItem.Text = "&Transfer";
            this.transferToolStripMenuItem.Click += new System.EventHandler(this.transferToolStripMenuItem_Click);
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.openToolStripMenuItem.Text = "&Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.copyToolStripMenuItem.Text = "&Copy";
            this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Enabled = false;
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.pasteToolStripMenuItem.Text = "&Paste";
            this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
            // 
            // renameToolStripMenuItem
            // 
            this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
            this.renameToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.renameToolStripMenuItem.Text = "&Rename";
            this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
            // 
            // newFolderToolStripMenuItem
            // 
            this.newFolderToolStripMenuItem.Name = "newFolderToolStripMenuItem";
            this.newFolderToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.newFolderToolStripMenuItem.Text = "&New Folder";
            this.newFolderToolStripMenuItem.Click += new System.EventHandler(this.newFolderToolStripMenuItem_Click);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.deleteToolStripMenuItem.Text = "&Delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6);
            // 
            // propertiesToolStripMenuItem
            // 
            this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
            this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.propertiesToolStripMenuItem.Text = "&Properties";
            this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
            // 
            // LargeImages
            // 
            this.LargeImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.LargeImages.ImageSize = new System.Drawing.Size(64, 64);
            this.LargeImages.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // SmallImages
            // 
            this.SmallImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.SmallImages.ImageSize = new System.Drawing.Size(16, 16);
            this.SmallImages.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image = global::AppMonitor.Properties.Resources.parent_24px;
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton2.Text = "toolStripButton2";
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton3.Image = global::AppMonitor.Properties.Resources.refresh_24px;
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton3.Text = "toolStripButton3";
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // toolStripSplitButton1
            // 
            this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.largeIconTool,
            this.smallIconTool,
            this.listTool,
            this.detailTool});
            this.toolStripSplitButton1.Image = global::AppMonitor.Properties.Resources.view_16px;
            this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSplitButton1.Name = "toolStripSplitButton1";
            this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
            this.toolStripSplitButton1.Text = "toolStripSplitButton1";
            this.toolStripSplitButton1.ButtonClick += new System.EventHandler(this.toolStripSplitButton1_ButtonClick);
            // 
            // detailTool
            // 
            this.detailTool.Checked = true;
            this.detailTool.CheckState = System.Windows.Forms.CheckState.Checked;
            this.detailTool.Name = "detailTool";
            this.detailTool.Size = new System.Drawing.Size(152, 22);
            this.detailTool.Tag = "Detail";
            this.detailTool.Text = "Detail";
            this.detailTool.Click += new System.EventHandler(this.ChangeView);
            // 
            // listTool
            // 
            this.listTool.Name = "listTool";
            this.listTool.Size = new System.Drawing.Size(152, 22);
            this.listTool.Tag = "List";
            this.listTool.Text = "List";
            this.listTool.Click += new System.EventHandler(this.ChangeView);
            // 
            // largeIconTool
            // 
            this.largeIconTool.Name = "largeIconTool";
            this.largeIconTool.Size = new System.Drawing.Size(152, 22);
            this.largeIconTool.Tag = "Large";
            this.largeIconTool.Text = "Large Icon";
            this.largeIconTool.Click += new System.EventHandler(this.ChangeView);
            // 
            // smallIconTool
            // 
            this.smallIconTool.Name = "smallIconTool";
            this.smallIconTool.Size = new System.Drawing.Size(152, 22);
            this.smallIconTool.Tag = "Small";
            this.smallIconTool.Text = "Small Icon";
            this.smallIconTool.Click += new System.EventHandler(this.ChangeView);
            // 
            // SftpWinForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(622, 536);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.toolStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "SftpWinForm";
            this.ShowInTaskbar = false;
            this.Text = "sftpWinForm";
            this.Load += new System.EventHandler(this.sftpWinForm_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : frmMain.Designer.cs
with MIT License
from 86Box

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.btnEdit = new System.Windows.Forms.Button();
            this.btnDelete = new System.Windows.Forms.Button();
            this.btnStart = new System.Windows.Forms.Button();
            this.lstVMs = new System.Windows.Forms.ListView();
            this.clmName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmStatus = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clmPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.cmsVM = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.configureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.resetCTRLALTDELETEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hardResetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.killToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.wipeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cloneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openConfigFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.createADesktopShortcutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.img86box = new System.Windows.Forms.ImageList(this.components);
            this.btnAdd = new System.Windows.Forms.Button();
            this.btnConfigure = new System.Windows.Forms.Button();
            this.imgStatus = new System.Windows.Forms.ImageList(this.components);
            this.btnPause = new System.Windows.Forms.Button();
            this.btnCtrlAltDel = new System.Windows.Forms.Button();
            this.btnReset = new System.Windows.Forms.Button();
            this.trayIcon = new System.Windows.Forms.NotifyIcon(this.components);
            this.cmsTrayIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.open86BoxManagerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusBar = new System.Windows.Forms.StatusStrip();
            this.lblVMCount = new System.Windows.Forms.ToolStripStatusLabel();
            this.btnSettings = new System.Windows.Forms.Button();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.cmsVM.SuspendLayout();
            this.cmsTrayIcon.SuspendLayout();
            this.statusBar.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnEdit
            // 
            this.btnEdit.Enabled = false;
            this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnEdit.Font = new System.Drawing.Font("Segoe UI", 10F);
            this.btnEdit.Location = new System.Drawing.Point(58, 12);
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.Size = new System.Drawing.Size(45, 30);
            this.btnEdit.TabIndex = 1;
            this.btnEdit.Text = "Edit";
            this.toolTip.SetToolTip(this.btnEdit, "Edit the properties of this virtual machine");
            this.btnEdit.UseVisualStyleBackColor = true;
            this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
            // 
            // btnDelete
            // 
            this.btnDelete.Enabled = false;
            this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnDelete.Font = new System.Drawing.Font("Segoe UI", 10F);
            this.btnDelete.Location = new System.Drawing.Point(109, 12);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(60, 30);
            this.btnDelete.TabIndex = 2;
            this.btnDelete.Text = "Remove";
            this.toolTip.SetToolTip(this.btnDelete, "Remove this virtual machine");
            this.btnDelete.UseVisualStyleBackColor = true;
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // btnStart
            // 
            this.btnStart.Enabled = false;
            this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnStart.Font = new System.Drawing.Font("Segoe UI", 10F);
            this.btnStart.Location = new System.Drawing.Point(197, 12);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(45, 30);
            this.btnStart.TabIndex = 3;
            this.btnStart.Text = "Start";
            this.toolTip.SetToolTip(this.btnStart, "Start this virtual machine");
            this.btnStart.UseVisualStyleBackColor = true;
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // lstVMs
            // 
            this.lstVMs.AllowColumnReorder = true;
            this.lstVMs.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.lstVMs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.clmName,
            this.clmStatus,
            this.clmDesc,
            this.clmPath});
            this.lstVMs.ContextMenuStrip = this.cmsVM;
            this.lstVMs.Font = new System.Drawing.Font("Segoe UI", 10F);
            this.lstVMs.FullRowSelect = true;
            this.lstVMs.HideSelection = false;
            this.lstVMs.Location = new System.Drawing.Point(12, 48);
            this.lstVMs.Name = "lstVMs";
            this.lstVMs.ShowGroups = false;
            this.lstVMs.ShowItemToolTips = true;
            this.lstVMs.Size = new System.Drawing.Size(660, 413);
            this.lstVMs.SmallImageList = this.img86box;
            this.lstVMs.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.lstVMs.TabIndex = 10;
            this.lstVMs.UseCompatibleStateImageBehavior = false;
            this.lstVMs.View = System.Windows.Forms.View.Details;
            this.lstVMs.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstVMs_ColumnClick);
            this.lstVMs.SelectedIndexChanged += new System.EventHandler(this.lstVMs_SelectedIndexChanged);
            this.lstVMs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lstVMs_KeyDown);
            this.lstVMs.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstVMs_MouseDoubleClick);
            // 
            // clmName
            // 
            this.clmName.Text = "Name";
            this.clmName.Width = 184;
            // 
            // clmStatus
            // 
            this.clmStatus.Text = "Status";
            this.clmStatus.Width = 107;
            // 
            // clmDesc
            // 
            this.clmDesc.Text = "Description";
            this.clmDesc.Width = 144;
            // 
            // clmPath
            // 
            this.clmPath.Text = "Path";
            this.clmPath.Width = 217;
            // 
            // cmsVM
            // 
            this.cmsVM.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.startToolStripMenuItem,
            this.configureToolStripMenuItem,
            this.pauseToolStripMenuItem,
            this.resetCTRLALTDELETEToolStripMenuItem,
            this.hardResetToolStripMenuItem,
            this.toolStripSeparator3,
            this.killToolStripMenuItem,
            this.wipeToolStripMenuItem,
            this.toolStripSeparator1,
            this.editToolStripMenuItem,
            this.cloneToolStripMenuItem,
            this.deleteToolStripMenuItem,
            this.openFolderToolStripMenuItem,
            this.openConfigFileToolStripMenuItem,
            this.createADesktopShortcutToolStripMenuItem});
            this.cmsVM.Name = "cmsVM";
            this.cmsVM.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.cmsVM.Size = new System.Drawing.Size(210, 302);
            this.cmsVM.Opening += new System.ComponentModel.CancelEventHandler(this.cmsVM_Opening);
            // 
            // startToolStripMenuItem
            // 
            this.startToolStripMenuItem.Name = "startToolStripMenuItem";
            this.startToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.startToolStripMenuItem.Text = "Start";
            this.startToolStripMenuItem.ToolTipText = "Start this virtual machine";
            this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click);
            // 
            // configureToolStripMenuItem
            // 
            this.configureToolStripMenuItem.Name = "configureToolStripMenuItem";
            this.configureToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.configureToolStripMenuItem.Text = "Configure";
            this.configureToolStripMenuItem.ToolTipText = "Change configuration for this virtual machine";
            this.configureToolStripMenuItem.Click += new System.EventHandler(this.configureToolStripMenuItem_Click);
            // 
            // pauseToolStripMenuItem
            // 
            this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
            this.pauseToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.pauseToolStripMenuItem.Text = "Pause";
            this.pauseToolStripMenuItem.ToolTipText = "Pause this virtual machine";
            this.pauseToolStripMenuItem.Click += new System.EventHandler(this.pauseToolStripMenuItem_Click);
            // 
            // resetCTRLALTDELETEToolStripMenuItem
            // 
            this.resetCTRLALTDELETEToolStripMenuItem.Name = "resetCTRLALTDELETEToolStripMenuItem";
            this.resetCTRLALTDELETEToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.resetCTRLALTDELETEToolStripMenuItem.Text = "Send CTRL+ALT+DEL";
            this.resetCTRLALTDELETEToolStripMenuItem.ToolTipText = "Send the CTRL+ALT+DEL keystroke to this virtual machine";
            this.resetCTRLALTDELETEToolStripMenuItem.Click += new System.EventHandler(this.resetCTRLALTDELETEToolStripMenuItem_Click);
            // 
            // hardResetToolStripMenuItem
            // 
            this.hardResetToolStripMenuItem.Name = "hardResetToolStripMenuItem";
            this.hardResetToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.hardResetToolStripMenuItem.Text = "Hard reset";
            this.hardResetToolStripMenuItem.ToolTipText = "Reset this virtual machine by simulating a power cycle";
            this.hardResetToolStripMenuItem.Click += new System.EventHandler(this.hardResetToolStripMenuItem_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(206, 6);
            // 
            // killToolStripMenuItem
            // 
            this.killToolStripMenuItem.Name = "killToolStripMenuItem";
            this.killToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.killToolStripMenuItem.Text = "Kill";
            this.killToolStripMenuItem.ToolTipText = "Kill this virtual machine";
            this.killToolStripMenuItem.Click += new System.EventHandler(this.killToolStripMenuItem_Click);
            // 
            // wipeToolStripMenuItem
            // 
            this.wipeToolStripMenuItem.Name = "wipeToolStripMenuItem";
            this.wipeToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.wipeToolStripMenuItem.Text = "Wipe";
            this.wipeToolStripMenuItem.ToolTipText = "Delete configuration and nvr for this virtual machine";
            this.wipeToolStripMenuItem.Click += new System.EventHandler(this.wipeToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(206, 6);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.editToolStripMenuItem.Text = "Edit";
            this.editToolStripMenuItem.ToolTipText = "Edit the properties of this virtual machine";
            this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
            // 
            // cloneToolStripMenuItem
            // 
            this.cloneToolStripMenuItem.Name = "cloneToolStripMenuItem";
            this.cloneToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.cloneToolStripMenuItem.Text = "Clone";
            this.cloneToolStripMenuItem.ToolTipText = "Clone this virtual machine";
            this.cloneToolStripMenuItem.Click += new System.EventHandler(this.cloneToolStripMenuItem_Click);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.deleteToolStripMenuItem.Text = "Remove";
            this.deleteToolStripMenuItem.ToolTipText = "Remove this virtual machine";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            // 
            // openFolderToolStripMenuItem
            // 
            this.openFolderToolStripMenuItem.Name = "openFolderToolStripMenuItem";
            this.openFolderToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.openFolderToolStripMenuItem.Text = "Open folder in Explorer";
            this.openFolderToolStripMenuItem.ToolTipText = "Open the folder for this virtual machine in Windows Explorer";
            this.openFolderToolStripMenuItem.Click += new System.EventHandler(this.openFolderToolStripMenuItem_Click);
            // 
            // openConfigFileToolStripMenuItem
            // 
            this.openConfigFileToolStripMenuItem.Name = "openConfigFileToolStripMenuItem";
            this.openConfigFileToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.openConfigFileToolStripMenuItem.Text = "Open config file";
            this.openConfigFileToolStripMenuItem.ToolTipText = "Open the config file for this virtual machine";
            this.openConfigFileToolStripMenuItem.Click += new System.EventHandler(this.openConfigFileToolStripMenuItem_Click);
            // 
            // createADesktopShortcutToolStripMenuItem
            // 
            this.createADesktopShortcutToolStripMenuItem.Name = "createADesktopShortcutToolStripMenuItem";
            this.createADesktopShortcutToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
            this.createADesktopShortcutToolStripMenuItem.Text = "Create a desktop shortcut";
            this.createADesktopShortcutToolStripMenuItem.ToolTipText = "Create a shortcut for this virtual machine on the desktop";
            this.createADesktopShortcutToolStripMenuItem.Click += new System.EventHandler(this.createADesktopShortcutToolStripMenuItem_Click);
            // 
            // img86box
            // 
            this.img86box.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("img86box.ImageStream")));
            this.img86box.TransparentColor = System.Drawing.Color.Transparent;
            this.img86box.Images.SetKeyName(0, "86box_16x16.png");
            this.img86box.Images.SetKeyName(1, "86box_16x16_green.png");
            this.img86box.Images.SetKeyName(2, "86box_16x16_yellow.png");
            // 
            // btnAdd
            // 
            this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnAdd.Font = new System.Drawing.Font("Segoe UI", 10F);
            this.btnAdd.Location = new System.Drawing.Point(12, 12);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(40, 30);
            this.btnAdd.TabIndex = 0;
            this.btnAdd.Text = "Add";
            this.toolTip.SetToolTip(this.btnAdd, "Add a new or an existing virtual machine");
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnConfigure
            // 
            this.btnConfigure.Enabled = false;
            this.btnConfigure.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnConfigure.Font = new System.Drawing.Font("Segoe UI", 10F);
            this.btnConfigure.Location = new System.Drawing.Point(248, 12);
            this.btnConfigure.Name = "btnConfigure";
            this.btnConfigure.Size = new System.Drawing.Size(70, 30);
            this.btnConfigure.TabIndex = 4;
            this.btnConfigure.Text = "Configure";
            this.toolTip.SetToolTip(this.btnConfigure, "Change the configuration of this virtual machine");
            this.btnConfigure.UseVisualStyleBackColor = true;
            this.btnConfigure.Click += new System.EventHandler(this.btnConfigure_Click);
            // 
            // imgStatus
            // 
            this.imgStatus.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.imgStatus.ImageSize = new System.Drawing.Size(16, 16);
            this.imgStatus.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // btnPause
            // 
            this.btnPause.Enabled = false;
            this.btnPause.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnPause.Font = new System.Drawing.Font("Segoe UI", 10F);
            this.btnPause.Location = new System.Drawing.Point(324, 12);
            this.btnPause.Name = "btnPause";
            this.btnPause.Size = new System.Drawing.Size(55, 30);
            this.btnPause.TabIndex = 5;
            this.btnPause.Text = "Pause";
            this.toolTip.SetToolTip(this.btnPause, "Pause this virtual machine");
            this.btnPause.UseVisualStyleBackColor = true;
            this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
            // 
            // btnCtrlAltDel
            // 
            this.btnCtrlAltDel.Enabled = false;
            this.btnCtrlAltDel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCtrlAltDel.Font = new System.Drawing.Font("Segoe UI", 10F);
            this.btnCtrlAltDel.Location = new System.Drawing.Point(385, 12);
            this.btnCtrlAltDel.Name = "btnCtrlAltDel";
            this.btnCtrlAltDel.Size = new System.Drawing.Size(60, 30);
            this.btnCtrlAltDel.TabIndex = 6;
            this.btnCtrlAltDel.Text = "C+A+D";
            this.toolTip.SetToolTip(this.btnCtrlAltDel, "Send the CTRL+ALT+DEL keystroke to this virtual machine");
            this.btnCtrlAltDel.UseVisualStyleBackColor = true;
            this.btnCtrlAltDel.Click += new System.EventHandler(this.btnCtrlAltDel_Click);
            // 
            // btnReset
            // 
            this.btnReset.Enabled = false;
            this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnReset.Font = new System.Drawing.Font("Segoe UI", 10F);
            this.btnReset.Location = new System.Drawing.Point(451, 12);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(50, 30);
            this.btnReset.TabIndex = 7;
            this.btnReset.Text = "Reset";
            this.toolTip.SetToolTip(this.btnReset, "Reset this virtual machine by simulating a power cycle");
            this.btnReset.UseVisualStyleBackColor = true;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // trayIcon
            // 
            this.trayIcon.ContextMenuStrip = this.cmsTrayIcon;
            this.trayIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("trayIcon.Icon")));
            this.trayIcon.Text = "86Box Manager";
            this.trayIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.trayIcon_MouseDoubleClick);
            // 
            // cmsTrayIcon
            // 
            this.cmsTrayIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.open86BoxManagerToolStripMenuItem,
            this.settingsToolStripMenuItem,
            this.toolStripSeparator2,
            this.exitToolStripMenuItem});
            this.cmsTrayIcon.Name = "cmsVM";
            this.cmsTrayIcon.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.cmsTrayIcon.Size = new System.Drawing.Size(189, 76);
            // 
            // open86BoxManagerToolStripMenuItem
            // 
            this.open86BoxManagerToolStripMenuItem.Name = "open86BoxManagerToolStripMenuItem";
            this.open86BoxManagerToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
            this.open86BoxManagerToolStripMenuItem.Text = "Show 86Box Manager";
            this.open86BoxManagerToolStripMenuItem.ToolTipText = "Restore the 86Box Manager window";
            this.open86BoxManagerToolStripMenuItem.Click += new System.EventHandler(this.open86BoxManagerToolStripMenuItem_Click);
            // 
            // settingsToolStripMenuItem
            // 
            this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
            this.settingsToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
            this.settingsToolStripMenuItem.Text = "Settings";
            this.settingsToolStripMenuItem.ToolTipText = "Open 86Box Manager settings";
            this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(185, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.ToolTipText = "Close 86Box Manager";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // statusBar
            // 
            this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lblVMCount});
            this.statusBar.Location = new System.Drawing.Point(0, 473);
            this.statusBar.Name = "statusBar";
            this.statusBar.Size = new System.Drawing.Size(684, 22);
            this.statusBar.TabIndex = 11;
            this.statusBar.Text = "statusStrip1";
            // 
            // lblVMCount
            // 
            this.lblVMCount.BackColor = System.Drawing.Color.Transparent;
            this.lblVMCount.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.lblVMCount.Name = "lblVMCount";
            this.lblVMCount.Size = new System.Drawing.Size(121, 17);
            this.lblVMCount.Text = "# of virtual machines:";
            // 
            // btnSettings
            // 
            this.btnSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSettings.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnSettings.Font = new System.Drawing.Font("Segoe UI", 10F);
            this.btnSettings.Location = new System.Drawing.Point(607, 12);
            this.btnSettings.Name = "btnSettings";
            this.btnSettings.Size = new System.Drawing.Size(65, 30);
            this.btnSettings.TabIndex = 8;
            this.btnSettings.Text = "Settings";
            this.toolTip.SetToolTip(this.btnSettings, "Open 86Box Manager settings");
            this.btnSettings.UseVisualStyleBackColor = true;
            this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click);
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(684, 495);
            this.Controls.Add(this.statusBar);
            this.Controls.Add(this.btnReset);
            this.Controls.Add(this.btnCtrlAltDel);
            this.Controls.Add(this.btnPause);
            this.Controls.Add(this.btnConfigure);
            this.Controls.Add(this.btnAdd);
            this.Controls.Add(this.lstVMs);
            this.Controls.Add(this.btnSettings);
            this.Controls.Add(this.btnStart);
            this.Controls.Add(this.btnDelete);
            this.Controls.Add(this.btnEdit);
            this.Font = new System.Drawing.Font("Segoe UI", 10F);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(4);
            this.MinimumSize = new System.Drawing.Size(700, 500);
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "86Box Manager";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.Resize += new System.EventHandler(this.frmMain_Resize);
            this.cmsVM.ResumeLayout(false);
            this.cmsTrayIcon.ResumeLayout(false);
            this.statusBar.ResumeLayout(false);
            this.statusBar.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : SelectFm.Designer.cs
with GNU General Public License v3.0
from a4004

private void InitializeComponent()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
            "NULL",
            "NULL",
            "NULL"}, -1);
            this.header = new System.Windows.Forms.Panel();
            this.question = new System.Windows.Forms.Label();
            this.qCaption = new System.Windows.Forms.Label();
            this.footer = new System.Windows.Forms.Panel();
            this.versionSelect = new System.Windows.Forms.ComboBox();
            this.lblver = new System.Windows.Forms.Label();
            this.back = new System.Windows.Forms.Button();
            this.spacer = new System.Windows.Forms.Panel();
            this.submit = new System.Windows.Forms.Button();
            this.body = new System.Windows.Forms.Panel();
            this.listView = new System.Windows.Forms.ListView();
            this.colvendor = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colfile = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colext = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.header.SuspendLayout();
            this.footer.SuspendLayout();
            this.body.SuspendLayout();
            this.SuspendLayout();
            // 
            // header
            // 
            this.header.Controls.Add(this.question);
            this.header.Dock = System.Windows.Forms.DockStyle.Top;
            this.header.Location = new System.Drawing.Point(15, 16);
            this.header.Name = "header";
            this.header.Size = new System.Drawing.Size(570, 36);
            this.header.TabIndex = 3;
            // 
            // question
            // 
            this.question.AutoSize = true;
            this.question.Dock = System.Windows.Forms.DockStyle.Left;
            this.question.Font = new System.Drawing.Font("Segoe UI Semilight", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.question.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(97)))), ((int)(((byte)(255)))));
            this.question.Location = new System.Drawing.Point(0, 0);
            this.question.Name = "question";
            this.question.Size = new System.Drawing.Size(215, 32);
            this.question.TabIndex = 0;
            this.question.Text = "Software download";
            this.question.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // qCaption
            // 
            this.qCaption.Dock = System.Windows.Forms.DockStyle.Top;
            this.qCaption.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.qCaption.Location = new System.Drawing.Point(15, 52);
            this.qCaption.Name = "qCaption";
            this.qCaption.Padding = new System.Windows.Forms.Padding(3, 0, 8, 0);
            this.qCaption.Size = new System.Drawing.Size(570, 21);
            this.qCaption.TabIndex = 4;
            this.qCaption.Text = "Choose the appropriate software version for your device.";
            // 
            // footer
            // 
            this.footer.BackColor = System.Drawing.SystemColors.Window;
            this.footer.Controls.Add(this.versionSelect);
            this.footer.Controls.Add(this.lblver);
            this.footer.Controls.Add(this.back);
            this.footer.Controls.Add(this.spacer);
            this.footer.Controls.Add(this.submit);
            this.footer.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.footer.Location = new System.Drawing.Point(15, 330);
            this.footer.Name = "footer";
            this.footer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
            this.footer.Size = new System.Drawing.Size(570, 45);
            this.footer.TabIndex = 6;
            // 
            // versionSelect
            // 
            this.versionSelect.Dock = System.Windows.Forms.DockStyle.Left;
            this.versionSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.versionSelect.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.versionSelect.FormattingEnabled = true;
            this.versionSelect.Location = new System.Drawing.Point(55, 10);
            this.versionSelect.Name = "versionSelect";
            this.versionSelect.Size = new System.Drawing.Size(121, 21);
            this.versionSelect.TabIndex = 4;
            // 
            // lblver
            // 
            this.lblver.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblver.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblver.Location = new System.Drawing.Point(5, 10);
            this.lblver.Name = "lblver";
            this.lblver.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
            this.lblver.Size = new System.Drawing.Size(50, 25);
            this.lblver.TabIndex = 5;
            this.lblver.Text = "Version:";
            // 
            // back
            // 
            this.back.BackColor = System.Drawing.SystemColors.ButtonFace;
            this.back.Dock = System.Windows.Forms.DockStyle.Right;
            this.back.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
            this.back.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.back.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.back.Location = new System.Drawing.Point(408, 10);
            this.back.Name = "back";
            this.back.Size = new System.Drawing.Size(75, 25);
            this.back.TabIndex = 2;
            this.back.Text = "Back";
            this.back.UseVisualStyleBackColor = false;
            this.back.Click += new System.EventHandler(this.back_Click);
            // 
            // spacer
            // 
            this.spacer.Dock = System.Windows.Forms.DockStyle.Right;
            this.spacer.Location = new System.Drawing.Point(483, 10);
            this.spacer.Name = "spacer";
            this.spacer.Size = new System.Drawing.Size(7, 25);
            this.spacer.TabIndex = 1;
            // 
            // submit
            // 
            this.submit.BackColor = System.Drawing.SystemColors.ButtonFace;
            this.submit.Dock = System.Windows.Forms.DockStyle.Right;
            this.submit.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
            this.submit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.submit.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.submit.Location = new System.Drawing.Point(490, 10);
            this.submit.Name = "submit";
            this.submit.Size = new System.Drawing.Size(75, 25);
            this.submit.TabIndex = 0;
            this.submit.Text = "Next";
            this.submit.UseVisualStyleBackColor = false;
            this.submit.Click += new System.EventHandler(this.submit_Click);
            // 
            // body
            // 
            this.body.BackColor = System.Drawing.SystemColors.Window;
            this.body.Controls.Add(this.listView);
            this.body.Dock = System.Windows.Forms.DockStyle.Fill;
            this.body.Location = new System.Drawing.Point(15, 73);
            this.body.Name = "body";
            this.body.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
            this.body.Size = new System.Drawing.Size(570, 257);
            this.body.TabIndex = 7;
            // 
            // listView
            // 
            this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colvendor,
            this.colfile,
            this.colext});
            this.listView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listView.FullRowSelect = true;
            this.listView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.listView.HideSelection = false;
            this.listView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1});
            this.listView.Location = new System.Drawing.Point(5, 10);
            this.listView.MultiSelect = false;
            this.listView.Name = "listView";
            this.listView.Size = new System.Drawing.Size(560, 237);
            this.listView.TabIndex = 6;
            this.listView.UseCompatibleStateImageBehavior = false;
            this.listView.View = System.Windows.Forms.View.Details;
            // 
            // colvendor
            // 
            this.colvendor.Text = "Vendor";
            this.colvendor.Width = 132;
            // 
            // colfile
            // 
            this.colfile.Text = "Version";
            this.colfile.Width = 349;
            // 
            // colext
            // 
            this.colext.Text = "Type";
            this.colext.Width = 75;
            // 
            // SelectFm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.ClientSize = new System.Drawing.Size(600, 400);
            this.Controls.Add(this.body);
            this.Controls.Add(this.footer);
            this.Controls.Add(this.qCaption);
            this.Controls.Add(this.header);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "SelectFm";
            this.Padding = new System.Windows.Forms.Padding(15, 16, 15, 25);
            this.Load += new System.EventHandler(this.SelectFm_Load);
            this.header.ResumeLayout(false);
            this.header.PerformLayout();
            this.footer.ResumeLayout(false);
            this.body.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : Form1.Designer.cs
with GNU General Public License v3.0
from Aemony

private void InitializeComponent()
        {
            this.buttonOpen = new System.Windows.Forms.Button();
            this.textBoxFilePath = new System.Windows.Forms.TextBox();
            this.fastObjectListView1 = new BrightIdereplacedoftware.FastObjectListView();
            this.olvActiveColumnSlot = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.olvActiveColumnEnabled = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.olvActiveColumnID = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.olvActiveColumnAmount = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.olvActiveColumnStatus = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.label1 = new System.Windows.Forms.Label();
            this.buttonSave = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.fastObjectListView2 = new BrightIdereplacedoftware.FastObjectListView();
            this.olvInactiveColumnSlot = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.olvInactiveColumnEnabled = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.olvInactiveColumnID = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.olvInactiveColumnAmount = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.olvInactiveColumnStatus = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.buttonResetActive = new System.Windows.Forms.Button();
            this.buttonResetCorpse = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.buttonExport = new System.Windows.Forms.Button();
            this.buttonImport = new System.Windows.Forms.Button();
            this.textBoxInventoryPath = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.fastObjectListView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fastObjectListView2)).BeginInit();
            this.SuspendLayout();
            // 
            // buttonOpen
            // 
            this.buttonOpen.Location = new System.Drawing.Point(33, 13);
            this.buttonOpen.Name = "buttonOpen";
            this.buttonOpen.Size = new System.Drawing.Size(75, 22);
            this.buttonOpen.TabIndex = 0;
            this.buttonOpen.Text = "Open slot";
            this.buttonOpen.UseVisualStyleBackColor = true;
            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
            // 
            // textBoxFilePath
            // 
            this.textBoxFilePath.Location = new System.Drawing.Point(114, 14);
            this.textBoxFilePath.Name = "textBoxFilePath";
            this.textBoxFilePath.ReadOnly = true;
            this.textBoxFilePath.Size = new System.Drawing.Size(304, 20);
            this.textBoxFilePath.TabIndex = 1;
            this.textBoxFilePath.Text = "No slot file loaded...";
            // 
            // fastObjectListView1
            // 
            this.fastObjectListView1.AllColumns.Add(this.olvActiveColumnSlot);
            this.fastObjectListView1.AllColumns.Add(this.olvActiveColumnEnabled);
            this.fastObjectListView1.AllColumns.Add(this.olvActiveColumnID);
            this.fastObjectListView1.AllColumns.Add(this.olvActiveColumnAmount);
            this.fastObjectListView1.AllColumns.Add(this.olvActiveColumnStatus);
            this.fastObjectListView1.AlternateRowBackColor = System.Drawing.SystemColors.Menu;
            this.fastObjectListView1.CellEditActivation = BrightIdereplacedoftware.ObjectListView.CellEditActivateMode.DoubleClick;
            this.fastObjectListView1.CellEditEnterChangesRows = true;
            this.fastObjectListView1.CellEditTabChangesRows = true;
            this.fastObjectListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.olvActiveColumnSlot,
            this.olvActiveColumnEnabled,
            this.olvActiveColumnID,
            this.olvActiveColumnAmount,
            this.olvActiveColumnStatus});
            this.fastObjectListView1.Cursor = System.Windows.Forms.Cursors.Default;
            this.fastObjectListView1.Location = new System.Drawing.Point(12, 107);
            this.fastObjectListView1.Name = "fastObjectListView1";
            this.fastObjectListView1.ShowCommandMenuOnRightClick = true;
            this.fastObjectListView1.ShowGroups = false;
            this.fastObjectListView1.Size = new System.Drawing.Size(325, 451);
            this.fastObjectListView1.TabIndex = 7;
            this.fastObjectListView1.UseAlternatingBackColors = true;
            this.fastObjectListView1.UseCompatibleStateImageBehavior = false;
            this.fastObjectListView1.View = System.Windows.Forms.View.Details;
            this.fastObjectListView1.VirtualMode = true;
            // 
            // olvActiveColumnSlot
            // 
            this.olvActiveColumnSlot.AspectName = "Slot";
            this.olvActiveColumnSlot.AspectToStringFormat = "";
            this.olvActiveColumnSlot.IsEditable = false;
            this.olvActiveColumnSlot.Text = "Slot";
            this.olvActiveColumnSlot.Width = 35;
            // 
            // olvActiveColumnEnabled
            // 
            this.olvActiveColumnEnabled.AspectName = "Enabled";
            this.olvActiveColumnEnabled.AspectToStringFormat = "";
            this.olvActiveColumnEnabled.CellEditUseWholeCell = true;
            this.olvActiveColumnEnabled.CellVerticalAlignment = System.Drawing.StringAlignment.Center;
            this.olvActiveColumnEnabled.CheckBoxes = true;
            this.olvActiveColumnEnabled.Text = "Enabled";
            this.olvActiveColumnEnabled.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.olvActiveColumnEnabled.Width = 55;
            // 
            // olvActiveColumnID
            // 
            this.olvActiveColumnID.AspectName = "ID";
            this.olvActiveColumnID.AutoCompleteEditor = false;
            this.olvActiveColumnID.AutoCompleteEditorMode = System.Windows.Forms.AutoCompleteMode.None;
            this.olvActiveColumnID.CellEditUseWholeCell = true;
            this.olvActiveColumnID.Text = "Item ID";
            this.olvActiveColumnID.Width = 80;
            // 
            // olvActiveColumnAmount
            // 
            this.olvActiveColumnAmount.AspectName = "Amount";
            this.olvActiveColumnAmount.CellEditUseWholeCell = true;
            this.olvActiveColumnAmount.Text = "Amount";
            this.olvActiveColumnAmount.Width = 50;
            // 
            // olvActiveColumnStatus
            // 
            this.olvActiveColumnStatus.AspectName = "Status";
            this.olvActiveColumnStatus.CellEditUseWholeCell = true;
            this.olvActiveColumnStatus.Text = "Status";
            this.olvActiveColumnStatus.Width = 80;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 82);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(84, 13);
            this.label1.TabIndex = 5;
            this.label1.Text = "Active Inventory";
            // 
            // buttonSave
            // 
            this.buttonSave.Enabled = false;
            this.buttonSave.Location = new System.Drawing.Point(282, 568);
            this.buttonSave.Name = "buttonSave";
            this.buttonSave.Size = new System.Drawing.Size(75, 22);
            this.buttonSave.TabIndex = 10;
            this.buttonSave.Text = "Save slot";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(383, 82);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(133, 13);
            this.label3.TabIndex = 6;
            this.label3.Text = "Inactive Inventory (corpse)";
            // 
            // fastObjectListView2
            // 
            this.fastObjectListView2.AllColumns.Add(this.olvInactiveColumnSlot);
            this.fastObjectListView2.AllColumns.Add(this.olvInactiveColumnEnabled);
            this.fastObjectListView2.AllColumns.Add(this.olvInactiveColumnID);
            this.fastObjectListView2.AllColumns.Add(this.olvInactiveColumnAmount);
            this.fastObjectListView2.AllColumns.Add(this.olvInactiveColumnStatus);
            this.fastObjectListView2.AlternateRowBackColor = System.Drawing.SystemColors.Menu;
            this.fastObjectListView2.CellEditActivation = BrightIdereplacedoftware.ObjectListView.CellEditActivateMode.DoubleClick;
            this.fastObjectListView2.CellEditEnterChangesRows = true;
            this.fastObjectListView2.CellEditTabChangesRows = true;
            this.fastObjectListView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.olvInactiveColumnSlot,
            this.olvInactiveColumnEnabled,
            this.olvInactiveColumnID,
            this.olvInactiveColumnAmount,
            this.olvInactiveColumnStatus});
            this.fastObjectListView2.Cursor = System.Windows.Forms.Cursors.Default;
            this.fastObjectListView2.Location = new System.Drawing.Point(383, 107);
            this.fastObjectListView2.Name = "fastObjectListView2";
            this.fastObjectListView2.ShowCommandMenuOnRightClick = true;
            this.fastObjectListView2.ShowGroups = false;
            this.fastObjectListView2.Size = new System.Drawing.Size(325, 451);
            this.fastObjectListView2.TabIndex = 8;
            this.fastObjectListView2.UseAlternatingBackColors = true;
            this.fastObjectListView2.UseCompatibleStateImageBehavior = false;
            this.fastObjectListView2.View = System.Windows.Forms.View.Details;
            this.fastObjectListView2.VirtualMode = true;
            // 
            // olvInactiveColumnSlot
            // 
            this.olvInactiveColumnSlot.AspectName = "Slot";
            this.olvInactiveColumnSlot.IsEditable = false;
            this.olvInactiveColumnSlot.Text = "Slot";
            this.olvInactiveColumnSlot.Width = 35;
            // 
            // olvInactiveColumnEnabled
            // 
            this.olvInactiveColumnEnabled.AspectName = "Enabled";
            this.olvInactiveColumnEnabled.CellEditUseWholeCell = true;
            this.olvInactiveColumnEnabled.CellVerticalAlignment = System.Drawing.StringAlignment.Center;
            this.olvInactiveColumnEnabled.CheckBoxes = true;
            this.olvInactiveColumnEnabled.Text = "Enabled";
            this.olvInactiveColumnEnabled.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.olvInactiveColumnEnabled.Width = 55;
            // 
            // olvInactiveColumnID
            // 
            this.olvInactiveColumnID.AspectName = "ID";
            this.olvInactiveColumnID.CellEditUseWholeCell = true;
            this.olvInactiveColumnID.Text = "Item ID";
            this.olvInactiveColumnID.Width = 80;
            // 
            // olvInactiveColumnAmount
            // 
            this.olvInactiveColumnAmount.AspectName = "Amount";
            this.olvInactiveColumnAmount.CellEditUseWholeCell = true;
            this.olvInactiveColumnAmount.Text = "Amount";
            this.olvInactiveColumnAmount.Width = 50;
            // 
            // olvInactiveColumnStatus
            // 
            this.olvInactiveColumnStatus.AspectName = "Status";
            this.olvInactiveColumnStatus.CellEditUseWholeCell = true;
            this.olvInactiveColumnStatus.Text = "Status";
            this.olvInactiveColumnStatus.Width = 80;
            // 
            // buttonResetActive
            // 
            this.buttonResetActive.Enabled = false;
            this.buttonResetActive.Location = new System.Drawing.Point(12, 568);
            this.buttonResetActive.Name = "buttonResetActive";
            this.buttonResetActive.Size = new System.Drawing.Size(68, 22);
            this.buttonResetActive.TabIndex = 9;
            this.buttonResetActive.Text = "Reset";
            this.buttonResetActive.UseVisualStyleBackColor = true;
            this.buttonResetActive.Click += new System.EventHandler(this.buttonResetActive_Click);
            // 
            // buttonResetCorpse
            // 
            this.buttonResetCorpse.Enabled = false;
            this.buttonResetCorpse.Location = new System.Drawing.Point(640, 568);
            this.buttonResetCorpse.Name = "buttonResetCorpse";
            this.buttonResetCorpse.Size = new System.Drawing.Size(68, 22);
            this.buttonResetCorpse.TabIndex = 12;
            this.buttonResetCorpse.Text = "Reset";
            this.buttonResetCorpse.UseVisualStyleBackColor = true;
            this.buttonResetCorpse.Click += new System.EventHandler(this.buttonResetCorpse_Click);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(459, 32);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(227, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "Work in progress! USE AT YOUR OWN RISK!";
            // 
            // buttonExport
            // 
            this.buttonExport.Enabled = false;
            this.buttonExport.Location = new System.Drawing.Point(363, 568);
            this.buttonExport.Name = "buttonExport";
            this.buttonExport.Size = new System.Drawing.Size(75, 22);
            this.buttonExport.TabIndex = 11;
            this.buttonExport.Text = "Export inv.";
            this.buttonExport.UseVisualStyleBackColor = true;
            this.buttonExport.Click += new System.EventHandler(this.buttonExport_Click);
            // 
            // buttonImport
            // 
            this.buttonImport.Location = new System.Drawing.Point(33, 42);
            this.buttonImport.Name = "buttonImport";
            this.buttonImport.Size = new System.Drawing.Size(75, 22);
            this.buttonImport.TabIndex = 2;
            this.buttonImport.Text = "Import inv.";
            this.buttonImport.UseVisualStyleBackColor = true;
            this.buttonImport.Click += new System.EventHandler(this.buttonImport_Click);
            // 
            // textBoxInventoryPath
            // 
            this.textBoxInventoryPath.Location = new System.Drawing.Point(114, 43);
            this.textBoxInventoryPath.Name = "textBoxInventoryPath";
            this.textBoxInventoryPath.ReadOnly = true;
            this.textBoxInventoryPath.Size = new System.Drawing.Size(304, 20);
            this.textBoxInventoryPath.TabIndex = 3;
            this.textBoxInventoryPath.Text = "No inventory list imported...";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(720, 614);
            this.Controls.Add(this.textBoxInventoryPath);
            this.Controls.Add(this.buttonImport);
            this.Controls.Add(this.buttonExport);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.buttonResetCorpse);
            this.Controls.Add(this.buttonResetActive);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.fastObjectListView2);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.fastObjectListView1);
            this.Controls.Add(this.textBoxFilePath);
            this.Controls.Add(this.buttonOpen);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.Text = "NieR: Automata - Inventory Editor";
            ((System.ComponentModel.ISupportInitialize)(this.fastObjectListView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fastObjectListView2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : frmCustomerDetail.Designer.cs
with MIT License
from ahm3tcelik

private void InitializeComponent()
        {
            this.metroPanel1 = new MetroFramework.Controls.MetroPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tbxDuration = new MetroFramework.Controls.MetroTextBox();
            this.dtEnd = new MetroFramework.Controls.MetroDateTime();
            this.metroLabel8 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel9 = new MetroFramework.Controls.MetroLabel();
            this.tbxDaysLeft = new MetroFramework.Controls.MetroTextBox();
            this.dtStarter = new MetroFramework.Controls.MetroDateTime();
            this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel5 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
            this.tbxGsm = new System.Windows.Forms.MaskedTextBox();
            this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
            this.tbxSurname = new MetroFramework.Controls.MetroTextBox();
            this.tbxName = new MetroFramework.Controls.MetroTextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.metroLabel7 = new MetroFramework.Controls.MetroLabel();
            this.rtbxScheduleDesc = new System.Windows.Forms.RichTextBox();
            this.metroLabel15 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel16 = new MetroFramework.Controls.MetroLabel();
            this.tbxScheduleName = new MetroFramework.Controls.MetroTextBox();
            this.tbxScheduleID = new MetroFramework.Controls.MetroTextBox();
            this.lvlStats = new System.Windows.Forms.ListView();
            this.StatisticID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.StatisticDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.StatisticDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Height = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Kilo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Shoulder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Chest = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Arm = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Waist = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Hip = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Calf = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.metroLabel6 = new MetroFramework.Controls.MetroLabel();
            this.metroPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // metroPanel1
            // 
            this.metroPanel1.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.metroPanel1.Controls.Add(this.groupBox1);
            this.metroPanel1.Controls.Add(this.groupBox2);
            this.metroPanel1.HorizontalScrollbarBarColor = true;
            this.metroPanel1.HorizontalScrollbarHighlightOnWheel = false;
            this.metroPanel1.HorizontalScrollbarSize = 10;
            this.metroPanel1.Location = new System.Drawing.Point(23, 63);
            this.metroPanel1.Name = "metroPanel1";
            this.metroPanel1.Size = new System.Drawing.Size(757, 210);
            this.metroPanel1.TabIndex = 30;
            this.metroPanel1.VerticalScrollbarBarColor = true;
            this.metroPanel1.VerticalScrollbarHighlightOnWheel = false;
            this.metroPanel1.VerticalScrollbarSize = 10;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.tbxDuration);
            this.groupBox1.Controls.Add(this.dtEnd);
            this.groupBox1.Controls.Add(this.metroLabel8);
            this.groupBox1.Controls.Add(this.metroLabel9);
            this.groupBox1.Controls.Add(this.tbxDaysLeft);
            this.groupBox1.Controls.Add(this.dtStarter);
            this.groupBox1.Controls.Add(this.metroLabel4);
            this.groupBox1.Controls.Add(this.metroLabel5);
            this.groupBox1.Controls.Add(this.metroLabel3);
            this.groupBox1.Controls.Add(this.tbxGsm);
            this.groupBox1.Controls.Add(this.metroLabel2);
            this.groupBox1.Controls.Add(this.metroLabel1);
            this.groupBox1.Controls.Add(this.tbxSurname);
            this.groupBox1.Controls.Add(this.tbxName);
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(10);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(412, 201);
            this.groupBox1.TabIndex = 31;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Müşteri Bilgileri";
            // 
            // tbxDuration
            // 
            // 
            // 
            // 
            this.tbxDuration.CustomButton.Image = null;
            this.tbxDuration.CustomButton.Location = new System.Drawing.Point(161, 1);
            this.tbxDuration.CustomButton.Name = "";
            this.tbxDuration.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxDuration.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxDuration.CustomButton.TabIndex = 1;
            this.tbxDuration.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxDuration.CustomButton.UseSelectable = true;
            this.tbxDuration.CustomButton.Visible = false;
            this.tbxDuration.Enabled = false;
            this.tbxDuration.Lines = new string[0];
            this.tbxDuration.Location = new System.Drawing.Point(7, 161);
            this.tbxDuration.MaxLength = 32767;
            this.tbxDuration.Name = "tbxDuration";
            this.tbxDuration.PreplacedwordChar = '\0';
            this.tbxDuration.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxDuration.SelectedText = "";
            this.tbxDuration.SelectionLength = 0;
            this.tbxDuration.SelectionStart = 0;
            this.tbxDuration.ShortcutsEnabled = true;
            this.tbxDuration.Size = new System.Drawing.Size(189, 29);
            this.tbxDuration.TabIndex = 28;
            this.tbxDuration.UseSelectable = true;
            this.tbxDuration.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxDuration.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // dtEnd
            // 
            this.dtEnd.Enabled = false;
            this.dtEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtEnd.Location = new System.Drawing.Point(136, 100);
            this.dtEnd.MinimumSize = new System.Drawing.Size(0, 29);
            this.dtEnd.Name = "dtEnd";
            this.dtEnd.Size = new System.Drawing.Size(121, 29);
            this.dtEnd.TabIndex = 27;
            this.dtEnd.Value = new System.DateTime(2020, 11, 14, 19, 16, 11, 942);
            // 
            // metroLabel8
            // 
            this.metroLabel8.AutoSize = true;
            this.metroLabel8.Location = new System.Drawing.Point(212, 139);
            this.metroLabel8.Name = "metroLabel8";
            this.metroLabel8.Size = new System.Drawing.Size(67, 19);
            this.metroLabel8.TabIndex = 24;
            this.metroLabel8.Text = "Kalan Gün";
            // 
            // metroLabel9
            // 
            this.metroLabel9.AutoSize = true;
            this.metroLabel9.Location = new System.Drawing.Point(6, 139);
            this.metroLabel9.Name = "metroLabel9";
            this.metroLabel9.Size = new System.Drawing.Size(109, 19);
            this.metroLabel9.TabIndex = 23;
            this.metroLabel9.Text = "Kayıt Süresi (Gün)";
            // 
            // tbxDaysLeft
            // 
            // 
            // 
            // 
            this.tbxDaysLeft.CustomButton.Image = null;
            this.tbxDaysLeft.CustomButton.Location = new System.Drawing.Point(164, 1);
            this.tbxDaysLeft.CustomButton.Name = "";
            this.tbxDaysLeft.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxDaysLeft.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxDaysLeft.CustomButton.TabIndex = 1;
            this.tbxDaysLeft.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxDaysLeft.CustomButton.UseSelectable = true;
            this.tbxDaysLeft.CustomButton.Visible = false;
            this.tbxDaysLeft.Enabled = false;
            this.tbxDaysLeft.Lines = new string[0];
            this.tbxDaysLeft.Location = new System.Drawing.Point(213, 161);
            this.tbxDaysLeft.MaxLength = 32767;
            this.tbxDaysLeft.Name = "tbxDaysLeft";
            this.tbxDaysLeft.PreplacedwordChar = '\0';
            this.tbxDaysLeft.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxDaysLeft.SelectedText = "";
            this.tbxDaysLeft.SelectionLength = 0;
            this.tbxDaysLeft.SelectionStart = 0;
            this.tbxDaysLeft.ShortcutsEnabled = true;
            this.tbxDaysLeft.Size = new System.Drawing.Size(192, 29);
            this.tbxDaysLeft.TabIndex = 22;
            this.tbxDaysLeft.UseSelectable = true;
            this.tbxDaysLeft.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxDaysLeft.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // dtStarter
            // 
            this.dtStarter.Enabled = false;
            this.dtStarter.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtStarter.Location = new System.Drawing.Point(7, 100);
            this.dtStarter.MinimumSize = new System.Drawing.Size(0, 29);
            this.dtStarter.Name = "dtStarter";
            this.dtStarter.Size = new System.Drawing.Size(123, 29);
            this.dtStarter.TabIndex = 1;
            this.dtStarter.Value = new System.DateTime(2020, 11, 14, 19, 16, 11, 942);
            // 
            // metroLabel4
            // 
            this.metroLabel4.AutoSize = true;
            this.metroLabel4.Location = new System.Drawing.Point(136, 77);
            this.metroLabel4.Name = "metroLabel4";
            this.metroLabel4.Size = new System.Drawing.Size(66, 19);
            this.metroLabel4.TabIndex = 9;
            this.metroLabel4.Text = "Bitiş Tarihi";
            // 
            // metroLabel5
            // 
            this.metroLabel5.AutoSize = true;
            this.metroLabel5.Location = new System.Drawing.Point(7, 77);
            this.metroLabel5.Name = "metroLabel5";
            this.metroLabel5.Size = new System.Drawing.Size(97, 19);
            this.metroLabel5.TabIndex = 8;
            this.metroLabel5.Text = "Başlangıç Tarihi";
            // 
            // metroLabel3
            // 
            this.metroLabel3.AutoSize = true;
            this.metroLabel3.Location = new System.Drawing.Point(265, 77);
            this.metroLabel3.Name = "metroLabel3";
            this.metroLabel3.Size = new System.Drawing.Size(37, 19);
            this.metroLabel3.TabIndex = 5;
            this.metroLabel3.Text = "GSM";
            // 
            // tbxGsm
            // 
            this.tbxGsm.Culture = new System.Globalization.CultureInfo("tr-TR");
            this.tbxGsm.Enabled = false;
            this.tbxGsm.Location = new System.Drawing.Point(265, 105);
            this.tbxGsm.Mask = "+99 (999) 000-0000";
            this.tbxGsm.Name = "tbxGsm";
            this.tbxGsm.Size = new System.Drawing.Size(120, 20);
            this.tbxGsm.TabIndex = 4;
            this.tbxGsm.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePrompt;
            // 
            // metroLabel2
            // 
            this.metroLabel2.AutoSize = true;
            this.metroLabel2.Location = new System.Drawing.Point(213, 14);
            this.metroLabel2.Name = "metroLabel2";
            this.metroLabel2.Size = new System.Drawing.Size(45, 19);
            this.metroLabel2.TabIndex = 3;
            this.metroLabel2.Text = "Soyad";
            // 
            // metroLabel1
            // 
            this.metroLabel1.AutoSize = true;
            this.metroLabel1.Location = new System.Drawing.Point(6, 14);
            this.metroLabel1.Name = "metroLabel1";
            this.metroLabel1.Size = new System.Drawing.Size(26, 19);
            this.metroLabel1.TabIndex = 2;
            this.metroLabel1.Text = "Ad";
            // 
            // tbxSurname
            // 
            // 
            // 
            // 
            this.tbxSurname.CustomButton.Image = null;
            this.tbxSurname.CustomButton.Location = new System.Drawing.Point(165, 1);
            this.tbxSurname.CustomButton.Name = "";
            this.tbxSurname.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxSurname.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxSurname.CustomButton.TabIndex = 1;
            this.tbxSurname.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxSurname.CustomButton.UseSelectable = true;
            this.tbxSurname.CustomButton.Visible = false;
            this.tbxSurname.Enabled = false;
            this.tbxSurname.Lines = new string[0];
            this.tbxSurname.Location = new System.Drawing.Point(213, 36);
            this.tbxSurname.MaxLength = 32767;
            this.tbxSurname.Name = "tbxSurname";
            this.tbxSurname.PreplacedwordChar = '\0';
            this.tbxSurname.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxSurname.SelectedText = "";
            this.tbxSurname.SelectionLength = 0;
            this.tbxSurname.SelectionStart = 0;
            this.tbxSurname.ShortcutsEnabled = true;
            this.tbxSurname.Size = new System.Drawing.Size(193, 29);
            this.tbxSurname.TabIndex = 1;
            this.tbxSurname.UseSelectable = true;
            this.tbxSurname.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxSurname.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // tbxName
            // 
            // 
            // 
            // 
            this.tbxName.CustomButton.Image = null;
            this.tbxName.CustomButton.Location = new System.Drawing.Point(161, 1);
            this.tbxName.CustomButton.Name = "";
            this.tbxName.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxName.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxName.CustomButton.TabIndex = 1;
            this.tbxName.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxName.CustomButton.UseSelectable = true;
            this.tbxName.CustomButton.Visible = false;
            this.tbxName.Enabled = false;
            this.tbxName.Lines = new string[0];
            this.tbxName.Location = new System.Drawing.Point(8, 36);
            this.tbxName.MaxLength = 32767;
            this.tbxName.Name = "tbxName";
            this.tbxName.PreplacedwordChar = '\0';
            this.tbxName.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxName.SelectedText = "";
            this.tbxName.SelectionLength = 0;
            this.tbxName.SelectionStart = 0;
            this.tbxName.ShortcutsEnabled = true;
            this.tbxName.Size = new System.Drawing.Size(189, 29);
            this.tbxName.TabIndex = 0;
            this.tbxName.UseSelectable = true;
            this.tbxName.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxName.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.groupBox2.Controls.Add(this.metroLabel7);
            this.groupBox2.Controls.Add(this.rtbxScheduleDesc);
            this.groupBox2.Controls.Add(this.metroLabel15);
            this.groupBox2.Controls.Add(this.metroLabel16);
            this.groupBox2.Controls.Add(this.tbxScheduleName);
            this.groupBox2.Controls.Add(this.tbxScheduleID);
            this.groupBox2.Location = new System.Drawing.Point(419, 0);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(335, 201);
            this.groupBox2.TabIndex = 31;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Program Bilgileri";
            // 
            // metroLabel7
            // 
            this.metroLabel7.AutoSize = true;
            this.metroLabel7.Location = new System.Drawing.Point(6, 80);
            this.metroLabel7.Name = "metroLabel7";
            this.metroLabel7.Size = new System.Drawing.Size(127, 19);
            this.metroLabel7.TabIndex = 16;
            this.metroLabel7.Text = "Program Açıklaması";
            // 
            // rtbxScheduleDesc
            // 
            this.rtbxScheduleDesc.Enabled = false;
            this.rtbxScheduleDesc.Location = new System.Drawing.Point(6, 102);
            this.rtbxScheduleDesc.Name = "rtbxScheduleDesc";
            this.rtbxScheduleDesc.Size = new System.Drawing.Size(318, 85);
            this.rtbxScheduleDesc.TabIndex = 15;
            this.rtbxScheduleDesc.Text = "";
            // 
            // metroLabel15
            // 
            this.metroLabel15.AutoSize = true;
            this.metroLabel15.Location = new System.Drawing.Point(111, 21);
            this.metroLabel15.Name = "metroLabel15";
            this.metroLabel15.Size = new System.Drawing.Size(86, 19);
            this.metroLabel15.TabIndex = 3;
            this.metroLabel15.Text = "Program Adı";
            // 
            // metroLabel16
            // 
            this.metroLabel16.AutoSize = true;
            this.metroLabel16.Location = new System.Drawing.Point(6, 21);
            this.metroLabel16.Name = "metroLabel16";
            this.metroLabel16.Size = new System.Drawing.Size(84, 19);
            this.metroLabel16.TabIndex = 2;
            this.metroLabel16.Text = "Program No";
            // 
            // tbxScheduleName
            // 
            // 
            // 
            // 
            this.tbxScheduleName.CustomButton.Image = null;
            this.tbxScheduleName.CustomButton.Location = new System.Drawing.Point(185, 1);
            this.tbxScheduleName.CustomButton.Name = "";
            this.tbxScheduleName.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxScheduleName.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxScheduleName.CustomButton.TabIndex = 1;
            this.tbxScheduleName.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxScheduleName.CustomButton.UseSelectable = true;
            this.tbxScheduleName.CustomButton.Visible = false;
            this.tbxScheduleName.Enabled = false;
            this.tbxScheduleName.Lines = new string[0];
            this.tbxScheduleName.Location = new System.Drawing.Point(111, 43);
            this.tbxScheduleName.MaxLength = 32767;
            this.tbxScheduleName.Name = "tbxScheduleName";
            this.tbxScheduleName.PreplacedwordChar = '\0';
            this.tbxScheduleName.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxScheduleName.SelectedText = "";
            this.tbxScheduleName.SelectionLength = 0;
            this.tbxScheduleName.SelectionStart = 0;
            this.tbxScheduleName.ShortcutsEnabled = true;
            this.tbxScheduleName.Size = new System.Drawing.Size(213, 29);
            this.tbxScheduleName.TabIndex = 1;
            this.tbxScheduleName.UseSelectable = true;
            this.tbxScheduleName.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxScheduleName.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // tbxScheduleID
            // 
            // 
            // 
            // 
            this.tbxScheduleID.CustomButton.Image = null;
            this.tbxScheduleID.CustomButton.Location = new System.Drawing.Point(71, 1);
            this.tbxScheduleID.CustomButton.Name = "";
            this.tbxScheduleID.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxScheduleID.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxScheduleID.CustomButton.TabIndex = 1;
            this.tbxScheduleID.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxScheduleID.CustomButton.UseSelectable = true;
            this.tbxScheduleID.CustomButton.Visible = false;
            this.tbxScheduleID.Enabled = false;
            this.tbxScheduleID.Lines = new string[0];
            this.tbxScheduleID.Location = new System.Drawing.Point(6, 43);
            this.tbxScheduleID.MaxLength = 32767;
            this.tbxScheduleID.Name = "tbxScheduleID";
            this.tbxScheduleID.PreplacedwordChar = '\0';
            this.tbxScheduleID.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxScheduleID.SelectedText = "";
            this.tbxScheduleID.SelectionLength = 0;
            this.tbxScheduleID.SelectionStart = 0;
            this.tbxScheduleID.ShortcutsEnabled = true;
            this.tbxScheduleID.Size = new System.Drawing.Size(99, 29);
            this.tbxScheduleID.TabIndex = 0;
            this.tbxScheduleID.UseSelectable = true;
            this.tbxScheduleID.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxScheduleID.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // lvlStats
            // 
            this.lvlStats.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lvlStats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.StatisticID,
            this.StatisticDesc,
            this.StatisticDate,
            this.Height,
            this.Kilo,
            this.Shoulder,
            this.Chest,
            this.Arm,
            this.Waist,
            this.Hip,
            this.Calf});
            this.lvlStats.FullRowSelect = true;
            this.lvlStats.GridLines = true;
            this.lvlStats.HideSelection = false;
            this.lvlStats.Location = new System.Drawing.Point(23, 317);
            this.lvlStats.Name = "lvlStats";
            this.lvlStats.Size = new System.Drawing.Size(760, 141);
            this.lvlStats.TabIndex = 31;
            this.lvlStats.UseCompatibleStateImageBehavior = false;
            this.lvlStats.View = System.Windows.Forms.View.Details;
            // 
            // StatisticID
            // 
            this.StatisticID.Text = "#";
            this.StatisticID.Width = 30;
            // 
            // StatisticDesc
            // 
            this.StatisticDesc.Text = "Açıklama";
            this.StatisticDesc.Width = 100;
            // 
            // StatisticDate
            // 
            this.StatisticDate.Text = "Tarih";
            this.StatisticDate.Width = 100;
            // 
            // Height
            // 
            this.Height.Text = "Boy";
            // 
            // Kilo
            // 
            this.Kilo.Text = "Kilo";
            // 
            // Shoulder
            // 
            this.Shoulder.Text = "Omuz";
            // 
            // Chest
            // 
            this.Chest.Text = "Göğüs";
            // 
            // Arm
            // 
            this.Arm.Text = "Kol";
            // 
            // Waist
            // 
            this.Waist.Text = "Bel";
            // 
            // Hip
            // 
            this.Hip.Text = "Kalça";
            // 
            // Calf
            // 
            this.Calf.Text = "Baldır";
            // 
            // metroLabel6
            // 
            this.metroLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.metroLabel6.AutoSize = true;
            this.metroLabel6.FontSize = MetroFramework.MetroLabelSize.Tall;
            this.metroLabel6.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.metroLabel6.Location = new System.Drawing.Point(23, 289);
            this.metroLabel6.Name = "metroLabel6";
            this.metroLabel6.Size = new System.Drawing.Size(96, 25);
            this.metroLabel6.TabIndex = 32;
            this.metroLabel6.Text = "İstatistikler";
            // 
            // frmCustomerDetail
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 472);
            this.Controls.Add(this.metroLabel6);
            this.Controls.Add(this.lvlStats);
            this.Controls.Add(this.metroPanel1);
            this.Name = "frmCustomerDetail";
            this.Text = "Müşteri Detayları";
            this.Load += new System.EventHandler(this.frmCustomerDetail_Load);
            this.metroPanel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : frmSettings.Designer.cs
with MIT License
from ahm3tcelik

private void InitializeComponent()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
            "a",
            "Dokunulmazlık"}, -1);
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
            "b",
            "Yetkilileri Görme"}, -1);
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
            "c",
            "Yetkili Ekleme"}, -1);
            System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
            "d",
            "Yetkilileri Düzenleme"}, -1);
            System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
            "e",
            "Yetlkili Silme"}, -1);
            System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
            "f",
            "Log Kayıtları Görme"}, -1);
            System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] {
            "g",
            "Müşteri Ekleme"}, -1);
            System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem(new string[] {
            "h",
            "Müşteri Düzenleme"}, -1);
            System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new string[] {
            "i",
            "Müşteri Silme"}, -1);
            System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem(new string[] {
            "j",
            "Müşteri Silme"}, -1);
            System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem(new string[] {
            "j",
            "Çalışma Programı Oluşturma"}, -1);
            System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem(new string[] {
            "k",
            "Çalışma Programı Düzenleme"}, -1);
            System.Windows.Forms.ListViewItem listViewItem13 = new System.Windows.Forms.ListViewItem(new string[] {
            "l",
            "Çalışma Programı Silme"}, -1);
            System.Windows.Forms.ListViewItem listViewItem14 = new System.Windows.Forms.ListViewItem(new string[] {
            "x",
            "Sınırsız Erişim"}, -1);
            this.metroLink1 = new MetroFramework.Controls.MetroLink();
            this.tbxHome = new MetroFramework.Controls.MetroLink();
            this.metroPanel1 = new MetroFramework.Controls.MetroPanel();
            this.lvAcessFlags = new System.Windows.Forms.ListView();
            this.Flag = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Function = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.btnDel = new MetroFramework.Controls.MetroButton();
            this.btnEdit = new MetroFramework.Controls.MetroButton();
            this.metroLabel5 = new MetroFramework.Controls.MetroLabel();
            this.btnAdd = new MetroFramework.Controls.MetroButton();
            this.lvlAuthorities = new System.Windows.Forms.ListView();
            this.UserID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.UserName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.UserMail = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.AcessFlags = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.btnSave = new MetroFramework.Controls.MetroButton();
            this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
            this.tbxPreplacedword2 = new MetroFramework.Controls.MetroTextBox();
            this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
            this.tbxPreplacedword = new MetroFramework.Controls.MetroTextBox();
            this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
            this.tbxMail = new MetroFramework.Controls.MetroTextBox();
            this.tbxUsername = new MetroFramework.Controls.MetroTextBox();
            this.metroPanel2 = new MetroFramework.Controls.MetroPanel();
            this.metroLabel6 = new MetroFramework.Controls.MetroLabel();
            this.metroPanel1.SuspendLayout();
            this.metroPanel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // metroLink1
            // 
            this.metroLink1.FontSize = MetroFramework.MetroLinkSize.Medium;
            this.metroLink1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.metroLink1.Location = new System.Drawing.Point(117, 21);
            this.metroLink1.Name = "metroLink1";
            this.metroLink1.Size = new System.Drawing.Size(112, 24);
            this.metroLink1.TabIndex = 5;
            this.metroLink1.Text = "/ Ayarlar";
            this.metroLink1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.metroLink1.UseCustomForeColor = true;
            this.metroLink1.UseSelectable = true;
            // 
            // tbxHome
            // 
            this.tbxHome.BackColor = System.Drawing.Color.White;
            this.tbxHome.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tbxHome.FontSize = MetroFramework.MetroLinkSize.Tall;
            this.tbxHome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.tbxHome.Location = new System.Drawing.Point(23, 19);
            this.tbxHome.Name = "tbxHome";
            this.tbxHome.Size = new System.Drawing.Size(98, 24);
            this.tbxHome.TabIndex = 4;
            this.tbxHome.Text = "Ana Sayfa";
            this.tbxHome.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.tbxHome.UseCustomForeColor = true;
            this.tbxHome.UseSelectable = true;
            this.tbxHome.Click += new System.EventHandler(this.tbxHome_Click);
            // 
            // metroPanel1
            // 
            this.metroPanel1.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.metroPanel1.Controls.Add(this.lvAcessFlags);
            this.metroPanel1.Controls.Add(this.btnDel);
            this.metroPanel1.Controls.Add(this.btnEdit);
            this.metroPanel1.Controls.Add(this.metroLabel5);
            this.metroPanel1.Controls.Add(this.btnAdd);
            this.metroPanel1.Controls.Add(this.lvlAuthorities);
            this.metroPanel1.HorizontalScrollbarBarColor = true;
            this.metroPanel1.HorizontalScrollbarHighlightOnWheel = false;
            this.metroPanel1.HorizontalScrollbarSize = 10;
            this.metroPanel1.Location = new System.Drawing.Point(225, 60);
            this.metroPanel1.Name = "metroPanel1";
            this.metroPanel1.Size = new System.Drawing.Size(555, 370);
            this.metroPanel1.TabIndex = 33;
            this.metroPanel1.VerticalScrollbarBarColor = true;
            this.metroPanel1.VerticalScrollbarHighlightOnWheel = false;
            this.metroPanel1.VerticalScrollbarSize = 10;
            // 
            // lvAcessFlags
            // 
            this.lvAcessFlags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lvAcessFlags.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.Flag,
            this.Function});
            this.lvAcessFlags.FullRowSelect = true;
            this.lvAcessFlags.GridLines = true;
            this.lvAcessFlags.HideSelection = false;
            this.lvAcessFlags.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3,
            listViewItem4,
            listViewItem5,
            listViewItem6,
            listViewItem7,
            listViewItem8,
            listViewItem9,
            listViewItem10,
            listViewItem11,
            listViewItem12,
            listViewItem13,
            listViewItem14});
            this.lvAcessFlags.Location = new System.Drawing.Point(13, 193);
            this.lvAcessFlags.MultiSelect = false;
            this.lvAcessFlags.Name = "lvAcessFlags";
            this.lvAcessFlags.Size = new System.Drawing.Size(504, 147);
            this.lvAcessFlags.TabIndex = 40;
            this.lvAcessFlags.UseCompatibleStateImageBehavior = false;
            this.lvAcessFlags.View = System.Windows.Forms.View.Details;
            // 
            // Flag
            // 
            this.Flag.Text = "Yetki Harfi";
            this.Flag.Width = 107;
            // 
            // Function
            // 
            this.Function.Text = "İşlev";
            this.Function.Width = 320;
            // 
            // btnDel
            // 
            this.btnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDel.Location = new System.Drawing.Point(115, 5);
            this.btnDel.Name = "btnDel";
            this.btnDel.Size = new System.Drawing.Size(130, 23);
            this.btnDel.TabIndex = 39;
            this.btnDel.Text = "Yetkili Sil";
            this.btnDel.UseSelectable = true;
            this.btnDel.Visible = false;
            this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
            // 
            // btnEdit
            // 
            this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEdit.Location = new System.Drawing.Point(251, 5);
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.Size = new System.Drawing.Size(130, 23);
            this.btnEdit.TabIndex = 38;
            this.btnEdit.Text = "Yetkili Düzenle";
            this.btnEdit.UseSelectable = true;
            this.btnEdit.Visible = false;
            this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
            // 
            // metroLabel5
            // 
            this.metroLabel5.AutoSize = true;
            this.metroLabel5.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.metroLabel5.Location = new System.Drawing.Point(13, 9);
            this.metroLabel5.Name = "metroLabel5";
            this.metroLabel5.Size = new System.Drawing.Size(90, 19);
            this.metroLabel5.TabIndex = 35;
            this.metroLabel5.Text = "Tüm Yetkililer";
            // 
            // btnAdd
            // 
            this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAdd.Location = new System.Drawing.Point(387, 5);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(130, 23);
            this.btnAdd.TabIndex = 37;
            this.btnAdd.Text = "Yetkili Ekle";
            this.btnAdd.UseSelectable = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // lvlAuthorities
            // 
            this.lvlAuthorities.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.lvlAuthorities.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.UserID,
            this.UserName,
            this.UserMail,
            this.AcessFlags});
            this.lvlAuthorities.FullRowSelect = true;
            this.lvlAuthorities.GridLines = true;
            this.lvlAuthorities.HideSelection = false;
            this.lvlAuthorities.Location = new System.Drawing.Point(13, 34);
            this.lvlAuthorities.MultiSelect = false;
            this.lvlAuthorities.Name = "lvlAuthorities";
            this.lvlAuthorities.Size = new System.Drawing.Size(504, 153);
            this.lvlAuthorities.TabIndex = 36;
            this.lvlAuthorities.UseCompatibleStateImageBehavior = false;
            this.lvlAuthorities.View = System.Windows.Forms.View.Details;
            this.lvlAuthorities.SelectedIndexChanged += new System.EventHandler(this.lvlAuthorities_SelectedIndexChanged);
            // 
            // UserID
            // 
            this.UserID.Text = "#";
            this.UserID.Width = 30;
            // 
            // UserName
            // 
            this.UserName.Text = "Kullanıcı Adı";
            this.UserName.Width = 120;
            // 
            // UserMail
            // 
            this.UserMail.Text = "E-Posta";
            this.UserMail.Width = 130;
            // 
            // AcessFlags
            // 
            this.AcessFlags.Text = "İzinler";
            this.AcessFlags.Width = 100;
            // 
            // btnSave
            // 
            this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.btnSave.DisplayFocus = true;
            this.btnSave.Location = new System.Drawing.Point(6, 300);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(189, 36);
            this.btnSave.Style = MetroFramework.MetroColorStyle.White;
            this.btnSave.TabIndex = 42;
            this.btnSave.Text = "Kaydet";
            this.btnSave.UseCustomBackColor = true;
            this.btnSave.UseSelectable = true;
            this.btnSave.UseStyleColors = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // metroLabel4
            // 
            this.metroLabel4.AutoSize = true;
            this.metroLabel4.Location = new System.Drawing.Point(6, 232);
            this.metroLabel4.Name = "metroLabel4";
            this.metroLabel4.Size = new System.Drawing.Size(152, 19);
            this.metroLabel4.TabIndex = 41;
            this.metroLabel4.Text = "Yeni Parola (İsteğe Bağlı)";
            // 
            // tbxPreplacedword2
            // 
            // 
            // 
            // 
            this.tbxPreplacedword2.CustomButton.Image = null;
            this.tbxPreplacedword2.CustomButton.Location = new System.Drawing.Point(161, 1);
            this.tbxPreplacedword2.CustomButton.Name = "";
            this.tbxPreplacedword2.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxPreplacedword2.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxPreplacedword2.CustomButton.TabIndex = 1;
            this.tbxPreplacedword2.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxPreplacedword2.CustomButton.UseSelectable = true;
            this.tbxPreplacedword2.CustomButton.Visible = false;
            this.tbxPreplacedword2.Lines = new string[0];
            this.tbxPreplacedword2.Location = new System.Drawing.Point(6, 254);
            this.tbxPreplacedword2.MaxLength = 32767;
            this.tbxPreplacedword2.Name = "tbxPreplacedword2";
            this.tbxPreplacedword2.PreplacedwordChar = '•';
            this.tbxPreplacedword2.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxPreplacedword2.SelectedText = "";
            this.tbxPreplacedword2.SelectionLength = 0;
            this.tbxPreplacedword2.SelectionStart = 0;
            this.tbxPreplacedword2.ShortcutsEnabled = true;
            this.tbxPreplacedword2.Size = new System.Drawing.Size(189, 29);
            this.tbxPreplacedword2.TabIndex = 40;
            this.tbxPreplacedword2.UseSelectable = true;
            this.tbxPreplacedword2.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxPreplacedword2.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // metroLabel3
            // 
            this.metroLabel3.AutoSize = true;
            this.metroLabel3.Location = new System.Drawing.Point(6, 172);
            this.metroLabel3.Name = "metroLabel3";
            this.metroLabel3.Size = new System.Drawing.Size(52, 19);
            this.metroLabel3.TabIndex = 39;
            this.metroLabel3.Text = "Parola*";
            // 
            // tbxPreplacedword
            // 
            // 
            // 
            // 
            this.tbxPreplacedword.CustomButton.Image = null;
            this.tbxPreplacedword.CustomButton.Location = new System.Drawing.Point(161, 1);
            this.tbxPreplacedword.CustomButton.Name = "";
            this.tbxPreplacedword.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxPreplacedword.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxPreplacedword.CustomButton.TabIndex = 1;
            this.tbxPreplacedword.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxPreplacedword.CustomButton.UseSelectable = true;
            this.tbxPreplacedword.CustomButton.Visible = false;
            this.tbxPreplacedword.Lines = new string[0];
            this.tbxPreplacedword.Location = new System.Drawing.Point(6, 194);
            this.tbxPreplacedword.MaxLength = 32767;
            this.tbxPreplacedword.Name = "tbxPreplacedword";
            this.tbxPreplacedword.PreplacedwordChar = '•';
            this.tbxPreplacedword.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxPreplacedword.SelectedText = "";
            this.tbxPreplacedword.SelectionLength = 0;
            this.tbxPreplacedword.SelectionStart = 0;
            this.tbxPreplacedword.ShortcutsEnabled = true;
            this.tbxPreplacedword.Size = new System.Drawing.Size(189, 29);
            this.tbxPreplacedword.TabIndex = 38;
            this.tbxPreplacedword.UseSelectable = true;
            this.tbxPreplacedword.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxPreplacedword.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // metroLabel2
            // 
            this.metroLabel2.AutoSize = true;
            this.metroLabel2.Location = new System.Drawing.Point(6, 106);
            this.metroLabel2.Name = "metroLabel2";
            this.metroLabel2.Size = new System.Drawing.Size(59, 19);
            this.metroLabel2.TabIndex = 37;
            this.metroLabel2.Text = "E-Posta*";
            // 
            // metroLabel1
            // 
            this.metroLabel1.AutoSize = true;
            this.metroLabel1.Location = new System.Drawing.Point(4, 44);
            this.metroLabel1.Name = "metroLabel1";
            this.metroLabel1.Size = new System.Drawing.Size(85, 19);
            this.metroLabel1.TabIndex = 36;
            this.metroLabel1.Text = "Kullanıcı Adı*";
            // 
            // tbxMail
            // 
            // 
            // 
            // 
            this.tbxMail.CustomButton.Image = null;
            this.tbxMail.CustomButton.Location = new System.Drawing.Point(161, 1);
            this.tbxMail.CustomButton.Name = "";
            this.tbxMail.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxMail.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxMail.CustomButton.TabIndex = 1;
            this.tbxMail.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxMail.CustomButton.UseSelectable = true;
            this.tbxMail.CustomButton.Visible = false;
            this.tbxMail.Lines = new string[0];
            this.tbxMail.Location = new System.Drawing.Point(6, 128);
            this.tbxMail.MaxLength = 32767;
            this.tbxMail.Name = "tbxMail";
            this.tbxMail.PreplacedwordChar = '\0';
            this.tbxMail.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxMail.SelectedText = "";
            this.tbxMail.SelectionLength = 0;
            this.tbxMail.SelectionStart = 0;
            this.tbxMail.ShortcutsEnabled = true;
            this.tbxMail.Size = new System.Drawing.Size(189, 29);
            this.tbxMail.TabIndex = 35;
            this.tbxMail.UseSelectable = true;
            this.tbxMail.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxMail.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // tbxUsername
            // 
            // 
            // 
            // 
            this.tbxUsername.CustomButton.Image = null;
            this.tbxUsername.CustomButton.Location = new System.Drawing.Point(161, 1);
            this.tbxUsername.CustomButton.Name = "";
            this.tbxUsername.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxUsername.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxUsername.CustomButton.TabIndex = 1;
            this.tbxUsername.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxUsername.CustomButton.UseSelectable = true;
            this.tbxUsername.CustomButton.Visible = false;
            this.tbxUsername.Lines = new string[0];
            this.tbxUsername.Location = new System.Drawing.Point(6, 66);
            this.tbxUsername.MaxLength = 32767;
            this.tbxUsername.Name = "tbxUsername";
            this.tbxUsername.PreplacedwordChar = '\0';
            this.tbxUsername.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxUsername.SelectedText = "";
            this.tbxUsername.SelectionLength = 0;
            this.tbxUsername.SelectionStart = 0;
            this.tbxUsername.ShortcutsEnabled = true;
            this.tbxUsername.Size = new System.Drawing.Size(189, 29);
            this.tbxUsername.TabIndex = 34;
            this.tbxUsername.UseSelectable = true;
            this.tbxUsername.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxUsername.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // metroPanel2
            // 
            this.metroPanel2.Controls.Add(this.metroLabel6);
            this.metroPanel2.Controls.Add(this.btnSave);
            this.metroPanel2.Controls.Add(this.tbxPreplacedword2);
            this.metroPanel2.Controls.Add(this.metroLabel4);
            this.metroPanel2.Controls.Add(this.metroLabel1);
            this.metroPanel2.Controls.Add(this.metroLabel3);
            this.metroPanel2.Controls.Add(this.tbxUsername);
            this.metroPanel2.Controls.Add(this.tbxPreplacedword);
            this.metroPanel2.Controls.Add(this.tbxMail);
            this.metroPanel2.Controls.Add(this.metroLabel2);
            this.metroPanel2.HorizontalScrollbarBarColor = true;
            this.metroPanel2.HorizontalScrollbarHighlightOnWheel = false;
            this.metroPanel2.HorizontalScrollbarSize = 10;
            this.metroPanel2.Location = new System.Drawing.Point(19, 60);
            this.metroPanel2.Name = "metroPanel2";
            this.metroPanel2.Size = new System.Drawing.Size(200, 343);
            this.metroPanel2.TabIndex = 43;
            this.metroPanel2.VerticalScrollbarBarColor = true;
            this.metroPanel2.VerticalScrollbarHighlightOnWheel = false;
            this.metroPanel2.VerticalScrollbarSize = 10;
            // 
            // metroLabel6
            // 
            this.metroLabel6.AutoSize = true;
            this.metroLabel6.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.metroLabel6.Location = new System.Drawing.Point(6, 9);
            this.metroLabel6.Name = "metroLabel6";
            this.metroLabel6.Size = new System.Drawing.Size(124, 19);
            this.metroLabel6.TabIndex = 41;
            this.metroLabel6.Text = "Aktif Yetkili Bİlgileri";
            // 
            // frmSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.metroPanel2);
            this.Controls.Add(this.metroPanel1);
            this.Controls.Add(this.metroLink1);
            this.Controls.Add(this.tbxHome);
            this.DisplayHeader = false;
            this.Name = "frmSettings";
            this.Padding = new System.Windows.Forms.Padding(20, 30, 20, 20);
            this.Load += new System.EventHandler(this.frmSettings_Load);
            this.metroPanel1.ResumeLayout(false);
            this.metroPanel1.PerformLayout();
            this.metroPanel2.ResumeLayout(false);
            this.metroPanel2.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : frmEditCustomer.Designer.cs
with MIT License
from ahm3tcelik

private void InitializeComponent()
        {
            this.lvlStats = new System.Windows.Forms.ListView();
            this.StatisticID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.StatisticDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.StatisticDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Height = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Kilo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Shoulder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Chest = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Arm = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Waist = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Hip = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Calf = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cbxSchedules = new MetroFramework.Controls.MetroComboBox();
            this.metroLabel6 = new MetroFramework.Controls.MetroLabel();
            this.tbxDuration = new MetroFramework.Controls.MetroTextBox();
            this.metroLabel9 = new MetroFramework.Controls.MetroLabel();
            this.dtStarter = new MetroFramework.Controls.MetroDateTime();
            this.metroLabel5 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
            this.tbxGsm = new System.Windows.Forms.MaskedTextBox();
            this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
            this.tbxSurname = new MetroFramework.Controls.MetroTextBox();
            this.tbxName = new MetroFramework.Controls.MetroTextBox();
            this.btnAdd = new MetroFramework.Controls.MetroButton();
            this.btnEdit = new MetroFramework.Controls.MetroButton();
            this.btnDelete = new MetroFramework.Controls.MetroButton();
            this.metroPanel1 = new MetroFramework.Controls.MetroPanel();
            this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
            this.metroPanel2 = new MetroFramework.Controls.MetroPanel();
            this.btnClose = new MetroFramework.Controls.MetroButton();
            this.btnSave = new MetroFramework.Controls.MetroButton();
            this.groupBox1.SuspendLayout();
            this.metroPanel1.SuspendLayout();
            this.metroPanel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // lvlStats
            // 
            this.lvlStats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.lvlStats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.StatisticID,
            this.StatisticDesc,
            this.StatisticDate,
            this.Height,
            this.Kilo,
            this.Shoulder,
            this.Chest,
            this.Arm,
            this.Waist,
            this.Hip,
            this.Calf});
            this.lvlStats.FullRowSelect = true;
            this.lvlStats.GridLines = true;
            this.lvlStats.HideSelection = false;
            this.lvlStats.Location = new System.Drawing.Point(0, 47);
            this.lvlStats.MultiSelect = false;
            this.lvlStats.Name = "lvlStats";
            this.lvlStats.Size = new System.Drawing.Size(757, 93);
            this.lvlStats.TabIndex = 32;
            this.lvlStats.UseCompatibleStateImageBehavior = false;
            this.lvlStats.View = System.Windows.Forms.View.Details;
            this.lvlStats.SelectedIndexChanged += new System.EventHandler(this.lvlStats_SelectedIndexChanged);
            // 
            // StatisticID
            // 
            this.StatisticID.Text = "#";
            this.StatisticID.Width = 30;
            // 
            // StatisticDesc
            // 
            this.StatisticDesc.Text = "Açıklama";
            this.StatisticDesc.Width = 100;
            // 
            // StatisticDate
            // 
            this.StatisticDate.Text = "Tarih";
            this.StatisticDate.Width = 100;
            // 
            // Height
            // 
            this.Height.Text = "Boy";
            // 
            // Kilo
            // 
            this.Kilo.Text = "Kilo";
            // 
            // Shoulder
            // 
            this.Shoulder.Text = "Omuz";
            // 
            // Chest
            // 
            this.Chest.Text = "Göğüs";
            // 
            // Arm
            // 
            this.Arm.Text = "Kol";
            // 
            // Waist
            // 
            this.Waist.Text = "Bel";
            // 
            // Hip
            // 
            this.Hip.Text = "Kalça";
            // 
            // Calf
            // 
            this.Calf.Text = "Baldır";
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.cbxSchedules);
            this.groupBox1.Controls.Add(this.metroLabel6);
            this.groupBox1.Controls.Add(this.tbxDuration);
            this.groupBox1.Controls.Add(this.metroLabel9);
            this.groupBox1.Controls.Add(this.dtStarter);
            this.groupBox1.Controls.Add(this.metroLabel5);
            this.groupBox1.Controls.Add(this.metroLabel3);
            this.groupBox1.Controls.Add(this.tbxGsm);
            this.groupBox1.Controls.Add(this.metroLabel2);
            this.groupBox1.Controls.Add(this.metroLabel1);
            this.groupBox1.Controls.Add(this.tbxSurname);
            this.groupBox1.Controls.Add(this.tbxName);
            this.groupBox1.Location = new System.Drawing.Point(20, 60);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(10);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(760, 151);
            this.groupBox1.TabIndex = 33;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Müşteri Bilgileri";
            // 
            // cbxSchedules
            // 
            this.cbxSchedules.FormattingEnabled = true;
            this.cbxSchedules.ItemHeight = 23;
            this.cbxSchedules.Location = new System.Drawing.Point(295, 100);
            this.cbxSchedules.Name = "cbxSchedules";
            this.cbxSchedules.Size = new System.Drawing.Size(317, 29);
            this.cbxSchedules.TabIndex = 30;
            this.cbxSchedules.UseSelectable = true;
            // 
            // metroLabel6
            // 
            this.metroLabel6.AutoSize = true;
            this.metroLabel6.Location = new System.Drawing.Point(295, 78);
            this.metroLabel6.Name = "metroLabel6";
            this.metroLabel6.Size = new System.Drawing.Size(115, 19);
            this.metroLabel6.TabIndex = 29;
            this.metroLabel6.Text = "Çalışma Programı";
            // 
            // tbxDuration
            // 
            // 
            // 
            // 
            this.tbxDuration.CustomButton.Image = null;
            this.tbxDuration.CustomButton.Location = new System.Drawing.Point(95, 1);
            this.tbxDuration.CustomButton.Name = "";
            this.tbxDuration.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxDuration.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxDuration.CustomButton.TabIndex = 1;
            this.tbxDuration.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxDuration.CustomButton.UseSelectable = true;
            this.tbxDuration.CustomButton.Visible = false;
            this.tbxDuration.Lines = new string[0];
            this.tbxDuration.Location = new System.Drawing.Point(146, 100);
            this.tbxDuration.MaxLength = 32767;
            this.tbxDuration.Name = "tbxDuration";
            this.tbxDuration.PreplacedwordChar = '\0';
            this.tbxDuration.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxDuration.SelectedText = "";
            this.tbxDuration.SelectionLength = 0;
            this.tbxDuration.SelectionStart = 0;
            this.tbxDuration.ShortcutsEnabled = true;
            this.tbxDuration.Size = new System.Drawing.Size(123, 29);
            this.tbxDuration.TabIndex = 28;
            this.tbxDuration.UseSelectable = true;
            this.tbxDuration.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxDuration.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // metroLabel9
            // 
            this.metroLabel9.AutoSize = true;
            this.metroLabel9.Location = new System.Drawing.Point(146, 77);
            this.metroLabel9.Name = "metroLabel9";
            this.metroLabel9.Size = new System.Drawing.Size(109, 19);
            this.metroLabel9.TabIndex = 23;
            this.metroLabel9.Text = "Kayıt Süresi (Gün)";
            // 
            // dtStarter
            // 
            this.dtStarter.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtStarter.Location = new System.Drawing.Point(7, 100);
            this.dtStarter.MinimumSize = new System.Drawing.Size(0, 29);
            this.dtStarter.Name = "dtStarter";
            this.dtStarter.Size = new System.Drawing.Size(123, 29);
            this.dtStarter.TabIndex = 1;
            this.dtStarter.Value = new System.DateTime(2020, 11, 19, 23, 8, 5, 588);
            // 
            // metroLabel5
            // 
            this.metroLabel5.AutoSize = true;
            this.metroLabel5.Location = new System.Drawing.Point(7, 77);
            this.metroLabel5.Name = "metroLabel5";
            this.metroLabel5.Size = new System.Drawing.Size(97, 19);
            this.metroLabel5.TabIndex = 8;
            this.metroLabel5.Text = "Başlangıç Tarihi";
            // 
            // metroLabel3
            // 
            this.metroLabel3.AutoSize = true;
            this.metroLabel3.Location = new System.Drawing.Point(425, 9);
            this.metroLabel3.Name = "metroLabel3";
            this.metroLabel3.Size = new System.Drawing.Size(37, 19);
            this.metroLabel3.TabIndex = 5;
            this.metroLabel3.Text = "GSM";
            // 
            // tbxGsm
            // 
            this.tbxGsm.Culture = new System.Globalization.CultureInfo("tr-TR");
            this.tbxGsm.Location = new System.Drawing.Point(425, 39);
            this.tbxGsm.Mask = "+99 (999) 000-0000";
            this.tbxGsm.Name = "tbxGsm";
            this.tbxGsm.Size = new System.Drawing.Size(120, 20);
            this.tbxGsm.TabIndex = 4;
            this.tbxGsm.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePrompt;
            // 
            // metroLabel2
            // 
            this.metroLabel2.AutoSize = true;
            this.metroLabel2.Location = new System.Drawing.Point(213, 14);
            this.metroLabel2.Name = "metroLabel2";
            this.metroLabel2.Size = new System.Drawing.Size(45, 19);
            this.metroLabel2.TabIndex = 3;
            this.metroLabel2.Text = "Soyad";
            // 
            // metroLabel1
            // 
            this.metroLabel1.AutoSize = true;
            this.metroLabel1.Location = new System.Drawing.Point(6, 14);
            this.metroLabel1.Name = "metroLabel1";
            this.metroLabel1.Size = new System.Drawing.Size(26, 19);
            this.metroLabel1.TabIndex = 2;
            this.metroLabel1.Text = "Ad";
            // 
            // tbxSurname
            // 
            // 
            // 
            // 
            this.tbxSurname.CustomButton.Image = null;
            this.tbxSurname.CustomButton.Location = new System.Drawing.Point(165, 1);
            this.tbxSurname.CustomButton.Name = "";
            this.tbxSurname.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxSurname.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxSurname.CustomButton.TabIndex = 1;
            this.tbxSurname.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxSurname.CustomButton.UseSelectable = true;
            this.tbxSurname.CustomButton.Visible = false;
            this.tbxSurname.Lines = new string[0];
            this.tbxSurname.Location = new System.Drawing.Point(213, 36);
            this.tbxSurname.MaxLength = 32767;
            this.tbxSurname.Name = "tbxSurname";
            this.tbxSurname.PreplacedwordChar = '\0';
            this.tbxSurname.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxSurname.SelectedText = "";
            this.tbxSurname.SelectionLength = 0;
            this.tbxSurname.SelectionStart = 0;
            this.tbxSurname.ShortcutsEnabled = true;
            this.tbxSurname.Size = new System.Drawing.Size(193, 29);
            this.tbxSurname.TabIndex = 1;
            this.tbxSurname.UseSelectable = true;
            this.tbxSurname.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxSurname.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // tbxName
            // 
            // 
            // 
            // 
            this.tbxName.CustomButton.Image = null;
            this.tbxName.CustomButton.Location = new System.Drawing.Point(161, 1);
            this.tbxName.CustomButton.Name = "";
            this.tbxName.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxName.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxName.CustomButton.TabIndex = 1;
            this.tbxName.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxName.CustomButton.UseSelectable = true;
            this.tbxName.CustomButton.Visible = false;
            this.tbxName.Lines = new string[0];
            this.tbxName.Location = new System.Drawing.Point(8, 36);
            this.tbxName.MaxLength = 32767;
            this.tbxName.Name = "tbxName";
            this.tbxName.PreplacedwordChar = '\0';
            this.tbxName.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxName.SelectedText = "";
            this.tbxName.SelectionLength = 0;
            this.tbxName.SelectionStart = 0;
            this.tbxName.ShortcutsEnabled = true;
            this.tbxName.Size = new System.Drawing.Size(189, 29);
            this.tbxName.TabIndex = 0;
            this.tbxName.UseSelectable = true;
            this.tbxName.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxName.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // btnAdd
            // 
            this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAdd.Location = new System.Drawing.Point(627, 18);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(130, 23);
            this.btnAdd.TabIndex = 34;
            this.btnAdd.Text = "İstatistik Ekle";
            this.btnAdd.UseSelectable = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnEdit
            // 
            this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEdit.Location = new System.Drawing.Point(491, 18);
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.Size = new System.Drawing.Size(130, 23);
            this.btnEdit.TabIndex = 35;
            this.btnEdit.Text = "İstatistik Düzenle";
            this.btnEdit.UseSelectable = true;
            this.btnEdit.Visible = false;
            this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
            // 
            // btnDelete
            // 
            this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDelete.Location = new System.Drawing.Point(355, 18);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(130, 23);
            this.btnDelete.TabIndex = 36;
            this.btnDelete.Text = "İstatistik Sil";
            this.btnDelete.UseSelectable = true;
            this.btnDelete.Visible = false;
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // metroPanel1
            // 
            this.metroPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.metroPanel1.Controls.Add(this.metroLabel4);
            this.metroPanel1.Controls.Add(this.btnDelete);
            this.metroPanel1.Controls.Add(this.btnAdd);
            this.metroPanel1.Controls.Add(this.btnEdit);
            this.metroPanel1.Controls.Add(this.lvlStats);
            this.metroPanel1.HorizontalScrollbarBarColor = true;
            this.metroPanel1.HorizontalScrollbarHighlightOnWheel = false;
            this.metroPanel1.HorizontalScrollbarSize = 10;
            this.metroPanel1.Location = new System.Drawing.Point(20, 211);
            this.metroPanel1.Name = "metroPanel1";
            this.metroPanel1.Size = new System.Drawing.Size(760, 219);
            this.metroPanel1.TabIndex = 37;
            this.metroPanel1.VerticalScrollbarBarColor = true;
            this.metroPanel1.VerticalScrollbarHighlightOnWheel = false;
            this.metroPanel1.VerticalScrollbarSize = 10;
            this.metroPanel1.Leave += new System.EventHandler(this.metroPanel1_Leave);
            // 
            // metroLabel4
            // 
            this.metroLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.metroLabel4.AutoSize = true;
            this.metroLabel4.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.metroLabel4.Location = new System.Drawing.Point(0, 22);
            this.metroLabel4.Name = "metroLabel4";
            this.metroLabel4.Size = new System.Drawing.Size(75, 19);
            this.metroLabel4.TabIndex = 31;
            this.metroLabel4.Text = "İstatistikler";
            // 
            // metroPanel2
            // 
            this.metroPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.metroPanel2.Controls.Add(this.btnClose);
            this.metroPanel2.Controls.Add(this.btnSave);
            this.metroPanel2.HorizontalScrollbarBarColor = true;
            this.metroPanel2.HorizontalScrollbarHighlightOnWheel = false;
            this.metroPanel2.HorizontalScrollbarSize = 10;
            this.metroPanel2.Location = new System.Drawing.Point(20, 357);
            this.metroPanel2.Name = "metroPanel2";
            this.metroPanel2.Size = new System.Drawing.Size(760, 73);
            this.metroPanel2.TabIndex = 38;
            this.metroPanel2.VerticalScrollbarBarColor = true;
            this.metroPanel2.VerticalScrollbarHighlightOnWheel = false;
            this.metroPanel2.VerticalScrollbarSize = 10;
            // 
            // btnClose
            // 
            this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.btnClose.ForeColor = System.Drawing.Color.White;
            this.btnClose.Location = new System.Drawing.Point(601, 21);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(156, 36);
            this.btnClose.TabIndex = 16;
            this.btnClose.Text = "Kapat";
            this.btnClose.UseSelectable = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnSave
            // 
            this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.btnSave.ForeColor = System.Drawing.Color.White;
            this.btnSave.Location = new System.Drawing.Point(439, 21);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(156, 36);
            this.btnSave.TabIndex = 15;
            this.btnSave.Text = "Kaydet";
            this.btnSave.UseCustomBackColor = true;
            this.btnSave.UseCustomForeColor = true;
            this.btnSave.UseSelectable = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // frmEditCustomer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.metroPanel2);
            this.Controls.Add(this.metroPanel1);
            this.Controls.Add(this.groupBox1);
            this.Name = "frmEditCustomer";
            this.Text = "Müşteri Düzenle";
            this.Load += new System.EventHandler(this.frmEditCustomer_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.metroPanel1.ResumeLayout(false);
            this.metroPanel1.PerformLayout();
            this.metroPanel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : AudioView.Designer.cs
with GNU General Public License v3.0
from ahmed605

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AudioView));
            this.listAudioBlocks = new System.Windows.Forms.ListView();
            this.lvcName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.lvcPlayTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.lvcSampleRate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.splitContainer = new System.Windows.Forms.SplitContainer();
            this.panelAudioBlock = new System.Windows.Forms.Panel();
            this.chkPlayLooped = new System.Windows.Forms.CheckBox();
            this.chkAutoPlay = new System.Windows.Forms.CheckBox();
            this.btnStop = new System.Windows.Forms.Button();
            this.btnPlay = new System.Windows.Forms.Button();
            this.tsContainer = new System.Windows.Forms.ToolStripContainer();
            this.tsToolbar = new System.Windows.Forms.ToolStrip();
            this.tsbExportWave = new System.Windows.Forms.ToolStripButton();
            this.tsbExportMultiChannel = new System.Windows.Forms.ToolStripButton();
            this.splitContainer.Panel1.SuspendLayout();
            this.splitContainer.Panel2.SuspendLayout();
            this.splitContainer.SuspendLayout();
            this.panelAudioBlock.SuspendLayout();
            this.tsContainer.ContentPanel.SuspendLayout();
            this.tsContainer.TopToolStripPanel.SuspendLayout();
            this.tsContainer.SuspendLayout();
            this.tsToolbar.SuspendLayout();
            this.SuspendLayout();
            // 
            // listAudioBlocks
            // 
            this.listAudioBlocks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.lvcName,
            this.lvcPlayTime,
            this.lvcSampleRate});
            this.listAudioBlocks.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listAudioBlocks.FullRowSelect = true;
            this.listAudioBlocks.HideSelection = false;
            this.listAudioBlocks.Location = new System.Drawing.Point(0, 0);
            this.listAudioBlocks.Name = "listAudioBlocks";
            this.listAudioBlocks.Size = new System.Drawing.Size(619, 372);
            this.listAudioBlocks.TabIndex = 0;
            this.listAudioBlocks.UseCompatibleStateImageBehavior = false;
            this.listAudioBlocks.View = System.Windows.Forms.View.Details;
            this.listAudioBlocks.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listAudioBlocks_ColumnClick);
            // 
            // lvcName
            // 
            this.lvcName.Text = "Name";
            this.lvcName.Width = 280;
            // 
            // lvcPlayTime
            // 
            this.lvcPlayTime.Text = "Play Time";
            this.lvcPlayTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.lvcPlayTime.Width = 100;
            // 
            // lvcSampleRate
            // 
            this.lvcSampleRate.Text = "Sample Rate";
            this.lvcSampleRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.lvcSampleRate.Width = 100;
            // 
            // splitContainer
            // 
            this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer.IsSplitterFixed = true;
            this.splitContainer.Location = new System.Drawing.Point(0, 0);
            this.splitContainer.Name = "splitContainer";
            this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer.Panel1
            // 
            this.splitContainer.Panel1.Controls.Add(this.listAudioBlocks);
            // 
            // splitContainer.Panel2
            // 
            this.splitContainer.Panel2.Controls.Add(this.panelAudioBlock);
            this.splitContainer.Size = new System.Drawing.Size(619, 436);
            this.splitContainer.SplitterDistance = 372;
            this.splitContainer.TabIndex = 1;
            // 
            // panelAudioBlock
            // 
            this.panelAudioBlock.Controls.Add(this.chkPlayLooped);
            this.panelAudioBlock.Controls.Add(this.chkAutoPlay);
            this.panelAudioBlock.Controls.Add(this.btnStop);
            this.panelAudioBlock.Controls.Add(this.btnPlay);
            this.panelAudioBlock.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelAudioBlock.Location = new System.Drawing.Point(0, 0);
            this.panelAudioBlock.Name = "panelAudioBlock";
            this.panelAudioBlock.Size = new System.Drawing.Size(619, 60);
            this.panelAudioBlock.TabIndex = 0;
            // 
            // chkPlayLooped
            // 
            this.chkPlayLooped.AutoSize = true;
            this.chkPlayLooped.Location = new System.Drawing.Point(302, 23);
            this.chkPlayLooped.Name = "chkPlayLooped";
            this.chkPlayLooped.Size = new System.Drawing.Size(84, 17);
            this.chkPlayLooped.TabIndex = 4;
            this.chkPlayLooped.Text = "Play Looped";
            this.chkPlayLooped.UseVisualStyleBackColor = true;
            // 
            // chkAutoPlay
            // 
            this.chkAutoPlay.AutoSize = true;
            this.chkAutoPlay.Location = new System.Drawing.Point(175, 23);
            this.chkAutoPlay.Name = "chkAutoPlay";
            this.chkAutoPlay.Size = new System.Drawing.Size(121, 17);
            this.chkAutoPlay.TabIndex = 3;
            this.chkAutoPlay.Text = "Auto Play On Select";
            this.chkAutoPlay.UseVisualStyleBackColor = true;
            // 
            // btnStop
            // 
            this.btnStop.Image = ((System.Drawing.Image)(resources.GetObject("btnStop.Image")));
            this.btnStop.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnStop.Location = new System.Drawing.Point(84, 14);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(66, 32);
            this.btnStop.TabIndex = 1;
            this.btnStop.Text = "Stop";
            this.btnStop.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnStop.UseVisualStyleBackColor = true;
            // 
            // btnPlay
            // 
            this.btnPlay.Image = ((System.Drawing.Image)(resources.GetObject("btnPlay.Image")));
            this.btnPlay.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnPlay.Location = new System.Drawing.Point(12, 14);
            this.btnPlay.Name = "btnPlay";
            this.btnPlay.Size = new System.Drawing.Size(66, 32);
            this.btnPlay.TabIndex = 0;
            this.btnPlay.Text = "Play";
            this.btnPlay.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnPlay.UseVisualStyleBackColor = true;
            // 
            // tsContainer
            // 
            // 
            // tsContainer.ContentPanel
            // 
            this.tsContainer.ContentPanel.Controls.Add(this.splitContainer);
            this.tsContainer.ContentPanel.Size = new System.Drawing.Size(619, 436);
            this.tsContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tsContainer.Location = new System.Drawing.Point(0, 0);
            this.tsContainer.Name = "tsContainer";
            this.tsContainer.Size = new System.Drawing.Size(619, 461);
            this.tsContainer.TabIndex = 2;
            this.tsContainer.Text = "toolStripContainer1";
            // 
            // tsContainer.TopToolStripPanel
            // 
            this.tsContainer.TopToolStripPanel.Controls.Add(this.tsToolbar);
            // 
            // tsToolbar
            // 
            this.tsToolbar.Dock = System.Windows.Forms.DockStyle.None;
            this.tsToolbar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tsToolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbExportWave,
            this.tsbExportMultiChannel});
            this.tsToolbar.Location = new System.Drawing.Point(0, 0);
            this.tsToolbar.Name = "tsToolbar";
            this.tsToolbar.Size = new System.Drawing.Size(619, 25);
            this.tsToolbar.Stretch = true;
            this.tsToolbar.TabIndex = 0;
            // 
            // tsbExportWave
            // 
            this.tsbExportWave.Image = ((System.Drawing.Image)(resources.GetObject("tsbExportWave.Image")));
            this.tsbExportWave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbExportWave.Name = "tsbExportWave";
            this.tsbExportWave.Size = new System.Drawing.Size(135, 22);
            this.tsbExportWave.Text = "Export Selected WAV";
            // 
            // tsbExportMultiChannel
            // 
            this.tsbExportMultiChannel.Image = ((System.Drawing.Image)(resources.GetObject("tsbExportMultiChannel.Image")));
            this.tsbExportMultiChannel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbExportMultiChannel.Name = "tsbExportMultiChannel";
            this.tsbExportMultiChannel.Size = new System.Drawing.Size(161, 22);
            this.tsbExportMultiChannel.Text = "Export Multichannel WAV";
            // 
            // AudioView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tsContainer);
            this.Name = "AudioView";
            this.Size = new System.Drawing.Size(619, 461);
            this.splitContainer.Panel1.ResumeLayout(false);
            this.splitContainer.Panel2.ResumeLayout(false);
            this.splitContainer.ResumeLayout(false);
            this.panelAudioBlock.ResumeLayout(false);
            this.panelAudioBlock.PerformLayout();
            this.tsContainer.ContentPanel.ResumeLayout(false);
            this.tsContainer.TopToolStripPanel.ResumeLayout(false);
            this.tsContainer.TopToolStripPanel.PerformLayout();
            this.tsContainer.ResumeLayout(false);
            this.tsContainer.PerformLayout();
            this.tsToolbar.ResumeLayout(false);
            this.tsToolbar.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : frmLogs.Designer.cs
with MIT License
from ahm3tcelik

private void InitializeComponent()
        {
            this.tbxSearch = new MetroFramework.Controls.MetroTextBox();
            this.tbxHome = new MetroFramework.Controls.MetroLink();
            this.metroLink1 = new MetroFramework.Controls.MetroLink();
            this.tbxCounter = new MetroFramework.Controls.MetroLabel();
            this.lvLogs = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.cbxEvents = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // tbxSearch
            // 
            // 
            // 
            // 
            this.tbxSearch.CustomButton.Image = null;
            this.tbxSearch.CustomButton.Location = new System.Drawing.Point(99, 1);
            this.tbxSearch.CustomButton.Name = "";
            this.tbxSearch.CustomButton.Size = new System.Drawing.Size(21, 21);
            this.tbxSearch.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxSearch.CustomButton.TabIndex = 1;
            this.tbxSearch.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxSearch.CustomButton.UseSelectable = true;
            this.tbxSearch.CustomButton.Visible = false;
            this.tbxSearch.Lines = new string[0];
            this.tbxSearch.Location = new System.Drawing.Point(656, 36);
            this.tbxSearch.MaxLength = 32767;
            this.tbxSearch.Name = "tbxSearch";
            this.tbxSearch.PreplacedwordChar = '\0';
            this.tbxSearch.PromptText = "Ara...";
            this.tbxSearch.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxSearch.SelectedText = "";
            this.tbxSearch.SelectionLength = 0;
            this.tbxSearch.SelectionStart = 0;
            this.tbxSearch.ShortcutsEnabled = true;
            this.tbxSearch.Size = new System.Drawing.Size(121, 23);
            this.tbxSearch.TabIndex = 1;
            this.tbxSearch.UseSelectable = true;
            this.tbxSearch.WaterMark = "Ara...";
            this.tbxSearch.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxSearch.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            this.tbxSearch.TextChanged += new System.EventHandler(this.tbxSearch_TextChanged);
            // 
            // tbxHome
            // 
            this.tbxHome.BackColor = System.Drawing.Color.White;
            this.tbxHome.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tbxHome.FontSize = MetroFramework.MetroLinkSize.Tall;
            this.tbxHome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.tbxHome.Location = new System.Drawing.Point(23, 33);
            this.tbxHome.Name = "tbxHome";
            this.tbxHome.Size = new System.Drawing.Size(103, 24);
            this.tbxHome.TabIndex = 2;
            this.tbxHome.Text = "Ana Sayfa";
            this.tbxHome.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.tbxHome.UseCustomForeColor = true;
            this.tbxHome.UseSelectable = true;
            this.tbxHome.Click += new System.EventHandler(this.tbxHome_Click);
            // 
            // metroLink1
            // 
            this.metroLink1.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.metroLink1.FontSize = MetroFramework.MetroLinkSize.Medium;
            this.metroLink1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.metroLink1.Location = new System.Drawing.Point(116, 35);
            this.metroLink1.Name = "metroLink1";
            this.metroLink1.Size = new System.Drawing.Size(112, 24);
            this.metroLink1.TabIndex = 3;
            this.metroLink1.Text = "/ Log Kayıtları";
            this.metroLink1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.metroLink1.UseCustomForeColor = true;
            this.metroLink1.UseSelectable = true;
            // 
            // tbxCounter
            // 
            this.tbxCounter.AutoSize = true;
            this.tbxCounter.FontSize = MetroFramework.MetroLabelSize.Small;
            this.tbxCounter.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.tbxCounter.Location = new System.Drawing.Point(20, 396);
            this.tbxCounter.Name = "tbxCounter";
            this.tbxCounter.Size = new System.Drawing.Size(42, 15);
            this.tbxCounter.TabIndex = 4;
            this.tbxCounter.Text = "Satır: 6";
            // 
            // lvLogs
            // 
            this.lvLogs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4});
            this.lvLogs.FullRowSelect = true;
            this.lvLogs.GridLines = true;
            this.lvLogs.HideSelection = false;
            this.lvLogs.Location = new System.Drawing.Point(23, 65);
            this.lvLogs.Name = "lvLogs";
            this.lvLogs.Size = new System.Drawing.Size(757, 358);
            this.lvLogs.TabIndex = 5;
            this.lvLogs.UseCompatibleStateImageBehavior = false;
            this.lvLogs.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "#";
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Mesaj";
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Tarih";
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Olay";
            // 
            // cbxEvents
            // 
            this.cbxEvents.FormattingEnabled = true;
            this.cbxEvents.Items.AddRange(new object[] {
            "AUTH",
            "LOGIN",
            "LOGOUT"});
            this.cbxEvents.Location = new System.Drawing.Point(529, 37);
            this.cbxEvents.Name = "cbxEvents";
            this.cbxEvents.Size = new System.Drawing.Size(121, 21);
            this.cbxEvents.TabIndex = 7;
            this.cbxEvents.Text = "Tümü";
            this.cbxEvents.SelectedIndexChanged += new System.EventHandler(this.cbxEvents_SelectedIndexChanged);
            // 
            // frmLogs
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.cbxEvents);
            this.Controls.Add(this.lvLogs);
            this.Controls.Add(this.tbxCounter);
            this.Controls.Add(this.metroLink1);
            this.Controls.Add(this.tbxHome);
            this.Controls.Add(this.tbxSearch);
            this.DisplayHeader = false;
            this.Name = "frmLogs";
            this.Padding = new System.Windows.Forms.Padding(20, 30, 20, 20);
            this.Style = MetroFramework.MetroColorStyle.Silver;
            this.Load += new System.EventHandler(this.frmLogs_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : MainForm.designer.cs
with GNU General Public License v3.0
from ahmed605

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.tvDir = new System.Windows.Forms.TreeView();
            this.tsContainer = new System.Windows.Forms.ToolStripContainer();
            this.splitContainer = new System.Windows.Forms.SplitContainer();
            this.lvFiles = new System.Windows.Forms.ListView();
            this.lvcName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.lvcSize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.lvcResource = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.tsToolbar = new System.Windows.Forms.ToolStrip();
            this.toolStripGTAIV = new System.Windows.Forms.ToolStripButton();
            this.toolStripEFLC = new System.Windows.Forms.ToolStripButton();
            this.tsbOpen = new System.Windows.Forms.ToolStripButton();
            this.tsbSave = new System.Windows.Forms.ToolStripButton();
            this.tsbRebuild = new System.Windows.Forms.ToolStripButton();
            this.tss1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbExportSelected = new System.Windows.Forms.ToolStripButton();
            this.tsbExportAll = new System.Windows.Forms.ToolStripButton();
            this.tsbImport = new System.Windows.Forms.ToolStripButton();
            this.tslAbout = new System.Windows.Forms.ToolStripLabel();
            this.tss2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbPreview = new System.Windows.Forms.ToolStripButton();
            this.tsbEdit = new System.Windows.Forms.ToolStripButton();
            this.tslFilter = new System.Windows.Forms.ToolStripLabel();
            this.tstFilterBox = new System.Windows.Forms.ToolStripTextBox();
            this.tsContainer.ContentPanel.SuspendLayout();
            this.tsContainer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
            this.splitContainer.Panel1.SuspendLayout();
            this.splitContainer.Panel2.SuspendLayout();
            this.splitContainer.SuspendLayout();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.tsToolbar.SuspendLayout();
            this.SuspendLayout();
            // 
            // tvDir
            // 
            this.tvDir.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvDir.HideSelection = false;
            this.tvDir.Location = new System.Drawing.Point(0, 0);
            this.tvDir.Name = "tvDir";
            this.tvDir.Size = new System.Drawing.Size(192, 100);
            this.tvDir.TabIndex = 0;
            this.tvDir.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvDir_AfterSelect);
            // 
            // tsContainer
            // 
            // 
            // tsContainer.ContentPanel
            // 
            this.tsContainer.ContentPanel.Controls.Add(this.splitContainer);
            this.tsContainer.ContentPanel.Size = new System.Drawing.Size(716, 438);
            this.tsContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tsContainer.Location = new System.Drawing.Point(0, 0);
            this.tsContainer.Name = "tsContainer";
            this.tsContainer.Size = new System.Drawing.Size(716, 463);
            this.tsContainer.TabIndex = 1;
            this.tsContainer.Text = "toolStripContainer1";
            // 
            // splitContainer
            // 
            this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer.Location = new System.Drawing.Point(0, 0);
            this.splitContainer.Name = "splitContainer";
            // 
            // splitContainer.Panel1
            // 
            this.splitContainer.Panel1.Controls.Add(this.tvDir);
            this.splitContainer.Panel1Collapsed = true;
            // 
            // splitContainer.Panel2
            // 
            this.splitContainer.Panel2.Controls.Add(this.lvFiles);
            this.splitContainer.Size = new System.Drawing.Size(716, 438);
            this.splitContainer.SplitterDistance = 192;
            this.splitContainer.TabIndex = 2;
            // 
            // lvFiles
            // 
            this.lvFiles.AllowDrop = true;
            this.lvFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.lvcName,
            this.lvcSize,
            this.lvcResource});
            this.lvFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvFiles.FullRowSelect = true;
            this.lvFiles.HideSelection = false;
            this.lvFiles.Location = new System.Drawing.Point(0, 0);
            this.lvFiles.Name = "lvFiles";
            this.lvFiles.Size = new System.Drawing.Size(716, 438);
            this.lvFiles.TabIndex = 1;
            this.lvFiles.UseCompatibleStateImageBehavior = false;
            this.lvFiles.View = System.Windows.Forms.View.Details;
            this.lvFiles.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvFiles_ColumnClick);
            this.lvFiles.SelectedIndexChanged += new System.EventHandler(this.lvFiles_SelectedIndexChanged);
            this.lvFiles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvFiles_KeyDown);
            this.lvFiles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvFiles_MouseDoubleClick);
            // 
            // lvcName
            // 
            this.lvcName.Text = "Name";
            this.lvcName.Width = 280;
            // 
            // lvcSize
            // 
            this.lvcSize.Text = "Size";
            this.lvcSize.Width = 80;
            // 
            // lvcResource
            // 
            this.lvcResource.Text = "Resource";
            this.lvcResource.Width = 100;
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.AutoScroll = true;
            this.toolStripContainer1.ContentPanel.Controls.Add(this.tsContainer);
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(716, 463);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.Size = new System.Drawing.Size(716, 517);
            this.toolStripContainer1.TabIndex = 2;
            this.toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.tsToolbar);
            // 
            // tsToolbar
            // 
            this.tsToolbar.CanOverflow = false;
            this.tsToolbar.Dock = System.Windows.Forms.DockStyle.None;
            this.tsToolbar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tsToolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripGTAIV,
            this.toolStripEFLC,
            this.tsbOpen,
            this.tsbSave,
            this.tsbRebuild,
            this.tss1,
            this.tsbExportSelected,
            this.tsbExportAll,
            this.tsbImport,
            this.tslAbout,
            this.tss2,
            this.tsbPreview,
            this.tsbEdit,
            this.tslFilter,
            this.tstFilterBox});
            this.tsToolbar.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
            this.tsToolbar.Location = new System.Drawing.Point(0, 0);
            this.tsToolbar.Name = "tsToolbar";
            this.tsToolbar.Size = new System.Drawing.Size(716, 54);
            this.tsToolbar.Stretch = true;
            this.tsToolbar.TabIndex = 0;
            // 
            // toolStripGTAIV
            // 
            this.toolStripGTAIV.Image = ((System.Drawing.Image)(resources.GetObject("toolStripGTAIV.Image")));
            this.toolStripGTAIV.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripGTAIV.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripGTAIV.Name = "toolStripGTAIV";
            this.toolStripGTAIV.Size = new System.Drawing.Size(43, 51);
            this.toolStripGTAIV.Text = ">AIV";
            this.toolStripGTAIV.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripGTAIV.Click += new System.EventHandler(this.toolStripGTAIV_Click);
            // 
            // toolStripEFLC
            // 
            this.toolStripEFLC.Image = ((System.Drawing.Image)(resources.GetObject("toolStripEFLC.Image")));
            this.toolStripEFLC.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripEFLC.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripEFLC.Name = "toolStripEFLC";
            this.toolStripEFLC.Size = new System.Drawing.Size(39, 51);
            this.toolStripEFLC.Text = "E&FLC";
            this.toolStripEFLC.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripEFLC.Click += new System.EventHandler(this.toolStripEFLC_Click);
            // 
            // tsbOpen
            // 
            this.tsbOpen.Image = ((System.Drawing.Image)(resources.GetObject("tsbOpen.Image")));
            this.tsbOpen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbOpen.Name = "tsbOpen";
            this.tsbOpen.Size = new System.Drawing.Size(40, 51);
            this.tsbOpen.Text = "&Open";
            this.tsbOpen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click);
            // 
            // tsbSave
            // 
            this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
            this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbSave.Name = "tsbSave";
            this.tsbSave.Size = new System.Drawing.Size(36, 51);
            this.tsbSave.Text = "&Save";
            this.tsbSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
            // 
            // tsbRebuild
            // 
            this.tsbRebuild.Image = ((System.Drawing.Image)(resources.GetObject("tsbRebuild.Image")));
            this.tsbRebuild.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbRebuild.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbRebuild.Name = "tsbRebuild";
            this.tsbRebuild.Size = new System.Drawing.Size(51, 51);
            this.tsbRebuild.Text = "&Rebuild";
            this.tsbRebuild.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbRebuild.Click += new System.EventHandler(this.tsbRebuild_Click);
            // 
            // tss1
            // 
            this.tss1.Name = "tss1";
            this.tss1.Size = new System.Drawing.Size(6, 54);
            // 
            // tsbExportSelected
            // 
            this.tsbExportSelected.Image = ((System.Drawing.Image)(resources.GetObject("tsbExportSelected.Image")));
            this.tsbExportSelected.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbExportSelected.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbExportSelected.Name = "tsbExportSelected";
            this.tsbExportSelected.Size = new System.Drawing.Size(44, 51);
            this.tsbExportSelected.Text = "&Export";
            this.tsbExportSelected.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbExportSelected.Click += new System.EventHandler(this.tsbExportSelected_Click);
            // 
            // tsbExportAll
            // 
            this.tsbExportAll.Image = ((System.Drawing.Image)(resources.GetObject("tsbExportAll.Image")));
            this.tsbExportAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbExportAll.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbExportAll.Name = "tsbExportAll";
            this.tsbExportAll.Size = new System.Drawing.Size(61, 51);
            this.tsbExportAll.Text = "Export &All";
            this.tsbExportAll.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbExportAll.Click += new System.EventHandler(this.tsbExportAll_Click);
            // 
            // tsbImport
            // 
            this.tsbImport.Image = ((System.Drawing.Image)(resources.GetObject("tsbImport.Image")));
            this.tsbImport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbImport.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbImport.Name = "tsbImport";
            this.tsbImport.Size = new System.Drawing.Size(47, 51);
            this.tsbImport.Text = "&Import";
            this.tsbImport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click);
            // 
            // tslAbout
            // 
            this.tslAbout.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.tslAbout.BackColor = System.Drawing.SystemColors.Control;
            this.tslAbout.ForeColor = System.Drawing.Color.SlateGray;
            this.tslAbout.Name = "tslAbout";
            this.tslAbout.Size = new System.Drawing.Size(49, 51);
            this.tslAbout.Text = "Spark IV";
            this.tslAbout.ToolTipText = "Click to check for new updates.";
            this.tslAbout.Click += new System.EventHandler(this.tslAbout_Click);
            // 
            // tss2
            // 
            this.tss2.Name = "tss2";
            this.tss2.Size = new System.Drawing.Size(6, 54);
            // 
            // tsbPreview
            // 
            this.tsbPreview.Image = ((System.Drawing.Image)(resources.GetObject("tsbPreview.Image")));
            this.tsbPreview.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbPreview.Name = "tsbPreview";
            this.tsbPreview.Size = new System.Drawing.Size(36, 51);
            this.tsbPreview.Text = "&View";
            this.tsbPreview.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbPreview.Click += new System.EventHandler(this.tsbPreview_Click);
            // 
            // tsbEdit
            // 
            this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
            this.tsbEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbEdit.Name = "tsbEdit";
            this.tsbEdit.Size = new System.Drawing.Size(36, 51);
            this.tsbEdit.Text = "&Edit";
            this.tsbEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
            // 
            // tslFilter
            // 
            this.tslFilter.Name = "tslFilter";
            this.tslFilter.Size = new System.Drawing.Size(36, 51);
            this.tslFilter.Text = "Fil&ter:";
            // 
            // tstFilterBox
            // 
            this.tstFilterBox.Name = "tstFilterBox";
            this.tstFilterBox.Size = new System.Drawing.Size(100, 54);
            this.tstFilterBox.ToolTipText = "Type all or part of a file name.\r\nSearch is case-sensitive.";
            this.tstFilterBox.Click += new System.EventHandler(this.tstFilterBox_Click);
            this.tstFilterBox.TextChanged += new System.EventHandler(this.tstFilterBox_TextChanged);
            // 
            // MainForm
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(716, 517);
            this.Controls.Add(this.toolStripContainer1);
            this.ForeColor = System.Drawing.SystemColors.ControlText;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Spark IV (Beta)";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.tsContainer.ContentPanel.ResumeLayout(false);
            this.tsContainer.ResumeLayout(false);
            this.tsContainer.PerformLayout();
            this.splitContainer.Panel1.ResumeLayout(false);
            this.splitContainer.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
            this.splitContainer.ResumeLayout(false);
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.PerformLayout();
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.tsToolbar.ResumeLayout(false);
            this.tsToolbar.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : frmEditSchedule.Designer.cs
with MIT License
from ahm3tcelik

private void InitializeComponent()
        {
            this.btnDel = new MetroFramework.Controls.MetroButton();
            this.btnEdit = new MetroFramework.Controls.MetroButton();
            this.btnAdd = new MetroFramework.Controls.MetroButton();
            this.lvlExercises = new System.Windows.Forms.ListView();
            this.ExerciseID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ExerciseName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ExerciseSet = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ExerciseRep = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ExerciseDay = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ExerciseDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.PartName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.metroLink1 = new MetroFramework.Controls.MetroLink();
            this.tbxHome = new MetroFramework.Controls.MetroLink();
            this.SuspendLayout();
            // 
            // btnDel
            // 
            this.btnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDel.Location = new System.Drawing.Point(375, 59);
            this.btnDel.Name = "btnDel";
            this.btnDel.Size = new System.Drawing.Size(130, 23);
            this.btnDel.TabIndex = 44;
            this.btnDel.Text = "Sil";
            this.btnDel.UseSelectable = true;
            this.btnDel.Visible = false;
            this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
            // 
            // btnEdit
            // 
            this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEdit.Location = new System.Drawing.Point(511, 59);
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.Size = new System.Drawing.Size(130, 23);
            this.btnEdit.TabIndex = 43;
            this.btnEdit.Text = "Düzenle";
            this.btnEdit.UseSelectable = true;
            this.btnEdit.Visible = false;
            this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
            // 
            // btnAdd
            // 
            this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAdd.Location = new System.Drawing.Point(647, 59);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(130, 23);
            this.btnAdd.TabIndex = 42;
            this.btnAdd.Text = "Ekle";
            this.btnAdd.UseSelectable = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // lvlExercises
            // 
            this.lvlExercises.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.lvlExercises.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.ExerciseID,
            this.ExerciseName,
            this.ExerciseSet,
            this.ExerciseRep,
            this.ExerciseDay,
            this.PartName,
            this.ExerciseDesc});
            this.lvlExercises.FullRowSelect = true;
            this.lvlExercises.GridLines = true;
            this.lvlExercises.HideSelection = false;
            this.lvlExercises.Location = new System.Drawing.Point(23, 88);
            this.lvlExercises.MultiSelect = false;
            this.lvlExercises.Name = "lvlExercises";
            this.lvlExercises.Size = new System.Drawing.Size(755, 339);
            this.lvlExercises.TabIndex = 41;
            this.lvlExercises.UseCompatibleStateImageBehavior = false;
            this.lvlExercises.View = System.Windows.Forms.View.Details;
            this.lvlExercises.SelectedIndexChanged += new System.EventHandler(this.lvlExercises_SelectedIndexChanged);
            // 
            // ExerciseID
            // 
            this.ExerciseID.Text = "#";
            this.ExerciseID.Width = 30;
            // 
            // ExerciseName
            // 
            this.ExerciseName.Text = "Egzersiz Adı";
            this.ExerciseName.Width = 120;
            // 
            // ExerciseSet
            // 
            this.ExerciseSet.Text = "Set";
            this.ExerciseSet.Width = 130;
            // 
            // ExerciseRep
            // 
            this.ExerciseRep.Text = "Tekrar";
            this.ExerciseRep.Width = 100;
            // 
            // ExerciseDay
            // 
            this.ExerciseDay.Text = "Gün";
            // 
            // ExerciseDesc
            // 
            this.ExerciseDesc.Text = "Açıklama";
            this.ExerciseDesc.Width = 230;
            // 
            // PartName
            // 
            this.PartName.Text = "Etkili Bölge";
            this.PartName.Width = 82;
            // 
            // metroLink1
            // 
            this.metroLink1.FontSize = MetroFramework.MetroLinkSize.Medium;
            this.metroLink1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.metroLink1.Location = new System.Drawing.Point(117, 60);
            this.metroLink1.Name = "metroLink1";
            this.metroLink1.Size = new System.Drawing.Size(222, 24);
            this.metroLink1.TabIndex = 46;
            this.metroLink1.Text = "/ Çalışma Programı Düzenleme";
            this.metroLink1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.metroLink1.UseCustomForeColor = true;
            this.metroLink1.UseSelectable = true;
            // 
            // tbxHome
            // 
            this.tbxHome.BackColor = System.Drawing.Color.White;
            this.tbxHome.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tbxHome.FontSize = MetroFramework.MetroLinkSize.Tall;
            this.tbxHome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.tbxHome.Location = new System.Drawing.Point(23, 58);
            this.tbxHome.Name = "tbxHome";
            this.tbxHome.Size = new System.Drawing.Size(98, 24);
            this.tbxHome.TabIndex = 45;
            this.tbxHome.Text = "Ana Sayfa";
            this.tbxHome.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.tbxHome.UseCustomForeColor = true;
            this.tbxHome.UseSelectable = true;
            this.tbxHome.Click += new System.EventHandler(this.tbxHome_Click);
            // 
            // frmEditSchedule
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.metroLink1);
            this.Controls.Add(this.tbxHome);
            this.Controls.Add(this.btnDel);
            this.Controls.Add(this.btnEdit);
            this.Controls.Add(this.btnAdd);
            this.Controls.Add(this.lvlExercises);
            this.Name = "frmEditSchedule";
            this.Text = "Çalışma Programı Düzenle";
            this.Load += new System.EventHandler(this.frmEditSchedule_Load);
            this.ResumeLayout(false);

        }

19 Source : ListDialog.Designer.cs
with GNU General Public License v3.0
from alexgracianoarj

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.lsreplacedems = new System.Windows.Forms.ListView();
			this.value = new System.Windows.Forms.ColumnHeader();
			this.txreplacedem = new System.Windows.Forms.TextBox();
			this.toolStrip1 = new System.Windows.Forms.ToolStrip();
			this.toolDelete = new System.Windows.Forms.ToolStripButton();
			this.toolMoveDown = new System.Windows.Forms.ToolStripButton();
			this.toolMoveUp = new System.Windows.Forms.ToolStripButton();
			this.btnAccept = new System.Windows.Forms.Button();
			this.lblItemCaption = new System.Windows.Forms.Label();
			this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.btnClose = new System.Windows.Forms.Button();
			this.toolStrip1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize) (this.errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// lsreplacedems
			// 
			this.lsreplacedems.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.lsreplacedems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.value});
			this.lsreplacedems.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.lsreplacedems.HideSelection = false;
			this.lsreplacedems.Location = new System.Drawing.Point(12, 83);
			this.lsreplacedems.MultiSelect = false;
			this.lsreplacedems.Name = "lsreplacedems";
			this.lsreplacedems.Size = new System.Drawing.Size(268, 199);
			this.lsreplacedems.TabIndex = 4;
			this.lsreplacedems.UseCompatibleStateImageBehavior = false;
			this.lsreplacedems.View = System.Windows.Forms.View.Details;
			this.lsreplacedems.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lsreplacedems_ItemSelectionChanged);
			this.lsreplacedems.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lsreplacedems_KeyDown);
			// 
			// value
			// 
			this.value.Text = "Item";
			this.value.Width = 248;
			// 
			// txreplacedem
			// 
			this.txreplacedem.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txreplacedem.Location = new System.Drawing.Point(12, 25);
			this.txreplacedem.Name = "txreplacedem";
			this.txreplacedem.Size = new System.Drawing.Size(187, 20);
			this.txreplacedem.TabIndex = 1;
			this.txreplacedem.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txreplacedem_KeyDown);
			// 
			// toolStrip1
			// 
			this.toolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.toolStrip1.AutoSize = false;
			this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
			this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolDelete,
            this.toolMoveDown,
            this.toolMoveUp});
			this.toolStrip1.Location = new System.Drawing.Point(12, 60);
			this.toolStrip1.Name = "toolStrip1";
			this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
			this.toolStrip1.Size = new System.Drawing.Size(268, 25);
			this.toolStrip1.TabIndex = 3;
			this.toolStrip1.Text = "toolStrip1";
			// 
			// toolDelete
			// 
			this.toolDelete.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolDelete.Enabled = false;
			this.toolDelete.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Delete;
			this.toolDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolDelete.Name = "toolDelete";
			this.toolDelete.Size = new System.Drawing.Size(23, 22);
			this.toolDelete.Text = "Delete";
			this.toolDelete.Click += new System.EventHandler(this.toolDelete_Click);
			// 
			// toolMoveDown
			// 
			this.toolMoveDown.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolMoveDown.Enabled = false;
			this.toolMoveDown.Image = global::NClreplaced.DiagramEditor.Properties.Resources.MoveDown;
			this.toolMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolMoveDown.Name = "toolMoveDown";
			this.toolMoveDown.Size = new System.Drawing.Size(23, 22);
			this.toolMoveDown.Text = "Move Down";
			this.toolMoveDown.Click += new System.EventHandler(this.toolMoveDown_Click);
			// 
			// toolMoveUp
			// 
			this.toolMoveUp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolMoveUp.Enabled = false;
			this.toolMoveUp.Image = global::NClreplaced.DiagramEditor.Properties.Resources.MoveUp;
			this.toolMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolMoveUp.Name = "toolMoveUp";
			this.toolMoveUp.Size = new System.Drawing.Size(23, 22);
			this.toolMoveUp.Text = "Move Up";
			this.toolMoveUp.Click += new System.EventHandler(this.toolMoveUp_Click);
			// 
			// btnAccept
			// 
			this.btnAccept.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnAccept.CausesValidation = false;
			this.btnAccept.Location = new System.Drawing.Point(218, 24);
			this.btnAccept.Name = "btnAccept";
			this.btnAccept.Size = new System.Drawing.Size(62, 21);
			this.btnAccept.TabIndex = 2;
			this.btnAccept.Text = "Add item";
			this.btnAccept.UseVisualStyleBackColor = true;
			this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click);
			// 
			// lblItemCaption
			// 
			this.lblItemCaption.AutoSize = true;
			this.lblItemCaption.Location = new System.Drawing.Point(9, 9);
			this.lblItemCaption.Name = "lblItemCaption";
			this.lblItemCaption.Size = new System.Drawing.Size(74, 13);
			this.lblItemCaption.TabIndex = 0;
			this.lblItemCaption.Text = "Add new item:";
			// 
			// errorProvider
			// 
			this.errorProvider.ContainerControl = this;
			// 
			// btnClose
			// 
			this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnClose.Location = new System.Drawing.Point(205, 288);
			this.btnClose.Name = "btnClose";
			this.btnClose.Size = new System.Drawing.Size(75, 23);
			this.btnClose.TabIndex = 5;
			this.btnClose.Text = "Close";
			this.btnClose.UseVisualStyleBackColor = true;
			this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
			// 
			// ListDialog
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.btnClose;
			this.ClientSize = new System.Drawing.Size(292, 323);
			this.Controls.Add(this.lsreplacedems);
			this.Controls.Add(this.btnClose);
			this.Controls.Add(this.lblItemCaption);
			this.Controls.Add(this.btnAccept);
			this.Controls.Add(this.toolStrip1);
			this.Controls.Add(this.txreplacedem);
			this.KeyPreview = true;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.MinimumSize = new System.Drawing.Size(300, 350);
			this.Name = "ListDialog";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.toolStrip1.ResumeLayout(false);
			this.toolStrip1.PerformLayout();
			((System.ComponentModel.ISupportInitialize) (this.errorProvider)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

19 Source : MembersDialog.designer.cs
with GNU General Public License v3.0
from alexgracianoarj

private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.txtSyntax = new System.Windows.Forms.TextBox();
            this.lblSyntax = new System.Windows.Forms.Label();
            this.lblName = new System.Windows.Forms.Label();
            this.txtName = new System.Windows.Forms.TextBox();
            this.lblType = new System.Windows.Forms.Label();
            this.lblAccess = new System.Windows.Forms.Label();
            this.cboAccess = new System.Windows.Forms.ComboBox();
            this.txtInitialValue = new System.Windows.Forms.TextBox();
            this.lblInitValue = new System.Windows.Forms.Label();
            this.lstMembers = new System.Windows.Forms.ListView();
            this.icon = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.type = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.access = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.modifier = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.cboType = new System.Windows.Forms.ComboBox();
            this.btnClose = new System.Windows.Forms.Button();
            this.toolStrip = new System.Windows.Forms.ToolStrip();
            this.toolNewField = new System.Windows.Forms.ToolStripButton();
            this.toolNewMethod = new System.Windows.Forms.ToolStripButton();
            this.toolNewConstructor = new System.Windows.Forms.ToolStripButton();
            this.toolNewDestructor = new System.Windows.Forms.ToolStripButton();
            this.toolNewProperty = new System.Windows.Forms.ToolStripButton();
            this.toolNewEvent = new System.Windows.Forms.ToolStripButton();
            this.toolDelete = new System.Windows.Forms.ToolStripButton();
            this.toolSepMoving = new System.Windows.Forms.ToolStripSeparator();
            this.toolMoveDown = new System.Windows.Forms.ToolStripButton();
            this.toolMoveUp = new System.Windows.Forms.ToolStripButton();
            this.toolSepSorting = new System.Windows.Forms.ToolStripSeparator();
            this.toolSortByName = new System.Windows.Forms.ToolStripButton();
            this.toolSortByAccess = new System.Windows.Forms.ToolStripButton();
            this.toolSortByKind = new System.Windows.Forms.ToolStripButton();
            this.toolSepAddNew = new System.Windows.Forms.ToolStripSeparator();
            this.toolOverrideList = new System.Windows.Forms.ToolStripButton();
            this.toolImplementList = new System.Windows.Forms.ToolStripButton();
            this.grpFieldModifiers = new System.Windows.Forms.GroupBox();
            this.chkVolatile = new System.Windows.Forms.CheckBox();
            this.chkFieldHider = new System.Windows.Forms.CheckBox();
            this.chkConstant = new System.Windows.Forms.CheckBox();
            this.chkReadonly = new System.Windows.Forms.CheckBox();
            this.chkFieldStatic = new System.Windows.Forms.CheckBox();
            this.chkOperationStatic = new System.Windows.Forms.CheckBox();
            this.chkVirtual = new System.Windows.Forms.CheckBox();
            this.chkAbstract = new System.Windows.Forms.CheckBox();
            this.chkOverride = new System.Windows.Forms.CheckBox();
            this.chkSealed = new System.Windows.Forms.CheckBox();
            this.chkOperationHider = new System.Windows.Forms.CheckBox();
            this.grpOperationModifiers = new System.Windows.Forms.GroupBox();
            this.lblNHMColumnName = new System.Windows.Forms.Label();
            this.txtNHMColumnName = new System.Windows.Forms.TextBox();
            this.chkIsPrimaryKey = new System.Windows.Forms.CheckBox();
            this.chkIsNotNull = new System.Windows.Forms.CheckBox();
            this.chkIsUnique = new System.Windows.Forms.CheckBox();
            this.lblForeignKey = new System.Windows.Forms.Label();
            this.cboForeignKey = new System.Windows.Forms.ComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
            this.toolStrip.SuspendLayout();
            this.grpFieldModifiers.SuspendLayout();
            this.grpOperationModifiers.SuspendLayout();
            this.SuspendLayout();
            // 
            // errorProvider
            // 
            this.errorProvider.ContainerControl = this;
            // 
            // txtSyntax
            // 
            this.txtSyntax.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtSyntax.Location = new System.Drawing.Point(71, 12);
            this.txtSyntax.Name = "txtSyntax";
            this.txtSyntax.Size = new System.Drawing.Size(367, 20);
            this.txtSyntax.TabIndex = 0;
            this.txtSyntax.Validating += new System.ComponentModel.CancelEventHandler(this.txtSyntax_Validating);
            // 
            // lblSyntax
            // 
            this.lblSyntax.Location = new System.Drawing.Point(0, 15);
            this.lblSyntax.Name = "lblSyntax";
            this.lblSyntax.Size = new System.Drawing.Size(65, 13);
            this.lblSyntax.TabIndex = 10;
            this.lblSyntax.Text = "Syntax";
            this.lblSyntax.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // lblName
            // 
            this.lblName.Location = new System.Drawing.Point(0, 47);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(65, 13);
            this.lblName.TabIndex = 11;
            this.lblName.Text = "Name";
            this.lblName.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // txtName
            // 
            this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtName.Location = new System.Drawing.Point(71, 44);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(187, 20);
            this.txtName.TabIndex = 1;
            this.txtName.Validating += new System.ComponentModel.CancelEventHandler(this.txtName_Validating);
            // 
            // lblType
            // 
            this.lblType.Location = new System.Drawing.Point(0, 77);
            this.lblType.Name = "lblType";
            this.lblType.Size = new System.Drawing.Size(65, 13);
            this.lblType.TabIndex = 12;
            this.lblType.Text = "Type";
            this.lblType.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // lblAccess
            // 
            this.lblAccess.Location = new System.Drawing.Point(0, 107);
            this.lblAccess.Name = "lblAccess";
            this.lblAccess.Size = new System.Drawing.Size(65, 13);
            this.lblAccess.TabIndex = 13;
            this.lblAccess.Text = "Access";
            this.lblAccess.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // cboAccess
            // 
            this.cboAccess.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cboAccess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboAccess.FormattingEnabled = true;
            this.cboAccess.Items.AddRange(new object[] {
            "Default",
            "Public",
            "Protected Internal",
            "Internal",
            "Protected",
            "Private"});
            this.cboAccess.Location = new System.Drawing.Point(71, 104);
            this.cboAccess.Name = "cboAccess";
            this.cboAccess.Size = new System.Drawing.Size(187, 21);
            this.cboAccess.TabIndex = 3;
            this.cboAccess.SelectedIndexChanged += new System.EventHandler(this.cboAccess_SelectedIndexChanged);
            this.cboAccess.Validated += new System.EventHandler(this.cboAccess_Validated);
            // 
            // txtInitialValue
            // 
            this.txtInitialValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtInitialValue.Location = new System.Drawing.Point(71, 134);
            this.txtInitialValue.Name = "txtInitialValue";
            this.txtInitialValue.Size = new System.Drawing.Size(367, 20);
            this.txtInitialValue.TabIndex = 4;
            this.txtInitialValue.Validating += new System.ComponentModel.CancelEventHandler(this.txtInitialValue_Validating);
            // 
            // lblInitValue
            // 
            this.lblInitValue.Location = new System.Drawing.Point(0, 137);
            this.lblInitValue.Name = "lblInitValue";
            this.lblInitValue.Size = new System.Drawing.Size(65, 13);
            this.lblInitValue.TabIndex = 14;
            this.lblInitValue.Text = "Initial value";
            this.lblInitValue.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // lstMembers
            // 
            this.lstMembers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lstMembers.AutoArrange = false;
            this.lstMembers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.icon,
            this.name,
            this.type,
            this.access,
            this.modifier});
            this.lstMembers.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.lstMembers.FullRowSelect = true;
            this.lstMembers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lstMembers.HideSelection = false;
            this.lstMembers.Location = new System.Drawing.Point(12, 266);
            this.lstMembers.MultiSelect = false;
            this.lstMembers.Name = "lstMembers";
            this.lstMembers.ShowGroups = false;
            this.lstMembers.Size = new System.Drawing.Size(445, 255);
            this.lstMembers.TabIndex = 7;
            this.lstMembers.UseCompatibleStateImageBehavior = false;
            this.lstMembers.View = System.Windows.Forms.View.Details;
            this.lstMembers.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lstMembers_ItemSelectionChanged);
            this.lstMembers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lstMembers_KeyDown);
            // 
            // icon
            // 
            this.icon.Text = "";
            this.icon.Width = 20;
            // 
            // name
            // 
            this.name.Text = "Name";
            this.name.Width = 119;
            // 
            // type
            // 
            this.type.Text = "Type";
            this.type.Width = 101;
            // 
            // access
            // 
            this.access.Text = "Access";
            this.access.Width = 102;
            // 
            // modifier
            // 
            this.modifier.Text = "Modifier";
            this.modifier.Width = 99;
            // 
            // cboType
            // 
            this.cboType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cboType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.cboType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.Lisreplacedems;
            this.cboType.FormattingEnabled = true;
            this.cboType.Location = new System.Drawing.Point(71, 74);
            this.cboType.Name = "cboType";
            this.cboType.Size = new System.Drawing.Size(187, 21);
            this.cboType.Sorted = true;
            this.cboType.TabIndex = 2;
            this.cboType.Validating += new System.ComponentModel.CancelEventHandler(this.cboType_Validating);
            // 
            // btnClose
            // 
            this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnClose.Location = new System.Drawing.Point(382, 527);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 23);
            this.btnClose.TabIndex = 8;
            this.btnClose.Text = "Close";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // toolStrip
            // 
            this.toolStrip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.toolStrip.AutoSize = false;
            this.toolStrip.BackColor = System.Drawing.SystemColors.Control;
            this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolNewField,
            this.toolNewMethod,
            this.toolNewConstructor,
            this.toolNewDestructor,
            this.toolNewProperty,
            this.toolNewEvent,
            this.toolDelete,
            this.toolSepMoving,
            this.toolMoveDown,
            this.toolMoveUp,
            this.toolSepSorting,
            this.toolSortByName,
            this.toolSortByAccess,
            this.toolSortByKind,
            this.toolSepAddNew,
            this.toolOverrideList,
            this.toolImplementList});
            this.toolStrip.Location = new System.Drawing.Point(12, 241);
            this.toolStrip.Name = "toolStrip";
            this.toolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.toolStrip.Size = new System.Drawing.Size(445, 25);
            this.toolStrip.TabIndex = 6;
            this.toolStrip.Text = "toolStrip1";
            // 
            // toolNewField
            // 
            this.toolNewField.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolNewField.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Field;
            this.toolNewField.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolNewField.Name = "toolNewField";
            this.toolNewField.Size = new System.Drawing.Size(23, 22);
            this.toolNewField.Text = "New Field";
            this.toolNewField.Click += new System.EventHandler(this.toolNewField_Click);
            // 
            // toolNewMethod
            // 
            this.toolNewMethod.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolNewMethod.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Method;
            this.toolNewMethod.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolNewMethod.Name = "toolNewMethod";
            this.toolNewMethod.Size = new System.Drawing.Size(23, 22);
            this.toolNewMethod.Text = "New Method";
            this.toolNewMethod.Click += new System.EventHandler(this.toolNewMethod_Click);
            // 
            // toolNewConstructor
            // 
            this.toolNewConstructor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolNewConstructor.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Constructor;
            this.toolNewConstructor.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolNewConstructor.Name = "toolNewConstructor";
            this.toolNewConstructor.Size = new System.Drawing.Size(23, 22);
            this.toolNewConstructor.Text = "New Constructor";
            this.toolNewConstructor.Click += new System.EventHandler(this.toolNewConstructor_Click);
            // 
            // toolNewDestructor
            // 
            this.toolNewDestructor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolNewDestructor.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Destructor;
            this.toolNewDestructor.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolNewDestructor.Name = "toolNewDestructor";
            this.toolNewDestructor.Size = new System.Drawing.Size(23, 22);
            this.toolNewDestructor.Text = "New Destructor";
            this.toolNewDestructor.Click += new System.EventHandler(this.toolNewDestructor_Click);
            // 
            // toolNewProperty
            // 
            this.toolNewProperty.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolNewProperty.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Property;
            this.toolNewProperty.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolNewProperty.Name = "toolNewProperty";
            this.toolNewProperty.Size = new System.Drawing.Size(23, 22);
            this.toolNewProperty.Text = "New Property";
            this.toolNewProperty.Click += new System.EventHandler(this.toolNewProperty_Click);
            // 
            // toolNewEvent
            // 
            this.toolNewEvent.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolNewEvent.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Event;
            this.toolNewEvent.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolNewEvent.Name = "toolNewEvent";
            this.toolNewEvent.Size = new System.Drawing.Size(23, 22);
            this.toolNewEvent.Text = "New Event";
            this.toolNewEvent.Click += new System.EventHandler(this.toolNewEvent_Click);
            // 
            // toolDelete
            // 
            this.toolDelete.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolDelete.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Delete;
            this.toolDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolDelete.Name = "toolDelete";
            this.toolDelete.Size = new System.Drawing.Size(23, 22);
            this.toolDelete.Text = "Delete";
            this.toolDelete.Click += new System.EventHandler(this.toolDelete_Click);
            // 
            // toolSepMoving
            // 
            this.toolSepMoving.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolSepMoving.Name = "toolSepMoving";
            this.toolSepMoving.Size = new System.Drawing.Size(6, 25);
            // 
            // toolMoveDown
            // 
            this.toolMoveDown.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolMoveDown.Image = global::NClreplaced.DiagramEditor.Properties.Resources.MoveDown;
            this.toolMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolMoveDown.Name = "toolMoveDown";
            this.toolMoveDown.Size = new System.Drawing.Size(23, 22);
            this.toolMoveDown.Text = "Move Down";
            this.toolMoveDown.Click += new System.EventHandler(this.toolMoveDown_Click);
            // 
            // toolMoveUp
            // 
            this.toolMoveUp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolMoveUp.Image = global::NClreplaced.DiagramEditor.Properties.Resources.MoveUp;
            this.toolMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolMoveUp.Name = "toolMoveUp";
            this.toolMoveUp.Size = new System.Drawing.Size(23, 22);
            this.toolMoveUp.Text = "Move Up";
            this.toolMoveUp.Click += new System.EventHandler(this.toolMoveUp_Click);
            // 
            // toolSepSorting
            // 
            this.toolSepSorting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolSepSorting.Name = "toolSepSorting";
            this.toolSepSorting.Size = new System.Drawing.Size(6, 25);
            // 
            // toolSortByName
            // 
            this.toolSortByName.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolSortByName.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolSortByName.Image = global::NClreplaced.DiagramEditor.Properties.Resources.SortByName;
            this.toolSortByName.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolSortByName.Name = "toolSortByName";
            this.toolSortByName.Size = new System.Drawing.Size(23, 22);
            this.toolSortByName.Text = "Sort by Name";
            this.toolSortByName.Click += new System.EventHandler(this.toolSortByName_Click);
            // 
            // toolSortByAccess
            // 
            this.toolSortByAccess.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolSortByAccess.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolSortByAccess.Image = global::NClreplaced.DiagramEditor.Properties.Resources.SortByAccess;
            this.toolSortByAccess.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolSortByAccess.Name = "toolSortByAccess";
            this.toolSortByAccess.Size = new System.Drawing.Size(23, 22);
            this.toolSortByAccess.Text = "Sort by Access";
            this.toolSortByAccess.Click += new System.EventHandler(this.toolSortByAccess_Click);
            // 
            // toolSortByKind
            // 
            this.toolSortByKind.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolSortByKind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolSortByKind.Image = global::NClreplaced.DiagramEditor.Properties.Resources.SortByKind;
            this.toolSortByKind.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolSortByKind.Name = "toolSortByKind";
            this.toolSortByKind.Size = new System.Drawing.Size(23, 22);
            this.toolSortByKind.Text = "Sort by Kind";
            this.toolSortByKind.Click += new System.EventHandler(this.toolSortByKind_Click);
            // 
            // toolSepAddNew
            // 
            this.toolSepAddNew.Name = "toolSepAddNew";
            this.toolSepAddNew.Size = new System.Drawing.Size(6, 25);
            // 
            // toolOverrideList
            // 
            this.toolOverrideList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolOverrideList.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Overrides;
            this.toolOverrideList.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolOverrideList.Name = "toolOverrideList";
            this.toolOverrideList.Size = new System.Drawing.Size(23, 22);
            this.toolOverrideList.Text = "Override List";
            this.toolOverrideList.Click += new System.EventHandler(this.toolOverrideList_Click);
            // 
            // toolImplementList
            // 
            this.toolImplementList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolImplementList.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Implements;
            this.toolImplementList.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolImplementList.Name = "toolImplementList";
            this.toolImplementList.Size = new System.Drawing.Size(23, 22);
            this.toolImplementList.Text = "Interface Implement List";
            this.toolImplementList.Click += new System.EventHandler(this.toolImplementList_Click);
            // 
            // grpFieldModifiers
            // 
            this.grpFieldModifiers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.grpFieldModifiers.Controls.Add(this.chkVolatile);
            this.grpFieldModifiers.Controls.Add(this.chkFieldHider);
            this.grpFieldModifiers.Controls.Add(this.chkConstant);
            this.grpFieldModifiers.Controls.Add(this.chkReadonly);
            this.grpFieldModifiers.Controls.Add(this.chkFieldStatic);
            this.grpFieldModifiers.Location = new System.Drawing.Point(280, 37);
            this.grpFieldModifiers.Name = "grpFieldModifiers";
            this.grpFieldModifiers.Size = new System.Drawing.Size(158, 88);
            this.grpFieldModifiers.TabIndex = 6;
            this.grpFieldModifiers.TabStop = false;
            this.grpFieldModifiers.Text = "Modifiers";
            this.grpFieldModifiers.Validated += new System.EventHandler(this.grpFieldModifiers_Validated);
            // 
            // chkVolatile
            // 
            this.chkVolatile.AutoSize = true;
            this.chkVolatile.Location = new System.Drawing.Point(88, 42);
            this.chkVolatile.Name = "chkVolatile";
            this.chkVolatile.Size = new System.Drawing.Size(60, 17);
            this.chkVolatile.TabIndex = 4;
            this.chkVolatile.Text = "Volatile";
            this.chkVolatile.UseVisualStyleBackColor = true;
            this.chkVolatile.CheckedChanged += new System.EventHandler(this.chkVolatile_CheckedChanged);
            // 
            // chkFieldHider
            // 
            this.chkFieldHider.AutoSize = true;
            this.chkFieldHider.Location = new System.Drawing.Point(88, 19);
            this.chkFieldHider.Name = "chkFieldHider";
            this.chkFieldHider.Size = new System.Drawing.Size(48, 17);
            this.chkFieldHider.TabIndex = 3;
            this.chkFieldHider.Text = "New";
            this.chkFieldHider.UseVisualStyleBackColor = true;
            this.chkFieldHider.CheckedChanged += new System.EventHandler(this.chkFieldHider_CheckedChanged);
            // 
            // chkConstant
            // 
            this.chkConstant.AutoSize = true;
            this.chkConstant.Location = new System.Drawing.Point(11, 65);
            this.chkConstant.Name = "chkConstant";
            this.chkConstant.Size = new System.Drawing.Size(53, 17);
            this.chkConstant.TabIndex = 2;
            this.chkConstant.Text = "Const";
            this.chkConstant.UseVisualStyleBackColor = true;
            this.chkConstant.CheckedChanged += new System.EventHandler(this.chkConstant_CheckedChanged);
            // 
            // chkReadonly
            // 
            this.chkReadonly.AutoSize = true;
            this.chkReadonly.Location = new System.Drawing.Point(11, 42);
            this.chkReadonly.Name = "chkReadonly";
            this.chkReadonly.Size = new System.Drawing.Size(71, 17);
            this.chkReadonly.TabIndex = 1;
            this.chkReadonly.Text = "Readonly";
            this.chkReadonly.UseVisualStyleBackColor = true;
            this.chkReadonly.CheckedChanged += new System.EventHandler(this.chkReadonly_CheckedChanged);
            // 
            // chkFieldStatic
            // 
            this.chkFieldStatic.AutoSize = true;
            this.chkFieldStatic.Location = new System.Drawing.Point(11, 19);
            this.chkFieldStatic.Name = "chkFieldStatic";
            this.chkFieldStatic.Size = new System.Drawing.Size(53, 17);
            this.chkFieldStatic.TabIndex = 0;
            this.chkFieldStatic.Text = "Static";
            this.chkFieldStatic.UseVisualStyleBackColor = true;
            this.chkFieldStatic.CheckedChanged += new System.EventHandler(this.chkFieldStatic_CheckedChanged);
            // 
            // chkOperationStatic
            // 
            this.chkOperationStatic.AutoSize = true;
            this.chkOperationStatic.Location = new System.Drawing.Point(11, 19);
            this.chkOperationStatic.Name = "chkOperationStatic";
            this.chkOperationStatic.Size = new System.Drawing.Size(53, 17);
            this.chkOperationStatic.TabIndex = 0;
            this.chkOperationStatic.Text = "Static";
            this.chkOperationStatic.UseVisualStyleBackColor = true;
            this.chkOperationStatic.CheckedChanged += new System.EventHandler(this.chkOperationStatic_CheckedChanged);
            // 
            // chkVirtual
            // 
            this.chkVirtual.AutoSize = true;
            this.chkVirtual.Location = new System.Drawing.Point(11, 42);
            this.chkVirtual.Name = "chkVirtual";
            this.chkVirtual.Size = new System.Drawing.Size(55, 17);
            this.chkVirtual.TabIndex = 1;
            this.chkVirtual.Text = "Virtual";
            this.chkVirtual.UseVisualStyleBackColor = true;
            this.chkVirtual.CheckedChanged += new System.EventHandler(this.chkVirtual_CheckedChanged);
            // 
            // chkAbstract
            // 
            this.chkAbstract.AutoSize = true;
            this.chkAbstract.Location = new System.Drawing.Point(11, 65);
            this.chkAbstract.Name = "chkAbstract";
            this.chkAbstract.Size = new System.Drawing.Size(65, 17);
            this.chkAbstract.TabIndex = 2;
            this.chkAbstract.Text = "Abstract";
            this.chkAbstract.UseVisualStyleBackColor = true;
            this.chkAbstract.CheckedChanged += new System.EventHandler(this.chkAbstract_CheckedChanged);
            // 
            // chkOverride
            // 
            this.chkOverride.AutoSize = true;
            this.chkOverride.Location = new System.Drawing.Point(88, 42);
            this.chkOverride.Name = "chkOverride";
            this.chkOverride.Size = new System.Drawing.Size(66, 17);
            this.chkOverride.TabIndex = 4;
            this.chkOverride.Text = "Override";
            this.chkOverride.UseVisualStyleBackColor = true;
            this.chkOverride.CheckedChanged += new System.EventHandler(this.chkOverride_CheckedChanged);
            // 
            // chkSealed
            // 
            this.chkSealed.AutoSize = true;
            this.chkSealed.Location = new System.Drawing.Point(88, 65);
            this.chkSealed.Name = "chkSealed";
            this.chkSealed.Size = new System.Drawing.Size(59, 17);
            this.chkSealed.TabIndex = 5;
            this.chkSealed.Text = "Sealed";
            this.chkSealed.UseVisualStyleBackColor = true;
            this.chkSealed.CheckedChanged += new System.EventHandler(this.chkSealed_CheckedChanged);
            // 
            // chkOperationHider
            // 
            this.chkOperationHider.AutoSize = true;
            this.chkOperationHider.Location = new System.Drawing.Point(88, 19);
            this.chkOperationHider.Name = "chkOperationHider";
            this.chkOperationHider.Size = new System.Drawing.Size(48, 17);
            this.chkOperationHider.TabIndex = 3;
            this.chkOperationHider.Text = "New";
            this.chkOperationHider.UseVisualStyleBackColor = true;
            this.chkOperationHider.CheckedChanged += new System.EventHandler(this.chkOperationHider_CheckedChanged);
            // 
            // grpOperationModifiers
            // 
            this.grpOperationModifiers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.grpOperationModifiers.Controls.Add(this.chkOperationHider);
            this.grpOperationModifiers.Controls.Add(this.chkSealed);
            this.grpOperationModifiers.Controls.Add(this.chkOverride);
            this.grpOperationModifiers.Controls.Add(this.chkAbstract);
            this.grpOperationModifiers.Controls.Add(this.chkVirtual);
            this.grpOperationModifiers.Controls.Add(this.chkOperationStatic);
            this.grpOperationModifiers.Location = new System.Drawing.Point(280, 37);
            this.grpOperationModifiers.Name = "grpOperationModifiers";
            this.grpOperationModifiers.Size = new System.Drawing.Size(158, 88);
            this.grpOperationModifiers.TabIndex = 5;
            this.grpOperationModifiers.TabStop = false;
            this.grpOperationModifiers.Text = "Modifiers";
            this.grpOperationModifiers.Validated += new System.EventHandler(this.grpOperationModifiers_Validated);
            // 
            // lblNHMColumnName
            // 
            this.lblNHMColumnName.AutoSize = true;
            this.lblNHMColumnName.Location = new System.Drawing.Point(0, 163);
            this.lblNHMColumnName.Name = "lblNHMColumnName";
            this.lblNHMColumnName.Size = new System.Drawing.Size(70, 13);
            this.lblNHMColumnName.TabIndex = 15;
            this.lblNHMColumnName.Text = "NHM Column";
            // 
            // txtNHMColumnName
            // 
            this.txtNHMColumnName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtNHMColumnName.Location = new System.Drawing.Point(71, 160);
            this.txtNHMColumnName.Name = "txtNHMColumnName";
            this.txtNHMColumnName.Size = new System.Drawing.Size(367, 20);
            this.txtNHMColumnName.TabIndex = 5;
            this.txtNHMColumnName.Validating += new System.ComponentModel.CancelEventHandler(this.txtNHMColumnName_Validating);
            // 
            // chkIsPrimaryKey
            // 
            this.chkIsPrimaryKey.AutoSize = true;
            this.chkIsPrimaryKey.Location = new System.Drawing.Point(71, 186);
            this.chkIsPrimaryKey.Name = "chkIsPrimaryKey";
            this.chkIsPrimaryKey.Size = new System.Drawing.Size(60, 17);
            this.chkIsPrimaryKey.TabIndex = 16;
            this.chkIsPrimaryKey.Text = "Idenreplacedy";
            this.chkIsPrimaryKey.UseVisualStyleBackColor = true;
            this.chkIsPrimaryKey.CheckedChanged += new System.EventHandler(this.chkIsPrimaryKey_CheckedChanged);
            // 
            // chkIsNotNull
            // 
            this.chkIsNotNull.AutoSize = true;
            this.chkIsNotNull.Location = new System.Drawing.Point(229, 186);
            this.chkIsNotNull.Name = "chkIsNotNull";
            this.chkIsNotNull.Size = new System.Drawing.Size(64, 17);
            this.chkIsNotNull.TabIndex = 17;
            this.chkIsNotNull.Text = "Not Null";
            this.chkIsNotNull.UseVisualStyleBackColor = true;
            this.chkIsNotNull.CheckedChanged += new System.EventHandler(this.chkIsNotNull_CheckedChanged);
            // 
            // chkIsUnique
            // 
            this.chkIsUnique.AutoSize = true;
            this.chkIsUnique.Location = new System.Drawing.Point(151, 186);
            this.chkIsUnique.Name = "chkIsUnique";
            this.chkIsUnique.Size = new System.Drawing.Size(60, 17);
            this.chkIsUnique.TabIndex = 18;
            this.chkIsUnique.Text = "Unique";
            this.chkIsUnique.UseVisualStyleBackColor = true;
            this.chkIsUnique.CheckedChanged += new System.EventHandler(this.chkIsUnique_CheckedChanged);
            // 
            // lblForeignKey
            // 
            this.lblForeignKey.AutoSize = true;
            this.lblForeignKey.Location = new System.Drawing.Point(68, 212);
            this.lblForeignKey.Name = "lblForeignKey";
            this.lblForeignKey.Size = new System.Drawing.Size(71, 13);
            this.lblForeignKey.TabIndex = 19;
            this.lblForeignKey.Text = "Many to One:";
            // 
            // cboForeignKey
            // 
            this.cboForeignKey.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboForeignKey.FormattingEnabled = true;
            this.cboForeignKey.Location = new System.Drawing.Point(137, 209);
            this.cboForeignKey.Name = "cboForeignKey";
            this.cboForeignKey.Size = new System.Drawing.Size(156, 21);
            this.cboForeignKey.TabIndex = 20;
            this.cboForeignKey.SelectedIndexChanged += new System.EventHandler(this.cboForeignKey_SelectedIndexChanged);
            // 
            // MembersDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CausesValidation = false;
            this.ClientSize = new System.Drawing.Size(469, 562);
            this.Controls.Add(this.cboForeignKey);
            this.Controls.Add(this.lblForeignKey);
            this.Controls.Add(this.chkIsUnique);
            this.Controls.Add(this.txtNHMColumnName);
            this.Controls.Add(this.chkIsNotNull);
            this.Controls.Add(this.chkIsPrimaryKey);
            this.Controls.Add(this.lblNHMColumnName);
            this.Controls.Add(this.lstMembers);
            this.Controls.Add(this.toolStrip);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.cboType);
            this.Controls.Add(this.txtInitialValue);
            this.Controls.Add(this.lblInitValue);
            this.Controls.Add(this.cboAccess);
            this.Controls.Add(this.lblAccess);
            this.Controls.Add(this.lblType);
            this.Controls.Add(this.txtName);
            this.Controls.Add(this.lblName);
            this.Controls.Add(this.lblSyntax);
            this.Controls.Add(this.txtSyntax);
            this.Controls.Add(this.grpOperationModifiers);
            this.Controls.Add(this.grpFieldModifiers);
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(400, 450);
            this.Name = "MembersDialog";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Members";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PropertiesDialog_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.grpFieldModifiers.ResumeLayout(false);
            this.grpFieldModifiers.PerformLayout();
            this.grpOperationModifiers.ResumeLayout(false);
            this.grpOperationModifiers.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}

19 Source : DockerImages.Designer.cs
with Apache License 2.0
from aloneguid

private void InitializeComponent()
      {
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Splitter splitter2;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.ColumnHeader ID;
            System.Windows.Forms.ColumnHeader Created;
            System.Windows.Forms.ColumnHeader By;
            System.Windows.Forms.ColumnHeader Size;
            System.Windows.Forms.ColumnHeader Comment;
            System.Windows.Forms.ColumnHeader Tags;
            System.Windows.Forms.ColumnHeader columnHeader1;
            this.listContainerHistory = new System.Windows.Forms.ListView();
            this.treeDockerImages = new System.Windows.Forms.TreeView();
            this.panel1 = new System.Windows.Forms.Panel();
            this.linkParentId = new System.Windows.Forms.LinkLabel();
            this.txtTag = new System.Windows.Forms.TextBox();
            this.txtRepository = new System.Windows.Forms.TextBox();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.txtSize = new System.Windows.Forms.TextBox();
            this.txtId = new System.Windows.Forms.TextBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.listDockerImages = new System.Windows.Forms.ListView();
            this.checkHideUntagged = new System.Windows.Forms.CheckBox();
            this.panel3 = new System.Windows.Forms.Panel();
            label4 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            splitter2 = new System.Windows.Forms.Splitter();
            label5 = new System.Windows.Forms.Label();
            groupBox1 = new System.Windows.Forms.GroupBox();
            ID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Created = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            By = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Size = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Comment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Tags = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            groupBox1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.SuspendLayout();
            // 
            // label4
            // 
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(17, 136);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(110, 25);
            label4.TabIndex = 6;
            label4.Text = "Repository:";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(70, 94);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(57, 25);
            label3.TabIndex = 4;
            label3.Text = "Size:";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(28, 52);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(99, 25);
            label2.TabIndex = 1;
            label2.Text = "Parent ID:";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(90, 12);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(37, 25);
            label1.TabIndex = 0;
            label1.Text = "ID:";
            // 
            // splitter2
            // 
            splitter2.Location = new System.Drawing.Point(416, 0);
            splitter2.Name = "splitter2";
            splitter2.Size = new System.Drawing.Size(7, 1068);
            splitter2.TabIndex = 4;
            splitter2.TabStop = false;
            // 
            // label5
            // 
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(70, 180);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(53, 25);
            label5.TabIndex = 10;
            label5.Text = "Tag:";
            // 
            // groupBox1
            // 
            groupBox1.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)));
            groupBox1.Controls.Add(this.listContainerHistory);
            groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            groupBox1.Location = new System.Drawing.Point(22, 235);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(943, 819);
            groupBox1.TabIndex = 12;
            groupBox1.TabStop = false;
            groupBox1.Text = "History";
            // 
            // listContainerHistory
            // 
            this.listContainerHistory.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listContainerHistory.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            ID,
            Created,
            By,
            Size,
            Comment,
            Tags});
            this.listContainerHistory.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listContainerHistory.FullRowSelect = true;
            this.listContainerHistory.GridLines = true;
            this.listContainerHistory.Location = new System.Drawing.Point(3, 25);
            this.listContainerHistory.Name = "listContainerHistory";
            this.listContainerHistory.Size = new System.Drawing.Size(937, 791);
            this.listContainerHistory.TabIndex = 0;
            this.listContainerHistory.UseCompatibleStateImageBehavior = false;
            this.listContainerHistory.View = System.Windows.Forms.View.Details;
            // 
            // ID
            // 
            ID.Text = "ID";
            // 
            // Created
            // 
            Created.Text = "Created";
            // 
            // By
            // 
            By.Text = "By";
            // 
            // Size
            // 
            Size.Text = "Size";
            // 
            // Comment
            // 
            Comment.Text = "Comment";
            // 
            // Tags
            // 
            Tags.Text = "Tags";
            // 
            // treeDockerImages
            // 
            this.treeDockerImages.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeDockerImages.HideSelection = false;
            this.treeDockerImages.Location = new System.Drawing.Point(3, 3);
            this.treeDockerImages.Name = "treeDockerImages";
            this.treeDockerImages.Size = new System.Drawing.Size(374, 1054);
            this.treeDockerImages.TabIndex = 1;
            this.treeDockerImages.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeDockerImages_AfterSelect);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.linkParentId);
            this.panel1.Controls.Add(groupBox1);
            this.panel1.Controls.Add(this.txtTag);
            this.panel1.Controls.Add(label5);
            this.panel1.Controls.Add(this.txtRepository);
            this.panel1.Controls.Add(this.splitter1);
            this.panel1.Controls.Add(label4);
            this.panel1.Controls.Add(this.txtSize);
            this.panel1.Controls.Add(label3);
            this.panel1.Controls.Add(this.txtId);
            this.panel1.Controls.Add(label2);
            this.panel1.Controls.Add(label1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(423, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(984, 1068);
            this.panel1.TabIndex = 3;
            // 
            // linkParentId
            // 
            this.linkParentId.AutoSize = true;
            this.linkParentId.Location = new System.Drawing.Point(133, 52);
            this.linkParentId.Name = "linkParentId";
            this.linkParentId.Size = new System.Drawing.Size(82, 25);
            this.linkParentId.TabIndex = 13;
            this.linkParentId.TabStop = true;
            this.linkParentId.Text = "parent...";
            this.linkParentId.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkParentId_LinkClicked);
            // 
            // txtTag
            // 
            this.txtTag.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtTag.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtTag.Location = new System.Drawing.Point(134, 179);
            this.txtTag.Name = "txtTag";
            this.txtTag.ReadOnly = true;
            this.txtTag.Size = new System.Drawing.Size(832, 22);
            this.txtTag.TabIndex = 11;
            // 
            // txtRepository
            // 
            this.txtRepository.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtRepository.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtRepository.Location = new System.Drawing.Point(133, 136);
            this.txtRepository.Name = "txtRepository";
            this.txtRepository.ReadOnly = true;
            this.txtRepository.Size = new System.Drawing.Size(832, 22);
            this.txtRepository.TabIndex = 9;
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(0, 0);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 1068);
            this.splitter1.TabIndex = 8;
            this.splitter1.TabStop = false;
            // 
            // txtSize
            // 
            this.txtSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtSize.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtSize.Location = new System.Drawing.Point(134, 94);
            this.txtSize.Name = "txtSize";
            this.txtSize.ReadOnly = true;
            this.txtSize.Size = new System.Drawing.Size(832, 22);
            this.txtSize.TabIndex = 5;
            // 
            // txtId
            // 
            this.txtId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtId.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtId.Location = new System.Drawing.Point(134, 12);
            this.txtId.Name = "txtId";
            this.txtId.ReadOnly = true;
            this.txtId.Size = new System.Drawing.Size(832, 22);
            this.txtId.TabIndex = 2;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.tabControl1);
            this.panel2.Controls.Add(this.panel3);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(416, 1068);
            this.panel2.TabIndex = 5;
            // 
            // tabControl1
            // 
            this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Left;
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Multiline = true;
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(416, 1021);
            this.tabControl1.TabIndex = 2;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.treeDockerImages);
            this.tabPage1.Location = new System.Drawing.Point(32, 4);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(380, 1060);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Tree";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.listDockerImages);
            this.tabPage2.Location = new System.Drawing.Point(32, 4);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(380, 1013);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Flat";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // listDockerImages
            // 
            this.listDockerImages.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listDockerImages.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader1});
            this.listDockerImages.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listDockerImages.FullRowSelect = true;
            this.listDockerImages.GridLines = true;
            this.listDockerImages.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.listDockerImages.HideSelection = false;
            this.listDockerImages.Location = new System.Drawing.Point(3, 3);
            this.listDockerImages.MultiSelect = false;
            this.listDockerImages.Name = "listDockerImages";
            this.listDockerImages.Size = new System.Drawing.Size(374, 1007);
            this.listDockerImages.TabIndex = 0;
            this.listDockerImages.UseCompatibleStateImageBehavior = false;
            this.listDockerImages.View = System.Windows.Forms.View.Details;
            this.listDockerImages.SelectedIndexChanged += new System.EventHandler(this.listDockerImages_SelectedIndexChanged);
            // 
            // columnHeader1
            // 
            columnHeader1.Text = "Name";
            columnHeader1.Width = 132;
            // 
            // checkHideUntagged
            // 
            this.checkHideUntagged.AutoSize = true;
            this.checkHideUntagged.Checked = true;
            this.checkHideUntagged.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkHideUntagged.Location = new System.Drawing.Point(3, 6);
            this.checkHideUntagged.Name = "checkHideUntagged";
            this.checkHideUntagged.Size = new System.Drawing.Size(230, 29);
            this.checkHideUntagged.TabIndex = 1;
            this.checkHideUntagged.Text = "hide untagged images";
            this.checkHideUntagged.UseVisualStyleBackColor = true;
            this.checkHideUntagged.CheckedChanged += new System.EventHandler(this.checkHideUntagged_CheckedChanged);
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.checkHideUntagged);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel3.Location = new System.Drawing.Point(0, 1021);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(416, 47);
            this.panel3.TabIndex = 1;
            // 
            // DockerImages
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel1);
            this.Controls.Add(splitter2);
            this.Controls.Add(this.panel2);
            this.Name = "DockerImages";
            this.Size = new System.Drawing.Size(1407, 1068);
            groupBox1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.ResumeLayout(false);

      }

19 Source : DockerContainerDetails.Designer.cs
with Apache License 2.0
from aloneguid

private void InitializeComponent()
      {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ColumnHeader columnHeader1;
            System.Windows.Forms.ColumnHeader columnHeader2;
            System.Windows.Forms.ColumnHeader Name;
            System.Windows.Forms.ColumnHeader Type;
            System.Windows.Forms.ColumnHeader Source;
            System.Windows.Forms.ColumnHeader Destination;
            System.Windows.Forms.ColumnHeader Driver;
            System.Windows.Forms.ColumnHeader Mode;
            System.Windows.Forms.ColumnHeader RW;
            System.Windows.Forms.ColumnHeader Propagation;
            System.Windows.Forms.ColumnHeader IP;
            System.Windows.Forms.ColumnHeader PrivatePort;
            System.Windows.Forms.ColumnHeader PublicPort;
            System.Windows.Forms.ColumnHeader TypeString;
            System.Windows.Forms.ColumnHeader columnHeader3;
            System.Windows.Forms.ColumnHeader columnHeader7;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DockerContainerDetails));
            System.Windows.Forms.ColumnHeader columnHeader4;
            System.Windows.Forms.ColumnHeader columnHeader5;
            System.Windows.Forms.ColumnHeader columnHeader6;
            this.tabLabels = new System.Windows.Forms.TabPage();
            this.containerLabels = new System.Windows.Forms.ListView();
            this.tabs = new System.Windows.Forms.TabControl();
            this.tabLogs = new System.Windows.Forms.TabPage();
            this.txtLogs = new System.Windows.Forms.TextBox();
            this.tabMounts = new System.Windows.Forms.TabPage();
            this.containerMounts = new System.Windows.Forms.ListView();
            this.tabPorts = new System.Windows.Forms.TabPage();
            this.containerPorts = new System.Windows.Forms.ListView();
            this.tabNetworks = new System.Windows.Forms.TabPage();
            this.containerNetworks = new System.Windows.Forms.ListView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Type = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Source = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Destination = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Driver = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Mode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            RW = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Propagation = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            IP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            PrivatePort = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            PublicPort = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            TypeString = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.tabLabels.SuspendLayout();
            this.tabs.SuspendLayout();
            this.tabLogs.SuspendLayout();
            this.tabMounts.SuspendLayout();
            this.tabPorts.SuspendLayout();
            this.tabNetworks.SuspendLayout();
            this.SuspendLayout();
            // 
            // columnHeader1
            // 
            columnHeader1.Text = "Name";
            // 
            // columnHeader2
            // 
            columnHeader2.Text = "Value";
            columnHeader2.Width = 437;
            // 
            // Name
            // 
            Name.Text = "Name";
            // 
            // Type
            // 
            Type.Text = "Type";
            Type.Width = 437;
            // 
            // Source
            // 
            Source.Text = "Source";
            // 
            // Destination
            // 
            Destination.Text = "Destination";
            // 
            // Driver
            // 
            Driver.Text = "Driver";
            // 
            // Mode
            // 
            Mode.Text = "Mode";
            // 
            // RW
            // 
            RW.Text = "RW";
            // 
            // Propagation
            // 
            Propagation.Text = "Propagation";
            // 
            // IP
            // 
            IP.Text = "IP";
            // 
            // PrivatePort
            // 
            PrivatePort.Text = "Private Port";
            PrivatePort.Width = 437;
            // 
            // PublicPort
            // 
            PublicPort.Text = "Public Port";
            // 
            // TypeString
            // 
            TypeString.Text = "Type";
            // 
            // columnHeader3
            // 
            columnHeader3.Text = "Name";
            // 
            // columnHeader7
            // 
            columnHeader7.Text = "IP Address";
            // 
            // tabLabels
            // 
            this.tabLabels.Controls.Add(this.containerLabels);
            this.tabLabels.ImageIndex = 1;
            this.tabLabels.Location = new System.Drawing.Point(4, 49);
            this.tabLabels.Name = "tabLabels";
            this.tabLabels.Padding = new System.Windows.Forms.Padding(3);
            this.tabLabels.Size = new System.Drawing.Size(990, 583);
            this.tabLabels.TabIndex = 0;
            this.tabLabels.Text = "Labels";
            this.tabLabels.UseVisualStyleBackColor = true;
            // 
            // containerLabels
            // 
            this.containerLabels.AllowColumnReorder = true;
            this.containerLabels.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.containerLabels.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader1,
            columnHeader2});
            this.containerLabels.Dock = System.Windows.Forms.DockStyle.Fill;
            this.containerLabels.FullRowSelect = true;
            this.containerLabels.GridLines = true;
            this.containerLabels.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.containerLabels.HideSelection = false;
            this.containerLabels.Location = new System.Drawing.Point(3, 3);
            this.containerLabels.MultiSelect = false;
            this.containerLabels.Name = "containerLabels";
            this.containerLabels.ShowGroups = false;
            this.containerLabels.Size = new System.Drawing.Size(984, 577);
            this.containerLabels.TabIndex = 0;
            this.containerLabels.UseCompatibleStateImageBehavior = false;
            this.containerLabels.View = System.Windows.Forms.View.Details;
            // 
            // tabs
            // 
            this.tabs.Controls.Add(this.tabLogs);
            this.tabs.Controls.Add(this.tabLabels);
            this.tabs.Controls.Add(this.tabMounts);
            this.tabs.Controls.Add(this.tabPorts);
            this.tabs.Controls.Add(this.tabNetworks);
            this.tabs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabs.ImageList = this.imageList1;
            this.tabs.ItemSize = new System.Drawing.Size(75, 45);
            this.tabs.Location = new System.Drawing.Point(0, 0);
            this.tabs.Name = "tabs";
            this.tabs.SelectedIndex = 0;
            this.tabs.Size = new System.Drawing.Size(998, 636);
            this.tabs.TabIndex = 0;
            // 
            // tabLogs
            // 
            this.tabLogs.Controls.Add(this.txtLogs);
            this.tabLogs.ImageIndex = 0;
            this.tabLogs.Location = new System.Drawing.Point(4, 49);
            this.tabLogs.Name = "tabLogs";
            this.tabLogs.Size = new System.Drawing.Size(990, 583);
            this.tabLogs.TabIndex = 3;
            this.tabLogs.Text = "Logs";
            this.tabLogs.UseVisualStyleBackColor = true;
            // 
            // txtLogs
            // 
            this.txtLogs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtLogs.Font = new System.Drawing.Font("Consolas", 9.857143F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtLogs.Location = new System.Drawing.Point(0, 0);
            this.txtLogs.Multiline = true;
            this.txtLogs.Name = "txtLogs";
            this.txtLogs.ReadOnly = true;
            this.txtLogs.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtLogs.Size = new System.Drawing.Size(990, 583);
            this.txtLogs.TabIndex = 3;
            // 
            // tabMounts
            // 
            this.tabMounts.Controls.Add(this.containerMounts);
            this.tabMounts.ImageIndex = 2;
            this.tabMounts.Location = new System.Drawing.Point(4, 49);
            this.tabMounts.Name = "tabMounts";
            this.tabMounts.Padding = new System.Windows.Forms.Padding(3);
            this.tabMounts.Size = new System.Drawing.Size(990, 583);
            this.tabMounts.TabIndex = 1;
            this.tabMounts.Text = "Mounts";
            this.tabMounts.UseVisualStyleBackColor = true;
            // 
            // containerMounts
            // 
            this.containerMounts.AllowColumnReorder = true;
            this.containerMounts.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.containerMounts.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            Type,
            Name,
            Source,
            Destination,
            Driver,
            Mode,
            RW,
            Propagation});
            this.containerMounts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.containerMounts.FullRowSelect = true;
            this.containerMounts.GridLines = true;
            this.containerMounts.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.containerMounts.HideSelection = false;
            this.containerMounts.Location = new System.Drawing.Point(3, 3);
            this.containerMounts.MultiSelect = false;
            this.containerMounts.Name = "containerMounts";
            this.containerMounts.ShowGroups = false;
            this.containerMounts.Size = new System.Drawing.Size(984, 577);
            this.containerMounts.TabIndex = 1;
            this.containerMounts.UseCompatibleStateImageBehavior = false;
            this.containerMounts.View = System.Windows.Forms.View.Details;
            this.containerMounts.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.containerMounts_MouseDoubleClick);
            // 
            // tabPorts
            // 
            this.tabPorts.Controls.Add(this.containerPorts);
            this.tabPorts.ImageIndex = 3;
            this.tabPorts.Location = new System.Drawing.Point(4, 49);
            this.tabPorts.Name = "tabPorts";
            this.tabPorts.Padding = new System.Windows.Forms.Padding(3);
            this.tabPorts.Size = new System.Drawing.Size(990, 583);
            this.tabPorts.TabIndex = 4;
            this.tabPorts.Text = "Ports";
            this.tabPorts.UseVisualStyleBackColor = true;
            // 
            // containerPorts
            // 
            this.containerPorts.AllowColumnReorder = true;
            this.containerPorts.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.containerPorts.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            IP,
            PrivatePort,
            PublicPort,
            TypeString});
            this.containerPorts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.containerPorts.FullRowSelect = true;
            this.containerPorts.GridLines = true;
            this.containerPorts.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.containerPorts.HideSelection = false;
            this.containerPorts.Location = new System.Drawing.Point(3, 3);
            this.containerPorts.MultiSelect = false;
            this.containerPorts.Name = "containerPorts";
            this.containerPorts.ShowGroups = false;
            this.containerPorts.Size = new System.Drawing.Size(984, 577);
            this.containerPorts.TabIndex = 1;
            this.containerPorts.UseCompatibleStateImageBehavior = false;
            this.containerPorts.View = System.Windows.Forms.View.Details;
            // 
            // tabNetworks
            // 
            this.tabNetworks.Controls.Add(this.containerNetworks);
            this.tabNetworks.ImageIndex = 4;
            this.tabNetworks.Location = new System.Drawing.Point(4, 49);
            this.tabNetworks.Name = "tabNetworks";
            this.tabNetworks.Padding = new System.Windows.Forms.Padding(3);
            this.tabNetworks.Size = new System.Drawing.Size(990, 583);
            this.tabNetworks.TabIndex = 5;
            this.tabNetworks.Text = "Networks";
            this.tabNetworks.UseVisualStyleBackColor = true;
            // 
            // containerNetworks
            // 
            this.containerNetworks.AllowColumnReorder = true;
            this.containerNetworks.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.containerNetworks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader3,
            columnHeader7,
            columnHeader4,
            columnHeader5,
            columnHeader6});
            this.containerNetworks.Dock = System.Windows.Forms.DockStyle.Fill;
            this.containerNetworks.FullRowSelect = true;
            this.containerNetworks.GridLines = true;
            this.containerNetworks.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.containerNetworks.HideSelection = false;
            this.containerNetworks.Location = new System.Drawing.Point(3, 3);
            this.containerNetworks.MultiSelect = false;
            this.containerNetworks.Name = "containerNetworks";
            this.containerNetworks.ShowGroups = false;
            this.containerNetworks.Size = new System.Drawing.Size(984, 577);
            this.containerNetworks.TabIndex = 2;
            this.containerNetworks.UseCompatibleStateImageBehavior = false;
            this.containerNetworks.View = System.Windows.Forms.View.Details;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "logs.png");
            this.imageList1.Images.SetKeyName(1, "label.png");
            this.imageList1.Images.SetKeyName(2, "mount.png");
            this.imageList1.Images.SetKeyName(3, "port.png");
            this.imageList1.Images.SetKeyName(4, "network.png");
            // 
            // columnHeader4
            // 
            columnHeader4.Text = "Network ID";
            // 
            // columnHeader5
            // 
            columnHeader5.Text = "Endpoint ID";
            // 
            // columnHeader6
            // 
            columnHeader6.Text = "MAC";
            // 
            // DockerContainerDetails
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabs);
            this.Name = "DockerContainerDetails";
            this.Size = new System.Drawing.Size(998, 636);
            this.tabLabels.ResumeLayout(false);
            this.tabs.ResumeLayout(false);
            this.tabLogs.ResumeLayout(false);
            this.tabLogs.PerformLayout();
            this.tabMounts.ResumeLayout(false);
            this.tabPorts.ResumeLayout(false);
            this.tabNetworks.ResumeLayout(false);
            this.ResumeLayout(false);

      }

19 Source : DockerContainers.Designer.cs
with Apache License 2.0
from aloneguid

private void InitializeComponent()
      {
            System.Windows.Forms.ColumnHeader ID;
            System.Windows.Forms.ColumnHeader Name;
            System.Windows.Forms.ColumnHeader Image;
            System.Windows.Forms.ColumnHeader Created;
            System.Windows.Forms.ColumnHeader State;
            this.containersList = new System.Windows.Forms.ListView();
            this.Status = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.dockerContainerDetails = new DockerExplorer.WinForms.DockerContainerDetails();
            ID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Image = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            Created = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            State = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.SuspendLayout();
            // 
            // ID
            // 
            ID.Text = "ID";
            // 
            // Name
            // 
            Name.Text = "Name";
            // 
            // Image
            // 
            Image.Text = "Image";
            // 
            // Created
            // 
            Created.Text = "Created";
            // 
            // State
            // 
            State.Text = "State";
            // 
            // containersList
            // 
            this.containersList.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.containersList.CheckBoxes = true;
            this.containersList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            ID,
            Name,
            Image,
            Created,
            State,
            this.Status});
            this.containersList.Dock = System.Windows.Forms.DockStyle.Top;
            this.containersList.FullRowSelect = true;
            this.containersList.GridLines = true;
            this.containersList.HideSelection = false;
            this.containersList.Location = new System.Drawing.Point(0, 0);
            this.containersList.MultiSelect = false;
            this.containersList.Name = "containersList";
            this.containersList.ShowItemToolTips = true;
            this.containersList.Size = new System.Drawing.Size(1065, 268);
            this.containersList.TabIndex = 5;
            this.containersList.UseCompatibleStateImageBehavior = false;
            this.containersList.View = System.Windows.Forms.View.Details;
            this.containersList.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.containersList_ItemChecked);
            this.containersList.SelectedIndexChanged += new System.EventHandler(this.containersList_SelectedIndexChanged);
            // 
            // Status
            // 
            this.Status.Text = "Status";
            // 
            // splitter1
            // 
            this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitter1.Location = new System.Drawing.Point(0, 268);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(1065, 6);
            this.splitter1.TabIndex = 7;
            this.splitter1.TabStop = false;
            // 
            // dockerContainerDetails
            // 
            this.dockerContainerDetails.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dockerContainerDetails.Location = new System.Drawing.Point(0, 268);
            this.dockerContainerDetails.Name = "dockerContainerDetails";
            this.dockerContainerDetails.Size = new System.Drawing.Size(1065, 569);
            this.dockerContainerDetails.TabIndex = 6;
            // 
            // DockerContainers
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.dockerContainerDetails);
            this.Controls.Add(this.containersList);
            this.Name = "DockerContainers";
            this.Size = new System.Drawing.Size(1065, 837);
            this.ResumeLayout(false);

      }

19 Source : MergeResultsDialog.Designer.cs
with Apache License 2.0
from AmpScm

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MergeResultsDialog));
            this.horizontalDividerLabel = new System.Windows.Forms.Label();
            this.headerDescription = new System.Windows.Forms.Label();
            this.headerreplacedle = new System.Windows.Forms.Label();
            this.controlPanel = new System.Windows.Forms.Panel();
            this.okButton = new System.Windows.Forms.Button();
            this.headerImage = new System.Windows.Forms.PictureBox();
            this.headerPanel = new System.Windows.Forms.Panel();
            this.fileStatisticsGroupBox = new System.Windows.Forms.GroupBox();
            this.fileSkippedFilesValueLabel = new System.Windows.Forms.Label();
            this.fileSkippedDirectoriesValueLabel = new System.Windows.Forms.Label();
            this.fileResolvedValueLabel = new System.Windows.Forms.Label();
            this.fileConflictedValueLabel = new System.Windows.Forms.Label();
            this.fileMergedValueLabel = new System.Windows.Forms.Label();
            this.fileDeletedValueLabel = new System.Windows.Forms.Label();
            this.fileExistedValueLabel = new System.Windows.Forms.Label();
            this.fileAddedValueLabel = new System.Windows.Forms.Label();
            this.fileUpdatedValueLabel = new System.Windows.Forms.Label();
            this.fileSkippedFilesLabel = new System.Windows.Forms.Label();
            this.filesSkipedDirectoriesLabel = new System.Windows.Forms.Label();
            this.fileResolvedLabel = new System.Windows.Forms.Label();
            this.fileConflictedLabel = new System.Windows.Forms.Label();
            this.fileMergedLabel = new System.Windows.Forms.Label();
            this.fileDeletedLabel = new System.Windows.Forms.Label();
            this.fileExistedLabel = new System.Windows.Forms.Label();
            this.fileAddedLabel = new System.Windows.Forms.Label();
            this.fileUpdatedLabel = new System.Windows.Forms.Label();
            this.propertyStatisticsGroupBox = new System.Windows.Forms.GroupBox();
            this.propertyResolvedValueLabel = new System.Windows.Forms.Label();
            this.propertyConflictedValueLabel = new System.Windows.Forms.Label();
            this.propertyMergedValueLabel = new System.Windows.Forms.Label();
            this.propertyUpdatedValueLabel = new System.Windows.Forms.Label();
            this.propertyResolvedLabel = new System.Windows.Forms.Label();
            this.propertyConflictedLabel = new System.Windows.Forms.Label();
            this.propertyMergedLabel = new System.Windows.Forms.Label();
            this.propertyUpdatedLabel = new System.Windows.Forms.Label();
            this.modifiedPathsListView = new System.Windows.Forms.ListView();
            this.changedPathColumn = new System.Windows.Forms.ColumnHeader();
            this.contentColumn = new System.Windows.Forms.ColumnHeader();
            this.propertiesColumn = new System.Windows.Forms.ColumnHeader();
            this.controlPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.headerImage)).BeginInit();
            this.headerPanel.SuspendLayout();
            this.fileStatisticsGroupBox.SuspendLayout();
            this.propertyStatisticsGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // horizontalDividerLabel
            // 
            resources.ApplyResources(this.horizontalDividerLabel, "horizontalDividerLabel");
            this.horizontalDividerLabel.BackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.horizontalDividerLabel.ForeColor = System.Drawing.SystemColors.ControlText;
            this.horizontalDividerLabel.Name = "horizontalDividerLabel";
            // 
            // headerDescription
            // 
            resources.ApplyResources(this.headerDescription, "headerDescription");
            this.headerDescription.Name = "headerDescription";
            // 
            // headerreplacedle
            // 
            resources.ApplyResources(this.headerreplacedle, "headerreplacedle");
            this.headerreplacedle.Name = "headerreplacedle";
            // 
            // controlPanel
            // 
            resources.ApplyResources(this.controlPanel, "controlPanel");
            this.controlPanel.Controls.Add(this.okButton);
            this.controlPanel.Controls.Add(this.horizontalDividerLabel);
            this.controlPanel.Name = "controlPanel";
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.Name = "okButton";
            this.okButton.UseVisualStyleBackColor = true;
            // 
            // headerImage
            // 
            resources.ApplyResources(this.headerImage, "headerImage");
            this.headerImage.ErrorImage = null;
            this.headerImage.MaximumSize = new System.Drawing.Size(64, 64);
            this.headerImage.MinimumSize = new System.Drawing.Size(64, 64);
            this.headerImage.Name = "headerImage";
            this.headerImage.TabStop = false;
            // 
            // headerPanel
            // 
            resources.ApplyResources(this.headerPanel, "headerPanel");
            this.headerPanel.BackColor = System.Drawing.Color.White;
            this.headerPanel.Controls.Add(this.headerDescription);
            this.headerPanel.Controls.Add(this.headerreplacedle);
            this.headerPanel.Controls.Add(this.headerImage);
            this.headerPanel.Name = "headerPanel";
            // 
            // fileStatisticsGroupBox
            // 
            this.fileStatisticsGroupBox.Controls.Add(this.fileSkippedFilesValueLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileSkippedDirectoriesValueLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileResolvedValueLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileConflictedValueLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileMergedValueLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileDeletedValueLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileExistedValueLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileAddedValueLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileUpdatedValueLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileSkippedFilesLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.filesSkipedDirectoriesLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileResolvedLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileConflictedLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileMergedLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileDeletedLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileExistedLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileAddedLabel);
            this.fileStatisticsGroupBox.Controls.Add(this.fileUpdatedLabel);
            resources.ApplyResources(this.fileStatisticsGroupBox, "fileStatisticsGroupBox");
            this.fileStatisticsGroupBox.Name = "fileStatisticsGroupBox";
            this.fileStatisticsGroupBox.TabStop = false;
            // 
            // fileSkippedFilesValueLabel
            // 
            resources.ApplyResources(this.fileSkippedFilesValueLabel, "fileSkippedFilesValueLabel");
            this.fileSkippedFilesValueLabel.Name = "fileSkippedFilesValueLabel";
            // 
            // fileSkippedDirectoriesValueLabel
            // 
            resources.ApplyResources(this.fileSkippedDirectoriesValueLabel, "fileSkippedDirectoriesValueLabel");
            this.fileSkippedDirectoriesValueLabel.Name = "fileSkippedDirectoriesValueLabel";
            // 
            // fileResolvedValueLabel
            // 
            resources.ApplyResources(this.fileResolvedValueLabel, "fileResolvedValueLabel");
            this.fileResolvedValueLabel.Name = "fileResolvedValueLabel";
            // 
            // fileConflictedValueLabel
            // 
            resources.ApplyResources(this.fileConflictedValueLabel, "fileConflictedValueLabel");
            this.fileConflictedValueLabel.Name = "fileConflictedValueLabel";
            // 
            // fileMergedValueLabel
            // 
            resources.ApplyResources(this.fileMergedValueLabel, "fileMergedValueLabel");
            this.fileMergedValueLabel.Name = "fileMergedValueLabel";
            // 
            // fileDeletedValueLabel
            // 
            resources.ApplyResources(this.fileDeletedValueLabel, "fileDeletedValueLabel");
            this.fileDeletedValueLabel.Name = "fileDeletedValueLabel";
            // 
            // fileExistedValueLabel
            // 
            resources.ApplyResources(this.fileExistedValueLabel, "fileExistedValueLabel");
            this.fileExistedValueLabel.Name = "fileExistedValueLabel";
            // 
            // fileAddedValueLabel
            // 
            resources.ApplyResources(this.fileAddedValueLabel, "fileAddedValueLabel");
            this.fileAddedValueLabel.Name = "fileAddedValueLabel";
            // 
            // fileUpdatedValueLabel
            // 
            resources.ApplyResources(this.fileUpdatedValueLabel, "fileUpdatedValueLabel");
            this.fileUpdatedValueLabel.Name = "fileUpdatedValueLabel";
            // 
            // fileSkippedFilesLabel
            // 
            resources.ApplyResources(this.fileSkippedFilesLabel, "fileSkippedFilesLabel");
            this.fileSkippedFilesLabel.Name = "fileSkippedFilesLabel";
            // 
            // filesSkipedDirectoriesLabel
            // 
            resources.ApplyResources(this.filesSkipedDirectoriesLabel, "filesSkipedDirectoriesLabel");
            this.filesSkipedDirectoriesLabel.Name = "filesSkipedDirectoriesLabel";
            // 
            // fileResolvedLabel
            // 
            resources.ApplyResources(this.fileResolvedLabel, "fileResolvedLabel");
            this.fileResolvedLabel.Name = "fileResolvedLabel";
            // 
            // fileConflictedLabel
            // 
            resources.ApplyResources(this.fileConflictedLabel, "fileConflictedLabel");
            this.fileConflictedLabel.Name = "fileConflictedLabel";
            // 
            // fileMergedLabel
            // 
            resources.ApplyResources(this.fileMergedLabel, "fileMergedLabel");
            this.fileMergedLabel.Name = "fileMergedLabel";
            // 
            // fileDeletedLabel
            // 
            resources.ApplyResources(this.fileDeletedLabel, "fileDeletedLabel");
            this.fileDeletedLabel.Name = "fileDeletedLabel";
            // 
            // fileExistedLabel
            // 
            resources.ApplyResources(this.fileExistedLabel, "fileExistedLabel");
            this.fileExistedLabel.Name = "fileExistedLabel";
            // 
            // fileAddedLabel
            // 
            resources.ApplyResources(this.fileAddedLabel, "fileAddedLabel");
            this.fileAddedLabel.Name = "fileAddedLabel";
            // 
            // fileUpdatedLabel
            // 
            resources.ApplyResources(this.fileUpdatedLabel, "fileUpdatedLabel");
            this.fileUpdatedLabel.Name = "fileUpdatedLabel";
            // 
            // propertyStatisticsGroupBox
            // 
            this.propertyStatisticsGroupBox.Controls.Add(this.propertyResolvedValueLabel);
            this.propertyStatisticsGroupBox.Controls.Add(this.propertyConflictedValueLabel);
            this.propertyStatisticsGroupBox.Controls.Add(this.propertyMergedValueLabel);
            this.propertyStatisticsGroupBox.Controls.Add(this.propertyUpdatedValueLabel);
            this.propertyStatisticsGroupBox.Controls.Add(this.propertyResolvedLabel);
            this.propertyStatisticsGroupBox.Controls.Add(this.propertyConflictedLabel);
            this.propertyStatisticsGroupBox.Controls.Add(this.propertyMergedLabel);
            this.propertyStatisticsGroupBox.Controls.Add(this.propertyUpdatedLabel);
            resources.ApplyResources(this.propertyStatisticsGroupBox, "propertyStatisticsGroupBox");
            this.propertyStatisticsGroupBox.Name = "propertyStatisticsGroupBox";
            this.propertyStatisticsGroupBox.TabStop = false;
            // 
            // propertyResolvedValueLabel
            // 
            resources.ApplyResources(this.propertyResolvedValueLabel, "propertyResolvedValueLabel");
            this.propertyResolvedValueLabel.Name = "propertyResolvedValueLabel";
            // 
            // propertyConflictedValueLabel
            // 
            resources.ApplyResources(this.propertyConflictedValueLabel, "propertyConflictedValueLabel");
            this.propertyConflictedValueLabel.Name = "propertyConflictedValueLabel";
            // 
            // propertyMergedValueLabel
            // 
            resources.ApplyResources(this.propertyMergedValueLabel, "propertyMergedValueLabel");
            this.propertyMergedValueLabel.Name = "propertyMergedValueLabel";
            // 
            // propertyUpdatedValueLabel
            // 
            resources.ApplyResources(this.propertyUpdatedValueLabel, "propertyUpdatedValueLabel");
            this.propertyUpdatedValueLabel.Name = "propertyUpdatedValueLabel";
            // 
            // propertyResolvedLabel
            // 
            resources.ApplyResources(this.propertyResolvedLabel, "propertyResolvedLabel");
            this.propertyResolvedLabel.Name = "propertyResolvedLabel";
            // 
            // propertyConflictedLabel
            // 
            resources.ApplyResources(this.propertyConflictedLabel, "propertyConflictedLabel");
            this.propertyConflictedLabel.Name = "propertyConflictedLabel";
            // 
            // propertyMergedLabel
            // 
            resources.ApplyResources(this.propertyMergedLabel, "propertyMergedLabel");
            this.propertyMergedLabel.Name = "propertyMergedLabel";
            // 
            // propertyUpdatedLabel
            // 
            resources.ApplyResources(this.propertyUpdatedLabel, "propertyUpdatedLabel");
            this.propertyUpdatedLabel.Name = "propertyUpdatedLabel";
            // 
            // modifiedPathsListView
            // 
            resources.ApplyResources(this.modifiedPathsListView, "modifiedPathsListView");
            this.modifiedPathsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.changedPathColumn,
            this.contentColumn,
            this.propertiesColumn});
            this.modifiedPathsListView.FullRowSelect = true;
            this.modifiedPathsListView.GridLines = true;
            this.modifiedPathsListView.MultiSelect = false;
            this.modifiedPathsListView.Name = "modifiedPathsListView";
            this.modifiedPathsListView.UseCompatibleStateImageBehavior = false;
            this.modifiedPathsListView.View = System.Windows.Forms.View.Details;
            // 
            // changedPathColumn
            // 
            resources.ApplyResources(this.changedPathColumn, "changedPathColumn");
            // 
            // contentColumn
            // 
            resources.ApplyResources(this.contentColumn, "contentColumn");
            // 
            // propertiesColumn
            // 
            resources.ApplyResources(this.propertiesColumn, "propertiesColumn");
            // 
            // MergeResultsDialog
            // 
            this.AcceptButton = this.okButton;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.modifiedPathsListView);
            this.Controls.Add(this.propertyStatisticsGroupBox);
            this.Controls.Add(this.fileStatisticsGroupBox);
            this.Controls.Add(this.controlPanel);
            this.Controls.Add(this.headerPanel);
            this.MinimizeBox = false;
            this.Name = "MergeResultsDialog";
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.MergeResultsDialog_Load);
            this.Resize += new System.EventHandler(this.MergeResultsDialog_Resize);
            this.controlPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.headerImage)).EndInit();
            this.headerPanel.ResumeLayout(false);
            this.headerPanel.PerformLayout();
            this.fileStatisticsGroupBox.ResumeLayout(false);
            this.fileStatisticsGroupBox.PerformLayout();
            this.propertyStatisticsGroupBox.ResumeLayout(false);
            this.propertyStatisticsGroupBox.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : AdvancedMergeUserToolSettingsControl.Designer.cs
with Apache License 2.0
from AmpScm

private void InitializeComponent()
        {
            this.listView = new System.Windows.Forms.ListView();
            this.Extension = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Program = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.deleteButton = new System.Windows.Forms.Button();
            this.modifyButton = new System.Windows.Forms.Button();
            this.addButton = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // listView
            // 
            this.listView.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.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.Extension,
            this.Program});
            this.listView.FullRowSelect = true;
            this.listView.Location = new System.Drawing.Point(12, 12);
            this.listView.Name = "listView";
            this.listView.Size = new System.Drawing.Size(330, 330);
            this.listView.TabIndex = 19;
            this.listView.UseCompatibleStateImageBehavior = false;
            this.listView.View = System.Windows.Forms.View.Details;
            // 
            // Extension
            // 
            this.Extension.Text = "Extension";
            // 
            // Program
            // 
            this.Program.Text = "Program";
            this.Program.Width = 188;
            // 
            // deleteButton
            // 
            this.deleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.deleteButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.deleteButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.deleteButton.Location = new System.Drawing.Point(348, 70);
            this.deleteButton.Name = "deleteButton";
            this.deleteButton.Size = new System.Drawing.Size(75, 23);
            this.deleteButton.TabIndex = 18;
            this.deleteButton.Text = "Delete";
            this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
            // 
            // modifyButton
            // 
            this.modifyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.modifyButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.modifyButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.modifyButton.Location = new System.Drawing.Point(348, 41);
            this.modifyButton.Name = "modifyButton";
            this.modifyButton.Size = new System.Drawing.Size(75, 23);
            this.modifyButton.TabIndex = 17;
            this.modifyButton.Text = "Modify";
            this.modifyButton.Click += new System.EventHandler(this.modifyButton_Click);
            // 
            // addButton
            // 
            this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.addButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.addButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.addButton.Location = new System.Drawing.Point(348, 12);
            this.addButton.Name = "addButton";
            this.addButton.Size = new System.Drawing.Size(75, 23);
            this.addButton.TabIndex = 16;
            this.addButton.Text = "Add";
            this.addButton.Click += new System.EventHandler(this.addButton_Click);
            // 
            // AdvancedDiffUserToolSettingsControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.Controls.Add(this.listView);
            this.Controls.Add(this.deleteButton);
            this.Controls.Add(this.modifyButton);
            this.Controls.Add(this.addButton);
            this.Name = "AdvancedDiffUserToolSettingsControl";
            this.Size = new System.Drawing.Size(435, 354);
            this.ResumeLayout(false);

        }

19 Source : MainForm.Designer.cs
with Mozilla Public License 2.0
from amrali-eg

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label lblBaseDirectory;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            System.Windows.Forms.Label lblFileMasks;
            System.Windows.Forms.Label lblValidCharsets;
            System.Windows.Forms.ColumnHeader colEncoding;
            System.Windows.Forms.ColumnHeader colFileName;
            System.Windows.Forms.ColumnHeader colDirectory;
            this.btnBrowseDirectories = new System.Windows.Forms.Button();
            this.chkIncludeSubdirectories = new System.Windows.Forms.CheckBox();
            this.txtFileMasks = new System.Windows.Forms.TextBox();
            this.lstValidCharsets = new System.Windows.Forms.CheckedListBox();
            this.btnValidate = new System.Windows.Forms.Button();
            this.lstResults = new System.Windows.Forms.ListView();
            this.imgsResults = new System.Windows.Forms.ImageList(this.components);
            this.dlgBrowseDirectories = new System.Windows.Forms.FolderBrowserDialog();
            this.statusBar = new System.Windows.Forms.StatusStrip();
            this.tlnkHelp = new System.Windows.Forms.ToolStripStatusLabel();
            this.tlnkAbout = new System.Windows.Forms.ToolStripStatusLabel();
            this.tlnkExport = new System.Windows.Forms.ToolStripStatusLabel();
            this.actionProgress = new System.Windows.Forms.ToolStripProgressBar();
            this.actionStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.btnView = new System.Windows.Forms.Button();
            this.lstBaseDirectory = new System.Windows.Forms.ComboBox();
            this.lblConvert = new System.Windows.Forms.Label();
            this.lstConvert = new System.Windows.Forms.ComboBox();
            this.btnConvert = new System.Windows.Forms.Button();
            this.chkSelectDeselectAll = new System.Windows.Forms.CheckBox();
            this.btnCancel = new System.Windows.Forms.Button();
            lblBaseDirectory = new System.Windows.Forms.Label();
            lblFileMasks = new System.Windows.Forms.Label();
            lblValidCharsets = new System.Windows.Forms.Label();
            colEncoding = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colFileName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            colDirectory = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.statusBar.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblBaseDirectory
            // 
            resources.ApplyResources(lblBaseDirectory, "lblBaseDirectory");
            lblBaseDirectory.Name = "lblBaseDirectory";
            // 
            // lblFileMasks
            // 
            resources.ApplyResources(lblFileMasks, "lblFileMasks");
            lblFileMasks.Name = "lblFileMasks";
            // 
            // lblValidCharsets
            // 
            resources.ApplyResources(lblValidCharsets, "lblValidCharsets");
            lblValidCharsets.Name = "lblValidCharsets";
            // 
            // colEncoding
            // 
            resources.ApplyResources(colEncoding, "colEncoding");
            // 
            // colFileName
            // 
            resources.ApplyResources(colFileName, "colFileName");
            // 
            // colDirectory
            // 
            resources.ApplyResources(colDirectory, "colDirectory");
            // 
            // btnBrowseDirectories
            // 
            resources.ApplyResources(this.btnBrowseDirectories, "btnBrowseDirectories");
            this.btnBrowseDirectories.Name = "btnBrowseDirectories";
            this.btnBrowseDirectories.UseVisualStyleBackColor = true;
            this.btnBrowseDirectories.Click += new System.EventHandler(this.OnBrowseDirectories);
            // 
            // chkIncludeSubdirectories
            // 
            resources.ApplyResources(this.chkIncludeSubdirectories, "chkIncludeSubdirectories");
            this.chkIncludeSubdirectories.Name = "chkIncludeSubdirectories";
            this.chkIncludeSubdirectories.UseVisualStyleBackColor = true;
            // 
            // txtFileMasks
            // 
            this.txtFileMasks.AcceptsReturn = true;
            resources.ApplyResources(this.txtFileMasks, "txtFileMasks");
            this.txtFileMasks.Name = "txtFileMasks";
            // 
            // lstValidCharsets
            // 
            this.lstValidCharsets.CheckOnClick = true;
            this.lstValidCharsets.FormattingEnabled = true;
            resources.ApplyResources(this.lstValidCharsets, "lstValidCharsets");
            this.lstValidCharsets.Name = "lstValidCharsets";
            // 
            // btnValidate
            // 
            resources.ApplyResources(this.btnValidate, "btnValidate");
            this.btnValidate.Name = "btnValidate";
            this.btnValidate.UseVisualStyleBackColor = true;
            this.btnValidate.Click += new System.EventHandler(this.OnAction);
            // 
            // lstResults
            // 
            resources.ApplyResources(this.lstResults, "lstResults");
            this.lstResults.CheckBoxes = true;
            this.lstResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            colEncoding,
            colFileName,
            colDirectory});
            this.lstResults.FullRowSelect = true;
            this.lstResults.GridLines = true;
            this.lstResults.HideSelection = false;
            this.lstResults.Name = "lstResults";
            this.lstResults.SmallImageList = this.imgsResults;
            this.lstResults.UseCompatibleStateImageBehavior = false;
            this.lstResults.View = System.Windows.Forms.View.Details;
            this.lstResults.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.OnResultColumnClick);
            this.lstResults.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.OnResulreplacedemChecked);
            // 
            // imgsResults
            // 
            this.imgsResults.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgsResults.ImageStream")));
            this.imgsResults.TransparentColor = System.Drawing.Color.Transparent;
            this.imgsResults.Images.SetKeyName(0, "Successful");
            this.imgsResults.Images.SetKeyName(1, "Failed");
            this.imgsResults.Images.SetKeyName(2, "Warning");
            // 
            // dlgBrowseDirectories
            // 
            resources.ApplyResources(this.dlgBrowseDirectories, "dlgBrowseDirectories");
            // 
            // statusBar
            // 
            this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tlnkHelp,
            this.tlnkAbout,
            this.tlnkExport,
            this.actionProgress,
            this.actionStatus});
            resources.ApplyResources(this.statusBar, "statusBar");
            this.statusBar.Name = "statusBar";
            // 
            // tlnkHelp
            // 
            this.tlnkHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tlnkHelp.IsLink = true;
            this.tlnkHelp.Name = "tlnkHelp";
            resources.ApplyResources(this.tlnkHelp, "tlnkHelp");
            this.tlnkHelp.Click += new System.EventHandler(this.OnHelp);
            // 
            // tlnkAbout
            // 
            this.tlnkAbout.IsLink = true;
            this.tlnkAbout.Name = "tlnkAbout";
            resources.ApplyResources(this.tlnkAbout, "tlnkAbout");
            this.tlnkAbout.Click += new System.EventHandler(this.OnAbout);
            // 
            // tlnkExport
            // 
            this.tlnkExport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tlnkExport.IsLink = true;
            this.tlnkExport.Name = "tlnkExport";
            resources.ApplyResources(this.tlnkExport, "tlnkExport");
            this.tlnkExport.Click += new System.EventHandler(this.OnExport);
            // 
            // actionProgress
            // 
            this.actionProgress.Name = "actionProgress";
            resources.ApplyResources(this.actionProgress, "actionProgress");
            this.actionProgress.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            // 
            // actionStatus
            // 
            this.actionStatus.Name = "actionStatus";
            resources.ApplyResources(this.actionStatus, "actionStatus");
            // 
            // btnView
            // 
            resources.ApplyResources(this.btnView, "btnView");
            this.btnView.Name = "btnView";
            this.btnView.UseVisualStyleBackColor = true;
            this.btnView.Click += new System.EventHandler(this.OnAction);
            // 
            // lstBaseDirectory
            // 
            resources.ApplyResources(this.lstBaseDirectory, "lstBaseDirectory");
            this.lstBaseDirectory.FormattingEnabled = true;
            this.lstBaseDirectory.Name = "lstBaseDirectory";
            // 
            // lblConvert
            // 
            resources.ApplyResources(this.lblConvert, "lblConvert");
            this.lblConvert.Name = "lblConvert";
            // 
            // lstConvert
            // 
            this.lstConvert.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            resources.ApplyResources(this.lstConvert, "lstConvert");
            this.lstConvert.FormattingEnabled = true;
            this.lstConvert.Name = "lstConvert";
            // 
            // btnConvert
            // 
            resources.ApplyResources(this.btnConvert, "btnConvert");
            this.btnConvert.Name = "btnConvert";
            this.btnConvert.UseVisualStyleBackColor = true;
            this.btnConvert.Click += new System.EventHandler(this.OnConvert);
            // 
            // chkSelectDeselectAll
            // 
            resources.ApplyResources(this.chkSelectDeselectAll, "chkSelectDeselectAll");
            this.chkSelectDeselectAll.Name = "chkSelectDeselectAll";
            this.chkSelectDeselectAll.UseVisualStyleBackColor = true;
            this.chkSelectDeselectAll.CheckedChanged += new System.EventHandler(this.OnSelectDeselectAll);
            // 
            // btnCancel
            // 
            resources.ApplyResources(this.btnCancel, "btnCancel");
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.OnCancelAction);
            // 
            // MainForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.chkSelectDeselectAll);
            this.Controls.Add(this.btnConvert);
            this.Controls.Add(this.lstConvert);
            this.Controls.Add(this.lblConvert);
            this.Controls.Add(this.lstBaseDirectory);
            this.Controls.Add(this.btnView);
            this.Controls.Add(this.statusBar);
            this.Controls.Add(this.lstResults);
            this.Controls.Add(this.btnValidate);
            this.Controls.Add(this.lstValidCharsets);
            this.Controls.Add(lblValidCharsets);
            this.Controls.Add(this.txtFileMasks);
            this.Controls.Add(lblFileMasks);
            this.Controls.Add(this.chkIncludeSubdirectories);
            this.Controls.Add(this.btnBrowseDirectories);
            this.Controls.Add(lblBaseDirectory);
            this.DoubleBuffered = true;
            this.Name = "MainForm";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
            this.Load += new System.EventHandler(this.OnFormLoad);
            this.statusBar.ResumeLayout(false);
            this.statusBar.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : ScriptEditorPanel.Designer.cs
with GNU General Public License v3.0
from anotak

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptEditorPanel));
			this.tabs = new System.Windows.Forms.TabControl();
			this.toolbar = new System.Windows.Forms.ToolStrip();
			this.buttonnew = new System.Windows.Forms.ToolStripDropDownButton();
			this.buttonopen = new System.Windows.Forms.ToolStripButton();
			this.buttonsave = new System.Windows.Forms.ToolStripButton();
			this.buttonsaveall = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.buttonundo = new System.Windows.Forms.ToolStripButton();
			this.buttonredo = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.buttoncut = new System.Windows.Forms.ToolStripButton();
			this.buttoncopy = new System.Windows.Forms.ToolStripButton();
			this.buttonpaste = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
			this.buttonscriptconfig = new System.Windows.Forms.ToolStripDropDownButton();
			this.buttoncompile = new System.Windows.Forms.ToolStripButton();
			this.buttonclose = new System.Windows.Forms.ToolStripButton();
			this.buttonkeywordhelp = new System.Windows.Forms.ToolStripButton();
			this.openfile = new System.Windows.Forms.OpenFileDialog();
			this.savefile = new System.Windows.Forms.SaveFileDialog();
			this.splitter = new System.Windows.Forms.SplitContainer();
			this.label1 = new System.Windows.Forms.Label();
			this.errorlist = new System.Windows.Forms.ListView();
			this.colIndex = new System.Windows.Forms.ColumnHeader();
			this.colDescription = new System.Windows.Forms.ColumnHeader();
			this.colFile = new System.Windows.Forms.ColumnHeader();
			this.errorimages = new System.Windows.Forms.ImageList(this.components);
			this.toolbar.SuspendLayout();
			this.splitter.Panel1.SuspendLayout();
			this.splitter.Panel2.SuspendLayout();
			this.splitter.SuspendLayout();
			this.SuspendLayout();
			// 
			// tabs
			// 
			this.tabs.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.tabs.Location = new System.Drawing.Point(3, 8);
			this.tabs.Margin = new System.Windows.Forms.Padding(3, 8, 3, 3);
			this.tabs.Name = "tabs";
			this.tabs.Padding = new System.Drawing.Point(12, 3);
			this.tabs.SelectedIndex = 0;
			this.tabs.Size = new System.Drawing.Size(720, 401);
			this.tabs.TabIndex = 0;
			this.tabs.TabStop = false;
			this.tabs.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabs_Selecting);
			this.tabs.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tabs_MouseUp);
			// 
			// toolbar
			// 
			this.toolbar.AllowMerge = false;
			this.toolbar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.toolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.buttonnew,
            this.buttonopen,
            this.buttonsave,
            this.buttonsaveall,
            this.toolStripSeparator1,
            this.buttonundo,
            this.buttonredo,
            this.toolStripSeparator2,
            this.buttoncut,
            this.buttoncopy,
            this.buttonpaste,
            this.toolStripSeparator3,
            this.buttonscriptconfig,
            this.buttoncompile,
            this.buttonclose,
            this.buttonkeywordhelp});
			this.toolbar.Location = new System.Drawing.Point(0, 0);
			this.toolbar.Name = "toolbar";
			this.toolbar.Size = new System.Drawing.Size(726, 25);
			this.toolbar.TabIndex = 1;
			// 
			// buttonnew
			// 
			this.buttonnew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttonnew.Image = global::CodeImp.DoomBuilder.Properties.Resources.NewScript;
			this.buttonnew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.buttonnew.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttonnew.Margin = new System.Windows.Forms.Padding(6, 1, 0, 2);
			this.buttonnew.Name = "buttonnew";
			this.buttonnew.Size = new System.Drawing.Size(29, 22);
			this.buttonnew.Text = "New File";
			// 
			// buttonopen
			// 
			this.buttonopen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttonopen.Image = global::CodeImp.DoomBuilder.Properties.Resources.OpenScript;
			this.buttonopen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.buttonopen.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttonopen.Margin = new System.Windows.Forms.Padding(3, 1, 0, 2);
			this.buttonopen.Name = "buttonopen";
			this.buttonopen.Size = new System.Drawing.Size(23, 22);
			this.buttonopen.Text = "Open File";
			this.buttonopen.Click += new System.EventHandler(this.buttonopen_Click);
			// 
			// buttonsave
			// 
			this.buttonsave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttonsave.Enabled = false;
			this.buttonsave.Image = global::CodeImp.DoomBuilder.Properties.Resources.SaveScript;
			this.buttonsave.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttonsave.Name = "buttonsave";
			this.buttonsave.Size = new System.Drawing.Size(23, 22);
			this.buttonsave.Text = "Save File";
			this.buttonsave.Click += new System.EventHandler(this.buttonsave_Click);
			// 
			// buttonsaveall
			// 
			this.buttonsaveall.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttonsaveall.Enabled = false;
			this.buttonsaveall.Image = global::CodeImp.DoomBuilder.Properties.Resources.SaveAll;
			this.buttonsaveall.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttonsaveall.Name = "buttonsaveall";
			this.buttonsaveall.Size = new System.Drawing.Size(23, 22);
			this.buttonsaveall.Text = "Save All Files";
			this.buttonsaveall.Click += new System.EventHandler(this.buttonsaveall_Click);
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			// 
			// buttonundo
			// 
			this.buttonundo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttonundo.Image = global::CodeImp.DoomBuilder.Properties.Resources.Undo;
			this.buttonundo.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttonundo.Name = "buttonundo";
			this.buttonundo.Size = new System.Drawing.Size(23, 22);
			this.buttonundo.Text = "Undo";
			this.buttonundo.Click += new System.EventHandler(this.buttonundo_Click);
			// 
			// buttonredo
			// 
			this.buttonredo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttonredo.Image = global::CodeImp.DoomBuilder.Properties.Resources.Redo;
			this.buttonredo.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttonredo.Name = "buttonredo";
			this.buttonredo.Size = new System.Drawing.Size(23, 22);
			this.buttonredo.Text = "Redo";
			this.buttonredo.Click += new System.EventHandler(this.buttonredo_Click);
			// 
			// toolStripSeparator2
			// 
			this.toolStripSeparator2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
			// 
			// buttoncut
			// 
			this.buttoncut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttoncut.Image = global::CodeImp.DoomBuilder.Properties.Resources.Cut;
			this.buttoncut.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttoncut.Name = "buttoncut";
			this.buttoncut.Size = new System.Drawing.Size(23, 22);
			this.buttoncut.Text = "Cut Selection";
			this.buttoncut.Click += new System.EventHandler(this.buttoncut_Click);
			// 
			// buttoncopy
			// 
			this.buttoncopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttoncopy.Image = global::CodeImp.DoomBuilder.Properties.Resources.Copy;
			this.buttoncopy.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttoncopy.Name = "buttoncopy";
			this.buttoncopy.Size = new System.Drawing.Size(23, 22);
			this.buttoncopy.Text = "Copy Selection";
			this.buttoncopy.Click += new System.EventHandler(this.buttoncopy_Click);
			// 
			// buttonpaste
			// 
			this.buttonpaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttonpaste.Image = global::CodeImp.DoomBuilder.Properties.Resources.Paste;
			this.buttonpaste.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttonpaste.Name = "buttonpaste";
			this.buttonpaste.Size = new System.Drawing.Size(23, 22);
			this.buttonpaste.Text = "Paste";
			this.buttonpaste.Click += new System.EventHandler(this.buttonpaste_Click);
			// 
			// toolStripSeparator3
			// 
			this.toolStripSeparator3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
			this.toolStripSeparator3.Name = "toolStripSeparator3";
			this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
			// 
			// buttonscriptconfig
			// 
			this.buttonscriptconfig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttonscriptconfig.Enabled = false;
			this.buttonscriptconfig.Image = global::CodeImp.DoomBuilder.Properties.Resources.ScriptPalette;
			this.buttonscriptconfig.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttonscriptconfig.Name = "buttonscriptconfig";
			this.buttonscriptconfig.Size = new System.Drawing.Size(29, 22);
			this.buttonscriptconfig.Text = "Change Script Type";
			// 
			// buttoncompile
			// 
			this.buttoncompile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttoncompile.Image = global::CodeImp.DoomBuilder.Properties.Resources.ScriptCompile;
			this.buttoncompile.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttoncompile.Margin = new System.Windows.Forms.Padding(3, 1, 0, 2);
			this.buttoncompile.Name = "buttoncompile";
			this.buttoncompile.Size = new System.Drawing.Size(23, 22);
			this.buttoncompile.Text = "Compile Script";
			this.buttoncompile.Click += new System.EventHandler(this.buttoncompile_Click);
			// 
			// buttonclose
			// 
			this.buttonclose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.buttonclose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttonclose.Image = global::CodeImp.DoomBuilder.Properties.Resources.Close;
			this.buttonclose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.buttonclose.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttonclose.Name = "buttonclose";
			this.buttonclose.Size = new System.Drawing.Size(23, 22);
			this.buttonclose.Text = "Close File";
			this.buttonclose.Click += new System.EventHandler(this.buttonclose_Click);
			// 
			// buttonkeywordhelp
			// 
			this.buttonkeywordhelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.buttonkeywordhelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.buttonkeywordhelp.Image = global::CodeImp.DoomBuilder.Properties.Resources.ScriptHelp;
			this.buttonkeywordhelp.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.buttonkeywordhelp.Name = "buttonkeywordhelp";
			this.buttonkeywordhelp.Size = new System.Drawing.Size(23, 22);
			this.buttonkeywordhelp.Text = "Keyword Help";
			this.buttonkeywordhelp.Click += new System.EventHandler(this.buttonkeywordhelp_Click);
			// 
			// openfile
			// 
			this.openfile.replacedle = "Open Script";
			// 
			// savefile
			// 
			this.savefile.replacedle = "Save Script As";
			// 
			// splitter
			// 
			this.splitter.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitter.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
			this.splitter.IsSplitterFixed = true;
			this.splitter.Location = new System.Drawing.Point(0, 25);
			this.splitter.Name = "splitter";
			this.splitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitter.Panel1
			// 
			this.splitter.Panel1.Controls.Add(this.tabs);
			// 
			// splitter.Panel2
			// 
			this.splitter.Panel2.Controls.Add(this.label1);
			this.splitter.Panel2.Controls.Add(this.errorlist);
			this.splitter.Size = new System.Drawing.Size(726, 538);
			this.splitter.SplitterDistance = 412;
			this.splitter.TabIndex = 2;
			this.splitter.TabStop = false;
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.label1.BackColor = System.Drawing.SystemColors.ActiveCaption;
			this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
			this.label1.Location = new System.Drawing.Point(3, 0);
			this.label1.Name = "label1";
			this.label1.Padding = new System.Windows.Forms.Padding(1);
			this.label1.Size = new System.Drawing.Size(720, 16);
			this.label1.TabIndex = 1;
			this.label1.Text = "Errors";
			// 
			// errorlist
			// 
			this.errorlist.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.errorlist.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colIndex,
            this.colDescription,
            this.colFile});
			this.errorlist.FullRowSelect = true;
			this.errorlist.GridLines = true;
			this.errorlist.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.errorlist.LabelWrap = false;
			this.errorlist.Location = new System.Drawing.Point(3, 19);
			this.errorlist.MultiSelect = false;
			this.errorlist.Name = "errorlist";
			this.errorlist.ShowGroups = false;
			this.errorlist.Size = new System.Drawing.Size(720, 100);
			this.errorlist.SmallImageList = this.errorimages;
			this.errorlist.TabIndex = 0;
			this.errorlist.TabStop = false;
			this.errorlist.UseCompatibleStateImageBehavior = false;
			this.errorlist.View = System.Windows.Forms.View.Details;
			this.errorlist.ItemActivate += new System.EventHandler(this.errorlist_ItemActivate);
			// 
			// colIndex
			// 
			this.colIndex.Text = "";
			this.colIndex.Width = 45;
			// 
			// colDescription
			// 
			this.colDescription.Text = "Description";
			this.colDescription.Width = 500;
			// 
			// colFile
			// 
			this.colFile.Text = "File";
			this.colFile.Width = 150;
			// 
			// errorimages
			// 
			this.errorimages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("errorimages.ImageStream")));
			this.errorimages.TransparentColor = System.Drawing.Color.Transparent;
			this.errorimages.Images.SetKeyName(0, "ScriptError3.png");
			// 
			// ScriptEditorPanel
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.Controls.Add(this.splitter);
			this.Controls.Add(this.toolbar);
			this.Name = "ScriptEditorPanel";
			this.Size = new System.Drawing.Size(726, 563);
			this.toolbar.ResumeLayout(false);
			this.toolbar.PerformLayout();
			this.splitter.Panel1.ResumeLayout(false);
			this.splitter.Panel2.ResumeLayout(false);
			this.splitter.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}

19 Source : ConfigForm.Designer.cs
with GNU General Public License v3.0
from anotak

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Windows.Forms.Label label5;
			System.Windows.Forms.Label label6;
			System.Windows.Forms.Label label3;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigForm));
			System.Windows.Forms.Label label2;
			System.Windows.Forms.Label label7;
			System.Windows.Forms.Label label9;
			System.Windows.Forms.Label label1;
			System.Windows.Forms.Label label8;
			System.Windows.Forms.Label label4;
			System.Windows.Forms.Label label10;
			this.labelparameters = new System.Windows.Forms.Label();
			this.cancel = new System.Windows.Forms.Button();
			this.apply = new System.Windows.Forms.Button();
			this.tabs = new System.Windows.Forms.TabControl();
			this.tabresources = new System.Windows.Forms.TabPage();
			this.configdata = new CodeImp.DoomBuilder.Controls.ResourceListEditor();
			this.tabnodebuilder = new System.Windows.Forms.TabPage();
			this.nodebuildertest = new System.Windows.Forms.ComboBox();
			this.nodebuildersave = new System.Windows.Forms.ComboBox();
			this.tabtesting = new System.Windows.Forms.TabPage();
			this.shortpaths = new System.Windows.Forms.CheckBox();
			this.customparameters = new System.Windows.Forms.CheckBox();
			this.skill = new CodeImp.DoomBuilder.Controls.ActionSelectorControl();
			this.browsetestprogram = new System.Windows.Forms.Button();
			this.noresultlabel = new System.Windows.Forms.Label();
			this.testresult = new System.Windows.Forms.TextBox();
			this.labelresult = new System.Windows.Forms.Label();
			this.testparameters = new System.Windows.Forms.TextBox();
			this.testapplication = new System.Windows.Forms.TextBox();
			this.tabtextures = new System.Windows.Forms.TabPage();
			this.listtextures = new System.Windows.Forms.ListView();
			this.smallimages = new System.Windows.Forms.ImageList(this.components);
			this.restoretexturesets = new System.Windows.Forms.Button();
			this.edittextureset = new System.Windows.Forms.Button();
			this.pastetexturesets = new System.Windows.Forms.Button();
			this.copytexturesets = new System.Windows.Forms.Button();
			this.removetextureset = new System.Windows.Forms.Button();
			this.addtextureset = new System.Windows.Forms.Button();
			this.tabmodes = new System.Windows.Forms.TabPage();
			this.startmode = new System.Windows.Forms.ComboBox();
			this.label11 = new System.Windows.Forms.Label();
			this.listmodes = new System.Windows.Forms.ListView();
			this.colmodename = new System.Windows.Forms.ColumnHeader();
			this.colmodeplugin = new System.Windows.Forms.ColumnHeader();
			this.listconfigs = new System.Windows.Forms.ListView();
			this.columnname = new System.Windows.Forms.ColumnHeader();
			this.testprogramdialog = new System.Windows.Forms.OpenFileDialog();
			label5 = new System.Windows.Forms.Label();
			label6 = new System.Windows.Forms.Label();
			label3 = new System.Windows.Forms.Label();
			label2 = new System.Windows.Forms.Label();
			label7 = new System.Windows.Forms.Label();
			label9 = new System.Windows.Forms.Label();
			label1 = new System.Windows.Forms.Label();
			label8 = new System.Windows.Forms.Label();
			label4 = new System.Windows.Forms.Label();
			label10 = new System.Windows.Forms.Label();
			this.tabs.SuspendLayout();
			this.tabresources.SuspendLayout();
			this.tabnodebuilder.SuspendLayout();
			this.tabtesting.SuspendLayout();
			this.tabtextures.SuspendLayout();
			this.tabmodes.SuspendLayout();
			this.SuspendLayout();
			// 
			// label5
			// 
			label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			label5.AutoSize = true;
			label5.Location = new System.Drawing.Point(12, 276);
			label5.Name = "label5";
			label5.Size = new System.Drawing.Size(312, 14);
			label5.TabIndex = 19;
			label5.Text = "Drag items to change order (lower items override higher items).";
			// 
			// label6
			// 
			label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			label6.AutoEllipsis = true;
			label6.Location = new System.Drawing.Point(12, 15);
			label6.Name = "label6";
			label6.Size = new System.Drawing.Size(452, 37);
			label6.TabIndex = 21;
			label6.Text = "These are the resources that will be loaded when this configuration is chosen for" +
				" editing. Usually you add your IWAD (like doom.wad or doom2.wad) here.";
			// 
			// label3
			// 
			label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			label3.AutoEllipsis = true;
			label3.Location = new System.Drawing.Point(12, 15);
			label3.Name = "label3";
			label3.Size = new System.Drawing.Size(443, 54);
			label3.TabIndex = 22;
			label3.Text = resources.GetString("label3.Text");
			// 
			// label2
			// 
			label2.AutoSize = true;
			label2.Location = new System.Drawing.Point(12, 86);
			label2.Name = "label2";
			label2.Size = new System.Drawing.Size(149, 14);
			label2.TabIndex = 24;
			label2.Text = "Configuration for saving map:";
			// 
			// label7
			// 
			label7.AutoSize = true;
			label7.Location = new System.Drawing.Point(35, 125);
			label7.Name = "label7";
			label7.Size = new System.Drawing.Size(126, 14);
			label7.TabIndex = 26;
			label7.Text = "Configuration for testing:";
			// 
			// label9
			// 
			label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			label9.AutoEllipsis = true;
			label9.Location = new System.Drawing.Point(12, 15);
			label9.Name = "label9";
			label9.Size = new System.Drawing.Size(452, 54);
			label9.TabIndex = 23;
			label9.Text = "Here you can specify the program settings to use for launching a game engine when" +
				" testing the map. Press F1 for help with custom parameters.";
			// 
			// label1
			// 
			label1.AutoSize = true;
			label1.Location = new System.Drawing.Point(15, 62);
			label1.Name = "label1";
			label1.Size = new System.Drawing.Size(63, 14);
			label1.TabIndex = 24;
			label1.Text = "Application:";
			// 
			// label8
			// 
			label8.AutoSize = true;
			label8.Location = new System.Drawing.Point(21, 97);
			label8.Name = "label8";
			label8.Size = new System.Drawing.Size(57, 14);
			label8.TabIndex = 34;
			label8.Text = "Skill Level:";
			// 
			// label4
			// 
			label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			label4.AutoEllipsis = true;
			label4.Location = new System.Drawing.Point(12, 15);
			label4.Name = "label4";
			label4.Size = new System.Drawing.Size(458, 46);
			label4.TabIndex = 24;
			label4.Text = "Texture Sets are a way to group textures and flats into categories, so that you c" +
				"an easily find a texture for the specific style or purpose you need by selecting" +
				" one of the categories.";
			// 
			// label10
			// 
			label10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			label10.AutoEllipsis = true;
			label10.Location = new System.Drawing.Point(12, 15);
			label10.Name = "label10";
			label10.Size = new System.Drawing.Size(445, 58);
			label10.TabIndex = 25;
			label10.Text = resources.GetString("label10.Text");
			// 
			// labelparameters
			// 
			this.labelparameters.AutoSize = true;
			this.labelparameters.Location = new System.Drawing.Point(15, 159);
			this.labelparameters.Name = "labelparameters";
			this.labelparameters.Size = new System.Drawing.Size(65, 14);
			this.labelparameters.TabIndex = 27;
			this.labelparameters.Text = "Parameters:";
			this.labelparameters.Visible = false;
			// 
			// cancel
			// 
			this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancel.Location = new System.Drawing.Point(617, 381);
			this.cancel.Name = "cancel";
			this.cancel.Size = new System.Drawing.Size(112, 25);
			this.cancel.TabIndex = 3;
			this.cancel.Text = "Cancel";
			this.cancel.UseVisualStyleBackColor = true;
			this.cancel.Click += new System.EventHandler(this.cancel_Click);
			// 
			// apply
			// 
			this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.apply.Location = new System.Drawing.Point(499, 381);
			this.apply.Name = "apply";
			this.apply.Size = new System.Drawing.Size(112, 25);
			this.apply.TabIndex = 2;
			this.apply.Text = "OK";
			this.apply.UseVisualStyleBackColor = true;
			this.apply.Click += new System.EventHandler(this.apply_Click);
			// 
			// tabs
			// 
			this.tabs.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.tabs.Controls.Add(this.tabresources);
			this.tabs.Controls.Add(this.tabnodebuilder);
			this.tabs.Controls.Add(this.tabtesting);
			this.tabs.Controls.Add(this.tabtextures);
			this.tabs.Controls.Add(this.tabmodes);
			this.tabs.Enabled = false;
			this.tabs.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabs.ItemSize = new System.Drawing.Size(100, 19);
			this.tabs.Location = new System.Drawing.Point(248, 12);
			this.tabs.Name = "tabs";
			this.tabs.Padding = new System.Drawing.Point(20, 3);
			this.tabs.SelectedIndex = 0;
			this.tabs.Size = new System.Drawing.Size(481, 358);
			this.tabs.TabIndex = 1;
			// 
			// tabresources
			// 
			this.tabresources.Controls.Add(label6);
			this.tabresources.Controls.Add(this.configdata);
			this.tabresources.Controls.Add(label5);
			this.tabresources.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabresources.Location = new System.Drawing.Point(4, 23);
			this.tabresources.Name = "tabresources";
			this.tabresources.Padding = new System.Windows.Forms.Padding(6);
			this.tabresources.Size = new System.Drawing.Size(473, 331);
			this.tabresources.TabIndex = 0;
			this.tabresources.Text = "Resources";
			this.tabresources.UseVisualStyleBackColor = true;
			// 
			// configdata
			// 
			this.configdata.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.configdata.DialogOffset = new System.Drawing.Point(-120, 10);
			this.configdata.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.configdata.Location = new System.Drawing.Point(15, 55);
			this.configdata.Name = "configdata";
			this.configdata.Size = new System.Drawing.Size(440, 208);
			this.configdata.TabIndex = 0;
			this.configdata.OnContentChanged += new CodeImp.DoomBuilder.Controls.ResourceListEditor.ContentChanged(this.resourcelocations_OnContentChanged);
			// 
			// tabnodebuilder
			// 
			this.tabnodebuilder.Controls.Add(label7);
			this.tabnodebuilder.Controls.Add(this.nodebuildertest);
			this.tabnodebuilder.Controls.Add(label2);
			this.tabnodebuilder.Controls.Add(this.nodebuildersave);
			this.tabnodebuilder.Controls.Add(label3);
			this.tabnodebuilder.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabnodebuilder.Location = new System.Drawing.Point(4, 23);
			this.tabnodebuilder.Name = "tabnodebuilder";
			this.tabnodebuilder.Padding = new System.Windows.Forms.Padding(6);
			this.tabnodebuilder.Size = new System.Drawing.Size(473, 331);
			this.tabnodebuilder.TabIndex = 1;
			this.tabnodebuilder.Text = "Nodebuilder";
			this.tabnodebuilder.UseVisualStyleBackColor = true;
			// 
			// nodebuildertest
			// 
			this.nodebuildertest.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.nodebuildertest.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.nodebuildertest.FormattingEnabled = true;
			this.nodebuildertest.Location = new System.Drawing.Point(167, 122);
			this.nodebuildertest.Name = "nodebuildertest";
			this.nodebuildertest.Size = new System.Drawing.Size(288, 22);
			this.nodebuildertest.Sorted = true;
			this.nodebuildertest.TabIndex = 1;
			this.nodebuildertest.SelectedIndexChanged += new System.EventHandler(this.nodebuildertest_SelectedIndexChanged);
			// 
			// nodebuildersave
			// 
			this.nodebuildersave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.nodebuildersave.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.nodebuildersave.FormattingEnabled = true;
			this.nodebuildersave.Location = new System.Drawing.Point(167, 83);
			this.nodebuildersave.Name = "nodebuildersave";
			this.nodebuildersave.Size = new System.Drawing.Size(288, 22);
			this.nodebuildersave.Sorted = true;
			this.nodebuildersave.TabIndex = 0;
			this.nodebuildersave.SelectedIndexChanged += new System.EventHandler(this.nodebuildersave_SelectedIndexChanged);
			// 
			// tabtesting
			// 
			this.tabtesting.Controls.Add(this.shortpaths);
			this.tabtesting.Controls.Add(this.customparameters);
			this.tabtesting.Controls.Add(this.skill);
			this.tabtesting.Controls.Add(label8);
			this.tabtesting.Controls.Add(this.browsetestprogram);
			this.tabtesting.Controls.Add(this.noresultlabel);
			this.tabtesting.Controls.Add(this.testresult);
			this.tabtesting.Controls.Add(this.labelresult);
			this.tabtesting.Controls.Add(this.testparameters);
			this.tabtesting.Controls.Add(this.labelparameters);
			this.tabtesting.Controls.Add(this.testapplication);
			this.tabtesting.Controls.Add(label1);
			this.tabtesting.Controls.Add(label9);
			this.tabtesting.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabtesting.Location = new System.Drawing.Point(4, 23);
			this.tabtesting.Name = "tabtesting";
			this.tabtesting.Padding = new System.Windows.Forms.Padding(6);
			this.tabtesting.Size = new System.Drawing.Size(473, 331);
			this.tabtesting.TabIndex = 2;
			this.tabtesting.Text = "Testing";
			this.tabtesting.UseVisualStyleBackColor = true;
			// 
			// shortpaths
			// 
			this.shortpaths.AutoSize = true;
			this.shortpaths.Location = new System.Drawing.Point(87, 203);
			this.shortpaths.Name = "shortpaths";
			this.shortpaths.Size = new System.Drawing.Size(276, 18);
			this.shortpaths.TabIndex = 5;
			this.shortpaths.Text = "Use short paths and file names (MSDOS 8.3 format)";
			this.shortpaths.UseVisualStyleBackColor = true;
			this.shortpaths.Visible = false;
			this.shortpaths.CheckedChanged += new System.EventHandler(this.shortpaths_CheckedChanged);
			// 
			// customparameters
			// 
			this.customparameters.AutoSize = true;
			this.customparameters.Location = new System.Drawing.Point(86, 132);
			this.customparameters.Name = "customparameters";
			this.customparameters.Size = new System.Drawing.Size(134, 18);
			this.customparameters.TabIndex = 3;
			this.customparameters.Text = "Customize parameters";
			this.customparameters.UseVisualStyleBackColor = true;
			this.customparameters.CheckedChanged += new System.EventHandler(this.customparameters_CheckedChanged);
			// 
			// skill
			// 
			this.skill.BackColor = System.Drawing.Color.Transparent;
			this.skill.Cursor = System.Windows.Forms.Cursors.Default;
			this.skill.Empty = false;
			this.skill.GeneralizedCategories = null;
			this.skill.Location = new System.Drawing.Point(87, 94);
			this.skill.Name = "skill";
			this.skill.Size = new System.Drawing.Size(329, 21);
			this.skill.TabIndex = 2;
			this.skill.Value = 402;
			this.skill.ValueChanges += new System.EventHandler(this.skill_ValueChanges);
			// 
			// browsetestprogram
			// 
			this.browsetestprogram.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.browsetestprogram.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.browsetestprogram.Image = global::CodeImp.DoomBuilder.Properties.Resources.Folder;
			this.browsetestprogram.Location = new System.Drawing.Point(422, 58);
			this.browsetestprogram.Name = "browsetestprogram";
			this.browsetestprogram.Padding = new System.Windows.Forms.Padding(0, 0, 1, 3);
			this.browsetestprogram.Size = new System.Drawing.Size(30, 23);
			this.browsetestprogram.TabIndex = 1;
			this.browsetestprogram.Text = " ";
			this.browsetestprogram.UseVisualStyleBackColor = true;
			this.browsetestprogram.Click += new System.EventHandler(this.browsetestprogram_Click);
			// 
			// noresultlabel
			// 
			this.noresultlabel.Location = new System.Drawing.Point(84, 236);
			this.noresultlabel.Name = "noresultlabel";
			this.noresultlabel.Size = new System.Drawing.Size(272, 43);
			this.noresultlabel.TabIndex = 32;
			this.noresultlabel.Text = "An example result cannot be displayed, because it requires a map to be loaded.";
			this.noresultlabel.Visible = false;
			// 
			// testresult
			// 
			this.testresult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.testresult.BackColor = System.Drawing.SystemColors.Control;
			this.testresult.Location = new System.Drawing.Point(86, 233);
			this.testresult.Multiline = true;
			this.testresult.Name = "testresult";
			this.testresult.ReadOnly = true;
			this.testresult.Size = new System.Drawing.Size(366, 79);
			this.testresult.TabIndex = 6;
			this.testresult.Visible = false;
			// 
			// labelresult
			// 
			this.labelresult.AutoSize = true;
			this.labelresult.Location = new System.Drawing.Point(38, 236);
			this.labelresult.Name = "labelresult";
			this.labelresult.Size = new System.Drawing.Size(40, 14);
			this.labelresult.TabIndex = 30;
			this.labelresult.Text = "Result:";
			this.labelresult.Visible = false;
			// 
			// testparameters
			// 
			this.testparameters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.testparameters.Location = new System.Drawing.Point(86, 156);
			this.testparameters.Multiline = true;
			this.testparameters.Name = "testparameters";
			this.testparameters.Size = new System.Drawing.Size(366, 41);
			this.testparameters.TabIndex = 4;
			this.testparameters.Visible = false;
			this.testparameters.TextChanged += new System.EventHandler(this.testparameters_TextChanged);
			// 
			// testapplication
			// 
			this.testapplication.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.testapplication.Location = new System.Drawing.Point(86, 59);
			this.testapplication.Name = "testapplication";
			this.testapplication.ReadOnly = true;
			this.testapplication.Size = new System.Drawing.Size(330, 20);
			this.testapplication.TabIndex = 0;
			this.testapplication.TextChanged += new System.EventHandler(this.testapplication_TextChanged);
			// 
			// tabtextures
			// 
			this.tabtextures.Controls.Add(this.listtextures);
			this.tabtextures.Controls.Add(this.restoretexturesets);
			this.tabtextures.Controls.Add(this.edittextureset);
			this.tabtextures.Controls.Add(this.pastetexturesets);
			this.tabtextures.Controls.Add(this.copytexturesets);
			this.tabtextures.Controls.Add(this.removetextureset);
			this.tabtextures.Controls.Add(this.addtextureset);
			this.tabtextures.Controls.Add(label4);
			this.tabtextures.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabtextures.Location = new System.Drawing.Point(4, 23);
			this.tabtextures.Name = "tabtextures";
			this.tabtextures.Size = new System.Drawing.Size(473, 331);
			this.tabtextures.TabIndex = 3;
			this.tabtextures.Text = "Textures";
			this.tabtextures.UseVisualStyleBackColor = true;
			// 
			// listtextures
			// 
			this.listtextures.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.listtextures.FullRowSelect = true;
			this.listtextures.HideSelection = false;
			this.listtextures.Location = new System.Drawing.Point(15, 64);
			this.listtextures.Name = "listtextures";
			this.listtextures.ShowGroups = false;
			this.listtextures.Size = new System.Drawing.Size(442, 175);
			this.listtextures.SmallImageList = this.smallimages;
			this.listtextures.Sorting = System.Windows.Forms.SortOrder.Ascending;
			this.listtextures.TabIndex = 0;
			this.listtextures.UseCompatibleStateImageBehavior = false;
			this.listtextures.View = System.Windows.Forms.View.List;
			this.listtextures.SelectedIndexChanged += new System.EventHandler(this.listtextures_SelectedIndexChanged);
			this.listtextures.DoubleClick += new System.EventHandler(this.listtextures_DoubleClick);
			// 
			// smallimages
			// 
			this.smallimages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("smallimages.ImageStream")));
			this.smallimages.TransparentColor = System.Drawing.Color.Transparent;
			this.smallimages.Images.SetKeyName(0, "KnownTextureSet.ico");
			// 
			// restoretexturesets
			// 
			this.restoretexturesets.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.restoretexturesets.Location = new System.Drawing.Point(15, 283);
			this.restoretexturesets.Name = "restoretexturesets";
			this.restoretexturesets.Size = new System.Drawing.Size(140, 24);
			this.restoretexturesets.TabIndex = 6;
			this.restoretexturesets.Text = "Add Default Sets";
			this.restoretexturesets.UseVisualStyleBackColor = true;
			this.restoretexturesets.Click += new System.EventHandler(this.restoretexturesets_Click);
			// 
			// edittextureset
			// 
			this.edittextureset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.edittextureset.Enabled = false;
			this.edittextureset.Location = new System.Drawing.Point(88, 245);
			this.edittextureset.Name = "edittextureset";
			this.edittextureset.Size = new System.Drawing.Size(67, 24);
			this.edittextureset.TabIndex = 2;
			this.edittextureset.Text = "Edit...";
			this.edittextureset.UseVisualStyleBackColor = true;
			this.edittextureset.Click += new System.EventHandler(this.edittextureset_Click);
			// 
			// pastetexturesets
			// 
			this.pastetexturesets.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.pastetexturesets.Enabled = false;
			this.pastetexturesets.Location = new System.Drawing.Point(399, 245);
			this.pastetexturesets.Name = "pastetexturesets";
			this.pastetexturesets.Size = new System.Drawing.Size(58, 24);
			this.pastetexturesets.TabIndex = 5;
			this.pastetexturesets.Text = "Paste";
			this.pastetexturesets.UseVisualStyleBackColor = true;
			this.pastetexturesets.Click += new System.EventHandler(this.pastetexturesets_Click);
			// 
			// copytexturesets
			// 
			this.copytexturesets.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.copytexturesets.Enabled = false;
			this.copytexturesets.Location = new System.Drawing.Point(335, 245);
			this.copytexturesets.Name = "copytexturesets";
			this.copytexturesets.Size = new System.Drawing.Size(58, 24);
			this.copytexturesets.TabIndex = 4;
			this.copytexturesets.Text = "Copy";
			this.copytexturesets.UseVisualStyleBackColor = true;
			this.copytexturesets.Click += new System.EventHandler(this.copytexturesets_Click);
			// 
			// removetextureset
			// 
			this.removetextureset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.removetextureset.Enabled = false;
			this.removetextureset.Location = new System.Drawing.Point(161, 245);
			this.removetextureset.Name = "removetextureset";
			this.removetextureset.Size = new System.Drawing.Size(68, 24);
			this.removetextureset.TabIndex = 3;
			this.removetextureset.Text = "Remove";
			this.removetextureset.UseVisualStyleBackColor = true;
			this.removetextureset.Click += new System.EventHandler(this.removetextureset_Click);
			// 
			// addtextureset
			// 
			this.addtextureset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.addtextureset.Location = new System.Drawing.Point(15, 245);
			this.addtextureset.Name = "addtextureset";
			this.addtextureset.Size = new System.Drawing.Size(67, 24);
			this.addtextureset.TabIndex = 1;
			this.addtextureset.Text = "Add...";
			this.addtextureset.UseVisualStyleBackColor = true;
			this.addtextureset.Click += new System.EventHandler(this.addtextureset_Click);
			// 
			// tabmodes
			// 
			this.tabmodes.Controls.Add(this.startmode);
			this.tabmodes.Controls.Add(this.label11);
			this.tabmodes.Controls.Add(this.listmodes);
			this.tabmodes.Controls.Add(label10);
			this.tabmodes.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabmodes.Location = new System.Drawing.Point(4, 23);
			this.tabmodes.Name = "tabmodes";
			this.tabmodes.Size = new System.Drawing.Size(473, 331);
			this.tabmodes.TabIndex = 4;
			this.tabmodes.Text = "Modes";
			this.tabmodes.UseVisualStyleBackColor = true;
			// 
			// startmode
			// 
			this.startmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.startmode.FormattingEnabled = true;
			this.startmode.Location = new System.Drawing.Point(239, 288);
			this.startmode.Name = "startmode";
			this.startmode.Size = new System.Drawing.Size(218, 22);
			this.startmode.TabIndex = 27;
			this.startmode.SelectedIndexChanged += new System.EventHandler(this.startmode_SelectedIndexChanged);
			// 
			// label11
			// 
			this.label11.AutoSize = true;
			this.label11.Location = new System.Drawing.Point(12, 291);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(199, 14);
			this.label11.TabIndex = 26;
			this.label11.Text = "When opening a map, start in this mode:";
			// 
			// listmodes
			// 
			this.listmodes.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.listmodes.CheckBoxes = true;
			this.listmodes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colmodename,
            this.colmodeplugin});
			this.listmodes.FullRowSelect = true;
			this.listmodes.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.listmodes.Location = new System.Drawing.Point(15, 70);
			this.listmodes.MultiSelect = false;
			this.listmodes.Name = "listmodes";
			this.listmodes.ShowGroups = false;
			this.listmodes.Size = new System.Drawing.Size(442, 202);
			this.listmodes.Sorting = System.Windows.Forms.SortOrder.Ascending;
			this.listmodes.TabIndex = 0;
			this.listmodes.UseCompatibleStateImageBehavior = false;
			this.listmodes.View = System.Windows.Forms.View.Details;
			this.listmodes.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listmodes_ItemChecked);
			// 
			// colmodename
			// 
			this.colmodename.Text = "Editing Mode";
			this.colmodename.Width = 179;
			// 
			// colmodeplugin
			// 
			this.colmodeplugin.Text = "Plugin";
			this.colmodeplugin.Width = 221;
			// 
			// listconfigs
			// 
			this.listconfigs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.listconfigs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnname});
			this.listconfigs.FullRowSelect = true;
			this.listconfigs.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.listconfigs.HideSelection = false;
			this.listconfigs.Location = new System.Drawing.Point(12, 12);
			this.listconfigs.MultiSelect = false;
			this.listconfigs.Name = "listconfigs";
			this.listconfigs.ShowGroups = false;
			this.listconfigs.Size = new System.Drawing.Size(230, 358);
			this.listconfigs.Sorting = System.Windows.Forms.SortOrder.Ascending;
			this.listconfigs.TabIndex = 0;
			this.listconfigs.UseCompatibleStateImageBehavior = false;
			this.listconfigs.View = System.Windows.Forms.View.Details;
			this.listconfigs.SelectedIndexChanged += new System.EventHandler(this.listconfigs_SelectedIndexChanged);
			this.listconfigs.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listconfigs_MouseUp);
			this.listconfigs.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listconfigs_KeyUp);
			// 
			// columnname
			// 
			this.columnname.Text = "Configuration";
			this.columnname.Width = 200;
			// 
			// testprogramdialog
			// 
			this.testprogramdialog.Filter = "Executable Files (*.exe)|*.exe|Batch Files (*.bat)|*.bat";
			this.testprogramdialog.replacedle = "Browse Test Program";
			// 
			// ConfigForm
			// 
			this.AcceptButton = this.apply;
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.CancelButton = this.cancel;
			this.ClientSize = new System.Drawing.Size(740, 416);
			this.Controls.Add(this.listconfigs);
			this.Controls.Add(this.tabs);
			this.Controls.Add(this.cancel);
			this.Controls.Add(this.apply);
			this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ConfigForm";
			this.Opacity = 0;
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Game Configurations";
			this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.ConfigForm_HelpRequested);
			this.tabs.ResumeLayout(false);
			this.tabresources.ResumeLayout(false);
			this.tabresources.PerformLayout();
			this.tabnodebuilder.ResumeLayout(false);
			this.tabnodebuilder.PerformLayout();
			this.tabtesting.ResumeLayout(false);
			this.tabtesting.PerformLayout();
			this.tabtextures.ResumeLayout(false);
			this.tabmodes.ResumeLayout(false);
			this.tabmodes.PerformLayout();
			this.ResumeLayout(false);

		}

19 Source : OpenMapOptionsForm.Designer.cs
with GNU General Public License v3.0
from anotak

private void InitializeComponent()
		{
            System.Windows.Forms.ColumnHeader columnHeader1;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label3;
            this.panelres = new System.Windows.Forms.GroupBox();
            this.strictpatches = new System.Windows.Forms.CheckBox();
            this.datalocations = new CodeImp.DoomBuilder.Controls.ResourceListEditor();
            this.apply = new System.Windows.Forms.Button();
            this.cancel = new System.Windows.Forms.Button();
            this.config = new System.Windows.Forms.ComboBox();
            this.mapslist = new System.Windows.Forms.ListView();
            columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            this.panelres.SuspendLayout();
            this.SuspendLayout();
            // 
            // columnHeader1
            // 
            columnHeader1.Text = "Map name";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(38, 30);
            label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(139, 16);
            label1.TabIndex = 14;
            label1.Text = "Game Configuration:";
            // 
            // label2
            // 
            label2.Location = new System.Drawing.Point(15, 71);
            label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(495, 38);
            label2.TabIndex = 16;
            label2.Text = "With the above selected configuration, the maps shown below were found in the cho" +
    "sen WAD file. Please select the map to load for editing.";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(18, 241);
            label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(406, 32);
            label3.TabIndex = 17;
            label3.Text = "Drag items to change order (lower items override higher items).\r\nGrayed items are" +
    " loaded according to the game configuration.";
            // 
            // panelres
            // 
            this.panelres.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panelres.Controls.Add(this.strictpatches);
            this.panelres.Controls.Add(this.datalocations);
            this.panelres.Controls.Add(label3);
            this.panelres.Location = new System.Drawing.Point(15, 269);
            this.panelres.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.panelres.Name = "panelres";
            this.panelres.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.panelres.Size = new System.Drawing.Size(495, 289);
            this.panelres.TabIndex = 2;
            this.panelres.TabStop = false;
            this.panelres.Text = " Resources ";
            // 
            // strictpatches
            // 
            this.strictpatches.AutoSize = true;
            this.strictpatches.Location = new System.Drawing.Point(18, 34);
            this.strictpatches.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.strictpatches.Name = "strictpatches";
            this.strictpatches.Size = new System.Drawing.Size(456, 20);
            this.strictpatches.TabIndex = 19;
            this.strictpatches.Text = "Strictly load patches between P_START and P_END only for this file";
            this.strictpatches.UseVisualStyleBackColor = true;
            // 
            // datalocations
            // 
            this.datalocations.DialogOffset = new System.Drawing.Point(40, 20);
            this.datalocations.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.datalocations.Location = new System.Drawing.Point(18, 72);
            this.datalocations.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.datalocations.Name = "datalocations";
            this.datalocations.Size = new System.Drawing.Size(460, 159);
            this.datalocations.TabIndex = 0;
            // 
            // apply
            // 
            this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.apply.Location = new System.Drawing.Point(222, 578);
            this.apply.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.apply.Name = "apply";
            this.apply.Size = new System.Drawing.Size(140, 31);
            this.apply.TabIndex = 3;
            this.apply.Text = "OK";
            this.apply.UseVisualStyleBackColor = true;
            this.apply.Click += new System.EventHandler(this.apply_Click);
            // 
            // cancel
            // 
            this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancel.Location = new System.Drawing.Point(370, 578);
            this.cancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cancel.Name = "cancel";
            this.cancel.Size = new System.Drawing.Size(140, 31);
            this.cancel.TabIndex = 4;
            this.cancel.Text = "Cancel";
            this.cancel.UseVisualStyleBackColor = true;
            this.cancel.Click += new System.EventHandler(this.cancel_Click);
            // 
            // config
            // 
            this.config.DropDownHeight = 406;
            this.config.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.config.FormattingEnabled = true;
            this.config.IntegralHeight = false;
            this.config.Location = new System.Drawing.Point(176, 26);
            this.config.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.config.Name = "config";
            this.config.Size = new System.Drawing.Size(302, 24);
            this.config.TabIndex = 0;
            this.config.SelectedIndexChanged += new System.EventHandler(this.config_SelectedIndexChanged);
            // 
            // mapslist
            // 
            this.mapslist.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.mapslist.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader1});
            this.mapslist.FullRowSelect = true;
            this.mapslist.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.mapslist.HideSelection = false;
            this.mapslist.LabelWrap = false;
            this.mapslist.Location = new System.Drawing.Point(15, 112);
            this.mapslist.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.mapslist.MultiSelect = false;
            this.mapslist.Name = "mapslist";
            this.mapslist.ShowGroups = false;
            this.mapslist.Size = new System.Drawing.Size(494, 136);
            this.mapslist.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.mapslist.TabIndex = 1;
            this.mapslist.UseCompatibleStateImageBehavior = false;
            this.mapslist.View = System.Windows.Forms.View.List;
            this.mapslist.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.mapslist_ItemSelectionChanged);
            this.mapslist.DoubleClick += new System.EventHandler(this.mapslist_DoubleClick);
            // 
            // OpenMapOptionsForm
            // 
            this.AcceptButton = this.apply;
            this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.CancelButton = this.cancel;
            this.ClientSize = new System.Drawing.Size(525, 624);
            this.Controls.Add(this.mapslist);
            this.Controls.Add(label2);
            this.Controls.Add(this.config);
            this.Controls.Add(label1);
            this.Controls.Add(this.cancel);
            this.Controls.Add(this.apply);
            this.Controls.Add(this.panelres);
            this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "OpenMapOptionsForm";
            this.Opacity = 0D;
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Open Map Options";
            this.Shown += new System.EventHandler(this.OpenMapOptionsForm_Shown);
            this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.OpenMapOptionsForm_HelpRequested);
            this.panelres.ResumeLayout(false);
            this.panelres.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}

19 Source : TextureBrowserForm.Designer.cs
with GNU General Public License v3.0
from anotak

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextureBrowserForm));
			this.cancel = new System.Windows.Forms.Button();
			this.apply = new System.Windows.Forms.Button();
			this.texturesets = new System.Windows.Forms.ListView();
			this.namecolumn = new System.Windows.Forms.ColumnHeader();
			this.countcolumn = new System.Windows.Forms.ColumnHeader();
			this.smallimages = new System.Windows.Forms.ImageList(this.components);
			this.browser = new CodeImp.DoomBuilder.Controls.ImageBrowserControl();
			this.SuspendLayout();
			// 
			// cancel
			// 
			this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancel.Location = new System.Drawing.Point(781, 596);
			this.cancel.Name = "cancel";
			this.cancel.Size = new System.Drawing.Size(100, 25);
			this.cancel.TabIndex = 3;
			this.cancel.TabStop = false;
			this.cancel.Text = "Cancel";
			this.cancel.UseVisualStyleBackColor = true;
			this.cancel.Click += new System.EventHandler(this.cancel_Click);
			// 
			// apply
			// 
			this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.apply.Location = new System.Drawing.Point(675, 596);
			this.apply.Name = "apply";
			this.apply.Size = new System.Drawing.Size(100, 25);
			this.apply.TabIndex = 2;
			this.apply.TabStop = false;
			this.apply.Text = "OK";
			this.apply.UseVisualStyleBackColor = true;
			this.apply.Click += new System.EventHandler(this.apply_Click);
			// 
			// texturesets
			// 
			this.texturesets.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.texturesets.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.namecolumn,
            this.countcolumn});
			this.texturesets.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.texturesets.FullRowSelect = true;
			this.texturesets.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.texturesets.HideSelection = false;
			this.texturesets.Location = new System.Drawing.Point(12, 9);
			this.texturesets.MultiSelect = false;
			this.texturesets.Name = "texturesets";
			this.texturesets.Size = new System.Drawing.Size(200, 576);
			this.texturesets.SmallImageList = this.smallimages;
			this.texturesets.TabIndex = 0;
			this.texturesets.TabStop = false;
			this.texturesets.UseCompatibleStateImageBehavior = false;
			this.texturesets.View = System.Windows.Forms.View.Details;
			this.texturesets.SelectedIndexChanged += new System.EventHandler(this.texturesets_SelectedIndexChanged);
			// 
			// namecolumn
			// 
			this.namecolumn.Text = "Name";
			this.namecolumn.Width = 109;
			// 
			// countcolumn
			// 
			this.countcolumn.Text = "Count";
			this.countcolumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.countcolumn.Width = 51;
			// 
			// smallimages
			// 
			this.smallimages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("smallimages.ImageStream")));
			this.smallimages.TransparentColor = System.Drawing.Color.Transparent;
			this.smallimages.Images.SetKeyName(0, "KnownTextureSet2.ico");
			this.smallimages.Images.SetKeyName(1, "AllTextureSet2.ico");
			this.smallimages.Images.SetKeyName(2, "FileTextureSet.ico");
			this.smallimages.Images.SetKeyName(3, "FolderTextureSet.ico");
			this.smallimages.Images.SetKeyName(4, "PK3TextureSet.ico");
			// 
			// browser
			// 
			this.browser.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.browser.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.browser.HideInputBox = false;
			this.browser.LabelText = "Select or enter a texture name:";
			this.browser.Location = new System.Drawing.Point(218, 9);
			this.browser.Name = "browser";
			this.browser.PreventSelection = false;
			this.browser.Size = new System.Drawing.Size(663, 610);
			this.browser.TabIndex = 1;
			this.browser.TabStop = false;
			this.browser.SelectedItemDoubleClicked += new CodeImp.DoomBuilder.Controls.ImageBrowserControl.SelectedItemDoubleClickDelegate(this.browser_SelectedItemDoubleClicked);
			this.browser.SelectedItemChanged += new CodeImp.DoomBuilder.Controls.ImageBrowserControl.SelectedItemChangedDelegate(this.browser_SelectedItemChanged);
			// 
			// TextureBrowserForm
			// 
			this.AcceptButton = this.apply;
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.CancelButton = this.cancel;
			this.ClientSize = new System.Drawing.Size(893, 631);
			this.Controls.Add(this.texturesets);
			this.Controls.Add(this.cancel);
			this.Controls.Add(this.apply);
			this.Controls.Add(this.browser);
			this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.KeyPreview = true;
			this.MinimizeBox = false;
			this.Name = "TextureBrowserForm";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
			this.Text = "Browse Textures";
			this.Load += new System.EventHandler(this.TextureBrowserForm_Load);
			this.Shown += new System.EventHandler(this.TextureBrowserForm_Shown);
			this.Activated += new System.EventHandler(this.TextureBrowserForm_Activated);
			this.Move += new System.EventHandler(this.TextureBrowserForm_Move);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TextureBrowserForm_FormClosing);
			this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.TextureBrowserForm_HelpRequested);
			this.ResizeEnd += new System.EventHandler(this.TextureBrowserForm_ResizeEnd);
			this.ResumeLayout(false);

		}

19 Source : TextureSetForm.Designer.cs
with GNU General Public License v3.0
from anotak

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.label1 = new System.Windows.Forms.Label();
			this.name = new System.Windows.Forms.TextBox();
			this.filters = new System.Windows.Forms.ListView();
			this.filtercolumn = new System.Windows.Forms.ColumnHeader();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.apply = new System.Windows.Forms.Button();
			this.cancel = new System.Windows.Forms.Button();
			this.addfilter = new System.Windows.Forms.Button();
			this.removefilter = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.filterstimer = new System.Windows.Forms.Timer(this.components);
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.nomatchesbutton = new System.Windows.Forms.RadioButton();
			this.matchesbutton = new System.Windows.Forms.RadioButton();
			this.matcheslist = new CodeImp.DoomBuilder.Controls.ImageBrowserControl();
			this.noresultlabel = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(36, 24);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(37, 14);
			this.label1.TabIndex = 0;
			this.label1.Text = "Name:";
			// 
			// name
			// 
			this.name.Location = new System.Drawing.Point(79, 21);
			this.name.Name = "name";
			this.name.Size = new System.Drawing.Size(173, 20);
			this.name.TabIndex = 0;
			// 
			// filters
			// 
			this.filters.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.filters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.filtercolumn});
			this.filters.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.filters.HideSelection = false;
			this.filters.LabelEdit = true;
			this.filters.Location = new System.Drawing.Point(21, 110);
			this.filters.Name = "filters";
			this.filters.ShowGroups = false;
			this.filters.Size = new System.Drawing.Size(219, 280);
			this.filters.TabIndex = 0;
			this.filters.UseCompatibleStateImageBehavior = false;
			this.filters.View = System.Windows.Forms.View.Details;
			this.filters.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.filters_AfterLabelEdit);
			this.filters.SelectedIndexChanged += new System.EventHandler(this.filters_SelectedIndexChanged);
			this.filters.DoubleClick += new System.EventHandler(this.filters_DoubleClick);
			// 
			// filtercolumn
			// 
			this.filtercolumn.Text = "Filter";
			this.filtercolumn.Width = 192;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(18, 28);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(248, 42);
			this.label2.TabIndex = 3;
			this.label2.Text = "Add the names of the textures in this set below. You can use the following wildca" +
				"rds:";
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(28, 65);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(175, 14);
			this.label3.TabIndex = 4;
			this.label3.Text = "? = matches exactly one character";
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(28, 83);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(185, 14);
			this.label4.TabIndex = 5;
			this.label4.Text = "* = matches zero or more characters";
			// 
			// apply
			// 
			this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.apply.Location = new System.Drawing.Point(503, 515);
			this.apply.Name = "apply";
			this.apply.Size = new System.Drawing.Size(105, 25);
			this.apply.TabIndex = 3;
			this.apply.Text = "OK";
			this.apply.UseVisualStyleBackColor = true;
			this.apply.Click += new System.EventHandler(this.apply_Click);
			// 
			// cancel
			// 
			this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancel.Location = new System.Drawing.Point(614, 515);
			this.cancel.Name = "cancel";
			this.cancel.Size = new System.Drawing.Size(105, 25);
			this.cancel.TabIndex = 4;
			this.cancel.Text = "Cancel";
			this.cancel.UseVisualStyleBackColor = true;
			this.cancel.Click += new System.EventHandler(this.cancel_Click);
			// 
			// addfilter
			// 
			this.addfilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.addfilter.Location = new System.Drawing.Point(21, 396);
			this.addfilter.Name = "addfilter";
			this.addfilter.Size = new System.Drawing.Size(97, 24);
			this.addfilter.TabIndex = 1;
			this.addfilter.Text = "Add Texture";
			this.addfilter.UseVisualStyleBackColor = true;
			this.addfilter.Click += new System.EventHandler(this.addfilter_Click);
			// 
			// removefilter
			// 
			this.removefilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.removefilter.Enabled = false;
			this.removefilter.Location = new System.Drawing.Point(124, 396);
			this.removefilter.Name = "removefilter";
			this.removefilter.Size = new System.Drawing.Size(105, 24);
			this.removefilter.TabIndex = 2;
			this.removefilter.Text = "Remove Selection";
			this.removefilter.UseVisualStyleBackColor = true;
			this.removefilter.Click += new System.EventHandler(this.removefilter_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.groupBox1.Controls.Add(this.removefilter);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.addfilter);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.filters);
			this.groupBox1.Location = new System.Drawing.Point(12, 60);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(270, 440);
			this.groupBox1.TabIndex = 1;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = " Filters ";
			// 
			// filterstimer
			// 
			this.filterstimer.Interval = 1;
			this.filterstimer.Tick += new System.EventHandler(this.filterstimer_Tick);
			// 
			// groupBox2
			// 
			this.groupBox2.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.groupBox2.Controls.Add(this.nomatchesbutton);
			this.groupBox2.Controls.Add(this.matchesbutton);
			this.groupBox2.Controls.Add(this.matcheslist);
			this.groupBox2.Controls.Add(this.noresultlabel);
			this.groupBox2.Location = new System.Drawing.Point(298, 60);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(421, 440);
			this.groupBox2.TabIndex = 2;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = " Results ";
			// 
			// nomatchesbutton
			// 
			this.nomatchesbutton.Appearance = System.Windows.Forms.Appearance.Button;
			this.nomatchesbutton.Location = new System.Drawing.Point(141, 25);
			this.nomatchesbutton.Name = "nomatchesbutton";
			this.nomatchesbutton.Size = new System.Drawing.Size(117, 24);
			this.nomatchesbutton.TabIndex = 1;
			this.nomatchesbutton.Text = "Show Not Matching";
			this.nomatchesbutton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.nomatchesbutton.UseVisualStyleBackColor = true;
			this.nomatchesbutton.Click += new System.EventHandler(this.matchesbutton_Click);
			// 
			// matchesbutton
			// 
			this.matchesbutton.Appearance = System.Windows.Forms.Appearance.Button;
			this.matchesbutton.Checked = true;
			this.matchesbutton.Location = new System.Drawing.Point(18, 25);
			this.matchesbutton.Name = "matchesbutton";
			this.matchesbutton.Size = new System.Drawing.Size(117, 24);
			this.matchesbutton.TabIndex = 0;
			this.matchesbutton.TabStop = true;
			this.matchesbutton.Text = "Show Matches";
			this.matchesbutton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.matchesbutton.UseVisualStyleBackColor = true;
			this.matchesbutton.Click += new System.EventHandler(this.matchesbutton_Click);
			// 
			// matcheslist
			// 
			this.matcheslist.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.matcheslist.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.matcheslist.HideInputBox = true;
			this.matcheslist.LabelText = "Select or type object name:";
			this.matcheslist.Location = new System.Drawing.Point(18, 55);
			this.matcheslist.Name = "matcheslist";
			this.matcheslist.PreventSelection = true;
			this.matcheslist.Size = new System.Drawing.Size(387, 365);
			this.matcheslist.TabIndex = 2;
			this.matcheslist.SelectedItemDoubleClicked += new CodeImp.DoomBuilder.Controls.ImageBrowserControl.SelectedItemDoubleClickDelegate(this.matcheslist_SelectedItemDoubleClicked);
			// 
			// noresultlabel
			// 
			this.noresultlabel.Location = new System.Drawing.Point(15, 28);
			this.noresultlabel.Name = "noresultlabel";
			this.noresultlabel.Size = new System.Drawing.Size(272, 43);
			this.noresultlabel.TabIndex = 33;
			this.noresultlabel.Text = "An example result cannot be displayed, because it requires a map to be loaded.";
			this.noresultlabel.Visible = false;
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = global::CodeImp.DoomBuilder.Properties.Resources.KnownTextureSet;
			this.pictureBox1.Location = new System.Drawing.Point(12, 23);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(19, 16);
			this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBox1.TabIndex = 12;
			this.pictureBox1.TabStop = false;
			// 
			// TextureSetForm
			// 
			this.AcceptButton = this.apply;
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.CancelButton = this.cancel;
			this.ClientSize = new System.Drawing.Size(731, 552);
			this.Controls.Add(this.pictureBox1);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.cancel);
			this.Controls.Add(this.apply);
			this.Controls.Add(this.name);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.groupBox1);
			this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "TextureSetForm";
			this.Opacity = 0;
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Edit Texture Set";
			this.Shown += new System.EventHandler(this.TextureSetForm_Shown);
			this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.TextureSetForm_HelpRequested);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

19 Source : ThingsFiltersForm.Designer.cs
with GNU General Public License v3.0
from anotak

private void InitializeComponent()
		{
			this.listfilters = new System.Windows.Forms.ListView();
			this.columnname = new System.Windows.Forms.ColumnHeader();
			this.addfilter = new System.Windows.Forms.Button();
			this.deletefilter = new System.Windows.Forms.Button();
			this.filtergroup = new System.Windows.Forms.GroupBox();
			this.tabs = new System.Windows.Forms.TabControl();
			this.tabbasic = new System.Windows.Forms.TabPage();
			this.label6 = new System.Windows.Forms.Label();
			this.labelzheight = new System.Windows.Forms.Label();
			this.filterzheight = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.browseangle = new System.Windows.Forms.Button();
			this.filterangle = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.filtertype = new CodeImp.DoomBuilder.Controls.ActionSelectorControl();
			this.label5 = new System.Windows.Forms.Label();
			this.browsetype = new System.Windows.Forms.Button();
			this.label4 = new System.Windows.Forms.Label();
			this.filtercategory = new System.Windows.Forms.ComboBox();
			this.label2 = new System.Windows.Forms.Label();
			this.tabflags = new System.Windows.Forms.TabPage();
			this.filterfields = new CodeImp.DoomBuilder.Controls.CheckboxArrayControl();
			this.label3 = new System.Windows.Forms.Label();
			this.tabaction = new System.Windows.Forms.TabPage();
			this.argumentspanel = new System.Windows.Forms.Panel();
			this.label8 = new System.Windows.Forms.Label();
			this.arg2 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
			this.arg1 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
			this.arg0 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
			this.arg3 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
			this.arg4 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
			this.arg1label = new System.Windows.Forms.Label();
			this.arg0label = new System.Windows.Forms.Label();
			this.arg3label = new System.Windows.Forms.Label();
			this.arg2label = new System.Windows.Forms.Label();
			this.arg4label = new System.Windows.Forms.Label();
			this.filteraction = new CodeImp.DoomBuilder.Controls.ActionSelectorControl();
			this.browseaction = new System.Windows.Forms.Button();
			this.label7 = new System.Windows.Forms.Label();
			this.filtertag = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.labeltag = new System.Windows.Forms.Label();
			this.tabcustom = new System.Windows.Forms.TabPage();
			this.fieldslist = new CodeImp.DoomBuilder.Controls.FieldsEditorControl();
			this.filtername = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.cancel = new System.Windows.Forms.Button();
			this.apply = new System.Windows.Forms.Button();
			this.filtergroup.SuspendLayout();
			this.tabs.SuspendLayout();
			this.tabbasic.SuspendLayout();
			this.tabflags.SuspendLayout();
			this.tabaction.SuspendLayout();
			this.argumentspanel.SuspendLayout();
			this.tabcustom.SuspendLayout();
			this.SuspendLayout();
			// 
			// listfilters
			// 
			this.listfilters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.listfilters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnname});
			this.listfilters.FullRowSelect = true;
			this.listfilters.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.listfilters.HideSelection = false;
			this.listfilters.Location = new System.Drawing.Point(12, 12);
			this.listfilters.MultiSelect = false;
			this.listfilters.Name = "listfilters";
			this.listfilters.ShowGroups = false;
			this.listfilters.Size = new System.Drawing.Size(202, 354);
			this.listfilters.Sorting = System.Windows.Forms.SortOrder.Ascending;
			this.listfilters.TabIndex = 0;
			this.listfilters.UseCompatibleStateImageBehavior = false;
			this.listfilters.View = System.Windows.Forms.View.Details;
			this.listfilters.SelectedIndexChanged += new System.EventHandler(this.listfilters_SelectedIndexChanged);
			// 
			// columnname
			// 
			this.columnname.Text = "Configuration";
			this.columnname.Width = 177;
			// 
			// addfilter
			// 
			this.addfilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.addfilter.Location = new System.Drawing.Point(12, 372);
			this.addfilter.Name = "addfilter";
			this.addfilter.Size = new System.Drawing.Size(98, 25);
			this.addfilter.TabIndex = 1;
			this.addfilter.Text = "New Filter";
			this.addfilter.UseVisualStyleBackColor = true;
			this.addfilter.Click += new System.EventHandler(this.addfilter_Click);
			// 
			// deletefilter
			// 
			this.deletefilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.deletefilter.Enabled = false;
			this.deletefilter.Location = new System.Drawing.Point(116, 372);
			this.deletefilter.Name = "deletefilter";
			this.deletefilter.Size = new System.Drawing.Size(98, 25);
			this.deletefilter.TabIndex = 2;
			this.deletefilter.Text = "Delete Selected";
			this.deletefilter.UseVisualStyleBackColor = true;
			this.deletefilter.Click += new System.EventHandler(this.deletefilter_Click);
			// 
			// filtergroup
			// 
			this.filtergroup.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.filtergroup.Controls.Add(this.tabs);
			this.filtergroup.Controls.Add(this.filtername);
			this.filtergroup.Controls.Add(this.label1);
			this.filtergroup.Enabled = false;
			this.filtergroup.Location = new System.Drawing.Point(232, 12);
			this.filtergroup.Name = "filtergroup";
			this.filtergroup.Size = new System.Drawing.Size(465, 385);
			this.filtergroup.TabIndex = 3;
			this.filtergroup.TabStop = false;
			this.filtergroup.Text = " Selected Filter ";
			// 
			// tabs
			// 
			this.tabs.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.tabs.Controls.Add(this.tabbasic);
			this.tabs.Controls.Add(this.tabflags);
			this.tabs.Controls.Add(this.tabaction);
			this.tabs.Controls.Add(this.tabcustom);
			this.tabs.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabs.Location = new System.Drawing.Point(6, 63);
			this.tabs.Name = "tabs";
			this.tabs.SelectedIndex = 0;
			this.tabs.Size = new System.Drawing.Size(453, 316);
			this.tabs.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
			this.tabs.TabIndex = 5;
			// 
			// tabbasic
			// 
			this.tabbasic.Controls.Add(this.label6);
			this.tabbasic.Controls.Add(this.labelzheight);
			this.tabbasic.Controls.Add(this.filterzheight);
			this.tabbasic.Controls.Add(this.browseangle);
			this.tabbasic.Controls.Add(this.filterangle);
			this.tabbasic.Controls.Add(this.filtertype);
			this.tabbasic.Controls.Add(this.label5);
			this.tabbasic.Controls.Add(this.browsetype);
			this.tabbasic.Controls.Add(this.label4);
			this.tabbasic.Controls.Add(this.filtercategory);
			this.tabbasic.Controls.Add(this.label2);
			this.tabbasic.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabbasic.Location = new System.Drawing.Point(4, 23);
			this.tabbasic.Name = "tabbasic";
			this.tabbasic.Padding = new System.Windows.Forms.Padding(3);
			this.tabbasic.Size = new System.Drawing.Size(445, 289);
			this.tabbasic.TabIndex = 0;
			this.tabbasic.Text = "Properties";
			this.tabbasic.UseVisualStyleBackColor = true;
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(34, 235);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(342, 14);
			this.label6.TabIndex = 15;
			this.label6.Text = "Note:  Clear the input fields which you do not want to use in this filter.";
			// 
			// labelzheight
			// 
			this.labelzheight.AutoSize = true;
			this.labelzheight.Location = new System.Drawing.Point(19, 167);
			this.labelzheight.Name = "labelzheight";
			this.labelzheight.Size = new System.Drawing.Size(90, 14);
			this.labelzheight.TabIndex = 14;
			this.labelzheight.Text = "Filter by Z height:";
			// 
			// filterzheight
			// 
			this.filterzheight.AllowDecimal = false;
			this.filterzheight.AllowNegative = true;
			this.filterzheight.AllowRelative = false;
			this.filterzheight.ButtonStep = 1;
			this.filterzheight.Location = new System.Drawing.Point(123, 162);
			this.filterzheight.Name = "filterzheight";
			this.filterzheight.Size = new System.Drawing.Size(72, 24);
			this.filterzheight.StepValues = null;
			this.filterzheight.TabIndex = 13;
			this.filterzheight.WhenTextChanged += new System.EventHandler(this.filterzheight_WhenTextChanged);
			// 
			// browseangle
			// 
			this.browseangle.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.browseangle.Image = global::CodeImp.DoomBuilder.Properties.Resources.Angle;
			this.browseangle.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.browseangle.Location = new System.Drawing.Point(201, 119);
			this.browseangle.Name = "browseangle";
			this.browseangle.Padding = new System.Windows.Forms.Padding(0, 0, 1, 3);
			this.browseangle.Size = new System.Drawing.Size(28, 25);
			this.browseangle.TabIndex = 12;
			this.browseangle.Text = " ";
			this.browseangle.UseVisualStyleBackColor = true;
			this.browseangle.Click += new System.EventHandler(this.browseangle_Click);
			// 
			// filterangle
			// 
			this.filterangle.AllowDecimal = false;
			this.filterangle.AllowNegative = true;
			this.filterangle.AllowRelative = false;
			this.filterangle.ButtonStep = 45;
			this.filterangle.Location = new System.Drawing.Point(123, 119);
			this.filterangle.Name = "filterangle";
			this.filterangle.Size = new System.Drawing.Size(72, 24);
			this.filterangle.StepValues = null;
			this.filterangle.TabIndex = 11;
			this.filterangle.WhenTextChanged += new System.EventHandler(this.filterangle_WhenTextChanged);
			// 
			// filtertype
			// 
			this.filtertype.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.filtertype.BackColor = System.Drawing.Color.Transparent;
			this.filtertype.Cursor = System.Windows.Forms.Cursors.Default;
			this.filtertype.Empty = false;
			this.filtertype.GeneralizedCategories = null;
			this.filtertype.Location = new System.Drawing.Point(123, 76);
			this.filtertype.Name = "filtertype";
			this.filtertype.Size = new System.Drawing.Size(268, 21);
			this.filtertype.TabIndex = 7;
			this.filtertype.Value = 402;
			this.filtertype.ValueChanges += new System.EventHandler(this.filtertype_ValueChanges);
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(32, 124);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(77, 14);
			this.label5.TabIndex = 6;
			this.label5.Text = "Filter by angle:";
			// 
			// browsetype
			// 
			this.browsetype.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.browsetype.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.browsetype.Image = global::CodeImp.DoomBuilder.Properties.Resources.List;
			this.browsetype.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.browsetype.Location = new System.Drawing.Point(397, 74);
			this.browsetype.Name = "browsetype";
			this.browsetype.Padding = new System.Windows.Forms.Padding(0, 0, 1, 3);
			this.browsetype.Size = new System.Drawing.Size(28, 25);
			this.browsetype.TabIndex = 5;
			this.browsetype.UseVisualStyleBackColor = true;
			this.browsetype.Click += new System.EventHandler(this.browsetype_Click);
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(37, 79);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(72, 14);
			this.label4.TabIndex = 3;
			this.label4.Text = "Filter by type:";
			// 
			// filtercategory
			// 
			this.filtercategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.filtercategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.filtercategory.FormattingEnabled = true;
			this.filtercategory.Location = new System.Drawing.Point(123, 30);
			this.filtercategory.Name = "filtercategory";
			this.filtercategory.Size = new System.Drawing.Size(302, 22);
			this.filtercategory.TabIndex = 1;
			this.filtercategory.SelectedIndexChanged += new System.EventHandler(this.filtercategory_SelectedIndexChanged);
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(15, 33);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(94, 14);
			this.label2.TabIndex = 2;
			this.label2.Text = "Filter by category:";
			// 
			// tabflags
			// 
			this.tabflags.Controls.Add(this.filterfields);
			this.tabflags.Controls.Add(this.label3);
			this.tabflags.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabflags.Location = new System.Drawing.Point(4, 23);
			this.tabflags.Name = "tabflags";
			this.tabflags.Padding = new System.Windows.Forms.Padding(3);
			this.tabflags.Size = new System.Drawing.Size(445, 289);
			this.tabflags.TabIndex = 1;
			this.tabflags.Text = "Flags";
			this.tabflags.UseVisualStyleBackColor = true;
			// 
			// filterfields
			// 
			this.filterfields.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.filterfields.AutoScroll = true;
			this.filterfields.Columns = 2;
			this.filterfields.Location = new System.Drawing.Point(20, 39);
			this.filterfields.Name = "filterfields";
			this.filterfields.Size = new System.Drawing.Size(402, 229);
			this.filterfields.TabIndex = 5;
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(17, 20);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(89, 14);
			this.label3.TabIndex = 6;
			this.label3.Text = "Filter by settings:";
			// 
			// tabaction
			// 
			this.tabaction.Controls.Add(this.argumentspanel);
			this.tabaction.Controls.Add(this.filteraction);
			this.tabaction.Controls.Add(this.browseaction);
			this.tabaction.Controls.Add(this.label7);
			this.tabaction.Controls.Add(this.filtertag);
			this.tabaction.Controls.Add(this.labeltag);
			this.tabaction.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabaction.Location = new System.Drawing.Point(4, 23);
			this.tabaction.Name = "tabaction";
			this.tabaction.Padding = new System.Windows.Forms.Padding(3);
			this.tabaction.Size = new System.Drawing.Size(445, 289);
			this.tabaction.TabIndex = 2;
			this.tabaction.Text = "Action";
			this.tabaction.UseVisualStyleBackColor = true;
			// 
			// argumentspanel
			// 
			this.argumentspanel.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.argumentspanel.Controls.Add(this.label8);
			this.argumentspanel.Controls.Add(this.arg2);
			this.argumentspanel.Controls.Add(this.arg1);
			this.argumentspanel.Controls.Add(this.arg0);
			this.argumentspanel.Controls.Add(this.arg3);
			this.argumentspanel.Controls.Add(this.arg4);
			this.argumentspanel.Controls.Add(this.arg1label);
			this.argumentspanel.Controls.Add(this.arg0label);
			this.argumentspanel.Controls.Add(this.arg3label);
			this.argumentspanel.Controls.Add(this.arg2label);
			this.argumentspanel.Controls.Add(this.arg4label);
			this.argumentspanel.Location = new System.Drawing.Point(6, 70);
			this.argumentspanel.Name = "argumentspanel";
			this.argumentspanel.Size = new System.Drawing.Size(418, 163);
			this.argumentspanel.TabIndex = 17;
			// 
			// label8
			// 
			this.label8.AutoSize = true;
			this.label8.Location = new System.Drawing.Point(22, 4);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(102, 14);
			this.label8.TabIndex = 21;
			this.label8.Text = "Filter by arguments:";
			// 
			// arg2
			// 
			this.arg2.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.arg2.Location = new System.Drawing.Point(236, 75);
			this.arg2.Name = "arg2";
			this.arg2.Size = new System.Drawing.Size(93, 24);
			this.arg2.TabIndex = 2;
			this.arg2.Tag = "2";
			this.arg2.Validated += new System.EventHandler(this.arg_Validated);
			// 
			// arg1
			// 
			this.arg1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.arg1.Location = new System.Drawing.Point(236, 49);
			this.arg1.Name = "arg1";
			this.arg1.Size = new System.Drawing.Size(93, 24);
			this.arg1.TabIndex = 1;
			this.arg1.Tag = "1";
			this.arg1.Validated += new System.EventHandler(this.arg_Validated);
			// 
			// arg0
			// 
			this.arg0.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.arg0.Location = new System.Drawing.Point(236, 23);
			this.arg0.Name = "arg0";
			this.arg0.Size = new System.Drawing.Size(93, 24);
			this.arg0.TabIndex = 0;
			this.arg0.Tag = "0";
			this.arg0.Validated += new System.EventHandler(this.arg_Validated);
			// 
			// arg3
			// 
			this.arg3.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.arg3.Location = new System.Drawing.Point(236, 102);
			this.arg3.Name = "arg3";
			this.arg3.Size = new System.Drawing.Size(93, 24);
			this.arg3.TabIndex = 3;
			this.arg3.Tag = "3";
			this.arg3.Validated += new System.EventHandler(this.arg_Validated);
			// 
			// arg4
			// 
			this.arg4.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.arg4.Location = new System.Drawing.Point(236, 128);
			this.arg4.Name = "arg4";
			this.arg4.Size = new System.Drawing.Size(93, 24);
			this.arg4.TabIndex = 4;
			this.arg4.Tag = "4";
			this.arg4.Validated += new System.EventHandler(this.arg_Validated);
			// 
			// arg1label
			// 
			this.arg1label.Location = new System.Drawing.Point(33, 54);
			this.arg1label.Name = "arg1label";
			this.arg1label.Size = new System.Drawing.Size(197, 14);
			this.arg1label.TabIndex = 14;
			this.arg1label.Text = "Argument 2:";
			this.arg1label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.arg1label.UseMnemonic = false;
			// 
			// arg0label
			// 
			this.arg0label.Location = new System.Drawing.Point(33, 28);
			this.arg0label.Name = "arg0label";
			this.arg0label.Size = new System.Drawing.Size(197, 14);
			this.arg0label.TabIndex = 12;
			this.arg0label.Text = "Argument 1:";
			this.arg0label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.arg0label.UseMnemonic = false;
			// 
			// arg3label
			// 
			this.arg3label.Location = new System.Drawing.Point(33, 107);
			this.arg3label.Name = "arg3label";
			this.arg3label.Size = new System.Drawing.Size(197, 14);
			this.arg3label.TabIndex = 20;
			this.arg3label.Text = "Argument 4:";
			this.arg3label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.arg3label.UseMnemonic = false;
			// 
			// arg2label
			// 
			this.arg2label.Location = new System.Drawing.Point(33, 80);
			this.arg2label.Name = "arg2label";
			this.arg2label.Size = new System.Drawing.Size(197, 14);
			this.arg2label.TabIndex = 18;
			this.arg2label.Text = "Argument 3:";
			this.arg2label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.arg2label.UseMnemonic = false;
			// 
			// arg4label
			// 
			this.arg4label.Location = new System.Drawing.Point(33, 133);
			this.arg4label.Name = "arg4label";
			this.arg4label.Size = new System.Drawing.Size(197, 14);
			this.arg4label.TabIndex = 16;
			this.arg4label.Text = "Argument 5:";
			this.arg4label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.arg4label.UseMnemonic = false;
			// 
			// filteraction
			// 
			this.filteraction.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.filteraction.BackColor = System.Drawing.Color.Transparent;
			this.filteraction.Cursor = System.Windows.Forms.Cursors.Default;
			this.filteraction.Empty = false;
			this.filteraction.GeneralizedCategories = null;
			this.filteraction.Location = new System.Drawing.Point(122, 30);
			this.filteraction.Name = "filteraction";
			this.filteraction.Size = new System.Drawing.Size(268, 21);
			this.filteraction.TabIndex = 16;
			this.filteraction.Value = 402;
			this.filteraction.ValueChanges += new System.EventHandler(this.filteraction_ValueChanges);
			// 
			// browseaction
			// 
			this.browseaction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.browseaction.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.browseaction.Image = global::CodeImp.DoomBuilder.Properties.Resources.List;
			this.browseaction.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.browseaction.Location = new System.Drawing.Point(396, 28);
			this.browseaction.Name = "browseaction";
			this.browseaction.Padding = new System.Windows.Forms.Padding(0, 0, 1, 3);
			this.browseaction.Size = new System.Drawing.Size(28, 25);
			this.browseaction.TabIndex = 15;
			this.browseaction.UseVisualStyleBackColor = true;
			this.browseaction.Click += new System.EventHandler(this.browseaction_Click);
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(28, 33);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(80, 14);
			this.label7.TabIndex = 14;
			this.label7.Text = "Filter by action:";
			// 
			// filtertag
			// 
			this.filtertag.AllowDecimal = false;
			this.filtertag.AllowNegative = true;
			this.filtertag.AllowRelative = false;
			this.filtertag.ButtonStep = 1;
			this.filtertag.Location = new System.Drawing.Point(122, 244);
			this.filtertag.Name = "filtertag";
			this.filtertag.Size = new System.Drawing.Size(72, 24);
			this.filtertag.StepValues = null;
			this.filtertag.TabIndex = 13;
			this.filtertag.WhenTextChanged += new System.EventHandler(this.filtertag_WhenTextChanged);
			// 
			// labeltag
			// 
			this.labeltag.AutoSize = true;
			this.labeltag.Location = new System.Drawing.Point(42, 249);
			this.labeltag.Name = "labeltag";
			this.labeltag.Size = new System.Drawing.Size(66, 14);
			this.labeltag.TabIndex = 12;
			this.labeltag.Text = "Filter by tag:";
			// 
			// tabcustom
			// 
			this.tabcustom.Controls.Add(this.fieldslist);
			this.tabcustom.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabcustom.Location = new System.Drawing.Point(4, 23);
			this.tabcustom.Name = "tabcustom";
			this.tabcustom.Padding = new System.Windows.Forms.Padding(3);
			this.tabcustom.Size = new System.Drawing.Size(445, 289);
			this.tabcustom.TabIndex = 3;
			this.tabcustom.Text = "Custom";
			this.tabcustom.UseVisualStyleBackColor = true;
			// 
			// fieldslist
			// 
			this.fieldslist.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.fieldslist.AutoInsertUserPrefix = false;
			this.fieldslist.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.fieldslist.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.fieldslist.Location = new System.Drawing.Point(8, 9);
			this.fieldslist.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
			this.fieldslist.Name = "fieldslist";
			this.fieldslist.Size = new System.Drawing.Size(426, 271);
			this.fieldslist.TabIndex = 2;
			this.fieldslist.Validated += new System.EventHandler(this.fieldslist_Validated);
			// 
			// filtername
			// 
			this.filtername.Location = new System.Drawing.Point(70, 27);
			this.filtername.MaxLength = 50;
			this.filtername.Name = "filtername";
			this.filtername.Size = new System.Drawing.Size(232, 20);
			this.filtername.TabIndex = 0;
			this.filtername.Validating += new System.ComponentModel.CancelEventHandler(this.filtername_Validating);
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(27, 30);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(37, 14);
			this.label1.TabIndex = 0;
			this.label1.Text = "Name:";
			// 
			// cancel
			// 
			this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancel.Location = new System.Drawing.Point(585, 414);
			this.cancel.Name = "cancel";
			this.cancel.Size = new System.Drawing.Size(112, 25);
			this.cancel.TabIndex = 5;
			this.cancel.Text = "Cancel";
			this.cancel.UseVisualStyleBackColor = true;
			this.cancel.Click += new System.EventHandler(this.cancel_Click);
			// 
			// apply
			// 
			this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.apply.Location = new System.Drawing.Point(467, 414);
			this.apply.Name = "apply";
			this.apply.Size = new System.Drawing.Size(112, 25);
			this.apply.TabIndex = 4;
			this.apply.Text = "OK";
			this.apply.UseVisualStyleBackColor = true;
			this.apply.Click += new System.EventHandler(this.apply_Click);
			// 
			// ThingsFiltersForm
			// 
			this.AcceptButton = this.apply;
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.CancelButton = this.cancel;
			this.ClientSize = new System.Drawing.Size(707, 449);
			this.Controls.Add(this.cancel);
			this.Controls.Add(this.apply);
			this.Controls.Add(this.filtergroup);
			this.Controls.Add(this.deletefilter);
			this.Controls.Add(this.addfilter);
			this.Controls.Add(this.listfilters);
			this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ThingsFiltersForm";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Things Filters";
			this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.ThingsFiltersForm_HelpRequested);
			this.filtergroup.ResumeLayout(false);
			this.filtergroup.PerformLayout();
			this.tabs.ResumeLayout(false);
			this.tabbasic.ResumeLayout(false);
			this.tabbasic.PerformLayout();
			this.tabflags.ResumeLayout(false);
			this.tabflags.PerformLayout();
			this.tabaction.ResumeLayout(false);
			this.tabaction.PerformLayout();
			this.argumentspanel.ResumeLayout(false);
			this.argumentspanel.PerformLayout();
			this.tabcustom.ResumeLayout(false);
			this.ResumeLayout(false);

		}

19 Source : EffectBrowserForm.Designer.cs
with GNU General Public License v3.0
from anotak

private void InitializeComponent()
		{
			System.Windows.Forms.GroupBox groupBox2;
			this.option7 = new System.Windows.Forms.ComboBox();
			this.option7label = new System.Windows.Forms.Label();
			this.option6 = new System.Windows.Forms.ComboBox();
			this.option6label = new System.Windows.Forms.Label();
			this.option5 = new System.Windows.Forms.ComboBox();
			this.option5label = new System.Windows.Forms.Label();
			this.option4 = new System.Windows.Forms.ComboBox();
			this.option4label = new System.Windows.Forms.Label();
			this.option3 = new System.Windows.Forms.ComboBox();
			this.option3label = new System.Windows.Forms.Label();
			this.option2 = new System.Windows.Forms.ComboBox();
			this.option2label = new System.Windows.Forms.Label();
			this.option1 = new System.Windows.Forms.ComboBox();
			this.option1label = new System.Windows.Forms.Label();
			this.option0 = new System.Windows.Forms.ComboBox();
			this.option0label = new System.Windows.Forms.Label();
			this.cancel = new System.Windows.Forms.Button();
			this.apply = new System.Windows.Forms.Button();
			this.tabs = new System.Windows.Forms.TabControl();
			this.tabeffects = new System.Windows.Forms.TabPage();
			this.effects = new System.Windows.Forms.ListView();
			this.colnumber = new System.Windows.Forms.ColumnHeader();
			this.colname = new System.Windows.Forms.ColumnHeader();
			this.tabgeneralized = new System.Windows.Forms.TabPage();
			groupBox2 = new System.Windows.Forms.GroupBox();
			groupBox2.SuspendLayout();
			this.tabs.SuspendLayout();
			this.tabeffects.SuspendLayout();
			this.tabgeneralized.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox2
			// 
			groupBox2.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)));
			groupBox2.Controls.Add(this.option7);
			groupBox2.Controls.Add(this.option7label);
			groupBox2.Controls.Add(this.option6);
			groupBox2.Controls.Add(this.option6label);
			groupBox2.Controls.Add(this.option5);
			groupBox2.Controls.Add(this.option5label);
			groupBox2.Controls.Add(this.option4);
			groupBox2.Controls.Add(this.option4label);
			groupBox2.Controls.Add(this.option3);
			groupBox2.Controls.Add(this.option3label);
			groupBox2.Controls.Add(this.option2);
			groupBox2.Controls.Add(this.option2label);
			groupBox2.Controls.Add(this.option1);
			groupBox2.Controls.Add(this.option1label);
			groupBox2.Controls.Add(this.option0);
			groupBox2.Controls.Add(this.option0label);
			groupBox2.Location = new System.Drawing.Point(6, 6);
			groupBox2.Name = "groupBox2";
			groupBox2.Size = new System.Drawing.Size(379, 397);
			groupBox2.TabIndex = 1;
			groupBox2.TabStop = false;
			groupBox2.Text = " Options ";
			// 
			// option7
			// 
			this.option7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option7.FormattingEnabled = true;
			this.option7.Location = new System.Drawing.Point(118, 280);
			this.option7.Name = "option7";
			this.option7.Size = new System.Drawing.Size(199, 22);
			this.option7.TabIndex = 7;
			this.option7.Visible = false;
			// 
			// option7label
			// 
			this.option7label.Location = new System.Drawing.Point(3, 283);
			this.option7label.Name = "option7label";
			this.option7label.Size = new System.Drawing.Size(109, 19);
			this.option7label.TabIndex = 16;
			this.option7label.Text = "Option:";
			this.option7label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option7label.Visible = false;
			// 
			// option6
			// 
			this.option6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option6.FormattingEnabled = true;
			this.option6.Location = new System.Drawing.Point(118, 244);
			this.option6.Name = "option6";
			this.option6.Size = new System.Drawing.Size(199, 22);
			this.option6.TabIndex = 6;
			this.option6.Visible = false;
			// 
			// option6label
			// 
			this.option6label.Location = new System.Drawing.Point(3, 247);
			this.option6label.Name = "option6label";
			this.option6label.Size = new System.Drawing.Size(109, 19);
			this.option6label.TabIndex = 14;
			this.option6label.Text = "Option:";
			this.option6label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option6label.Visible = false;
			// 
			// option5
			// 
			this.option5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option5.FormattingEnabled = true;
			this.option5.Location = new System.Drawing.Point(118, 208);
			this.option5.Name = "option5";
			this.option5.Size = new System.Drawing.Size(199, 22);
			this.option5.TabIndex = 5;
			this.option5.Visible = false;
			// 
			// option5label
			// 
			this.option5label.Location = new System.Drawing.Point(3, 211);
			this.option5label.Name = "option5label";
			this.option5label.Size = new System.Drawing.Size(109, 19);
			this.option5label.TabIndex = 12;
			this.option5label.Text = "Option:";
			this.option5label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option5label.Visible = false;
			// 
			// option4
			// 
			this.option4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option4.FormattingEnabled = true;
			this.option4.Location = new System.Drawing.Point(118, 172);
			this.option4.Name = "option4";
			this.option4.Size = new System.Drawing.Size(199, 22);
			this.option4.TabIndex = 4;
			this.option4.Visible = false;
			// 
			// option4label
			// 
			this.option4label.Location = new System.Drawing.Point(3, 175);
			this.option4label.Name = "option4label";
			this.option4label.Size = new System.Drawing.Size(109, 19);
			this.option4label.TabIndex = 10;
			this.option4label.Text = "Option:";
			this.option4label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option4label.Visible = false;
			// 
			// option3
			// 
			this.option3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option3.FormattingEnabled = true;
			this.option3.Location = new System.Drawing.Point(118, 136);
			this.option3.Name = "option3";
			this.option3.Size = new System.Drawing.Size(199, 22);
			this.option3.TabIndex = 3;
			this.option3.Visible = false;
			// 
			// option3label
			// 
			this.option3label.Location = new System.Drawing.Point(3, 139);
			this.option3label.Name = "option3label";
			this.option3label.Size = new System.Drawing.Size(109, 19);
			this.option3label.TabIndex = 8;
			this.option3label.Text = "Option:";
			this.option3label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option3label.Visible = false;
			// 
			// option2
			// 
			this.option2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option2.FormattingEnabled = true;
			this.option2.Location = new System.Drawing.Point(118, 100);
			this.option2.Name = "option2";
			this.option2.Size = new System.Drawing.Size(199, 22);
			this.option2.TabIndex = 2;
			this.option2.Visible = false;
			// 
			// option2label
			// 
			this.option2label.Location = new System.Drawing.Point(3, 103);
			this.option2label.Name = "option2label";
			this.option2label.Size = new System.Drawing.Size(109, 19);
			this.option2label.TabIndex = 6;
			this.option2label.Text = "Option:";
			this.option2label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option2label.Visible = false;
			// 
			// option1
			// 
			this.option1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option1.FormattingEnabled = true;
			this.option1.Location = new System.Drawing.Point(118, 64);
			this.option1.Name = "option1";
			this.option1.Size = new System.Drawing.Size(199, 22);
			this.option1.TabIndex = 1;
			this.option1.Visible = false;
			// 
			// option1label
			// 
			this.option1label.Location = new System.Drawing.Point(3, 67);
			this.option1label.Name = "option1label";
			this.option1label.Size = new System.Drawing.Size(109, 19);
			this.option1label.TabIndex = 4;
			this.option1label.Text = "Option:";
			this.option1label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option1label.Visible = false;
			// 
			// option0
			// 
			this.option0.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.option0.FormattingEnabled = true;
			this.option0.Location = new System.Drawing.Point(118, 28);
			this.option0.Name = "option0";
			this.option0.Size = new System.Drawing.Size(199, 22);
			this.option0.TabIndex = 0;
			this.option0.Visible = false;
			// 
			// option0label
			// 
			this.option0label.Location = new System.Drawing.Point(3, 31);
			this.option0label.Name = "option0label";
			this.option0label.Size = new System.Drawing.Size(109, 19);
			this.option0label.TabIndex = 2;
			this.option0label.Text = "Option:";
			this.option0label.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.option0label.Visible = false;
			// 
			// cancel
			// 
			this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancel.Location = new System.Drawing.Point(297, 459);
			this.cancel.Name = "cancel";
			this.cancel.Size = new System.Drawing.Size(112, 27);
			this.cancel.TabIndex = 2;
			this.cancel.Text = "Cancel";
			this.cancel.UseVisualStyleBackColor = true;
			this.cancel.Click += new System.EventHandler(this.cancel_Click);
			// 
			// apply
			// 
			this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.apply.Location = new System.Drawing.Point(177, 459);
			this.apply.Name = "apply";
			this.apply.Size = new System.Drawing.Size(112, 27);
			this.apply.TabIndex = 1;
			this.apply.Text = "OK";
			this.apply.UseVisualStyleBackColor = true;
			this.apply.Click += new System.EventHandler(this.apply_Click);
			// 
			// tabs
			// 
			this.tabs.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.tabs.Controls.Add(this.tabeffects);
			this.tabs.Controls.Add(this.tabgeneralized);
			this.tabs.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabs.ItemSize = new System.Drawing.Size(150, 19);
			this.tabs.Location = new System.Drawing.Point(10, 10);
			this.tabs.Margin = new System.Windows.Forms.Padding(1);
			this.tabs.Name = "tabs";
			this.tabs.SelectedIndex = 0;
			this.tabs.Size = new System.Drawing.Size(399, 436);
			this.tabs.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
			this.tabs.TabIndex = 0;
			// 
			// tabeffects
			// 
			this.tabeffects.Controls.Add(this.effects);
			this.tabeffects.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabeffects.Location = new System.Drawing.Point(4, 23);
			this.tabeffects.Name = "tabeffects";
			this.tabeffects.Padding = new System.Windows.Forms.Padding(3);
			this.tabeffects.Size = new System.Drawing.Size(391, 409);
			this.tabeffects.TabIndex = 0;
			this.tabeffects.Text = "Predefined Effects";
			this.tabeffects.UseVisualStyleBackColor = true;
			// 
			// effects
			// 
			this.effects.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colnumber,
            this.colname});
			this.effects.FullRowSelect = true;
			this.effects.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.effects.HideSelection = false;
			this.effects.Location = new System.Drawing.Point(6, 6);
			this.effects.MultiSelect = false;
			this.effects.Name = "effects";
			this.effects.Size = new System.Drawing.Size(379, 397);
			this.effects.TabIndex = 0;
			this.effects.UseCompatibleStateImageBehavior = false;
			this.effects.View = System.Windows.Forms.View.Details;
			this.effects.DoubleClick += new System.EventHandler(this.effects_DoubleClick);
			// 
			// colnumber
			// 
			this.colnumber.Text = "Effect";
			this.colnumber.Width = 70;
			// 
			// colname
			// 
			this.colname.Text = "Description";
			this.colname.Width = 280;
			// 
			// tabgeneralized
			// 
			this.tabgeneralized.Controls.Add(groupBox2);
			this.tabgeneralized.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tabgeneralized.Location = new System.Drawing.Point(4, 23);
			this.tabgeneralized.Name = "tabgeneralized";
			this.tabgeneralized.Padding = new System.Windows.Forms.Padding(3);
			this.tabgeneralized.Size = new System.Drawing.Size(391, 409);
			this.tabgeneralized.TabIndex = 1;
			this.tabgeneralized.Text = "Generalized Effects";
			this.tabgeneralized.UseVisualStyleBackColor = true;
			// 
			// EffectBrowserForm
			// 
			this.AcceptButton = this.apply;
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.CancelButton = this.cancel;
			this.ClientSize = new System.Drawing.Size(419, 496);
			this.Controls.Add(this.tabs);
			this.Controls.Add(this.cancel);
			this.Controls.Add(this.apply);
			this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "EffectBrowserForm";
			this.Opacity = 0;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Edit Effect";
			groupBox2.ResumeLayout(false);
			this.tabs.ResumeLayout(false);
			this.tabeffects.ResumeLayout(false);
			this.tabgeneralized.ResumeLayout(false);
			this.ResumeLayout(false);

		}

19 Source : StairSectorBuilderForm.designer.cs
with GNU General Public License v3.0
from anotak

private void InitializeComponent()
		{
			this.btnOK = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.numberofsectors = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.label4 = new System.Windows.Forms.Label();
			this.tabcontrol = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.distinctbaseheights = new System.Windows.Forms.CheckBox();
			this.spacing = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.label11 = new System.Windows.Forms.Label();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.singledirection = new System.Windows.Forms.CheckBox();
			this.singlesectors = new System.Windows.Forms.CheckBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.sideback = new System.Windows.Forms.RadioButton();
			this.sidefront = new System.Windows.Forms.RadioButton();
			this.sectordepth = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.label1 = new System.Windows.Forms.Label();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.autocurveflipping = new System.Windows.Forms.ComboBox();
			this.label12 = new System.Windows.Forms.Label();
			this.autocurveoutervertexmultiplier = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.autocurveinnervertexmultiplier = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.tabPage3 = new System.Windows.Forms.TabPage();
			this.splineflipping = new System.Windows.Forms.ComboBox();
			this.label13 = new System.Windows.Forms.Label();
			this.splineoutervertexmultiplier = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.splineinnervertexmultiplier = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.label16 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.numberofcontrolpoints = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.label10 = new System.Windows.Forms.Label();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.floorflattexture = new CodeImp.DoomBuilder.Controls.FlatSelectorControl();
			this.floorflat = new System.Windows.Forms.CheckBox();
			this.ceilingflat = new System.Windows.Forms.CheckBox();
			this.groupBox5 = new System.Windows.Forms.GroupBox();
			this.ceilingflattexture = new CodeImp.DoomBuilder.Controls.FlatSelectorControl();
			this.groupBox6 = new System.Windows.Forms.GroupBox();
			this.label14 = new System.Windows.Forms.Label();
			this.floorbase = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.floorheightmodification = new System.Windows.Forms.CheckBox();
			this.floorlast = new System.Windows.Forms.Label();
			this.floorfirst = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.floorheightmod = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.label = new System.Windows.Forms.Label();
			this.groupBox7 = new System.Windows.Forms.GroupBox();
			this.lowerunpegged = new System.Windows.Forms.CheckBox();
			this.lowertexturetexture = new CodeImp.DoomBuilder.Controls.TextureSelectorControl();
			this.lowertexture = new System.Windows.Forms.CheckBox();
			this.groupBox8 = new System.Windows.Forms.GroupBox();
			this.upperunpegged = new System.Windows.Forms.CheckBox();
			this.uppertexturetexture = new CodeImp.DoomBuilder.Controls.TextureSelectorControl();
			this.uppertexture = new System.Windows.Forms.CheckBox();
			this.ceilinglast = new System.Windows.Forms.Label();
			this.ceilingfirst = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.ceilingheightmod = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.label2 = new System.Windows.Forms.Label();
			this.groupBox9 = new System.Windows.Forms.GroupBox();
			this.label15 = new System.Windows.Forms.Label();
			this.ceilingbase = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
			this.ceilingheightmodification = new System.Windows.Forms.CheckBox();
			this.groupBox11 = new System.Windows.Forms.GroupBox();
			this.prefabload = new System.Windows.Forms.Button();
			this.prefabdelete = new System.Windows.Forms.Button();
			this.prefabsave = new System.Windows.Forms.Button();
			this.prefabname = new System.Windows.Forms.TextBox();
			this.prefabs = new System.Windows.Forms.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.groupBox10 = new System.Windows.Forms.GroupBox();
			this.middletexturetexture = new CodeImp.DoomBuilder.Controls.TextureSelectorControl();
			this.middletexture = new System.Windows.Forms.CheckBox();
			this.groupBox1.SuspendLayout();
			this.tabcontrol.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.tabPage2.SuspendLayout();
			this.tabPage3.SuspendLayout();
			this.groupBox4.SuspendLayout();
			this.groupBox5.SuspendLayout();
			this.groupBox6.SuspendLayout();
			this.groupBox7.SuspendLayout();
			this.groupBox8.SuspendLayout();
			this.groupBox9.SuspendLayout();
			this.groupBox11.SuspendLayout();
			this.groupBox10.SuspendLayout();
			this.SuspendLayout();
			// 
			// btnOK
			// 
			this.btnOK.Location = new System.Drawing.Point(333, 532);
			this.btnOK.Name = "btnOK";
			this.btnOK.Size = new System.Drawing.Size(112, 27);
			this.btnOK.TabIndex = 4;
			this.btnOK.Text = "OK";
			this.btnOK.UseVisualStyleBackColor = true;
			this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
			// 
			// btnCancel
			// 
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Location = new System.Drawing.Point(448, 532);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(112, 27);
			this.btnCancel.TabIndex = 5;
			this.btnCancel.Text = "Cancel";
			this.btnCancel.UseVisualStyleBackColor = true;
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.numberofsectors);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Location = new System.Drawing.Point(12, 9);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(220, 50);
			this.groupBox1.TabIndex = 9;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "General";
			// 
			// numberofsectors
			// 
			this.numberofsectors.AllowDecimal = false;
			this.numberofsectors.AllowNegative = false;
			this.numberofsectors.AllowRelative = false;
			this.numberofsectors.ButtonStep = 1;
			this.numberofsectors.Location = new System.Drawing.Point(112, 17);
			this.numberofsectors.Name = "numberofsectors";
			this.numberofsectors.Size = new System.Drawing.Size(56, 24);
			this.numberofsectors.StepValues = null;
			this.numberofsectors.TabIndex = 1;
			this.numberofsectors.WhenTextChanged += new System.EventHandler(this.numberofsectors_WhenTextChanged);
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(9, 22);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(97, 14);
			this.label4.TabIndex = 0;
			this.label4.Text = "Number of sectors";
			// 
			// tabcontrol
			// 
			this.tabcontrol.Controls.Add(this.tabPage1);
			this.tabcontrol.Controls.Add(this.tabPage2);
			this.tabcontrol.Controls.Add(this.tabPage3);
			this.tabcontrol.Location = new System.Drawing.Point(12, 65);
			this.tabcontrol.Name = "tabcontrol";
			this.tabcontrol.SelectedIndex = 0;
			this.tabcontrol.Size = new System.Drawing.Size(220, 271);
			this.tabcontrol.TabIndex = 10;
			this.tabcontrol.SelectedIndexChanged += new System.EventHandler(this.tabcontrol_SelectedIndexChanged);
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.distinctbaseheights);
			this.tabPage1.Controls.Add(this.spacing);
			this.tabPage1.Controls.Add(this.label11);
			this.tabPage1.Controls.Add(this.groupBox3);
			this.tabPage1.Controls.Add(this.groupBox2);
			this.tabPage1.Controls.Add(this.sectordepth);
			this.tabPage1.Controls.Add(this.label1);
			this.tabPage1.Location = new System.Drawing.Point(4, 23);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage1.Size = new System.Drawing.Size(212, 244);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "Straight";
			this.tabPage1.UseVisualStyleBackColor = true;
			// 
			// distinctbaseheights
			// 
			this.distinctbaseheights.AutoSize = true;
			this.distinctbaseheights.Location = new System.Drawing.Point(10, 70);
			this.distinctbaseheights.Name = "distinctbaseheights";
			this.distinctbaseheights.Size = new System.Drawing.Size(126, 18);
			this.distinctbaseheights.TabIndex = 6;
			this.distinctbaseheights.Text = "Distinct base heights";
			this.distinctbaseheights.UseVisualStyleBackColor = true;
			this.distinctbaseheights.CheckedChanged += new System.EventHandler(this.distinctbaseheights_CheckedChanged);
			// 
			// spacing
			// 
			this.spacing.AllowDecimal = false;
			this.spacing.AllowNegative = false;
			this.spacing.AllowRelative = false;
			this.spacing.ButtonStep = 8;
			this.spacing.Location = new System.Drawing.Point(81, 33);
			this.spacing.Name = "spacing";
			this.spacing.Size = new System.Drawing.Size(56, 24);
			this.spacing.StepValues = null;
			this.spacing.TabIndex = 5;
			this.spacing.WhenTextChanged += new System.EventHandler(this.spacing_WhenTextChanged);
			// 
			// label11
			// 
			this.label11.AutoSize = true;
			this.label11.Location = new System.Drawing.Point(7, 37);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(46, 14);
			this.label11.TabIndex = 4;
			this.label11.Text = "Spacing";
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.singledirection);
			this.groupBox3.Controls.Add(this.singlesectors);
			this.groupBox3.Location = new System.Drawing.Point(82, 94);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(124, 79);
			this.groupBox3.TabIndex = 3;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Appearance";
			// 
			// singledirection
			// 
			this.singledirection.AutoSize = true;
			this.singledirection.Enabled = false;
			this.singledirection.Location = new System.Drawing.Point(7, 46);
			this.singledirection.Name = "singledirection";
			this.singledirection.Size = new System.Drawing.Size(99, 18);
			this.singledirection.TabIndex = 1;
			this.singledirection.Text = "Single direction";
			this.singledirection.UseVisualStyleBackColor = true;
			this.singledirection.CheckedChanged += new System.EventHandler(this.singledirection_CheckedChanged);
			// 
			// singlesectors
			// 
			this.singlesectors.AutoSize = true;
			this.singlesectors.Enabled = false;
			this.singlesectors.Location = new System.Drawing.Point(7, 22);
			this.singlesectors.Name = "singlesectors";
			this.singlesectors.Size = new System.Drawing.Size(95, 18);
			this.singlesectors.TabIndex = 0;
			this.singlesectors.Text = "Single sectors";
			this.singlesectors.UseVisualStyleBackColor = true;
			this.singlesectors.CheckedChanged += new System.EventHandler(this.singlesectors_CheckedChanged);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.sideback);
			this.groupBox2.Controls.Add(this.sidefront);
			this.groupBox2.Location = new System.Drawing.Point(11, 94);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(65, 79);
			this.groupBox2.TabIndex = 2;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Side";
			// 
			// sideback
			// 
			this.sideback.AutoSize = true;
			this.sideback.Location = new System.Drawing.Point(7, 46);
			this.sideback.Name = "sideback";
			this.sideback.Size = new System.Drawing.Size(49, 18);
			this.sideback.TabIndex = 1;
			this.sideback.TabStop = true;
			this.sideback.Text = "Back";
			this.sideback.UseVisualStyleBackColor = true;
			this.sideback.CheckedChanged += new System.EventHandler(this.sideback_CheckedChanged);
			// 
			// sidefront
			// 
			this.sidefront.AutoSize = true;
			this.sidefront.Checked = true;
			this.sidefront.Location = new System.Drawing.Point(7, 22);
			this.sidefront.Name = "sidefront";
			this.sidefront.Size = new System.Drawing.Size(50, 18);
			this.sidefront.TabIndex = 0;
			this.sidefront.TabStop = true;
			this.sidefront.Text = "Front";
			this.sidefront.UseVisualStyleBackColor = true;
			this.sidefront.CheckedChanged += new System.EventHandler(this.sidefront_CheckedChanged);
			// 
			// sectordepth
			// 
			this.sectordepth.AllowDecimal = false;
			this.sectordepth.AllowNegative = false;
			this.sectordepth.AllowRelative = false;
			this.sectordepth.ButtonStep = 8;
			this.sectordepth.Location = new System.Drawing.Point(81, 3);
			this.sectordepth.Name = "sectordepth";
			this.sectordepth.Size = new System.Drawing.Size(56, 24);
			this.sectordepth.StepValues = null;
			this.sectordepth.TabIndex = 1;
			this.sectordepth.WhenTextChanged += new System.EventHandler(this.sectordepth_WhenTextChanged);
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(7, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(69, 14);
			this.label1.TabIndex = 0;
			this.label1.Text = "Sector depth";
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.autocurveflipping);
			this.tabPage2.Controls.Add(this.label12);
			this.tabPage2.Controls.Add(this.autocurveoutervertexmultiplier);
			this.tabPage2.Controls.Add(this.autocurveinnervertexmultiplier);
			this.tabPage2.Controls.Add(this.label6);
			this.tabPage2.Controls.Add(this.label5);
			this.tabPage2.Location = new System.Drawing.Point(4, 23);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage2.Size = new System.Drawing.Size(212, 244);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "Auto curve";
			this.tabPage2.UseVisualStyleBackColor = true;
			// 
			// autocurveflipping
			// 
			this.autocurveflipping.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.autocurveflipping.FormattingEnabled = true;
			this.autocurveflipping.Items.AddRange(new object[] {
            "None",
            "Source direction",
            "Destination direction"});
			this.autocurveflipping.Location = new System.Drawing.Point(55, 9);
			this.autocurveflipping.Name = "autocurveflipping";
			this.autocurveflipping.Size = new System.Drawing.Size(151, 22);
			this.autocurveflipping.TabIndex = 11;
			this.autocurveflipping.SelectedIndexChanged += new System.EventHandler(this.autocurveflipping_SelectedIndexChanged);
			// 
			// label12
			// 
			this.label12.AutoSize = true;
			this.label12.Location = new System.Drawing.Point(6, 12);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(43, 14);
			this.label12.TabIndex = 10;
			this.label12.Text = "Flipping";
			// 
			// autocurveoutervertexmultiplier
			// 
			this.autocurveoutervertexmultiplier.AllowDecimal = false;
			this.autocurveoutervertexmultiplier.AllowNegative = false;
			this.autocurveoutervertexmultiplier.AllowRelative = false;
			this.autocurveoutervertexmultiplier.ButtonStep = 1;
			this.autocurveoutervertexmultiplier.Location = new System.Drawing.Point(128, 72);
			this.autocurveoutervertexmultiplier.Name = "autocurveoutervertexmultiplier";
			this.autocurveoutervertexmultiplier.Size = new System.Drawing.Size(56, 24);
			this.autocurveoutervertexmultiplier.StepValues = null;
			this.autocurveoutervertexmultiplier.TabIndex = 9;
			this.autocurveoutervertexmultiplier.WhenTextChanged += new System.EventHandler(this.autocurveoutervertexmultiplier_WhenTextChanged);
			// 
			// autocurveinnervertexmultiplier
			// 
			this.autocurveinnervertexmultiplier.AllowDecimal = false;
			this.autocurveinnervertexmultiplier.AllowNegative = false;
			this.autocurveinnervertexmultiplier.AllowRelative = false;
			this.autocurveinnervertexmultiplier.ButtonStep = 1;
			this.autocurveinnervertexmultiplier.Location = new System.Drawing.Point(128, 45);
			this.autocurveinnervertexmultiplier.Name = "autocurveinnervertexmultiplier";
			this.autocurveinnervertexmultiplier.Size = new System.Drawing.Size(56, 24);
			this.autocurveinnervertexmultiplier.StepValues = null;
			this.autocurveinnervertexmultiplier.TabIndex = 8;
			this.autocurveinnervertexmultiplier.WhenTextChanged += new System.EventHandler(this.autocurveinnervertexmultiplier_WhenTextChanged);
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(6, 77);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(112, 14);
			this.label6.TabIndex = 7;
			this.label6.Text = "Outer vertex multiplier";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(6, 50);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(109, 14);
			this.label5.TabIndex = 6;
			this.label5.Text = "Inner vertex multiplier";
			// 
			// tabPage3
			// 
			this.tabPage3.Controls.Add(this.splineflipping);
			this.tabPage3.Controls.Add(this.label13);
			this.tabPage3.Controls.Add(this.splineoutervertexmultiplier);
			this.tabPage3.Controls.Add(this.splineinnervertexmultiplier);
			this.tabPage3.Controls.Add(this.label16);
			this.tabPage3.Controls.Add(this.label17);
			this.tabPage3.Controls.Add(this.numberofcontrolpoints);
			this.tabPage3.Controls.Add(this.label10);
			this.tabPage3.Location = new System.Drawing.Point(4, 23);
			this.tabPage3.Name = "tabPage3";
			this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage3.Size = new System.Drawing.Size(212, 244);
			this.tabPage3.TabIndex = 2;
			this.tabPage3.Text = "Catmull Rom";
			this.tabPage3.UseVisualStyleBackColor = true;
			// 
			// splineflipping
			// 
			this.splineflipping.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.splineflipping.FormattingEnabled = true;
			this.splineflipping.Items.AddRange(new object[] {
            "None",
            "Source direction",
            "Destination direction"});
			this.splineflipping.Location = new System.Drawing.Point(55, 9);
			this.splineflipping.Name = "splineflipping";
			this.splineflipping.Size = new System.Drawing.Size(151, 22);
			this.splineflipping.TabIndex = 13;
			this.splineflipping.SelectedIndexChanged += new System.EventHandler(this.splineflipping_SelectedIndexChanged);
			// 
			// label13
			// 
			this.label13.AutoSize = true;
			this.label13.Location = new System.Drawing.Point(6, 12);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(43, 14);
			this.label13.TabIndex = 12;
			this.label13.Text = "Flipping";
			// 
			// splineoutervertexmultiplier
			// 
			this.splineoutervertexmultiplier.AllowDecimal = false;
			this.splineoutervertexmultiplier.AllowNegative = false;
			this.splineoutervertexmultiplier.AllowRelative = false;
			this.splineoutervertexmultiplier.ButtonStep = 1;
			this.splineoutervertexmultiplier.Location = new System.Drawing.Point(128, 72);
			this.splineoutervertexmultiplier.Name = "splineoutervertexmultiplier";
			this.splineoutervertexmultiplier.Size = new System.Drawing.Size(56, 24);
			this.splineoutervertexmultiplier.StepValues = null;
			this.splineoutervertexmultiplier.TabIndex = 9;
			this.splineoutervertexmultiplier.WhenTextChanged += new System.EventHandler(this.splineoutervertexmultiplier_WhenTextChanged);
			// 
			// splineinnervertexmultiplier
			// 
			this.splineinnervertexmultiplier.AllowDecimal = false;
			this.splineinnervertexmultiplier.AllowNegative = false;
			this.splineinnervertexmultiplier.AllowRelative = false;
			this.splineinnervertexmultiplier.ButtonStep = 1;
			this.splineinnervertexmultiplier.Location = new System.Drawing.Point(128, 45);
			this.splineinnervertexmultiplier.Name = "splineinnervertexmultiplier";
			this.splineinnervertexmultiplier.Size = new System.Drawing.Size(56, 24);
			this.splineinnervertexmultiplier.StepValues = null;
			this.splineinnervertexmultiplier.TabIndex = 8;
			this.splineinnervertexmultiplier.WhenTextChanged += new System.EventHandler(this.splineinnervertexmultiplier_WhenTextChanged);
			// 
			// label16
			// 
			this.label16.AutoSize = true;
			this.label16.Location = new System.Drawing.Point(6, 77);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(112, 14);
			this.label16.TabIndex = 7;
			this.label16.Text = "Outer vertex multiplier";
			// 
			// label17
			// 
			this.label17.AutoSize = true;
			this.label17.Location = new System.Drawing.Point(6, 50);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(109, 14);
			this.label17.TabIndex = 6;
			this.label17.Text = "Inner vertex multiplier";
			// 
			// numberofcontrolpoints
			// 
			this.numberofcontrolpoints.AllowDecimal = false;
			this.numberofcontrolpoints.AllowNegative = false;
			this.numberofcontrolpoints.AllowRelative = false;
			this.numberofcontrolpoints.ButtonStep = 1;
			this.numberofcontrolpoints.Location = new System.Drawing.Point(128, 99);
			this.numberofcontrolpoints.Name = "numberofcontrolpoints";
			this.numberofcontrolpoints.Size = new System.Drawing.Size(56, 24);
			this.numberofcontrolpoints.StepValues = null;
			this.numberofcontrolpoints.TabIndex = 3;
			this.numberofcontrolpoints.WhenTextChanged += new System.EventHandler(this.numberofcontrolpoints_WhenTextChanged);
			// 
			// label10
			// 
			this.label10.AutoSize = true;
			this.label10.Location = new System.Drawing.Point(6, 104);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(73, 14);
			this.label10.TabIndex = 2;
			this.label10.Text = "Control points";
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.floorflattexture);
			this.groupBox4.Controls.Add(this.floorflat);
			this.groupBox4.Location = new System.Drawing.Point(12, 343);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(105, 183);
			this.groupBox4.TabIndex = 11;
			this.groupBox4.TabStop = false;
			// 
			// floorflattexture
			// 
			this.floorflattexture.Enabled = false;
			this.floorflattexture.Location = new System.Drawing.Point(8, 23);
			this.floorflattexture.Name = "floorflattexture";
			this.floorflattexture.Size = new System.Drawing.Size(90, 127);
			this.floorflattexture.TabIndex = 1;
			this.floorflattexture.TextureName = "";
			// 
			// floorflat
			// 
			this.floorflat.AutoSize = true;
			this.floorflat.Location = new System.Drawing.Point(9, -1);
			this.floorflat.Name = "floorflat";
			this.floorflat.Size = new System.Drawing.Size(68, 18);
			this.floorflat.TabIndex = 0;
			this.floorflat.Text = "Floor flat";
			this.floorflat.UseVisualStyleBackColor = true;
			this.floorflat.CheckedChanged += new System.EventHandler(this.floorflat_CheckedChanged);
			// 
			// ceilingflat
			// 
			this.ceilingflat.AutoSize = true;
			this.ceilingflat.Location = new System.Drawing.Point(9, -1);
			this.ceilingflat.Name = "ceilingflat";
			this.ceilingflat.Size = new System.Drawing.Size(75, 18);
			this.ceilingflat.TabIndex = 0;
			this.ceilingflat.Text = "Ceiling flat";
			this.ceilingflat.UseVisualStyleBackColor = true;
			this.ceilingflat.CheckedChanged += new System.EventHandler(this.ceilingflat_CheckedChanged);
			// 
			// groupBox5
			// 
			this.groupBox5.Controls.Add(this.ceilingflattexture);
			this.groupBox5.Controls.Add(this.ceilingflat);
			this.groupBox5.Location = new System.Drawing.Point(123, 343);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(105, 183);
			this.groupBox5.TabIndex = 12;
			this.groupBox5.TabStop = false;
			// 
			// ceilingflattexture
			// 
			this.ceilingflattexture.Enabled = false;
			this.ceilingflattexture.Location = new System.Drawing.Point(8, 23);
			this.ceilingflattexture.Name = "ceilingflattexture";
			this.ceilingflattexture.Size = new System.Drawing.Size(90, 127);
			this.ceilingflattexture.TabIndex = 2;
			this.ceilingflattexture.TextureName = "";
			// 
			// groupBox6
			// 
			this.groupBox6.Controls.Add(this.label14);
			this.groupBox6.Controls.Add(this.floorbase);
			this.groupBox6.Controls.Add(this.floorheightmodification);
			this.groupBox6.Controls.Add(this.floorlast);
			this.groupBox6.Controls.Add(this.floorfirst);
			this.groupBox6.Controls.Add(this.label7);
			this.groupBox6.Controls.Add(this.label3);
			this.groupBox6.Controls.Add(this.floorheightmod);
			this.groupBox6.Controls.Add(this.label);
			this.groupBox6.Location = new System.Drawing.Point(238, 203);
			this.groupBox6.Name = "groupBox6";
			this.groupBox6.Size = new System.Drawing.Size(110, 134);
			this.groupBox6.TabIndex = 13;
			this.groupBox6.TabStop = false;
			this.groupBox6.Text = "c";
			// 
			// label14
			// 
			this.label14.AutoSize = true;
			this.label14.Location = new System.Drawing.Point(4, 53);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(32, 14);
			this.label14.TabIndex = 17;
			this.label14.Text = "Base";
			// 
			// floorbase
			// 
			this.floorbase.AllowDecimal = false;
			this.floorbase.AllowNegative = true;
			this.floorbase.AllowRelative = false;
			this.floorbase.ButtonStep = 8;
			this.floorbase.Location = new System.Drawing.Point(45, 48);
			this.floorbase.Name = "floorbase";
			this.floorbase.Size = new System.Drawing.Size(56, 24);
			this.floorbase.StepValues = null;
			this.floorbase.TabIndex = 16;
			this.floorbase.WhenTextChanged += new System.EventHandler(this.floorbase_WhenTextChanged);
			// 
			// floorheightmodification
			// 
			this.floorheightmodification.AutoSize = true;
			this.floorheightmodification.Checked = true;
			this.floorheightmodification.CheckState = System.Windows.Forms.CheckState.Checked;
			this.floorheightmodification.Location = new System.Drawing.Point(9, -1);
			this.floorheightmodification.Name = "floorheightmodification";
			this.floorheightmodification.Size = new System.Drawing.Size(82, 18);
			this.floorheightmodification.TabIndex = 14;
			this.floorheightmodification.Text = "Floor height";
			this.floorheightmodification.UseVisualStyleBackColor = true;
			this.floorheightmodification.CheckedChanged += new System.EventHandler(this.floorheightmodification_CheckedChanged);
			// 
			// floorlast
			// 
			this.floorlast.AutoSize = true;
			this.floorlast.Location = new System.Drawing.Point(41, 108);
			this.floorlast.Name = "floorlast";
			this.floorlast.Size = new System.Drawing.Size(46, 14);
			this.floorlast.TabIndex = 11;
			this.floorlast.Text = "floorlast";
			// 
			// floorfirst
			// 
			this.floorfirst.AutoSize = true;
			this.floorfirst.Location = new System.Drawing.Point(41, 81);
			this.floorfirst.Name = "floorfirst";
			this.floorfirst.Size = new System.Drawing.Size(48, 14);
			this.floorfirst.TabIndex = 10;
			this.floorfirst.Text = "floorfirst";
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(4, 108);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(31, 14);
			this.label7.TabIndex = 7;
			this.label7.Text = "Last:";
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(4, 81);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(31, 14);
			this.label3.TabIndex = 6;
			this.label3.Text = "First:";
			// 
			// floorheightmod
			// 
			this.floorheightmod.AllowDecimal = false;
			this.floorheightmod.AllowNegative = true;
			this.floorheightmod.AllowRelative = false;
			this.floorheightmod.ButtonStep = 8;
			this.floorheightmod.Location = new System.Drawing.Point(45, 22);
			this.floorheightmod.Name = "floorheightmod";
			this.floorheightmod.Size = new System.Drawing.Size(56, 24);
			this.floorheightmod.StepValues = null;
			this.floorheightmod.TabIndex = 3;
			this.floorheightmod.WhenTextChanged += new System.EventHandler(this.floorheightmod_WhenTextChanged);
			// 
			// label
			// 
			this.label.AutoSize = true;
			this.label.Location = new System.Drawing.Point(4, 27);
			this.label.Name = "label";
			this.label.Size = new System.Drawing.Size(39, 14);
			this.label.TabIndex = 2;
			this.label.Text = "Modify";
			// 
			// groupBox7
			// 
			this.groupBox7.Controls.Add(this.lowerunpegged);
			this.groupBox7.Controls.Add(this.lowertexturetexture);
			this.groupBox7.Controls.Add(this.lowertexture);
			this.groupBox7.Location = new System.Drawing.Point(456, 342);
			this.groupBox7.Name = "groupBox7";
			this.groupBox7.Size = new System.Drawing.Size(105, 183);
			this.groupBox7.TabIndex = 14;
			this.groupBox7.TabStop = false;
			// 
			// lowerunpegged
			// 
			this.lowerunpegged.AutoSize = true;
			this.lowerunpegged.Checked = true;
			this.lowerunpegged.CheckState = System.Windows.Forms.CheckState.Checked;
			this.lowerunpegged.Location = new System.Drawing.Point(9, 156);
			this.lowerunpegged.Name = "lowerunpegged";
			this.lowerunpegged.Size = new System.Drawing.Size(75, 18);
			this.lowerunpegged.TabIndex = 3;
			this.lowerunpegged.Text = "Unpegged";
			this.lowerunpegged.UseVisualStyleBackColor = true;
			// 
			// lowertexturetexture
			// 
			this.lowertexturetexture.Location = new System.Drawing.Point(8, 23);
			this.lowertexturetexture.Name = "lowertexturetexture";
			this.lowertexturetexture.Required = false;
			this.lowertexturetexture.Size = new System.Drawing.Size(90, 127);
			this.lowertexturetexture.TabIndex = 2;
			this.lowertexturetexture.TextureName = "";
			// 
			// lowertexture
			// 
			this.lowertexture.AutoSize = true;
			this.lowertexture.Checked = true;
			this.lowertexture.CheckState = System.Windows.Forms.CheckState.Checked;
			this.lowertexture.Location = new System.Drawing.Point(9, -1);
			this.lowertexture.Name = "lowertexture";
			this.lowertexture.Size = new System.Drawing.Size(95, 18);
			this.lowertexture.TabIndex = 0;
			this.lowertexture.Text = "Lower texture";
			this.lowertexture.UseVisualStyleBackColor = true;
			this.lowertexture.CheckedChanged += new System.EventHandler(this.lowertexture_CheckedChanged);
			// 
			// groupBox8
			// 
			this.groupBox8.Controls.Add(this.upperunpegged);
			this.groupBox8.Controls.Add(this.uppertexturetexture);
			this.groupBox8.Controls.Add(this.uppertexture);
			this.groupBox8.Location = new System.Drawing.Point(234, 343);
			this.groupBox8.Name = "groupBox8";
			this.groupBox8.Size = new System.Drawing.Size(105, 183);
			this.groupBox8.TabIndex = 13;
			this.groupBox8.TabStop = false;
			// 
			// upperunpegged
			// 
			this.upperunpegged.AutoSize = true;
			this.upperunpegged.Checked = true;
			this.upperunpegged.CheckState = System.Windows.Forms.CheckState.Checked;
			this.upperunpegged.Location = new System.Drawing.Point(9, 156);
			this.upperunpegged.Name = "upperunpegged";
			this.upperunpegged.Size = new System.Drawing.Size(75, 18);
			this.upperunpegged.TabIndex = 4;
			this.upperunpegged.Text = "Unpegged";
			this.upperunpegged.UseVisualStyleBackColor = true;
			// 
			// uppertexturetexture
			// 
			this.uppertexturetexture.Location = new System.Drawing.Point(8, 23);
			this.uppertexturetexture.Name = "uppertexturetexture";
			this.uppertexturetexture.Required = false;
			this.uppertexturetexture.Size = new System.Drawing.Size(90, 127);
			this.uppertexturetexture.TabIndex = 1;
			this.uppertexturetexture.TextureName = "";
			// 
			// uppertexture
			// 
			this.uppertexture.AutoSize = true;
			this.uppertexture.Checked = true;
			this.uppertexture.CheckState = System.Windows.Forms.CheckState.Checked;
			this.uppertexture.Location = new System.Drawing.Point(9, -1);
			this.uppertexture.Name = "uppertexture";
			this.uppertexture.Size = new System.Drawing.Size(92, 18);
			this.uppertexture.TabIndex = 0;
			this.uppertexture.Text = "Upper texture";
			this.uppertexture.UseVisualStyleBackColor = true;
			this.uppertexture.CheckedChanged += new System.EventHandler(this.uppertexture_CheckedChanged);
			// 
			// ceilinglast
			// 
			this.ceilinglast.AutoSize = true;
			this.ceilinglast.Location = new System.Drawing.Point(41, 108);
			this.ceilinglast.Name = "ceilinglast";
			this.ceilinglast.Size = new System.Drawing.Size(54, 14);
			this.ceilinglast.TabIndex = 24;
			this.ceilinglast.Text = "ceilinglast";
			// 
			// ceilingfirst
			// 
			this.ceilingfirst.AutoSize = true;
			this.ceilingfirst.Location = new System.Drawing.Point(41, 81);
			this.ceilingfirst.Name = "ceilingfirst";
			this.ceilingfirst.Size = new System.Drawing.Size(56, 14);
			this.ceilingfirst.TabIndex = 23;
			this.ceilingfirst.Text = "ceilingfirst";
			// 
			// label8
			// 
			this.label8.AutoSize = true;
			this.label8.Location = new System.Drawing.Point(4, 108);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(31, 14);
			this.label8.TabIndex = 22;
			this.label8.Text = "Last:";
			// 
			// label9
			// 
			this.label9.AutoSize = true;
			this.label9.Location = new System.Drawing.Point(4, 81);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(31, 14);
			this.label9.TabIndex = 21;
			this.label9.Text = "First:";
			// 
			// ceilingheightmod
			// 
			this.ceilingheightmod.AllowDecimal = false;
			this.ceilingheightmod.AllowNegative = true;
			this.ceilingheightmod.AllowRelative = false;
			this.ceilingheightmod.ButtonStep = 8;
			this.ceilingheightmod.Location = new System.Drawing.Point(45, 22);
			this.ceilingheightmod.Name = "ceilingheightmod";
			this.ceilingheightmod.Size = new System.Drawing.Size(56, 24);
			this.ceilingheightmod.StepValues = null;
			this.ceilingheightmod.TabIndex = 20;
			this.ceilingheightmod.WhenTextChanged += new System.EventHandler(this.ceilingheightmod_WhenTextChanged);
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(4, 27);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(39, 14);
			this.label2.TabIndex = 19;
			this.label2.Text = "Modify";
			// 
			// groupBox9
			// 
			this.groupBox9.Controls.Add(this.label15);
			this.groupBox9.Controls.Add(this.ceilingbase);
			this.groupBox9.Controls.Add(this.ceilingheightmodification);
			this.groupBox9.Controls.Add(this.ceilingheightmod);
			this.groupBox9.Controls.Add(this.label2);
			this.groupBox9.Controls.Add(this.ceilinglast);
			this.groupBox9.Controls.Add(this.label9);
			this.groupBox9.Controls.Add(this.ceilingfirst);
			this.groupBox9.Controls.Add(this.label8);
			this.groupBox9.Location = new System.Drawing.Point(354, 203);
			this.groupBox9.Name = "groupBox9";
			this.groupBox9.Size = new System.Drawing.Size(110, 134);
			this.groupBox9.TabIndex = 18;
			this.groupBox9.TabStop = false;
			this.groupBox9.Text = "c";
			// 
			// label15
			// 
			this.label15.AutoSize = true;
			this.label15.Location = new System.Drawing.Point(4, 53);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(32, 14);
			this.label15.TabIndex = 27;
			this.label15.Text = "Base";
			// 
			// ceilingbase
			// 
			this.ceilingbase.AllowDecimal = false;
			this.ceilingbase.AllowNegative = true;
			this.ceilingbase.AllowRelative = false;
			this.ceilingbase.ButtonStep = 8;
			this.ceilingbase.Location = new System.Drawing.Point(45, 48);
			this.ceilingbase.Name = "ceilingbase";
			this.ceilingbase.Size = new System.Drawing.Size(56, 24);
			this.ceilingbase.StepValues = null;
			this.ceilingbase.TabIndex = 26;
			this.ceilingbase.WhenTextChanged += new System.EventHandler(this.ceilingbase_WhenTextChanged);
			// 
			// ceilingheightmodification
			// 
			this.ceilingheightmodification.AutoSize = true;
			this.ceilingheightmodification.Checked = true;
			this.ceilingheightmodification.CheckState = System.Windows.Forms.CheckState.Checked;
			this.ceilingheightmodification.Location = new System.Drawing.Point(9, -1);
			this.ceilingheightmodification.Name = "ceilingheightmodification";
			this.ceilingheightmodification.Size = new System.Drawing.Size(89, 18);
			this.ceilingheightmodification.TabIndex = 14;
			this.ceilingheightmodification.Text = "Ceiling height";
			this.ceilingheightmodification.UseVisualStyleBackColor = true;
			this.ceilingheightmodification.CheckedChanged += new System.EventHandler(this.ceilingheightmodification_CheckedChanged);
			// 
			// groupBox11
			// 
			this.groupBox11.Controls.Add(this.prefabload);
			this.groupBox11.Controls.Add(this.prefabdelete);
			this.groupBox11.Controls.Add(this.prefabsave);
			this.groupBox11.Controls.Add(this.prefabname);
			this.groupBox11.Controls.Add(this.prefabs);
			this.groupBox11.Location = new System.Drawing.Point(238, 9);
			this.groupBox11.Name = "groupBox11";
			this.groupBox11.Size = new System.Drawing.Size(323, 187);
			this.groupBox11.TabIndex = 24;
			this.groupBox11.TabStop = false;
			this.groupBox11.Text = "Prefabs";
			// 
			// prefabload
			// 
			this.prefabload.Location = new System.Drawing.Point(80, 156);
			this.prefabload.Name = "prefabload";
			this.prefabload.Size = new System.Drawing.Size(65, 23);
			this.prefabload.TabIndex = 28;
			this.prefabload.Text = "Load";
			this.prefabload.UseVisualStyleBackColor = true;
			this.prefabload.Click += new System.EventHandler(this.prefabload_Click);
			// 
			// prefabdelete
			// 
			this.prefabdelete.Location = new System.Drawing.Point(151, 156);
			this.prefabdelete.Name = "prefabdelete";
			this.prefabdelete.Size = new System.Drawing.Size(65, 23);
			this.prefabdelete.TabIndex = 27;
			this.prefabdelete.Text = "Delete";
			this.prefabdelete.UseVisualStyleBackColor = true;
			this.prefabdelete.Click += new System.EventHandler(this.prefabdelete_Click);
			// 
			// prefabsave
			// 
			this.prefabsave.Location = new System.Drawing.Point(9, 156);
			this.prefabsave.Name = "prefabsave";
			this.prefabsave.Size = new System.Drawing.Size(65, 23);
			this.prefabsave.TabIndex = 26;
			this.prefabsave.Text = "Save";
			this.prefabsave.UseVisualStyleBackColor = true;
			this.prefabsave.Click += new System.EventHandler(this.prefabsave_Click);
			// 
			// prefabname
			// 
			this.prefabname.Location = new System.Drawing.Point(10, 19);
			this.prefabname.Name = "prefabname";
			this.prefabname.Size = new System.Drawing.Size(306, 20);
			this.prefabname.TabIndex = 25;
			// 
			// prefabs
			// 
			this.prefabs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
			this.prefabs.FullRowSelect = true;
			this.prefabs.Location = new System.Drawing.Point(9, 41);
			this.prefabs.MultiSelect = false;
			this.prefabs.Name = "prefabs";
			this.prefabs.Size = new System.Drawing.Size(307, 109);
			this.prefabs.TabIndex = 24;
			this.prefabs.UseCompatibleStateImageBehavior = false;
			this.prefabs.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Name";
			this.columnHeader1.Width = 200;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "Type";
			this.columnHeader2.Width = 80;
			// 
			// groupBox10
			// 
			this.groupBox10.Controls.Add(this.middletexturetexture);
			this.groupBox10.Controls.Add(this.middletexture);
			this.groupBox10.Location = new System.Drawing.Point(345, 343);
			this.groupBox10.Name = "groupBox10";
			this.groupBox10.Size = new System.Drawing.Size(105, 183);
			this.groupBox10.TabIndex = 25;
			this.groupBox10.TabStop = false;
			// 
			// middletexturetexture
			// 
			this.middletexturetexture.Enabled = false;
			this.middletexturetexture.Location = new System.Drawing.Point(8, 23);
			this.middletexturetexture.Name = "middletexturetexture";
			this.middletexturetexture.Required = false;
			this.middletexturetexture.Size = new System.Drawing.Size(90, 127);
			this.middletexturetexture.TabIndex = 2;
			this.middletexturetexture.TextureName = "";
			// 
			// middletexture
			// 
			this.middletexture.AutoSize = true;
			this.middletexture.Location = new System.Drawing.Point(9, -1);
			this.middletexture.Name = "middletexture";
			this.middletexture.Size = new System.Drawing.Size(93, 18);
			this.middletexture.TabIndex = 0;
			this.middletexture.Text = "Middle texture";
			this.middletexture.UseVisualStyleBackColor = true;
			this.middletexture.CheckedChanged += new System.EventHandler(this.middletexture_CheckedChanged);
			// 
			// StairSectorBuilderForm
			// 
			this.AcceptButton = this.btnOK;
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.CancelButton = this.btnCancel;
			this.ClientSize = new System.Drawing.Size(573, 570);
			this.Controls.Add(this.groupBox10);
			this.Controls.Add(this.groupBox11);
			this.Controls.Add(this.groupBox9);
			this.Controls.Add(this.groupBox7);
			this.Controls.Add(this.groupBox8);
			this.Controls.Add(this.groupBox6);
			this.Controls.Add(this.groupBox5);
			this.Controls.Add(this.groupBox4);
			this.Controls.Add(this.tabcontrol);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnOK);
			this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "StairSectorBuilderForm";
			this.Opacity = 0;
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
			this.Text = "Stair Sector Builder";
			this.Load += new System.EventHandler(this.StairSectorBuilderForm_Load);
			this.Shown += new System.EventHandler(this.StairSectorBuilderForm_Shown);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.StairSectorBuilderForm_FormClosing);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.tabcontrol.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);
			this.tabPage1.PerformLayout();
			this.groupBox3.ResumeLayout(false);
			this.groupBox3.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.tabPage2.ResumeLayout(false);
			this.tabPage2.PerformLayout();
			this.tabPage3.ResumeLayout(false);
			this.tabPage3.PerformLayout();
			this.groupBox4.ResumeLayout(false);
			this.groupBox4.PerformLayout();
			this.groupBox5.ResumeLayout(false);
			this.groupBox5.PerformLayout();
			this.groupBox6.ResumeLayout(false);
			this.groupBox6.PerformLayout();
			this.groupBox7.ResumeLayout(false);
			this.groupBox7.PerformLayout();
			this.groupBox8.ResumeLayout(false);
			this.groupBox8.PerformLayout();
			this.groupBox9.ResumeLayout(false);
			this.groupBox9.PerformLayout();
			this.groupBox11.ResumeLayout(false);
			this.groupBox11.PerformLayout();
			this.groupBox10.ResumeLayout(false);
			this.groupBox10.PerformLayout();
			this.ResumeLayout(false);

		}

19 Source : ArtworkPicker.Designer.cs
with MIT License
from Arefu

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.objlist_artwork_picker = new BrightIdereplacedoftware.FastObjectListView();
            this.Row = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.CardName = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.CardImage = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.ImageRenderer = new BrightIdereplacedoftware.ImageRenderer();
            this.BtnOk = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.panel1 = new System.Windows.Forms.Panel();
            this.btn_browse_image = new System.Windows.Forms.Button();
            this.btn_cancel_pick = new System.Windows.Forms.Button();
            this.btn_search = new System.Windows.Forms.Button();
            this.lbl_how_to_search = new System.Windows.Forms.Label();
            this.txtbox_search = new System.Windows.Forms.TextBox();
            this.dlg_browse_image = new System.Windows.Forms.OpenFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.objlist_artwork_picker)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // objlist_artwork_picker
            // 
            this.objlist_artwork_picker.AllColumns.Add(this.Row);
            this.objlist_artwork_picker.AllColumns.Add(this.CardName);
            this.objlist_artwork_picker.AllColumns.Add(this.CardImage);
            this.objlist_artwork_picker.AllColumns.Add(this.BtnOk);
            this.objlist_artwork_picker.CellEditUseWholeCell = false;
            this.objlist_artwork_picker.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.Row,
            this.CardName,
            this.CardImage,
            this.BtnOk});
            this.objlist_artwork_picker.Cursor = System.Windows.Forms.Cursors.Default;
            this.objlist_artwork_picker.Dock = System.Windows.Forms.DockStyle.Fill;
            this.objlist_artwork_picker.Location = new System.Drawing.Point(0, 109);
            this.objlist_artwork_picker.Name = "objlist_artwork_picker";
            this.objlist_artwork_picker.RowHeight = 256;
            this.objlist_artwork_picker.ShowGroups = false;
            this.objlist_artwork_picker.Size = new System.Drawing.Size(803, 745);
            this.objlist_artwork_picker.SmallImageList = this.imageList1;
            this.objlist_artwork_picker.TabIndex = 0;
            this.objlist_artwork_picker.UseCompatibleStateImageBehavior = false;
            this.objlist_artwork_picker.View = System.Windows.Forms.View.Details;
            this.objlist_artwork_picker.VirtualMode = true;
            // 
            // Row
            // 
            this.Row.Text = "Row";
            this.Row.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.Row.Width = 35;
            // 
            // CardName
            // 
            this.CardName.Text = "Card Name";
            this.CardName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.CardName.Width = 100;
            this.CardName.WordWrap = true;
            // 
            // CardImage
            // 
            this.CardImage.Renderer = this.ImageRenderer;
            this.CardImage.Searchable = false;
            this.CardImage.Text = "Image";
            this.CardImage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.CardImage.UseFiltering = false;
            this.CardImage.Width = 256;
            // 
            // BtnOk
            // 
            this.BtnOk.ButtonSize = new System.Drawing.Size(50, 20);
            this.BtnOk.IsButton = true;
            this.BtnOk.Text = "Choose Image";
            this.BtnOk.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.BtnOk.Width = 100;
            // 
            // imageList1
            // 
            this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
            this.imageList1.ImageSize = new System.Drawing.Size(256, 256);
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btn_browse_image);
            this.panel1.Controls.Add(this.btn_cancel_pick);
            this.panel1.Controls.Add(this.btn_search);
            this.panel1.Controls.Add(this.lbl_how_to_search);
            this.panel1.Controls.Add(this.txtbox_search);
            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(803, 109);
            this.panel1.TabIndex = 1;
            // 
            // btn_browse_image
            // 
            this.btn_browse_image.Location = new System.Drawing.Point(476, 39);
            this.btn_browse_image.Name = "btn_browse_image";
            this.btn_browse_image.Size = new System.Drawing.Size(103, 23);
            this.btn_browse_image.TabIndex = 4;
            this.btn_browse_image.Text = "Browse for Image";
            this.btn_browse_image.UseVisualStyleBackColor = true;
            this.btn_browse_image.Click += new System.EventHandler(this.Btn_browse_image_Click);
            // 
            // btn_cancel_pick
            // 
            this.btn_cancel_pick.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btn_cancel_pick.Location = new System.Drawing.Point(716, 39);
            this.btn_cancel_pick.Name = "btn_cancel_pick";
            this.btn_cancel_pick.Size = new System.Drawing.Size(75, 23);
            this.btn_cancel_pick.TabIndex = 3;
            this.btn_cancel_pick.Text = "Cancel";
            this.btn_cancel_pick.UseVisualStyleBackColor = true;
            this.btn_cancel_pick.Click += new System.EventHandler(this.Btn_cancel_pick_Click);
            // 
            // btn_search
            // 
            this.btn_search.Location = new System.Drawing.Point(297, 40);
            this.btn_search.Name = "btn_search";
            this.btn_search.Size = new System.Drawing.Size(75, 23);
            this.btn_search.TabIndex = 2;
            this.btn_search.Text = "Search";
            this.btn_search.UseVisualStyleBackColor = true;
            this.btn_search.Click += new System.EventHandler(this.Btn_search_Click);
            // 
            // lbl_how_to_search
            // 
            this.lbl_how_to_search.AutoSize = true;
            this.lbl_how_to_search.Location = new System.Drawing.Point(32, 26);
            this.lbl_how_to_search.Name = "lbl_how_to_search";
            this.lbl_how_to_search.Size = new System.Drawing.Size(130, 13);
            this.lbl_how_to_search.TabIndex = 1;
            this.lbl_how_to_search.Text = "Search the card database";
            // 
            // txtbox_search
            // 
            this.txtbox_search.Location = new System.Drawing.Point(35, 42);
            this.txtbox_search.Name = "txtbox_search";
            this.txtbox_search.Size = new System.Drawing.Size(256, 20);
            this.txtbox_search.TabIndex = 0;
            // 
            // dlg_browse_image
            // 
            this.dlg_browse_image.FileName = "BrowseImage";
            // 
            // ArtworkPicker
            // 
            this.AcceptButton = this.btn_search;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btn_cancel_pick;
            this.ClientSize = new System.Drawing.Size(803, 854);
            this.Controls.Add(this.objlist_artwork_picker);
            this.Controls.Add(this.panel1);
            this.Name = "ArtworkPicker";
            this.Text = "Artwork Picker";
            ((System.ComponentModel.ISupportInitialize)(this.objlist_artwork_picker)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : ArtworkEditor.Designer.cs
with MIT License
from Arefu

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.GameImageRenderer = new BrightIdereplacedoftware.ImageRenderer();
            this.ReplacementImageRenderer = new BrightIdereplacedoftware.ImageRenderer();
            this.objlist_artwork_editor = new BrightIdereplacedoftware.FastObjectListView();
            this.Row = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.GIHeight = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.GIWidth = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.GIFileName = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.GICardName = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.GI = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.RI = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.RICardName = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.RIFileName = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.RIHeight = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.RIWidth = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.BtnCustomArt = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.HasAltImages = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.pnl_object_list = new System.Windows.Forms.Panel();
            this.pnl_sidebar = new System.Windows.Forms.Panel();
            this.btn_convert_all = new System.Windows.Forms.Button();
            this.lbl_carddb_location = new System.Windows.Forms.Label();
            this.btn_browse_carddb = new System.Windows.Forms.Button();
            this.txt_browse_carddb = new System.Windows.Forms.TextBox();
            this.lbl_replacement_images_location = new System.Windows.Forms.Label();
            this.btn_browse_replacement_images = new System.Windows.Forms.Button();
            this.txt_browse_replacement_images = new System.Windows.Forms.TextBox();
            this.chkbx_pendulum = new System.Windows.Forms.CheckBox();
            this.grpbox_console = new System.Windows.Forms.GroupBox();
            this.richtextbox_console = new System.Windows.Forms.RichTextBox();
            this.grpbox_left_top = new System.Windows.Forms.GroupBox();
            this.txt_search = new System.Windows.Forms.TextBox();
            this.grpbox_bottom_left = new System.Windows.Forms.GroupBox();
            this.btn_save_match = new System.Windows.Forms.Button();
            this.grpbox_load = new System.Windows.Forms.GroupBox();
            this.btn_browse_match_file_path = new System.Windows.Forms.Button();
            this.btn_load_match = new System.Windows.Forms.Button();
            this.lbl_card_match_path = new System.Windows.Forms.Label();
            this.txt_card_match_path = new System.Windows.Forms.TextBox();
            this.btn_match_all = new System.Windows.Forms.Button();
            this.browse_json_file = new System.Windows.Forms.OpenFileDialog();
            this.browse_open_folder = new System.Windows.Forms.FolderBrowserDialog();
            this.browse_carddb = new System.Windows.Forms.OpenFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.objlist_artwork_editor)).BeginInit();
            this.pnl_object_list.SuspendLayout();
            this.pnl_sidebar.SuspendLayout();
            this.grpbox_console.SuspendLayout();
            this.grpbox_left_top.SuspendLayout();
            this.grpbox_bottom_left.SuspendLayout();
            this.grpbox_load.SuspendLayout();
            this.SuspendLayout();
            // 
            // objlist_artwork_editor
            // 
            this.objlist_artwork_editor.AllColumns.Add(this.Row);
            this.objlist_artwork_editor.AllColumns.Add(this.GIHeight);
            this.objlist_artwork_editor.AllColumns.Add(this.GIWidth);
            this.objlist_artwork_editor.AllColumns.Add(this.GIFileName);
            this.objlist_artwork_editor.AllColumns.Add(this.GICardName);
            this.objlist_artwork_editor.AllColumns.Add(this.GI);
            this.objlist_artwork_editor.AllColumns.Add(this.RI);
            this.objlist_artwork_editor.AllColumns.Add(this.RICardName);
            this.objlist_artwork_editor.AllColumns.Add(this.RIFileName);
            this.objlist_artwork_editor.AllColumns.Add(this.RIHeight);
            this.objlist_artwork_editor.AllColumns.Add(this.RIWidth);
            this.objlist_artwork_editor.AllColumns.Add(this.BtnCustomArt);
            this.objlist_artwork_editor.AllColumns.Add(this.HasAltImages);
            this.objlist_artwork_editor.CellEditUseWholeCell = false;
            this.objlist_artwork_editor.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.Row,
            this.GIHeight,
            this.GIWidth,
            this.GIFileName,
            this.GICardName,
            this.GI,
            this.RI,
            this.RICardName,
            this.RIFileName,
            this.RIHeight,
            this.RIWidth,
            this.BtnCustomArt,
            this.HasAltImages});
            this.objlist_artwork_editor.Cursor = System.Windows.Forms.Cursors.Default;
            this.objlist_artwork_editor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.objlist_artwork_editor.IsSearchOnSortColumn = false;
            this.objlist_artwork_editor.Location = new System.Drawing.Point(0, 0);
            this.objlist_artwork_editor.Name = "objlist_artwork_editor";
            this.objlist_artwork_editor.RowHeight = 256;
            this.objlist_artwork_editor.ShowFilterMenuOnRightClick = false;
            this.objlist_artwork_editor.ShowGroups = false;
            this.objlist_artwork_editor.Size = new System.Drawing.Size(1428, 907);
            this.objlist_artwork_editor.SmallImageList = this.imageList1;
            this.objlist_artwork_editor.TabIndex = 0;
            this.objlist_artwork_editor.UseCompatibleStateImageBehavior = false;
            this.objlist_artwork_editor.UseFiltering = true;
            this.objlist_artwork_editor.View = System.Windows.Forms.View.Details;
            this.objlist_artwork_editor.VirtualMode = true;
            // 
            // Row
            // 
            this.Row.Searchable = false;
            this.Row.Sortable = false;
            this.Row.Text = "Row";
            this.Row.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.Row.UseFiltering = false;
            this.Row.Width = 35;
            // 
            // GIHeight
            // 
            this.GIHeight.Searchable = false;
            this.GIHeight.Text = "Height";
            this.GIHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.GIHeight.UseFiltering = false;
            // 
            // GIWidth
            // 
            this.GIWidth.Searchable = false;
            this.GIWidth.Text = "Width";
            this.GIWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.GIWidth.UseFiltering = false;
            // 
            // GIFileName
            // 
            this.GIFileName.Text = "File Name";
            this.GIFileName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.GIFileName.UseFiltering = false;
            this.GIFileName.Width = 100;
            // 
            // GICardName
            // 
            this.GICardName.Text = "Card Name";
            this.GICardName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.GICardName.UseFiltering = false;
            this.GICardName.Width = 100;
            this.GICardName.WordWrap = true;
            // 
            // GI
            // 
            this.GI.Groupable = false;
            this.GI.IsEditable = false;
            this.GI.MinimumWidth = 256;
            this.GI.Renderer = this.GameImageRenderer;
            this.GI.Searchable = false;
            this.GI.Sortable = false;
            this.GI.Text = "Original Artwork";
            this.GI.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.GI.UseFiltering = false;
            this.GI.Width = 256;
            // 
            // RI
            // 
            this.RI.Groupable = false;
            this.RI.IsEditable = false;
            this.RI.MinimumWidth = 256;
            this.RI.Renderer = this.ReplacementImageRenderer;
            this.RI.Searchable = false;
            this.RI.Sortable = false;
            this.RI.Text = "New Artwork";
            this.RI.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.RI.UseFiltering = false;
            this.RI.Width = 256;
            // 
            // RICardName
            // 
            this.RICardName.Searchable = false;
            this.RICardName.Text = "Card Name";
            this.RICardName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.RICardName.UseFiltering = false;
            this.RICardName.Width = 100;
            this.RICardName.WordWrap = true;
            // 
            // RIFileName
            // 
            this.RIFileName.Searchable = false;
            this.RIFileName.Text = "File Name";
            this.RIFileName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.RIFileName.UseFiltering = false;
            this.RIFileName.Width = 100;
            // 
            // RIHeight
            // 
            this.RIHeight.Searchable = false;
            this.RIHeight.Text = "Height";
            this.RIHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.RIHeight.UseFiltering = false;
            // 
            // RIWidth
            // 
            this.RIWidth.Searchable = false;
            this.RIWidth.Text = "Width";
            this.RIWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.RIWidth.UseFiltering = false;
            // 
            // BtnCustomArt
            // 
            this.BtnCustomArt.ButtonSize = new System.Drawing.Size(70, 20);
            this.BtnCustomArt.IsButton = true;
            this.BtnCustomArt.Searchable = false;
            this.BtnCustomArt.Sortable = false;
            this.BtnCustomArt.Text = "Custom Artwork";
            this.BtnCustomArt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.BtnCustomArt.UseFiltering = false;
            this.BtnCustomArt.Width = 120;
            // 
            // HasAltImages
            // 
            this.HasAltImages.Searchable = false;
            this.HasAltImages.Text = "Alternatives Found";
            this.HasAltImages.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.HasAltImages.UseFiltering = false;
            this.HasAltImages.Width = 102;
            // 
            // imageList1
            // 
            this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
            this.imageList1.ImageSize = new System.Drawing.Size(256, 256);
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // pnl_object_list
            // 
            this.pnl_object_list.Controls.Add(this.objlist_artwork_editor);
            this.pnl_object_list.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_object_list.Location = new System.Drawing.Point(404, 0);
            this.pnl_object_list.Name = "pnl_object_list";
            this.pnl_object_list.Size = new System.Drawing.Size(1428, 907);
            this.pnl_object_list.TabIndex = 3;
            // 
            // pnl_sidebar
            // 
            this.pnl_sidebar.Controls.Add(this.btn_convert_all);
            this.pnl_sidebar.Controls.Add(this.lbl_carddb_location);
            this.pnl_sidebar.Controls.Add(this.btn_browse_carddb);
            this.pnl_sidebar.Controls.Add(this.txt_browse_carddb);
            this.pnl_sidebar.Controls.Add(this.lbl_replacement_images_location);
            this.pnl_sidebar.Controls.Add(this.btn_browse_replacement_images);
            this.pnl_sidebar.Controls.Add(this.txt_browse_replacement_images);
            this.pnl_sidebar.Controls.Add(this.chkbx_pendulum);
            this.pnl_sidebar.Controls.Add(this.grpbox_console);
            this.pnl_sidebar.Controls.Add(this.grpbox_left_top);
            this.pnl_sidebar.Controls.Add(this.grpbox_bottom_left);
            this.pnl_sidebar.Controls.Add(this.grpbox_load);
            this.pnl_sidebar.Controls.Add(this.btn_match_all);
            this.pnl_sidebar.Dock = System.Windows.Forms.DockStyle.Left;
            this.pnl_sidebar.Location = new System.Drawing.Point(0, 0);
            this.pnl_sidebar.Name = "pnl_sidebar";
            this.pnl_sidebar.Size = new System.Drawing.Size(404, 907);
            this.pnl_sidebar.TabIndex = 1;
            // 
            // btn_convert_all
            // 
            this.btn_convert_all.Location = new System.Drawing.Point(257, 271);
            this.btn_convert_all.Name = "btn_convert_all";
            this.btn_convert_all.Size = new System.Drawing.Size(100, 30);
            this.btn_convert_all.TabIndex = 13;
            this.btn_convert_all.Text = "Convert All";
            this.btn_convert_all.UseVisualStyleBackColor = true;
            this.btn_convert_all.Click += new System.EventHandler(this.Btn_convert_all_Click);
            // 
            // lbl_carddb_location
            // 
            this.lbl_carddb_location.AutoSize = true;
            this.lbl_carddb_location.Location = new System.Drawing.Point(9, 174);
            this.lbl_carddb_location.Name = "lbl_carddb_location";
            this.lbl_carddb_location.Size = new System.Drawing.Size(112, 13);
            this.lbl_carddb_location.TabIndex = 12;
            this.lbl_carddb_location.Text = "Path to card database";
            // 
            // btn_browse_carddb
            // 
            this.btn_browse_carddb.Location = new System.Drawing.Point(313, 188);
            this.btn_browse_carddb.Name = "btn_browse_carddb";
            this.btn_browse_carddb.Size = new System.Drawing.Size(75, 23);
            this.btn_browse_carddb.TabIndex = 11;
            this.btn_browse_carddb.Text = "Browse";
            this.btn_browse_carddb.UseVisualStyleBackColor = true;
            this.btn_browse_carddb.Click += new System.EventHandler(this.Btn_browse_carddb_Click);
            // 
            // txt_browse_carddb
            // 
            this.txt_browse_carddb.Enabled = false;
            this.txt_browse_carddb.Location = new System.Drawing.Point(9, 190);
            this.txt_browse_carddb.Name = "txt_browse_carddb";
            this.txt_browse_carddb.Size = new System.Drawing.Size(298, 20);
            this.txt_browse_carddb.TabIndex = 10;
            // 
            // lbl_replacement_images_location
            // 
            this.lbl_replacement_images_location.AutoSize = true;
            this.lbl_replacement_images_location.Location = new System.Drawing.Point(9, 107);
            this.lbl_replacement_images_location.Name = "lbl_replacement_images_location";
            this.lbl_replacement_images_location.Size = new System.Drawing.Size(167, 13);
            this.lbl_replacement_images_location.TabIndex = 9;
            this.lbl_replacement_images_location.Text = "Path to the images to replace with";
            // 
            // btn_browse_replacement_images
            // 
            this.btn_browse_replacement_images.Location = new System.Drawing.Point(313, 121);
            this.btn_browse_replacement_images.Name = "btn_browse_replacement_images";
            this.btn_browse_replacement_images.Size = new System.Drawing.Size(75, 23);
            this.btn_browse_replacement_images.TabIndex = 7;
            this.btn_browse_replacement_images.Text = "Browse";
            this.btn_browse_replacement_images.UseVisualStyleBackColor = true;
            this.btn_browse_replacement_images.Click += new System.EventHandler(this.Btn_browse_replacement_images_Click);
            // 
            // txt_browse_replacement_images
            // 
            this.txt_browse_replacement_images.Enabled = false;
            this.txt_browse_replacement_images.Location = new System.Drawing.Point(9, 123);
            this.txt_browse_replacement_images.Name = "txt_browse_replacement_images";
            this.txt_browse_replacement_images.Size = new System.Drawing.Size(298, 20);
            this.txt_browse_replacement_images.TabIndex = 5;
            this.txt_browse_replacement_images.TextChanged += new System.EventHandler(this.txt_browse_replacement_images_TextChanged);
            // 
            // chkbx_pendulum
            // 
            this.chkbx_pendulum.AutoSize = true;
            this.chkbx_pendulum.Location = new System.Drawing.Point(21, 248);
            this.chkbx_pendulum.Name = "chkbx_pendulum";
            this.chkbx_pendulum.Size = new System.Drawing.Size(195, 17);
            this.chkbx_pendulum.TabIndex = 4;
            this.chkbx_pendulum.Text = "Use pendulum cards from resources";
            this.chkbx_pendulum.UseVisualStyleBackColor = true;
            this.chkbx_pendulum.CheckedChanged += new System.EventHandler(this.Chckbx_use_pendulum_CheckedChanged);
            // 
            // grpbox_console
            // 
            this.grpbox_console.Controls.Add(this.richtextbox_console);
            this.grpbox_console.Location = new System.Drawing.Point(0, 497);
            this.grpbox_console.Name = "grpbox_console";
            this.grpbox_console.Size = new System.Drawing.Size(400, 542);
            this.grpbox_console.TabIndex = 3;
            this.grpbox_console.TabStop = false;
            this.grpbox_console.Text = "Output";
            // 
            // richtextbox_console
            // 
            this.richtextbox_console.Location = new System.Drawing.Point(3, 16);
            this.richtextbox_console.Name = "richtextbox_console";
            this.richtextbox_console.ReadOnly = true;
            this.richtextbox_console.Size = new System.Drawing.Size(394, 382);
            this.richtextbox_console.TabIndex = 2;
            this.richtextbox_console.Text = "";
            this.richtextbox_console.TextChanged += new System.EventHandler(this.Richtextbox_console_TextChanged);
            // 
            // grpbox_left_top
            // 
            this.grpbox_left_top.Controls.Add(this.txt_search);
            this.grpbox_left_top.Location = new System.Drawing.Point(3, 3);
            this.grpbox_left_top.Name = "grpbox_left_top";
            this.grpbox_left_top.Size = new System.Drawing.Size(394, 79);
            this.grpbox_left_top.TabIndex = 1;
            this.grpbox_left_top.TabStop = false;
            this.grpbox_left_top.Text = "Search";
            // 
            // txt_search
            // 
            this.txt_search.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txt_search.Location = new System.Drawing.Point(3, 16);
            this.txt_search.Name = "txt_search";
            this.txt_search.Size = new System.Drawing.Size(388, 20);
            this.txt_search.TabIndex = 0;
            this.txt_search.TextChanged += new System.EventHandler(this.Txt_search_TextChanged);
            // 
            // grpbox_bottom_left
            // 
            this.grpbox_bottom_left.Controls.Add(this.btn_save_match);
            this.grpbox_bottom_left.Location = new System.Drawing.Point(3, 419);
            this.grpbox_bottom_left.Name = "grpbox_bottom_left";
            this.grpbox_bottom_left.Size = new System.Drawing.Size(391, 72);
            this.grpbox_bottom_left.TabIndex = 2;
            this.grpbox_bottom_left.TabStop = false;
            this.grpbox_bottom_left.Text = "Save";
            // 
            // btn_save_match
            // 
            this.btn_save_match.Location = new System.Drawing.Point(137, 19);
            this.btn_save_match.Name = "btn_save_match";
            this.btn_save_match.Size = new System.Drawing.Size(100, 30);
            this.btn_save_match.TabIndex = 4;
            this.btn_save_match.Text = "Save Match";
            this.btn_save_match.UseVisualStyleBackColor = true;
            this.btn_save_match.Click += new System.EventHandler(this.Btn_save_match_Click);
            // 
            // grpbox_load
            // 
            this.grpbox_load.Controls.Add(this.btn_browse_match_file_path);
            this.grpbox_load.Controls.Add(this.btn_load_match);
            this.grpbox_load.Controls.Add(this.lbl_card_match_path);
            this.grpbox_load.Controls.Add(this.txt_card_match_path);
            this.grpbox_load.Location = new System.Drawing.Point(3, 307);
            this.grpbox_load.Name = "grpbox_load";
            this.grpbox_load.Size = new System.Drawing.Size(391, 106);
            this.grpbox_load.TabIndex = 2;
            this.grpbox_load.TabStop = false;
            this.grpbox_load.Text = "Load";
            // 
            // btn_browse_match_file_path
            // 
            this.btn_browse_match_file_path.Location = new System.Drawing.Point(310, 29);
            this.btn_browse_match_file_path.Name = "btn_browse_match_file_path";
            this.btn_browse_match_file_path.Size = new System.Drawing.Size(75, 23);
            this.btn_browse_match_file_path.TabIndex = 3;
            this.btn_browse_match_file_path.Text = "Browse";
            this.btn_browse_match_file_path.UseVisualStyleBackColor = true;
            this.btn_browse_match_file_path.Click += new System.EventHandler(this.Btn_browse_load_match_path_Click);
            // 
            // btn_load_match
            // 
            this.btn_load_match.Location = new System.Drawing.Point(137, 66);
            this.btn_load_match.Name = "btn_load_match";
            this.btn_load_match.Size = new System.Drawing.Size(100, 30);
            this.btn_load_match.TabIndex = 2;
            this.btn_load_match.Text = "Load Match";
            this.btn_load_match.UseVisualStyleBackColor = true;
            this.btn_load_match.Click += new System.EventHandler(this.Btn_load_match_Click);
            // 
            // lbl_card_match_path
            // 
            this.lbl_card_match_path.AutoSize = true;
            this.lbl_card_match_path.Location = new System.Drawing.Point(6, 16);
            this.lbl_card_match_path.Name = "lbl_card_match_path";
            this.lbl_card_match_path.Size = new System.Drawing.Size(103, 13);
            this.lbl_card_match_path.TabIndex = 1;
            this.lbl_card_match_path.Text = "Path to matching file";
            // 
            // txt_card_match_path
            // 
            this.txt_card_match_path.Enabled = false;
            this.txt_card_match_path.Location = new System.Drawing.Point(6, 32);
            this.txt_card_match_path.Name = "txt_card_match_path";
            this.txt_card_match_path.Size = new System.Drawing.Size(298, 20);
            this.txt_card_match_path.TabIndex = 0;
            // 
            // btn_match_all
            // 
            this.btn_match_all.Location = new System.Drawing.Point(21, 271);
            this.btn_match_all.Name = "btn_match_all";
            this.btn_match_all.Size = new System.Drawing.Size(100, 30);
            this.btn_match_all.TabIndex = 1;
            this.btn_match_all.Text = "Auto Match All";
            this.btn_match_all.UseVisualStyleBackColor = true;
            this.btn_match_all.Click += new System.EventHandler(this.Btn_run_Click);
            // 
            // browse_json_file
            // 
            this.browse_json_file.Filter = "Json files|*.json|All files|*.*";
            // 
            // browse_open_folder
            // 
            this.browse_open_folder.Description = "Open the folder containing the images";
            // 
            // browse_carddb
            // 
            this.browse_carddb.Filter = "cdb files|*.cdb|All files|*.*";
            // 
            // ArtworkEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1832, 907);
            this.Controls.Add(this.pnl_object_list);
            this.Controls.Add(this.pnl_sidebar);
            this.Name = "ArtworkEditor";
            this.Text = "Artwork Editor";
            ((System.ComponentModel.ISupportInitialize)(this.objlist_artwork_editor)).EndInit();
            this.pnl_object_list.ResumeLayout(false);
            this.pnl_sidebar.ResumeLayout(false);
            this.pnl_sidebar.PerformLayout();
            this.grpbox_console.ResumeLayout(false);
            this.grpbox_left_top.ResumeLayout(false);
            this.grpbox_left_top.PerformLayout();
            this.grpbox_bottom_left.ResumeLayout(false);
            this.grpbox_load.ResumeLayout(false);
            this.grpbox_load.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : ModViewer.Designer.cs
with MIT License
from Arefu

private void InitializeComponent()
        {
            this.button1 = new System.Windows.Forms.Button();
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(12, 12);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "Load Mod";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.listView1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.listView1.Location = new System.Drawing.Point(0, 41);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(624, 400);
            this.listView1.TabIndex = 1;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "File Name";
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "File Size";
            // 
            // ModViewer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(624, 441);
            this.Controls.Add(this.listView1);
            this.Controls.Add(this.button1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "ModViewer";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "ModViewer";
            this.ResumeLayout(false);

        }

19 Source : Form1.Designer.cs
with MIT License
from Arefu

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.modToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.createToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.viewToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.installToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.FileQuickViewList = new System.Windows.Forms.TreeView();
            this.MainFileView = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.NodeImages = new System.Windows.Forms.ImageList(this.components);
            this.FileHandleMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.extractToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.GameLocLabel = new System.Windows.Forms.ToolStripLabel();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.menuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.FileHandleMenu.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.modToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(624, 24);
            this.menuStrip1.TabIndex = 1;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem,
            this.closeToolStripMenuItem,
            this.toolStripSeparator1,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.openToolStripMenuItem.Text = "Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItem_Click);
            // 
            // closeToolStripMenuItem
            // 
            this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
            this.closeToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.closeToolStripMenuItem.Text = "Close";
            this.closeToolStripMenuItem.Click += new System.EventHandler(this.CloseToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.ShortcutKeyDisplayString = "";
            this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.exitToolStripMenuItem.Text = "&Quit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
            // 
            // modToolStripMenuItem
            // 
            this.modToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.createToolStripMenuItem,
            this.viewToolStripMenuItem1,
            this.toolStripSeparator4,
            this.installToolStripMenuItem});
            this.modToolStripMenuItem.Name = "modToolStripMenuItem";
            this.modToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.modToolStripMenuItem.Text = "Mod";
            // 
            // createToolStripMenuItem
            // 
            this.createToolStripMenuItem.Name = "createToolStripMenuItem";
            this.createToolStripMenuItem.ShowShortcutKeys = false;
            this.createToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.createToolStripMenuItem.Text = "Create";
            this.createToolStripMenuItem.Click += new System.EventHandler(this.createToolStripMenuItem_Click);
            // 
            // viewToolStripMenuItem1
            // 
            this.viewToolStripMenuItem1.Name = "viewToolStripMenuItem1";
            this.viewToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
            this.viewToolStripMenuItem1.Text = "View";
            this.viewToolStripMenuItem1.Click += new System.EventHandler(this.viewToolStripMenuItem1_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(177, 6);
            // 
            // installToolStripMenuItem
            // 
            this.installToolStripMenuItem.Name = "installToolStripMenuItem";
            this.installToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.installToolStripMenuItem.Text = "Enable";
            this.installToolStripMenuItem.Click += new System.EventHandler(this.installToolStripMenuItem_Click);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 24);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.FileQuickViewList);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.MainFileView);
            this.splitContainer1.Size = new System.Drawing.Size(624, 417);
            this.splitContainer1.SplitterDistance = 208;
            this.splitContainer1.TabIndex = 2;
            // 
            // FileQuickViewList
            // 
            this.FileQuickViewList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.FileQuickViewList.Location = new System.Drawing.Point(0, 0);
            this.FileQuickViewList.Name = "FileQuickViewList";
            this.FileQuickViewList.Size = new System.Drawing.Size(208, 417);
            this.FileQuickViewList.TabIndex = 0;
            this.FileQuickViewList.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.FileQuickViewList_NodeMouseClick);
            // 
            // MainFileView
            // 
            this.MainFileView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.MainFileView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MainFileView.Location = new System.Drawing.Point(0, 0);
            this.MainFileView.Name = "MainFileView";
            this.MainFileView.Size = new System.Drawing.Size(412, 417);
            this.MainFileView.TabIndex = 0;
            this.MainFileView.UseCompatibleStateImageBehavior = false;
            this.MainFileView.View = System.Windows.Forms.View.Details;
            this.MainFileView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MainFileView_MouseClick);
            this.MainFileView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.MainFileView_MouseDoubleClick);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Size";
            // 
            // NodeImages
            // 
            this.NodeImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("NodeImages.ImageStream")));
            this.NodeImages.TransparentColor = System.Drawing.Color.Transparent;
            this.NodeImages.Images.SetKeyName(0, "Folder.png");
            this.NodeImages.Images.SetKeyName(1, "Text.png");
            this.NodeImages.Images.SetKeyName(2, "Image.png");
            // 
            // FileHandleMenu
            // 
            this.FileHandleMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.extractToolStripMenuItem,
            this.toolStripSeparator2,
            this.viewToolStripMenuItem});
            this.FileHandleMenu.Name = "FileHandleMenu";
            this.FileHandleMenu.Size = new System.Drawing.Size(110, 54);
            this.FileHandleMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.FileHandleMenu_ItemClicked);
            // 
            // extractToolStripMenuItem
            // 
            this.extractToolStripMenuItem.Name = "extractToolStripMenuItem";
            this.extractToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
            this.extractToolStripMenuItem.Text = "Extract";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(106, 6);
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
            this.viewToolStripMenuItem.Text = "View";
            // 
            // toolStrip1
            // 
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.GameLocLabel,
            this.toolStripSeparator3});
            this.toolStrip1.Location = new System.Drawing.Point(0, 416);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(624, 25);
            this.toolStrip1.TabIndex = 3;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // GameLocLabel
            // 
            this.GameLocLabel.Name = "GameLocLabel";
            this.GameLocLabel.Size = new System.Drawing.Size(86, 22);
            this.GameLocLabel.Text = "toolStripLabel1";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(624, 441);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.menuStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.Text = "Wolf";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.FileHandleMenu.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : BuilderForm.Designer.cs
with MIT License
from arsium

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
            "127.0.0.1",
            "5900"}, -1);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BuilderForm));
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.bits64CheckBox = new System.Windows.Forms.CheckBox();
            this.buildWindowsButton = new Eagle_Monitor.Controls.WindowsButton();
            this.xuiCustomGroupbox1 = new XanderUI.XUICustomGroupbox();
            this.hostsListView = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.closeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.maximizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.minimizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.installCheckBox = new System.Windows.Forms.CheckBox();
            this.taskNameTextBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.timeTextBox = new System.Windows.Forms.TextBox();
            this.contextMenuStrip1.SuspendLayout();
            this.xuiCustomGroupbox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addToolStripMenuItem,
            this.removeToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(115, 48);
            // 
            // addToolStripMenuItem
            // 
            this.addToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.addToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.addToolStripMenuItem.Name = "addToolStripMenuItem";
            this.addToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.addToolStripMenuItem.Text = "Add";
            this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
            // 
            // removeToolStripMenuItem
            // 
            this.removeToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.removeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
            this.removeToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.removeToolStripMenuItem.Text = "Remove";
            this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
            // 
            // bits64CheckBox
            // 
            this.bits64CheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.bits64CheckBox.AutoSize = true;
            this.bits64CheckBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.bits64CheckBox.Location = new System.Drawing.Point(6, 349);
            this.bits64CheckBox.Name = "bits64CheckBox";
            this.bits64CheckBox.Size = new System.Drawing.Size(60, 17);
            this.bits64CheckBox.TabIndex = 26;
            this.bits64CheckBox.Text = "64 bits";
            this.bits64CheckBox.UseVisualStyleBackColor = true;
            // 
            // buildWindowsButton
            // 
            this.buildWindowsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.buildWindowsButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.buildWindowsButton.FlatAppearance.BorderSize = 0;
            this.buildWindowsButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.buildWindowsButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.buildWindowsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buildWindowsButton.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.buildWindowsButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.buildWindowsButton.Location = new System.Drawing.Point(6, 475);
            this.buildWindowsButton.Name = "buildWindowsButton";
            this.buildWindowsButton.Size = new System.Drawing.Size(394, 52);
            this.buildWindowsButton.TabIndex = 25;
            this.buildWindowsButton.Text = "Build !";
            this.buildWindowsButton.UseVisualStyleBackColor = false;
            this.buildWindowsButton.Click += new System.EventHandler(this.windowsButton1_Click);
            // 
            // xuiCustomGroupbox1
            // 
            this.xuiCustomGroupbox1.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.xuiCustomGroupbox1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.xuiCustomGroupbox1.BorderWidth = 1;
            this.xuiCustomGroupbox1.Controls.Add(this.hostsListView);
            this.xuiCustomGroupbox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.xuiCustomGroupbox1.Location = new System.Drawing.Point(6, 33);
            this.xuiCustomGroupbox1.Name = "xuiCustomGroupbox1";
            this.xuiCustomGroupbox1.ShowText = true;
            this.xuiCustomGroupbox1.Size = new System.Drawing.Size(394, 310);
            this.xuiCustomGroupbox1.TabIndex = 24;
            this.xuiCustomGroupbox1.TabStop = false;
            this.xuiCustomGroupbox1.Text = "Host";
            this.xuiCustomGroupbox1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            // 
            // hostsListView
            // 
            this.hostsListView.BackColor = System.Drawing.Color.White;
            this.hostsListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.hostsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.hostsListView.ContextMenuStrip = this.contextMenuStrip1;
            this.hostsListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.hostsListView.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.hostsListView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.hostsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.hostsListView.HideSelection = false;
            this.hostsListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1});
            this.hostsListView.Location = new System.Drawing.Point(3, 18);
            this.hostsListView.Name = "hostsListView";
            this.hostsListView.Size = new System.Drawing.Size(388, 289);
            this.hostsListView.TabIndex = 25;
            this.hostsListView.UseCompatibleStateImageBehavior = false;
            this.hostsListView.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Width = 170;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Width = 180;
            // 
            // closeButton
            // 
            this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.closeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.closeButton.FlatAppearance.BorderSize = 0;
            this.closeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.closeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.closeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.closeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.closeButton.Location = new System.Drawing.Point(370, 0);
            this.closeButton.Name = "closeButton";
            this.closeButton.Size = new System.Drawing.Size(33, 30);
            this.closeButton.TabIndex = 23;
            this.closeButton.Text = "x";
            this.closeButton.UseVisualStyleBackColor = false;
            this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
            // 
            // maximizeButton
            // 
            this.maximizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.maximizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.maximizeButton.FlatAppearance.BorderSize = 0;
            this.maximizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.maximizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.maximizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.maximizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.maximizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.maximizeButton.Location = new System.Drawing.Point(331, 0);
            this.maximizeButton.Name = "maximizeButton";
            this.maximizeButton.Size = new System.Drawing.Size(33, 30);
            this.maximizeButton.TabIndex = 22;
            this.maximizeButton.Text = "🗖";
            this.maximizeButton.UseVisualStyleBackColor = false;
            this.maximizeButton.Click += new System.EventHandler(this.maximizeButton_Click);
            // 
            // minimizeButton
            // 
            this.minimizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.minimizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.minimizeButton.FlatAppearance.BorderSize = 0;
            this.minimizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.minimizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.minimizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.minimizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.minimizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.minimizeButton.Location = new System.Drawing.Point(292, 0);
            this.minimizeButton.Name = "minimizeButton";
            this.minimizeButton.Size = new System.Drawing.Size(33, 30);
            this.minimizeButton.TabIndex = 21;
            this.minimizeButton.Text = "-";
            this.minimizeButton.UseVisualStyleBackColor = false;
            this.minimizeButton.Click += new System.EventHandler(this.minimizeButton_Click);
            // 
            // installCheckBox
            // 
            this.installCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.installCheckBox.AutoSize = true;
            this.installCheckBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.installCheckBox.Location = new System.Drawing.Point(72, 349);
            this.installCheckBox.Name = "installCheckBox";
            this.installCheckBox.Size = new System.Drawing.Size(172, 17);
            this.installCheckBox.TabIndex = 27;
            this.installCheckBox.Text = "Install Client [TaskScheduler]";
            this.installCheckBox.UseVisualStyleBackColor = true;
            this.installCheckBox.CheckedChanged += new System.EventHandler(this.installCheckBox_CheckedChanged);
            // 
            // taskNameTextBox
            // 
            this.taskNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.taskNameTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
            this.taskNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.taskNameTextBox.Enabled = false;
            this.taskNameTextBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.taskNameTextBox.Location = new System.Drawing.Point(6, 402);
            this.taskNameTextBox.Name = "taskNameTextBox";
            this.taskNameTextBox.Size = new System.Drawing.Size(394, 15);
            this.taskNameTextBox.TabIndex = 28;
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label1.Location = new System.Drawing.Point(3, 378);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(63, 13);
            this.label1.TabIndex = 29;
            this.label1.Text = "Taskname :";
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label2.Location = new System.Drawing.Point(3, 427);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(37, 13);
            this.label2.TabIndex = 31;
            this.label2.Text = "Time :";
            // 
            // timeTextBox
            // 
            this.timeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.timeTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
            this.timeTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.timeTextBox.Enabled = false;
            this.timeTextBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.timeTextBox.Location = new System.Drawing.Point(6, 447);
            this.timeTextBox.Name = "timeTextBox";
            this.timeTextBox.Size = new System.Drawing.Size(394, 15);
            this.timeTextBox.TabIndex = 30;
            // 
            // BuilderForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(406, 533);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.timeTextBox);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.taskNameTextBox);
            this.Controls.Add(this.installCheckBox);
            this.Controls.Add(this.bits64CheckBox);
            this.Controls.Add(this.buildWindowsButton);
            this.Controls.Add(this.xuiCustomGroupbox1);
            this.Controls.Add(this.closeButton);
            this.Controls.Add(this.maximizeButton);
            this.Controls.Add(this.minimizeButton);
            this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "BuilderForm";
            this.Padding = new System.Windows.Forms.Padding(3, 30, 3, 3);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Builder";
            this.Load += new System.EventHandler(this.BuilderForm_Load);
            this.contextMenuStrip1.ResumeLayout(false);
            this.xuiCustomGroupbox1.ResumeLayout(false);
            this.xuiCustomGroupbox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : ExecuteForm.Designer.cs
with MIT License
from arsium

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExecuteForm));
            this.managedContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.injectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.unmanagedContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.removeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.injectToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.labelSize = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.loadingCircle1 = new MRG.Controls.UI.LoadingCircle();
            this.closeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.maximizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.minimizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.windowsTabControls1 = new Eagle_Monitor.Controls.WindowsTabControls();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.managedListView = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.unmanagedListView = new System.Windows.Forms.ListView();
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.shellCodeListView = new System.Windows.Forms.ListView();
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.shellCodeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.nativePEListView = new System.Windows.Forms.ListView();
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.nativePEContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
            this.managedContextMenuStrip.SuspendLayout();
            this.unmanagedContextMenuStrip.SuspendLayout();
            this.windowsTabControls1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.shellCodeContextMenuStrip.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.nativePEContextMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // managedContextMenuStrip
            // 
            this.managedContextMenuStrip.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.managedContextMenuStrip.ImageScalingSize = new System.Drawing.Size(28, 28);
            this.managedContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addToolStripMenuItem,
            this.removeToolStripMenuItem,
            this.injectToolStripMenuItem});
            this.managedContextMenuStrip.Name = "managedContextMenuStrip";
            this.managedContextMenuStrip.Size = new System.Drawing.Size(127, 106);
            // 
            // addToolStripMenuItem
            // 
            this.addToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.addToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.addToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_add_32;
            this.addToolStripMenuItem.Name = "addToolStripMenuItem";
            this.addToolStripMenuItem.Size = new System.Drawing.Size(126, 34);
            this.addToolStripMenuItem.Text = "Add";
            this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
            // 
            // removeToolStripMenuItem
            // 
            this.removeToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.removeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.removeToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_minus_32;
            this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
            this.removeToolStripMenuItem.Size = new System.Drawing.Size(126, 34);
            this.removeToolStripMenuItem.Text = "Remove";
            this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
            // 
            // injectToolStripMenuItem
            // 
            this.injectToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.injectToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.injectToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.setupapi_32;
            this.injectToolStripMenuItem.Name = "injectToolStripMenuItem";
            this.injectToolStripMenuItem.Size = new System.Drawing.Size(126, 34);
            this.injectToolStripMenuItem.Text = "Inject";
            this.injectToolStripMenuItem.Click += new System.EventHandler(this.injectToolStripMenuItem_Click);
            // 
            // unmanagedContextMenuStrip
            // 
            this.unmanagedContextMenuStrip.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.unmanagedContextMenuStrip.ImageScalingSize = new System.Drawing.Size(28, 28);
            this.unmanagedContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addToolStripMenuItem1,
            this.removeToolStripMenuItem1,
            this.injectToolStripMenuItem1});
            this.unmanagedContextMenuStrip.Name = "contextMenuStrip1";
            this.unmanagedContextMenuStrip.Size = new System.Drawing.Size(127, 106);
            // 
            // addToolStripMenuItem1
            // 
            this.addToolStripMenuItem1.BackColor = System.Drawing.Color.White;
            this.addToolStripMenuItem1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.addToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.addToolStripMenuItem1.Image = global::Eagle_Monitor.Properties.Resources.icons8_add_32;
            this.addToolStripMenuItem1.Name = "addToolStripMenuItem1";
            this.addToolStripMenuItem1.Size = new System.Drawing.Size(126, 34);
            this.addToolStripMenuItem1.Text = "Add";
            this.addToolStripMenuItem1.Click += new System.EventHandler(this.addToolStripMenuItem1_Click);
            // 
            // removeToolStripMenuItem1
            // 
            this.removeToolStripMenuItem1.BackColor = System.Drawing.Color.White;
            this.removeToolStripMenuItem1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.removeToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.removeToolStripMenuItem1.Image = global::Eagle_Monitor.Properties.Resources.icons8_minus_32;
            this.removeToolStripMenuItem1.Name = "removeToolStripMenuItem1";
            this.removeToolStripMenuItem1.Size = new System.Drawing.Size(126, 34);
            this.removeToolStripMenuItem1.Text = "Remove";
            this.removeToolStripMenuItem1.Click += new System.EventHandler(this.removeToolStripMenuItem1_Click);
            // 
            // injectToolStripMenuItem1
            // 
            this.injectToolStripMenuItem1.BackColor = System.Drawing.Color.White;
            this.injectToolStripMenuItem1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.injectToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.injectToolStripMenuItem1.Image = global::Eagle_Monitor.Properties.Resources.setupapi_32;
            this.injectToolStripMenuItem1.Name = "injectToolStripMenuItem1";
            this.injectToolStripMenuItem1.Size = new System.Drawing.Size(126, 34);
            this.injectToolStripMenuItem1.Text = "Inject";
            this.injectToolStripMenuItem1.Click += new System.EventHandler(this.injectToolStripMenuItem1_Click);
            // 
            // labelSize
            // 
            this.labelSize.AutoSize = true;
            this.labelSize.BackColor = System.Drawing.Color.Transparent;
            this.labelSize.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.labelSize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.labelSize.Location = new System.Drawing.Point(112, 11);
            this.labelSize.Name = "labelSize";
            this.labelSize.Size = new System.Drawing.Size(13, 13);
            this.labelSize.TabIndex = 25;
            this.labelSize.Text = "0";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label1.Location = new System.Drawing.Point(28, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(87, 13);
            this.label1.TabIndex = 24;
            this.label1.Text = "Bytes Received :";
            // 
            // loadingCircle1
            // 
            this.loadingCircle1.Active = false;
            this.loadingCircle1.BackColor = System.Drawing.Color.Transparent;
            this.loadingCircle1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.loadingCircle1.InnerCircleRadius = 6;
            this.loadingCircle1.Location = new System.Drawing.Point(3, 5);
            this.loadingCircle1.Name = "loadingCircle1";
            this.loadingCircle1.NumberSpoke = 9;
            this.loadingCircle1.OuterCircleRadius = 7;
            this.loadingCircle1.RotationSpeed = 100;
            this.loadingCircle1.Size = new System.Drawing.Size(28, 25);
            this.loadingCircle1.SpokeThickness = 4;
            this.loadingCircle1.StylePreset = MRG.Controls.UI.LoadingCircle.StylePresets.Firefox;
            this.loadingCircle1.TabIndex = 23;
            this.loadingCircle1.Text = "loadingCircle1";
            this.loadingCircle1.Visible = false;
            // 
            // closeButton
            // 
            this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.closeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.closeButton.FlatAppearance.BorderSize = 0;
            this.closeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.closeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.closeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.closeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.closeButton.Location = new System.Drawing.Point(764, 0);
            this.closeButton.Name = "closeButton";
            this.closeButton.Size = new System.Drawing.Size(33, 30);
            this.closeButton.TabIndex = 20;
            this.closeButton.Text = "x";
            this.closeButton.UseVisualStyleBackColor = false;
            this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
            // 
            // maximizeButton
            // 
            this.maximizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.maximizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.maximizeButton.FlatAppearance.BorderSize = 0;
            this.maximizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.maximizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.maximizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.maximizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.maximizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.maximizeButton.Location = new System.Drawing.Point(730, 0);
            this.maximizeButton.Name = "maximizeButton";
            this.maximizeButton.Size = new System.Drawing.Size(33, 30);
            this.maximizeButton.TabIndex = 19;
            this.maximizeButton.Text = "🗖";
            this.maximizeButton.UseVisualStyleBackColor = false;
            this.maximizeButton.Click += new System.EventHandler(this.maximizeButton_Click);
            // 
            // minimizeButton
            // 
            this.minimizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.minimizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.minimizeButton.FlatAppearance.BorderSize = 0;
            this.minimizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.minimizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.minimizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.minimizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.minimizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.minimizeButton.Location = new System.Drawing.Point(696, 0);
            this.minimizeButton.Name = "minimizeButton";
            this.minimizeButton.Size = new System.Drawing.Size(33, 30);
            this.minimizeButton.TabIndex = 18;
            this.minimizeButton.Text = "-";
            this.minimizeButton.UseVisualStyleBackColor = false;
            this.minimizeButton.Click += new System.EventHandler(this.minimizeButton_Click);
            // 
            // windowsTabControls1
            // 
            this.windowsTabControls1.CloseBtnColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(85)))), ((int)(((byte)(51)))));
            this.windowsTabControls1.Controls.Add(this.tabPage1);
            this.windowsTabControls1.Controls.Add(this.tabPage2);
            this.windowsTabControls1.Controls.Add(this.tabPage3);
            this.windowsTabControls1.Controls.Add(this.tabPage4);
            this.windowsTabControls1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.windowsTabControls1.ForeColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.windowsTabControls1.HeadSelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.windowsTabControls1.IsShowCloseBtn = false;
            this.windowsTabControls1.ItemSize = new System.Drawing.Size(0, 50);
            this.windowsTabControls1.Location = new System.Drawing.Point(3, 30);
            this.windowsTabControls1.Name = "windowsTabControls1";
            this.windowsTabControls1.SelectedIndex = 0;
            this.windowsTabControls1.Size = new System.Drawing.Size(794, 417);
            this.windowsTabControls1.TabIndex = 0;
            this.windowsTabControls1.UncloseTabIndexs = null;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.managedListView);
            this.tabPage1.Location = new System.Drawing.Point(4, 54);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(786, 359);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Managed DLLs";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // managedListView
            // 
            this.managedListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.managedListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader5});
            this.managedListView.ContextMenuStrip = this.managedContextMenuStrip;
            this.managedListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.managedListView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.managedListView.HideSelection = false;
            this.managedListView.Location = new System.Drawing.Point(3, 3);
            this.managedListView.Name = "managedListView";
            this.managedListView.Size = new System.Drawing.Size(780, 353);
            this.managedListView.TabIndex = 0;
            this.managedListView.UseCompatibleStateImageBehavior = false;
            this.managedListView.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Path";
            this.columnHeader1.Width = 350;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Entrypoint";
            this.columnHeader2.Width = 204;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "Size";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.unmanagedListView);
            this.tabPage2.Location = new System.Drawing.Point(4, 54);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(786, 359);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Native DLLs";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // unmanagedListView
            // 
            this.unmanagedListView.BackColor = System.Drawing.Color.White;
            this.unmanagedListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.unmanagedListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader3,
            this.columnHeader4});
            this.unmanagedListView.ContextMenuStrip = this.unmanagedContextMenuStrip;
            this.unmanagedListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.unmanagedListView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.unmanagedListView.HideSelection = false;
            this.unmanagedListView.Location = new System.Drawing.Point(3, 3);
            this.unmanagedListView.Name = "unmanagedListView";
            this.unmanagedListView.Size = new System.Drawing.Size(780, 353);
            this.unmanagedListView.TabIndex = 1;
            this.unmanagedListView.UseCompatibleStateImageBehavior = false;
            this.unmanagedListView.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Path";
            this.columnHeader3.Width = 528;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Size";
            this.columnHeader4.Width = 204;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.shellCodeListView);
            this.tabPage3.Location = new System.Drawing.Point(4, 54);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(786, 359);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "ShellCode Files";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // shellCodeListView
            // 
            this.shellCodeListView.BackColor = System.Drawing.Color.White;
            this.shellCodeListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.shellCodeListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader6,
            this.columnHeader7});
            this.shellCodeListView.ContextMenuStrip = this.shellCodeContextMenuStrip;
            this.shellCodeListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.shellCodeListView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.shellCodeListView.HideSelection = false;
            this.shellCodeListView.Location = new System.Drawing.Point(3, 3);
            this.shellCodeListView.Name = "shellCodeListView";
            this.shellCodeListView.Size = new System.Drawing.Size(780, 353);
            this.shellCodeListView.TabIndex = 2;
            this.shellCodeListView.UseCompatibleStateImageBehavior = false;
            this.shellCodeListView.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "Path";
            this.columnHeader6.Width = 528;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "Size";
            this.columnHeader7.Width = 204;
            // 
            // shellCodeContextMenuStrip
            // 
            this.shellCodeContextMenuStrip.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.shellCodeContextMenuStrip.ImageScalingSize = new System.Drawing.Size(28, 28);
            this.shellCodeContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem1,
            this.toolStripMenuItem2,
            this.toolStripMenuItem3});
            this.shellCodeContextMenuStrip.Name = "contextMenuStrip1";
            this.shellCodeContextMenuStrip.Size = new System.Drawing.Size(127, 106);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.BackColor = System.Drawing.Color.White;
            this.toolStripMenuItem1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.toolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.toolStripMenuItem1.Image = global::Eagle_Monitor.Properties.Resources.icons8_add_32;
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(126, 34);
            this.toolStripMenuItem1.Text = "Add";
            this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.BackColor = System.Drawing.Color.White;
            this.toolStripMenuItem2.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.toolStripMenuItem2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.toolStripMenuItem2.Image = global::Eagle_Monitor.Properties.Resources.icons8_minus_32;
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(126, 34);
            this.toolStripMenuItem2.Text = "Remove";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.BackColor = System.Drawing.Color.White;
            this.toolStripMenuItem3.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.toolStripMenuItem3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.toolStripMenuItem3.Image = global::Eagle_Monitor.Properties.Resources.setupapi_32;
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(126, 34);
            this.toolStripMenuItem3.Text = "Inject";
            this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.nativePEListView);
            this.tabPage4.Location = new System.Drawing.Point(4, 54);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(786, 359);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "Native PE";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // nativePEListView
            // 
            this.nativePEListView.BackColor = System.Drawing.Color.White;
            this.nativePEListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.nativePEListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader8,
            this.columnHeader9});
            this.nativePEListView.ContextMenuStrip = this.nativePEContextMenuStrip;
            this.nativePEListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.nativePEListView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.nativePEListView.HideSelection = false;
            this.nativePEListView.Location = new System.Drawing.Point(3, 3);
            this.nativePEListView.Name = "nativePEListView";
            this.nativePEListView.Size = new System.Drawing.Size(780, 353);
            this.nativePEListView.TabIndex = 2;
            this.nativePEListView.UseCompatibleStateImageBehavior = false;
            this.nativePEListView.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "Path";
            this.columnHeader8.Width = 528;
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "Size";
            this.columnHeader9.Width = 204;
            // 
            // nativePEContextMenuStrip
            // 
            this.nativePEContextMenuStrip.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.nativePEContextMenuStrip.ImageScalingSize = new System.Drawing.Size(28, 28);
            this.nativePEContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem4,
            this.toolStripMenuItem5,
            this.toolStripMenuItem6});
            this.nativePEContextMenuStrip.Name = "contextMenuStrip1";
            this.nativePEContextMenuStrip.Size = new System.Drawing.Size(193, 128);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.BackColor = System.Drawing.Color.White;
            this.toolStripMenuItem4.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.toolStripMenuItem4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.toolStripMenuItem4.Image = global::Eagle_Monitor.Properties.Resources.icons8_add_32;
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(192, 34);
            this.toolStripMenuItem4.Text = "Add";
            this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
            // 
            // toolStripMenuItem5
            // 
            this.toolStripMenuItem5.BackColor = System.Drawing.Color.White;
            this.toolStripMenuItem5.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.toolStripMenuItem5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.toolStripMenuItem5.Image = global::Eagle_Monitor.Properties.Resources.icons8_minus_32;
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            this.toolStripMenuItem5.Size = new System.Drawing.Size(192, 34);
            this.toolStripMenuItem5.Text = "Remove";
            this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
            // 
            // toolStripMenuItem6
            // 
            this.toolStripMenuItem6.BackColor = System.Drawing.Color.White;
            this.toolStripMenuItem6.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.toolStripMenuItem6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.toolStripMenuItem6.Image = global::Eagle_Monitor.Properties.Resources.setupapi_32;
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            this.toolStripMenuItem6.Size = new System.Drawing.Size(192, 34);
            this.toolStripMenuItem6.Text = "Inject";
            this.toolStripMenuItem6.Click += new System.EventHandler(this.toolStripMenuItem6_Click);
            // 
            // ExecuteForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.labelSize);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.loadingCircle1);
            this.Controls.Add(this.closeButton);
            this.Controls.Add(this.maximizeButton);
            this.Controls.Add(this.minimizeButton);
            this.Controls.Add(this.windowsTabControls1);
            this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ExecuteForm";
            this.Padding = new System.Windows.Forms.Padding(3, 30, 3, 3);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ExecuteDllForm";
            this.Load += new System.EventHandler(this.ExecuteDllForm_Load);
            this.managedContextMenuStrip.ResumeLayout(false);
            this.unmanagedContextMenuStrip.ResumeLayout(false);
            this.windowsTabControls1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.shellCodeContextMenuStrip.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.nativePEContextMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : ProcessManagerForm.Designer.cs
with MIT License
from arsium

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcessManagerForm));
            this.processContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.killToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.suspendToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.resumeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.setWindowsTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.minimizeWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.maximizeWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hideWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.labelSize = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.loadingCircle1 = new MRG.Controls.UI.LoadingCircle();
            this.processesListView = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.closeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.maximizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.minimizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.processContextMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // processContextMenuStrip
            // 
            this.processContextMenuStrip.BackColor = System.Drawing.SystemColors.Control;
            this.processContextMenuStrip.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.processContextMenuStrip.ImageScalingSize = new System.Drawing.Size(28, 28);
            this.processContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.refreshToolStripMenuItem,
            this.killToolStripMenuItem,
            this.suspendToolStripMenuItem,
            this.resumeToolStripMenuItem,
            this.setWindowsTextToolStripMenuItem,
            this.minimizeWindowToolStripMenuItem,
            this.maximizeWindowToolStripMenuItem,
            this.hideWindowToolStripMenuItem,
            this.showWindowToolStripMenuItem});
            this.processContextMenuStrip.Name = "processContextMenuStrip";
            this.processContextMenuStrip.Size = new System.Drawing.Size(193, 332);
            // 
            // refreshToolStripMenuItem
            // 
            this.refreshToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.refreshToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.refreshToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_replay_32;
            this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
            this.refreshToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.refreshToolStripMenuItem.Text = "Refresh";
            this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
            // 
            // killToolStripMenuItem
            // 
            this.killToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.killToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.killToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_skull_32;
            this.killToolStripMenuItem.Name = "killToolStripMenuItem";
            this.killToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.killToolStripMenuItem.Text = "Kill";
            this.killToolStripMenuItem.Click += new System.EventHandler(this.killToolStripMenuItem_Click);
            // 
            // suspendToolStripMenuItem
            // 
            this.suspendToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.suspendToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.suspendToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_pause_button_32;
            this.suspendToolStripMenuItem.Name = "suspendToolStripMenuItem";
            this.suspendToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.suspendToolStripMenuItem.Text = "Suspend";
            this.suspendToolStripMenuItem.Click += new System.EventHandler(this.suspendToolStripMenuItem_Click);
            // 
            // resumeToolStripMenuItem
            // 
            this.resumeToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.resumeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.resumeToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_circled_play_32;
            this.resumeToolStripMenuItem.Name = "resumeToolStripMenuItem";
            this.resumeToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.resumeToolStripMenuItem.Text = "Resume";
            this.resumeToolStripMenuItem.Click += new System.EventHandler(this.resumeToolStripMenuItem_Click);
            // 
            // setWindowsTextToolStripMenuItem
            // 
            this.setWindowsTextToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.setWindowsTextToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.setWindowsTextToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_type_32;
            this.setWindowsTextToolStripMenuItem.Name = "setWindowsTextToolStripMenuItem";
            this.setWindowsTextToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.setWindowsTextToolStripMenuItem.Text = "Set Windows Text";
            this.setWindowsTextToolStripMenuItem.Click += new System.EventHandler(this.setWindowsTextToolStripMenuItem_Click);
            // 
            // minimizeWindowToolStripMenuItem
            // 
            this.minimizeWindowToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.minimizeWindowToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.minimizeWindowToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_minimize_window_32;
            this.minimizeWindowToolStripMenuItem.Name = "minimizeWindowToolStripMenuItem";
            this.minimizeWindowToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.minimizeWindowToolStripMenuItem.Text = "Minimize Window";
            this.minimizeWindowToolStripMenuItem.Click += new System.EventHandler(this.minimizeWindowToolStripMenuItem_Click);
            // 
            // maximizeWindowToolStripMenuItem
            // 
            this.maximizeWindowToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.maximizeWindowToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.maximizeWindowToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_maximize_window_32;
            this.maximizeWindowToolStripMenuItem.Name = "maximizeWindowToolStripMenuItem";
            this.maximizeWindowToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.maximizeWindowToolStripMenuItem.Text = "Maximize Window";
            this.maximizeWindowToolStripMenuItem.Click += new System.EventHandler(this.maximizeWindowToolStripMenuItem_Click);
            // 
            // hideWindowToolStripMenuItem
            // 
            this.hideWindowToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.hideWindowToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.hideWindowToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_invisible_32;
            this.hideWindowToolStripMenuItem.Name = "hideWindowToolStripMenuItem";
            this.hideWindowToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.hideWindowToolStripMenuItem.Text = "Hide Window";
            this.hideWindowToolStripMenuItem.Click += new System.EventHandler(this.hideWindowToolStripMenuItem_Click);
            // 
            // showWindowToolStripMenuItem
            // 
            this.showWindowToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.showWindowToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.showWindowToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_eye_32;
            this.showWindowToolStripMenuItem.Name = "showWindowToolStripMenuItem";
            this.showWindowToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.showWindowToolStripMenuItem.Text = "Show Window";
            this.showWindowToolStripMenuItem.Click += new System.EventHandler(this.showWindowToolStripMenuItem_Click);
            // 
            // labelSize
            // 
            this.labelSize.AutoSize = true;
            this.labelSize.BackColor = System.Drawing.Color.Transparent;
            this.labelSize.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.labelSize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.labelSize.Location = new System.Drawing.Point(112, 11);
            this.labelSize.Name = "labelSize";
            this.labelSize.Size = new System.Drawing.Size(13, 13);
            this.labelSize.TabIndex = 22;
            this.labelSize.Text = "0";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label1.Location = new System.Drawing.Point(28, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(87, 13);
            this.label1.TabIndex = 21;
            this.label1.Text = "Bytes Received :";
            // 
            // loadingCircle1
            // 
            this.loadingCircle1.Active = false;
            this.loadingCircle1.BackColor = System.Drawing.Color.Transparent;
            this.loadingCircle1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.loadingCircle1.InnerCircleRadius = 6;
            this.loadingCircle1.Location = new System.Drawing.Point(3, 5);
            this.loadingCircle1.Name = "loadingCircle1";
            this.loadingCircle1.NumberSpoke = 9;
            this.loadingCircle1.OuterCircleRadius = 7;
            this.loadingCircle1.RotationSpeed = 100;
            this.loadingCircle1.Size = new System.Drawing.Size(28, 25);
            this.loadingCircle1.SpokeThickness = 4;
            this.loadingCircle1.StylePreset = MRG.Controls.UI.LoadingCircle.StylePresets.Firefox;
            this.loadingCircle1.TabIndex = 20;
            this.loadingCircle1.Text = "loadingCircle1";
            this.loadingCircle1.Visible = false;
            // 
            // processesListView
            // 
            this.processesListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.processesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4});
            this.processesListView.ContextMenuStrip = this.processContextMenuStrip;
            this.processesListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.processesListView.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.processesListView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.processesListView.HideSelection = false;
            this.processesListView.Location = new System.Drawing.Point(3, 30);
            this.processesListView.Name = "processesListView";
            this.processesListView.Size = new System.Drawing.Size(1034, 417);
            this.processesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.processesListView.TabIndex = 15;
            this.processesListView.UseCompatibleStateImageBehavior = false;
            this.processesListView.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 181;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "PID";
            this.columnHeader2.Width = 258;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Windows replacedle";
            this.columnHeader3.Width = 264;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Window Handle";
            this.columnHeader4.Width = 186;
            // 
            // closeButton
            // 
            this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.closeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.closeButton.FlatAppearance.BorderSize = 0;
            this.closeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.closeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.closeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.closeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.closeButton.Location = new System.Drawing.Point(1004, 0);
            this.closeButton.Name = "closeButton";
            this.closeButton.Size = new System.Drawing.Size(33, 30);
            this.closeButton.TabIndex = 14;
            this.closeButton.Text = "x";
            this.closeButton.UseVisualStyleBackColor = false;
            this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
            // 
            // maximizeButton
            // 
            this.maximizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.maximizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.maximizeButton.FlatAppearance.BorderSize = 0;
            this.maximizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.maximizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.maximizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.maximizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.maximizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.maximizeButton.Location = new System.Drawing.Point(970, 0);
            this.maximizeButton.Name = "maximizeButton";
            this.maximizeButton.Size = new System.Drawing.Size(33, 30);
            this.maximizeButton.TabIndex = 13;
            this.maximizeButton.Text = "🗖";
            this.maximizeButton.UseVisualStyleBackColor = false;
            this.maximizeButton.Click += new System.EventHandler(this.maximizeButton_Click);
            // 
            // minimizeButton
            // 
            this.minimizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.minimizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.minimizeButton.FlatAppearance.BorderSize = 0;
            this.minimizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.minimizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.minimizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.minimizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.minimizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.minimizeButton.Location = new System.Drawing.Point(936, 0);
            this.minimizeButton.Name = "minimizeButton";
            this.minimizeButton.Size = new System.Drawing.Size(33, 30);
            this.minimizeButton.TabIndex = 12;
            this.minimizeButton.Text = "-";
            this.minimizeButton.UseVisualStyleBackColor = false;
            this.minimizeButton.Click += new System.EventHandler(this.minimizeButton_Click);
            // 
            // ProcessManagerForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1040, 450);
            this.Controls.Add(this.labelSize);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.loadingCircle1);
            this.Controls.Add(this.processesListView);
            this.Controls.Add(this.closeButton);
            this.Controls.Add(this.maximizeButton);
            this.Controls.Add(this.minimizeButton);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ProcessManagerForm";
            this.Padding = new System.Windows.Forms.Padding(3, 30, 3, 3);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ProcessManagerForm";
            this.Load += new System.EventHandler(this.ProcessManagerForm_Load);
            this.processContextMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : WifiForm.Designer.cs
with MIT License
from arsium

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WifiForm));
            this.loadingCircle1 = new MRG.Controls.UI.LoadingCircle();
            this.closeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.maximizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.minimizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.wifiPreplacedwordsListView = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.labelSize = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // loadingCircle1
            // 
            this.loadingCircle1.Active = false;
            this.loadingCircle1.BackColor = System.Drawing.Color.Transparent;
            this.loadingCircle1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.loadingCircle1.InnerCircleRadius = 6;
            this.loadingCircle1.Location = new System.Drawing.Point(3, 5);
            this.loadingCircle1.Name = "loadingCircle1";
            this.loadingCircle1.NumberSpoke = 9;
            this.loadingCircle1.OuterCircleRadius = 7;
            this.loadingCircle1.RotationSpeed = 100;
            this.loadingCircle1.Size = new System.Drawing.Size(28, 25);
            this.loadingCircle1.SpokeThickness = 4;
            this.loadingCircle1.StylePreset = MRG.Controls.UI.LoadingCircle.StylePresets.Firefox;
            this.loadingCircle1.TabIndex = 18;
            this.loadingCircle1.Text = "loadingCircle1";
            this.loadingCircle1.Visible = false;
            // 
            // closeButton
            // 
            this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.closeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.closeButton.FlatAppearance.BorderSize = 0;
            this.closeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.closeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.closeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.closeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.closeButton.Location = new System.Drawing.Point(388, 0);
            this.closeButton.Name = "closeButton";
            this.closeButton.Size = new System.Drawing.Size(33, 30);
            this.closeButton.TabIndex = 17;
            this.closeButton.Text = "x";
            this.closeButton.UseVisualStyleBackColor = false;
            this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
            // 
            // maximizeButton
            // 
            this.maximizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.maximizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.maximizeButton.FlatAppearance.BorderSize = 0;
            this.maximizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.maximizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.maximizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.maximizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.maximizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.maximizeButton.Location = new System.Drawing.Point(354, 0);
            this.maximizeButton.Name = "maximizeButton";
            this.maximizeButton.Size = new System.Drawing.Size(33, 30);
            this.maximizeButton.TabIndex = 16;
            this.maximizeButton.Text = "🗖";
            this.maximizeButton.UseVisualStyleBackColor = false;
            this.maximizeButton.Click += new System.EventHandler(this.maximizeButton_Click);
            // 
            // minimizeButton
            // 
            this.minimizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.minimizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.minimizeButton.FlatAppearance.BorderSize = 0;
            this.minimizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.minimizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.minimizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.minimizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.minimizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.minimizeButton.Location = new System.Drawing.Point(320, 0);
            this.minimizeButton.Name = "minimizeButton";
            this.minimizeButton.Size = new System.Drawing.Size(33, 30);
            this.minimizeButton.TabIndex = 15;
            this.minimizeButton.Text = "-";
            this.minimizeButton.UseVisualStyleBackColor = false;
            this.minimizeButton.Click += new System.EventHandler(this.minimizeButton_Click);
            // 
            // wifiPreplacedwordsListView
            // 
            this.wifiPreplacedwordsListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.wifiPreplacedwordsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.wifiPreplacedwordsListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.wifiPreplacedwordsListView.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.wifiPreplacedwordsListView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.wifiPreplacedwordsListView.HideSelection = false;
            this.wifiPreplacedwordsListView.Location = new System.Drawing.Point(3, 30);
            this.wifiPreplacedwordsListView.Name = "wifiPreplacedwordsListView";
            this.wifiPreplacedwordsListView.Size = new System.Drawing.Size(418, 231);
            this.wifiPreplacedwordsListView.TabIndex = 2;
            this.wifiPreplacedwordsListView.UseCompatibleStateImageBehavior = false;
            this.wifiPreplacedwordsListView.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "SSID";
            this.columnHeader1.Width = 179;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Preplacedwords";
            this.columnHeader2.Width = 160;
            // 
            // labelSize
            // 
            this.labelSize.AutoSize = true;
            this.labelSize.BackColor = System.Drawing.Color.Transparent;
            this.labelSize.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.labelSize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.labelSize.Location = new System.Drawing.Point(111, 11);
            this.labelSize.Name = "labelSize";
            this.labelSize.Size = new System.Drawing.Size(13, 13);
            this.labelSize.TabIndex = 20;
            this.labelSize.Text = "0";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label1.Location = new System.Drawing.Point(27, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(87, 13);
            this.label1.TabIndex = 19;
            this.label1.Text = "Bytes Received :";
            // 
            // WifiForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(424, 264);
            this.Controls.Add(this.labelSize);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.loadingCircle1);
            this.Controls.Add(this.closeButton);
            this.Controls.Add(this.maximizeButton);
            this.Controls.Add(this.minimizeButton);
            this.Controls.Add(this.wifiPreplacedwordsListView);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "WifiForm";
            this.Padding = new System.Windows.Forms.Padding(3, 30, 3, 3);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "WifiForm";
            this.Load += new System.EventHandler(this.WifiForm_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : PasswordsForm.Designer.cs
with MIT License
from arsium

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PreplacedwordsForm));
            this.labelSize = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.loadingCircle1 = new MRG.Controls.UI.LoadingCircle();
            this.preplacedwordsListView = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.closeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.maximizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.minimizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.SuspendLayout();
            // 
            // labelSize
            // 
            this.labelSize.AutoSize = true;
            this.labelSize.BackColor = System.Drawing.Color.Transparent;
            this.labelSize.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.labelSize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.labelSize.Location = new System.Drawing.Point(112, 11);
            this.labelSize.Name = "labelSize";
            this.labelSize.Size = new System.Drawing.Size(13, 13);
            this.labelSize.TabIndex = 19;
            this.labelSize.Text = "0";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label1.Location = new System.Drawing.Point(28, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(87, 13);
            this.label1.TabIndex = 18;
            this.label1.Text = "Bytes Received :";
            // 
            // loadingCircle1
            // 
            this.loadingCircle1.Active = false;
            this.loadingCircle1.BackColor = System.Drawing.Color.Transparent;
            this.loadingCircle1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.loadingCircle1.InnerCircleRadius = 6;
            this.loadingCircle1.Location = new System.Drawing.Point(3, 5);
            this.loadingCircle1.Name = "loadingCircle1";
            this.loadingCircle1.NumberSpoke = 9;
            this.loadingCircle1.OuterCircleRadius = 7;
            this.loadingCircle1.RotationSpeed = 100;
            this.loadingCircle1.Size = new System.Drawing.Size(28, 25);
            this.loadingCircle1.SpokeThickness = 4;
            this.loadingCircle1.StylePreset = MRG.Controls.UI.LoadingCircle.StylePresets.Firefox;
            this.loadingCircle1.TabIndex = 12;
            this.loadingCircle1.Text = "loadingCircle1";
            this.loadingCircle1.Visible = false;
            // 
            // preplacedwordsListView
            // 
            this.preplacedwordsListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.preplacedwordsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5});
            this.preplacedwordsListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.preplacedwordsListView.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.preplacedwordsListView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.preplacedwordsListView.HideSelection = false;
            this.preplacedwordsListView.Location = new System.Drawing.Point(3, 30);
            this.preplacedwordsListView.Name = "preplacedwordsListView";
            this.preplacedwordsListView.Size = new System.Drawing.Size(757, 344);
            this.preplacedwordsListView.TabIndex = 1;
            this.preplacedwordsListView.UseCompatibleStateImageBehavior = false;
            this.preplacedwordsListView.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "URL";
            this.columnHeader1.Width = 179;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Username";
            this.columnHeader2.Width = 160;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Preplacedwords";
            this.columnHeader3.Width = 158;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Application";
            this.columnHeader4.Width = 261;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "";
            // 
            // closeButton
            // 
            this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.closeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.closeButton.FlatAppearance.BorderSize = 0;
            this.closeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.closeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.closeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.closeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.closeButton.Location = new System.Drawing.Point(727, 0);
            this.closeButton.Name = "closeButton";
            this.closeButton.Size = new System.Drawing.Size(33, 30);
            this.closeButton.TabIndex = 11;
            this.closeButton.Text = "x";
            this.closeButton.UseVisualStyleBackColor = false;
            this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
            // 
            // maximizeButton
            // 
            this.maximizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.maximizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.maximizeButton.FlatAppearance.BorderSize = 0;
            this.maximizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.maximizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.maximizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.maximizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.maximizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.maximizeButton.Location = new System.Drawing.Point(693, 0);
            this.maximizeButton.Name = "maximizeButton";
            this.maximizeButton.Size = new System.Drawing.Size(33, 30);
            this.maximizeButton.TabIndex = 10;
            this.maximizeButton.Text = "🗖";
            this.maximizeButton.UseVisualStyleBackColor = false;
            this.maximizeButton.Click += new System.EventHandler(this.maximizeButton_Click);
            // 
            // minimizeButton
            // 
            this.minimizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.minimizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.minimizeButton.FlatAppearance.BorderSize = 0;
            this.minimizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.minimizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.minimizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.minimizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.minimizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.minimizeButton.Location = new System.Drawing.Point(659, 0);
            this.minimizeButton.Name = "minimizeButton";
            this.minimizeButton.Size = new System.Drawing.Size(33, 30);
            this.minimizeButton.TabIndex = 9;
            this.minimizeButton.Text = "-";
            this.minimizeButton.UseVisualStyleBackColor = false;
            this.minimizeButton.Click += new System.EventHandler(this.minimizeButton_Click);
            // 
            // PreplacedwordsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(763, 377);
            this.Controls.Add(this.labelSize);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.loadingCircle1);
            this.Controls.Add(this.closeButton);
            this.Controls.Add(this.maximizeButton);
            this.Controls.Add(this.minimizeButton);
            this.Controls.Add(this.preplacedwordsListView);
            this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "PreplacedwordsForm";
            this.Padding = new System.Windows.Forms.Padding(3, 30, 3, 3);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "PreplacedwordsForm";
            this.Load += new System.EventHandler(this.PreplacedwordsForm_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : FileManagerForm.Designer.cs
with MIT License
from arsium

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileManagerForm));
            this.fileManagerMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.labelPath = new System.Windows.Forms.Label();
            this.disksComboBox = new System.Windows.Forms.ComboBox();
            this.labelSize = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.loadingCircle1 = new MRG.Controls.UI.LoadingCircle();
            this.filesListView = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.closeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.maximizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.minimizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.currentDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.allToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.goToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.backToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.downloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.uploadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.currentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.launchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.encryptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.decryptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.shortCutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.desktopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.doreplacedentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.downloadsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.fileManagerMenuStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // fileManagerMenuStrip
            // 
            this.fileManagerMenuStrip.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.fileManagerMenuStrip.ImageScalingSize = new System.Drawing.Size(28, 28);
            this.fileManagerMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.refreshToolStripMenuItem,
            this.goToolStripMenuItem,
            this.backToolStripMenuItem,
            this.fileToolStripMenuItem,
            this.shortCutToolStripMenuItem});
            this.fileManagerMenuStrip.Name = "fileManagerMenuStrip";
            this.fileManagerMenuStrip.Size = new System.Drawing.Size(193, 196);
            // 
            // labelPath
            // 
            this.labelPath.AutoSize = true;
            this.labelPath.Location = new System.Drawing.Point(186, 46);
            this.labelPath.Name = "labelPath";
            this.labelPath.Size = new System.Drawing.Size(30, 13);
            this.labelPath.TabIndex = 24;
            this.labelPath.Text = "Path";
            // 
            // disksComboBox
            // 
            this.disksComboBox.BackColor = System.Drawing.Color.White;
            this.disksComboBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.disksComboBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.disksComboBox.FormattingEnabled = true;
            this.disksComboBox.Location = new System.Drawing.Point(59, 42);
            this.disksComboBox.Name = "disksComboBox";
            this.disksComboBox.Size = new System.Drawing.Size(121, 21);
            this.disksComboBox.TabIndex = 23;
            this.disksComboBox.SelectedIndexChanged += new System.EventHandler(this.disksComboBox_SelectedIndexChanged);
            // 
            // labelSize
            // 
            this.labelSize.AutoSize = true;
            this.labelSize.BackColor = System.Drawing.Color.Transparent;
            this.labelSize.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.labelSize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.labelSize.Location = new System.Drawing.Point(112, 11);
            this.labelSize.Name = "labelSize";
            this.labelSize.Size = new System.Drawing.Size(13, 13);
            this.labelSize.TabIndex = 22;
            this.labelSize.Text = "0";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label1.Location = new System.Drawing.Point(28, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(87, 13);
            this.label1.TabIndex = 21;
            this.label1.Text = "Bytes Received :";
            // 
            // loadingCircle1
            // 
            this.loadingCircle1.Active = false;
            this.loadingCircle1.BackColor = System.Drawing.Color.Transparent;
            this.loadingCircle1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.loadingCircle1.InnerCircleRadius = 6;
            this.loadingCircle1.Location = new System.Drawing.Point(3, 5);
            this.loadingCircle1.Name = "loadingCircle1";
            this.loadingCircle1.NumberSpoke = 9;
            this.loadingCircle1.OuterCircleRadius = 7;
            this.loadingCircle1.RotationSpeed = 100;
            this.loadingCircle1.Size = new System.Drawing.Size(28, 25);
            this.loadingCircle1.SpokeThickness = 4;
            this.loadingCircle1.StylePreset = MRG.Controls.UI.LoadingCircle.StylePresets.Firefox;
            this.loadingCircle1.TabIndex = 20;
            this.loadingCircle1.Text = "loadingCircle1";
            this.loadingCircle1.Visible = false;
            // 
            // filesListView
            // 
            this.filesListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.filesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.filesListView.ContextMenuStrip = this.fileManagerMenuStrip;
            this.filesListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.filesListView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.filesListView.HideSelection = false;
            this.filesListView.Location = new System.Drawing.Point(3, 80);
            this.filesListView.Name = "filesListView";
            this.filesListView.Size = new System.Drawing.Size(794, 367);
            this.filesListView.TabIndex = 18;
            this.filesListView.UseCompatibleStateImageBehavior = false;
            this.filesListView.View = System.Windows.Forms.View.Tile;
            this.filesListView.DoubleClick += new System.EventHandler(this.filesListView_DoubleClick);
            this.filesListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.filesListView_KeyUp);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Length";
            // 
            // closeButton
            // 
            this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.closeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.closeButton.FlatAppearance.BorderSize = 0;
            this.closeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.closeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.closeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.closeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.closeButton.Location = new System.Drawing.Point(764, 0);
            this.closeButton.Name = "closeButton";
            this.closeButton.Size = new System.Drawing.Size(33, 30);
            this.closeButton.TabIndex = 17;
            this.closeButton.Text = "x";
            this.closeButton.UseVisualStyleBackColor = false;
            this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
            // 
            // maximizeButton
            // 
            this.maximizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.maximizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.maximizeButton.FlatAppearance.BorderSize = 0;
            this.maximizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.maximizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.maximizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.maximizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.maximizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.maximizeButton.Location = new System.Drawing.Point(730, 0);
            this.maximizeButton.Name = "maximizeButton";
            this.maximizeButton.Size = new System.Drawing.Size(33, 30);
            this.maximizeButton.TabIndex = 16;
            this.maximizeButton.Text = "🗖";
            this.maximizeButton.UseVisualStyleBackColor = false;
            this.maximizeButton.Click += new System.EventHandler(this.maximizeButton_Click);
            // 
            // minimizeButton
            // 
            this.minimizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.minimizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.minimizeButton.FlatAppearance.BorderSize = 0;
            this.minimizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.minimizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.minimizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.minimizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.minimizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.minimizeButton.Location = new System.Drawing.Point(696, 0);
            this.minimizeButton.Name = "minimizeButton";
            this.minimizeButton.Size = new System.Drawing.Size(33, 30);
            this.minimizeButton.TabIndex = 15;
            this.minimizeButton.Text = "-";
            this.minimizeButton.UseVisualStyleBackColor = false;
            this.minimizeButton.Click += new System.EventHandler(this.minimizeButton_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::Eagle_Monitor.Properties.Resources.dmdskres_455;
            this.pictureBox1.Location = new System.Drawing.Point(21, 31);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(32, 32);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 25;
            this.pictureBox1.TabStop = false;
            // 
            // refreshToolStripMenuItem
            // 
            this.refreshToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.refreshToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.currentDirectoryToolStripMenuItem,
            this.allToolStripMenuItem});
            this.refreshToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.refreshToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_replay_32;
            this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
            this.refreshToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.refreshToolStripMenuItem.Text = "Refresh";
            // 
            // currentDirectoryToolStripMenuItem
            // 
            this.currentDirectoryToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.currentDirectoryToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.currentDirectoryToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_folder_32;
            this.currentDirectoryToolStripMenuItem.Name = "currentDirectoryToolStripMenuItem";
            this.currentDirectoryToolStripMenuItem.Size = new System.Drawing.Size(174, 34);
            this.currentDirectoryToolStripMenuItem.Text = "Current Directory";
            this.currentDirectoryToolStripMenuItem.Click += new System.EventHandler(this.currentDirectoryToolStripMenuItem_Click);
            // 
            // allToolStripMenuItem
            // 
            this.allToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.allToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.allToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.dmdskres_455;
            this.allToolStripMenuItem.Name = "allToolStripMenuItem";
            this.allToolStripMenuItem.Size = new System.Drawing.Size(174, 34);
            this.allToolStripMenuItem.Text = "All";
            this.allToolStripMenuItem.Click += new System.EventHandler(this.allToolStripMenuItem_Click);
            // 
            // goToolStripMenuItem
            // 
            this.goToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.goToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.goToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_double_right_32;
            this.goToolStripMenuItem.Name = "goToolStripMenuItem";
            this.goToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.goToolStripMenuItem.Text = "Go";
            this.goToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
            // 
            // backToolStripMenuItem
            // 
            this.backToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.backToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.backToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_double_left_32;
            this.backToolStripMenuItem.Name = "backToolStripMenuItem";
            this.backToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.backToolStripMenuItem.Text = "Back";
            this.backToolStripMenuItem.Click += new System.EventHandler(this.backToolStripMenuItem_Click);
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.deleteToolStripMenuItem,
            this.downloadToolStripMenuItem,
            this.uploadToolStripMenuItem,
            this.renameToolStripMenuItem,
            this.launchToolStripMenuItem,
            this.encryptToolStripMenuItem,
            this.decryptToolStripMenuItem});
            this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.fileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem.Image")));
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.deleteToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.deleteToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.ieframe_31079;
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(140, 34);
            this.deleteToolStripMenuItem.Text = "Delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            // 
            // downloadToolStripMenuItem
            // 
            this.downloadToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.downloadToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.downloadToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_double_down_32;
            this.downloadToolStripMenuItem.Name = "downloadToolStripMenuItem";
            this.downloadToolStripMenuItem.Size = new System.Drawing.Size(140, 34);
            this.downloadToolStripMenuItem.Text = "Download";
            this.downloadToolStripMenuItem.Click += new System.EventHandler(this.downloadToolStripMenuItem_Click);
            // 
            // uploadToolStripMenuItem
            // 
            this.uploadToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.uploadToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.currentToolStripMenuItem,
            this.selectedToolStripMenuItem});
            this.uploadToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.uploadToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_upload_32;
            this.uploadToolStripMenuItem.Name = "uploadToolStripMenuItem";
            this.uploadToolStripMenuItem.Size = new System.Drawing.Size(140, 34);
            this.uploadToolStripMenuItem.Text = "Upload";
            // 
            // currentToolStripMenuItem
            // 
            this.currentToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.currentToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.currentToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_folder_32;
            this.currentToolStripMenuItem.Name = "currentToolStripMenuItem";
            this.currentToolStripMenuItem.Size = new System.Drawing.Size(165, 34);
            this.currentToolStripMenuItem.Text = "Current  Folder";
            this.currentToolStripMenuItem.Click += new System.EventHandler(this.currentToolStripMenuItem_Click);
            // 
            // selectedToolStripMenuItem
            // 
            this.selectedToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.selectedToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.selectedToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_folder_32;
            this.selectedToolStripMenuItem.Name = "selectedToolStripMenuItem";
            this.selectedToolStripMenuItem.Size = new System.Drawing.Size(165, 34);
            this.selectedToolStripMenuItem.Text = "Selected Folder";
            this.selectedToolStripMenuItem.Click += new System.EventHandler(this.selectedFolderToolStripMenuItem_Click);
            // 
            // renameToolStripMenuItem
            // 
            this.renameToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.renameToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.renameToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_rename_32;
            this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
            this.renameToolStripMenuItem.Size = new System.Drawing.Size(140, 34);
            this.renameToolStripMenuItem.Text = "Rename";
            this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
            // 
            // launchToolStripMenuItem
            // 
            this.launchToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.launchToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.launchToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.shell32_241;
            this.launchToolStripMenuItem.Name = "launchToolStripMenuItem";
            this.launchToolStripMenuItem.Size = new System.Drawing.Size(140, 34);
            this.launchToolStripMenuItem.Text = "Launch";
            this.launchToolStripMenuItem.Click += new System.EventHandler(this.launchToolStripMenuItem_Click);
            // 
            // encryptToolStripMenuItem
            // 
            this.encryptToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.encryptToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.encryptToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_lock_32;
            this.encryptToolStripMenuItem.Name = "encryptToolStripMenuItem";
            this.encryptToolStripMenuItem.Size = new System.Drawing.Size(140, 34);
            this.encryptToolStripMenuItem.Text = "Encrypt";
            this.encryptToolStripMenuItem.Click += new System.EventHandler(this.encryptToolStripMenuItem_Click);
            // 
            // decryptToolStripMenuItem
            // 
            this.decryptToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.decryptToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.decryptToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.icons8_unlock_32;
            this.decryptToolStripMenuItem.Name = "decryptToolStripMenuItem";
            this.decryptToolStripMenuItem.Size = new System.Drawing.Size(140, 34);
            this.decryptToolStripMenuItem.Text = "Decrypt";
            this.decryptToolStripMenuItem.Click += new System.EventHandler(this.decryptToolStripMenuItem_Click);
            // 
            // shortCutToolStripMenuItem
            // 
            this.shortCutToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.shortCutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.desktopToolStripMenuItem,
            this.doreplacedentsToolStripMenuItem,
            this.downloadsToolStripMenuItem});
            this.shortCutToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.shortCutToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.imageres_5301;
            this.shortCutToolStripMenuItem.Name = "shortCutToolStripMenuItem";
            this.shortCutToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.shortCutToolStripMenuItem.Text = "ShortCut";
            // 
            // desktopToolStripMenuItem
            // 
            this.desktopToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.desktopToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.desktopToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.imageres_183;
            this.desktopToolStripMenuItem.Name = "desktopToolStripMenuItem";
            this.desktopToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.desktopToolStripMenuItem.Text = "Desktop";
            this.desktopToolStripMenuItem.Click += new System.EventHandler(this.desktopToolStripMenuItem_Click);
            // 
            // doreplacedentsToolStripMenuItem
            // 
            this.doreplacedentsToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.doreplacedentsToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.doreplacedentsToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.shell32_235;
            this.doreplacedentsToolStripMenuItem.Name = "doreplacedentsToolStripMenuItem";
            this.doreplacedentsToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.doreplacedentsToolStripMenuItem.Text = "Doreplacedents";
            this.doreplacedentsToolStripMenuItem.Click += new System.EventHandler(this.doreplacedentsToolStripMenuItem_Click);
            // 
            // downloadsToolStripMenuItem
            // 
            this.downloadsToolStripMenuItem.BackColor = System.Drawing.Color.White;
            this.downloadsToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.downloadsToolStripMenuItem.Image = global::Eagle_Monitor.Properties.Resources.imageres_184;
            this.downloadsToolStripMenuItem.Name = "downloadsToolStripMenuItem";
            this.downloadsToolStripMenuItem.Size = new System.Drawing.Size(192, 34);
            this.downloadsToolStripMenuItem.Text = "Downloads";
            this.downloadsToolStripMenuItem.Click += new System.EventHandler(this.downloadsToolStripMenuItem_Click);
            // 
            // FileManagerForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.labelPath);
            this.Controls.Add(this.disksComboBox);
            this.Controls.Add(this.labelSize);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.loadingCircle1);
            this.Controls.Add(this.filesListView);
            this.Controls.Add(this.closeButton);
            this.Controls.Add(this.maximizeButton);
            this.Controls.Add(this.minimizeButton);
            this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FileManagerForm";
            this.Padding = new System.Windows.Forms.Padding(3, 80, 3, 3);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "FileManagerForm";
            this.Load += new System.EventHandler(this.FileManagerForm_Load);
            this.fileManagerMenuStrip.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : HistoryForm.Designer.cs
with MIT License
from arsium

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HistoryForm));
            this.loadingCircle1 = new MRG.Controls.UI.LoadingCircle();
            this.closeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.maximizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.minimizeButton = new Eagle_Monitor.Controls.WindowsButton();
            this.historyListView = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.label1 = new System.Windows.Forms.Label();
            this.labelSize = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // loadingCircle1
            // 
            this.loadingCircle1.Active = false;
            this.loadingCircle1.BackColor = System.Drawing.Color.Transparent;
            this.loadingCircle1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.loadingCircle1.InnerCircleRadius = 6;
            this.loadingCircle1.Location = new System.Drawing.Point(3, 5);
            this.loadingCircle1.Name = "loadingCircle1";
            this.loadingCircle1.NumberSpoke = 9;
            this.loadingCircle1.OuterCircleRadius = 7;
            this.loadingCircle1.RotationSpeed = 100;
            this.loadingCircle1.Size = new System.Drawing.Size(28, 25);
            this.loadingCircle1.SpokeThickness = 4;
            this.loadingCircle1.StylePreset = MRG.Controls.UI.LoadingCircle.StylePresets.Firefox;
            this.loadingCircle1.TabIndex = 15;
            this.loadingCircle1.Text = "loadingCircle1";
            this.loadingCircle1.Visible = false;
            // 
            // closeButton
            // 
            this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.closeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.closeButton.FlatAppearance.BorderSize = 0;
            this.closeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.closeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.closeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.closeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.closeButton.Location = new System.Drawing.Point(764, 0);
            this.closeButton.Name = "closeButton";
            this.closeButton.Size = new System.Drawing.Size(33, 30);
            this.closeButton.TabIndex = 14;
            this.closeButton.Text = "x";
            this.closeButton.UseVisualStyleBackColor = false;
            this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
            // 
            // maximizeButton
            // 
            this.maximizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.maximizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.maximizeButton.FlatAppearance.BorderSize = 0;
            this.maximizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.maximizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.maximizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.maximizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.maximizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.maximizeButton.Location = new System.Drawing.Point(730, 0);
            this.maximizeButton.Name = "maximizeButton";
            this.maximizeButton.Size = new System.Drawing.Size(33, 30);
            this.maximizeButton.TabIndex = 13;
            this.maximizeButton.Text = "🗖";
            this.maximizeButton.UseVisualStyleBackColor = false;
            this.maximizeButton.Click += new System.EventHandler(this.maximizeButton_Click);
            // 
            // minimizeButton
            // 
            this.minimizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.minimizeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
            this.minimizeButton.FlatAppearance.BorderSize = 0;
            this.minimizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(209)))));
            this.minimizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(193)))), ((int)(((byte)(255)))));
            this.minimizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.minimizeButton.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.minimizeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.minimizeButton.Location = new System.Drawing.Point(696, 0);
            this.minimizeButton.Name = "minimizeButton";
            this.minimizeButton.Size = new System.Drawing.Size(33, 30);
            this.minimizeButton.TabIndex = 12;
            this.minimizeButton.Text = "-";
            this.minimizeButton.UseVisualStyleBackColor = false;
            this.minimizeButton.Click += new System.EventHandler(this.minimizeButton_Click);
            // 
            // historyListView
            // 
            this.historyListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.historyListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4});
            this.historyListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.historyListView.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.historyListView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.historyListView.HideSelection = false;
            this.historyListView.Location = new System.Drawing.Point(3, 30);
            this.historyListView.Name = "historyListView";
            this.historyListView.Size = new System.Drawing.Size(794, 417);
            this.historyListView.TabIndex = 2;
            this.historyListView.UseCompatibleStateImageBehavior = false;
            this.historyListView.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Application";
            this.columnHeader1.Width = 179;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "replacedle";
            this.columnHeader2.Width = 160;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "URL";
            this.columnHeader3.Width = 158;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Date";
            this.columnHeader4.Width = 224;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label1.Location = new System.Drawing.Point(28, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(87, 13);
            this.label1.TabIndex = 16;
            this.label1.Text = "Bytes Received :";
            // 
            // labelSize
            // 
            this.labelSize.AutoSize = true;
            this.labelSize.BackColor = System.Drawing.Color.Transparent;
            this.labelSize.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.labelSize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.labelSize.Location = new System.Drawing.Point(112, 11);
            this.labelSize.Name = "labelSize";
            this.labelSize.Size = new System.Drawing.Size(13, 13);
            this.labelSize.TabIndex = 17;
            this.labelSize.Text = "0";
            // 
            // HistoryForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.labelSize);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.loadingCircle1);
            this.Controls.Add(this.closeButton);
            this.Controls.Add(this.maximizeButton);
            this.Controls.Add(this.minimizeButton);
            this.Controls.Add(this.historyListView);
            this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "HistoryForm";
            this.Padding = new System.Windows.Forms.Padding(3, 30, 3, 3);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "HistoryForm";
            this.Load += new System.EventHandler(this.HistoryForm_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : frmStrEd.Designer.cs
with GNU General Public License v3.0
from askeladdk

private void InitializeComponent()
		{
			this.olvStrings = new BrightIdereplacedoftware.ObjectListView();
			this.olvColumnIndex = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
			this.olvColumnValue = ((BrightIdereplacedoftware.OLVColumn)(new BrightIdereplacedoftware.OLVColumn()));
			this.menuStrip1 = new System.Windows.Forms.MenuStrip();
			this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuSave = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuSaveAs = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuEdit = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAppend = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuDeleteLast = new System.Windows.Forms.ToolStripMenuItem();
			this.statusStrip1 = new System.Windows.Forms.StatusStrip();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
			((System.ComponentModel.ISupportInitialize)(this.olvStrings)).BeginInit();
			this.menuStrip1.SuspendLayout();
			this.SuspendLayout();
			// 
			// olvStrings
			// 
			this.olvStrings.AllColumns.Add(this.olvColumnIndex);
			this.olvStrings.AllColumns.Add(this.olvColumnValue);
			this.olvStrings.CellEditActivation = BrightIdereplacedoftware.ObjectListView.CellEditActivateMode.DoubleClick;
			this.olvStrings.CellEditUseWholeCell = false;
			this.olvStrings.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.olvColumnIndex,
            this.olvColumnValue});
			this.olvStrings.Cursor = System.Windows.Forms.Cursors.Default;
			this.olvStrings.Dock = System.Windows.Forms.DockStyle.Fill;
			this.olvStrings.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.olvStrings.FullRowSelect = true;
			this.olvStrings.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.olvStrings.HideSelection = false;
			this.olvStrings.Location = new System.Drawing.Point(0, 24);
			this.olvStrings.MultiSelect = false;
			this.olvStrings.Name = "olvStrings";
			this.olvStrings.ShowGroups = false;
			this.olvStrings.Size = new System.Drawing.Size(624, 396);
			this.olvStrings.TabIndex = 0;
			this.olvStrings.UseCompatibleStateImageBehavior = false;
			this.olvStrings.View = System.Windows.Forms.View.Details;
			this.olvStrings.CellEditFinishing += new BrightIdereplacedoftware.CellEditEventHandler(this.olvStrings_CellEditFinishing);
			this.olvStrings.CellEditStarting += new BrightIdereplacedoftware.CellEditEventHandler(this.olvStrings_CellEditStarting);
			this.olvStrings.FormatRow += new System.EventHandler<BrightIdereplacedoftware.FormatRowEventArgs>(this.olvStrings_FormatRow);
			// 
			// olvColumnIndex
			// 
			this.olvColumnIndex.IsEditable = false;
			this.olvColumnIndex.Text = "Index";
			// 
			// olvColumnValue
			// 
			this.olvColumnValue.AspectName = "value";
			this.olvColumnValue.Text = "Value";
			this.olvColumnValue.Width = 500;
			// 
			// menuStrip1
			// 
			this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuFile,
            this.mnuEdit});
			this.menuStrip1.Location = new System.Drawing.Point(0, 0);
			this.menuStrip1.Name = "menuStrip1";
			this.menuStrip1.Size = new System.Drawing.Size(624, 24);
			this.menuStrip1.TabIndex = 1;
			this.menuStrip1.Text = "menuStrip1";
			// 
			// mnuFile
			// 
			this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuOpen,
            this.mnuSave,
            this.mnuSaveAs,
            this.toolStripMenuItem1,
            this.mnuExit});
			this.mnuFile.Name = "mnuFile";
			this.mnuFile.Size = new System.Drawing.Size(37, 20);
			this.mnuFile.Text = "File";
			// 
			// mnuOpen
			// 
			this.mnuOpen.Name = "mnuOpen";
			this.mnuOpen.Size = new System.Drawing.Size(114, 22);
			this.mnuOpen.Text = "Open";
			this.mnuOpen.Click += new System.EventHandler(this.mnuOpen_Click);
			// 
			// mnuSave
			// 
			this.mnuSave.Name = "mnuSave";
			this.mnuSave.Size = new System.Drawing.Size(114, 22);
			this.mnuSave.Text = "Save";
			this.mnuSave.Click += new System.EventHandler(this.mnuSave_Click);
			// 
			// mnuSaveAs
			// 
			this.mnuSaveAs.Name = "mnuSaveAs";
			this.mnuSaveAs.Size = new System.Drawing.Size(114, 22);
			this.mnuSaveAs.Text = "Save As";
			this.mnuSaveAs.Click += new System.EventHandler(this.mnuSaveAs_Click);
			// 
			// toolStripMenuItem1
			// 
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(111, 6);
			// 
			// mnuExit
			// 
			this.mnuExit.Name = "mnuExit";
			this.mnuExit.Size = new System.Drawing.Size(114, 22);
			this.mnuExit.Text = "Exit";
			this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
			// 
			// mnuEdit
			// 
			this.mnuEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuAppend,
            this.mnuDeleteLast});
			this.mnuEdit.Name = "mnuEdit";
			this.mnuEdit.Size = new System.Drawing.Size(39, 20);
			this.mnuEdit.Text = "Edit";
			// 
			// mnuAppend
			// 
			this.mnuAppend.Name = "mnuAppend";
			this.mnuAppend.Size = new System.Drawing.Size(131, 22);
			this.mnuAppend.Text = "Append";
			this.mnuAppend.Click += new System.EventHandler(this.mnuAppend_Click);
			// 
			// mnuDeleteLast
			// 
			this.mnuDeleteLast.Name = "mnuDeleteLast";
			this.mnuDeleteLast.Size = new System.Drawing.Size(131, 22);
			this.mnuDeleteLast.Text = "Delete Last";
			this.mnuDeleteLast.Click += new System.EventHandler(this.mnuDeleteLast_Click);
			// 
			// statusStrip1
			// 
			this.statusStrip1.Location = new System.Drawing.Point(0, 420);
			this.statusStrip1.Name = "statusStrip1";
			this.statusStrip1.Size = new System.Drawing.Size(624, 22);
			this.statusStrip1.TabIndex = 2;
			this.statusStrip1.Text = "statusStrip1";
			// 
			// openFileDialog1
			// 
			this.openFileDialog1.Filter = "All Files|*.*";
			// 
			// saveFileDialog1
			// 
			this.saveFileDialog1.Filter = "All Files|*.*";
			// 
			// frmStrEd
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(624, 442);
			this.Controls.Add(this.olvStrings);
			this.Controls.Add(this.menuStrip1);
			this.Controls.Add(this.statusStrip1);
			this.MainMenuStrip = this.menuStrip1;
			this.Name = "frmStrEd";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "StrEd";
			((System.ComponentModel.ISupportInitialize)(this.olvStrings)).EndInit();
			this.menuStrip1.ResumeLayout(false);
			this.menuStrip1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

See More Examples