System.ComponentModel.ISupportInitialize.BeginInit()

Here are the examples of the csharp api System.ComponentModel.ISupportInitialize.BeginInit() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

5445 Examples 7

19 Source : Users.Designer.cs
with MIT License
from AbdisamadMoh

private void InitializeComponent()
        {
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.panel3 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.label3 = new System.Windows.Forms.Label();
            this.panel3.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.SystemColors.InactiveBorder;
            this.label1.Location = new System.Drawing.Point(54, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(86, 17);
            this.label1.TabIndex = 2;
            this.label1.Text = "User name";
            this.label1.Click += new System.EventHandler(this.label1_Click_1);
            this.label1.MouseEnter += new System.EventHandler(this.Users_MouseEnter);
            this.label1.MouseLeave += new System.EventHandler(this.Users_MouseLeave);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.label2.Location = new System.Drawing.Point(55, 27);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(43, 15);
            this.label2.TabIndex = 3;
            this.label2.Text = "Online";
            this.label2.Click += new System.EventHandler(this.label2_Click);
            this.label2.MouseEnter += new System.EventHandler(this.Users_MouseEnter);
            this.label2.MouseLeave += new System.EventHandler(this.Users_MouseLeave);
            // 
            // panel3
            // 
            this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
            this.panel3.Controls.Add(this.label2);
            this.panel3.Controls.Add(this.panel2);
            this.panel3.Controls.Add(this.label1);
            this.panel3.Controls.Add(this.panel1);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Margin = new System.Windows.Forms.Padding(0);
            this.panel3.Name = "panel3";
            this.panel3.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
            this.panel3.Size = new System.Drawing.Size(216, 49);
            this.panel3.TabIndex = 6;
            this.panel3.Click += new System.EventHandler(this.panel3_Click);
            this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
            this.panel3.MouseEnter += new System.EventHandler(this.Users_MouseEnter);
            this.panel3.MouseLeave += new System.EventHandler(this.Users_MouseLeave);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.Azure;
            this.panel2.Controls.Add(this.pictureBox1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Padding = new System.Windows.Forms.Padding(1);
            this.panel2.Size = new System.Drawing.Size(47, 47);
            this.panel2.TabIndex = 6;
            this.panel2.Click += new System.EventHandler(this.label1_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Image = global::chat.Properties.Resources.icons8_User_32;
            this.pictureBox1.Location = new System.Drawing.Point(1, 1);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(45, 45);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click_1);
            this.pictureBox1.MouseEnter += new System.EventHandler(this.Users_MouseEnter);
            this.pictureBox1.MouseLeave += new System.EventHandler(this.Users_MouseLeave);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.pictureBox2);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel1.Location = new System.Drawing.Point(194, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(22, 47);
            this.panel1.TabIndex = 5;
            this.panel1.Click += new System.EventHandler(this.panel1_Click);
            this.panel1.MouseEnter += new System.EventHandler(this.Users_MouseEnter);
            this.panel1.MouseLeave += new System.EventHandler(this.Users_MouseLeave);
            // 
            // pictureBox2
            // 
            this.pictureBox2.Image = global::chat.Properties.Resources.Online_32;
            this.pictureBox2.Location = new System.Drawing.Point(5, 18);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(12, 12);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex = 1;
            this.pictureBox2.TabStop = false;
            this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
            this.pictureBox2.MouseEnter += new System.EventHandler(this.Users_MouseEnter);
            this.pictureBox2.MouseLeave += new System.EventHandler(this.Users_MouseLeave);
            // 
            // label3
            // 
            this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
            this.label3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.label3.Location = new System.Drawing.Point(0, 47);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(216, 2);
            this.label3.TabIndex = 8;
            // 
            // Users
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.Controls.Add(this.label3);
            this.Controls.Add(this.panel3);
            this.Cursor = System.Windows.Forms.Cursors.Hand;
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "Users";
            this.Size = new System.Drawing.Size(216, 49);
            this.Load += new System.EventHandler(this.Users_Load);
            this.MouseEnter += new System.EventHandler(this.Users_MouseEnter);
            this.MouseLeave += new System.EventHandler(this.Users_MouseLeave);
            this.MouseHover += new System.EventHandler(this.Users_MouseHover);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : TypingBox.Designer.cs
with MIT License
from AbdisamadMoh

private void InitializeComponent()
        {
            this.panel1 = new System.Windows.Forms.Panel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel1.Location = new System.Drawing.Point(491, 0);
            this.panel1.Name = "panel1";
            this.panel1.Padding = new System.Windows.Forms.Padding(5);
            this.panel1.Size = new System.Drawing.Size(31, 34);
            this.panel1.TabIndex = 0;
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
            this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Image = global::chat.Properties.Resources.icons8_Attach_321;
            this.pictureBox1.Location = new System.Drawing.Point(5, 5);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(21, 24);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
            this.panel2.Controls.Add(this.pictureBox2);
            this.panel2.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Padding = new System.Windows.Forms.Padding(5);
            this.panel2.Size = new System.Drawing.Size(31, 34);
            this.panel2.TabIndex = 1;
            // 
            // pictureBox2
            // 
            this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
            this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox2.Image = global::chat.Properties.Resources.icons8_Neutral_321;
            this.pictureBox2.Location = new System.Drawing.Point(5, 5);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(21, 24);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex = 1;
            this.pictureBox2.TabStop = false;
            this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
            // 
            // richTextBox1
            // 
            this.richTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
            this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.richTextBox1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227)))));
            this.richTextBox1.Location = new System.Drawing.Point(31, 14);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(460, 20);
            this.richTextBox1.TabIndex = 2;
            this.richTextBox1.Text = "Type here...";
            this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
            this.richTextBox1.Enter += new System.EventHandler(this.richTextBox1_Enter);
            this.richTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyDown);
            this.richTextBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.richTextBox1_KeyPress);
            this.richTextBox1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyUp);
            this.richTextBox1.Leave += new System.EventHandler(this.richTextBox1_Leave);
            // 
            // TypingBox
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
            this.Controls.Add(this.richTextBox1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "TypingBox";
            this.Size = new System.Drawing.Size(522, 34);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : YouBubble.Designer.cs
with MIT License
from AbdisamadMoh

private void InitializeComponent()
        {
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 5);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(45, 51);
            this.panel1.TabIndex = 2;
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.White;
            this.panel2.Controls.Add(this.pictureBox1);
            this.panel2.Location = new System.Drawing.Point(4, 0);
            this.panel2.Name = "panel2";
            this.panel2.Padding = new System.Windows.Forms.Padding(1);
            this.panel2.Size = new System.Drawing.Size(34, 34);
            this.panel2.TabIndex = 1;
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.Navy;
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Image = global::chat.Properties.Resources.icons8_User_32;
            this.pictureBox1.Location = new System.Drawing.Point(1, 1);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(32, 32);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
            this.label1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.label1.Dock = System.Windows.Forms.DockStyle.Left;
            this.label1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.label1.Location = new System.Drawing.Point(45, 5);
            this.label1.MaximumSize = new System.Drawing.Size(140, 0);
            this.label1.Name = "label1";
            this.label1.Padding = new System.Windows.Forms.Padding(3);
            this.label1.Size = new System.Drawing.Size(139, 150);
            this.label1.TabIndex = 3;
            this.label1.Text = " This is a sample text message. This is a sample text message. This is a sample t" +
    "ext message. \r\n\r\nThis is a sample text message. ";
            this.label1.Click += new System.EventHandler(this.label1_Click);
            // 
            // YouBubble
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.Controls.Add(this.label1);
            this.Controls.Add(this.panel1);
            this.Name = "YouBubble";
            this.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5);
            this.Size = new System.Drawing.Size(320, 61);
            this.Load += new System.EventHandler(this.YouBubble_Load);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : FormAbnLookup.Designer.cs
with MIT License
from ABN-SFLookupTechnicalSupport

private void InitializeComponent()
        {
           this.tabControlWebServices = new System.Windows.Forms.TabControl();
           this.tabPageXmlSearch = new System.Windows.Forms.TabPage();
           this.groupBoxProtocolOptions = new System.Windows.Forms.GroupBox();
           this.radioButtonHttpGet = new System.Windows.Forms.RadioButton();
           this.radioButtonSoap = new System.Windows.Forms.RadioButton();
           this.radioButtonProxy = new System.Windows.Forms.RadioButton();
           this.dataGridNames = new System.Windows.Forms.DataGrid();
           this.buttonReset = new System.Windows.Forms.Button();
           this.radioButtonAsic = new System.Windows.Forms.RadioButton();
           this.radioButtonName = new System.Windows.Forms.RadioButton();
           this.radioButtonAbn = new System.Windows.Forms.RadioButton();
           this.radioButtonPostcode = new System.Windows.Forms.RadioButton();
           this.labelGuid = new System.Windows.Forms.Label();
           this.labelCriteria = new System.Windows.Forms.Label();
           this.textBoxCriteria = new System.Windows.Forms.TextBox();
           this.textBoxGuid = new System.Windows.Forms.TextBox();
           this.groupStates = new System.Windows.Forms.GroupBox();
           this.checkBoxNt = new System.Windows.Forms.CheckBox();
           this.checkBoxAct = new System.Windows.Forms.CheckBox();
           this.checkBoxTas = new System.Windows.Forms.CheckBox();
           this.checkBoxWa = new System.Windows.Forms.CheckBox();
           this.checkBoxSa = new System.Windows.Forms.CheckBox();
           this.checkBoxQld = new System.Windows.Forms.CheckBox();
           this.checkBoxVic = new System.Windows.Forms.CheckBox();
           this.checkBoxNsw = new System.Windows.Forms.CheckBox();
           this.groupBoxNameTypes = new System.Windows.Forms.GroupBox();
           this.checkBoxTrading = new System.Windows.Forms.CheckBox();
           this.checkBoxLegal = new System.Windows.Forms.CheckBox();
           this.textBoxPostcode = new System.Windows.Forms.TextBox();
           this.checkBoxHistory = new System.Windows.Forms.CheckBox();
           this.labelPostcode = new System.Windows.Forms.Label();
           this.buttonSearch = new System.Windows.Forms.Button();
           this.richTextBoxResults = new System.Windows.Forms.RichTextBox();
           this.groupBoxMethod = new System.Windows.Forms.GroupBox();
           this.groupBoxStyle = new System.Windows.Forms.GroupBox();
           this.radioButtonDoreplacedent = new System.Windows.Forms.RadioButton();
           this.radioButtonRpc = new System.Windows.Forms.RadioButton();
           this.buttonExit = new System.Windows.Forms.Button();
           this.radioButtonUpdateEvent = new System.Windows.Forms.RadioButton();
           this.tabControlWebServices.SuspendLayout();
           this.tabPageXmlSearch.SuspendLayout();
           this.groupBoxProtocolOptions.SuspendLayout();
           ((System.ComponentModel.ISupportInitialize)(this.dataGridNames)).BeginInit();
           this.groupStates.SuspendLayout();
           this.groupBoxNameTypes.SuspendLayout();
           this.groupBoxMethod.SuspendLayout();
           this.groupBoxStyle.SuspendLayout();
           this.SuspendLayout();
           // 
           // tabControlWebServices
           // 
           this.tabControlWebServices.Controls.Add(this.tabPageXmlSearch);
           this.tabControlWebServices.Location = new System.Drawing.Point(20, 12);
           this.tabControlWebServices.Name = "tabControlWebServices";
           this.tabControlWebServices.SelectedIndex = 0;
           this.tabControlWebServices.Size = new System.Drawing.Size(602, 608);
           this.tabControlWebServices.TabIndex = 21;
           // 
           // tabPageXmlSearch
           // 
           this.tabPageXmlSearch.Controls.Add(this.groupBoxProtocolOptions);
           this.tabPageXmlSearch.Controls.Add(this.dataGridNames);
           this.tabPageXmlSearch.Controls.Add(this.buttonReset);
           this.tabPageXmlSearch.Controls.Add(this.labelGuid);
           this.tabPageXmlSearch.Controls.Add(this.labelCriteria);
           this.tabPageXmlSearch.Controls.Add(this.textBoxCriteria);
           this.tabPageXmlSearch.Controls.Add(this.textBoxGuid);
           this.tabPageXmlSearch.Controls.Add(this.groupStates);
           this.tabPageXmlSearch.Controls.Add(this.groupBoxNameTypes);
           this.tabPageXmlSearch.Controls.Add(this.textBoxPostcode);
           this.tabPageXmlSearch.Controls.Add(this.checkBoxHistory);
           this.tabPageXmlSearch.Controls.Add(this.labelPostcode);
           this.tabPageXmlSearch.Controls.Add(this.buttonSearch);
           this.tabPageXmlSearch.Controls.Add(this.richTextBoxResults);
           this.tabPageXmlSearch.Controls.Add(this.groupBoxMethod);
           this.tabPageXmlSearch.Controls.Add(this.groupBoxStyle);
           this.tabPageXmlSearch.Location = new System.Drawing.Point(4, 22);
           this.tabPageXmlSearch.Name = "tabPageXmlSearch";
           this.tabPageXmlSearch.Size = new System.Drawing.Size(594, 582);
           this.tabPageXmlSearch.TabIndex = 0;
           this.tabPageXmlSearch.Text = "Xml Search";
           // 
           // groupBoxProtocolOptions
           // 
           this.groupBoxProtocolOptions.Controls.Add(this.radioButtonHttpGet);
           this.groupBoxProtocolOptions.Controls.Add(this.radioButtonSoap);
           this.groupBoxProtocolOptions.Controls.Add(this.radioButtonProxy);
           this.groupBoxProtocolOptions.Location = new System.Drawing.Point(264, 217);
           this.groupBoxProtocolOptions.Name = "groupBoxProtocolOptions";
           this.groupBoxProtocolOptions.Size = new System.Drawing.Size(245, 41);
           this.groupBoxProtocolOptions.TabIndex = 23;
           this.groupBoxProtocolOptions.TabStop = false;
           this.groupBoxProtocolOptions.Text = "Protocol options";
           // 
           // radioButtonHttpGet
           // 
           this.radioButtonHttpGet.AutoSize = true;
           this.radioButtonHttpGet.Location = new System.Drawing.Point(173, 13);
           this.radioButtonHttpGet.Name = "radioButtonHttpGet";
           this.radioButtonHttpGet.Size = new System.Drawing.Size(62, 17);
           this.radioButtonHttpGet.TabIndex = 2;
           this.radioButtonHttpGet.Text = "HttpGet";
           this.radioButtonHttpGet.UseVisualStyleBackColor = true;
           // 
           // radioButtonSoap
           // 
           this.radioButtonSoap.AutoSize = true;
           this.radioButtonSoap.Checked = true;
           this.radioButtonSoap.Location = new System.Drawing.Point(117, 13);
           this.radioButtonSoap.Name = "radioButtonSoap";
           this.radioButtonSoap.Size = new System.Drawing.Size(50, 17);
           this.radioButtonSoap.TabIndex = 1;
           this.radioButtonSoap.TabStop = true;
           this.radioButtonSoap.Text = "Soap";
           this.radioButtonSoap.UseVisualStyleBackColor = true;
           // 
           // radioButtonProxy
           // 
           this.radioButtonProxy.AutoSize = true;
           this.radioButtonProxy.Location = new System.Drawing.Point(24, 13);
           this.radioButtonProxy.Name = "radioButtonProxy";
           this.radioButtonProxy.Size = new System.Drawing.Size(88, 17);
           this.radioButtonProxy.TabIndex = 0;
           this.radioButtonProxy.Text = "Proxy objects";
           this.radioButtonProxy.UseVisualStyleBackColor = true;
           // 
           // dataGridNames
           // 
           this.dataGridNames.DataMember = "";
           this.dataGridNames.HeaderForeColor = System.Drawing.SystemColors.ControlText;
           this.dataGridNames.Location = new System.Drawing.Point(24, 288);
           this.dataGridNames.Name = "dataGridNames";
           this.dataGridNames.Size = new System.Drawing.Size(448, 264);
           this.dataGridNames.TabIndex = 21;
           // 
           // buttonReset
           // 
           this.buttonReset.Location = new System.Drawing.Point(16, 259);
           this.buttonReset.Name = "buttonReset";
           this.buttonReset.Size = new System.Drawing.Size(75, 23);
           this.buttonReset.TabIndex = 20;
           this.buttonReset.Text = "Reset";
           this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
           // 
           // radioButtonAsic
           // 
           this.radioButtonAsic.Location = new System.Drawing.Point(112, 19);
           this.radioButtonAsic.Name = "radioButtonAsic";
           this.radioButtonAsic.Size = new System.Drawing.Size(96, 20);
           this.radioButtonAsic.TabIndex = 8;
           this.radioButtonAsic.Text = "ASIC Search";
           this.radioButtonAsic.CheckedChanged += new System.EventHandler(this.radioButtonAsic_CheckedChanged);
           // 
           // radioButtonName
           // 
           this.radioButtonName.Location = new System.Drawing.Point(214, 19);
           this.radioButtonName.Name = "radioButtonName";
           this.radioButtonName.Size = new System.Drawing.Size(98, 20);
           this.radioButtonName.TabIndex = 9;
           this.radioButtonName.Text = "Name Search";
           this.radioButtonName.CheckedChanged += new System.EventHandler(this.radioButtonName_CheckedChanged);
           // 
           // radioButtonAbn
           // 
           this.radioButtonAbn.Checked = true;
           this.radioButtonAbn.Location = new System.Drawing.Point(15, 19);
           this.radioButtonAbn.Name = "radioButtonAbn";
           this.radioButtonAbn.Size = new System.Drawing.Size(91, 20);
           this.radioButtonAbn.TabIndex = 7;
           this.radioButtonAbn.TabStop = true;
           this.radioButtonAbn.Text = "ABN Search";
           this.radioButtonAbn.CheckedChanged += new System.EventHandler(this.radioButtonAbn_CheckedChanged);
           // 
           // radioButtonPostcode
           // 
           this.radioButtonPostcode.Location = new System.Drawing.Point(318, 19);
           this.radioButtonPostcode.Name = "radioButtonPostcode";
           this.radioButtonPostcode.Size = new System.Drawing.Size(114, 20);
           this.radioButtonPostcode.TabIndex = 22;
           this.radioButtonPostcode.Text = "Postcode Search";
           this.radioButtonPostcode.CheckedChanged += new System.EventHandler(this.radioButtonPostcode_CheckedChanged);
           // 
           // labelGuid
           // 
           this.labelGuid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
           this.labelGuid.ForeColor = System.Drawing.SystemColors.Desktop;
           this.labelGuid.Location = new System.Drawing.Point(16, 65);
           this.labelGuid.Name = "labelGuid";
           this.labelGuid.Size = new System.Drawing.Size(40, 23);
           this.labelGuid.TabIndex = 10;
           this.labelGuid.Text = "GUID:";
           this.labelGuid.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
           // 
           // labelCriteria
           // 
           this.labelCriteria.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
           this.labelCriteria.ForeColor = System.Drawing.SystemColors.Desktop;
           this.labelCriteria.Location = new System.Drawing.Point(8, 91);
           this.labelCriteria.Name = "labelCriteria";
           this.labelCriteria.Size = new System.Drawing.Size(48, 23);
           this.labelCriteria.TabIndex = 1;
           this.labelCriteria.Text = "Criteria:";
           this.labelCriteria.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
           // 
           // textBoxCriteria
           // 
           this.textBoxCriteria.Location = new System.Drawing.Point(64, 94);
           this.textBoxCriteria.Name = "textBoxCriteria";
           this.textBoxCriteria.Size = new System.Drawing.Size(264, 20);
           this.textBoxCriteria.TabIndex = 1;
           this.textBoxCriteria.Text = "51835430479";
           // 
           // textBoxGuid
           // 
           this.textBoxGuid.Location = new System.Drawing.Point(64, 64);
           this.textBoxGuid.Name = "textBoxGuid";
           this.textBoxGuid.Size = new System.Drawing.Size(264, 20);
           this.textBoxGuid.TabIndex = 0;
           // 
           // groupStates
           // 
           this.groupStates.Controls.Add(this.checkBoxNt);
           this.groupStates.Controls.Add(this.checkBoxAct);
           this.groupStates.Controls.Add(this.checkBoxTas);
           this.groupStates.Controls.Add(this.checkBoxWa);
           this.groupStates.Controls.Add(this.checkBoxSa);
           this.groupStates.Controls.Add(this.checkBoxQld);
           this.groupStates.Controls.Add(this.checkBoxVic);
           this.groupStates.Controls.Add(this.checkBoxNsw);
           this.groupStates.Location = new System.Drawing.Point(16, 121);
           this.groupStates.Name = "groupStates";
           this.groupStates.Size = new System.Drawing.Size(232, 88);
           this.groupStates.TabIndex = 3;
           this.groupStates.TabStop = false;
           this.groupStates.Text = "States";
           // 
           // checkBoxNt
           // 
           this.checkBoxNt.Checked = true;
           this.checkBoxNt.CheckState = System.Windows.Forms.CheckState.Checked;
           this.checkBoxNt.Location = new System.Drawing.Point(177, 50);
           this.checkBoxNt.Name = "checkBoxNt";
           this.checkBoxNt.Size = new System.Drawing.Size(47, 24);
           this.checkBoxNt.TabIndex = 7;
           this.checkBoxNt.Text = "NT";
           // 
           // checkBoxAct
           // 
           this.checkBoxAct.Checked = true;
           this.checkBoxAct.CheckState = System.Windows.Forms.CheckState.Checked;
           this.checkBoxAct.Location = new System.Drawing.Point(177, 24);
           this.checkBoxAct.Name = "checkBoxAct";
           this.checkBoxAct.Size = new System.Drawing.Size(47, 24);
           this.checkBoxAct.TabIndex = 6;
           this.checkBoxAct.Text = "ACT";
           // 
           // checkBoxTas
           // 
           this.checkBoxTas.Checked = true;
           this.checkBoxTas.CheckState = System.Windows.Forms.CheckState.Checked;
           this.checkBoxTas.Location = new System.Drawing.Point(121, 50);
           this.checkBoxTas.Name = "checkBoxTas";
           this.checkBoxTas.Size = new System.Drawing.Size(56, 24);
           this.checkBoxTas.TabIndex = 5;
           this.checkBoxTas.Text = "Tas";
           // 
           // checkBoxWa
           // 
           this.checkBoxWa.Checked = true;
           this.checkBoxWa.CheckState = System.Windows.Forms.CheckState.Checked;
           this.checkBoxWa.Location = new System.Drawing.Point(122, 24);
           this.checkBoxWa.Name = "checkBoxWa";
           this.checkBoxWa.Size = new System.Drawing.Size(56, 24);
           this.checkBoxWa.TabIndex = 4;
           this.checkBoxWa.Text = "WA";
           // 
           // checkBoxSa
           // 
           this.checkBoxSa.Checked = true;
           this.checkBoxSa.CheckState = System.Windows.Forms.CheckState.Checked;
           this.checkBoxSa.Location = new System.Drawing.Point(66, 50);
           this.checkBoxSa.Name = "checkBoxSa";
           this.checkBoxSa.Size = new System.Drawing.Size(56, 24);
           this.checkBoxSa.TabIndex = 3;
           this.checkBoxSa.Text = "SA";
           // 
           // checkBoxQld
           // 
           this.checkBoxQld.Checked = true;
           this.checkBoxQld.CheckState = System.Windows.Forms.CheckState.Checked;
           this.checkBoxQld.Location = new System.Drawing.Point(66, 24);
           this.checkBoxQld.Name = "checkBoxQld";
           this.checkBoxQld.Size = new System.Drawing.Size(54, 24);
           this.checkBoxQld.TabIndex = 2;
           this.checkBoxQld.Text = "Qld";
           // 
           // checkBoxVic
           // 
           this.checkBoxVic.Checked = true;
           this.checkBoxVic.CheckState = System.Windows.Forms.CheckState.Checked;
           this.checkBoxVic.Location = new System.Drawing.Point(8, 50);
           this.checkBoxVic.Name = "checkBoxVic";
           this.checkBoxVic.Size = new System.Drawing.Size(56, 24);
           this.checkBoxVic.TabIndex = 1;
           this.checkBoxVic.Text = "Vic";
           // 
           // checkBoxNsw
           // 
           this.checkBoxNsw.Checked = true;
           this.checkBoxNsw.CheckState = System.Windows.Forms.CheckState.Checked;
           this.checkBoxNsw.Location = new System.Drawing.Point(8, 24);
           this.checkBoxNsw.Name = "checkBoxNsw";
           this.checkBoxNsw.Size = new System.Drawing.Size(56, 24);
           this.checkBoxNsw.TabIndex = 0;
           this.checkBoxNsw.Text = "NSW";
           // 
           // groupBoxNameTypes
           // 
           this.groupBoxNameTypes.Controls.Add(this.checkBoxTrading);
           this.groupBoxNameTypes.Controls.Add(this.checkBoxLegal);
           this.groupBoxNameTypes.Location = new System.Drawing.Point(264, 121);
           this.groupBoxNameTypes.Name = "groupBoxNameTypes";
           this.groupBoxNameTypes.Size = new System.Drawing.Size(112, 88);
           this.groupBoxNameTypes.TabIndex = 4;
           this.groupBoxNameTypes.TabStop = false;
           this.groupBoxNameTypes.Text = "Name Types";
           // 
           // checkBoxTrading
           // 
           this.checkBoxTrading.Checked = true;
           this.checkBoxTrading.CheckState = System.Windows.Forms.CheckState.Checked;
           this.checkBoxTrading.Location = new System.Drawing.Point(5, 50);
           this.checkBoxTrading.Name = "checkBoxTrading";
           this.checkBoxTrading.Size = new System.Drawing.Size(100, 24);
           this.checkBoxTrading.TabIndex = 1;
           this.checkBoxTrading.Text = "Trading Name";
           // 
           // checkBoxLegal
           // 
           this.checkBoxLegal.Checked = true;
           this.checkBoxLegal.CheckState = System.Windows.Forms.CheckState.Checked;
           this.checkBoxLegal.Location = new System.Drawing.Point(5, 24);
           this.checkBoxLegal.Name = "checkBoxLegal";
           this.checkBoxLegal.Size = new System.Drawing.Size(89, 24);
           this.checkBoxLegal.TabIndex = 0;
           this.checkBoxLegal.Text = "Legal Name";
           // 
           // textBoxPostcode
           // 
           this.textBoxPostcode.Location = new System.Drawing.Point(76, 217);
           this.textBoxPostcode.Name = "textBoxPostcode";
           this.textBoxPostcode.Size = new System.Drawing.Size(56, 20);
           this.textBoxPostcode.TabIndex = 5;
           this.textBoxPostcode.Text = "ALL";
           // 
           // checkBoxHistory
           // 
           this.checkBoxHistory.Location = new System.Drawing.Point(144, 217);
           this.checkBoxHistory.Name = "checkBoxHistory";
           this.checkBoxHistory.Size = new System.Drawing.Size(104, 24);
           this.checkBoxHistory.TabIndex = 12;
           this.checkBoxHistory.Text = "Include History";
           // 
           // labelPostcode
           // 
           this.labelPostcode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
           this.labelPostcode.ForeColor = System.Drawing.SystemColors.Desktop;
           this.labelPostcode.Location = new System.Drawing.Point(9, 214);
           this.labelPostcode.Name = "labelPostcode";
           this.labelPostcode.Size = new System.Drawing.Size(64, 23);
           this.labelPostcode.TabIndex = 2;
           this.labelPostcode.Text = "Postcode:";
           this.labelPostcode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
           // 
           // buttonSearch
           // 
           this.buttonSearch.Location = new System.Drawing.Point(100, 259);
           this.buttonSearch.Name = "buttonSearch";
           this.buttonSearch.Size = new System.Drawing.Size(75, 23);
           this.buttonSearch.TabIndex = 6;
           this.buttonSearch.Text = "Search";
           this.buttonSearch.Click += new System.EventHandler(this.buttonSearch_Click);
           // 
           // richTextBoxResults
           // 
           this.richTextBoxResults.Location = new System.Drawing.Point(8, 288);
           this.richTextBoxResults.Name = "richTextBoxResults";
           this.richTextBoxResults.Size = new System.Drawing.Size(472, 264);
           this.richTextBoxResults.TabIndex = 13;
           this.richTextBoxResults.Text = "";
           // 
           // groupBoxMethod
           // 
           this.groupBoxMethod.Controls.Add(this.radioButtonUpdateEvent);
           this.groupBoxMethod.Controls.Add(this.radioButtonPostcode);
           this.groupBoxMethod.Controls.Add(this.radioButtonAbn);
           this.groupBoxMethod.Controls.Add(this.radioButtonName);
           this.groupBoxMethod.Controls.Add(this.radioButtonAsic);
           this.groupBoxMethod.Location = new System.Drawing.Point(17, 10);
           this.groupBoxMethod.Name = "groupBoxMethod";
           this.groupBoxMethod.Size = new System.Drawing.Size(567, 48);
           this.groupBoxMethod.TabIndex = 19;
           this.groupBoxMethod.TabStop = false;
           this.groupBoxMethod.Text = "Search Method";
           // 
           // groupBoxStyle
           // 
           this.groupBoxStyle.Controls.Add(this.radioButtonDoreplacedent);
           this.groupBoxStyle.Controls.Add(this.radioButtonRpc);
           this.groupBoxStyle.Location = new System.Drawing.Point(384, 121);
           this.groupBoxStyle.Name = "groupBoxStyle";
           this.groupBoxStyle.Size = new System.Drawing.Size(120, 88);
           this.groupBoxStyle.TabIndex = 18;
           this.groupBoxStyle.TabStop = false;
           this.groupBoxStyle.Text = "Soap Style";
           // 
           // radioButtonDoreplacedent
           // 
           this.radioButtonDoreplacedent.Checked = true;
           this.radioButtonDoreplacedent.Location = new System.Drawing.Point(7, 31);
           this.radioButtonDoreplacedent.Name = "radioButtonDoreplacedent";
           this.radioButtonDoreplacedent.Size = new System.Drawing.Size(104, 16);
           this.radioButtonDoreplacedent.TabIndex = 17;
           this.radioButtonDoreplacedent.TabStop = true;
           this.radioButtonDoreplacedent.Text = "Doreplacedent Style";
           // 
           // radioButtonRpc
           // 
           this.radioButtonRpc.Location = new System.Drawing.Point(7, 55);
           this.radioButtonRpc.Name = "radioButtonRpc";
           this.radioButtonRpc.Size = new System.Drawing.Size(88, 16);
           this.radioButtonRpc.TabIndex = 16;
           this.radioButtonRpc.Text = "RPC Style";
           // 
           // buttonExit
           // 
           this.buttonExit.Location = new System.Drawing.Point(461, 626);
           this.buttonExit.Name = "buttonExit";
           this.buttonExit.Size = new System.Drawing.Size(75, 23);
           this.buttonExit.TabIndex = 22;
           this.buttonExit.Text = "Exit";
           this.buttonExit.UseVisualStyleBackColor = true;
           this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
           // 
           // radioButtonUpdateEvent
           // 
           this.radioButtonUpdateEvent.AutoSize = true;
           this.radioButtonUpdateEvent.Location = new System.Drawing.Point(438, 21);
           this.radioButtonUpdateEvent.Name = "radioButtonUpdateEvent";
           this.radioButtonUpdateEvent.Size = new System.Drawing.Size(90, 17);
           this.radioButtonUpdateEvent.TabIndex = 24;
           this.radioButtonUpdateEvent.TabStop = true;
           this.radioButtonUpdateEvent.Text = "Update event";
           this.radioButtonUpdateEvent.UseVisualStyleBackColor = true;
           this.radioButtonUpdateEvent.CheckedChanged += new System.EventHandler(this.radioButtonUpdateEvent_CheckedChanged);
           // 
           // FormAbnLookup
           // 
           this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
           this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
           this.ClientSize = new System.Drawing.Size(644, 660);
           this.Controls.Add(this.buttonExit);
           this.Controls.Add(this.tabControlWebServices);
           this.Name = "FormAbnLookup";
           this.Text = "ABN Lookup";
           this.Load += new System.EventHandler(this.formAbnLookup_Load);
           this.tabControlWebServices.ResumeLayout(false);
           this.tabPageXmlSearch.ResumeLayout(false);
           this.tabPageXmlSearch.PerformLayout();
           this.groupBoxProtocolOptions.ResumeLayout(false);
           this.groupBoxProtocolOptions.PerformLayout();
           ((System.ComponentModel.ISupportInitialize)(this.dataGridNames)).EndInit();
           this.groupStates.ResumeLayout(false);
           this.groupBoxNameTypes.ResumeLayout(false);
           this.groupBoxMethod.ResumeLayout(false);
           this.groupBoxMethod.PerformLayout();
           this.groupBoxStyle.ResumeLayout(false);
           this.ResumeLayout(false);

        }

19 Source : FrmCaptcha.Designer.cs
with MIT License
from ACBrNet

private void InitializeComponent()
		{
			this.panel1 = new System.Windows.Forms.Panel();
			this.captchaLinkLabel = new System.Windows.Forms.LinkLabel();
			this.captchaPictureBox = new System.Windows.Forms.PictureBox();
			this.enviarCaptchaButton = new System.Windows.Forms.Button();
			this.captchaTextBox = new System.Windows.Forms.TextBox();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.captchaPictureBox)).BeginInit();
			this.SuspendLayout();
			// 
			// panel1
			// 
			this.panel1.BackColor = System.Drawing.Color.White;
			this.panel1.Controls.Add(this.captchaLinkLabel);
			this.panel1.Controls.Add(this.captchaPictureBox);
			this.panel1.Location = new System.Drawing.Point(12, 6);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(352, 117);
			this.panel1.TabIndex = 8;
			// 
			// captchaLinkLabel
			// 
			this.captchaLinkLabel.Dock = System.Windows.Forms.DockStyle.Top;
			this.captchaLinkLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.captchaLinkLabel.Location = new System.Drawing.Point(0, 85);
			this.captchaLinkLabel.Name = "captchaLinkLabel";
			this.captchaLinkLabel.Size = new System.Drawing.Size(352, 32);
			this.captchaLinkLabel.TabIndex = 2;
			this.captchaLinkLabel.TabStop = true;
			this.captchaLinkLabel.Text = "Atualizar Captcha";
			this.captchaLinkLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.captchaLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.captchaCnpjLinkLabel_LinkClicked);
			// 
			// captchaPictureBox
			// 
			this.captchaPictureBox.BackColor = System.Drawing.Color.White;
			this.captchaPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.captchaPictureBox.Dock = System.Windows.Forms.DockStyle.Top;
			this.captchaPictureBox.Location = new System.Drawing.Point(0, 0);
			this.captchaPictureBox.Name = "captchaPictureBox";
			this.captchaPictureBox.Size = new System.Drawing.Size(352, 85);
			this.captchaPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
			this.captchaPictureBox.TabIndex = 1;
			this.captchaPictureBox.TabStop = false;
			// 
			// enviarCaptchaButton
			// 
			this.enviarCaptchaButton.Location = new System.Drawing.Point(270, 129);
			this.enviarCaptchaButton.Name = "enviarCaptchaButton";
			this.enviarCaptchaButton.Size = new System.Drawing.Size(94, 38);
			this.enviarCaptchaButton.TabIndex = 7;
			this.enviarCaptchaButton.Text = "Enviar";
			this.enviarCaptchaButton.UseVisualStyleBackColor = true;
			this.enviarCaptchaButton.Click += new System.EventHandler(this.enviarCaptchaButton_Click);
			// 
			// captchaTextBox
			// 
			this.captchaTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.captchaTextBox.Location = new System.Drawing.Point(12, 129);
			this.captchaTextBox.Name = "captchaTextBox";
			this.captchaTextBox.Size = new System.Drawing.Size(252, 38);
			this.captchaTextBox.TabIndex = 10;
			// 
			// FrmCaptcha
			// 
			this.AcceptButton = this.enviarCaptchaButton;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(376, 179);
			this.ControlBox = false;
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.enviarCaptchaButton);
			this.Controls.Add(this.captchaTextBox);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.KeyPreview = true;
			this.Name = "FrmCaptcha";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Digite o Captcha";
			this.Shown += new System.EventHandler(this.FrmCaptcha_Shown);
			this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FrmCaptcha_KeyUp);
			this.panel1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.captchaPictureBox)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

19 Source : LocationForm.Designer.cs
with Microsoft Public License
from achimismaili

private void InitializeComponent()
        {
            this.MainSplitContainer = new System.Windows.Forms.SplitContainer();
            this.FeaturereplacedlePanel = new System.Windows.Forms.Panel();
            this.FeaturePanelCaption = new System.Windows.Forms.Label();
            this.LocationGrid = new System.Windows.Forms.DataGridView();
            this.LocationDetailsView = new System.Windows.Forms.ListView();
            this.DeactivateButton = new System.Windows.Forms.Button();
            this.MainSplitContainer.Panel1.SuspendLayout();
            this.MainSplitContainer.Panel2.SuspendLayout();
            this.MainSplitContainer.SuspendLayout();
            this.FeaturereplacedlePanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.LocationGrid)).BeginInit();
            this.SuspendLayout();
            // 
            // MainSplitContainer
            // 
            this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.MainSplitContainer.Location = new System.Drawing.Point(0, 0);
            this.MainSplitContainer.Name = "MainSplitContainer";
            this.MainSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // MainSplitContainer.Panel1
            // 
            this.MainSplitContainer.Panel1.Controls.Add(this.FeaturereplacedlePanel);
            this.MainSplitContainer.Panel1.Controls.Add(this.LocationGrid);
            // 
            // MainSplitContainer.Panel2
            // 
            this.MainSplitContainer.Panel2.Controls.Add(this.DeactivateButton);
            this.MainSplitContainer.Panel2.Controls.Add(this.LocationDetailsView);
            this.MainSplitContainer.Size = new System.Drawing.Size(539, 503);
            this.MainSplitContainer.SplitterDistance = 321;
            this.MainSplitContainer.TabIndex = 0;
            // 
            // FeaturereplacedlePanel
            // 
            this.FeaturereplacedlePanel.Controls.Add(this.FeaturePanelCaption);
            this.FeaturereplacedlePanel.Location = new System.Drawing.Point(3, 3);
            this.FeaturereplacedlePanel.Name = "FeaturereplacedlePanel";
            this.FeaturereplacedlePanel.Size = new System.Drawing.Size(524, 30);
            this.FeaturereplacedlePanel.TabIndex = 3;
            // 
            // FeaturePanelCaption
            // 
            this.FeaturePanelCaption.AutoSize = true;
            this.FeaturePanelCaption.Location = new System.Drawing.Point(9, 6);
            this.FeaturePanelCaption.Name = "FeaturePanelCaption";
            this.FeaturePanelCaption.Size = new System.Drawing.Size(92, 13);
            this.FeaturePanelCaption.TabIndex = 3;
            this.FeaturePanelCaption.Text = "Feature Locations";
            // 
            // LocationGrid
            // 
            this.LocationGrid.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.LocationGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.LocationGrid.Location = new System.Drawing.Point(0, 39);
            this.LocationGrid.Name = "LocationGrid";
            this.LocationGrid.ReadOnly = true;
            this.LocationGrid.Size = new System.Drawing.Size(536, 279);
            this.LocationGrid.TabIndex = 0;
            this.LocationGrid.SelectionChanged += new System.EventHandler(this.LocationGrid_SelectionChanged);
            // 
            // LocationDetailsView
            // 
            this.LocationDetailsView.Location = new System.Drawing.Point(4, 32);
            this.LocationDetailsView.Name = "LocationDetailsView";
            this.LocationDetailsView.Size = new System.Drawing.Size(532, 143);
            this.LocationDetailsView.TabIndex = 0;
            this.LocationDetailsView.UseCompatibleStateImageBehavior = false;
            this.LocationDetailsView.View = System.Windows.Forms.View.Details;
            // 
            // DeactivateButton
            // 
            this.DeactivateButton.Location = new System.Drawing.Point(184, 3);
            this.DeactivateButton.Name = "DeactivateButton";
            this.DeactivateButton.Size = new System.Drawing.Size(200, 23);
            this.DeactivateButton.TabIndex = 1;
            this.DeactivateButton.Text = "Deactivate Selected Activations";
            this.DeactivateButton.UseVisualStyleBackColor = true;
            // 
            // LocationForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(539, 503);
            this.Controls.Add(this.MainSplitContainer);
            this.Name = "LocationForm";
            this.Text = "LocationForm";
            this.MainSplitContainer.Panel1.ResumeLayout(false);
            this.MainSplitContainer.Panel2.ResumeLayout(false);
            this.MainSplitContainer.ResumeLayout(false);
            this.FeaturereplacedlePanel.ResumeLayout(false);
            this.FeaturereplacedlePanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.LocationGrid)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : LocationForm.Designer.cs
with Microsoft Public License
from achimismaili

private void InitializeComponent()
        {
            this.MainSplitContainer = new System.Windows.Forms.SplitContainer();
            this.FeaturereplacedlePanel = new System.Windows.Forms.Panel();
            this.FeaturePanelCaption = new System.Windows.Forms.Label();
            this.LocationGrid = new System.Windows.Forms.DataGridView();
            this.LocationDetailsView = new System.Windows.Forms.ListView();
            this.DeactivateButton = new System.Windows.Forms.Button();
            this.MainSplitContainer.Panel1.SuspendLayout();
            this.MainSplitContainer.Panel2.SuspendLayout();
            this.MainSplitContainer.SuspendLayout();
            this.FeaturereplacedlePanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.LocationGrid)).BeginInit();
            this.SuspendLayout();
            // 
            // MainSplitContainer
            // 
            this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.MainSplitContainer.Location = new System.Drawing.Point(0, 0);
            this.MainSplitContainer.Name = "MainSplitContainer";
            this.MainSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // MainSplitContainer.Panel1
            // 
            this.MainSplitContainer.Panel1.Controls.Add(this.FeaturereplacedlePanel);
            this.MainSplitContainer.Panel1.Controls.Add(this.LocationGrid);
            // 
            // MainSplitContainer.Panel2
            // 
            this.MainSplitContainer.Panel2.Controls.Add(this.LocationDetailsView);
            this.MainSplitContainer.Panel2.Controls.Add(this.DeactivateButton);
            this.MainSplitContainer.Size = new System.Drawing.Size(539, 503);
            this.MainSplitContainer.SplitterDistance = 321;
            this.MainSplitContainer.TabIndex = 0;
            // 
            // FeaturereplacedlePanel
            // 
            this.FeaturereplacedlePanel.Controls.Add(this.FeaturePanelCaption);
            this.FeaturereplacedlePanel.Location = new System.Drawing.Point(3, 3);
            this.FeaturereplacedlePanel.Name = "FeaturereplacedlePanel";
            this.FeaturereplacedlePanel.Size = new System.Drawing.Size(524, 30);
            this.FeaturereplacedlePanel.TabIndex = 0;
            // 
            // FeaturePanelCaption
            // 
            this.FeaturePanelCaption.AutoSize = true;
            this.FeaturePanelCaption.Location = new System.Drawing.Point(9, 6);
            this.FeaturePanelCaption.Name = "FeaturePanelCaption";
            this.FeaturePanelCaption.Size = new System.Drawing.Size(92, 13);
            this.FeaturePanelCaption.TabIndex = 0;
            this.FeaturePanelCaption.Text = "Feature Locations";
            // 
            // LocationGrid
            // 
            this.LocationGrid.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.LocationGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.LocationGrid.Location = new System.Drawing.Point(0, 39);
            this.LocationGrid.Name = "LocationGrid";
            this.LocationGrid.ReadOnly = true;
            this.LocationGrid.Size = new System.Drawing.Size(536, 279);
            this.LocationGrid.TabIndex = 0;
            // 
            // LocationDetailsView
            // 
            this.LocationDetailsView.Location = new System.Drawing.Point(4, 32);
            this.LocationDetailsView.Name = "LocationDetailsView";
            this.LocationDetailsView.Size = new System.Drawing.Size(532, 143);
            this.LocationDetailsView.TabIndex = 1;
            this.LocationDetailsView.UseCompatibleStateImageBehavior = false;
            this.LocationDetailsView.View = System.Windows.Forms.View.Details;
            // 
            // DeactivateButton
            // 
            this.DeactivateButton.Location = new System.Drawing.Point(184, 3);
            this.DeactivateButton.Name = "DeactivateButton";
            this.DeactivateButton.Size = new System.Drawing.Size(200, 23);
            this.DeactivateButton.TabIndex = 0;
            this.DeactivateButton.Text = "Deactivate Selected Activations";
            this.DeactivateButton.UseVisualStyleBackColor = true;
            // 
            // LocationForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(539, 503);
            this.Controls.Add(this.MainSplitContainer);
            this.Name = "LocationForm";
            this.Text = "LocationForm";
            this.MainSplitContainer.Panel1.ResumeLayout(false);
            this.MainSplitContainer.Panel2.ResumeLayout(false);
            this.MainSplitContainer.ResumeLayout(false);
            this.FeaturereplacedlePanel.ResumeLayout(false);
            this.FeaturereplacedlePanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.LocationGrid)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : LocationForm.Designer.cs
with Microsoft Public License
from achimismaili

private void InitializeComponent()
        {
            this.MainSplitContainer = new System.Windows.Forms.SplitContainer();
            this.FeaturereplacedlePanel = new System.Windows.Forms.Panel();
            this.FeaturePanelCaption = new System.Windows.Forms.Label();
            this.LocationGrid = new System.Windows.Forms.DataGridView();
            this.LocationDetailsView = new System.Windows.Forms.ListView();
            this.DeactivateButton = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit();
            this.MainSplitContainer.Panel1.SuspendLayout();
            this.MainSplitContainer.Panel2.SuspendLayout();
            this.MainSplitContainer.SuspendLayout();
            this.FeaturereplacedlePanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.LocationGrid)).BeginInit();
            this.SuspendLayout();
            // 
            // MainSplitContainer
            // 
            this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.MainSplitContainer.Location = new System.Drawing.Point(0, 0);
            this.MainSplitContainer.Name = "MainSplitContainer";
            this.MainSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // MainSplitContainer.Panel1
            // 
            this.MainSplitContainer.Panel1.Controls.Add(this.FeaturereplacedlePanel);
            this.MainSplitContainer.Panel1.Controls.Add(this.LocationGrid);
            // 
            // MainSplitContainer.Panel2
            // 
            this.MainSplitContainer.Panel2.Controls.Add(this.LocationDetailsView);
            this.MainSplitContainer.Panel2.Controls.Add(this.DeactivateButton);
            this.MainSplitContainer.Size = new System.Drawing.Size(539, 503);
            this.MainSplitContainer.SplitterDistance = 321;
            this.MainSplitContainer.TabIndex = 0;
            // 
            // FeaturereplacedlePanel
            // 
            this.FeaturereplacedlePanel.Controls.Add(this.FeaturePanelCaption);
            this.FeaturereplacedlePanel.Location = new System.Drawing.Point(3, 3);
            this.FeaturereplacedlePanel.Name = "FeaturereplacedlePanel";
            this.FeaturereplacedlePanel.Size = new System.Drawing.Size(524, 30);
            this.FeaturereplacedlePanel.TabIndex = 3;
            // 
            // FeaturePanelCaption
            // 
            this.FeaturePanelCaption.AutoSize = true;
            this.FeaturePanelCaption.Location = new System.Drawing.Point(9, 6);
            this.FeaturePanelCaption.Name = "FeaturePanelCaption";
            this.FeaturePanelCaption.Size = new System.Drawing.Size(92, 13);
            this.FeaturePanelCaption.TabIndex = 0;
            this.FeaturePanelCaption.Text = "Feature Locations";
            // 
            // LocationGrid
            // 
            this.LocationGrid.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.LocationGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.LocationGrid.Location = new System.Drawing.Point(0, 39);
            this.LocationGrid.Name = "LocationGrid";
            this.LocationGrid.ReadOnly = true;
            this.LocationGrid.Size = new System.Drawing.Size(536, 279);
            this.LocationGrid.TabIndex = 2;
            this.LocationGrid.SelectionChanged += new System.EventHandler(this.LocationGrid_SelectionChanged);
            // 
            // LocationDetailsView
            // 
            this.LocationDetailsView.Location = new System.Drawing.Point(4, 32);
            this.LocationDetailsView.Name = "LocationDetailsView";
            this.LocationDetailsView.Size = new System.Drawing.Size(532, 143);
            this.LocationDetailsView.TabIndex = 1;
            this.LocationDetailsView.UseCompatibleStateImageBehavior = false;
            this.LocationDetailsView.View = System.Windows.Forms.View.Details;
            // 
            // DeactivateButton
            // 
            this.DeactivateButton.Location = new System.Drawing.Point(184, 3);
            this.DeactivateButton.Name = "DeactivateButton";
            this.DeactivateButton.Size = new System.Drawing.Size(200, 23);
            this.DeactivateButton.TabIndex = 0;
            this.DeactivateButton.Text = "Deactivate Selected Activations";
            this.DeactivateButton.UseVisualStyleBackColor = true;
            this.DeactivateButton.Click += new System.EventHandler(this.DeactivateButton_Click);
            // 
            // LocationForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(539, 503);
            this.Controls.Add(this.MainSplitContainer);
            this.Name = "LocationForm";
            this.Text = "LocationForm";
            this.MainSplitContainer.Panel1.ResumeLayout(false);
            this.MainSplitContainer.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit();
            this.MainSplitContainer.ResumeLayout(false);
            this.FeaturereplacedlePanel.ResumeLayout(false);
            this.FeaturereplacedlePanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.LocationGrid)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : Main.Designer.cs
with BSD 3-Clause "New" or "Revised" License
from ActuarialIntelligence

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
            this.DisplayBox = new System.Windows.Forms.PictureBox();
            this.AnglePictureBox = new System.Windows.Forms.PictureBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.DisplayBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.AnglePictureBox)).BeginInit();
            this.SuspendLayout();
            // 
            // DisplayBox
            // 
            this.DisplayBox.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.DisplayBox.BackColor = System.Drawing.Color.MidnightBlue;
            this.DisplayBox.Location = new System.Drawing.Point(1, -1);
            this.DisplayBox.Margin = new System.Windows.Forms.Padding(6);
            this.DisplayBox.Name = "DisplayBox";
            this.DisplayBox.Size = new System.Drawing.Size(1436, 1075);
            this.DisplayBox.TabIndex = 7;
            this.DisplayBox.TabStop = false;
            this.DisplayBox.Click += new System.EventHandler(this.DisplayBox_Click);
            this.DisplayBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DisplayBox_MouseMove);
            this.DisplayBox.Resize += new System.EventHandler(this.DisplayBox_Resize);
            // 
            // AnglePictureBox
            // 
            this.AnglePictureBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.AnglePictureBox.Location = new System.Drawing.Point(1441, -1);
            this.AnglePictureBox.Margin = new System.Windows.Forms.Padding(6);
            this.AnglePictureBox.Name = "AnglePictureBox";
            this.AnglePictureBox.Size = new System.Drawing.Size(396, 385);
            this.AnglePictureBox.TabIndex = 8;
            this.AnglePictureBox.TabStop = false;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(1441, 411);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(327, 31);
            this.textBox1.TabIndex = 9;
            this.textBox1.Visible = false;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(1441, 448);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(327, 31);
            this.textBox2.TabIndex = 10;
            this.textBox2.Visible = false;
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1839, 1065);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.AnglePictureBox);
            this.Controls.Add(this.DisplayBox);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(6);
            this.Name = "Main";
            this.Text = "Actuarial Intelligence";
            this.Load += new System.EventHandler(this.Main_Load);
            this.Resize += new System.EventHandler(this.Main_Resize);
            ((System.ComponentModel.ISupportInitialize)(this.DisplayBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.AnglePictureBox)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : MainWindow.Designer.cs
with MIT License
from adainrivers

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.TimerNewWorldStatus = new System.Windows.Forms.Timer(this.components);
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.TimerProcessRefresher = new System.Windows.Forms.Timer(this.components);
            this.ExportPricesSaveDialog = new System.Windows.Forms.SaveFileDialog();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.ImagePreview = new System.Windows.Forms.PictureBox();
            this.ServerLabel = new System.Windows.Forms.Label();
            this.Server = new System.Windows.Forms.ComboBox();
            this.RegionLabel = new System.Windows.Forms.Label();
            this.Region = new System.Windows.Forms.ComboBox();
            this.UploadToServer = new System.Windows.Forms.CheckBox();
            this.HighPerformanceMode = new System.Windows.Forms.CheckBox();
            this.PerformanceLabel = new System.Windows.Forms.Label();
            this.PerformanceGrid = new System.Windows.Forms.DataGridView();
            this.label6 = new System.Windows.Forms.Label();
            this.LanguageDropdown = new System.Windows.Forms.ComboBox();
            this.StatusBar = new System.Windows.Forms.StatusStrip();
            this.StatusBarLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.UpdateNotification = new System.Windows.Forms.ToolStripStatusLabel();
            this.ParsedResultsLabel = new System.Windows.Forms.Label();
            this.ParsedResults = new System.Windows.Forms.DataGridView();
            this.RawResultsLabel = new System.Windows.Forms.Label();
            this.RawResults = new System.Windows.Forms.DataGridView();
            this.FromImageButton = new System.Windows.Forms.Button();
            this.ExportPricesButton = new System.Windows.Forms.Button();
            this.TotalItems = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.CapturedPricesCount = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.NewWorldStatus = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.TakeScreenshotButton = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ImagePreview)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PerformanceGrid)).BeginInit();
            this.StatusBar.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ParsedResults)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.RawResults)).BeginInit();
            this.SuspendLayout();
            // 
            // TimerNewWorldStatus
            // 
            this.TimerNewWorldStatus.Enabled = true;
            this.TimerNewWorldStatus.Tick += new System.EventHandler(this.TimerNewWorldStatus_Tick);
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            // 
            // TimerProcessRefresher
            // 
            this.TimerProcessRefresher.Enabled = true;
            this.TimerProcessRefresher.Interval = 3000;
            this.TimerProcessRefresher.Tick += new System.EventHandler(this.TimerProcessRefresher_Tick);
            // 
            // ExportPricesSaveDialog
            // 
            this.ExportPricesSaveDialog.DefaultExt = "Json File|*.json";
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.Filter = "Image Files|*.BMP;*.JPG;*.GIF;*.PNG|All files (*.*)|*.*";
            this.openFileDialog1.Multiselect = true;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.ImagePreview);
            this.splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(10);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.ServerLabel);
            this.splitContainer1.Panel2.Controls.Add(this.Server);
            this.splitContainer1.Panel2.Controls.Add(this.RegionLabel);
            this.splitContainer1.Panel2.Controls.Add(this.Region);
            this.splitContainer1.Panel2.Controls.Add(this.UploadToServer);
            this.splitContainer1.Panel2.Controls.Add(this.HighPerformanceMode);
            this.splitContainer1.Panel2.Controls.Add(this.PerformanceLabel);
            this.splitContainer1.Panel2.Controls.Add(this.PerformanceGrid);
            this.splitContainer1.Panel2.Controls.Add(this.label6);
            this.splitContainer1.Panel2.Controls.Add(this.LanguageDropdown);
            this.splitContainer1.Panel2.Controls.Add(this.StatusBar);
            this.splitContainer1.Panel2.Controls.Add(this.ParsedResultsLabel);
            this.splitContainer1.Panel2.Controls.Add(this.ParsedResults);
            this.splitContainer1.Panel2.Controls.Add(this.RawResultsLabel);
            this.splitContainer1.Panel2.Controls.Add(this.RawResults);
            this.splitContainer1.Panel2.Controls.Add(this.FromImageButton);
            this.splitContainer1.Panel2.Controls.Add(this.ExportPricesButton);
            this.splitContainer1.Panel2.Controls.Add(this.TotalItems);
            this.splitContainer1.Panel2.Controls.Add(this.label4);
            this.splitContainer1.Panel2.Controls.Add(this.CapturedPricesCount);
            this.splitContainer1.Panel2.Controls.Add(this.label2);
            this.splitContainer1.Panel2.Controls.Add(this.NewWorldStatus);
            this.splitContainer1.Panel2.Controls.Add(this.label1);
            this.splitContainer1.Panel2.Controls.Add(this.TakeScreenshotButton);
            this.splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(10);
            this.splitContainer1.Panel2MinSize = 584;
            this.splitContainer1.Size = new System.Drawing.Size(1139, 806);
            this.splitContainer1.SplitterDistance = 550;
            this.splitContainer1.TabIndex = 11;
            // 
            // ImagePreview
            // 
            this.ImagePreview.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ImagePreview.Location = new System.Drawing.Point(10, 10);
            this.ImagePreview.Name = "ImagePreview";
            this.ImagePreview.Size = new System.Drawing.Size(530, 786);
            this.ImagePreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.ImagePreview.TabIndex = 2;
            this.ImagePreview.TabStop = false;
            // 
            // ServerLabel
            // 
            this.ServerLabel.AutoSize = true;
            this.ServerLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.ServerLabel.Location = new System.Drawing.Point(14, 169);
            this.ServerLabel.Name = "ServerLabel";
            this.ServerLabel.Size = new System.Drawing.Size(45, 15);
            this.ServerLabel.TabIndex = 35;
            this.ServerLabel.Text = "Server";
            // 
            // Server
            // 
            this.Server.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.Server.FormattingEnabled = true;
            this.Server.Items.AddRange(new object[] {
            "English",
            "French",
            "Spanish",
            "German",
            "Italian",
            "Polish",
            "Portuguese"});
            this.Server.Location = new System.Drawing.Point(152, 166);
            this.Server.Name = "Server";
            this.Server.Size = new System.Drawing.Size(121, 23);
            this.Server.TabIndex = 34;
            // 
            // RegionLabel
            // 
            this.RegionLabel.AutoSize = true;
            this.RegionLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.RegionLabel.Location = new System.Drawing.Point(14, 141);
            this.RegionLabel.Name = "RegionLabel";
            this.RegionLabel.Size = new System.Drawing.Size(46, 15);
            this.RegionLabel.TabIndex = 33;
            this.RegionLabel.Text = "Region";
            // 
            // Region
            // 
            this.Region.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.Region.FormattingEnabled = true;
            this.Region.Items.AddRange(new object[] {
            "English",
            "French",
            "Spanish",
            "German",
            "Italian",
            "Polish",
            "Portuguese"});
            this.Region.Location = new System.Drawing.Point(152, 138);
            this.Region.Name = "Region";
            this.Region.Size = new System.Drawing.Size(121, 23);
            this.Region.TabIndex = 32;
            this.Region.SelectedIndexChanged += new System.EventHandler(this.Region_SelectedIndexChanged);
            // 
            // UploadToServer
            // 
            this.UploadToServer.AutoSize = true;
            this.UploadToServer.Location = new System.Drawing.Point(14, 113);
            this.UploadToServer.Name = "UploadToServer";
            this.UploadToServer.Size = new System.Drawing.Size(443, 19);
            this.UploadToServer.TabIndex = 31;
            this.UploadToServer.Text = "Also anonymously upload to gaming.tools shared price database during export";
            this.UploadToServer.UseVisualStyleBackColor = true;
            this.UploadToServer.CheckedChanged += new System.EventHandler(this.UploadToServer_CheckedChanged);
            // 
            // HighPerformanceMode
            // 
            this.HighPerformanceMode.AutoSize = true;
            this.HighPerformanceMode.Location = new System.Drawing.Point(409, 54);
            this.HighPerformanceMode.Name = "HighPerformanceMode";
            this.HighPerformanceMode.Size = new System.Drawing.Size(157, 19);
            this.HighPerformanceMode.TabIndex = 30;
            this.HighPerformanceMode.Text = "High Performance Mode";
            this.HighPerformanceMode.UseVisualStyleBackColor = true;
            this.HighPerformanceMode.CheckedChanged += new System.EventHandler(this.HighPerformanceMode_CheckedChanged);
            // 
            // PerformanceLabel
            // 
            this.PerformanceLabel.AutoSize = true;
            this.PerformanceLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.PerformanceLabel.Location = new System.Drawing.Point(14, 619);
            this.PerformanceLabel.Name = "PerformanceLabel";
            this.PerformanceLabel.Size = new System.Drawing.Size(80, 15);
            this.PerformanceLabel.TabIndex = 29;
            this.PerformanceLabel.Text = "Performance";
            this.PerformanceLabel.Visible = false;
            // 
            // PerformanceGrid
            // 
            this.PerformanceGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.PerformanceGrid.Location = new System.Drawing.Point(14, 637);
            this.PerformanceGrid.Name = "PerformanceGrid";
            this.PerformanceGrid.RowHeadersVisible = false;
            this.PerformanceGrid.RowTemplate.Height = 25;
            this.PerformanceGrid.Size = new System.Drawing.Size(553, 129);
            this.PerformanceGrid.TabIndex = 28;
            this.PerformanceGrid.Visible = false;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.label6.Location = new System.Drawing.Point(13, 87);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(112, 15);
            this.label6.TabIndex = 27;
            this.label6.Text = "Game UI Language";
            // 
            // LanguageDropdown
            // 
            this.LanguageDropdown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.LanguageDropdown.FormattingEnabled = true;
            this.LanguageDropdown.Items.AddRange(new object[] {
            "English",
            "French",
            "Spanish",
            "German",
            "Italian",
            "Polish",
            "Portuguese"});
            this.LanguageDropdown.Location = new System.Drawing.Point(152, 84);
            this.LanguageDropdown.Name = "LanguageDropdown";
            this.LanguageDropdown.Size = new System.Drawing.Size(121, 23);
            this.LanguageDropdown.TabIndex = 26;
            this.LanguageDropdown.SelectedIndexChanged += new System.EventHandler(this.LanguageDropdown_SelectedIndexChanged);
            // 
            // StatusBar
            // 
            this.StatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.StatusBarLabel1,
            this.UpdateNotification});
            this.StatusBar.Location = new System.Drawing.Point(10, 774);
            this.StatusBar.Name = "StatusBar";
            this.StatusBar.Size = new System.Drawing.Size(565, 22);
            this.StatusBar.SizingGrip = false;
            this.StatusBar.TabIndex = 25;
            this.StatusBar.Text = "statusStrip1";
            // 
            // StatusBarLabel1
            // 
            this.StatusBarLabel1.Name = "StatusBarLabel1";
            this.StatusBarLabel1.Size = new System.Drawing.Size(0, 17);
            this.StatusBarLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // UpdateNotification
            // 
            this.UpdateNotification.IsLink = true;
            this.UpdateNotification.Name = "UpdateNotification";
            this.UpdateNotification.Size = new System.Drawing.Size(0, 17);
            this.UpdateNotification.Click += new System.EventHandler(this.UpdateNotification_Click);
            // 
            // ParsedResultsLabel
            // 
            this.ParsedResultsLabel.AutoSize = true;
            this.ParsedResultsLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.ParsedResultsLabel.Location = new System.Drawing.Point(293, 322);
            this.ParsedResultsLabel.Name = "ParsedResultsLabel";
            this.ParsedResultsLabel.Size = new System.Drawing.Size(87, 15);
            this.ParsedResultsLabel.TabIndex = 24;
            this.ParsedResultsLabel.Text = "Parsed Results";
            // 
            // ParsedResults
            // 
            this.ParsedResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.ParsedResults.Location = new System.Drawing.Point(293, 340);
            this.ParsedResults.Name = "ParsedResults";
            this.ParsedResults.RowHeadersVisible = false;
            this.ParsedResults.RowTemplate.Height = 25;
            this.ParsedResults.Size = new System.Drawing.Size(273, 276);
            this.ParsedResults.TabIndex = 23;
            // 
            // RawResultsLabel
            // 
            this.RawResultsLabel.AutoSize = true;
            this.RawResultsLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.RawResultsLabel.Location = new System.Drawing.Point(14, 322);
            this.RawResultsLabel.Name = "RawResultsLabel";
            this.RawResultsLabel.Size = new System.Drawing.Size(74, 15);
            this.RawResultsLabel.TabIndex = 22;
            this.RawResultsLabel.Text = "Raw Results";
            // 
            // RawResults
            // 
            this.RawResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.RawResults.Location = new System.Drawing.Point(14, 340);
            this.RawResults.Name = "RawResults";
            this.RawResults.RowHeadersVisible = false;
            this.RawResults.RowTemplate.Height = 25;
            this.RawResults.Size = new System.Drawing.Size(273, 276);
            this.RawResults.TabIndex = 21;
            // 
            // FromImageButton
            // 
            this.FromImageButton.Location = new System.Drawing.Point(452, 13);
            this.FromImageButton.Name = "FromImageButton";
            this.FromImageButton.Size = new System.Drawing.Size(115, 35);
            this.FromImageButton.TabIndex = 19;
            this.FromImageButton.Text = "From Image";
            this.FromImageButton.UseVisualStyleBackColor = true;
            this.FromImageButton.Visible = false;
            this.FromImageButton.Click += new System.EventHandler(this.FromImageButton_Click);
            // 
            // ExportPricesButton
            // 
            this.ExportPricesButton.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.ExportPricesButton.Location = new System.Drawing.Point(289, 199);
            this.ExportPricesButton.Name = "ExportPricesButton";
            this.ExportPricesButton.Size = new System.Drawing.Size(273, 120);
            this.ExportPricesButton.TabIndex = 18;
            this.ExportPricesButton.Text = "Export Prices";
            this.ExportPricesButton.UseVisualStyleBackColor = true;
            this.ExportPricesButton.Click += new System.EventHandler(this.ExportPricesButton_Click);
            // 
            // TotalItems
            // 
            this.TotalItems.AutoSize = true;
            this.TotalItems.Location = new System.Drawing.Point(152, 61);
            this.TotalItems.Name = "TotalItems";
            this.TotalItems.Size = new System.Drawing.Size(13, 15);
            this.TotalItems.TabIndex = 17;
            this.TotalItems.Text = "0";
            this.TotalItems.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.label4.Location = new System.Drawing.Point(13, 61);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(69, 15);
            this.label4.TabIndex = 16;
            this.label4.Text = "Total Items";
            // 
            // CapturedPricesCount
            // 
            this.CapturedPricesCount.AutoSize = true;
            this.CapturedPricesCount.Location = new System.Drawing.Point(152, 36);
            this.CapturedPricesCount.Name = "CapturedPricesCount";
            this.CapturedPricesCount.Size = new System.Drawing.Size(13, 15);
            this.CapturedPricesCount.TabIndex = 15;
            this.CapturedPricesCount.Text = "0";
            this.CapturedPricesCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.label2.Location = new System.Drawing.Point(13, 36);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(130, 15);
            this.label2.TabIndex = 14;
            this.label2.Text = "Captured Prices Count";
            // 
            // NewWorldStatus
            // 
            this.NewWorldStatus.AutoSize = true;
            this.NewWorldStatus.Location = new System.Drawing.Point(152, 11);
            this.NewWorldStatus.Name = "NewWorldStatus";
            this.NewWorldStatus.Size = new System.Drawing.Size(52, 15);
            this.NewWorldStatus.TabIndex = 13;
            this.NewWorldStatus.Text = "Running";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.label1.Location = new System.Drawing.Point(13, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(70, 15);
            this.label1.TabIndex = 12;
            this.label1.Text = "New World";
            // 
            // TakeScreenshotButton
            // 
            this.TakeScreenshotButton.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.TakeScreenshotButton.Location = new System.Drawing.Point(13, 199);
            this.TakeScreenshotButton.Name = "TakeScreenshotButton";
            this.TakeScreenshotButton.Size = new System.Drawing.Size(273, 120);
            this.TakeScreenshotButton.TabIndex = 11;
            this.TakeScreenshotButton.Text = "Capture Screen and Extract Prices (F11)";
            this.TakeScreenshotButton.UseVisualStyleBackColor = true;
            this.TakeScreenshotButton.Click += new System.EventHandler(this.OnTakeScreenshotButton_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1139, 806);
            this.Controls.Add(this.splitContainer1);
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.Text = "Trading Post Data Extractor";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.ResizeEnd += new System.EventHandler(this.MainForm_ResizeEnd);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ImagePreview)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PerformanceGrid)).EndInit();
            this.StatusBar.ResumeLayout(false);
            this.StatusBar.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ParsedResults)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.RawResults)).EndInit();
            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 : Authentication.Designer.cs
with Apache License 2.0
from aequabit

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Authentication));
            this.lblUsername = new System.Windows.Forms.Label();
            this.grpLogin = new System.Windows.Forms.GroupBox();
            this.chkRemember = new System.Windows.Forms.CheckBox();
            this.btnLogin = new System.Windows.Forms.Button();
            this.txtPreplacedword = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.txtUsername = new System.Windows.Forms.TextBox();
            this.picLogo = new System.Windows.Forms.PictureBox();
            this.grpLogin.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
            this.SuspendLayout();
            // 
            // lblUsername
            // 
            this.lblUsername.AutoSize = true;
            this.lblUsername.Location = new System.Drawing.Point(79, 29);
            this.lblUsername.Name = "lblUsername";
            this.lblUsername.Size = new System.Drawing.Size(75, 20);
            this.lblUsername.TabIndex = 1;
            this.lblUsername.Text = "Username";
            // 
            // grpLogin
            // 
            this.grpLogin.Controls.Add(this.chkRemember);
            this.grpLogin.Controls.Add(this.btnLogin);
            this.grpLogin.Controls.Add(this.txtPreplacedword);
            this.grpLogin.Controls.Add(this.label1);
            this.grpLogin.Controls.Add(this.txtUsername);
            this.grpLogin.Controls.Add(this.lblUsername);
            this.grpLogin.Location = new System.Drawing.Point(13, 105);
            this.grpLogin.Name = "grpLogin";
            this.grpLogin.Size = new System.Drawing.Size(383, 186);
            this.grpLogin.TabIndex = 0;
            this.grpLogin.TabStop = false;
            this.grpLogin.Text = "Login with your tcp-moe account";
            // 
            // chkRemember
            // 
            this.chkRemember.AutoSize = true;
            this.chkRemember.Location = new System.Drawing.Point(93, 144);
            this.chkRemember.Name = "chkRemember";
            this.chkRemember.Size = new System.Drawing.Size(126, 24);
            this.chkRemember.TabIndex = 5;
            this.chkRemember.Text = "Remember me";
            this.chkRemember.UseVisualStyleBackColor = true;
            // 
            // btnLogin
            // 
            this.btnLogin.Enabled = false;
            this.btnLogin.Location = new System.Drawing.Point(225, 139);
            this.btnLogin.Name = "btnLogin";
            this.btnLogin.Size = new System.Drawing.Size(81, 32);
            this.btnLogin.TabIndex = 6;
            this.btnLogin.Text = "Login";
            this.btnLogin.UseVisualStyleBackColor = true;
            this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
            // 
            // txtPreplacedword
            // 
            this.txtPreplacedword.Location = new System.Drawing.Point(83, 106);
            this.txtPreplacedword.Name = "txtPreplacedword";
            this.txtPreplacedword.Size = new System.Drawing.Size(223, 27);
            this.txtPreplacedword.TabIndex = 4;
            this.txtPreplacedword.UseSystemPreplacedwordChar = true;
            this.txtPreplacedword.TextChanged += new System.EventHandler(this.Credentials_TextChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(79, 82);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(71, 20);
            this.label1.TabIndex = 3;
            this.label1.Text = "Preplacedword";
            // 
            // txtUsername
            // 
            this.txtUsername.Location = new System.Drawing.Point(83, 52);
            this.txtUsername.Name = "txtUsername";
            this.txtUsername.Size = new System.Drawing.Size(223, 27);
            this.txtUsername.TabIndex = 2;
            this.txtUsername.TextChanged += new System.EventHandler(this.Credentials_TextChanged);
            // 
            // picLogo
            // 
            this.picLogo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picLogo.BackgroundImage")));
            this.picLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.picLogo.Location = new System.Drawing.Point(12, 15);
            this.picLogo.Name = "picLogo";
            this.picLogo.Size = new System.Drawing.Size(384, 92);
            this.picLogo.TabIndex = 2;
            this.picLogo.TabStop = false;
            // 
            // Authentication
            // 
            this.AcceptButton = this.btnLogin;
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(408, 298);
            this.Controls.Add(this.picLogo);
            this.Controls.Add(this.grpLogin);
            this.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Authentication";
            this.ShowIcon = false;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Authentication_FormClosing);
            this.Load += new System.EventHandler(this.Authentication_Load);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.frmAuthentication_Paint);
            this.grpLogin.ResumeLayout(false);
            this.grpLogin.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : Loader.Designer.cs
with Apache License 2.0
from aequabit

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Loader));
            this.lstCheatList = new System.Windows.Forms.ListBox();
            this.picLogo = new System.Windows.Forms.PictureBox();
            this.grpCheatInfo = new System.Windows.Forms.GroupBox();
            this.lblInfo = new System.Windows.Forms.Label();
            this.grpCheatList = new System.Windows.Forms.GroupBox();
            this.btnLoad = new System.Windows.Forms.Button();
            this.grpUserInfo = new System.Windows.Forms.GroupBox();
            this.lblUser = new System.Windows.Forms.Label();
            this.tmrLoad = new System.Windows.Forms.Timer(this.components);
            this.lblRank = new System.Windows.Forms.Label();
            this.prgLoad = new tcp_moe_client.Clreplacedes.CProgressBar();
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
            this.grpCheatInfo.SuspendLayout();
            this.grpCheatList.SuspendLayout();
            this.grpUserInfo.SuspendLayout();
            this.SuspendLayout();
            // 
            // lstCheatList
            // 
            this.lstCheatList.FormattingEnabled = true;
            this.lstCheatList.ItemHeight = 20;
            this.lstCheatList.Location = new System.Drawing.Point(11, 26);
            this.lstCheatList.Name = "lstCheatList";
            this.lstCheatList.Size = new System.Drawing.Size(252, 144);
            this.lstCheatList.TabIndex = 0;
            this.lstCheatList.SelectedIndexChanged += new System.EventHandler(this.lstCheatList_SelectedIndexChanged);
            // 
            // picLogo
            // 
            this.picLogo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picLogo.BackgroundImage")));
            this.picLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.picLogo.Location = new System.Drawing.Point(12, 14);
            this.picLogo.Name = "picLogo";
            this.picLogo.Size = new System.Drawing.Size(275, 89);
            this.picLogo.TabIndex = 3;
            this.picLogo.TabStop = false;
            // 
            // grpCheatInfo
            // 
            this.grpCheatInfo.Controls.Add(this.lblInfo);
            this.grpCheatInfo.Location = new System.Drawing.Point(293, 109);
            this.grpCheatInfo.Name = "grpCheatInfo";
            this.grpCheatInfo.Size = new System.Drawing.Size(294, 219);
            this.grpCheatInfo.TabIndex = 5;
            this.grpCheatInfo.TabStop = false;
            this.grpCheatInfo.Text = "Cheat Information";
            // 
            // lblInfo
            // 
            this.lblInfo.Location = new System.Drawing.Point(11, 25);
            this.lblInfo.Name = "lblInfo";
            this.lblInfo.Size = new System.Drawing.Size(273, 184);
            this.lblInfo.TabIndex = 0;
            this.lblInfo.Text = "-";
            // 
            // grpCheatList
            // 
            this.grpCheatList.Controls.Add(this.prgLoad);
            this.grpCheatList.Controls.Add(this.btnLoad);
            this.grpCheatList.Controls.Add(this.lstCheatList);
            this.grpCheatList.Location = new System.Drawing.Point(12, 109);
            this.grpCheatList.Name = "grpCheatList";
            this.grpCheatList.Size = new System.Drawing.Size(275, 219);
            this.grpCheatList.TabIndex = 6;
            this.grpCheatList.TabStop = false;
            this.grpCheatList.Text = "Select Cheat";
            // 
            // btnLoad
            // 
            this.btnLoad.Enabled = false;
            this.btnLoad.Location = new System.Drawing.Point(11, 176);
            this.btnLoad.Name = "btnLoad";
            this.btnLoad.Size = new System.Drawing.Size(84, 33);
            this.btnLoad.TabIndex = 7;
            this.btnLoad.Text = "Load";
            this.btnLoad.UseVisualStyleBackColor = true;
            this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
            // 
            // grpUserInfo
            // 
            this.grpUserInfo.Controls.Add(this.lblRank);
            this.grpUserInfo.Controls.Add(this.lblUser);
            this.grpUserInfo.Location = new System.Drawing.Point(293, 14);
            this.grpUserInfo.Name = "grpUserInfo";
            this.grpUserInfo.Size = new System.Drawing.Size(294, 84);
            this.grpUserInfo.TabIndex = 6;
            this.grpUserInfo.TabStop = false;
            this.grpUserInfo.Text = "User Information";
            // 
            // lblUser
            // 
            this.lblUser.AutoSize = true;
            this.lblUser.Location = new System.Drawing.Point(11, 25);
            this.lblUser.Name = "lblUser";
            this.lblUser.Size = new System.Drawing.Size(150, 20);
            this.lblUser.TabIndex = 0;
            this.lblUser.Text = "User: {{ USERNAME }}";
            // 
            // tmrLoad
            // 
            this.tmrLoad.Tick += new System.EventHandler(this.tmrLoad_Tick);
            // 
            // lblRank
            // 
            this.lblRank.AutoSize = true;
            this.lblRank.Location = new System.Drawing.Point(11, 50);
            this.lblRank.Name = "lblRank";
            this.lblRank.Size = new System.Drawing.Size(115, 20);
            this.lblRank.TabIndex = 1;
            this.lblRank.Text = "Rank: {{ RANK }}";
            // 
            // prgLoad
            // 
            this.prgLoad.Location = new System.Drawing.Point(102, 177);
            this.prgLoad.Name = "prgLoad";
            this.prgLoad.Size = new System.Drawing.Size(161, 32);
            this.prgLoad.TabIndex = 8;
            // 
            // Loader
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(599, 338);
            this.Controls.Add(this.grpUserInfo);
            this.Controls.Add(this.grpCheatList);
            this.Controls.Add(this.grpCheatInfo);
            this.Controls.Add(this.picLogo);
            this.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Loader";
            this.ShowIcon = false;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Loader_FormClosing);
            this.Load += new System.EventHandler(this.frmLoader_Load);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.frmLoader_Paint);
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
            this.grpCheatInfo.ResumeLayout(false);
            this.grpCheatList.ResumeLayout(false);
            this.grpUserInfo.ResumeLayout(false);
            this.grpUserInfo.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : FrmMain.Designer.cs
with GNU General Public License v3.0
from aerdogan

private void InitializeComponent()
        {
            this.dataViewer = new System.Windows.Forms.DataGridView();
            this.btnListele = new System.Windows.Forms.Button();
            this.btnEkle = new System.Windows.Forms.Button();
            this.btnDuzelt = new System.Windows.Forms.Button();
            this.btnSil = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataViewer)).BeginInit();
            this.SuspendLayout();
            // 
            // dataViewer
            // 
            this.dataViewer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataViewer.Location = new System.Drawing.Point(12, 67);
            this.dataViewer.Name = "dataViewer";
            this.dataViewer.RowHeadersWidth = 51;
            this.dataViewer.RowTemplate.Height = 24;
            this.dataViewer.Size = new System.Drawing.Size(623, 275);
            this.dataViewer.TabIndex = 0;
            // 
            // btnListele
            // 
            this.btnListele.Location = new System.Drawing.Point(12, 13);
            this.btnListele.Name = "btnListele";
            this.btnListele.Size = new System.Drawing.Size(93, 39);
            this.btnListele.TabIndex = 1;
            this.btnListele.Text = "Listele";
            this.btnListele.UseVisualStyleBackColor = true;
            this.btnListele.Click += new System.EventHandler(this.btnListele_Click);
            // 
            // btnEkle
            // 
            this.btnEkle.Location = new System.Drawing.Point(148, 13);
            this.btnEkle.Name = "btnEkle";
            this.btnEkle.Size = new System.Drawing.Size(75, 39);
            this.btnEkle.TabIndex = 2;
            this.btnEkle.Text = "Ekle";
            this.btnEkle.UseVisualStyleBackColor = true;
            this.btnEkle.Click += new System.EventHandler(this.btnEkle_Click);
            // 
            // btnDuzelt
            // 
            this.btnDuzelt.Location = new System.Drawing.Point(229, 13);
            this.btnDuzelt.Name = "btnDuzelt";
            this.btnDuzelt.Size = new System.Drawing.Size(75, 39);
            this.btnDuzelt.TabIndex = 3;
            this.btnDuzelt.Text = "Düzelt";
            this.btnDuzelt.UseVisualStyleBackColor = true;
            this.btnDuzelt.Click += new System.EventHandler(this.btnDuzelt_Click);
            // 
            // btnSil
            // 
            this.btnSil.Location = new System.Drawing.Point(310, 13);
            this.btnSil.Name = "btnSil";
            this.btnSil.Size = new System.Drawing.Size(75, 39);
            this.btnSil.TabIndex = 4;
            this.btnSil.Text = "Sil";
            this.btnSil.UseVisualStyleBackColor = true;
            this.btnSil.Click += new System.EventHandler(this.btnSil_Click);
            // 
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(653, 357);
            this.Controls.Add(this.btnSil);
            this.Controls.Add(this.btnDuzelt);
            this.Controls.Add(this.btnEkle);
            this.Controls.Add(this.btnListele);
            this.Controls.Add(this.dataViewer);
            this.Name = "FrmMain";
            this.Text = "Enreplacedy Fw - Oracle Test";
            ((System.ComponentModel.ISupportInitialize)(this.dataViewer)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : FileExplorer.Designer.cs
with MIT License
from aerosoul94

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.treeContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.runMetadatareplacedyzerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.runFileCarverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.saveSelectedToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAllToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            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.listContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.runMetadatareplacedyzerToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.runFileCarverToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.saveSelectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAllToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.viewInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.treeContextMenu.SuspendLayout();
            this.listContextMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.treeView1);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.listView1);
            this.splitContainer2.Size = new System.Drawing.Size(2133, 1113);
            this.splitContainer2.SplitterDistance = 356;
            this.splitContainer2.TabIndex = 2;
            // 
            // treeView1
            // 
            this.treeView1.ContextMenuStrip = this.treeContextMenu;
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.HideSelection = false;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(356, 1113);
            this.treeView1.TabIndex = 0;
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            // 
            // treeContextMenu
            // 
            this.treeContextMenu.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.treeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.runMetadatareplacedyzerToolStripMenuItem,
            this.runFileCarverToolStripMenuItem,
            this.toolStripSeparator2,
            this.saveSelectedToolStripMenuItem1,
            this.saveAllToolStripMenuItem2});
            this.treeContextMenu.Name = "contextMenuStrip1";
            this.treeContextMenu.Size = new System.Drawing.Size(339, 162);
            // 
            // runMetadatareplacedyzerToolStripMenuItem
            // 
            this.runMetadatareplacedyzerToolStripMenuItem.Name = "runMetadatareplacedyzerToolStripMenuItem";
            this.runMetadatareplacedyzerToolStripMenuItem.Size = new System.Drawing.Size(338, 38);
            this.runMetadatareplacedyzerToolStripMenuItem.Text = "Run Metadata replacedyzer";
            this.runMetadatareplacedyzerToolStripMenuItem.Click += new System.EventHandler(this.runMetadatareplacedyzerToolStripMenuItem_Click);
            // 
            // runFileCarverToolStripMenuItem
            // 
            this.runFileCarverToolStripMenuItem.Name = "runFileCarverToolStripMenuItem";
            this.runFileCarverToolStripMenuItem.Size = new System.Drawing.Size(338, 38);
            this.runFileCarverToolStripMenuItem.Text = "Run File Carver";
            this.runFileCarverToolStripMenuItem.Click += new System.EventHandler(this.runFileCarverToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(335, 6);
            // 
            // saveSelectedToolStripMenuItem1
            // 
            this.saveSelectedToolStripMenuItem1.Name = "saveSelectedToolStripMenuItem1";
            this.saveSelectedToolStripMenuItem1.Size = new System.Drawing.Size(338, 38);
            this.saveSelectedToolStripMenuItem1.Text = "Save Selected";
            this.saveSelectedToolStripMenuItem1.Click += new System.EventHandler(this.treeSaveSelectedToolStripMenuItem1_Click);
            // 
            // saveAllToolStripMenuItem2
            // 
            this.saveAllToolStripMenuItem2.Name = "saveAllToolStripMenuItem2";
            this.saveAllToolStripMenuItem2.Size = new System.Drawing.Size(338, 38);
            this.saveAllToolStripMenuItem2.Text = "Save All";
            this.saveAllToolStripMenuItem2.Click += new System.EventHandler(this.saveAllToolStripMenuItem2_Click);
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader8,
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader7});
            this.listView1.ContextMenuStrip = this.listContextMenu;
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.857143F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listView1.FullRowSelect = true;
            this.listView1.HideSelection = false;
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(1773, 1113);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick);
            this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "";
            this.columnHeader8.Width = 44;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 200;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Size";
            this.columnHeader2.Width = 150;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Date Created";
            this.columnHeader3.Width = 150;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Date Modified";
            this.columnHeader4.Width = 150;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "Date Accessed";
            this.columnHeader5.Width = 150;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "Offset";
            this.columnHeader6.Width = 150;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "Cluster";
            this.columnHeader7.Width = 150;
            // 
            // listContextMenu
            // 
            this.listContextMenu.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.listContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.runMetadatareplacedyzerToolStripMenuItem1,
            this.runFileCarverToolStripMenuItem1,
            this.toolStripSeparator1,
            this.saveSelectedToolStripMenuItem,
            this.saveAllToolStripMenuItem,
            this.saveAllToolStripMenuItem1,
            this.toolStripSeparator3,
            this.viewInformationToolStripMenuItem});
            this.listContextMenu.Name = "listContextMenu";
            this.listContextMenu.Size = new System.Drawing.Size(339, 244);
            // 
            // runMetadatareplacedyzerToolStripMenuItem1
            // 
            this.runMetadatareplacedyzerToolStripMenuItem1.Name = "runMetadatareplacedyzerToolStripMenuItem1";
            this.runMetadatareplacedyzerToolStripMenuItem1.Size = new System.Drawing.Size(338, 38);
            this.runMetadatareplacedyzerToolStripMenuItem1.Text = "Run Metadata replacedyzer";
            this.runMetadatareplacedyzerToolStripMenuItem1.Click += new System.EventHandler(this.runMetadatareplacedyzerToolStripMenuItem_Click);
            // 
            // runFileCarverToolStripMenuItem1
            // 
            this.runFileCarverToolStripMenuItem1.Name = "runFileCarverToolStripMenuItem1";
            this.runFileCarverToolStripMenuItem1.Size = new System.Drawing.Size(338, 38);
            this.runFileCarverToolStripMenuItem1.Text = "Run File Carver";
            this.runFileCarverToolStripMenuItem1.Click += new System.EventHandler(this.runFileCarverToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(335, 6);
            // 
            // saveSelectedToolStripMenuItem
            // 
            this.saveSelectedToolStripMenuItem.Name = "saveSelectedToolStripMenuItem";
            this.saveSelectedToolStripMenuItem.Size = new System.Drawing.Size(338, 38);
            this.saveSelectedToolStripMenuItem.Text = "Save Selected";
            this.saveSelectedToolStripMenuItem.Click += new System.EventHandler(this.listSaveSelectedToolStripMenuItem_Click);
            // 
            // saveAllToolStripMenuItem
            // 
            this.saveAllToolStripMenuItem.Name = "saveAllToolStripMenuItem";
            this.saveAllToolStripMenuItem.Size = new System.Drawing.Size(338, 38);
            this.saveAllToolStripMenuItem.Text = "Save Current Directory";
            this.saveAllToolStripMenuItem.Click += new System.EventHandler(this.saveAllToolStripMenuItem_Click);
            // 
            // saveAllToolStripMenuItem1
            // 
            this.saveAllToolStripMenuItem1.Name = "saveAllToolStripMenuItem1";
            this.saveAllToolStripMenuItem1.Size = new System.Drawing.Size(338, 38);
            this.saveAllToolStripMenuItem1.Text = "Save All";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(335, 6);
            // 
            // viewInformationToolStripMenuItem
            // 
            this.viewInformationToolStripMenuItem.Name = "viewInformationToolStripMenuItem";
            this.viewInformationToolStripMenuItem.Size = new System.Drawing.Size(338, 38);
            this.viewInformationToolStripMenuItem.Text = "View Information";
            this.viewInformationToolStripMenuItem.Click += new System.EventHandler(this.viewInformationToolStripMenuItem_Click);
            // 
            // FileExplorer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer2);
            this.Name = "FileExplorer";
            this.Size = new System.Drawing.Size(2133, 1113);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            this.treeContextMenu.ResumeLayout(false);
            this.listContextMenu.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : RecoveryResults.Designer.cs
with MIT License
from aerosoul94

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.treeContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.recoverSelectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.recoverAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            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.listContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.dumpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.recoverCurrentDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.recoverCurrentClusterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dumpAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.viewInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.viewCollisionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.editClusterChainToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.treeContextMenu.SuspendLayout();
            this.listContextMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.treeView1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.listView1);
            this.splitContainer1.Size = new System.Drawing.Size(1546, 954);
            this.splitContainer1.SplitterDistance = 412;
            this.splitContainer1.TabIndex = 0;
            // 
            // treeView1
            // 
            this.treeView1.ContextMenuStrip = this.treeContextMenu;
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.HideSelection = false;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(412, 954);
            this.treeView1.TabIndex = 0;
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            // 
            // treeContextMenu
            // 
            this.treeContextMenu.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.treeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.recoverSelectedToolStripMenuItem,
            this.recoverAllToolStripMenuItem});
            this.treeContextMenu.Name = "treeContextMenu";
            this.treeContextMenu.Size = new System.Drawing.Size(354, 80);
            // 
            // recoverSelectedToolStripMenuItem
            // 
            this.recoverSelectedToolStripMenuItem.Name = "recoverSelectedToolStripMenuItem";
            this.recoverSelectedToolStripMenuItem.Size = new System.Drawing.Size(353, 38);
            this.recoverSelectedToolStripMenuItem.Text = "Recover Selected";
            this.recoverSelectedToolStripMenuItem.Click += new System.EventHandler(this.treeRecoverSelectedToolStripMenuItem_Click);
            // 
            // recoverAllToolStripMenuItem
            // 
            this.recoverAllToolStripMenuItem.Name = "recoverAllToolStripMenuItem";
            this.recoverAllToolStripMenuItem.Size = new System.Drawing.Size(353, 38);
            this.recoverAllToolStripMenuItem.Text = "Recover All Clusters";
            this.recoverAllToolStripMenuItem.Click += new System.EventHandler(this.treeRecoverAllToolStripMenuItem_Click);
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader8,
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader7});
            this.listView1.ContextMenuStrip = this.listContextMenu;
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.857143F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listView1.FullRowSelect = true;
            this.listView1.HideSelection = false;
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(1130, 954);
            this.listView1.TabIndex = 1;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick);
            this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "";
            this.columnHeader8.Width = 45;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 200;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Size";
            this.columnHeader2.Width = 150;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Date Created";
            this.columnHeader3.Width = 150;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Date Modified";
            this.columnHeader4.Width = 150;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "Date Accessed";
            this.columnHeader5.Width = 150;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "Offset";
            this.columnHeader6.Width = 150;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "Cluster";
            this.columnHeader7.Width = 150;
            // 
            // listContextMenu
            // 
            this.listContextMenu.ImageScalingSize = new System.Drawing.Size(28, 28);
            this.listContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.dumpToolStripMenuItem,
            this.recoverCurrentDirectoryToolStripMenuItem,
            this.recoverCurrentClusterToolStripMenuItem,
            this.dumpAllToolStripMenuItem,
            this.toolStripSeparator1,
            this.viewInformationToolStripMenuItem,
            this.viewCollisionsToolStripMenuItem,
            this.toolStripSeparator2,
            this.editClusterChainToolStripMenuItem});
            this.listContextMenu.Name = "contextMenuStrip1";
            this.listContextMenu.Size = new System.Drawing.Size(366, 238);
            // 
            // dumpToolStripMenuItem
            // 
            this.dumpToolStripMenuItem.Name = "dumpToolStripMenuItem";
            this.dumpToolStripMenuItem.Size = new System.Drawing.Size(365, 38);
            this.dumpToolStripMenuItem.Text = "Recover Selected";
            this.dumpToolStripMenuItem.Click += new System.EventHandler(this.listRecoverSelectedToolStripMenuItem_Click);
            // 
            // recoverCurrentDirectoryToolStripMenuItem
            // 
            this.recoverCurrentDirectoryToolStripMenuItem.Name = "recoverCurrentDirectoryToolStripMenuItem";
            this.recoverCurrentDirectoryToolStripMenuItem.Size = new System.Drawing.Size(365, 38);
            this.recoverCurrentDirectoryToolStripMenuItem.Text = "Recover Current Directory";
            this.recoverCurrentDirectoryToolStripMenuItem.Click += new System.EventHandler(this.listRecoverCurrentDirectoryToolStripMenuItem_Click);
            // 
            // recoverCurrentClusterToolStripMenuItem
            // 
            this.recoverCurrentClusterToolStripMenuItem.Name = "recoverCurrentClusterToolStripMenuItem";
            this.recoverCurrentClusterToolStripMenuItem.Size = new System.Drawing.Size(365, 38);
            this.recoverCurrentClusterToolStripMenuItem.Text = "Recover Current Cluster";
            this.recoverCurrentClusterToolStripMenuItem.Click += new System.EventHandler(this.listRecoverCurrentClusterToolStripMenuItem_Click);
            // 
            // dumpAllToolStripMenuItem
            // 
            this.dumpAllToolStripMenuItem.Name = "dumpAllToolStripMenuItem";
            this.dumpAllToolStripMenuItem.Size = new System.Drawing.Size(365, 38);
            this.dumpAllToolStripMenuItem.Text = "Recover All Clusters";
            this.dumpAllToolStripMenuItem.Click += new System.EventHandler(this.listRecoverAllToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(362, 6);
            // 
            // viewInformationToolStripMenuItem
            // 
            this.viewInformationToolStripMenuItem.Name = "viewInformationToolStripMenuItem";
            this.viewInformationToolStripMenuItem.Size = new System.Drawing.Size(365, 38);
            this.viewInformationToolStripMenuItem.Text = "View Information";
            this.viewInformationToolStripMenuItem.Click += new System.EventHandler(this.viewInformationToolStripMenuItem_Click);
            // 
            // viewCollisionsToolStripMenuItem
            // 
            this.viewCollisionsToolStripMenuItem.Name = "viewCollisionsToolStripMenuItem";
            this.viewCollisionsToolStripMenuItem.Size = new System.Drawing.Size(365, 38);
            this.viewCollisionsToolStripMenuItem.Text = "View Collisions";
            this.viewCollisionsToolStripMenuItem.Click += new System.EventHandler(this.viewCollisionsToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(362, 6);
            //
            // editClusterChainToolStripMenuItem
            //
            this.editClusterChainToolStripMenuItem.Name = "editClusterChainToolStripMenuItem";
            this.editClusterChainToolStripMenuItem.Size = new System.Drawing.Size(365, 38);
            this.editClusterChainToolStripMenuItem.Text = "Edit Cluster Chain";
            this.editClusterChainToolStripMenuItem.Click += new System.EventHandler(this.editClusterChainToolStripMenuItem_Click);
            // 
            // RecoveryResults
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.Controls.Add(this.splitContainer1);
            this.Name = "RecoveryResults";
            this.Size = new System.Drawing.Size(1546, 954);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.treeContextMenu.ResumeLayout(false);
            this.listContextMenu.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : ClusterChainDialog.Designer.cs
with MIT License
from aerosoul94

private void InitializeComponent()
        {
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.listView1.FullRowSelect = true;
            this.listView1.HideSelection = false;
            this.listView1.Location = new System.Drawing.Point(12, 12);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(738, 473);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Address";
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Cluster Index";
            // 
            // button1
            // 
            this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.button1.Location = new System.Drawing.Point(126, 601);
            this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(220, 68);
            this.button1.TabIndex = 2;
            this.button1.Text = "OK";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button2.Location = new System.Drawing.Point(378, 601);
            this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(228, 66);
            this.button2.TabIndex = 2;
            this.button2.Text = "Cancel";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(334, 492);
            this.button3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(205, 58);
            this.button3.TabIndex = 2;
            this.button3.Text = "Add";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(545, 492);
            this.button4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(205, 58);
            this.button4.TabIndex = 2;
            this.button4.Text = "Remove";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // numericUpDown1
            // 
            this.numericUpDown1.Location = new System.Drawing.Point(12, 501);
            this.numericUpDown1.Name = "numericUpDown1";
            this.numericUpDown1.Size = new System.Drawing.Size(316, 39);
            this.numericUpDown1.TabIndex = 3;
            // 
            // ClusterChainDialog
            // 
            this.AcceptButton = this.button1;
            this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 32F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.CancelButton = this.button2;
            this.ClientSize = new System.Drawing.Size(762, 691);
            this.Controls.Add(this.numericUpDown1);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.listView1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ClusterChainDialog";
            this.ShowIcon = false;
            this.Text = "Cluster Chain Editor";
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : MainWindow.Designer.cs
with MIT License
from aerosoul94

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openDeviceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToJSONToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.loadFromJSONToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.settingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.driveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchForParreplacedionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.manageParreplacedionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addParreplacedionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 40);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainWindow_DragDrop);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.label1);
            this.splitContainer1.Panel2.Controls.Add(this.textBox1);
            this.splitContainer1.Size = new System.Drawing.Size(2308, 1233);
            this.splitContainer1.SplitterDistance = 804;
            this.splitContainer1.TabIndex = 4;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(3, 10);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(54, 25);
            this.label1.TabIndex = 3;
            this.label1.Text = "Log:";
            // 
            // textBox1
            // 
            this.textBox1.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.textBox1.Font = new System.Drawing.Font("Consolas", 8.142858F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox1.Location = new System.Drawing.Point(8, 37);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBox1.Size = new System.Drawing.Size(2289, 329);
            this.textBox1.TabIndex = 2;
            this.textBox1.WordWrap = false;
            // 
            // statusStrip1
            // 
            this.statusStrip1.ImageScalingSize = new System.Drawing.Size(28, 28);
            this.statusStrip1.Location = new System.Drawing.Point(0, 1251);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 15, 0);
            this.statusStrip1.Size = new System.Drawing.Size(2308, 22);
            this.statusStrip1.TabIndex = 5;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // backgroundWorker1
            // 
            this.backgroundWorker1.WorkerReportsProgress = true;
            this.backgroundWorker1.WorkerSupportsCancellation = true;
            // 
            // backgroundWorker2
            // 
            this.backgroundWorker2.WorkerReportsProgress = true;
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openImageToolStripMenuItem,
            this.openDeviceToolStripMenuItem,
            this.toolStripSeparator3,
            this.saveToolStripMenuItem,
            this.loadToolStripMenuItem,
            this.toolStripSeparator2,
            this.settingsToolStripMenuItem1,
            this.toolStripSeparator1,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(72, 36);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // openImageToolStripMenuItem
            // 
            this.openImageToolStripMenuItem.Name = "openImageToolStripMenuItem";
            this.openImageToolStripMenuItem.Size = new System.Drawing.Size(359, 44);
            this.openImageToolStripMenuItem.Text = "Open Image";
            this.openImageToolStripMenuItem.Click += new System.EventHandler(this.openImageToolStripMenuItem_Click);
            // 
            // openDeviceToolStripMenuItem
            // 
            this.openDeviceToolStripMenuItem.Name = "openDeviceToolStripMenuItem";
            this.openDeviceToolStripMenuItem.Size = new System.Drawing.Size(359, 44);
            this.openDeviceToolStripMenuItem.Text = "Open Device";
            this.openDeviceToolStripMenuItem.Click += new System.EventHandler(this.openDeviceToolStripMenuItem_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(356, 6);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveToJSONToolStripMenuItem});
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(359, 44);
            this.saveToolStripMenuItem.Text = "Save";
            // 
            // saveToJSONToolStripMenuItem
            // 
            this.saveToJSONToolStripMenuItem.Name = "saveToJSONToolStripMenuItem";
            this.saveToJSONToolStripMenuItem.Size = new System.Drawing.Size(296, 44);
            this.saveToJSONToolStripMenuItem.Text = "Save To JSON";
            this.saveToJSONToolStripMenuItem.Click += new System.EventHandler(this.saveToJSONToolStripMenuItem_Click);
            // 
            // loadToolStripMenuItem
            // 
            this.loadToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.loadFromJSONToolStripMenuItem});
            this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
            this.loadToolStripMenuItem.Size = new System.Drawing.Size(359, 44);
            this.loadToolStripMenuItem.Text = "Load";
            // 
            // loadFromJSONToolStripMenuItem
            // 
            this.loadFromJSONToolStripMenuItem.Name = "loadFromJSONToolStripMenuItem";
            this.loadFromJSONToolStripMenuItem.Size = new System.Drawing.Size(327, 44);
            this.loadFromJSONToolStripMenuItem.Text = "Load From JSON";
            this.loadFromJSONToolStripMenuItem.Click += new System.EventHandler(this.loadFromJSONToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(356, 6);
            // 
            // settingsToolStripMenuItem1
            // 
            this.settingsToolStripMenuItem1.Name = "settingsToolStripMenuItem1";
            this.settingsToolStripMenuItem1.Size = new System.Drawing.Size(359, 44);
            this.settingsToolStripMenuItem1.Text = "Settings";
            this.settingsToolStripMenuItem1.Click += new System.EventHandler(this.settingsToolStripMenuItem1_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(356, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(359, 44);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(85, 36);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(359, 44);
            this.aboutToolStripMenuItem.Text = "About..";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
            this.menuStrip1.ImageScalingSize = new System.Drawing.Size(28, 28);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.driveToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
            this.menuStrip1.Size = new System.Drawing.Size(2308, 40);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // driveToolStripMenuItem
            // 
            this.driveToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.searchForParreplacedionsToolStripMenuItem,
            this.manageParreplacedionsToolStripMenuItem,
            this.addParreplacedionToolStripMenuItem});
            this.driveToolStripMenuItem.Name = "driveToolStripMenuItem";
            this.driveToolStripMenuItem.Size = new System.Drawing.Size(91, 36);
            this.driveToolStripMenuItem.Text = "Drive";
            // 
            // searchForParreplacedionsToolStripMenuItem
            // 
            this.searchForParreplacedionsToolStripMenuItem.Enabled = false;
            this.searchForParreplacedionsToolStripMenuItem.Name = "searchForParreplacedionsToolStripMenuItem";
            this.searchForParreplacedionsToolStripMenuItem.Size = new System.Drawing.Size(366, 44);
            this.searchForParreplacedionsToolStripMenuItem.Text = "Search For Parreplacedions";
            // 
            // manageParreplacedionsToolStripMenuItem
            // 
            this.manageParreplacedionsToolStripMenuItem.Enabled = false;
            this.manageParreplacedionsToolStripMenuItem.Name = "manageParreplacedionsToolStripMenuItem";
            this.manageParreplacedionsToolStripMenuItem.Size = new System.Drawing.Size(366, 44);
            this.manageParreplacedionsToolStripMenuItem.Text = "Manage Parreplacedions";
            this.manageParreplacedionsToolStripMenuItem.Click += new System.EventHandler(this.manageParreplacedionsToolStripMenuItem_Click);
            // 
            // addParreplacedionToolStripMenuItem
            // 
            this.addParreplacedionToolStripMenuItem.Name = "addParreplacedionToolStripMenuItem";
            this.addParreplacedionToolStripMenuItem.Size = new System.Drawing.Size(366, 44);
            this.addParreplacedionToolStripMenuItem.Text = "Add Parreplacedion";
            this.addParreplacedionToolStripMenuItem.Click += new System.EventHandler(this.addParreplacedionToolStripMenuItem_Click);
            // 
            // MainWindow
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(2308, 1273);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "MainWindow";
            this.Text = "FATX-Recover";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainWindow_DragDrop);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.MainWindow_DragEnter);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : GameNotFound.Designer.cs
with GNU General Public License v3.0
from AgentRev

private void InitializeComponent()
        {
            this.button1 = new System.Windows.Forms.Button();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.Location = new System.Drawing.Point(-1, 255);
            this.button1.Name = "button1";
            this.button1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.button1.Size = new System.Drawing.Size(258, 38);
            this.button1.TabIndex = 2;
            this.button1.Text = "ლ(ಠ益ಠლ) y u no shut up";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::MW2_mp_fov.Properties.Resources.y_u_no_install;
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(256, 256);
            this.pictureBox1.TabIndex = 3;
            this.pictureBox1.TabStop = false;
            // 
            // GameNotFound
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.ClientSize = new System.Drawing.Size(256, 292);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.button1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "GameNotFound";
            this.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Text = "Game not found";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : MainForm.Designer.cs
with GNU General Public License v3.0
from AgentRev

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.TimerHoldKey = new System.Windows.Forms.Timer(this.components);
            this.TimerUpdate = new System.Windows.Forms.Timer(this.components);
            this.lblFoV = new System.Windows.Forms.Label();
            this.TimerCheck = new System.Windows.Forms.Timer(this.components);
            this.chkBeep = new System.Windows.Forms.CheckBox();
            this.TimerVerif = new System.Windows.Forms.Timer(this.components);
            this.btnStartGame = new System.Windows.Forms.Button();
            this.numFoV = new System.Windows.Forms.NumericUpDown();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnAbout = new System.Windows.Forms.Button();
            this.btnReset = new System.Windows.Forms.Button();
            this.lblVersion = new System.Windows.Forms.Label();
            this.lblInstructions = new System.Windows.Forms.Label();
            this.lblMMN = new System.Windows.Forms.Label();
            this.lblLink = new System.Windows.Forms.LinkLabel();
            this.TimerHTTP = new System.Windows.Forms.Timer(this.components);
            this.chkUpdate = new System.Windows.Forms.CheckBox();
            this.lblUpdateAvail = new System.Windows.Forms.Label();
            this.TimerBlink = new System.Windows.Forms.Timer(this.components);
            this.btnKeyZoomOut = new System.Windows.Forms.Button();
            this.btnKeyZoomIn = new System.Windows.Forms.Button();
            this.lblZoomIn = new System.Windows.Forms.Label();
            this.lblResetDefault = new System.Windows.Forms.Label();
            this.btnKeyReset = new System.Windows.Forms.Button();
            this.chkHotkeys = new System.Windows.Forms.CheckBox();
            this.gbGameMode = new System.Windows.Forms.GroupBox();
            this.rbSingleplayer = new System.Windows.Forms.RadioButton();
            this.rbMultiplayer = new System.Windows.Forms.RadioButton();
            ((System.ComponentModel.ISupportInitialize)(this.numFoV)).BeginInit();
            this.gbGameMode.SuspendLayout();
            this.SuspendLayout();
            // 
            // TimerHoldKey
            // 
            this.TimerHoldKey.Interval = 350;
            this.TimerHoldKey.Tick += new System.EventHandler(this.TimerHoldKey_Tick);
            // 
            // TimerUpdate
            // 
            this.TimerUpdate.Interval = 250;
            this.TimerUpdate.Tick += new System.EventHandler(this.TimerUpdate_Tick);
            // 
            // lblFoV
            // 
            this.lblFoV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblFoV.AutoSize = true;
            this.lblFoV.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblFoV.Location = new System.Drawing.Point(45, 93);
            this.lblFoV.Name = "lblFoV";
            this.lblFoV.Size = new System.Drawing.Size(99, 20);
            this.lblFoV.TabIndex = 0;
            this.lblFoV.Text = "Field of View";
            // 
            // TimerCheck
            // 
            this.TimerCheck.Interval = 1000;
            this.TimerCheck.Tick += new System.EventHandler(this.TimerCheck_Tick);
            // 
            // chkBeep
            // 
            this.chkBeep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chkBeep.AutoSize = true;
            this.chkBeep.Checked = true;
            this.chkBeep.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBeep.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkBeep.Location = new System.Drawing.Point(15, 144);
            this.chkBeep.Name = "chkBeep";
            this.chkBeep.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkBeep.Size = new System.Drawing.Size(232, 20);
            this.chkBeep.TabIndex = 5;
            this.chkBeep.Text = "Beep when FoV change succeeds";
            this.chkBeep.UseVisualStyleBackColor = true;
            this.chkBeep.CheckedChanged += new System.EventHandler(this.chkBeep_CheckedChanged);
            // 
            // TimerVerif
            // 
            this.TimerVerif.Interval = 1000;
            this.TimerVerif.Tick += new System.EventHandler(this.TimerVerif_Tick);
            // 
            // btnStartGame
            // 
            this.btnStartGame.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnStartGame.Location = new System.Drawing.Point(153, 35);
            this.btnStartGame.MinimumSize = new System.Drawing.Size(82, 24);
            this.btnStartGame.Name = "btnStartGame";
            this.btnStartGame.Size = new System.Drawing.Size(93, 31);
            this.btnStartGame.TabIndex = 1;
            this.btnStartGame.Text = "Start Game";
            this.btnStartGame.UseVisualStyleBackColor = true;
            this.btnStartGame.Click += new System.EventHandler(this.btnStartGame_Click);
            // 
            // numFoV
            // 
            this.numFoV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.numFoV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.numFoV.DecimalPlaces = 2;
            this.numFoV.Enabled = false;
            this.numFoV.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.numFoV.Location = new System.Drawing.Point(153, 94);
            this.numFoV.Maximum = new decimal(new int[] {
            90,
            0,
            0,
            0});
            this.numFoV.Minimum = new decimal(new int[] {
            65,
            0,
            0,
            0});
            this.numFoV.MinimumSize = new System.Drawing.Size(58, 0);
            this.numFoV.Name = "numFoV";
            this.numFoV.Size = new System.Drawing.Size(70, 22);
            this.numFoV.TabIndex = 2;
            this.numFoV.Value = new decimal(new int[] {
            65,
            0,
            0,
            0});
            this.numFoV.ValueChanged += new System.EventHandler(this.numFoV_ValueChanged);
            // 
            // btnExit
            // 
            this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnExit.Location = new System.Drawing.Point(177, 317);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(70, 30);
            this.btnExit.TabIndex = 20;
            this.btnExit.Text = "Exit";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnAbout
            // 
            this.btnAbout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnAbout.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnAbout.Location = new System.Drawing.Point(97, 317);
            this.btnAbout.Name = "btnAbout";
            this.btnAbout.Size = new System.Drawing.Size(70, 30);
            this.btnAbout.TabIndex = 19;
            this.btnAbout.Text = "About";
            this.btnAbout.UseVisualStyleBackColor = true;
            this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
            // 
            // btnReset
            // 
            this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnReset.Location = new System.Drawing.Point(223, 93);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(24, 24);
            this.btnReset.TabIndex = 3;
            this.btnReset.Text = "*";
            this.btnReset.UseVisualStyleBackColor = true;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // lblVersion
            // 
            this.lblVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblVersion.AutoSize = true;
            this.lblVersion.Enabled = false;
            this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblVersion.Location = new System.Drawing.Point(8, 324);
            this.lblVersion.MinimumSize = new System.Drawing.Size(82, 0);
            this.lblVersion.Name = "lblVersion";
            this.lblVersion.Size = new System.Drawing.Size(82, 16);
            this.lblVersion.TabIndex = 0;
            this.lblVersion.Text = "v1.x.xxx.x";
            this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblVersion.Visible = false;
            // 
            // lblInstructions
            // 
            this.lblInstructions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblInstructions.AutoSize = true;
            this.lblInstructions.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblInstructions.Location = new System.Drawing.Point(121, 206);
            this.lblInstructions.Name = "lblInstructions";
            this.lblInstructions.Size = new System.Drawing.Size(89, 16);
            this.lblInstructions.TabIndex = 8;
            this.lblInstructions.Text = "Zoom out (+1)";
            // 
            // lblMMN
            // 
            this.lblMMN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblMMN.AutoSize = true;
            this.lblMMN.Location = new System.Drawing.Point(8, 282);
            this.lblMMN.MinimumSize = new System.Drawing.Size(242, 0);
            this.lblMMN.Name = "lblMMN";
            this.lblMMN.Size = new System.Drawing.Size(242, 26);
            this.lblMMN.TabIndex = 9;
            this.lblMMN.Text = "Check MapModNews.com  for updates,\r\nas well as errors, fixes and patchnotes for M" +
                "W3";
            this.lblMMN.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblLink
            // 
            this.lblLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblLink.AutoSize = true;
            this.lblLink.BackColor = System.Drawing.SystemColors.Control;
            this.lblLink.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblLink.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.lblLink.Location = new System.Drawing.Point(65, 282);
            this.lblLink.Margin = new System.Windows.Forms.Padding(0);
            this.lblLink.MaximumSize = new System.Drawing.Size(99, 0);
            this.lblLink.Name = "lblLink";
            this.lblLink.Size = new System.Drawing.Size(99, 13);
            this.lblLink.TabIndex = 18;
            this.lblLink.TabStop = true;
            this.lblLink.Text = "MapModNews.com";
            this.lblLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblLink_LinkClicked);
            // 
            // chkUpdate
            // 
            this.chkUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chkUpdate.AutoSize = true;
            this.chkUpdate.Checked = true;
            this.chkUpdate.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkUpdate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkUpdate.Location = new System.Drawing.Point(7, 165);
            this.chkUpdate.Name = "chkUpdate";
            this.chkUpdate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkUpdate.Size = new System.Drawing.Size(240, 20);
            this.chkUpdate.TabIndex = 6;
            this.chkUpdate.Text = "Alert popup if an update is available";
            this.chkUpdate.UseVisualStyleBackColor = true;
            this.chkUpdate.CheckedChanged += new System.EventHandler(this.chkUpdate_CheckedChanged);
            // 
            // lblUpdateAvail
            // 
            this.lblUpdateAvail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblUpdateAvail.AutoSize = true;
            this.lblUpdateAvail.BackColor = System.Drawing.SystemColors.Control;
            this.lblUpdateAvail.Enabled = false;
            this.lblUpdateAvail.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblUpdateAvail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.lblUpdateAvail.Location = new System.Drawing.Point(7, 182);
            this.lblUpdateAvail.Name = "lblUpdateAvail";
            this.lblUpdateAvail.Size = new System.Drawing.Size(154, 13);
            this.lblUpdateAvail.TabIndex = 12;
            this.lblUpdateAvail.Text = " - Update v1.x.xxx.x available";
            this.lblUpdateAvail.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblUpdateAvail.Visible = false;
            // 
            // TimerBlink
            // 
            this.TimerBlink.Interval = 500;
            this.TimerBlink.Tick += new System.EventHandler(this.TimerBlink_Tick);
            // 
            // btnKeyZoomOut
            // 
            this.btnKeyZoomOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnKeyZoomOut.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnKeyZoomOut.ForeColor = System.Drawing.Color.MidnightBlue;
            this.btnKeyZoomOut.Location = new System.Drawing.Point(10, 203);
            this.btnKeyZoomOut.Name = "btnKeyZoomOut";
            this.btnKeyZoomOut.Size = new System.Drawing.Size(108, 23);
            this.btnKeyZoomOut.TabIndex = 13;
            this.btnKeyZoomOut.Text = "Numpad−";
            this.btnKeyZoomOut.UseVisualStyleBackColor = true;
            this.btnKeyZoomOut.Click += new System.EventHandler(this.btnKeyZoomOut_Click);
            // 
            // btnKeyZoomIn
            // 
            this.btnKeyZoomIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnKeyZoomIn.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnKeyZoomIn.ForeColor = System.Drawing.Color.MidnightBlue;
            this.btnKeyZoomIn.Location = new System.Drawing.Point(10, 225);
            this.btnKeyZoomIn.Name = "btnKeyZoomIn";
            this.btnKeyZoomIn.Size = new System.Drawing.Size(108, 23);
            this.btnKeyZoomIn.TabIndex = 14;
            this.btnKeyZoomIn.Text = "Numpad+";
            this.btnKeyZoomIn.UseVisualStyleBackColor = true;
            this.btnKeyZoomIn.Click += new System.EventHandler(this.btnKeyZoomIn_Click);
            // 
            // lblZoomIn
            // 
            this.lblZoomIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblZoomIn.AutoSize = true;
            this.lblZoomIn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblZoomIn.Location = new System.Drawing.Point(121, 228);
            this.lblZoomIn.Name = "lblZoomIn";
            this.lblZoomIn.Size = new System.Drawing.Size(81, 16);
            this.lblZoomIn.TabIndex = 15;
            this.lblZoomIn.Text = "Zoom in (−1)";
            // 
            // lblResetDefault
            // 
            this.lblResetDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblResetDefault.AutoSize = true;
            this.lblResetDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblResetDefault.Location = new System.Drawing.Point(121, 250);
            this.lblResetDefault.Name = "lblResetDefault";
            this.lblResetDefault.Size = new System.Drawing.Size(126, 16);
            this.lblResetDefault.TabIndex = 16;
            this.lblResetDefault.Text = "Reset to default (65)";
            // 
            // btnKeyReset
            // 
            this.btnKeyReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnKeyReset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnKeyReset.ForeColor = System.Drawing.Color.MidnightBlue;
            this.btnKeyReset.Location = new System.Drawing.Point(10, 247);
            this.btnKeyReset.Name = "btnKeyReset";
            this.btnKeyReset.Size = new System.Drawing.Size(108, 23);
            this.btnKeyReset.TabIndex = 17;
            this.btnKeyReset.Text = "Numpad*";
            this.btnKeyReset.UseVisualStyleBackColor = true;
            this.btnKeyReset.Click += new System.EventHandler(this.btnKeyReset_Click);
            // 
            // chkHotkeys
            // 
            this.chkHotkeys.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chkHotkeys.AutoSize = true;
            this.chkHotkeys.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkHotkeys.Location = new System.Drawing.Point(123, 123);
            this.chkHotkeys.Name = "chkHotkeys";
            this.chkHotkeys.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkHotkeys.Size = new System.Drawing.Size(124, 20);
            this.chkHotkeys.TabIndex = 4;
            this.chkHotkeys.Text = "Disable hotkeys";
            this.chkHotkeys.UseVisualStyleBackColor = true;
            this.chkHotkeys.CheckedChanged += new System.EventHandler(this.chkHotkeys_CheckedChanged);
            // 
            // gbGameMode
            // 
            this.gbGameMode.Controls.Add(this.rbSingleplayer);
            this.gbGameMode.Controls.Add(this.rbMultiplayer);
            this.gbGameMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gbGameMode.Location = new System.Drawing.Point(12, 12);
            this.gbGameMode.Name = "gbGameMode";
            this.gbGameMode.Size = new System.Drawing.Size(128, 70);
            this.gbGameMode.TabIndex = 0;
            this.gbGameMode.TabStop = false;
            this.gbGameMode.Text = "MW3";
            // 
            // rbSingleplayer
            // 
            this.rbSingleplayer.AutoSize = true;
            this.rbSingleplayer.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.rbSingleplayer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rbSingleplayer.Location = new System.Drawing.Point(12, 41);
            this.rbSingleplayer.Name = "rbSingleplayer";
            this.rbSingleplayer.Size = new System.Drawing.Size(102, 20);
            this.rbSingleplayer.TabIndex = 1;
            this.rbSingleplayer.Text = "Singleplayer";
            this.rbSingleplayer.UseVisualStyleBackColor = true;
            // 
            // rbMultiplayer
            // 
            this.rbMultiplayer.AutoSize = true;
            this.rbMultiplayer.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.rbMultiplayer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rbMultiplayer.Location = new System.Drawing.Point(23, 21);
            this.rbMultiplayer.Name = "rbMultiplayer";
            this.rbMultiplayer.Size = new System.Drawing.Size(91, 20);
            this.rbMultiplayer.TabIndex = 0;
            this.rbMultiplayer.Text = "Multiplayer";
            this.rbMultiplayer.UseVisualStyleBackColor = true;
            this.rbMultiplayer.CheckedChanged += new System.EventHandler(this.rbGameMode_CheckedChanged);
            // 
            // MainForm
            // 
            this.AcceptButton = this.btnStartGame;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(258, 358);
            this.Controls.Add(this.gbGameMode);
            this.Controls.Add(this.chkHotkeys);
            this.Controls.Add(this.btnKeyReset);
            this.Controls.Add(this.lblResetDefault);
            this.Controls.Add(this.lblZoomIn);
            this.Controls.Add(this.btnKeyZoomIn);
            this.Controls.Add(this.btnKeyZoomOut);
            this.Controls.Add(this.lblUpdateAvail);
            this.Controls.Add(this.chkUpdate);
            this.Controls.Add(this.lblLink);
            this.Controls.Add(this.lblMMN);
            this.Controls.Add(this.lblInstructions);
            this.Controls.Add(this.lblVersion);
            this.Controls.Add(this.btnReset);
            this.Controls.Add(this.btnAbout);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.numFoV);
            this.Controls.Add(this.btnStartGame);
            this.Controls.Add(this.chkBeep);
            this.Controls.Add(this.lblFoV);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.Text = "MW3 FoV Changer";
            this.Deactivate += new System.EventHandler(this.MainForm_Deactivate);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseClick);
            ((System.ComponentModel.ISupportInitialize)(this.numFoV)).EndInit();
            this.gbGameMode.ResumeLayout(false);
            this.gbGameMode.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : ColorPicker.Designer.cs
with GNU General Public License v3.0
from aglab2

private void InitializeComponent()
        {
            this.pictureBox = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.starPicture = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.starPicture)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBox
            // 
            this.pictureBox.Location = new System.Drawing.Point(13, 29);
            this.pictureBox.Name = "pictureBox";
            this.pictureBox.Size = new System.Drawing.Size(549, 220);
            this.pictureBox.TabIndex = 0;
            this.pictureBox.TabStop = false;
            this.pictureBox.Click += new System.EventHandler(this.pictureBox1_Click);
            this.pictureBox.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox_Paint);
            this.pictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox_MouseMove);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(122, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Pick main color for icons";
            // 
            // starPicture
            // 
            this.starPicture.Location = new System.Drawing.Point(569, 29);
            this.starPicture.Name = "starPicture";
            this.starPicture.Size = new System.Drawing.Size(220, 220);
            this.starPicture.TabIndex = 2;
            this.starPicture.TabStop = false;
            // 
            // ColorPicker
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(802, 261);
            this.Controls.Add(this.starPicture);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.pictureBox);
            this.Name = "ColorPicker";
            this.Text = "ColorPicker";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.starPicture)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : MainWindow.Designer.cs
with GNU General Public License v3.0
from aglab2

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
            this.starPicture = new System.Windows.Forms.PictureBox();
            this.menuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.layoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
            this.configureLayoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.loadDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editComponentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.loadCustomFontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem();
            this.editFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.warpToLevelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editFlagsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.enableAutoDeleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pickFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.fileAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.fileBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.fileCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.fileDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem19 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem20 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem21 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem22 = new System.Windows.Forms.ToolStripMenuItem();
            this.useEmptyStarsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.advancedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
            this.resetHighlightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.killPJ64ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.syncToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lockoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.enableLockoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.clearOtherPlayerScoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem26 = new System.Windows.Forms.ToolStripMenuItem();
            this.enableClickToWarpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.starPicture)).BeginInit();
            this.menuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // starPicture
            // 
            this.starPicture.BackColor = System.Drawing.Color.Black;
            this.starPicture.ContextMenuStrip = this.menuStrip;
            this.starPicture.Location = new System.Drawing.Point(0, 0);
            this.starPicture.Name = "starPicture";
            this.starPicture.Size = new System.Drawing.Size(346, 460);
            this.starPicture.TabIndex = 2;
            this.starPicture.TabStop = false;
            this.starPicture.Click += new System.EventHandler(this.starPicture_Click);
            this.starPicture.MouseMove += new System.Windows.Forms.MouseEventHandler(this.starPicture_MouseMove);
            // 
            // menuStrip
            // 
            this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.layoutToolStripMenuItem,
            this.viewToolStripMenuItem,
            this.toolStripMenuItem13,
            this.iconsToolStripMenuItem,
            this.advancedToolStripMenuItem,
            this.syncToolStripMenuItem,
            this.lockoutToolStripMenuItem,
            this.toolStripMenuItem26});
            this.menuStrip.Name = "menuStrip";
            this.menuStrip.Size = new System.Drawing.Size(181, 202);
            // 
            // layoutToolStripMenuItem
            // 
            this.layoutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem4,
            this.toolStripMenuItem6,
            this.toolStripMenuItem7,
            this.toolStripMenuItem5,
            this.toolStripMenuItem8,
            this.configureLayoutToolStripMenuItem});
            this.layoutToolStripMenuItem.Name = "layoutToolStripMenuItem";
            this.layoutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.layoutToolStripMenuItem.Text = "Layout";
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(141, 22);
            this.toolStripMenuItem4.Text = "Load";
            this.toolStripMenuItem4.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
            // 
            // toolStripMenuItem6
            // 
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            this.toolStripMenuItem6.Size = new System.Drawing.Size(141, 22);
            this.toolStripMenuItem6.Text = "Load Default";
            this.toolStripMenuItem6.Click += new System.EventHandler(this.loadDefaultToolStripMenuItem_Click);
            // 
            // toolStripMenuItem7
            // 
            this.toolStripMenuItem7.Name = "toolStripMenuItem7";
            this.toolStripMenuItem7.Size = new System.Drawing.Size(141, 22);
            this.toolStripMenuItem7.Text = "Load From...";
            this.toolStripMenuItem7.Click += new System.EventHandler(this.loadFromToolStripMenuItem_Click);
            // 
            // toolStripMenuItem5
            // 
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            this.toolStripMenuItem5.Size = new System.Drawing.Size(141, 22);
            this.toolStripMenuItem5.Text = "Save";
            this.toolStripMenuItem5.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
            // 
            // toolStripMenuItem8
            // 
            this.toolStripMenuItem8.Name = "toolStripMenuItem8";
            this.toolStripMenuItem8.Size = new System.Drawing.Size(141, 22);
            this.toolStripMenuItem8.Text = "Save As...";
            this.toolStripMenuItem8.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
            // 
            // configureLayoutToolStripMenuItem
            // 
            this.configureLayoutToolStripMenuItem.CheckOnClick = true;
            this.configureLayoutToolStripMenuItem.Name = "configureLayoutToolStripMenuItem";
            this.configureLayoutToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
            this.configureLayoutToolStripMenuItem.Text = "Edit Layout";
            this.configureLayoutToolStripMenuItem.Click += new System.EventHandler(this.configureDisplayToolStripMenuItem_Click);
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.loadToolStripMenuItem,
            this.loadDefaultToolStripMenuItem,
            this.saveToolStripMenuItem,
            this.editComponentsToolStripMenuItem,
            this.loadCustomFontToolStripMenuItem});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.viewToolStripMenuItem.Text = "Settings";
            // 
            // loadToolStripMenuItem
            // 
            this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
            this.loadToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.loadToolStripMenuItem.Text = "Load";
            this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click_1);
            // 
            // loadDefaultToolStripMenuItem
            // 
            this.loadDefaultToolStripMenuItem.Name = "loadDefaultToolStripMenuItem";
            this.loadDefaultToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.loadDefaultToolStripMenuItem.Text = "Load Default";
            this.loadDefaultToolStripMenuItem.Click += new System.EventHandler(this.loadDefaultToolStripMenuItem_Click_1);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.saveToolStripMenuItem.Text = "Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click_1);
            // 
            // editComponentsToolStripMenuItem
            // 
            this.editComponentsToolStripMenuItem.Name = "editComponentsToolStripMenuItem";
            this.editComponentsToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.editComponentsToolStripMenuItem.Text = "Edit Settings...";
            this.editComponentsToolStripMenuItem.Click += new System.EventHandler(this.editComponentsToolStripMenuItem_Click);
            // 
            // loadCustomFontToolStripMenuItem
            // 
            this.loadCustomFontToolStripMenuItem.Name = "loadCustomFontToolStripMenuItem";
            this.loadCustomFontToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.loadCustomFontToolStripMenuItem.Text = "Load Custom Font";
            this.loadCustomFontToolStripMenuItem.Click += new System.EventHandler(this.loadCustomFontToolStripMenuItem_Click);
            // 
            // toolStripMenuItem13
            // 
            this.toolStripMenuItem13.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.editFileToolStripMenuItem,
            this.warpToLevelToolStripMenuItem,
            this.enableClickToWarpToolStripMenuItem,
            this.editFlagsToolStripMenuItem,
            this.enableAutoDeleteToolStripMenuItem,
            this.pickFileToolStripMenuItem});
            this.toolStripMenuItem13.Name = "toolStripMenuItem13";
            this.toolStripMenuItem13.Size = new System.Drawing.Size(180, 22);
            this.toolStripMenuItem13.Text = "Game Edits";
            // 
            // editFileToolStripMenuItem
            // 
            this.editFileToolStripMenuItem.CheckOnClick = true;
            this.editFileToolStripMenuItem.Name = "editFileToolStripMenuItem";
            this.editFileToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.editFileToolStripMenuItem.Text = "Edit File";
            this.editFileToolStripMenuItem.Click += new System.EventHandler(this.editFileToolStripMenuItem_Click);
            // 
            // warpToLevelToolStripMenuItem
            // 
            this.warpToLevelToolStripMenuItem.Name = "warpToLevelToolStripMenuItem";
            this.warpToLevelToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.warpToLevelToolStripMenuItem.Text = "Warp to level";
            this.warpToLevelToolStripMenuItem.Click += new System.EventHandler(this.warpToLevelToolStripMenuItem_Click);
            // 
            // editFlagsToolStripMenuItem
            // 
            this.editFlagsToolStripMenuItem.Name = "editFlagsToolStripMenuItem";
            this.editFlagsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.editFlagsToolStripMenuItem.Text = "Edit Flags...";
            this.editFlagsToolStripMenuItem.Click += new System.EventHandler(this.editFlagsToolStripMenuItem_Click);
            // 
            // enableAutoDeleteToolStripMenuItem
            // 
            this.enableAutoDeleteToolStripMenuItem.CheckOnClick = true;
            this.enableAutoDeleteToolStripMenuItem.Name = "enableAutoDeleteToolStripMenuItem";
            this.enableAutoDeleteToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.enableAutoDeleteToolStripMenuItem.Text = "Delete file on reset";
            // 
            // pickFileToolStripMenuItem
            // 
            this.pickFileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileAToolStripMenuItem,
            this.fileBToolStripMenuItem,
            this.fileCToolStripMenuItem,
            this.fileDToolStripMenuItem});
            this.pickFileToolStripMenuItem.Name = "pickFileToolStripMenuItem";
            this.pickFileToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.pickFileToolStripMenuItem.Text = "Pick File";
            // 
            // fileAToolStripMenuItem
            // 
            this.fileAToolStripMenuItem.Checked = true;
            this.fileAToolStripMenuItem.CheckOnClick = true;
            this.fileAToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.fileAToolStripMenuItem.Name = "fileAToolStripMenuItem";
            this.fileAToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.fileAToolStripMenuItem.Text = "File A";
            this.fileAToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
            // 
            // fileBToolStripMenuItem
            // 
            this.fileBToolStripMenuItem.CheckOnClick = true;
            this.fileBToolStripMenuItem.Name = "fileBToolStripMenuItem";
            this.fileBToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.fileBToolStripMenuItem.Text = "File B";
            this.fileBToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
            // 
            // fileCToolStripMenuItem
            // 
            this.fileCToolStripMenuItem.CheckOnClick = true;
            this.fileCToolStripMenuItem.Name = "fileCToolStripMenuItem";
            this.fileCToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.fileCToolStripMenuItem.Text = "File C";
            this.fileCToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
            // 
            // fileDToolStripMenuItem
            // 
            this.fileDToolStripMenuItem.CheckOnClick = true;
            this.fileDToolStripMenuItem.Name = "fileDToolStripMenuItem";
            this.fileDToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.fileDToolStripMenuItem.Text = "File D";
            this.fileDToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
            // 
            // iconsToolStripMenuItem
            // 
            this.iconsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem19,
            this.toolStripMenuItem20,
            this.toolStripMenuItem21,
            this.toolStripMenuItem22,
            this.useEmptyStarsToolStripMenuItem});
            this.iconsToolStripMenuItem.Name = "iconsToolStripMenuItem";
            this.iconsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.iconsToolStripMenuItem.Text = "Icons";
            // 
            // toolStripMenuItem19
            // 
            this.toolStripMenuItem19.Name = "toolStripMenuItem19";
            this.toolStripMenuItem19.Size = new System.Drawing.Size(173, 22);
            this.toolStripMenuItem19.Text = "Import from RAM";
            this.toolStripMenuItem19.Click += new System.EventHandler(this.importIconsToolStripMenuItem_Click);
            // 
            // toolStripMenuItem20
            // 
            this.toolStripMenuItem20.Name = "toolStripMenuItem20";
            this.toolStripMenuItem20.Size = new System.Drawing.Size(173, 22);
            this.toolStripMenuItem20.Text = "Import from z64";
            this.toolStripMenuItem20.Click += new System.EventHandler(this.importIconsFromROMToolStripMenuItem_Click);
            // 
            // toolStripMenuItem21
            // 
            this.toolStripMenuItem21.Name = "toolStripMenuItem21";
            this.toolStripMenuItem21.Size = new System.Drawing.Size(173, 22);
            this.toolStripMenuItem21.Text = "Saturate";
            this.toolStripMenuItem21.Click += new System.EventHandler(this.saturateIconToolStripMenuItem_Click);
            // 
            // toolStripMenuItem22
            // 
            this.toolStripMenuItem22.Name = "toolStripMenuItem22";
            this.toolStripMenuItem22.Size = new System.Drawing.Size(173, 22);
            this.toolStripMenuItem22.Text = "Recolor";
            this.toolStripMenuItem22.Click += new System.EventHandler(this.recolorIconsToolStripMenuItem_Click);
            // 
            // useEmptyStarsToolStripMenuItem
            // 
            this.useEmptyStarsToolStripMenuItem.Name = "useEmptyStarsToolStripMenuItem";
            this.useEmptyStarsToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
            this.useEmptyStarsToolStripMenuItem.Text = "Switch empty stars";
            this.useEmptyStarsToolStripMenuItem.Click += new System.EventHandler(this.useEmptyStarsToolStripMenuItem_Click);
            // 
            // advancedToolStripMenuItem
            // 
            this.advancedToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.connectToolStripMenuItem,
            this.toolStripMenuItem12,
            this.toolStripMenuItem9,
            this.resetHighlightToolStripMenuItem,
            this.killPJ64ToolStripMenuItem});
            this.advancedToolStripMenuItem.Name = "advancedToolStripMenuItem";
            this.advancedToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.advancedToolStripMenuItem.Text = "Advanced";
            // 
            // connectToolStripMenuItem
            // 
            this.connectToolStripMenuItem.Name = "connectToolStripMenuItem";
            this.connectToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.connectToolStripMenuItem.Text = "Connect to PJ64";
            this.connectToolStripMenuItem.Click += new System.EventHandler(this.connectButton_Click);
            // 
            // toolStripMenuItem12
            // 
            this.toolStripMenuItem12.Name = "toolStripMenuItem12";
            this.toolStripMenuItem12.Size = new System.Drawing.Size(180, 22);
            this.toolStripMenuItem12.Text = "Load ROM";
            this.toolStripMenuItem12.Click += new System.EventHandler(this.loadROMToolStripMenuItem_Click);
            // 
            // toolStripMenuItem9
            // 
            this.toolStripMenuItem9.Name = "toolStripMenuItem9";
            this.toolStripMenuItem9.Size = new System.Drawing.Size(180, 22);
            this.toolStripMenuItem9.Text = "Import Star Masks";
            this.toolStripMenuItem9.Click += new System.EventHandler(this.importStarMasksToolStripMenuItem_Click);
            // 
            // resetHighlightToolStripMenuItem
            // 
            this.resetHighlightToolStripMenuItem.Name = "resetHighlightToolStripMenuItem";
            this.resetHighlightToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.resetHighlightToolStripMenuItem.Text = "Reset Highlight";
            this.resetHighlightToolStripMenuItem.Click += new System.EventHandler(this.resetHighlightToolStripMenuItem_Click);
            // 
            // killPJ64ToolStripMenuItem
            // 
            this.killPJ64ToolStripMenuItem.Name = "killPJ64ToolStripMenuItem";
            this.killPJ64ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.killPJ64ToolStripMenuItem.Text = "Kill PJ64";
            this.killPJ64ToolStripMenuItem.Click += new System.EventHandler(this.killPJ64ToolStripMenuItem_Click);
            // 
            // syncToolStripMenuItem
            // 
            this.syncToolStripMenuItem.Name = "syncToolStripMenuItem";
            this.syncToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.syncToolStripMenuItem.Text = "Sync Online";
            this.syncToolStripMenuItem.Click += new System.EventHandler(this.syncToolStripMenuItem_Click);
            // 
            // lockoutToolStripMenuItem
            // 
            this.lockoutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.enableLockoutToolStripMenuItem,
            this.clearOtherPlayerScoreToolStripMenuItem});
            this.lockoutToolStripMenuItem.Name = "lockoutToolStripMenuItem";
            this.lockoutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.lockoutToolStripMenuItem.Text = "Sync Lockout";
            // 
            // enableLockoutToolStripMenuItem
            // 
            this.enableLockoutToolStripMenuItem.CheckOnClick = true;
            this.enableLockoutToolStripMenuItem.Name = "enableLockoutToolStripMenuItem";
            this.enableLockoutToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
            this.enableLockoutToolStripMenuItem.Text = "Show other player stars";
            // 
            // clearOtherPlayerScoreToolStripMenuItem
            // 
            this.clearOtherPlayerScoreToolStripMenuItem.Name = "clearOtherPlayerScoreToolStripMenuItem";
            this.clearOtherPlayerScoreToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
            this.clearOtherPlayerScoreToolStripMenuItem.Text = "Clear other player stars";
            this.clearOtherPlayerScoreToolStripMenuItem.Click += new System.EventHandler(this.clearOtherPlayerScoreToolStripMenuItem_Click);
            // 
            // toolStripMenuItem26
            // 
            this.toolStripMenuItem26.Name = "toolStripMenuItem26";
            this.toolStripMenuItem26.Size = new System.Drawing.Size(180, 22);
            this.toolStripMenuItem26.Text = "?";
            this.toolStripMenuItem26.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
            // 
            // enableClickToWarpToolStripMenuItem
            // 
            this.enableClickToWarpToolStripMenuItem.CheckOnClick = true;
            this.enableClickToWarpToolStripMenuItem.Name = "enableClickToWarpToolStripMenuItem";
            this.enableClickToWarpToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.enableClickToWarpToolStripMenuItem.Text = "Click to Warp";
            this.enableClickToWarpToolStripMenuItem.Click += new System.EventHandler(this.enableClickToWarpToolStripMenuItem_Click);
            // 
            // MainWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(345, 459);
            this.Controls.Add(this.starPicture);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "MainWindow";
            this.Text = "Star Display";
            this.Resize += new System.EventHandler(this.MainWindow_Resize);
            ((System.ComponentModel.ISupportInitialize)(this.starPicture)).EndInit();
            this.menuStrip.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : MainForm.Designer.cs
with GNU General Public License v3.0
from AgentRev

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.TimerHoldKey = new System.Windows.Forms.Timer(this.components);
            this.TimerUpdate = new System.Windows.Forms.Timer(this.components);
            this.lblFoV = new System.Windows.Forms.Label();
            this.TimerCheck = new System.Windows.Forms.Timer(this.components);
            this.chkBeep = new System.Windows.Forms.CheckBox();
            this.TimerVerif = new System.Windows.Forms.Timer(this.components);
            this.btnStartGame = new System.Windows.Forms.Button();
            this.numFoV = new System.Windows.Forms.NumericUpDown();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnAbout = new System.Windows.Forms.Button();
            this.btnReset = new System.Windows.Forms.Button();
            this.lblVersion = new System.Windows.Forms.Label();
            this.lblInstructions = new System.Windows.Forms.Label();
            this.lblLink = new System.Windows.Forms.LinkLabel();
            this.TimerHTTP = new System.Windows.Forms.Timer(this.components);
            this.chkUpdate = new System.Windows.Forms.CheckBox();
            this.lblUpdateAvail = new System.Windows.Forms.Label();
            this.TimerBlink = new System.Windows.Forms.Timer(this.components);
            this.btnKeyZoomOut = new System.Windows.Forms.Button();
            this.btnKeyZoomIn = new System.Windows.Forms.Button();
            this.lblZoomIn = new System.Windows.Forms.Label();
            this.lblResetDefault = new System.Windows.Forms.Label();
            this.btnKeyReset = new System.Windows.Forms.Button();
            this.chkHotkeys = new System.Windows.Forms.CheckBox();
            this.gbGameMode = new System.Windows.Forms.GroupBox();
            this.rbSingleplayer = new System.Windows.Forms.RadioButton();
            this.rbMultiplayer = new System.Windows.Forms.RadioButton();
            this.ToolTipReset = new System.Windows.Forms.ToolTip(this.components);
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.numFoV)).BeginInit();
            this.gbGameMode.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // TimerHoldKey
            // 
            this.TimerHoldKey.Interval = 350;
            this.TimerHoldKey.Tick += new System.EventHandler(this.TimerHoldKey_Tick);
            // 
            // TimerUpdate
            // 
            this.TimerUpdate.Interval = 250;
            this.TimerUpdate.Tick += new System.EventHandler(this.TimerUpdate_Tick);
            // 
            // lblFoV
            // 
            this.lblFoV.AutoSize = true;
            this.lblFoV.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblFoV.Location = new System.Drawing.Point(45, 138);
            this.lblFoV.Name = "lblFoV";
            this.lblFoV.Size = new System.Drawing.Size(99, 20);
            this.lblFoV.TabIndex = 0;
            this.lblFoV.Text = "Field of View";
            // 
            // TimerCheck
            // 
            this.TimerCheck.Interval = 1000;
            this.TimerCheck.Tick += new System.EventHandler(this.TimerCheck_Tick);
            // 
            // chkBeep
            // 
            this.chkBeep.AutoSize = true;
            this.chkBeep.Checked = true;
            this.chkBeep.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBeep.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkBeep.Location = new System.Drawing.Point(116, 189);
            this.chkBeep.Name = "chkBeep";
            this.chkBeep.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkBeep.Size = new System.Drawing.Size(131, 20);
            this.chkBeep.TabIndex = 5;
            this.chkBeep.Text = "Beep on success";
            this.chkBeep.UseVisualStyleBackColor = true;
            this.chkBeep.CheckedChanged += new System.EventHandler(this.chkBeep_CheckedChanged);
            // 
            // TimerVerif
            // 
            this.TimerVerif.Tick += new System.EventHandler(this.TimerVerif_Tick);
            // 
            // btnStartGame
            // 
            this.btnStartGame.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnStartGame.Location = new System.Drawing.Point(153, 83);
            this.btnStartGame.MinimumSize = new System.Drawing.Size(82, 24);
            this.btnStartGame.Name = "btnStartGame";
            this.btnStartGame.Size = new System.Drawing.Size(93, 31);
            this.btnStartGame.TabIndex = 1;
            this.btnStartGame.Text = "Start Game";
            this.btnStartGame.UseVisualStyleBackColor = true;
            this.btnStartGame.Click += new System.EventHandler(this.btnStartGame_Click);
            // 
            // numFoV
            // 
            this.numFoV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.numFoV.DecimalPlaces = 2;
            this.numFoV.Enabled = false;
            this.numFoV.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.numFoV.Location = new System.Drawing.Point(153, 139);
            this.numFoV.Maximum = new decimal(new int[] {
            90,
            0,
            0,
            0});
            this.numFoV.Minimum = new decimal(new int[] {
            65,
            0,
            0,
            0});
            this.numFoV.MinimumSize = new System.Drawing.Size(58, 0);
            this.numFoV.Name = "numFoV";
            this.numFoV.Size = new System.Drawing.Size(70, 22);
            this.numFoV.TabIndex = 2;
            this.numFoV.Value = new decimal(new int[] {
            65,
            0,
            0,
            0});
            this.numFoV.ValueChanged += new System.EventHandler(this.numFoV_ValueChanged);
            // 
            // btnExit
            // 
            this.btnExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnExit.Location = new System.Drawing.Point(177, 358);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(70, 30);
            this.btnExit.TabIndex = 20;
            this.btnExit.Text = "Exit";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnAbout
            // 
            this.btnAbout.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnAbout.Location = new System.Drawing.Point(97, 358);
            this.btnAbout.Name = "btnAbout";
            this.btnAbout.Size = new System.Drawing.Size(70, 30);
            this.btnAbout.TabIndex = 19;
            this.btnAbout.Text = "About";
            this.btnAbout.UseVisualStyleBackColor = true;
            this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
            // 
            // btnReset
            // 
            this.btnReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnReset.Location = new System.Drawing.Point(223, 138);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(24, 24);
            this.btnReset.TabIndex = 3;
            this.btnReset.Text = "*";
            this.ToolTipReset.SetToolTip(this.btnReset, "Reset to default");
            this.btnReset.UseVisualStyleBackColor = true;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // lblVersion
            // 
            this.lblVersion.AutoSize = true;
            this.lblVersion.Enabled = false;
            this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblVersion.Location = new System.Drawing.Point(8, 365);
            this.lblVersion.MinimumSize = new System.Drawing.Size(82, 0);
            this.lblVersion.Name = "lblVersion";
            this.lblVersion.Size = new System.Drawing.Size(82, 16);
            this.lblVersion.TabIndex = 0;
            this.lblVersion.Text = "v1.x.xxx.x";
            this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblVersion.Visible = false;
            // 
            // lblInstructions
            // 
            this.lblInstructions.AutoSize = true;
            this.lblInstructions.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblInstructions.Location = new System.Drawing.Point(121, 239);
            this.lblInstructions.Name = "lblInstructions";
            this.lblInstructions.Size = new System.Drawing.Size(89, 16);
            this.lblInstructions.TabIndex = 8;
            this.lblInstructions.Text = "Zoom out (+1)";
            // 
            // lblLink
            // 
            this.lblLink.AutoSize = true;
            this.lblLink.BackColor = System.Drawing.SystemColors.Control;
            this.lblLink.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblLink.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.lblLink.Location = new System.Drawing.Point(21, 332);
            this.lblLink.Margin = new System.Windows.Forms.Padding(0);
            this.lblLink.MaximumSize = new System.Drawing.Size(260, 0);
            this.lblLink.Name = "lblLink";
            this.lblLink.Size = new System.Drawing.Size(208, 13);
            this.lblLink.TabIndex = 18;
            this.lblLink.TabStop = true;
            this.lblLink.Text = "github.com/AgentRev/CoD-FoV-Changers";
            this.lblLink.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.lblLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblLink_LinkClicked);
            // 
            // chkUpdate
            // 
            this.chkUpdate.AutoSize = true;
            this.chkUpdate.Checked = true;
            this.chkUpdate.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkUpdate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkUpdate.Location = new System.Drawing.Point(48, 210);
            this.chkUpdate.Name = "chkUpdate";
            this.chkUpdate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkUpdate.Size = new System.Drawing.Size(199, 20);
            this.chkUpdate.TabIndex = 6;
            this.chkUpdate.Text = "Notify when update available";
            this.chkUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chkUpdate.UseVisualStyleBackColor = true;
            this.chkUpdate.CheckedChanged += new System.EventHandler(this.chkUpdate_CheckedChanged);
            // 
            // lblUpdateAvail
            // 
            this.lblUpdateAvail.BackColor = System.Drawing.SystemColors.Control;
            this.lblUpdateAvail.Enabled = false;
            this.lblUpdateAvail.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblUpdateAvail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.lblUpdateAvail.Location = new System.Drawing.Point(0, 306);
            this.lblUpdateAvail.Name = "lblUpdateAvail";
            this.lblUpdateAvail.Size = new System.Drawing.Size(258, 13);
            this.lblUpdateAvail.TabIndex = 12;
            this.lblUpdateAvail.Text = "Update v1.x.xxx.x available";
            this.lblUpdateAvail.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblUpdateAvail.Visible = false;
            // 
            // TimerBlink
            // 
            this.TimerBlink.Interval = 500;
            this.TimerBlink.Tick += new System.EventHandler(this.TimerBlink_Tick);
            // 
            // btnKeyZoomOut
            // 
            this.btnKeyZoomOut.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnKeyZoomOut.ForeColor = System.Drawing.Color.MidnightBlue;
            this.btnKeyZoomOut.Location = new System.Drawing.Point(10, 236);
            this.btnKeyZoomOut.Name = "btnKeyZoomOut";
            this.btnKeyZoomOut.Size = new System.Drawing.Size(108, 23);
            this.btnKeyZoomOut.TabIndex = 13;
            this.btnKeyZoomOut.Text = "Numpad−";
            this.btnKeyZoomOut.UseVisualStyleBackColor = true;
            this.btnKeyZoomOut.Click += new System.EventHandler(this.btnKeyZoomOut_Click);
            // 
            // btnKeyZoomIn
            // 
            this.btnKeyZoomIn.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnKeyZoomIn.ForeColor = System.Drawing.Color.MidnightBlue;
            this.btnKeyZoomIn.Location = new System.Drawing.Point(10, 258);
            this.btnKeyZoomIn.Name = "btnKeyZoomIn";
            this.btnKeyZoomIn.Size = new System.Drawing.Size(108, 23);
            this.btnKeyZoomIn.TabIndex = 14;
            this.btnKeyZoomIn.Text = "Numpad+";
            this.btnKeyZoomIn.UseVisualStyleBackColor = true;
            this.btnKeyZoomIn.Click += new System.EventHandler(this.btnKeyZoomIn_Click);
            // 
            // lblZoomIn
            // 
            this.lblZoomIn.AutoSize = true;
            this.lblZoomIn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblZoomIn.Location = new System.Drawing.Point(121, 261);
            this.lblZoomIn.Name = "lblZoomIn";
            this.lblZoomIn.Size = new System.Drawing.Size(81, 16);
            this.lblZoomIn.TabIndex = 15;
            this.lblZoomIn.Text = "Zoom in (−1)";
            // 
            // lblResetDefault
            // 
            this.lblResetDefault.AutoSize = true;
            this.lblResetDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblResetDefault.Location = new System.Drawing.Point(121, 283);
            this.lblResetDefault.Name = "lblResetDefault";
            this.lblResetDefault.Size = new System.Drawing.Size(126, 16);
            this.lblResetDefault.TabIndex = 16;
            this.lblResetDefault.Text = "Reset to default (65)";
            // 
            // btnKeyReset
            // 
            this.btnKeyReset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnKeyReset.ForeColor = System.Drawing.Color.MidnightBlue;
            this.btnKeyReset.Location = new System.Drawing.Point(10, 280);
            this.btnKeyReset.Name = "btnKeyReset";
            this.btnKeyReset.Size = new System.Drawing.Size(108, 23);
            this.btnKeyReset.TabIndex = 17;
            this.btnKeyReset.Text = "Numpad*";
            this.btnKeyReset.UseVisualStyleBackColor = true;
            this.btnKeyReset.Click += new System.EventHandler(this.btnKeyReset_Click);
            // 
            // chkHotkeys
            // 
            this.chkHotkeys.AutoSize = true;
            this.chkHotkeys.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkHotkeys.Location = new System.Drawing.Point(123, 168);
            this.chkHotkeys.Name = "chkHotkeys";
            this.chkHotkeys.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkHotkeys.Size = new System.Drawing.Size(124, 20);
            this.chkHotkeys.TabIndex = 4;
            this.chkHotkeys.Text = "Disable hotkeys";
            this.chkHotkeys.UseVisualStyleBackColor = true;
            this.chkHotkeys.CheckedChanged += new System.EventHandler(this.chkHotkeys_CheckedChanged);
            // 
            // gbGameMode
            // 
            this.gbGameMode.Controls.Add(this.rbSingleplayer);
            this.gbGameMode.Controls.Add(this.rbMultiplayer);
            this.gbGameMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gbGameMode.Location = new System.Drawing.Point(12, 65);
            this.gbGameMode.Name = "gbGameMode";
            this.gbGameMode.Size = new System.Drawing.Size(128, 61);
            this.gbGameMode.TabIndex = 0;
            this.gbGameMode.TabStop = false;
            // 
            // rbSingleplayer
            // 
            this.rbSingleplayer.AutoSize = true;
            this.rbSingleplayer.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.rbSingleplayer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rbSingleplayer.Location = new System.Drawing.Point(12, 34);
            this.rbSingleplayer.Name = "rbSingleplayer";
            this.rbSingleplayer.Size = new System.Drawing.Size(102, 20);
            this.rbSingleplayer.TabIndex = 1;
            this.rbSingleplayer.Text = "Singleplayer";
            this.rbSingleplayer.UseVisualStyleBackColor = true;
            // 
            // rbMultiplayer
            // 
            this.rbMultiplayer.AutoSize = true;
            this.rbMultiplayer.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.rbMultiplayer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rbMultiplayer.Location = new System.Drawing.Point(23, 14);
            this.rbMultiplayer.Name = "rbMultiplayer";
            this.rbMultiplayer.Size = new System.Drawing.Size(91, 20);
            this.rbMultiplayer.TabIndex = 0;
            this.rbMultiplayer.Text = "Multiplayer";
            this.rbMultiplayer.UseVisualStyleBackColor = true;
            this.rbMultiplayer.CheckedChanged += new System.EventHandler(this.rbGameMode_CheckedChanged);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::Ghosts_FoV_Changer.Properties.Resources.codghosts_banner;
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(258, 63);
            this.pictureBox1.TabIndex = 21;
            this.pictureBox1.TabStop = false;
            // 
            // MainForm
            // 
            this.AcceptButton = this.btnStartGame;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(258, 399);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.gbGameMode);
            this.Controls.Add(this.chkHotkeys);
            this.Controls.Add(this.btnKeyReset);
            this.Controls.Add(this.lblResetDefault);
            this.Controls.Add(this.lblZoomIn);
            this.Controls.Add(this.btnKeyZoomIn);
            this.Controls.Add(this.btnKeyZoomOut);
            this.Controls.Add(this.lblUpdateAvail);
            this.Controls.Add(this.chkUpdate);
            this.Controls.Add(this.lblLink);
            this.Controls.Add(this.lblInstructions);
            this.Controls.Add(this.lblVersion);
            this.Controls.Add(this.btnReset);
            this.Controls.Add(this.btnAbout);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.numFoV);
            this.Controls.Add(this.btnStartGame);
            this.Controls.Add(this.chkBeep);
            this.Controls.Add(this.lblFoV);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.Text = "Ghosts FoV Changer";
            this.Deactivate += new System.EventHandler(this.MainForm_Deactivate);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseClick);
            ((System.ComponentModel.ISupportInitialize)(this.numFoV)).EndInit();
            this.gbGameMode.ResumeLayout(false);
            this.gbGameMode.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : MainForm.Designer.cs
with GNU General Public License v3.0
from AgentRev

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.TimerHoldKey = new System.Windows.Forms.Timer(this.components);
            this.TimerUpdate = new System.Windows.Forms.Timer(this.components);
            this.lblFoV = new System.Windows.Forms.Label();
            this.TimerCheck = new System.Windows.Forms.Timer(this.components);
            this.chkBeep = new System.Windows.Forms.CheckBox();
            this.lblGameState = new System.Windows.Forms.Label();
            this.TimerVerif = new System.Windows.Forms.Timer(this.components);
            this.btnStartGame = new System.Windows.Forms.Button();
            this.numFoV = new System.Windows.Forms.NumericUpDown();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnAbout = new System.Windows.Forms.Button();
            this.btnReset = new System.Windows.Forms.Button();
            this.lblVersion = new System.Windows.Forms.Label();
            this.lblInstructions = new System.Windows.Forms.Label();
            this.lblMMN = new System.Windows.Forms.Label();
            this.lblLink = new System.Windows.Forms.LinkLabel();
            this.TimerHTTP = new System.Windows.Forms.Timer(this.components);
            this.chkUpdate = new System.Windows.Forms.CheckBox();
            this.lblUpdateAvail = new System.Windows.Forms.Label();
            this.TimerBlink = new System.Windows.Forms.Timer(this.components);
            this.btnKeyZoomOut = new System.Windows.Forms.Button();
            this.btnKeyZoomIn = new System.Windows.Forms.Button();
            this.lblZoomIn = new System.Windows.Forms.Label();
            this.lblResetDefault = new System.Windows.Forms.Label();
            this.btnKeyReset = new System.Windows.Forms.Button();
            this.chkHotkeys = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.numFoV)).BeginInit();
            this.SuspendLayout();
            // 
            // TimerHoldKey
            // 
            this.TimerHoldKey.Interval = 500;
            this.TimerHoldKey.Tick += new System.EventHandler(this.TimerHoldKey_Tick);
            // 
            // TimerUpdate
            // 
            this.TimerUpdate.Interval = 250;
            this.TimerUpdate.Tick += new System.EventHandler(this.TimerUpdate_Tick);
            // 
            // lblFoV
            // 
            this.lblFoV.AutoSize = true;
            this.lblFoV.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblFoV.Location = new System.Drawing.Point(45, 43);
            this.lblFoV.Name = "lblFoV";
            this.lblFoV.Size = new System.Drawing.Size(99, 20);
            this.lblFoV.TabIndex = 0;
            this.lblFoV.Text = "Field of View";
            // 
            // TimerCheck
            // 
            this.TimerCheck.Interval = 1000;
            this.TimerCheck.Tick += new System.EventHandler(this.TimerCheck_Tick);
            // 
            // chkBeep
            // 
            this.chkBeep.AutoSize = true;
            this.chkBeep.Checked = true;
            this.chkBeep.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBeep.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkBeep.Location = new System.Drawing.Point(16, 94);
            this.chkBeep.Name = "chkBeep";
            this.chkBeep.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkBeep.Size = new System.Drawing.Size(231, 20);
            this.chkBeep.TabIndex = 4;
            this.chkBeep.Text = "Beep once FoV change succeeds";
            this.chkBeep.UseVisualStyleBackColor = true;
            this.chkBeep.CheckedChanged += new System.EventHandler(this.chkBeep_CheckedChanged);
            // 
            // lblGameState
            // 
            this.lblGameState.AutoSize = true;
            this.lblGameState.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblGameState.Location = new System.Drawing.Point(19, 12);
            this.lblGameState.Name = "lblGameState";
            this.lblGameState.Size = new System.Drawing.Size(125, 20);
            this.lblGameState.TabIndex = 0;
            this.lblGameState.Text = "MW2 Multiplayer";
            // 
            // TimerVerif
            // 
            this.TimerVerif.Interval = 1000;
            this.TimerVerif.Tick += new System.EventHandler(this.TimerVerif_Tick);
            // 
            // btnStartGame
            // 
            this.btnStartGame.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnStartGame.Location = new System.Drawing.Point(152, 11);
            this.btnStartGame.MinimumSize = new System.Drawing.Size(82, 24);
            this.btnStartGame.Name = "btnStartGame";
            this.btnStartGame.Size = new System.Drawing.Size(95, 24);
            this.btnStartGame.TabIndex = 1;
            this.btnStartGame.Text = "Start Game";
            this.btnStartGame.UseVisualStyleBackColor = true;
            this.btnStartGame.Click += new System.EventHandler(this.btnStartGame_Click);
            // 
            // numFoV
            // 
            this.numFoV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.numFoV.DecimalPlaces = 2;
            this.numFoV.Enabled = false;
            this.numFoV.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.numFoV.Location = new System.Drawing.Point(153, 44);
            this.numFoV.Maximum = new decimal(new int[] {
            90,
            0,
            0,
            0});
            this.numFoV.Minimum = new decimal(new int[] {
            65,
            0,
            0,
            0});
            this.numFoV.MinimumSize = new System.Drawing.Size(58, 0);
            this.numFoV.Name = "numFoV";
            this.numFoV.Size = new System.Drawing.Size(70, 22);
            this.numFoV.TabIndex = 2;
            this.numFoV.Value = new decimal(new int[] {
            65,
            0,
            0,
            0});
            this.numFoV.ValueChanged += new System.EventHandler(this.numFoV_ValueChanged);
            // 
            // btnExit
            // 
            this.btnExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnExit.Location = new System.Drawing.Point(177, 257);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(70, 30);
            this.btnExit.TabIndex = 8;
            this.btnExit.Text = "Exit";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnAbout
            // 
            this.btnAbout.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnAbout.Location = new System.Drawing.Point(97, 257);
            this.btnAbout.Name = "btnAbout";
            this.btnAbout.Size = new System.Drawing.Size(70, 30);
            this.btnAbout.TabIndex = 7;
            this.btnAbout.Text = "About";
            this.btnAbout.UseVisualStyleBackColor = true;
            this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
            // 
            // btnReset
            // 
            this.btnReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnReset.Location = new System.Drawing.Point(223, 43);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(24, 24);
            this.btnReset.TabIndex = 3;
            this.btnReset.Text = "*";
            this.btnReset.UseVisualStyleBackColor = true;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // lblVersion
            // 
            this.lblVersion.AutoSize = true;
            this.lblVersion.Enabled = false;
            this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblVersion.Location = new System.Drawing.Point(8, 264);
            this.lblVersion.MinimumSize = new System.Drawing.Size(82, 0);
            this.lblVersion.Name = "lblVersion";
            this.lblVersion.Size = new System.Drawing.Size(82, 16);
            this.lblVersion.TabIndex = 0;
            this.lblVersion.Text = "v1.x.xxx.x";
            this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblVersion.Visible = false;
            // 
            // lblInstructions
            // 
            this.lblInstructions.AutoSize = true;
            this.lblInstructions.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblInstructions.Location = new System.Drawing.Point(121, 156);
            this.lblInstructions.Name = "lblInstructions";
            this.lblInstructions.Size = new System.Drawing.Size(89, 16);
            this.lblInstructions.TabIndex = 8;
            this.lblInstructions.Text = "Zoom out (+5)";
            // 
            // lblMMN
            // 
            this.lblMMN.AutoSize = true;
            this.lblMMN.Location = new System.Drawing.Point(8, 236);
            this.lblMMN.MinimumSize = new System.Drawing.Size(242, 0);
            this.lblMMN.Name = "lblMMN";
            this.lblMMN.Size = new System.Drawing.Size(242, 13);
            this.lblMMN.TabIndex = 9;
            this.lblMMN.Text = "Check MapModNews.com  for updates.";
            this.lblMMN.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblLink
            // 
            this.lblLink.AutoSize = true;
            this.lblLink.BackColor = System.Drawing.SystemColors.Control;
            this.lblLink.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblLink.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.lblLink.Location = new System.Drawing.Point(65, 236);
            this.lblLink.Margin = new System.Windows.Forms.Padding(0);
            this.lblLink.MaximumSize = new System.Drawing.Size(99, 0);
            this.lblLink.Name = "lblLink";
            this.lblLink.Size = new System.Drawing.Size(99, 13);
            this.lblLink.TabIndex = 6;
            this.lblLink.TabStop = true;
            this.lblLink.Text = "MapModNews.com";
            this.lblLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblLink_LinkClicked);
            // 
            // chkUpdate
            // 
            this.chkUpdate.AutoSize = true;
            this.chkUpdate.Checked = true;
            this.chkUpdate.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkUpdate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkUpdate.Location = new System.Drawing.Point(7, 115);
            this.chkUpdate.Name = "chkUpdate";
            this.chkUpdate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkUpdate.Size = new System.Drawing.Size(240, 20);
            this.chkUpdate.TabIndex = 5;
            this.chkUpdate.Text = "Alert popup if an update is available";
            this.chkUpdate.UseVisualStyleBackColor = true;
            this.chkUpdate.CheckedChanged += new System.EventHandler(this.chkUpdate_CheckedChanged);
            // 
            // lblUpdateAvail
            // 
            this.lblUpdateAvail.AutoSize = true;
            this.lblUpdateAvail.BackColor = System.Drawing.SystemColors.Control;
            this.lblUpdateAvail.Enabled = false;
            this.lblUpdateAvail.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblUpdateAvail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.lblUpdateAvail.Location = new System.Drawing.Point(7, 132);
            this.lblUpdateAvail.Name = "lblUpdateAvail";
            this.lblUpdateAvail.Size = new System.Drawing.Size(159, 13);
            this.lblUpdateAvail.TabIndex = 12;
            this.lblUpdateAvail.Text = "└ Update v1.x.xxx.x available";
            this.lblUpdateAvail.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblUpdateAvail.Visible = false;
            // 
            // TimerBlink
            // 
            this.TimerBlink.Interval = 500;
            this.TimerBlink.Tick += new System.EventHandler(this.TimerBlink_Tick);
            // 
            // btnKeyZoomOut
            // 
            this.btnKeyZoomOut.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnKeyZoomOut.ForeColor = System.Drawing.Color.MidnightBlue;
            this.btnKeyZoomOut.Location = new System.Drawing.Point(10, 153);
            this.btnKeyZoomOut.Name = "btnKeyZoomOut";
            this.btnKeyZoomOut.Size = new System.Drawing.Size(108, 23);
            this.btnKeyZoomOut.TabIndex = 13;
            this.btnKeyZoomOut.Text = "Numpad−";
            this.btnKeyZoomOut.UseVisualStyleBackColor = true;
            this.btnKeyZoomOut.Click += new System.EventHandler(this.btnKeyZoomOut_Click);
            // 
            // btnKeyZoomIn
            // 
            this.btnKeyZoomIn.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnKeyZoomIn.ForeColor = System.Drawing.Color.MidnightBlue;
            this.btnKeyZoomIn.Location = new System.Drawing.Point(10, 175);
            this.btnKeyZoomIn.Name = "btnKeyZoomIn";
            this.btnKeyZoomIn.Size = new System.Drawing.Size(108, 23);
            this.btnKeyZoomIn.TabIndex = 14;
            this.btnKeyZoomIn.Text = "Numpad+";
            this.btnKeyZoomIn.UseVisualStyleBackColor = true;
            this.btnKeyZoomIn.Click += new System.EventHandler(this.btnKeyZoomIn_Click);
            // 
            // lblZoomIn
            // 
            this.lblZoomIn.AutoSize = true;
            this.lblZoomIn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblZoomIn.Location = new System.Drawing.Point(121, 178);
            this.lblZoomIn.Name = "lblZoomIn";
            this.lblZoomIn.Size = new System.Drawing.Size(78, 16);
            this.lblZoomIn.TabIndex = 15;
            this.lblZoomIn.Text = "Zoom in (-5)";
            // 
            // lblResetDefault
            // 
            this.lblResetDefault.AutoSize = true;
            this.lblResetDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblResetDefault.Location = new System.Drawing.Point(121, 200);
            this.lblResetDefault.Name = "lblResetDefault";
            this.lblResetDefault.Size = new System.Drawing.Size(126, 16);
            this.lblResetDefault.TabIndex = 16;
            this.lblResetDefault.Text = "Reset to default (65)";
            // 
            // btnKeyReset
            // 
            this.btnKeyReset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnKeyReset.ForeColor = System.Drawing.Color.MidnightBlue;
            this.btnKeyReset.Location = new System.Drawing.Point(10, 197);
            this.btnKeyReset.Name = "btnKeyReset";
            this.btnKeyReset.Size = new System.Drawing.Size(108, 23);
            this.btnKeyReset.TabIndex = 17;
            this.btnKeyReset.Text = "Numpad*";
            this.btnKeyReset.UseVisualStyleBackColor = true;
            this.btnKeyReset.Click += new System.EventHandler(this.btnKeyReset_Click);
            // 
            // chkHotkeys
            // 
            this.chkHotkeys.AutoSize = true;
            this.chkHotkeys.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkHotkeys.Location = new System.Drawing.Point(123, 73);
            this.chkHotkeys.Name = "chkHotkeys";
            this.chkHotkeys.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkHotkeys.Size = new System.Drawing.Size(124, 20);
            this.chkHotkeys.TabIndex = 18;
            this.chkHotkeys.Text = "Disable hotkeys";
            this.chkHotkeys.UseVisualStyleBackColor = true;
            this.chkHotkeys.CheckedChanged += new System.EventHandler(this.chkHotkeys_CheckedChanged);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(258, 298);
            this.Controls.Add(this.chkHotkeys);
            this.Controls.Add(this.btnKeyReset);
            this.Controls.Add(this.lblResetDefault);
            this.Controls.Add(this.lblZoomIn);
            this.Controls.Add(this.btnKeyZoomIn);
            this.Controls.Add(this.btnKeyZoomOut);
            this.Controls.Add(this.lblUpdateAvail);
            this.Controls.Add(this.chkUpdate);
            this.Controls.Add(this.lblLink);
            this.Controls.Add(this.lblMMN);
            this.Controls.Add(this.lblInstructions);
            this.Controls.Add(this.lblVersion);
            this.Controls.Add(this.btnReset);
            this.Controls.Add(this.btnAbout);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.numFoV);
            this.Controls.Add(this.btnStartGame);
            this.Controls.Add(this.lblGameState);
            this.Controls.Add(this.chkBeep);
            this.Controls.Add(this.lblFoV);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.Text = "MW2 MP FoV Changer";
            this.Deactivate += new System.EventHandler(this.MainForm_Deactivate);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseClick);
            ((System.ComponentModel.ISupportInitialize)(this.numFoV)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : AboutDialog.Designer.cs
with GNU General Public License v3.0
from aglab2

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDialog));
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
            this.pictureBox1.Location = new System.Drawing.Point(12, 38);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(82, 83);
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label1.Location = new System.Drawing.Point(126, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(119, 24);
            this.label1.TabIndex = 1;
            this.label1.Text = "Star Display";
            // 
            // richTextBox1
            // 
            this.richTextBox1.Location = new System.Drawing.Point(100, 38);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.ReadOnly = true;
            this.richTextBox1.Size = new System.Drawing.Size(259, 169);
            this.richTextBox1.TabIndex = 2;
            this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
            // 
            // pictureBox2
            // 
            this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.Location = new System.Drawing.Point(13, 128);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(81, 79);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex = 3;
            this.pictureBox2.TabStop = false;
            this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
            // 
            // AboutDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(366, 213);
            this.Controls.Add(this.pictureBox2);
            this.Controls.Add(this.richTextBox1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.pictureBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AboutDialog";
            this.ShowIcon = false;
            this.Text = "About";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : FormAbout.Designer.cs
with GNU General Public License v3.0
from AHeroicLlama

private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout));
			this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
			this.logoPictureBox = new System.Windows.Forms.PictureBox();
			this.labelProductName = new System.Windows.Forms.Label();
			this.labelVersion = new System.Windows.Forms.Label();
			this.labelCopyright = new System.Windows.Forms.Label();
			this.labelCompanyName = new System.Windows.Forms.Label();
			this.textBoxDescription = new System.Windows.Forms.TextBox();
			this.okButton = new System.Windows.Forms.Button();
			this.tableLayoutPanel.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
			this.SuspendLayout();
			// 
			// tableLayoutPanel
			// 
			this.tableLayoutPanel.ColumnCount = 2;
			this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
			this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
			this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
			this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
			this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
			this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
			this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
			this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
			this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
			this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
			this.tableLayoutPanel.Name = "tableLayoutPanel";
			this.tableLayoutPanel.RowCount = 6;
			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
			this.tableLayoutPanel.Size = new System.Drawing.Size(417, 265);
			this.tableLayoutPanel.TabIndex = 0;
			// 
			// logoPictureBox
			// 
			this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
			this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
			this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
			this.logoPictureBox.Name = "logoPictureBox";
			this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
			this.logoPictureBox.Size = new System.Drawing.Size(131, 259);
			this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
			this.logoPictureBox.TabIndex = 12;
			this.logoPictureBox.TabStop = false;
			// 
			// labelProductName
			// 
			this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
			this.labelProductName.Location = new System.Drawing.Point(143, 0);
			this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
			this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
			this.labelProductName.Name = "labelProductName";
			this.labelProductName.Size = new System.Drawing.Size(271, 17);
			this.labelProductName.TabIndex = 19;
			this.labelProductName.Text = "Product Name";
			this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// labelVersion
			// 
			this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
			this.labelVersion.Location = new System.Drawing.Point(143, 26);
			this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
			this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
			this.labelVersion.Name = "labelVersion";
			this.labelVersion.Size = new System.Drawing.Size(271, 17);
			this.labelVersion.TabIndex = 0;
			this.labelVersion.Text = "Version";
			this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// labelCopyright
			// 
			this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
			this.labelCopyright.Location = new System.Drawing.Point(143, 52);
			this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
			this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
			this.labelCopyright.Name = "labelCopyright";
			this.labelCopyright.Size = new System.Drawing.Size(271, 17);
			this.labelCopyright.TabIndex = 21;
			this.labelCopyright.Text = "Copyright";
			this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// labelCompanyName
			// 
			this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
			this.labelCompanyName.Location = new System.Drawing.Point(143, 78);
			this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
			this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
			this.labelCompanyName.Name = "labelCompanyName";
			this.labelCompanyName.Size = new System.Drawing.Size(271, 17);
			this.labelCompanyName.TabIndex = 22;
			this.labelCompanyName.Text = "Company Name";
			this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBoxDescription
			// 
			this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
			this.textBoxDescription.Location = new System.Drawing.Point(143, 107);
			this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
			this.textBoxDescription.Multiline = true;
			this.textBoxDescription.Name = "textBoxDescription";
			this.textBoxDescription.ReadOnly = true;
			this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.textBoxDescription.Size = new System.Drawing.Size(271, 126);
			this.textBoxDescription.TabIndex = 23;
			this.textBoxDescription.TabStop = false;
			this.textBoxDescription.Text = "Description";
			// 
			// okButton
			// 
			this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.okButton.Location = new System.Drawing.Point(339, 239);
			this.okButton.Name = "okButton";
			this.okButton.Size = new System.Drawing.Size(75, 23);
			this.okButton.TabIndex = 24;
			this.okButton.Text = "&OK";
			this.okButton.Click += new System.EventHandler(this.OkButton_Click);
			// 
			// FormAbout
			// 
			this.AcceptButton = this.okButton;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(435, 283);
			this.Controls.Add(this.tableLayoutPanel);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormAbout";
			this.Padding = new System.Windows.Forms.Padding(9);
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "About Mappalachia";
			this.tableLayoutPanel.ResumeLayout(false);
			this.tableLayoutPanel.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
			this.ResumeLayout(false);

		}

19 Source : FormPlotIconSettings.Designer.cs
with GNU General Public License v3.0
from AHeroicLlama

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPlotIconSettings));
			this.checkBoxCrosshairOuter = new System.Windows.Forms.CheckBox();
			this.checkBoxCircle = new System.Windows.Forms.CheckBox();
			this.checkBoxCrosshairInner = new System.Windows.Forms.CheckBox();
			this.checkBoxSquare = new System.Windows.Forms.CheckBox();
			this.checkBoxDiamond = new System.Windows.Forms.CheckBox();
			this.buttonApply = new System.Windows.Forms.Button();
			this.buttonCancel = new System.Windows.Forms.Button();
			this.groupBoxColorPalette = new System.Windows.Forms.GroupBox();
			this.buttonRemoveColor = new System.Windows.Forms.Button();
			this.labelLoadPalette = new System.Windows.Forms.Label();
			this.comboBoxPalette = new System.Windows.Forms.ComboBox();
			this.buttonAddColor = new System.Windows.Forms.Button();
			this.listViewColorPalette = new System.Windows.Forms.ListView();
			this.labelOpacityShadow = new System.Windows.Forms.Label();
			this.labelOpacity = new System.Windows.Forms.Label();
			this.trackBarIconWidth = new System.Windows.Forms.TrackBar();
			this.labelIconWidth = new System.Windows.Forms.Label();
			this.trackBarIconSize = new System.Windows.Forms.TrackBar();
			this.labelIconSize = new System.Windows.Forms.Label();
			this.toolTipControls = new System.Windows.Forms.ToolTip(this.components);
			this.listViewShapePalette = new System.Windows.Forms.ListView();
			this.trackBarIconOpacity = new System.Windows.Forms.TrackBar();
			this.trackBarShadowOpacity = new System.Windows.Forms.TrackBar();
			this.buttonRemoveShape = new System.Windows.Forms.Button();
			this.buttonAddShape = new System.Windows.Forms.Button();
			this.buttonReset = new System.Windows.Forms.Button();
			this.checkBoxFill = new System.Windows.Forms.CheckBox();
			this.colorDialogPalette = new System.Windows.Forms.ColorDialog();
			this.groupBoxGeneral = new System.Windows.Forms.GroupBox();
			this.groupBoxIconPalette = new System.Windows.Forms.GroupBox();
			this.groupBoxColorPalette.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.trackBarIconWidth)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.trackBarIconSize)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.trackBarIconOpacity)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.trackBarShadowOpacity)).BeginInit();
			this.groupBoxGeneral.SuspendLayout();
			this.groupBoxIconPalette.SuspendLayout();
			this.SuspendLayout();
			// 
			// checkBoxCrosshairOuter
			// 
			this.checkBoxCrosshairOuter.AutoSize = true;
			this.checkBoxCrosshairOuter.Location = new System.Drawing.Point(80, 117);
			this.checkBoxCrosshairOuter.Name = "checkBoxCrosshairOuter";
			this.checkBoxCrosshairOuter.Size = new System.Drawing.Size(98, 17);
			this.checkBoxCrosshairOuter.TabIndex = 5;
			this.checkBoxCrosshairOuter.Text = "Outer Crosshair";
			this.toolTipControls.SetToolTip(this.checkBoxCrosshairOuter, "Add a crosshair extruding from the plot icon.");
			this.checkBoxCrosshairOuter.UseVisualStyleBackColor = true;
			// 
			// checkBoxCircle
			// 
			this.checkBoxCircle.AutoSize = true;
			this.checkBoxCircle.Location = new System.Drawing.Point(6, 141);
			this.checkBoxCircle.Name = "checkBoxCircle";
			this.checkBoxCircle.Size = new System.Drawing.Size(52, 17);
			this.checkBoxCircle.TabIndex = 3;
			this.checkBoxCircle.Text = "Circle";
			this.toolTipControls.SetToolTip(this.checkBoxCircle, "Add a circle shape to the plot icon.");
			this.checkBoxCircle.UseVisualStyleBackColor = true;
			// 
			// checkBoxCrosshairInner
			// 
			this.checkBoxCrosshairInner.AutoSize = true;
			this.checkBoxCrosshairInner.Location = new System.Drawing.Point(80, 94);
			this.checkBoxCrosshairInner.Name = "checkBoxCrosshairInner";
			this.checkBoxCrosshairInner.Size = new System.Drawing.Size(96, 17);
			this.checkBoxCrosshairInner.TabIndex = 4;
			this.checkBoxCrosshairInner.Text = "Inner Crosshair";
			this.toolTipControls.SetToolTip(this.checkBoxCrosshairInner, "Add a crosshair within the plot icon.");
			this.checkBoxCrosshairInner.UseVisualStyleBackColor = true;
			// 
			// checkBoxSquare
			// 
			this.checkBoxSquare.AutoSize = true;
			this.checkBoxSquare.Location = new System.Drawing.Point(6, 118);
			this.checkBoxSquare.Name = "checkBoxSquare";
			this.checkBoxSquare.Size = new System.Drawing.Size(60, 17);
			this.checkBoxSquare.TabIndex = 2;
			this.checkBoxSquare.Text = "Square";
			this.toolTipControls.SetToolTip(this.checkBoxSquare, "Add a square shape to the plot icon.");
			this.checkBoxSquare.UseVisualStyleBackColor = true;
			// 
			// checkBoxDiamond
			// 
			this.checkBoxDiamond.AutoSize = true;
			this.checkBoxDiamond.Location = new System.Drawing.Point(6, 94);
			this.checkBoxDiamond.Name = "checkBoxDiamond";
			this.checkBoxDiamond.Size = new System.Drawing.Size(68, 17);
			this.checkBoxDiamond.TabIndex = 1;
			this.checkBoxDiamond.Text = "Diamond";
			this.toolTipControls.SetToolTip(this.checkBoxDiamond, "Add a diamond shape to the plot icon.");
			this.checkBoxDiamond.UseVisualStyleBackColor = true;
			// 
			// buttonApply
			// 
			this.buttonApply.Location = new System.Drawing.Point(267, 343);
			this.buttonApply.Name = "buttonApply";
			this.buttonApply.Size = new System.Drawing.Size(75, 23);
			this.buttonApply.TabIndex = 3;
			this.buttonApply.Text = "Apply";
			this.toolTipControls.SetToolTip(this.buttonApply, "Confirm and apply these settings.");
			this.buttonApply.UseVisualStyleBackColor = true;
			this.buttonApply.Click += new System.EventHandler(this.ButtonApply_Click);
			// 
			// buttonCancel
			// 
			this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.buttonCancel.Location = new System.Drawing.Point(348, 343);
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.Size = new System.Drawing.Size(75, 23);
			this.buttonCancel.TabIndex = 4;
			this.buttonCancel.Text = "Cancel";
			this.toolTipControls.SetToolTip(this.buttonCancel, "Discard any changes.");
			this.buttonCancel.UseVisualStyleBackColor = true;
			// 
			// groupBoxColorPalette
			// 
			this.groupBoxColorPalette.Controls.Add(this.buttonRemoveColor);
			this.groupBoxColorPalette.Controls.Add(this.labelLoadPalette);
			this.groupBoxColorPalette.Controls.Add(this.comboBoxPalette);
			this.groupBoxColorPalette.Controls.Add(this.buttonAddColor);
			this.groupBoxColorPalette.Controls.Add(this.listViewColorPalette);
			this.groupBoxColorPalette.Location = new System.Drawing.Point(12, 141);
			this.groupBoxColorPalette.Name = "groupBoxColorPalette";
			this.groupBoxColorPalette.Size = new System.Drawing.Size(209, 196);
			this.groupBoxColorPalette.TabIndex = 1;
			this.groupBoxColorPalette.TabStop = false;
			this.groupBoxColorPalette.Text = "Color Palette";
			this.toolTipControls.SetToolTip(this.groupBoxColorPalette, "The collection of colors which will be used to plot different items.");
			// 
			// buttonRemoveColor
			// 
			this.buttonRemoveColor.Location = new System.Drawing.Point(97, 164);
			this.buttonRemoveColor.Name = "buttonRemoveColor";
			this.buttonRemoveColor.Size = new System.Drawing.Size(105, 23);
			this.buttonRemoveColor.TabIndex = 3;
			this.buttonRemoveColor.Text = "Remove Selected";
			this.toolTipControls.SetToolTip(this.buttonRemoveColor, "Remove the selected color(s) from the palette.");
			this.buttonRemoveColor.UseVisualStyleBackColor = true;
			this.buttonRemoveColor.Click += new System.EventHandler(this.ButtonRemoveColor_Click);
			// 
			// labelLoadPalette
			// 
			this.labelLoadPalette.AutoSize = true;
			this.labelLoadPalette.Location = new System.Drawing.Point(6, 16);
			this.labelLoadPalette.Name = "labelLoadPalette";
			this.labelLoadPalette.Size = new System.Drawing.Size(63, 13);
			this.labelLoadPalette.TabIndex = 3;
			this.labelLoadPalette.Text = "Load preset";
			this.toolTipControls.SetToolTip(this.labelLoadPalette, "Choose a premade color palette.");
			// 
			// comboBoxPalette
			// 
			this.comboBoxPalette.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxPalette.FormattingEnabled = true;
			this.comboBoxPalette.Items.AddRange(new object[] {
            "Default",
            "Colorblind (IBM)",
            "Colorblind (Wong)",
            "Colorblind (Tol)"});
			this.comboBoxPalette.Location = new System.Drawing.Point(6, 32);
			this.comboBoxPalette.Name = "comboBoxPalette";
			this.comboBoxPalette.Size = new System.Drawing.Size(197, 21);
			this.comboBoxPalette.TabIndex = 0;
			this.toolTipControls.SetToolTip(this.comboBoxPalette, "Choose a premade color palette.");
			this.comboBoxPalette.SelectedIndexChanged += new System.EventHandler(this.ComboBoxColorPalette_SelectedIndexChanged);
			// 
			// buttonAddColor
			// 
			this.buttonAddColor.Location = new System.Drawing.Point(6, 164);
			this.buttonAddColor.Name = "buttonAddColor";
			this.buttonAddColor.Size = new System.Drawing.Size(85, 23);
			this.buttonAddColor.TabIndex = 2;
			this.buttonAddColor.Text = "Add Color";
			this.toolTipControls.SetToolTip(this.buttonAddColor, "Choose a new color to add to the palette.");
			this.buttonAddColor.UseVisualStyleBackColor = true;
			this.buttonAddColor.Click += new System.EventHandler(this.ButtonAddColor_Click);
			// 
			// listViewColorPalette
			// 
			this.listViewColorPalette.HideSelection = false;
			this.listViewColorPalette.LabelWrap = false;
			this.listViewColorPalette.Location = new System.Drawing.Point(6, 59);
			this.listViewColorPalette.Name = "listViewColorPalette";
			this.listViewColorPalette.Size = new System.Drawing.Size(197, 99);
			this.listViewColorPalette.TabIndex = 1;
			this.toolTipControls.SetToolTip(this.listViewColorPalette, "The collection of colors which will be used to plot different items.");
			this.listViewColorPalette.UseCompatibleStateImageBehavior = false;
			this.listViewColorPalette.View = System.Windows.Forms.View.SmallIcon;
			// 
			// labelOpacityShadow
			// 
			this.labelOpacityShadow.AutoSize = true;
			this.labelOpacityShadow.Location = new System.Drawing.Point(210, 70);
			this.labelOpacityShadow.Name = "labelOpacityShadow";
			this.labelOpacityShadow.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.labelOpacityShadow.Size = new System.Drawing.Size(85, 13);
			this.labelOpacityShadow.TabIndex = 6;
			this.labelOpacityShadow.Text = "Shadow Opacity";
			this.toolTipControls.SetToolTip(this.labelOpacityShadow, "The opacity (apparent darkness) of a cast shadow.");
			// 
			// labelOpacity
			// 
			this.labelOpacity.AutoSize = true;
			this.labelOpacity.Location = new System.Drawing.Point(228, 19);
			this.labelOpacity.Name = "labelOpacity";
			this.labelOpacity.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.labelOpacity.Size = new System.Drawing.Size(67, 13);
			this.labelOpacity.TabIndex = 4;
			this.labelOpacity.Text = "Icon Opacity";
			this.toolTipControls.SetToolTip(this.labelOpacity, "The opacity of the icon.");
			// 
			// trackBarIconWidth
			// 
			this.trackBarIconWidth.LargeChange = 1;
			this.trackBarIconWidth.Location = new System.Drawing.Point(71, 70);
			this.trackBarIconWidth.Name = "trackBarIconWidth";
			this.trackBarIconWidth.Size = new System.Drawing.Size(104, 45);
			this.trackBarIconWidth.TabIndex = 1;
			this.toolTipControls.SetToolTip(this.trackBarIconWidth, "The width of the lines (and shadows) which form the plot icon.");
			this.trackBarIconWidth.Value = 1;
			// 
			// labelIconWidth
			// 
			this.labelIconWidth.AutoSize = true;
			this.labelIconWidth.Location = new System.Drawing.Point(6, 70);
			this.labelIconWidth.Name = "labelIconWidth";
			this.labelIconWidth.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.labelIconWidth.Size = new System.Drawing.Size(59, 13);
			this.labelIconWidth.TabIndex = 10;
			this.labelIconWidth.Text = "Icon Width";
			this.toolTipControls.SetToolTip(this.labelIconWidth, "The width of the lines (and shadows) which form the plot icon.");
			// 
			// trackBarIconSize
			// 
			this.trackBarIconSize.LargeChange = 3;
			this.trackBarIconSize.Location = new System.Drawing.Point(71, 19);
			this.trackBarIconSize.Name = "trackBarIconSize";
			this.trackBarIconSize.Size = new System.Drawing.Size(104, 45);
			this.trackBarIconSize.TabIndex = 0;
			this.toolTipControls.SetToolTip(this.trackBarIconSize, "The maximum diameter of the plot icon.");
			this.trackBarIconSize.Value = 1;
			// 
			// labelIconSize
			// 
			this.labelIconSize.AutoSize = true;
			this.labelIconSize.Location = new System.Drawing.Point(14, 19);
			this.labelIconSize.Name = "labelIconSize";
			this.labelIconSize.Size = new System.Drawing.Size(51, 13);
			this.labelIconSize.TabIndex = 10;
			this.labelIconSize.Text = "Icon Size";
			this.toolTipControls.SetToolTip(this.labelIconSize, "The maximum diameter of the plot icon.");
			// 
			// listViewShapePalette
			// 
			this.listViewShapePalette.HideSelection = false;
			this.listViewShapePalette.LabelWrap = false;
			this.listViewShapePalette.Location = new System.Drawing.Point(6, 19);
			this.listViewShapePalette.MultiSelect = false;
			this.listViewShapePalette.Name = "listViewShapePalette";
			this.listViewShapePalette.Size = new System.Drawing.Size(184, 69);
			this.listViewShapePalette.TabIndex = 0;
			this.toolTipControls.SetToolTip(this.listViewShapePalette, "The collection of shapes which will be used to plot different items.");
			this.listViewShapePalette.UseCompatibleStateImageBehavior = false;
			this.listViewShapePalette.View = System.Windows.Forms.View.SmallIcon;
			this.listViewShapePalette.SelectedIndexChanged += new System.EventHandler(this.ListViewShapePalette_SelectedIndexChanged);
			// 
			// trackBarIconOpacity
			// 
			this.trackBarIconOpacity.LargeChange = 3;
			this.trackBarIconOpacity.Location = new System.Drawing.Point(301, 19);
			this.trackBarIconOpacity.Name = "trackBarIconOpacity";
			this.trackBarIconOpacity.Size = new System.Drawing.Size(104, 45);
			this.trackBarIconOpacity.TabIndex = 2;
			this.toolTipControls.SetToolTip(this.trackBarIconOpacity, "The opacity of the icon.");
			this.trackBarIconOpacity.Value = 1;
			// 
			// trackBarShadowOpacity
			// 
			this.trackBarShadowOpacity.LargeChange = 3;
			this.trackBarShadowOpacity.Location = new System.Drawing.Point(301, 70);
			this.trackBarShadowOpacity.Name = "trackBarShadowOpacity";
			this.trackBarShadowOpacity.Size = new System.Drawing.Size(104, 45);
			this.trackBarShadowOpacity.TabIndex = 5;
			this.toolTipControls.SetToolTip(this.trackBarShadowOpacity, "The opacity (apparent darkness) of a cast shadow.");
			// 
			// buttonRemoveShape
			// 
			this.buttonRemoveShape.Location = new System.Drawing.Point(81, 164);
			this.buttonRemoveShape.Name = "buttonRemoveShape";
			this.buttonRemoveShape.Size = new System.Drawing.Size(102, 23);
			this.buttonRemoveShape.TabIndex = 7;
			this.buttonRemoveShape.Text = "Remove Selected";
			this.toolTipControls.SetToolTip(this.buttonRemoveShape, "Remove the currently selected shape from the palette.");
			this.buttonRemoveShape.UseVisualStyleBackColor = true;
			this.buttonRemoveShape.Click += new System.EventHandler(this.ButtonRemoveShape_Click);
			// 
			// buttonAddShape
			// 
			this.buttonAddShape.Location = new System.Drawing.Point(6, 164);
			this.buttonAddShape.Name = "buttonAddShape";
			this.buttonAddShape.Size = new System.Drawing.Size(69, 23);
			this.buttonAddShape.TabIndex = 6;
			this.buttonAddShape.Text = "Add Shape";
			this.toolTipControls.SetToolTip(this.buttonAddShape, "Add a new shape to the palette.");
			this.buttonAddShape.UseVisualStyleBackColor = true;
			this.buttonAddShape.Click += new System.EventHandler(this.ButtonAddShape_Click);
			// 
			// buttonReset
			// 
			this.buttonReset.Location = new System.Drawing.Point(12, 343);
			this.buttonReset.Name = "buttonReset";
			this.buttonReset.Size = new System.Drawing.Size(97, 23);
			this.buttonReset.TabIndex = 5;
			this.buttonReset.Text = "Reset to Default";
			this.toolTipControls.SetToolTip(this.buttonReset, "Reset all plot settings on this form to default values.");
			this.buttonReset.UseVisualStyleBackColor = true;
			this.buttonReset.Click += new System.EventHandler(this.ButtonReset_Click);
			// 
			// checkBoxFill
			// 
			this.checkBoxFill.AutoSize = true;
			this.checkBoxFill.Location = new System.Drawing.Point(80, 141);
			this.checkBoxFill.Name = "checkBoxFill";
			this.checkBoxFill.Size = new System.Drawing.Size(72, 17);
			this.checkBoxFill.TabIndex = 8;
			this.checkBoxFill.Text = "Fill Shape";
			this.toolTipControls.SetToolTip(this.checkBoxFill, "Fill hollow shapes with solid color.");
			this.checkBoxFill.UseVisualStyleBackColor = true;
			// 
			// groupBoxGeneral
			// 
			this.groupBoxGeneral.Controls.Add(this.trackBarShadowOpacity);
			this.groupBoxGeneral.Controls.Add(this.labelOpacityShadow);
			this.groupBoxGeneral.Controls.Add(this.trackBarIconOpacity);
			this.groupBoxGeneral.Controls.Add(this.labelIconWidth);
			this.groupBoxGeneral.Controls.Add(this.trackBarIconWidth);
			this.groupBoxGeneral.Controls.Add(this.labelOpacity);
			this.groupBoxGeneral.Controls.Add(this.trackBarIconSize);
			this.groupBoxGeneral.Controls.Add(this.labelIconSize);
			this.groupBoxGeneral.Location = new System.Drawing.Point(12, 12);
			this.groupBoxGeneral.Name = "groupBoxGeneral";
			this.groupBoxGeneral.Size = new System.Drawing.Size(411, 123);
			this.groupBoxGeneral.TabIndex = 0;
			this.groupBoxGeneral.TabStop = false;
			this.groupBoxGeneral.Text = "General";
			// 
			// groupBoxIconPalette
			// 
			this.groupBoxIconPalette.Controls.Add(this.checkBoxFill);
			this.groupBoxIconPalette.Controls.Add(this.listViewShapePalette);
			this.groupBoxIconPalette.Controls.Add(this.checkBoxCrosshairOuter);
			this.groupBoxIconPalette.Controls.Add(this.buttonRemoveShape);
			this.groupBoxIconPalette.Controls.Add(this.buttonAddShape);
			this.groupBoxIconPalette.Controls.Add(this.checkBoxCircle);
			this.groupBoxIconPalette.Controls.Add(this.checkBoxDiamond);
			this.groupBoxIconPalette.Controls.Add(this.checkBoxCrosshairInner);
			this.groupBoxIconPalette.Controls.Add(this.checkBoxSquare);
			this.groupBoxIconPalette.Location = new System.Drawing.Point(227, 141);
			this.groupBoxIconPalette.Name = "groupBoxIconPalette";
			this.groupBoxIconPalette.Size = new System.Drawing.Size(196, 196);
			this.groupBoxIconPalette.TabIndex = 2;
			this.groupBoxIconPalette.TabStop = false;
			this.groupBoxIconPalette.Text = "Shape Palette";
			// 
			// FormPlotIconSettings
			// 
			this.AcceptButton = this.buttonApply;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.buttonCancel;
			this.ClientSize = new System.Drawing.Size(434, 377);
			this.Controls.Add(this.groupBoxGeneral);
			this.Controls.Add(this.buttonReset);
			this.Controls.Add(this.groupBoxColorPalette);
			this.Controls.Add(this.buttonCancel);
			this.Controls.Add(this.groupBoxIconPalette);
			this.Controls.Add(this.buttonApply);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormPlotIconSettings";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Plot Icon Settings";
			this.groupBoxColorPalette.ResumeLayout(false);
			this.groupBoxColorPalette.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.trackBarIconWidth)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.trackBarIconSize)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.trackBarIconOpacity)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.trackBarShadowOpacity)).EndInit();
			this.groupBoxGeneral.ResumeLayout(false);
			this.groupBoxGeneral.PerformLayout();
			this.groupBoxIconPalette.ResumeLayout(false);
			this.groupBoxIconPalette.PerformLayout();
			this.ResumeLayout(false);

		}

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

private void InitializeComponent()
        {
            this.dtStatistic = new MetroFramework.Controls.MetroDateTime();
            this.metroLabel5 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
            this.tbxStatisticDesc = new MetroFramework.Controls.MetroTextBox();
            this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
            this.nudChest = new System.Windows.Forms.NumericUpDown();
            this.metroLabel6 = new MetroFramework.Controls.MetroLabel();
            this.nudWaist = new System.Windows.Forms.NumericUpDown();
            this.metroLabel7 = new MetroFramework.Controls.MetroLabel();
            this.nudArm = new System.Windows.Forms.NumericUpDown();
            this.metroLabel8 = new MetroFramework.Controls.MetroLabel();
            this.nudShoulder = new System.Windows.Forms.NumericUpDown();
            this.metroLabel9 = new MetroFramework.Controls.MetroLabel();
            this.nudCalf = new System.Windows.Forms.NumericUpDown();
            this.metroLabel10 = new MetroFramework.Controls.MetroLabel();
            this.nudHip = new System.Windows.Forms.NumericUpDown();
            this.btnClose = new MetroFramework.Controls.MetroButton();
            this.btnSave = new MetroFramework.Controls.MetroButton();
            this.nudHeight = new System.Windows.Forms.NumericUpDown();
            this.nudKilo = new System.Windows.Forms.NumericUpDown();
            ((System.ComponentModel.ISupportInitialize)(this.nudChest)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudWaist)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudArm)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudShoulder)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudCalf)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudHip)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudHeight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudKilo)).BeginInit();
            this.SuspendLayout();
            // 
            // dtStatistic
            // 
            this.dtStatistic.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtStatistic.Location = new System.Drawing.Point(23, 145);
            this.dtStatistic.MinimumSize = new System.Drawing.Size(0, 29);
            this.dtStatistic.Name = "dtStatistic";
            this.dtStatistic.Size = new System.Drawing.Size(114, 29);
            this.dtStatistic.TabIndex = 9;
            this.dtStatistic.Value = new System.DateTime(2020, 11, 16, 17, 40, 7, 937);
            // 
            // metroLabel5
            // 
            this.metroLabel5.AutoSize = true;
            this.metroLabel5.Location = new System.Drawing.Point(23, 123);
            this.metroLabel5.Name = "metroLabel5";
            this.metroLabel5.Size = new System.Drawing.Size(36, 19);
            this.metroLabel5.TabIndex = 10;
            this.metroLabel5.Text = "Tarih";
            // 
            // metroLabel1
            // 
            this.metroLabel1.AutoSize = true;
            this.metroLabel1.Location = new System.Drawing.Point(23, 64);
            this.metroLabel1.Name = "metroLabel1";
            this.metroLabel1.Size = new System.Drawing.Size(62, 19);
            this.metroLabel1.TabIndex = 12;
            this.metroLabel1.Text = "Açıklama";
            // 
            // tbxStatisticDesc
            // 
            // 
            // 
            // 
            this.tbxStatisticDesc.CustomButton.Image = null;
            this.tbxStatisticDesc.CustomButton.Location = new System.Drawing.Point(268, 1);
            this.tbxStatisticDesc.CustomButton.Name = "";
            this.tbxStatisticDesc.CustomButton.Size = new System.Drawing.Size(27, 27);
            this.tbxStatisticDesc.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxStatisticDesc.CustomButton.TabIndex = 1;
            this.tbxStatisticDesc.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxStatisticDesc.CustomButton.UseSelectable = true;
            this.tbxStatisticDesc.CustomButton.Visible = false;
            this.tbxStatisticDesc.Lines = new string[0];
            this.tbxStatisticDesc.Location = new System.Drawing.Point(23, 86);
            this.tbxStatisticDesc.MaxLength = 32767;
            this.tbxStatisticDesc.Name = "tbxStatisticDesc";
            this.tbxStatisticDesc.PreplacedwordChar = '\0';
            this.tbxStatisticDesc.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxStatisticDesc.SelectedText = "";
            this.tbxStatisticDesc.SelectionLength = 0;
            this.tbxStatisticDesc.SelectionStart = 0;
            this.tbxStatisticDesc.ShortcutsEnabled = true;
            this.tbxStatisticDesc.Size = new System.Drawing.Size(296, 29);
            this.tbxStatisticDesc.TabIndex = 11;
            this.tbxStatisticDesc.UseSelectable = true;
            this.tbxStatisticDesc.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxStatisticDesc.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(143, 123);
            this.metroLabel2.Name = "metroLabel2";
            this.metroLabel2.Size = new System.Drawing.Size(31, 19);
            this.metroLabel2.TabIndex = 14;
            this.metroLabel2.Text = "Boy";
            // 
            // metroLabel3
            // 
            this.metroLabel3.AutoSize = true;
            this.metroLabel3.Location = new System.Drawing.Point(219, 123);
            this.metroLabel3.Name = "metroLabel3";
            this.metroLabel3.Size = new System.Drawing.Size(30, 19);
            this.metroLabel3.TabIndex = 16;
            this.metroLabel3.Text = "Kilo";
            // 
            // metroLabel4
            // 
            this.metroLabel4.AutoSize = true;
            this.metroLabel4.Location = new System.Drawing.Point(23, 228);
            this.metroLabel4.Name = "metroLabel4";
            this.metroLabel4.Size = new System.Drawing.Size(46, 19);
            this.metroLabel4.TabIndex = 18;
            this.metroLabel4.Text = "Göğüs";
            // 
            // nudChest
            // 
            this.nudChest.Location = new System.Drawing.Point(23, 250);
            this.nudChest.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.nudChest.Name = "nudChest";
            this.nudChest.Size = new System.Drawing.Size(92, 20);
            this.nudChest.TabIndex = 17;
            // 
            // metroLabel6
            // 
            this.metroLabel6.AutoSize = true;
            this.metroLabel6.Location = new System.Drawing.Point(219, 178);
            this.metroLabel6.Name = "metroLabel6";
            this.metroLabel6.Size = new System.Drawing.Size(27, 19);
            this.metroLabel6.TabIndex = 24;
            this.metroLabel6.Text = "Bel";
            // 
            // nudWaist
            // 
            this.nudWaist.Location = new System.Drawing.Point(219, 200);
            this.nudWaist.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.nudWaist.Name = "nudWaist";
            this.nudWaist.Size = new System.Drawing.Size(100, 20);
            this.nudWaist.TabIndex = 23;
            // 
            // metroLabel7
            // 
            this.metroLabel7.AutoSize = true;
            this.metroLabel7.Location = new System.Drawing.Point(115, 178);
            this.metroLabel7.Name = "metroLabel7";
            this.metroLabel7.Size = new System.Drawing.Size(27, 19);
            this.metroLabel7.TabIndex = 22;
            this.metroLabel7.Text = "Kol";
            // 
            // nudArm
            // 
            this.nudArm.Location = new System.Drawing.Point(121, 200);
            this.nudArm.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.nudArm.Name = "nudArm";
            this.nudArm.Size = new System.Drawing.Size(92, 20);
            this.nudArm.TabIndex = 21;
            // 
            // metroLabel8
            // 
            this.metroLabel8.AutoSize = true;
            this.metroLabel8.Location = new System.Drawing.Point(23, 178);
            this.metroLabel8.Name = "metroLabel8";
            this.metroLabel8.Size = new System.Drawing.Size(45, 19);
            this.metroLabel8.TabIndex = 20;
            this.metroLabel8.Text = "Omuz";
            // 
            // nudShoulder
            // 
            this.nudShoulder.Location = new System.Drawing.Point(23, 200);
            this.nudShoulder.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.nudShoulder.Name = "nudShoulder";
            this.nudShoulder.Size = new System.Drawing.Size(92, 20);
            this.nudShoulder.TabIndex = 19;
            // 
            // metroLabel9
            // 
            this.metroLabel9.AutoSize = true;
            this.metroLabel9.Location = new System.Drawing.Point(221, 228);
            this.metroLabel9.Name = "metroLabel9";
            this.metroLabel9.Size = new System.Drawing.Size(43, 19);
            this.metroLabel9.TabIndex = 28;
            this.metroLabel9.Text = "Baldır";
            // 
            // nudCalf
            // 
            this.nudCalf.Location = new System.Drawing.Point(221, 250);
            this.nudCalf.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.nudCalf.Name = "nudCalf";
            this.nudCalf.Size = new System.Drawing.Size(98, 20);
            this.nudCalf.TabIndex = 27;
            // 
            // metroLabel10
            // 
            this.metroLabel10.AutoSize = true;
            this.metroLabel10.Location = new System.Drawing.Point(121, 228);
            this.metroLabel10.Name = "metroLabel10";
            this.metroLabel10.Size = new System.Drawing.Size(39, 19);
            this.metroLabel10.TabIndex = 26;
            this.metroLabel10.Text = "Kalça";
            // 
            // nudHip
            // 
            this.nudHip.Location = new System.Drawing.Point(121, 250);
            this.nudHip.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.nudHip.Name = "nudHip";
            this.nudHip.Size = new System.Drawing.Size(92, 20);
            this.nudHip.TabIndex = 25;
            // 
            // btnClose
            // 
            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(176, 302);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(143, 36);
            this.btnClose.TabIndex = 30;
            this.btnClose.Text = "Kapat";
            this.btnClose.UseSelectable = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnSave
            // 
            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(23, 302);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(147, 36);
            this.btnSave.TabIndex = 29;
            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);
            // 
            // nudHeight
            // 
            this.nudHeight.Location = new System.Drawing.Point(145, 149);
            this.nudHeight.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.nudHeight.Name = "nudHeight";
            this.nudHeight.Size = new System.Drawing.Size(70, 20);
            this.nudHeight.TabIndex = 31;
            // 
            // nudKilo
            // 
            this.nudKilo.Location = new System.Drawing.Point(221, 149);
            this.nudKilo.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.nudKilo.Name = "nudKilo";
            this.nudKilo.Size = new System.Drawing.Size(100, 20);
            this.nudKilo.TabIndex = 32;
            // 
            // frmAddStats
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(342, 361);
            this.Controls.Add(this.nudKilo);
            this.Controls.Add(this.nudHeight);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.metroLabel9);
            this.Controls.Add(this.nudCalf);
            this.Controls.Add(this.metroLabel10);
            this.Controls.Add(this.nudHip);
            this.Controls.Add(this.metroLabel6);
            this.Controls.Add(this.nudWaist);
            this.Controls.Add(this.metroLabel7);
            this.Controls.Add(this.nudArm);
            this.Controls.Add(this.metroLabel8);
            this.Controls.Add(this.nudShoulder);
            this.Controls.Add(this.metroLabel4);
            this.Controls.Add(this.nudChest);
            this.Controls.Add(this.metroLabel3);
            this.Controls.Add(this.metroLabel2);
            this.Controls.Add(this.metroLabel1);
            this.Controls.Add(this.tbxStatisticDesc);
            this.Controls.Add(this.dtStatistic);
            this.Controls.Add(this.metroLabel5);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmAddStats";
            this.Resizable = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "İstatistik Ekle";
            this.Load += new System.EventHandler(this.frmAddStats_Load);
            ((System.ComponentModel.ISupportInitialize)(this.nudChest)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudWaist)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudArm)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudShoulder)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudCalf)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudHip)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudHeight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudKilo)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            this.btnAdd = new MetroFramework.Controls.MetroButton();
            this.metroLink1 = new MetroFramework.Controls.MetroLink();
            this.tbxHome = new MetroFramework.Controls.MetroLink();
            this.tbxSearch = new MetroFramework.Controls.MetroTextBox();
            this.dgvSchedules = new System.Windows.Forms.DataGridView();
            this.ScheduleID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ScheduleName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ScheduleDesc = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Show = new System.Windows.Forms.DataGridViewButtonColumn();
            this.Edit = new System.Windows.Forms.DataGridViewButtonColumn();
            this.Delete = new System.Windows.Forms.DataGridViewButtonColumn();
            this.tbxCounter = new MetroFramework.Controls.MetroLabel();
            ((System.ComponentModel.ISupportInitialize)(this.dgvSchedules)).BeginInit();
            this.SuspendLayout();
            // 
            // 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, 49);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(130, 23);
            this.btnAdd.TabIndex = 10;
            this.btnAdd.Text = "Program Ekle";
            this.btnAdd.UseSelectable = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // 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(111, 48);
            this.metroLink1.Name = "metroLink1";
            this.metroLink1.Size = new System.Drawing.Size(163, 24);
            this.metroLink1.TabIndex = 9;
            this.metroLink1.Text = "/ Çalışma Programları";
            this.metroLink1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.metroLink1.UseCustomForeColor = true;
            this.metroLink1.UseSelectable = true;
            // 
            // tbxHome
            // 
            this.tbxHome.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            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(17, 46);
            this.tbxHome.Name = "tbxHome";
            this.tbxHome.Size = new System.Drawing.Size(103, 24);
            this.tbxHome.TabIndex = 8;
            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);
            // 
            // tbxSearch
            // 
            this.tbxSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            // 
            // 
            // 
            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(520, 49);
            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 = 7;
            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);
            // 
            // dgvSchedules
            // 
            this.dgvSchedules.AllowUserToAddRows = false;
            this.dgvSchedules.AllowUserToDeleteRows = false;
            this.dgvSchedules.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.dgvSchedules.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dgvSchedules.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
            this.dgvSchedules.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvSchedules.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ScheduleID,
            this.ScheduleName,
            this.ScheduleDesc,
            this.Show,
            this.Edit,
            this.Delete});
            this.dgvSchedules.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dgvSchedules.Location = new System.Drawing.Point(17, 78);
            this.dgvSchedules.MultiSelect = false;
            this.dgvSchedules.Name = "dgvSchedules";
            this.dgvSchedules.ReadOnly = true;
            this.dgvSchedules.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders;
            this.dgvSchedules.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.dgvSchedules.Size = new System.Drawing.Size(760, 349);
            this.dgvSchedules.TabIndex = 6;
            this.dgvSchedules.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSchedules_CellClick);
            // 
            // ScheduleID
            // 
            this.ScheduleID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.ScheduleID.FillWeight = 101.5229F;
            this.ScheduleID.HeaderText = "#";
            this.ScheduleID.Name = "ScheduleID";
            this.ScheduleID.ReadOnly = true;
            this.ScheduleID.Width = 39;
            // 
            // ScheduleName
            // 
            this.ScheduleName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.ScheduleName.FillWeight = 99.8308F;
            this.ScheduleName.HeaderText = "Program Adı";
            this.ScheduleName.Name = "ScheduleName";
            this.ScheduleName.ReadOnly = true;
            // 
            // ScheduleDesc
            // 
            this.ScheduleDesc.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.ScheduleDesc.FillWeight = 99.8308F;
            this.ScheduleDesc.HeaderText = "Açıklama";
            this.ScheduleDesc.Name = "ScheduleDesc";
            this.ScheduleDesc.ReadOnly = true;
            // 
            // Show
            // 
            this.Show.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Show.HeaderText = "";
            this.Show.Name = "Show";
            this.Show.ReadOnly = true;
            this.Show.Text = "Detay";
            this.Show.UseColumnTextForButtonValue = true;
            this.Show.Width = 5;
            // 
            // Edit
            // 
            this.Edit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Edit.FillWeight = 99.8308F;
            this.Edit.HeaderText = "";
            this.Edit.Name = "Edit";
            this.Edit.ReadOnly = true;
            this.Edit.Text = "Düzenle";
            this.Edit.UseColumnTextForButtonValue = true;
            this.Edit.Width = 5;
            // 
            // Delete
            // 
            this.Delete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Delete.HeaderText = "";
            this.Delete.Name = "Delete";
            this.Delete.ReadOnly = true;
            this.Delete.Text = "Sil";
            this.Delete.UseColumnTextForButtonValue = true;
            this.Delete.Width = 5;
            // 
            // tbxCounter
            // 
            this.tbxCounter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.tbxCounter.AutoSize = true;
            this.tbxCounter.FontSize = MetroFramework.MetroLabelSize.Small;
            this.tbxCounter.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.tbxCounter.Location = new System.Drawing.Point(17, 430);
            this.tbxCounter.Name = "tbxCounter";
            this.tbxCounter.Size = new System.Drawing.Size(42, 15);
            this.tbxCounter.TabIndex = 11;
            this.tbxCounter.Text = "Satır: 6";
            // 
            // frmSchedules
            // 
            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.tbxCounter);
            this.Controls.Add(this.btnAdd);
            this.Controls.Add(this.metroLink1);
            this.Controls.Add(this.tbxHome);
            this.Controls.Add(this.tbxSearch);
            this.Controls.Add(this.dgvSchedules);
            this.DisplayHeader = false;
            this.Name = "frmSchedules";
            this.Padding = new System.Windows.Forms.Padding(20, 30, 20, 20);
            this.Load += new System.EventHandler(this.frmSchedules_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvSchedules)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogin));
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.metroPanel2 = new MetroFramework.Controls.MetroPanel();
            this.btnLogin = new MetroFramework.Controls.MetroButton();
            this.btnReset = new MetroFramework.Controls.MetroButton();
            this.lbForgetPreplaced = new MetroFramework.Controls.MetroLink();
            this.tbxPreplacedword = new MetroFramework.Controls.MetroTextBox();
            this.tbxEmail = new MetroFramework.Controls.MetroTextBox();
            this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
            this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
            this.metroPanel1 = new MetroFramework.Controls.MetroPanel();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel1.SuspendLayout();
            this.metroPanel2.SuspendLayout();
            this.metroPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(23, 30);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(314, 150);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.metroPanel2);
            this.panel1.Controls.Add(this.lbForgetPreplaced);
            this.panel1.Controls.Add(this.tbxPreplacedword);
            this.panel1.Controls.Add(this.tbxEmail);
            this.panel1.Controls.Add(this.metroLabel2);
            this.panel1.Controls.Add(this.metroLabel1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(23, 180);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(314, 280);
            this.panel1.TabIndex = 1;
            // 
            // metroPanel2
            // 
            this.metroPanel2.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.metroPanel2.Controls.Add(this.btnLogin);
            this.metroPanel2.Controls.Add(this.btnReset);
            this.metroPanel2.HorizontalScrollbarBarColor = true;
            this.metroPanel2.HorizontalScrollbarHighlightOnWheel = false;
            this.metroPanel2.HorizontalScrollbarSize = 10;
            this.metroPanel2.Location = new System.Drawing.Point(0, 179);
            this.metroPanel2.Name = "metroPanel2";
            this.metroPanel2.Size = new System.Drawing.Size(314, 37);
            this.metroPanel2.TabIndex = 7;
            this.metroPanel2.VerticalScrollbarBarColor = true;
            this.metroPanel2.VerticalScrollbarHighlightOnWheel = false;
            this.metroPanel2.VerticalScrollbarSize = 10;
            // 
            // btnLogin
            // 
            this.btnLogin.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.btnLogin.DisplayFocus = true;
            this.btnLogin.Location = new System.Drawing.Point(0, 3);
            this.btnLogin.MaximumSize = new System.Drawing.Size(300, 35);
            this.btnLogin.Name = "btnLogin";
            this.btnLogin.Size = new System.Drawing.Size(155, 31);
            this.btnLogin.Style = MetroFramework.MetroColorStyle.White;
            this.btnLogin.TabIndex = 4;
            this.btnLogin.Text = "Giriş Yap";
            this.btnLogin.UseCustomBackColor = true;
            this.btnLogin.UseSelectable = true;
            this.btnLogin.UseStyleColors = true;
            this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
            // 
            // btnReset
            // 
            this.btnReset.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.btnReset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.btnReset.DisplayFocus = true;
            this.btnReset.Location = new System.Drawing.Point(159, 3);
            this.btnReset.MaximumSize = new System.Drawing.Size(300, 35);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(155, 32);
            this.btnReset.Style = MetroFramework.MetroColorStyle.White;
            this.btnReset.TabIndex = 5;
            this.btnReset.Text = "Sıfırla";
            this.btnReset.UseCustomBackColor = true;
            this.btnReset.UseSelectable = true;
            this.btnReset.UseStyleColors = true;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // lbForgetPreplaced
            // 
            this.lbForgetPreplaced.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.lbForgetPreplaced.FontWeight = MetroFramework.MetroLinkWeight.Regular;
            this.lbForgetPreplaced.Location = new System.Drawing.Point(0, 147);
            this.lbForgetPreplaced.Name = "lbForgetPreplaced";
            this.lbForgetPreplaced.Size = new System.Drawing.Size(107, 16);
            this.lbForgetPreplaced.TabIndex = 6;
            this.lbForgetPreplaced.Text = "Parolamı Unuttum";
            this.lbForgetPreplaced.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            this.lbForgetPreplaced.UseSelectable = true;
            this.lbForgetPreplaced.Click += new System.EventHandler(this.lbForgetPreplaced_Click);
            // 
            // tbxPreplacedword
            // 
            this.tbxPreplacedword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            // 
            // 
            // 
            this.tbxPreplacedword.CustomButton.Image = null;
            this.tbxPreplacedword.CustomButton.Location = new System.Drawing.Point(292, 1);
            this.tbxPreplacedword.CustomButton.Name = "";
            this.tbxPreplacedword.CustomButton.Size = new System.Drawing.Size(21, 21);
            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(0, 121);
            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(314, 23);
            this.tbxPreplacedword.TabIndex = 3;
            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);
            // 
            // tbxEmail
            // 
            this.tbxEmail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            // 
            // 
            // 
            this.tbxEmail.CustomButton.Image = null;
            this.tbxEmail.CustomButton.Location = new System.Drawing.Point(292, 1);
            this.tbxEmail.CustomButton.Name = "";
            this.tbxEmail.CustomButton.Size = new System.Drawing.Size(21, 21);
            this.tbxEmail.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbxEmail.CustomButton.TabIndex = 1;
            this.tbxEmail.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbxEmail.CustomButton.UseSelectable = true;
            this.tbxEmail.CustomButton.Visible = false;
            this.tbxEmail.DisplayIcon = true;
            this.tbxEmail.Lines = new string[0];
            this.tbxEmail.Location = new System.Drawing.Point(0, 57);
            this.tbxEmail.MaxLength = 32767;
            this.tbxEmail.Name = "tbxEmail";
            this.tbxEmail.PreplacedwordChar = '\0';
            this.tbxEmail.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.tbxEmail.SelectedText = "";
            this.tbxEmail.SelectionLength = 0;
            this.tbxEmail.SelectionStart = 0;
            this.tbxEmail.ShortcutsEnabled = true;
            this.tbxEmail.Size = new System.Drawing.Size(314, 23);
            this.tbxEmail.TabIndex = 2;
            this.tbxEmail.UseSelectable = true;
            this.tbxEmail.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.tbxEmail.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            // 
            // metroLabel2
            // 
            this.metroLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.metroLabel2.AutoSize = true;
            this.metroLabel2.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.metroLabel2.Location = new System.Drawing.Point(0, 99);
            this.metroLabel2.Name = "metroLabel2";
            this.metroLabel2.Size = new System.Drawing.Size(107, 19);
            this.metroLabel2.TabIndex = 1;
            this.metroLabel2.Text = "Parola (123456)";
            // 
            // metroLabel1
            // 
            this.metroLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.metroLabel1.AutoSize = true;
            this.metroLabel1.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.metroLabel1.Location = new System.Drawing.Point(0, 35);
            this.metroLabel1.Name = "metroLabel1";
            this.metroLabel1.Size = new System.Drawing.Size(192, 19);
            this.metroLabel1.TabIndex = 0;
            this.metroLabel1.Text = "E-Posta ([email protected])";
            // 
            // metroLabel4
            // 
            this.metroLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.metroLabel4.AutoSize = true;
            this.metroLabel4.FontSize = MetroFramework.MetroLabelSize.Small;
            this.metroLabel4.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.metroLabel4.ForeColor = System.Drawing.Color.White;
            this.metroLabel4.Location = new System.Drawing.Point(74, 10);
            this.metroLabel4.Name = "metroLabel4";
            this.metroLabel4.Size = new System.Drawing.Size(208, 15);
            this.metroLabel4.TabIndex = 3;
            this.metroLabel4.Text = "Software && Design ❤️ by Ahmet ÇELİK";
            this.metroLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.metroLabel4.UseCustomBackColor = true;
            this.metroLabel4.UseCustomForeColor = true;
            // 
            // metroPanel1
            // 
            this.metroPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.metroPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(26)))), ((int)(((byte)(66)))));
            this.metroPanel1.Controls.Add(this.metroLabel4);
            this.metroPanel1.HorizontalScrollbarBarColor = true;
            this.metroPanel1.HorizontalScrollbarHighlightOnWheel = false;
            this.metroPanel1.HorizontalScrollbarSize = 10;
            this.metroPanel1.Location = new System.Drawing.Point(0, 450);
            this.metroPanel1.Margin = new System.Windows.Forms.Padding(0);
            this.metroPanel1.Name = "metroPanel1";
            this.metroPanel1.Size = new System.Drawing.Size(360, 30);
            this.metroPanel1.TabIndex = 4;
            this.metroPanel1.UseCustomBackColor = true;
            this.metroPanel1.VerticalScrollbarBarColor = true;
            this.metroPanel1.VerticalScrollbarHighlightOnWheel = false;
            this.metroPanel1.VerticalScrollbarSize = 10;
            // 
            // frmLogin
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(360, 480);
            this.Controls.Add(this.metroPanel1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.pictureBox1);
            this.DisplayHeader = false;
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmLogin";
            this.Padding = new System.Windows.Forms.Padding(23, 30, 23, 20);
            this.Resizable = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.metroPanel2.ResumeLayout(false);
            this.metroPanel1.ResumeLayout(false);
            this.metroPanel1.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : FormSetBrightness.Designer.cs
with GNU General Public License v3.0
from AHeroicLlama

private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSetBrightness));
			this.numericUpDownBrightness = new System.Windows.Forms.NumericUpDown();
			this.buttonBrightnessConfirm = new System.Windows.Forms.Button();
			this.buttonCancel = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownBrightness)).BeginInit();
			this.SuspendLayout();
			// 
			// numericUpDownBrightness
			// 
			this.numericUpDownBrightness.Location = new System.Drawing.Point(12, 12);
			this.numericUpDownBrightness.Name = "numericUpDownBrightness";
			this.numericUpDownBrightness.Size = new System.Drawing.Size(75, 20);
			this.numericUpDownBrightness.TabIndex = 0;
			// 
			// buttonBrightnessConfirm
			// 
			this.buttonBrightnessConfirm.Location = new System.Drawing.Point(12, 38);
			this.buttonBrightnessConfirm.Name = "buttonBrightnessConfirm";
			this.buttonBrightnessConfirm.Size = new System.Drawing.Size(75, 23);
			this.buttonBrightnessConfirm.TabIndex = 1;
			this.buttonBrightnessConfirm.Text = "OK";
			this.buttonBrightnessConfirm.UseVisualStyleBackColor = true;
			this.buttonBrightnessConfirm.Click += new System.EventHandler(this.ButtonBrightnessConfirm_Click);
			// 
			// buttonCancel
			// 
			this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.buttonCancel.Location = new System.Drawing.Point(93, 38);
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.Size = new System.Drawing.Size(75, 23);
			this.buttonCancel.TabIndex = 2;
			this.buttonCancel.Text = "Cancel";
			this.buttonCancel.UseVisualStyleBackColor = true;
			// 
			// FormSetBrightness
			// 
			this.AcceptButton = this.buttonBrightnessConfirm;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.buttonCancel;
			this.ClientSize = new System.Drawing.Size(182, 72);
			this.Controls.Add(this.buttonCancel);
			this.Controls.Add(this.buttonBrightnessConfirm);
			this.Controls.Add(this.numericUpDownBrightness);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FormSetBrightness";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Set Brightness (%)";
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownBrightness)).EndInit();
			this.ResumeLayout(false);

		}

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextureView));
            this.panelPreview = new System.Windows.Forms.Panel();
            this.picPreview = new System.Windows.Forms.PictureBox();
            this.splitContainer = new System.Windows.Forms.SplitContainer();
            this.listTextures = new System.Windows.Forms.ListBox();
            this.panelInfo = new System.Windows.Forms.Panel();
            this.panelInfoControls = new System.Windows.Forms.Panel();
            this.lblMipMap = new System.Windows.Forms.Label();
            this.cboMipMaps = new System.Windows.Forms.ComboBox();
            this.radioChannelA = new System.Windows.Forms.RadioButton();
            this.radioChannelB = new System.Windows.Forms.RadioButton();
            this.radioChannelG = new System.Windows.Forms.RadioButton();
            this.radioChannelR = new System.Windows.Forms.RadioButton();
            this.radioChannelFull = new System.Windows.Forms.RadioButton();
            this.lblTextureFormat = new System.Windows.Forms.Label();
            this.lblTextureDims = new System.Windows.Forms.Label();
            this.lblTextureName = new System.Windows.Forms.Label();
            this.panelPreview.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picPreview)).BeginInit();
            this.splitContainer.Panel1.SuspendLayout();
            this.splitContainer.Panel2.SuspendLayout();
            this.splitContainer.SuspendLayout();
            this.panelInfo.SuspendLayout();
            this.panelInfoControls.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelPreview
            // 
            this.panelPreview.AutoScroll = true;
            this.panelPreview.BackColor = System.Drawing.SystemColors.AppWorkspace;
            this.panelPreview.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelPreview.BackgroundImage")));
            this.panelPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelPreview.Controls.Add(this.picPreview);
            this.panelPreview.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelPreview.Location = new System.Drawing.Point(0, 0);
            this.panelPreview.Name = "panelPreview";
            this.panelPreview.Size = new System.Drawing.Size(459, 431);
            this.panelPreview.TabIndex = 1;
            // 
            // picPreview
            // 
            this.picPreview.BackColor = System.Drawing.SystemColors.AppWorkspace;
            this.picPreview.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picPreview.BackgroundImage")));
            this.picPreview.Location = new System.Drawing.Point(0, 0);
            this.picPreview.Name = "picPreview";
            this.picPreview.Size = new System.Drawing.Size(1, 1);
            this.picPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.picPreview.TabIndex = 0;
            this.picPreview.TabStop = false;
            // 
            // splitContainer
            // 
            this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer.Location = new System.Drawing.Point(0, 0);
            this.splitContainer.Name = "splitContainer";
            // 
            // splitContainer.Panel1
            // 
            this.splitContainer.Panel1.Controls.Add(this.listTextures);
            // 
            // splitContainer.Panel2
            // 
            this.splitContainer.Panel2.Controls.Add(this.panelPreview);
            this.splitContainer.Panel2.Controls.Add(this.panelInfo);
            this.splitContainer.Size = new System.Drawing.Size(633, 487);
            this.splitContainer.SplitterDistance = 170;
            this.splitContainer.TabIndex = 2;
            // 
            // listTextures
            // 
            this.listTextures.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listTextures.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.listTextures.FormattingEnabled = true;
            this.listTextures.Location = new System.Drawing.Point(0, 0);
            this.listTextures.Name = "listTextures";
            this.listTextures.Size = new System.Drawing.Size(170, 487);
            this.listTextures.TabIndex = 0;
            this.listTextures.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.listTextures_DrawItem);
            this.listTextures.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.listTextures_MeasureItem);
            // 
            // panelInfo
            // 
            this.panelInfo.Controls.Add(this.panelInfoControls);
            this.panelInfo.Controls.Add(this.lblTextureFormat);
            this.panelInfo.Controls.Add(this.lblTextureDims);
            this.panelInfo.Controls.Add(this.lblTextureName);
            this.panelInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelInfo.Enabled = false;
            this.panelInfo.Location = new System.Drawing.Point(0, 431);
            this.panelInfo.Name = "panelInfo";
            this.panelInfo.Size = new System.Drawing.Size(459, 56);
            this.panelInfo.TabIndex = 2;
            // 
            // panelInfoControls
            // 
            this.panelInfoControls.Controls.Add(this.lblMipMap);
            this.panelInfoControls.Controls.Add(this.cboMipMaps);
            this.panelInfoControls.Controls.Add(this.radioChannelA);
            this.panelInfoControls.Controls.Add(this.radioChannelB);
            this.panelInfoControls.Controls.Add(this.radioChannelG);
            this.panelInfoControls.Controls.Add(this.radioChannelR);
            this.panelInfoControls.Controls.Add(this.radioChannelFull);
            this.panelInfoControls.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelInfoControls.Location = new System.Drawing.Point(309, 0);
            this.panelInfoControls.Name = "panelInfoControls";
            this.panelInfoControls.Size = new System.Drawing.Size(150, 56);
            this.panelInfoControls.TabIndex = 4;
            // 
            // lblMipMap
            // 
            this.lblMipMap.AutoSize = true;
            this.lblMipMap.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMipMap.Location = new System.Drawing.Point(3, 33);
            this.lblMipMap.Name = "lblMipMap";
            this.lblMipMap.Size = new System.Drawing.Size(48, 13);
            this.lblMipMap.TabIndex = 6;
            this.lblMipMap.Text = "MipMap:";
            // 
            // cboMipMaps
            // 
            this.cboMipMaps.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboMipMaps.FormattingEnabled = true;
            this.cboMipMaps.Location = new System.Drawing.Point(57, 30);
            this.cboMipMaps.Name = "cboMipMaps";
            this.cboMipMaps.Size = new System.Drawing.Size(89, 21);
            this.cboMipMaps.TabIndex = 5;
            // 
            // radioChannelA
            // 
            this.radioChannelA.Appearance = System.Windows.Forms.Appearance.Button;
            this.radioChannelA.AutoSize = true;
            this.radioChannelA.Location = new System.Drawing.Point(122, 3);
            this.radioChannelA.Name = "radioChannelA";
            this.radioChannelA.Size = new System.Drawing.Size(24, 23);
            this.radioChannelA.TabIndex = 4;
            this.radioChannelA.Text = "A";
            this.radioChannelA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.radioChannelA.UseVisualStyleBackColor = true;
            this.radioChannelA.CheckedChanged += new System.EventHandler(this.view_ImageChannelChecked);
            // 
            // radioChannelB
            // 
            this.radioChannelB.Appearance = System.Windows.Forms.Appearance.Button;
            this.radioChannelB.AutoSize = true;
            this.radioChannelB.Location = new System.Drawing.Point(96, 3);
            this.radioChannelB.Name = "radioChannelB";
            this.radioChannelB.Size = new System.Drawing.Size(24, 23);
            this.radioChannelB.TabIndex = 3;
            this.radioChannelB.Text = "B";
            this.radioChannelB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.radioChannelB.UseVisualStyleBackColor = true;
            this.radioChannelB.CheckedChanged += new System.EventHandler(this.view_ImageChannelChecked);
            // 
            // radioChannelG
            // 
            this.radioChannelG.Appearance = System.Windows.Forms.Appearance.Button;
            this.radioChannelG.AutoSize = true;
            this.radioChannelG.Location = new System.Drawing.Point(69, 3);
            this.radioChannelG.Name = "radioChannelG";
            this.radioChannelG.Size = new System.Drawing.Size(25, 23);
            this.radioChannelG.TabIndex = 2;
            this.radioChannelG.Text = "G";
            this.radioChannelG.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.radioChannelG.UseVisualStyleBackColor = true;
            this.radioChannelG.CheckedChanged += new System.EventHandler(this.view_ImageChannelChecked);
            // 
            // radioChannelR
            // 
            this.radioChannelR.Appearance = System.Windows.Forms.Appearance.Button;
            this.radioChannelR.AutoSize = true;
            this.radioChannelR.Location = new System.Drawing.Point(42, 3);
            this.radioChannelR.Name = "radioChannelR";
            this.radioChannelR.Size = new System.Drawing.Size(25, 23);
            this.radioChannelR.TabIndex = 1;
            this.radioChannelR.Text = "R";
            this.radioChannelR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.radioChannelR.UseVisualStyleBackColor = true;
            this.radioChannelR.CheckedChanged += new System.EventHandler(this.view_ImageChannelChecked);
            // 
            // radioChannelFull
            // 
            this.radioChannelFull.Appearance = System.Windows.Forms.Appearance.Button;
            this.radioChannelFull.AutoSize = true;
            this.radioChannelFull.Checked = true;
            this.radioChannelFull.Location = new System.Drawing.Point(3, 3);
            this.radioChannelFull.Name = "radioChannelFull";
            this.radioChannelFull.Size = new System.Drawing.Size(33, 23);
            this.radioChannelFull.TabIndex = 0;
            this.radioChannelFull.TabStop = true;
            this.radioChannelFull.Text = "Full";
            this.radioChannelFull.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.radioChannelFull.UseVisualStyleBackColor = true;
            this.radioChannelFull.CheckedChanged += new System.EventHandler(this.view_ImageChannelChecked);
            // 
            // lblTextureFormat
            // 
            this.lblTextureFormat.AutoSize = true;
            this.lblTextureFormat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTextureFormat.Location = new System.Drawing.Point(4, 33);
            this.lblTextureFormat.Name = "lblTextureFormat";
            this.lblTextureFormat.Size = new System.Drawing.Size(0, 13);
            this.lblTextureFormat.TabIndex = 2;
            // 
            // lblTextureDims
            // 
            this.lblTextureDims.AutoSize = true;
            this.lblTextureDims.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTextureDims.Location = new System.Drawing.Point(4, 20);
            this.lblTextureDims.Name = "lblTextureDims";
            this.lblTextureDims.Size = new System.Drawing.Size(0, 13);
            this.lblTextureDims.TabIndex = 1;
            // 
            // lblTextureName
            // 
            this.lblTextureName.AutoSize = true;
            this.lblTextureName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTextureName.Location = new System.Drawing.Point(4, 7);
            this.lblTextureName.Name = "lblTextureName";
            this.lblTextureName.Size = new System.Drawing.Size(0, 13);
            this.lblTextureName.TabIndex = 0;
            // 
            // TextureView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer);
            this.Name = "TextureView";
            this.Size = new System.Drawing.Size(633, 487);
            this.panelPreview.ResumeLayout(false);
            this.panelPreview.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picPreview)).EndInit();
            this.splitContainer.Panel1.ResumeLayout(false);
            this.splitContainer.Panel2.ResumeLayout(false);
            this.splitContainer.ResumeLayout(false);
            this.panelInfo.ResumeLayout(false);
            this.panelInfo.PerformLayout();
            this.panelInfoControls.ResumeLayout(false);
            this.panelInfoControls.PerformLayout();
            this.ResumeLayout(false);

        }

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 : frmCustomers.Designer.cs
with MIT License
from ahm3tcelik

private void InitializeComponent()
        {
            this.dgvCustomers = new System.Windows.Forms.DataGridView();
            this.CustomerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CustomerSurname = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CustomerGsm = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DaysLeft = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.StarterDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EndDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Duration = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Show = new System.Windows.Forms.DataGridViewButtonColumn();
            this.Edit = new System.Windows.Forms.DataGridViewButtonColumn();
            this.Delete = new System.Windows.Forms.DataGridViewButtonColumn();
            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.btnAdd = new MetroFramework.Controls.MetroButton();
            ((System.ComponentModel.ISupportInitialize)(this.dgvCustomers)).BeginInit();
            this.SuspendLayout();
            // 
            // dgvCustomers
            // 
            this.dgvCustomers.AllowUserToAddRows = false;
            this.dgvCustomers.AllowUserToDeleteRows = false;
            this.dgvCustomers.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.dgvCustomers.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dgvCustomers.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
            this.dgvCustomers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvCustomers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.CustomerID,
            this.CustomerName,
            this.CustomerSurname,
            this.CustomerGsm,
            this.DaysLeft,
            this.StarterDate,
            this.EndDate,
            this.Duration,
            this.Show,
            this.Edit,
            this.Delete});
            this.dgvCustomers.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dgvCustomers.Location = new System.Drawing.Point(20, 64);
            this.dgvCustomers.MultiSelect = false;
            this.dgvCustomers.Name = "dgvCustomers";
            this.dgvCustomers.ReadOnly = true;
            this.dgvCustomers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders;
            this.dgvCustomers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.dgvCustomers.Size = new System.Drawing.Size(760, 359);
            this.dgvCustomers.TabIndex = 0;
            this.dgvCustomers.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCustomers_CellClick);
            // 
            // CustomerID
            // 
            this.CustomerID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.CustomerID.FillWeight = 101.5229F;
            this.CustomerID.HeaderText = "#";
            this.CustomerID.Name = "CustomerID";
            this.CustomerID.ReadOnly = true;
            this.CustomerID.Width = 39;
            // 
            // CustomerName
            // 
            this.CustomerName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.CustomerName.FillWeight = 99.8308F;
            this.CustomerName.HeaderText = "Ad";
            this.CustomerName.Name = "CustomerName";
            this.CustomerName.ReadOnly = true;
            // 
            // CustomerSurname
            // 
            this.CustomerSurname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.CustomerSurname.FillWeight = 99.8308F;
            this.CustomerSurname.HeaderText = "Soyad";
            this.CustomerSurname.Name = "CustomerSurname";
            this.CustomerSurname.ReadOnly = true;
            // 
            // CustomerGsm
            // 
            this.CustomerGsm.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.CustomerGsm.FillWeight = 99.8308F;
            this.CustomerGsm.HeaderText = "GSM";
            this.CustomerGsm.Name = "CustomerGsm";
            this.CustomerGsm.ReadOnly = true;
            this.CustomerGsm.Width = 56;
            // 
            // DaysLeft
            // 
            this.DaysLeft.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.DaysLeft.FillWeight = 99.8308F;
            this.DaysLeft.HeaderText = "Kalan Gün";
            this.DaysLeft.Name = "DaysLeft";
            this.DaysLeft.ReadOnly = true;
            this.DaysLeft.Width = 76;
            // 
            // StarterDate
            // 
            this.StarterDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.StarterDate.FillWeight = 99.8308F;
            this.StarterDate.HeaderText = "Başlangıç Tarihi";
            this.StarterDate.Name = "StarterDate";
            this.StarterDate.ReadOnly = true;
            this.StarterDate.Width = 98;
            // 
            // EndDate
            // 
            this.EndDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.EndDate.FillWeight = 99.8308F;
            this.EndDate.HeaderText = "Bitiş Tarihi";
            this.EndDate.Name = "EndDate";
            this.EndDate.ReadOnly = true;
            this.EndDate.Width = 74;
            // 
            // Duration
            // 
            this.Duration.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Duration.FillWeight = 99.8308F;
            this.Duration.HeaderText = "Kayıt Süresi";
            this.Duration.Name = "Duration";
            this.Duration.ReadOnly = true;
            this.Duration.Width = 80;
            // 
            // Show
            // 
            this.Show.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Show.HeaderText = "";
            this.Show.Name = "Show";
            this.Show.ReadOnly = true;
            this.Show.Text = "Detay";
            this.Show.UseColumnTextForButtonValue = true;
            this.Show.Width = 5;
            // 
            // Edit
            // 
            this.Edit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Edit.FillWeight = 99.8308F;
            this.Edit.HeaderText = "";
            this.Edit.Name = "Edit";
            this.Edit.ReadOnly = true;
            this.Edit.Text = "Düzenle";
            this.Edit.UseColumnTextForButtonValue = true;
            this.Edit.Width = 5;
            // 
            // Delete
            // 
            this.Delete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.Delete.HeaderText = "";
            this.Delete.Name = "Delete";
            this.Delete.ReadOnly = true;
            this.Delete.Text = "Sil";
            this.Delete.UseColumnTextForButtonValue = true;
            this.Delete.Width = 5;
            // 
            // tbxSearch
            // 
            this.tbxSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            // 
            // 
            // 
            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(523, 35);
            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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            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(20, 32);
            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.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(114, 34);
            this.metroLink1.Name = "metroLink1";
            this.metroLink1.Size = new System.Drawing.Size(112, 24);
            this.metroLink1.TabIndex = 3;
            this.metroLink1.Text = "/ Müşteriler";
            this.metroLink1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.metroLink1.UseCustomForeColor = true;
            this.metroLink1.UseSelectable = true;
            // 
            // tbxCounter
            // 
            this.tbxCounter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.tbxCounter.AutoSize = true;
            this.tbxCounter.FontSize = MetroFramework.MetroLabelSize.Small;
            this.tbxCounter.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.tbxCounter.Location = new System.Drawing.Point(20, 426);
            this.tbxCounter.Name = "tbxCounter";
            this.tbxCounter.Size = new System.Drawing.Size(42, 15);
            this.tbxCounter.TabIndex = 4;
            this.tbxCounter.Text = "Satır: 6";
            // 
            // 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(650, 35);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(130, 23);
            this.btnAdd.TabIndex = 5;
            this.btnAdd.Text = "Müşteri Ekle";
            this.btnAdd.UseSelectable = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // frmCustomers
            // 
            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.btnAdd);
            this.Controls.Add(this.tbxCounter);
            this.Controls.Add(this.metroLink1);
            this.Controls.Add(this.tbxHome);
            this.Controls.Add(this.tbxSearch);
            this.Controls.Add(this.dgvCustomers);
            this.DisplayHeader = false;
            this.Name = "frmCustomers";
            this.Padding = new System.Windows.Forms.Padding(20, 30, 20, 20);
            this.Load += new System.EventHandler(this.frmCustomers_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvCustomers)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : Dashboard.Designer.cs
with GNU General Public License v3.0
from AHosseinRnj

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dashboard));
            this.ExitBtn = new System.Windows.Forms.Button();
            this.MiniBtn = new System.Windows.Forms.Button();
            this.SeprLbl = new System.Windows.Forms.Label();
            this.NameLbl = new System.Windows.Forms.Label();
            this.CountriesCmBox = new System.Windows.Forms.ComboBox();
            this.CountriesFlgPicBox = new System.Windows.Forms.PictureBox();
            this.ConnectBtn = new System.Windows.Forms.Button();
            this.DisconnectBtn = new System.Windows.Forms.Button();
            this.statusPicbox = new System.Windows.Forms.PictureBox();
            this.usermode_Lbl = new System.Windows.Forms.Label();
            this.NotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
            this.openApplicationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.CMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.InfoBtn = new System.Windows.Forms.Button();
            this.PPTP_rBtn = new System.Windows.Forms.RadioButton();
            this.ProtocolGrpBox = new System.Windows.Forms.GroupBox();
            this.RecommendedLbl = new System.Windows.Forms.Label();
            this.L2TP_rBtn = new System.Windows.Forms.RadioButton();
            ((System.ComponentModel.ISupportInitialize)(this.CountriesFlgPicBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusPicbox)).BeginInit();
            this.CMenu.SuspendLayout();
            this.ProtocolGrpBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // ExitBtn
            // 
            this.ExitBtn.Cursor = System.Windows.Forms.Cursors.Hand;
            this.ExitBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ExitBtn.Font = new System.Drawing.Font("Microsoft Tai Le", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ExitBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.ExitBtn.Location = new System.Drawing.Point(304, 3);
            this.ExitBtn.Name = "ExitBtn";
            this.ExitBtn.Size = new System.Drawing.Size(25, 26);
            this.ExitBtn.TabIndex = 0;
            this.ExitBtn.Text = "X";
            this.ExitBtn.UseVisualStyleBackColor = true;
            this.ExitBtn.Click += new System.EventHandler(this.ExitBtn_Click);
            // 
            // MiniBtn
            // 
            this.MiniBtn.Cursor = System.Windows.Forms.Cursors.Hand;
            this.MiniBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.MiniBtn.Font = new System.Drawing.Font("Microsoft Tai Le", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.MiniBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.MiniBtn.Location = new System.Drawing.Point(276, 3);
            this.MiniBtn.Name = "MiniBtn";
            this.MiniBtn.Size = new System.Drawing.Size(25, 26);
            this.MiniBtn.TabIndex = 1;
            this.MiniBtn.Text = "_";
            this.MiniBtn.UseVisualStyleBackColor = true;
            this.MiniBtn.Click += new System.EventHandler(this.MiniBtn_Click);
            // 
            // SeprLbl
            // 
            this.SeprLbl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.SeprLbl.Location = new System.Drawing.Point(3, 35);
            this.SeprLbl.Name = "SeprLbl";
            this.SeprLbl.Size = new System.Drawing.Size(326, 1);
            this.SeprLbl.TabIndex = 2;
            // 
            // NameLbl
            // 
            this.NameLbl.AutoSize = true;
            this.NameLbl.Font = new System.Drawing.Font("Microsoft Tai Le", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.NameLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.NameLbl.Location = new System.Drawing.Point(-1, 7);
            this.NameLbl.Name = "NameLbl";
            this.NameLbl.Size = new System.Drawing.Size(145, 22);
            this.NameLbl.TabIndex = 3;
            this.NameLbl.Text = "SimpleVPN 1.3.4";
            // 
            // CountriesCmBox
            // 
            this.CountriesCmBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(27)))), ((int)(((byte)(33)))));
            this.CountriesCmBox.Cursor = System.Windows.Forms.Cursors.Hand;
            this.CountriesCmBox.DropDownHeight = 95;
            this.CountriesCmBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CountriesCmBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.CountriesCmBox.Font = new System.Drawing.Font("Microsoft Tai Le", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CountriesCmBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.CountriesCmBox.FormattingEnabled = true;
            this.CountriesCmBox.IntegralHeight = false;
            this.CountriesCmBox.ItemHeight = 23;
            this.CountriesCmBox.Items.AddRange(new object[] {
            "Select",
            "France",
            "Canada",
            "Germany",
            "Argentina",
            "Netherlands",
            "United States",
            "Russian Federation"});
            this.CountriesCmBox.Location = new System.Drawing.Point(12, 285);
            this.CountriesCmBox.Name = "CountriesCmBox";
            this.CountriesCmBox.Size = new System.Drawing.Size(269, 31);
            this.CountriesCmBox.TabIndex = 4;
            this.CountriesCmBox.SelectedIndexChanged += new System.EventHandler(this.CountriesCmBox_SelectedIndexChanged);
            // 
            // CountriesFlgPicBox
            // 
            this.CountriesFlgPicBox.Location = new System.Drawing.Point(286, 285);
            this.CountriesFlgPicBox.Name = "CountriesFlgPicBox";
            this.CountriesFlgPicBox.Size = new System.Drawing.Size(34, 31);
            this.CountriesFlgPicBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.CountriesFlgPicBox.TabIndex = 5;
            this.CountriesFlgPicBox.TabStop = false;
            // 
            // ConnectBtn
            // 
            this.ConnectBtn.Cursor = System.Windows.Forms.Cursors.Hand;
            this.ConnectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ConnectBtn.Font = new System.Drawing.Font("Microsoft Tai Le", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ConnectBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.ConnectBtn.Location = new System.Drawing.Point(12, 324);
            this.ConnectBtn.Name = "ConnectBtn";
            this.ConnectBtn.Size = new System.Drawing.Size(155, 43);
            this.ConnectBtn.TabIndex = 6;
            this.ConnectBtn.Text = "Connect";
            this.ConnectBtn.UseVisualStyleBackColor = true;
            this.ConnectBtn.Click += new System.EventHandler(this.ConnectBtn_Click);
            // 
            // DisconnectBtn
            // 
            this.DisconnectBtn.Cursor = System.Windows.Forms.Cursors.Hand;
            this.DisconnectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.DisconnectBtn.Font = new System.Drawing.Font("Microsoft Tai Le", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.DisconnectBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.DisconnectBtn.Location = new System.Drawing.Point(170, 324);
            this.DisconnectBtn.Name = "DisconnectBtn";
            this.DisconnectBtn.Size = new System.Drawing.Size(150, 43);
            this.DisconnectBtn.TabIndex = 7;
            this.DisconnectBtn.Text = "Disconnect";
            this.DisconnectBtn.UseVisualStyleBackColor = true;
            this.DisconnectBtn.Click += new System.EventHandler(this.DisconnectBtn_Click);
            // 
            // statusPicbox
            // 
            this.statusPicbox.Image = global::Simple_VPN.Properties.Resources.Disconnectpic;
            this.statusPicbox.Location = new System.Drawing.Point(77, 46);
            this.statusPicbox.Name = "statusPicbox";
            this.statusPicbox.Size = new System.Drawing.Size(181, 181);
            this.statusPicbox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.statusPicbox.TabIndex = 8;
            this.statusPicbox.TabStop = false;
            // 
            // usermode_Lbl
            // 
            this.usermode_Lbl.AutoSize = true;
            this.usermode_Lbl.BackColor = System.Drawing.Color.Transparent;
            this.usermode_Lbl.Font = new System.Drawing.Font("Microsoft Tai Le", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.usermode_Lbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.usermode_Lbl.Location = new System.Drawing.Point(138, 14);
            this.usermode_Lbl.Name = "usermode_Lbl";
            this.usermode_Lbl.Size = new System.Drawing.Size(43, 14);
            this.usermode_Lbl.TabIndex = 11;
            this.usermode_Lbl.Text = "(Latest)";
            // 
            // NotifyIcon
            // 
            this.NotifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            this.NotifyIcon.BalloonTipText = "Running in background";
            this.NotifyIcon.BalloonTipreplacedle = "SimpleVPN";
            this.NotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("NotifyIcon.Icon")));
            this.NotifyIcon.Text = "SimpleVPN";
            this.NotifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.NotifyIcon_MouseDoubleClick);
            // 
            // openApplicationToolStripMenuItem
            // 
            this.openApplicationToolStripMenuItem.Name = "openApplicationToolStripMenuItem";
            this.openApplicationToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.openApplicationToolStripMenuItem.Text = "Open Application";
            this.openApplicationToolStripMenuItem.Click += new System.EventHandler(this.openApplicationToolStripMenuItem_Click);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // CMenu
            // 
            this.CMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openApplicationToolStripMenuItem,
            this.exitToolStripMenuItem});
            this.CMenu.Name = "CMenu";
            this.CMenu.Size = new System.Drawing.Size(168, 48);
            // 
            // InfoBtn
            // 
            this.InfoBtn.Cursor = System.Windows.Forms.Cursors.Hand;
            this.InfoBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.InfoBtn.Font = new System.Drawing.Font("Microsoft Tai Le", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.InfoBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.InfoBtn.Location = new System.Drawing.Point(248, 3);
            this.InfoBtn.Name = "InfoBtn";
            this.InfoBtn.Size = new System.Drawing.Size(25, 26);
            this.InfoBtn.TabIndex = 12;
            this.InfoBtn.Text = "?";
            this.InfoBtn.UseVisualStyleBackColor = true;
            this.InfoBtn.Click += new System.EventHandler(this.InfoBtn_Click);
            // 
            // PPTP_rBtn
            // 
            this.PPTP_rBtn.AutoSize = true;
            this.PPTP_rBtn.Cursor = System.Windows.Forms.Cursors.Hand;
            this.PPTP_rBtn.Font = new System.Drawing.Font("Microsoft Tai Le", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.PPTP_rBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.PPTP_rBtn.Location = new System.Drawing.Point(41, 13);
            this.PPTP_rBtn.Name = "PPTP_rBtn";
            this.PPTP_rBtn.Size = new System.Drawing.Size(71, 27);
            this.PPTP_rBtn.TabIndex = 13;
            this.PPTP_rBtn.Text = "PPTP";
            this.PPTP_rBtn.UseVisualStyleBackColor = true;
            this.PPTP_rBtn.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PPTP_rBtn_MouseClick);
            // 
            // ProtocolGrpBox
            // 
            this.ProtocolGrpBox.Controls.Add(this.RecommendedLbl);
            this.ProtocolGrpBox.Controls.Add(this.L2TP_rBtn);
            this.ProtocolGrpBox.Controls.Add(this.PPTP_rBtn);
            this.ProtocolGrpBox.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ProtocolGrpBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.ProtocolGrpBox.Location = new System.Drawing.Point(12, 233);
            this.ProtocolGrpBox.Name = "ProtocolGrpBox";
            this.ProtocolGrpBox.Size = new System.Drawing.Size(308, 46);
            this.ProtocolGrpBox.TabIndex = 14;
            this.ProtocolGrpBox.TabStop = false;
            this.ProtocolGrpBox.Text = "Protocol";
            // 
            // RecommendedLbl
            // 
            this.RecommendedLbl.AutoSize = true;
            this.RecommendedLbl.Font = new System.Drawing.Font("Microsoft Tai Le", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.RecommendedLbl.Location = new System.Drawing.Point(104, 22);
            this.RecommendedLbl.Name = "RecommendedLbl";
            this.RecommendedLbl.Size = new System.Drawing.Size(86, 14);
            this.RecommendedLbl.TabIndex = 15;
            this.RecommendedLbl.Text = "(recommended)";
            // 
            // L2TP_rBtn
            // 
            this.L2TP_rBtn.AutoSize = true;
            this.L2TP_rBtn.Cursor = System.Windows.Forms.Cursors.Hand;
            this.L2TP_rBtn.Font = new System.Drawing.Font("Microsoft Tai Le", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.L2TP_rBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.L2TP_rBtn.Location = new System.Drawing.Point(206, 13);
            this.L2TP_rBtn.Name = "L2TP_rBtn";
            this.L2TP_rBtn.Size = new System.Drawing.Size(68, 27);
            this.L2TP_rBtn.TabIndex = 14;
            this.L2TP_rBtn.Text = "L2TP";
            this.L2TP_rBtn.UseVisualStyleBackColor = true;
            this.L2TP_rBtn.MouseClick += new System.Windows.Forms.MouseEventHandler(this.L2TP_rBtn_MouseClick);
            // 
            // Dashboard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(27)))), ((int)(((byte)(33)))));
            this.ClientSize = new System.Drawing.Size(332, 380);
            this.ControlBox = false;
            this.Controls.Add(this.ProtocolGrpBox);
            this.Controls.Add(this.InfoBtn);
            this.Controls.Add(this.usermode_Lbl);
            this.Controls.Add(this.statusPicbox);
            this.Controls.Add(this.DisconnectBtn);
            this.Controls.Add(this.ConnectBtn);
            this.Controls.Add(this.CountriesFlgPicBox);
            this.Controls.Add(this.CountriesCmBox);
            this.Controls.Add(this.NameLbl);
            this.Controls.Add(this.SeprLbl);
            this.Controls.Add(this.MiniBtn);
            this.Controls.Add(this.ExitBtn);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Dashboard";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.Form1_Load);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
            ((System.ComponentModel.ISupportInitialize)(this.CountriesFlgPicBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusPicbox)).EndInit();
            this.CMenu.ResumeLayout(false);
            this.ProtocolGrpBox.ResumeLayout(false);
            this.ProtocolGrpBox.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : Information.Designer.cs
with GNU General Public License v3.0
from AHosseinRnj

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Information));
            this.SeprLbl = new System.Windows.Forms.Label();
            this.ExitBtn = new System.Windows.Forms.Button();
            this.NameLbl = new System.Windows.Forms.Label();
            this.LatestLbl = new System.Windows.Forms.Label();
            this.LatestDynLbl = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.TelegramPicBox = new System.Windows.Forms.PictureBox();
            this.InstagramPicBox = new System.Windows.Forms.PictureBox();
            this.SubLblStatic = new System.Windows.Forms.Label();
            this.SubLblDyn = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.TelegramPicBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.InstagramPicBox)).BeginInit();
            this.SuspendLayout();
            // 
            // SeprLbl
            // 
            this.SeprLbl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.SeprLbl.Location = new System.Drawing.Point(2, 34);
            this.SeprLbl.Name = "SeprLbl";
            this.SeprLbl.Size = new System.Drawing.Size(538, 1);
            this.SeprLbl.TabIndex = 3;
            // 
            // ExitBtn
            // 
            this.ExitBtn.Cursor = System.Windows.Forms.Cursors.Hand;
            this.ExitBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ExitBtn.Font = new System.Drawing.Font("Microsoft Tai Le", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ExitBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.ExitBtn.Location = new System.Drawing.Point(515, 3);
            this.ExitBtn.Name = "ExitBtn";
            this.ExitBtn.Size = new System.Drawing.Size(25, 26);
            this.ExitBtn.TabIndex = 4;
            this.ExitBtn.Text = "X";
            this.ExitBtn.UseVisualStyleBackColor = true;
            this.ExitBtn.Click += new System.EventHandler(this.ExitBtn_Click);
            // 
            // NameLbl
            // 
            this.NameLbl.AutoSize = true;
            this.NameLbl.Font = new System.Drawing.Font("Microsoft Tai Le", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.NameLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.NameLbl.Location = new System.Drawing.Point(1, 8);
            this.NameLbl.Name = "NameLbl";
            this.NameLbl.Size = new System.Drawing.Size(122, 22);
            this.NameLbl.TabIndex = 5;
            this.NameLbl.Text = "Change Logs :";
            // 
            // LatestLbl
            // 
            this.LatestLbl.AutoSize = true;
            this.LatestLbl.Font = new System.Drawing.Font("Microsoft Tai Le", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.LatestLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.LatestLbl.Location = new System.Drawing.Point(12, 45);
            this.LatestLbl.Name = "LatestLbl";
            this.LatestLbl.Size = new System.Drawing.Size(53, 21);
            this.LatestLbl.TabIndex = 6;
            this.LatestLbl.Text = "1.3.4 :";
            // 
            // LatestDynLbl
            // 
            this.LatestDynLbl.AutoSize = true;
            this.LatestDynLbl.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.LatestDynLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.LatestDynLbl.Location = new System.Drawing.Point(25, 64);
            this.LatestDynLbl.Name = "LatestDynLbl";
            this.LatestDynLbl.Size = new System.Drawing.Size(220, 16);
            this.LatestDynLbl.TabIndex = 7;
            this.LatestDynLbl.Text = "[+] Added subscription for 365 days";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Tai Le", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.label1.Location = new System.Drawing.Point(12, 199);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(184, 22);
            this.label1.TabIndex = 8;
            this.label1.Text = "Ways To Contact Me :";
            // 
            // TelegramPicBox
            // 
            this.TelegramPicBox.Cursor = System.Windows.Forms.Cursors.Hand;
            this.TelegramPicBox.Image = global::Simple_VPN.Properties.Resources.Telegram_Logo;
            this.TelegramPicBox.Location = new System.Drawing.Point(184, 229);
            this.TelegramPicBox.Name = "TelegramPicBox";
            this.TelegramPicBox.Size = new System.Drawing.Size(86, 85);
            this.TelegramPicBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.TelegramPicBox.TabIndex = 9;
            this.TelegramPicBox.TabStop = false;
            this.TelegramPicBox.Click += new System.EventHandler(this.TelegramPicBox_Click);
            // 
            // InstagramPicBox
            // 
            this.InstagramPicBox.Cursor = System.Windows.Forms.Cursors.Hand;
            this.InstagramPicBox.Image = global::Simple_VPN.Properties.Resources.Instagram_Logo;
            this.InstagramPicBox.Location = new System.Drawing.Point(276, 224);
            this.InstagramPicBox.Name = "InstagramPicBox";
            this.InstagramPicBox.Size = new System.Drawing.Size(94, 93);
            this.InstagramPicBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.InstagramPicBox.TabIndex = 10;
            this.InstagramPicBox.TabStop = false;
            this.InstagramPicBox.Click += new System.EventHandler(this.InstagramPicBox_Click);
            // 
            // SubLblStatic
            // 
            this.SubLblStatic.AutoSize = true;
            this.SubLblStatic.Font = new System.Drawing.Font("Microsoft Tai Le", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.SubLblStatic.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.SubLblStatic.Location = new System.Drawing.Point(330, 46);
            this.SubLblStatic.Name = "SubLblStatic";
            this.SubLblStatic.Size = new System.Drawing.Size(104, 19);
            this.SubLblStatic.TabIndex = 11;
            this.SubLblStatic.Text = "Subscription :";
            // 
            // SubLblDyn
            // 
            this.SubLblDyn.AutoSize = true;
            this.SubLblDyn.Font = new System.Drawing.Font("Microsoft Tai Le", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.SubLblDyn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80)))));
            this.SubLblDyn.Location = new System.Drawing.Point(349, 64);
            this.SubLblDyn.Name = "SubLblDyn";
            this.SubLblDyn.Size = new System.Drawing.Size(0, 16);
            this.SubLblDyn.TabIndex = 12;
            // 
            // Information
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(27)))), ((int)(((byte)(33)))));
            this.ClientSize = new System.Drawing.Size(543, 325);
            this.ControlBox = false;
            this.Controls.Add(this.SubLblDyn);
            this.Controls.Add(this.SubLblStatic);
            this.Controls.Add(this.InstagramPicBox);
            this.Controls.Add(this.TelegramPicBox);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.LatestDynLbl);
            this.Controls.Add(this.LatestLbl);
            this.Controls.Add(this.NameLbl);
            this.Controls.Add(this.ExitBtn);
            this.Controls.Add(this.SeprLbl);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Information";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.Information_Load);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Information_MouseDown);
            ((System.ComponentModel.ISupportInitialize)(this.TelegramPicBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.InstagramPicBox)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : mainForm.Designer.cs
with MIT License
from ajohns6

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm));
            this.onlineGrid = new System.Windows.Forms.DataGridView();
            this.modChecks = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.modCreator = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.modType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.modDir = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.modURL = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.modFile = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.modHash = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.selectedModsButton = new System.Windows.Forms.Button();
            this.noModsButton = new System.Windows.Forms.Button();
            this.settingsButton = new System.Windows.Forms.Button();
            this.updateButton = new System.Windows.Forms.Button();
            this.outputText = new System.Windows.Forms.RichTextBox();
            this.jsonButton = new System.Windows.Forms.Button();
            this.localGrid = new System.Windows.Forms.DataGridView();
            this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.databaseLabel = new System.Windows.Forms.Label();
            this.userLabel = new System.Windows.Forms.Label();
            this.removeButton = new System.Windows.Forms.Button();
            this.addButton = new System.Windows.Forms.Button();
            this.closeCheck = new System.Windows.Forms.CheckBox();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pAKBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.onlineGrid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.localGrid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pAKBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // onlineGrid
            // 
            this.onlineGrid.AllowUserToAddRows = false;
            this.onlineGrid.AllowUserToDeleteRows = false;
            this.onlineGrid.AutoGenerateColumns = false;
            this.onlineGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.onlineGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.onlineGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.onlineGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.modChecks,
            this.dataGridViewTextBoxColumn3,
            this.modCreator,
            this.modType,
            this.dataGridViewTextBoxColumn4,
            this.modDir,
            this.modURL,
            this.modFile,
            this.modHash});
            this.onlineGrid.DataSource = this.pAKBindingSource;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.onlineGrid.DefaultCellStyle = dataGridViewCellStyle2;
            this.onlineGrid.Location = new System.Drawing.Point(171, 32);
            this.onlineGrid.Name = "onlineGrid";
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.onlineGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.onlineGrid.RowHeadersVisible = false;
            this.onlineGrid.Size = new System.Drawing.Size(875, 233);
            this.onlineGrid.TabIndex = 0;
            // 
            // modChecks
            // 
            this.modChecks.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
            this.modChecks.HeaderText = "";
            this.modChecks.Name = "modChecks";
            this.modChecks.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.modChecks.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.modChecks.ToolTipText = "Allows you turn mods on or off.";
            this.modChecks.Width = 5;
            // 
            // modCreator
            // 
            this.modCreator.DataPropertyName = "modCreator";
            this.modCreator.HeaderText = "Creator";
            this.modCreator.Name = "modCreator";
            this.modCreator.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            // 
            // modType
            // 
            this.modType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.modType.DataPropertyName = "modType";
            this.modType.HeaderText = "Type";
            this.modType.Name = "modType";
            this.modType.ReadOnly = true;
            this.modType.Width = 56;
            // 
            // modDir
            // 
            this.modDir.DataPropertyName = "modDir";
            this.modDir.HeaderText = "modDir";
            this.modDir.Name = "modDir";
            this.modDir.ReadOnly = true;
            this.modDir.Visible = false;
            this.modDir.Width = 65;
            // 
            // modURL
            // 
            this.modURL.DataPropertyName = "modURL";
            this.modURL.HeaderText = "modURL";
            this.modURL.Name = "modURL";
            this.modURL.ReadOnly = true;
            this.modURL.Visible = false;
            this.modURL.Width = 74;
            // 
            // modFile
            // 
            this.modFile.DataPropertyName = "modFile";
            this.modFile.HeaderText = "modFile";
            this.modFile.Name = "modFile";
            this.modFile.ReadOnly = true;
            this.modFile.Visible = false;
            this.modFile.Width = 68;
            // 
            // modHash
            // 
            this.modHash.DataPropertyName = "modHash";
            this.modHash.HeaderText = "modHash";
            this.modHash.Name = "modHash";
            this.modHash.ReadOnly = true;
            this.modHash.Visible = false;
            // 
            // selectedModsButton
            // 
            this.selectedModsButton.Location = new System.Drawing.Point(15, 15);
            this.selectedModsButton.Name = "selectedModsButton";
            this.selectedModsButton.Size = new System.Drawing.Size(150, 25);
            this.selectedModsButton.TabIndex = 1;
            this.selectedModsButton.Text = "Launch w/Selected Mods";
            this.selectedModsButton.UseVisualStyleBackColor = true;
            this.selectedModsButton.Click += new System.EventHandler(this.selectedModsButton_Click);
            // 
            // noModsButton
            // 
            this.noModsButton.Location = new System.Drawing.Point(15, 46);
            this.noModsButton.Name = "noModsButton";
            this.noModsButton.Size = new System.Drawing.Size(150, 25);
            this.noModsButton.TabIndex = 2;
            this.noModsButton.Text = "Launch w/No Mods";
            this.noModsButton.UseVisualStyleBackColor = true;
            this.noModsButton.Click += new System.EventHandler(this.noModsButton_Click);
            // 
            // settingsButton
            // 
            this.settingsButton.Enabled = false;
            this.settingsButton.Location = new System.Drawing.Point(1128, 269);
            this.settingsButton.Name = "settingsButton";
            this.settingsButton.Size = new System.Drawing.Size(150, 25);
            this.settingsButton.TabIndex = 4;
            this.settingsButton.Text = "Settings";
            this.settingsButton.UseVisualStyleBackColor = true;
            this.settingsButton.Visible = false;
            // 
            // updateButton
            // 
            this.updateButton.Location = new System.Drawing.Point(15, 240);
            this.updateButton.Name = "updateButton";
            this.updateButton.Size = new System.Drawing.Size(150, 25);
            this.updateButton.TabIndex = 5;
            this.updateButton.Text = "Check For Updates";
            this.updateButton.UseVisualStyleBackColor = true;
            this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
            // 
            // outputText
            // 
            this.outputText.BackColor = System.Drawing.SystemColors.Window;
            this.outputText.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.outputText.ForeColor = System.Drawing.SystemColors.InfoText;
            this.outputText.Location = new System.Drawing.Point(15, 536);
            this.outputText.Name = "outputText";
            this.outputText.Size = new System.Drawing.Size(1031, 191);
            this.outputText.TabIndex = 6;
            this.outputText.Text = "";
            this.outputText.Visible = false;
            this.outputText.TextChanged += new System.EventHandler(this.outputText_TextChanged);
            // 
            // jsonButton
            // 
            this.jsonButton.Location = new System.Drawing.Point(15, 77);
            this.jsonButton.Name = "jsonButton";
            this.jsonButton.Size = new System.Drawing.Size(150, 25);
            this.jsonButton.TabIndex = 7;
            this.jsonButton.Text = "Check for PAK Updates";
            this.jsonButton.UseVisualStyleBackColor = true;
            this.jsonButton.Click += new System.EventHandler(this.pullJSON);
            // 
            // localGrid
            // 
            this.localGrid.AllowUserToAddRows = false;
            this.localGrid.AllowUserToDeleteRows = false;
            this.localGrid.AutoGenerateColumns = false;
            this.localGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.localGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.localGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.localGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewCheckBoxColumn1,
            this.dataGridViewTextBoxColumn5,
            this.dataGridViewTextBoxColumn6,
            this.dataGridViewTextBoxColumn7,
            this.dataGridViewTextBoxColumn8,
            this.dataGridViewTextBoxColumn9,
            this.dataGridViewTextBoxColumn10,
            this.dataGridViewTextBoxColumn11,
            this.dataGridViewTextBoxColumn12});
            this.localGrid.DataSource = this.pAKBindingSource;
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.localGrid.DefaultCellStyle = dataGridViewCellStyle5;
            this.localGrid.Location = new System.Drawing.Point(171, 297);
            this.localGrid.Name = "localGrid";
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.localGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.localGrid.RowHeadersVisible = false;
            this.localGrid.Size = new System.Drawing.Size(875, 233);
            this.localGrid.TabIndex = 8;
            // 
            // dataGridViewCheckBoxColumn1
            // 
            this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
            this.dataGridViewCheckBoxColumn1.HeaderText = "";
            this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
            this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.dataGridViewCheckBoxColumn1.ToolTipText = "Allows you turn mods on or off.";
            this.dataGridViewCheckBoxColumn1.Width = 5;
            // 
            // dataGridViewTextBoxColumn6
            // 
            this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn6.DataPropertyName = "modCreator";
            this.dataGridViewTextBoxColumn6.HeaderText = "Creator";
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
            this.dataGridViewTextBoxColumn6.Width = 66;
            // 
            // dataGridViewTextBoxColumn9
            // 
            this.dataGridViewTextBoxColumn9.DataPropertyName = "modDir";
            this.dataGridViewTextBoxColumn9.HeaderText = "modDir";
            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
            this.dataGridViewTextBoxColumn9.ReadOnly = true;
            this.dataGridViewTextBoxColumn9.Visible = false;
            // 
            // dataGridViewTextBoxColumn10
            // 
            this.dataGridViewTextBoxColumn10.DataPropertyName = "modURL";
            this.dataGridViewTextBoxColumn10.HeaderText = "modURL";
            this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
            this.dataGridViewTextBoxColumn10.ReadOnly = true;
            this.dataGridViewTextBoxColumn10.Visible = false;
            // 
            // dataGridViewTextBoxColumn11
            // 
            this.dataGridViewTextBoxColumn11.DataPropertyName = "modFile";
            this.dataGridViewTextBoxColumn11.HeaderText = "modFile";
            this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
            this.dataGridViewTextBoxColumn11.ReadOnly = true;
            this.dataGridViewTextBoxColumn11.Visible = false;
            // 
            // dataGridViewTextBoxColumn12
            // 
            this.dataGridViewTextBoxColumn12.DataPropertyName = "modHash";
            this.dataGridViewTextBoxColumn12.HeaderText = "modHash";
            this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
            this.dataGridViewTextBoxColumn12.ReadOnly = true;
            this.dataGridViewTextBoxColumn12.Visible = false;
            // 
            // databaseLabel
            // 
            this.databaseLabel.AutoSize = true;
            this.databaseLabel.Location = new System.Drawing.Point(172, 16);
            this.databaseLabel.Name = "databaseLabel";
            this.databaseLabel.Size = new System.Drawing.Size(110, 13);
            this.databaseLabel.TabIndex = 9;
            this.databaseLabel.Text = "Online PAK Database";
            // 
            // userLabel
            // 
            this.userLabel.AutoSize = true;
            this.userLabel.Location = new System.Drawing.Point(172, 281);
            this.userLabel.Name = "userLabel";
            this.userLabel.Size = new System.Drawing.Size(106, 13);
            this.userLabel.TabIndex = 10;
            this.userLabel.Text = "Local PAK Database";
            // 
            // removeButton
            // 
            this.removeButton.Location = new System.Drawing.Point(15, 505);
            this.removeButton.Name = "removeButton";
            this.removeButton.Size = new System.Drawing.Size(150, 25);
            this.removeButton.TabIndex = 11;
            this.removeButton.Text = "Remove Selected PAKs";
            this.removeButton.UseVisualStyleBackColor = true;
            this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
            // 
            // addButton
            // 
            this.addButton.Location = new System.Drawing.Point(15, 297);
            this.addButton.Name = "addButton";
            this.addButton.Size = new System.Drawing.Size(150, 25);
            this.addButton.TabIndex = 12;
            this.addButton.Text = "Add Local PAK File";
            this.addButton.UseVisualStyleBackColor = true;
            this.addButton.Click += new System.EventHandler(this.addButton_Click);
            // 
            // closeCheck
            // 
            this.closeCheck.Location = new System.Drawing.Point(15, 108);
            this.closeCheck.Name = "closeCheck";
            this.closeCheck.Padding = new System.Windows.Forms.Padding(8, 0, 8, 0);
            this.closeCheck.Size = new System.Drawing.Size(150, 30);
            this.closeCheck.TabIndex = 13;
            this.closeCheck.Text = "Leave Launcher Open\r\nAfter Launching Game";
            this.closeCheck.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.closeCheck.UseVisualStyleBackColor = true;
            // 
            // dataGridViewTextBoxColumn5
            // 
            this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn5.DataPropertyName = "modName";
            this.dataGridViewTextBoxColumn5.HeaderText = "Mod";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            this.dataGridViewTextBoxColumn5.Width = 53;
            // 
            // dataGridViewTextBoxColumn7
            // 
            this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn7.DataPropertyName = "modType";
            this.dataGridViewTextBoxColumn7.HeaderText = "Type";
            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
            this.dataGridViewTextBoxColumn7.ReadOnly = true;
            this.dataGridViewTextBoxColumn7.Width = 56;
            // 
            // dataGridViewTextBoxColumn8
            // 
            this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.dataGridViewTextBoxColumn8.DataPropertyName = "modDesc";
            this.dataGridViewTextBoxColumn8.HeaderText = "Description";
            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
            // 
            // pAKBindingSource
            // 
            this.pAKBindingSource.DataSource = typeof(SM64_NX_Launcher.PAK);
            this.pAKBindingSource.Sort = "";
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.dataGridViewTextBoxColumn3.DataPropertyName = "modName";
            this.dataGridViewTextBoxColumn3.HeaderText = "Mod";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.Width = 53;
            // 
            // dataGridViewTextBoxColumn4
            // 
            this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.dataGridViewTextBoxColumn4.DataPropertyName = "modDesc";
            this.dataGridViewTextBoxColumn4.HeaderText = "Description";
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            // 
            // mainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(1278, 812);
            this.Controls.Add(this.closeCheck);
            this.Controls.Add(this.addButton);
            this.Controls.Add(this.removeButton);
            this.Controls.Add(this.userLabel);
            this.Controls.Add(this.databaseLabel);
            this.Controls.Add(this.localGrid);
            this.Controls.Add(this.jsonButton);
            this.Controls.Add(this.outputText);
            this.Controls.Add(this.updateButton);
            this.Controls.Add(this.settingsButton);
            this.Controls.Add(this.noModsButton);
            this.Controls.Add(this.selectedModsButton);
            this.Controls.Add(this.onlineGrid);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "mainForm";
            this.Padding = new System.Windows.Forms.Padding(12);
            this.Text = "Super Mario 64 NX Launcher v";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mainForm_FormClosing);
            this.Load += new System.EventHandler(this.Main_Load);
            this.Shown += new System.EventHandler(this.mainForm_Shown);
            ((System.ComponentModel.ISupportInitialize)(this.onlineGrid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.localGrid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pAKBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
    {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.ofd = new System.Windows.Forms.OpenFileDialog();
            this.bEncrypt = new System.Windows.Forms.Button();
            this.bDecrypt = new System.Windows.Forms.Button();
            this.txStatus = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.filesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.menuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // ofd
            // 
            this.ofd.Multiselect = true;
            // 
            // bEncrypt
            // 
            this.bEncrypt.Font = new System.Drawing.Font("BatmanForeverAlternate", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bEncrypt.Location = new System.Drawing.Point(12, 192);
            this.bEncrypt.Name = "bEncrypt";
            this.bEncrypt.Size = new System.Drawing.Size(326, 34);
            this.bEncrypt.TabIndex = 1;
            this.bEncrypt.Text = "🔒 Encrypt My Data";
            this.bEncrypt.UseVisualStyleBackColor = true;
            this.bEncrypt.Click += new System.EventHandler(this.bEncrypt_Click);
            // 
            // bDecrypt
            // 
            this.bDecrypt.Font = new System.Drawing.Font("BatmanForeverAlternate", 15.75F);
            this.bDecrypt.Location = new System.Drawing.Point(12, 232);
            this.bDecrypt.Name = "bDecrypt";
            this.bDecrypt.Size = new System.Drawing.Size(326, 34);
            this.bDecrypt.TabIndex = 2;
            this.bDecrypt.Text = "🔓 Decrypt My Data";
            this.bDecrypt.UseVisualStyleBackColor = true;
            this.bDecrypt.Click += new System.EventHandler(this.bDecrypt_Click);
            // 
            // txStatus
            // 
            this.txStatus.Location = new System.Drawing.Point(12, 24);
            this.txStatus.Multiline = true;
            this.txStatus.Name = "txStatus";
            this.txStatus.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txStatus.Size = new System.Drawing.Size(569, 162);
            this.txStatus.TabIndex = 3;
            this.txStatus.TextChanged += new System.EventHandler(this.txStatus_TextChanged);
            // 
            // button1
            // 
            this.button1.Font = new System.Drawing.Font("BatmanForeverAlternate", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.Location = new System.Drawing.Point(12, 284);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(148, 34);
            this.button1.TabIndex = 9;
            this.button1.Text = "User Guide";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.filesToolStripMenuItem,
            this.aboutToolStripMenuItem,
            this.aboutToolStripMenuItem1});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(593, 24);
            this.menuStrip1.TabIndex = 10;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // filesToolStripMenuItem
            // 
            this.filesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
            this.filesToolStripMenuItem.Name = "filesToolStripMenuItem";
            this.filesToolStripMenuItem.Size = new System.Drawing.Size(42, 20);
            this.filesToolStripMenuItem.Text = "Files";
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(86, 20);
            this.aboutToolStripMenuItem.Text = "Source Code";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // aboutToolStripMenuItem1
            // 
            this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
            this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(52, 20);
            this.aboutToolStripMenuItem1.Text = "About";
            this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.aboutToolStripMenuItem1_Click);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.AccessibleDescription = "";
            this.pictureBox1.AccessibleName = "";
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(425, 192);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(129, 126);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 11;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Tag = "";
            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(468, 242);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(44, 24);
            this.label1.TabIndex = 12;
            this.label1.Text = "Info";
            this.label1.Click += new System.EventHandler(this.label1_Click);
            // 
            // Form1
            // 
            this.AccessibleDescription = "";
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Menu;
            this.ClientSize = new System.Drawing.Size(593, 330);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.txStatus);
            this.Controls.Add(this.bDecrypt);
            this.Controls.Add(this.bEncrypt);
            this.Controls.Add(this.menuStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Keep It Secure v1.5";
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

    }

19 Source : SettingsForm.Designer.cs
with MIT License
from AlbertMN

private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
            this.headingLabel = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.checkUpdates = new System.Windows.Forms.CheckBox();
            this.advancedSettingsButton = new System.Windows.Forms.Button();
            this.testButton = new System.Windows.Forms.Button();
            this.startWithWindows = new System.Windows.Forms.CheckBox();
            this.computerName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.logButton = new System.Windows.Forms.Button();
            this.mainPanel = new System.Windows.Forms.Panel();
            this.changelogOpen = new System.Windows.Forms.Button();
            this.saveLanguageButton = new System.Windows.Forms.Button();
            this.languageLabel = new System.Windows.Forms.Label();
            this.programLanguage = new System.Windows.Forms.ComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.multiPcSupportReadMore = new System.Windows.Forms.LinkLabel();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.defaultComputer = new System.Windows.Forms.CheckBox();
            this.label7 = new System.Windows.Forms.Label();
            this.fileReadDelay = new System.Windows.Forms.NumericUpDown();
            this.label6 = new System.Windows.Forms.Label();
            this.maxDeleteFiles = new System.Windows.Forms.NumericUpDown();
            this.warnDeletion = new System.Windows.Forms.CheckBox();
            this.doSetupAgain = new System.Windows.Forms.Button();
            this.versionInfo = new System.Windows.Forms.Label();
            this.checkForUpdate = new System.Windows.Forms.Button();
            this.betaProgram = new System.Windows.Forms.CheckBox();
            this.fileEditedMargin = new System.Windows.Forms.NumericUpDown();
            this.infoTooltip = new System.Windows.Forms.ToolTip(this.components);
            this.actionErrorMessageBox = new System.Windows.Forms.CheckBox();
            this.mainPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fileReadDelay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.maxDeleteFiles)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fileEditedMargin)).BeginInit();
            this.SuspendLayout();
            // 
            // headingLabel
            // 
            this.headingLabel.AutoSize = true;
            this.headingLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.headingLabel.Location = new System.Drawing.Point(3, 2);
            this.headingLabel.Name = "headingLabel";
            this.headingLabel.Size = new System.Drawing.Size(175, 20);
            this.headingLabel.TabIndex = 0;
            this.headingLabel.Text = "overall_settings_replacedle";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(5, 202);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(92, 13);
            this.label1.TabIndex = 6;
            this.label1.Text = "file_edited_margin";
            // 
            // checkUpdates
            // 
            this.checkUpdates.AutoSize = true;
            this.checkUpdates.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.checkUpdates.Location = new System.Drawing.Point(8, 114);
            this.checkUpdates.Name = "checkUpdates";
            this.checkUpdates.Size = new System.Drawing.Size(124, 18);
            this.checkUpdates.TabIndex = 4;
            this.checkUpdates.Text = "check_for_updates";
            this.checkUpdates.UseVisualStyleBackColor = true;
            this.checkUpdates.CheckedChanged += new System.EventHandler(this.checkUpdates_CheckedChanged);
            // 
            // advancedSettingsButton
            // 
            this.advancedSettingsButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.advancedSettingsButton.Location = new System.Drawing.Point(7, 283);
            this.advancedSettingsButton.Name = "advancedSettingsButton";
            this.advancedSettingsButton.Size = new System.Drawing.Size(171, 23);
            this.advancedSettingsButton.TabIndex = 11;
            this.advancedSettingsButton.Text = "advanced_settings_btn";
            this.advancedSettingsButton.UseVisualStyleBackColor = true;
            this.advancedSettingsButton.Click += new System.EventHandler(this.advancedSettingsButton_Click);
            // 
            // testButton
            // 
            this.testButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.testButton.Location = new System.Drawing.Point(7, 341);
            this.testButton.Name = "testButton";
            this.testButton.Size = new System.Drawing.Size(171, 23);
            this.testButton.TabIndex = 13;
            this.testButton.Text = "action_simulator_btn";
            this.testButton.UseVisualStyleBackColor = true;
            this.testButton.Click += new System.EventHandler(this.testButton_Click);
            // 
            // startWithWindows
            // 
            this.startWithWindows.AutoSize = true;
            this.startWithWindows.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.startWithWindows.Location = new System.Drawing.Point(8, 91);
            this.startWithWindows.Name = "startWithWindows";
            this.startWithWindows.Size = new System.Drawing.Size(124, 18);
            this.startWithWindows.TabIndex = 3;
            this.startWithWindows.Text = "start_with_windows";
            this.startWithWindows.UseVisualStyleBackColor = true;
            this.startWithWindows.CheckedChanged += new System.EventHandler(this.startWithWindows_CheckedChanged);
            // 
            // computerName
            // 
            this.computerName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.computerName.Location = new System.Drawing.Point(362, 124);
            this.computerName.Name = "computerName";
            this.computerName.Size = new System.Drawing.Size(120, 20);
            this.computerName.TabIndex = 22;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(359, 106);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(127, 13);
            this.label2.TabIndex = 21;
            this.label2.Text = "computer_name_field";
            // 
            // logButton
            // 
            this.logButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.logButton.Location = new System.Drawing.Point(7, 312);
            this.logButton.Name = "logButton";
            this.logButton.Size = new System.Drawing.Size(171, 23);
            this.logButton.TabIndex = 12;
            this.logButton.Text = "open_log_btn";
            this.logButton.UseVisualStyleBackColor = true;
            this.logButton.Click += new System.EventHandler(this.logButton_Click);
            // 
            // mainPanel
            // 
            this.mainPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.mainPanel.Controls.Add(this.actionErrorMessageBox);
            this.mainPanel.Controls.Add(this.changelogOpen);
            this.mainPanel.Controls.Add(this.saveLanguageButton);
            this.mainPanel.Controls.Add(this.languageLabel);
            this.mainPanel.Controls.Add(this.programLanguage);
            this.mainPanel.Controls.Add(this.label10);
            this.mainPanel.Controls.Add(this.multiPcSupportReadMore);
            this.mainPanel.Controls.Add(this.label9);
            this.mainPanel.Controls.Add(this.label8);
            this.mainPanel.Controls.Add(this.defaultComputer);
            this.mainPanel.Controls.Add(this.label7);
            this.mainPanel.Controls.Add(this.fileReadDelay);
            this.mainPanel.Controls.Add(this.label6);
            this.mainPanel.Controls.Add(this.maxDeleteFiles);
            this.mainPanel.Controls.Add(this.warnDeletion);
            this.mainPanel.Controls.Add(this.doSetupAgain);
            this.mainPanel.Controls.Add(this.versionInfo);
            this.mainPanel.Controls.Add(this.checkForUpdate);
            this.mainPanel.Controls.Add(this.betaProgram);
            this.mainPanel.Controls.Add(this.fileEditedMargin);
            this.mainPanel.Controls.Add(this.headingLabel);
            this.mainPanel.Controls.Add(this.testButton);
            this.mainPanel.Controls.Add(this.logButton);
            this.mainPanel.Controls.Add(this.startWithWindows);
            this.mainPanel.Controls.Add(this.computerName);
            this.mainPanel.Controls.Add(this.advancedSettingsButton);
            this.mainPanel.Controls.Add(this.checkUpdates);
            this.mainPanel.Controls.Add(this.label1);
            this.mainPanel.Controls.Add(this.label2);
            this.mainPanel.Location = new System.Drawing.Point(12, 12);
            this.mainPanel.Name = "mainPanel";
            this.mainPanel.Size = new System.Drawing.Size(776, 426);
            this.mainPanel.TabIndex = 11;
            this.mainPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.mainPanel_Paint);
            // 
            // changelogOpen
            // 
            this.changelogOpen.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.changelogOpen.Location = new System.Drawing.Point(649, 400);
            this.changelogOpen.Name = "changelogOpen";
            this.changelogOpen.Size = new System.Drawing.Size(124, 23);
            this.changelogOpen.TabIndex = 34;
            this.changelogOpen.Text = "changelog";
            this.changelogOpen.UseVisualStyleBackColor = true;
            this.changelogOpen.Click += new System.EventHandler(this.changelogOpen_Click);
            // 
            // saveLanguageButton
            // 
            this.saveLanguageButton.Location = new System.Drawing.Point(165, 61);
            this.saveLanguageButton.Name = "saveLanguageButton";
            this.saveLanguageButton.Size = new System.Drawing.Size(43, 21);
            this.saveLanguageButton.TabIndex = 2;
            this.saveLanguageButton.Text = "save_language_btn";
            this.saveLanguageButton.UseVisualStyleBackColor = true;
            this.saveLanguageButton.Click += new System.EventHandler(this.saveLanguageButton_Click);
            // 
            // languageLabel
            // 
            this.languageLabel.AutoSize = true;
            this.languageLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.languageLabel.Location = new System.Drawing.Point(4, 42);
            this.languageLabel.Name = "languageLabel";
            this.languageLabel.Size = new System.Drawing.Size(145, 13);
            this.languageLabel.TabIndex = 33;
            this.languageLabel.Text = "program_language_label";
            // 
            // programLanguage
            // 
            this.programLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.programLanguage.FormattingEnabled = true;
            this.programLanguage.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.programLanguage.Location = new System.Drawing.Point(7, 61);
            this.programLanguage.MaxDropDownItems = 15;
            this.programLanguage.Name = "programLanguage";
            this.programLanguage.Size = new System.Drawing.Size(154, 21);
            this.programLanguage.TabIndex = 1;
            this.programLanguage.Tag = "";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label10.Location = new System.Drawing.Point(488, 145);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(146, 13);
            this.label10.TabIndex = 24;
            this.label10.Text = "default_computer_description";
            // 
            // multiPcSupportReadMore
            // 
            this.multiPcSupportReadMore.AutoSize = true;
            this.multiPcSupportReadMore.Location = new System.Drawing.Point(363, 79);
            this.multiPcSupportReadMore.Name = "multiPcSupportReadMore";
            this.multiPcSupportReadMore.Size = new System.Drawing.Size(102, 13);
            this.multiPcSupportReadMore.TabIndex = 20;
            this.multiPcSupportReadMore.TabStop = true;
            this.multiPcSupportReadMore.Text = "multi_pc_read_more";
            this.multiPcSupportReadMore.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.multiPcSupportReadMore_LinkClicked);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.Location = new System.Drawing.Point(362, 40);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(121, 15);
            this.label9.TabIndex = 19;
            this.label9.Text = "multi_pc_description";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.Location = new System.Drawing.Point(359, 14);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(128, 22);
            this.label8.TabIndex = 18;
            this.label8.Text = "multi_pc_replacedle";
            // 
            // defaultComputer
            // 
            this.defaultComputer.AutoSize = true;
            this.defaultComputer.Checked = true;
            this.defaultComputer.CheckState = System.Windows.Forms.CheckState.Checked;
            this.defaultComputer.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.defaultComputer.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.defaultComputer.Location = new System.Drawing.Point(489, 124);
            this.defaultComputer.Name = "defaultComputer";
            this.defaultComputer.Size = new System.Drawing.Size(167, 18);
            this.defaultComputer.TabIndex = 23;
            this.defaultComputer.Text = "default_computer_checkbox";
            this.defaultComputer.UseVisualStyleBackColor = true;
            this.defaultComputer.CheckedChanged += new System.EventHandler(this.defaultComputer_CheckedChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label7.Location = new System.Drawing.Point(134, 259);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(130, 13);
            this.label7.TabIndex = 10;
            this.label7.Text = "file_read_delay_desc_text";
            this.infoTooltip.SetToolTip(this.label7, "Sometimes the software might read a file before it has been properly synced. This" +
        " setting will delay the file read x amount of seconds");
            // 
            // fileReadDelay
            // 
            this.fileReadDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fileReadDelay.Location = new System.Drawing.Point(8, 257);
            this.fileReadDelay.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
            this.fileReadDelay.Name = "fileReadDelay";
            this.fileReadDelay.Size = new System.Drawing.Size(120, 20);
            this.fileReadDelay.TabIndex = 9;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location = new System.Drawing.Point(5, 241);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(78, 13);
            this.label6.TabIndex = 8;
            this.label6.Text = "file_read_delay";
            // 
            // maxDeleteFiles
            // 
            this.maxDeleteFiles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.maxDeleteFiles.Location = new System.Drawing.Point(236, 397);
            this.maxDeleteFiles.Maximum = new decimal(new int[] {
            1000000,
            0,
            0,
            0});
            this.maxDeleteFiles.Name = "maxDeleteFiles";
            this.maxDeleteFiles.Size = new System.Drawing.Size(46, 20);
            this.maxDeleteFiles.TabIndex = 17;
            this.maxDeleteFiles.Value = new decimal(new int[] {
            20,
            0,
            0,
            0});
            // 
            // warnDeletion
            // 
            this.warnDeletion.AutoSize = true;
            this.warnDeletion.Checked = true;
            this.warnDeletion.CheckState = System.Windows.Forms.CheckState.Checked;
            this.warnDeletion.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.warnDeletion.Location = new System.Drawing.Point(218, 375);
            this.warnDeletion.Name = "warnDeletion";
            this.warnDeletion.Size = new System.Drawing.Size(127, 18);
            this.warnDeletion.TabIndex = 16;
            this.warnDeletion.Text = "delete_warning_text";
            this.warnDeletion.UseVisualStyleBackColor = true;
            this.warnDeletion.CheckedChanged += new System.EventHandler(this.warnDeletion_CheckedChanged);
            // 
            // doSetupAgain
            // 
            this.doSetupAgain.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.doSetupAgain.Location = new System.Drawing.Point(8, 370);
            this.doSetupAgain.Name = "doSetupAgain";
            this.doSetupAgain.Size = new System.Drawing.Size(171, 23);
            this.doSetupAgain.TabIndex = 14;
            this.doSetupAgain.Text = "do_setup_again";
            this.doSetupAgain.UseVisualStyleBackColor = true;
            this.doSetupAgain.Click += new System.EventHandler(this.doSetupAgain_Click);
            // 
            // versionInfo
            // 
            this.versionInfo.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.versionInfo.ForeColor = System.Drawing.SystemColors.AppWorkspace;
            this.versionInfo.Location = new System.Drawing.Point(412, 400);
            this.versionInfo.Name = "versionInfo";
            this.versionInfo.Size = new System.Drawing.Size(231, 23);
            this.versionInfo.TabIndex = 25;
            this.versionInfo.Text = "Version x";
            this.versionInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // checkForUpdate
            // 
            this.checkForUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.checkForUpdate.Location = new System.Drawing.Point(7, 400);
            this.checkForUpdate.Name = "checkForUpdate";
            this.checkForUpdate.Size = new System.Drawing.Size(171, 23);
            this.checkForUpdate.TabIndex = 15;
            this.checkForUpdate.Text = "check_for_updates_btn";
            this.checkForUpdate.UseVisualStyleBackColor = true;
            this.checkForUpdate.Click += new System.EventHandler(this.checkForUpdate_Click);
            // 
            // betaProgram
            // 
            this.betaProgram.AutoSize = true;
            this.betaProgram.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.betaProgram.Location = new System.Drawing.Point(7, 162);
            this.betaProgram.Name = "betaProgram";
            this.betaProgram.Size = new System.Drawing.Size(119, 18);
            this.betaProgram.TabIndex = 5;
            this.betaProgram.Text = "join_beta_program";
            this.betaProgram.UseVisualStyleBackColor = true;
            this.betaProgram.CheckedChanged += new System.EventHandler(this.betaProgram_CheckedChanged);
            // 
            // fileEditedMargin
            // 
            this.fileEditedMargin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fileEditedMargin.Location = new System.Drawing.Point(8, 218);
            this.fileEditedMargin.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
            this.fileEditedMargin.Name = "fileEditedMargin";
            this.fileEditedMargin.Size = new System.Drawing.Size(120, 20);
            this.fileEditedMargin.TabIndex = 7;
            // 
            // infoTooltip
            // 
            this.infoTooltip.Popup += new System.Windows.Forms.PopupEventHandler(this.infoTooltip_Popup);
            // 
            // actionErrorMessageBox
            // 
            this.actionErrorMessageBox.AutoSize = true;
            this.actionErrorMessageBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.actionErrorMessageBox.Location = new System.Drawing.Point(8, 138);
            this.actionErrorMessageBox.Name = "actionErrorMessageBox";
            this.actionErrorMessageBox.Size = new System.Drawing.Size(124, 18);
            this.actionErrorMessageBox.TabIndex = 35;
            this.actionErrorMessageBox.Text = "action_error_message_box";
            this.actionErrorMessageBox.UseVisualStyleBackColor = true;
            this.actionErrorMessageBox.CheckedChanged += new System.EventHandler(this.actionErrorMessageBox_CheckedChanged);
            // 
            // SettingsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.mainPanel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "SettingsForm";
            this.Text = "Settings";
            this.Load += new System.EventHandler(this.SettingsForm_Load);
            this.mainPanel.ResumeLayout(false);
            this.mainPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fileReadDelay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.maxDeleteFiles)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fileEditedMargin)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : AdvancedView.Designer.cs
with GNU General Public License v2.0
from albertogeniola

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdvancedView));
            this.label3 = new System.Windows.Forms.Label();
            this.uiTempDir = new System.Windows.Forms.TextBox();
            this.tmpBrowse = new System.Windows.Forms.Button();
            this.cbParseJsonDate = new System.Windows.Forms.CheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.waitTimeLabel = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.retryLabel = new System.Windows.Forms.TextBox();
            this.retryR = new System.Windows.Forms.RadioButton();
            this.skipR = new System.Windows.Forms.RadioButton();
            this.label1 = new System.Windows.Forms.Label();
            this.stopImmediatelyR = new System.Windows.Forms.RadioButton();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.httpErrorHandlingGv = new System.Windows.Forms.DataGridView();
            this.status_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.handling_policy = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.retry_attempts = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.SleepTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.httpErrorHandlingGv)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
            this.SuspendLayout();
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(3, 333);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(137, 13);
            this.label3.TabIndex = 7;
            this.label3.Text = "Custom temporary directory:";
            // 
            // uiTempDir
            // 
            this.uiTempDir.Location = new System.Drawing.Point(9, 350);
            this.uiTempDir.Name = "uiTempDir";
            this.uiTempDir.Size = new System.Drawing.Size(333, 20);
            this.uiTempDir.TabIndex = 8;
            // 
            // tmpBrowse
            // 
            this.tmpBrowse.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tmpBrowse.BackgroundImage")));
            this.tmpBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.tmpBrowse.Location = new System.Drawing.Point(345, 346);
            this.tmpBrowse.Name = "tmpBrowse";
            this.tmpBrowse.Size = new System.Drawing.Size(26, 24);
            this.tmpBrowse.TabIndex = 9;
            this.tmpBrowse.UseVisualStyleBackColor = true;
            this.tmpBrowse.Click += new System.EventHandler(this.tmpBrowse_Click);
            // 
            // cbParseJsonDate
            // 
            this.cbParseJsonDate.Location = new System.Drawing.Point(6, 19);
            this.cbParseJsonDate.Name = "cbParseJsonDate";
            this.cbParseJsonDate.Size = new System.Drawing.Size(473, 51);
            this.cbParseJsonDate.TabIndex = 10;
            this.cbParseJsonDate.Text = "Parse Json dates: json.net library has some problem with timezone conversion. Che" +
    "ck this in order to perfom manual dates conversion.";
            this.cbParseJsonDate.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cbParseJsonDate);
            this.groupBox1.Location = new System.Drawing.Point(9, 254);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(513, 76);
            this.groupBox1.TabIndex = 11;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Json Parsing";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.waitTimeLabel);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.retryLabel);
            this.groupBox2.Controls.Add(this.retryR);
            this.groupBox2.Controls.Add(this.skipR);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.stopImmediatelyR);
            this.groupBox2.Location = new System.Drawing.Point(9, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(513, 118);
            this.groupBox2.TabIndex = 12;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Network error handling";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(327, 91);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(50, 13);
            this.label5.TabIndex = 8;
            this.label5.Text = "seconds.";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(262, 68);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(125, 13);
            this.label4.TabIndex = 7;
            this.label4.Text = "Wait time among failures:";
            // 
            // waitTimeLabel
            // 
            this.waitTimeLabel.Location = new System.Drawing.Point(265, 88);
            this.waitTimeLabel.Name = "waitTimeLabel";
            this.waitTimeLabel.Size = new System.Drawing.Size(56, 20);
            this.waitTimeLabel.TabIndex = 6;
            this.waitTimeLabel.Validating += new System.ComponentModel.CancelEventHandler(this.validate_positive_integer);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(102, 93);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(127, 13);
            this.label2.TabIndex = 5;
            this.label2.Text = "times (0 indicates forever)";
            // 
            // retryLabel
            // 
            this.retryLabel.Location = new System.Drawing.Point(76, 90);
            this.retryLabel.Name = "retryLabel";
            this.retryLabel.Size = new System.Drawing.Size(24, 20);
            this.retryLabel.TabIndex = 4;
            this.retryLabel.Validating += new System.ComponentModel.CancelEventHandler(this.validate_positive_integer);
            // 
            // retryR
            // 
            this.retryR.AutoSize = true;
            this.retryR.Location = new System.Drawing.Point(12, 91);
            this.retryR.Name = "retryR";
            this.retryR.Size = new System.Drawing.Size(68, 17);
            this.retryR.TabIndex = 3;
            this.retryR.Text = "Retry for:";
            this.retryR.UseVisualStyleBackColor = true;
            this.retryR.CheckedChanged += new System.EventHandler(this.network_error_policy_CheckedChanged);
            // 
            // skipR
            // 
            this.skipR.AutoSize = true;
            this.skipR.Location = new System.Drawing.Point(12, 68);
            this.skipR.Name = "skipR";
            this.skipR.Size = new System.Drawing.Size(143, 17);
            this.skipR.TabIndex = 2;
            this.skipR.Text = "Move to the next request";
            this.skipR.UseVisualStyleBackColor = true;
            this.skipR.CheckedChanged += new System.EventHandler(this.network_error_policy_CheckedChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(7, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(227, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Choose how to react in case of network errors.";
            // 
            // stopImmediatelyR
            // 
            this.stopImmediatelyR.AutoSize = true;
            this.stopImmediatelyR.Location = new System.Drawing.Point(12, 45);
            this.stopImmediatelyR.Name = "stopImmediatelyR";
            this.stopImmediatelyR.Size = new System.Drawing.Size(103, 17);
            this.stopImmediatelyR.TabIndex = 0;
            this.stopImmediatelyR.Text = "Immediately stop";
            this.stopImmediatelyR.UseVisualStyleBackColor = true;
            this.stopImmediatelyR.CheckedChanged += new System.EventHandler(this.network_error_policy_CheckedChanged);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.httpErrorHandlingGv);
            this.groupBox3.Location = new System.Drawing.Point(6, 127);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(516, 121);
            this.groupBox3.TabIndex = 13;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Http Status Code Handling";
            // 
            // httpErrorHandlingGv
            // 
            this.httpErrorHandlingGv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.httpErrorHandlingGv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.httpErrorHandlingGv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.status_code,
            this.handling_policy,
            this.retry_attempts,
            this.SleepTime});
            this.httpErrorHandlingGv.Dock = System.Windows.Forms.DockStyle.Fill;
            this.httpErrorHandlingGv.Location = new System.Drawing.Point(3, 16);
            this.httpErrorHandlingGv.Name = "httpErrorHandlingGv";
            this.httpErrorHandlingGv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.httpErrorHandlingGv.Size = new System.Drawing.Size(510, 102);
            this.httpErrorHandlingGv.TabIndex = 0;
            this.httpErrorHandlingGv.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.httpErrorHandlingGv_CellValidated);
            this.httpErrorHandlingGv.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.cell_validation);
            this.httpErrorHandlingGv.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.httpErrorHandlingGv_RowValidated);
            this.httpErrorHandlingGv.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.httpErrorHandlingGv_RowValidating);
            // 
            // status_code
            // 
            this.status_code.HeaderText = "HTTP Status Code";
            this.status_code.Name = "status_code";
            // 
            // handling_policy
            // 
            this.handling_policy.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
            this.handling_policy.HeaderText = "Handling Policy";
            this.handling_policy.Name = "handling_policy";
            // 
            // retry_attempts
            // 
            this.retry_attempts.HeaderText = "Retry Attempts";
            this.retry_attempts.Name = "retry_attempts";
            // 
            // SleepTime
            // 
            this.SleepTime.HeaderText = "Wait Time in Seconds";
            this.SleepTime.Name = "SleepTime";
            // 
            // errorProvider
            // 
            this.errorProvider.ContainerControl = this;
            // 
            // AdvancedView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.tmpBrowse);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.uiTempDir);
            this.Name = "AdvancedView";
            this.Size = new System.Drawing.Size(541, 389);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.httpErrorHandlingGv)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : SourceView.Designer.cs
with GNU General Public License v2.0
from albertogeniola

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SourceView));
            this.uiWebURL = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.delRadio = new System.Windows.Forms.RadioButton();
            this.getRadio = new System.Windows.Forms.RadioButton();
            this.putRadio = new System.Windows.Forms.RadioButton();
            this.postRadio = new System.Windows.Forms.RadioButton();
            this.cookieGroup = new System.Windows.Forms.GroupBox();
            this.cookieVarTb = new System.Windows.Forms.TextBox();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.httpparams = new System.Windows.Forms.Button();
            this.variableR = new System.Windows.Forms.RadioButton();
            this.directInputR = new System.Windows.Forms.RadioButton();
            this.browseButton = new System.Windows.Forms.Button();
            this.addButton = new System.Windows.Forms.Button();
            this.uiCustomUrlGroup = new System.Windows.Forms.GroupBox();
            this.urlInputModeGb = new System.Windows.Forms.GroupBox();
            this.inputLaneR = new System.Windows.Forms.RadioButton();
            this.inputLaneCb = new System.Windows.Forms.ComboBox();
            this.header_button = new System.Windows.Forms.Button();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
            this.groupBox1.SuspendLayout();
            this.cookieGroup.SuspendLayout();
            this.uiCustomUrlGroup.SuspendLayout();
            this.urlInputModeGb.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
            this.SuspendLayout();
            // 
            // uiWebURL
            // 
            this.uiWebURL.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uiWebURL.Location = new System.Drawing.Point(19, 147);
            this.uiWebURL.Multiline = true;
            this.uiWebURL.Name = "uiWebURL";
            this.uiWebURL.Size = new System.Drawing.Size(417, 78);
            this.uiWebURL.TabIndex = 1;
            this.uiWebURL.Validating += new System.ComponentModel.CancelEventHandler(this.uiWebURL_Validating);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.delRadio);
            this.groupBox1.Controls.Add(this.getRadio);
            this.groupBox1.Controls.Add(this.putRadio);
            this.groupBox1.Controls.Add(this.postRadio);
            this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.Location = new System.Drawing.Point(19, 267);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(213, 108);
            this.groupBox1.TabIndex = 20;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Method";
            // 
            // delRadio
            // 
            this.delRadio.AutoSize = true;
            this.delRadio.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.delRadio.Location = new System.Drawing.Point(6, 88);
            this.delRadio.Name = "delRadio";
            this.delRadio.Size = new System.Drawing.Size(61, 17);
            this.delRadio.TabIndex = 17;
            this.delRadio.TabStop = true;
            this.delRadio.Text = "DELETE";
            this.delRadio.UseVisualStyleBackColor = true;
            // 
            // getRadio
            // 
            this.getRadio.AutoSize = true;
            this.getRadio.Checked = true;
            this.getRadio.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.getRadio.Location = new System.Drawing.Point(6, 19);
            this.getRadio.Name = "getRadio";
            this.getRadio.Size = new System.Drawing.Size(44, 17);
            this.getRadio.TabIndex = 14;
            this.getRadio.TabStop = true;
            this.getRadio.Text = "GET";
            this.getRadio.UseVisualStyleBackColor = true;
            // 
            // putRadio
            // 
            this.putRadio.AutoSize = true;
            this.putRadio.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.putRadio.Location = new System.Drawing.Point(6, 65);
            this.putRadio.Name = "putRadio";
            this.putRadio.Size = new System.Drawing.Size(44, 17);
            this.putRadio.TabIndex = 16;
            this.putRadio.TabStop = true;
            this.putRadio.Text = "PUT";
            this.putRadio.UseVisualStyleBackColor = true;
            // 
            // postRadio
            // 
            this.postRadio.AutoSize = true;
            this.postRadio.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.postRadio.Location = new System.Drawing.Point(6, 42);
            this.postRadio.Name = "postRadio";
            this.postRadio.Size = new System.Drawing.Size(51, 17);
            this.postRadio.TabIndex = 15;
            this.postRadio.TabStop = true;
            this.postRadio.Text = "POST";
            this.postRadio.UseVisualStyleBackColor = true;
            // 
            // cookieGroup
            // 
            this.cookieGroup.Controls.Add(this.cookieVarTb);
            this.cookieGroup.Controls.Add(this.button3);
            this.cookieGroup.Controls.Add(this.button4);
            this.cookieGroup.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cookieGroup.Location = new System.Drawing.Point(238, 267);
            this.cookieGroup.Name = "cookieGroup";
            this.cookieGroup.Size = new System.Drawing.Size(169, 108);
            this.cookieGroup.TabIndex = 21;
            this.cookieGroup.TabStop = false;
            this.cookieGroup.Text = "COOKIE Variable";
            // 
            // cookieVarTb
            // 
            this.cookieVarTb.Location = new System.Drawing.Point(7, 18);
            this.cookieVarTb.Name = "cookieVarTb";
            this.cookieVarTb.ReadOnly = true;
            this.cookieVarTb.Size = new System.Drawing.Size(152, 21);
            this.cookieVarTb.TabIndex = 17;
            // 
            // button3
            // 
            this.button3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button3.Location = new System.Drawing.Point(85, 46);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(74, 31);
            this.button3.TabIndex = 16;
            this.button3.Text = "Add new...";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button4.Location = new System.Drawing.Point(9, 46);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(71, 31);
            this.button4.TabIndex = 15;
            this.button4.Text = "Browse...";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // httpparams
            // 
            this.httpparams.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.httpparams.Location = new System.Drawing.Point(442, 147);
            this.httpparams.Name = "httpparams";
            this.httpparams.Size = new System.Drawing.Size(152, 60);
            this.httpparams.TabIndex = 22;
            this.httpparams.Text = "HTTP Parameters...";
            this.httpparams.UseVisualStyleBackColor = true;
            this.httpparams.Click += new System.EventHandler(this.httpparams_Click);
            // 
            // variableR
            // 
            this.variableR.AutoSize = true;
            this.variableR.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.variableR.Location = new System.Drawing.Point(207, 15);
            this.variableR.Name = "variableR";
            this.variableR.Size = new System.Drawing.Size(90, 17);
            this.variableR.TabIndex = 24;
            this.variableR.Text = "From variable";
            this.variableR.UseVisualStyleBackColor = true;
            this.variableR.CheckedChanged += new System.EventHandler(this.direct_variable_check_change);
            // 
            // directInputR
            // 
            this.directInputR.AutoSize = true;
            this.directInputR.Checked = true;
            this.directInputR.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.directInputR.Location = new System.Drawing.Point(6, 15);
            this.directInputR.Name = "directInputR";
            this.directInputR.Size = new System.Drawing.Size(90, 17);
            this.directInputR.TabIndex = 25;
            this.directInputR.TabStop = true;
            this.directInputR.Tag = "";
            this.directInputR.Text = "Custom Value";
            this.directInputR.UseVisualStyleBackColor = true;
            this.directInputR.CheckedChanged += new System.EventHandler(this.direct_variable_check_change);
            // 
            // browseButton
            // 
            this.browseButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.browseButton.Location = new System.Drawing.Point(19, 230);
            this.browseButton.Name = "browseButton";
            this.browseButton.Size = new System.Drawing.Size(213, 34);
            this.browseButton.TabIndex = 27;
            this.browseButton.Text = "Browse...";
            this.browseButton.UseVisualStyleBackColor = true;
            this.browseButton.Click += new System.EventHandler(this.browseButton_Click);
            // 
            // addButton
            // 
            this.addButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.addButton.Location = new System.Drawing.Point(238, 230);
            this.addButton.Name = "addButton";
            this.addButton.Size = new System.Drawing.Size(198, 34);
            this.addButton.TabIndex = 28;
            this.addButton.Text = "Add new...";
            this.addButton.UseVisualStyleBackColor = true;
            this.addButton.Visible = false;
            this.addButton.Click += new System.EventHandler(this.addButton_Click);
            // 
            // uiCustomUrlGroup
            // 
            this.uiCustomUrlGroup.Controls.Add(this.urlInputModeGb);
            this.uiCustomUrlGroup.Controls.Add(this.inputLaneCb);
            this.uiCustomUrlGroup.Controls.Add(this.header_button);
            this.uiCustomUrlGroup.Controls.Add(this.richTextBox1);
            this.uiCustomUrlGroup.Controls.Add(this.addButton);
            this.uiCustomUrlGroup.Controls.Add(this.browseButton);
            this.uiCustomUrlGroup.Controls.Add(this.httpparams);
            this.uiCustomUrlGroup.Controls.Add(this.cookieGroup);
            this.uiCustomUrlGroup.Controls.Add(this.groupBox1);
            this.uiCustomUrlGroup.Controls.Add(this.uiWebURL);
            this.uiCustomUrlGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiCustomUrlGroup.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uiCustomUrlGroup.Location = new System.Drawing.Point(0, 0);
            this.uiCustomUrlGroup.Name = "uiCustomUrlGroup";
            this.uiCustomUrlGroup.Size = new System.Drawing.Size(600, 400);
            this.uiCustomUrlGroup.TabIndex = 15;
            this.uiCustomUrlGroup.TabStop = false;
            this.uiCustomUrlGroup.Text = "Data source configuration";
            // 
            // urlInputModeGb
            // 
            this.urlInputModeGb.Controls.Add(this.directInputR);
            this.urlInputModeGb.Controls.Add(this.inputLaneR);
            this.urlInputModeGb.Controls.Add(this.variableR);
            this.urlInputModeGb.Location = new System.Drawing.Point(19, 103);
            this.urlInputModeGb.Name = "urlInputModeGb";
            this.urlInputModeGb.Size = new System.Drawing.Size(417, 38);
            this.urlInputModeGb.TabIndex = 33;
            this.urlInputModeGb.TabStop = false;
            this.urlInputModeGb.Text = "URL Input:";
            // 
            // inputLaneR
            // 
            this.inputLaneR.AutoSize = true;
            this.inputLaneR.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.inputLaneR.Location = new System.Drawing.Point(102, 15);
            this.inputLaneR.Name = "inputLaneR";
            this.inputLaneR.Size = new System.Drawing.Size(99, 17);
            this.inputLaneR.TabIndex = 31;
            this.inputLaneR.Text = "From input lane";
            this.inputLaneR.UseVisualStyleBackColor = true;
            this.inputLaneR.CheckedChanged += new System.EventHandler(this.direct_variable_check_change);
            // 
            // inputLaneCb
            // 
            this.inputLaneCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.inputLaneCb.Enabled = false;
            this.inputLaneCb.Location = new System.Drawing.Point(19, 147);
            this.inputLaneCb.Name = "inputLaneCb";
            this.inputLaneCb.Size = new System.Drawing.Size(417, 21);
            this.inputLaneCb.TabIndex = 32;
            this.inputLaneCb.Visible = false;
            // 
            // header_button
            // 
            this.header_button.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.header_button.Location = new System.Drawing.Point(442, 213);
            this.header_button.Name = "header_button";
            this.header_button.Size = new System.Drawing.Size(152, 51);
            this.header_button.TabIndex = 30;
            this.header_button.Text = "HTTP Headers...";
            this.header_button.UseVisualStyleBackColor = true;
            this.header_button.Click += new System.EventHandler(this.button1_Click);
            // 
            // richTextBox1
            // 
            this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.richTextBox1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.richTextBox1.Location = new System.Drawing.Point(19, 20);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.ReadOnly = true;
            this.richTextBox1.Size = new System.Drawing.Size(562, 85);
            this.richTextBox1.TabIndex = 29;
            this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            this.openFileDialog1.Filter = "JSON File|*.json|Txt files|*.txt|All files|*.*";
            this.openFileDialog1.ShowReadOnly = true;
            // 
            // errorProvider1
            // 
            this.errorProvider1.ContainerControl = this;
            // 
            // SourceView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.uiCustomUrlGroup);
            this.Name = "SourceView";
            this.Size = new System.Drawing.Size(600, 400);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.cookieGroup.ResumeLayout(false);
            this.cookieGroup.PerformLayout();
            this.uiCustomUrlGroup.ResumeLayout(false);
            this.uiCustomUrlGroup.PerformLayout();
            this.urlInputModeGb.ResumeLayout(false);
            this.urlInputModeGb.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : UserPrompter.Designer.cs
with GNU General Public License v2.0
from albertogeniola

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.label1 = new System.Windows.Forms.Label();
            this.uiValuereplacedleLabel = new System.Windows.Forms.Label();
            this.valueBox = new System.Windows.Forms.TextBox();
            this.acceptButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(138, 14);
            this.label1.TabIndex = 0;
            this.label1.Text = "Please input a value for:";
            // 
            // uiValuereplacedleLabel
            // 
            this.uiValuereplacedleLabel.AutoSize = true;
            this.uiValuereplacedleLabel.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uiValuereplacedleLabel.Location = new System.Drawing.Point(156, 9);
            this.uiValuereplacedleLabel.Name = "uiValuereplacedleLabel";
            this.uiValuereplacedleLabel.Size = new System.Drawing.Size(31, 14);
            this.uiValuereplacedleLabel.TabIndex = 1;
            this.uiValuereplacedleLabel.Text = "N/A";
            // 
            // valueBox
            // 
            this.valueBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.valueBox.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.valueBox.Location = new System.Drawing.Point(15, 40);
            this.valueBox.Name = "valueBox";
            this.valueBox.Size = new System.Drawing.Size(265, 22);
            this.valueBox.TabIndex = 2;
            // 
            // acceptButton
            // 
            this.acceptButton.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.acceptButton.Location = new System.Drawing.Point(205, 69);
            this.acceptButton.Name = "acceptButton";
            this.acceptButton.Size = new System.Drawing.Size(75, 23);
            this.acceptButton.TabIndex = 3;
            this.acceptButton.Text = "Accept";
            this.acceptButton.UseVisualStyleBackColor = true;
            this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click);
            // 
            // cancelButton
            // 
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cancelButton.Location = new System.Drawing.Point(124, 69);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.Size = new System.Drawing.Size(75, 23);
            this.cancelButton.TabIndex = 4;
            this.cancelButton.Text = "Cancel";
            this.cancelButton.UseVisualStyleBackColor = true;
            // 
            // errorProvider1
            // 
            this.errorProvider1.ContainerControl = this;
            // 
            // UserPrompter
            // 
            this.AcceptButton = this.acceptButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cancelButton;
            this.ClientSize = new System.Drawing.Size(292, 103);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.acceptButton);
            this.Controls.Add(this.valueBox);
            this.Controls.Add(this.uiValuereplacedleLabel);
            this.Controls.Add(this.label1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "UserPrompter";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Input required";
            this.TopMost = true;
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : ColumnView.Designer.cs
with GNU General Public License v2.0
from albertogeniola

private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.top = new System.Windows.Forms.Panel();
            this.uiRootType = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.uiPathToArray = new System.Windows.Forms.TextBox();
            this.uiIOGrid = new System.Windows.Forms.DataGridView();
            this.JSONFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.JSONMaxLen = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.OutColName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.OutColumnType = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.label1 = new System.Windows.Forms.Label();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.label3 = new System.Windows.Forms.Label();
            this.inputsCb = new System.Windows.Forms.CheckedListBox();
            this.top.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiIOGrid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // top
            // 
            this.top.Controls.Add(this.label1);
            this.top.Controls.Add(this.uiRootType);
            this.top.Controls.Add(this.label2);
            this.top.Controls.Add(this.uiPathToArray);
            this.top.Dock = System.Windows.Forms.DockStyle.Top;
            this.top.Location = new System.Drawing.Point(0, 0);
            this.top.Name = "top";
            this.top.Size = new System.Drawing.Size(600, 64);
            this.top.TabIndex = 0;
            // 
            // uiRootType
            // 
            this.uiRootType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.uiRootType.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uiRootType.FormattingEnabled = true;
            this.uiRootType.Location = new System.Drawing.Point(10, 22);
            this.uiRootType.Name = "uiRootType";
            this.uiRootType.Size = new System.Drawing.Size(142, 22);
            this.uiRootType.TabIndex = 12;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(158, 5);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(266, 14);
            this.label2.TabIndex = 11;
            this.label2.Text = "Path to Json Array/Object from response:";
            // 
            // uiPathToArray
            // 
            this.uiPathToArray.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uiPathToArray.Location = new System.Drawing.Point(158, 22);
            this.uiPathToArray.Name = "uiPathToArray";
            this.uiPathToArray.Size = new System.Drawing.Size(428, 22);
            this.uiPathToArray.TabIndex = 10;
            // 
            // uiIOGrid
            // 
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 9F);
            this.uiIOGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.uiIOGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.uiIOGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.uiIOGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uiIOGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.JSONFieldName,
            this.JSONMaxLen,
            this.OutColName,
            this.OutColumnType});
            this.uiIOGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiIOGrid.Location = new System.Drawing.Point(0, 0);
            this.uiIOGrid.Name = "uiIOGrid";
            this.uiIOGrid.Size = new System.Drawing.Size(597, 216);
            this.uiIOGrid.TabIndex = 7;
            this.uiIOGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.uiIOGrid_CellContentClick);
            this.uiIOGrid.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.uiIOGrid_CellEndEdit);
            // 
            // JSONFieldName
            // 
            this.JSONFieldName.HeaderText = "JSON Field Name";
            this.JSONFieldName.Name = "JSONFieldName";
            // 
            // JSONMaxLen
            // 
            this.JSONMaxLen.HeaderText = "Max Length";
            this.JSONMaxLen.Name = "JSONMaxLen";
            // 
            // OutColName
            // 
            this.OutColName.HeaderText = "OutputColumnName";
            this.OutColName.Name = "OutColName";
            // 
            // OutColumnType
            // 
            this.OutColumnType.HeaderText = "Column Type";
            this.OutColumnType.Name = "OutColumnType";
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(7, 5);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(145, 14);
            this.label1.TabIndex = 13;
            this.label1.Text = "Json response type:";
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(0, 64);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 336);
            this.splitter1.TabIndex = 8;
            this.splitter1.TabStop = false;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(3, 64);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.uiIOGrid);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.inputsCb);
            this.splitContainer1.Panel2.Controls.Add(this.label3);
            this.splitContainer1.Size = new System.Drawing.Size(597, 336);
            this.splitContainer1.SplitterDistance = 216;
            this.splitContainer1.TabIndex = 9;
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("Tahoma", 9F);
            this.label3.Location = new System.Drawing.Point(3, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(580, 38);
            this.label3.TabIndex = 0;
            this.label3.Text = "It follows the list of attached columns to the component input. Each selected col" +
    "umn will be copied to the outputs of this component, so that any JSON result is " +
    "replacedociated with its inputs.";
            this.label3.Click += new System.EventHandler(this.label3_Click);
            // 
            // inputsCb
            // 
            this.inputsCb.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.inputsCb.FormattingEnabled = true;
            this.inputsCb.Location = new System.Drawing.Point(3, 41);
            this.inputsCb.Name = "inputsCb";
            this.inputsCb.ScrollAlwaysVisible = true;
            this.inputsCb.Size = new System.Drawing.Size(584, 64);
            this.inputsCb.TabIndex = 1;
            // 
            // ColumnView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.top);
            this.Name = "ColumnView";
            this.Size = new System.Drawing.Size(600, 400);
            this.top.ResumeLayout(false);
            this.top.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiIOGrid)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : SourceAdvancedUI.Designer.cs
with GNU General Public License v2.0
from albertogeniola

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SourceAdvancedUI));
            this.topPanel = new System.Windows.Forms.Panel();
            this.linkLabel2 = new System.Windows.Forms.LinkLabel();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.pictureBox3 = new System.Windows.Forms.PictureBox();
            this.help = new System.Windows.Forms.PictureBox();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label3 = new System.Windows.Forms.Label();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.bottomPanel = new System.Windows.Forms.Panel();
            this.labelMetadataVersion = new System.Windows.Forms.Label();
            this.labelComponentVersion = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.testButton = new System.Windows.Forms.Button();
            this.cancel = new System.Windows.Forms.Button();
            this.ok = new System.Windows.Forms.Button();
            this.mainPanel = new System.Windows.Forms.Panel();
            this.menulist = new System.Windows.Forms.ListBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.topPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.help)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.bottomPanel.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // topPanel
            // 
            this.topPanel.BackColor = System.Drawing.Color.White;
            this.topPanel.Controls.Add(this.linkLabel2);
            this.topPanel.Controls.Add(this.linkLabel1);
            this.topPanel.Controls.Add(this.pictureBox3);
            this.topPanel.Controls.Add(this.help);
            this.topPanel.Controls.Add(this.richTextBox1);
            this.topPanel.Controls.Add(this.pictureBox1);
            this.topPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.topPanel.Location = new System.Drawing.Point(0, 0);
            this.topPanel.Name = "topPanel";
            this.topPanel.Size = new System.Drawing.Size(792, 104);
            this.topPanel.TabIndex = 0;
            // 
            // linkLabel2
            // 
            this.linkLabel2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.linkLabel2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
            this.linkLabel2.LinkColor = System.Drawing.Color.Black;
            this.linkLabel2.Location = new System.Drawing.Point(279, 69);
            this.linkLabel2.Name = "linkLabel2";
            this.linkLabel2.Size = new System.Drawing.Size(228, 18);
            this.linkLabel2.TabIndex = 19;
            this.linkLabel2.TabStop = true;
            this.linkLabel2.Text = "Developed and maitanined by:";
            // 
            // linkLabel1
            // 
            this.linkLabel1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.linkLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
            this.linkLabel1.LinkColor = System.Drawing.Color.Black;
            this.linkLabel1.Location = new System.Drawing.Point(547, 69);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(125, 18);
            this.linkLabel1.TabIndex = 18;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "Alberto Geniola";
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // pictureBox3
            // 
            this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
            this.pictureBox3.Location = new System.Drawing.Point(513, 65);
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size(33, 28);
            this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox3.TabIndex = 17;
            this.pictureBox3.TabStop = false;
            this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
            // 
            // help
            // 
            this.help.Cursor = System.Windows.Forms.Cursors.Hand;
            this.help.Image = ((System.Drawing.Image)(resources.GetObject("help.Image")));
            this.help.InitialImage = ((System.Drawing.Image)(resources.GetObject("help.InitialImage")));
            this.help.Location = new System.Drawing.Point(674, 4);
            this.help.Name = "help";
            this.help.Size = new System.Drawing.Size(115, 94);
            this.help.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.help.TabIndex = 2;
            this.help.TabStop = false;
            this.help.Click += new System.EventHandler(this.help_Click);
            // 
            // richTextBox1
            // 
            this.richTextBox1.BackColor = System.Drawing.Color.White;
            this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Default;
            this.richTextBox1.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.richTextBox1.ImeMode = System.Windows.Forms.ImeMode.Disable;
            this.richTextBox1.Location = new System.Drawing.Point(134, 12);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.ReadOnly = true;
            this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
            this.richTextBox1.Size = new System.Drawing.Size(534, 46);
            this.richTextBox1.TabIndex = 1;
            this.richTextBox1.Text = "You may set up the JSON Source component by editing settings in this window. \nDoc" +
    "umentation at http://www.codeplex.com/jsonsource.";
            this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.White;
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
            this.pictureBox1.ErrorImage = null;
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(128, 104);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // label3
            // 
            this.label3.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label3.Font = new System.Drawing.Font("Segoe Print", 10F);
            this.label3.Location = new System.Drawing.Point(297, 9);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(297, 23);
            this.label3.TabIndex = 16;
            this.label3.Text = "Support the developer, buy him a beer!";
            this.label3.Click += new System.EventHandler(this.label3_Click);
            // 
            // pictureBox2
            // 
            this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.InitialImage = null;
            this.pictureBox2.Location = new System.Drawing.Point(262, 5);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(29, 34);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex = 3;
            this.pictureBox2.TabStop = false;
            this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
            // 
            // bottomPanel
            // 
            this.bottomPanel.Controls.Add(this.labelMetadataVersion);
            this.bottomPanel.Controls.Add(this.labelComponentVersion);
            this.bottomPanel.Controls.Add(this.pictureBox2);
            this.bottomPanel.Controls.Add(this.label3);
            this.bottomPanel.Controls.Add(this.label2);
            this.bottomPanel.Controls.Add(this.label1);
            this.bottomPanel.Controls.Add(this.testButton);
            this.bottomPanel.Controls.Add(this.cancel);
            this.bottomPanel.Controls.Add(this.ok);
            this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bottomPanel.Location = new System.Drawing.Point(0, 531);
            this.bottomPanel.Name = "bottomPanel";
            this.bottomPanel.Size = new System.Drawing.Size(792, 42);
            this.bottomPanel.TabIndex = 1;
            // 
            // labelMetadataVersion
            // 
            this.labelMetadataVersion.AutoSize = true;
            this.labelMetadataVersion.Location = new System.Drawing.Point(111, 3);
            this.labelMetadataVersion.Name = "labelMetadataVersion";
            this.labelMetadataVersion.Size = new System.Drawing.Size(27, 13);
            this.labelMetadataVersion.TabIndex = 15;
            this.labelMetadataVersion.Text = "N/A";
            // 
            // labelComponentVersion
            // 
            this.labelComponentVersion.AutoSize = true;
            this.labelComponentVersion.Location = new System.Drawing.Point(111, 20);
            this.labelComponentVersion.Name = "labelComponentVersion";
            this.labelComponentVersion.Size = new System.Drawing.Size(27, 13);
            this.labelComponentVersion.TabIndex = 14;
            this.labelComponentVersion.Text = "N/A";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(4, 20);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(101, 13);
            this.label2.TabIndex = 13;
            this.label2.Text = "Component version:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(4, 3);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(92, 13);
            this.label1.TabIndex = 12;
            this.label1.Text = "Metadata version:";
            // 
            // testButton
            // 
            this.testButton.Location = new System.Drawing.Point(144, 3);
            this.testButton.Name = "testButton";
            this.testButton.Size = new System.Drawing.Size(75, 36);
            this.testButton.TabIndex = 11;
            this.testButton.Text = "Test...";
            this.testButton.UseVisualStyleBackColor = true;
            this.testButton.Click += new System.EventHandler(this.testButton_Click);
            // 
            // cancel
            // 
            this.cancel.Location = new System.Drawing.Point(599, 3);
            this.cancel.Name = "cancel";
            this.cancel.Size = new System.Drawing.Size(92, 36);
            this.cancel.TabIndex = 10;
            this.cancel.Text = "Cancel";
            this.cancel.UseVisualStyleBackColor = true;
            this.cancel.Click += new System.EventHandler(this.cancel_Click);
            // 
            // ok
            // 
            this.ok.Location = new System.Drawing.Point(697, 3);
            this.ok.Name = "ok";
            this.ok.Size = new System.Drawing.Size(92, 36);
            this.ok.TabIndex = 9;
            this.ok.Text = "OK";
            this.ok.UseVisualStyleBackColor = true;
            this.ok.Click += new System.EventHandler(this.ok_Click);
            // 
            // mainPanel
            // 
            this.mainPanel.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.mainPanel.Location = new System.Drawing.Point(128, 104);
            this.mainPanel.Name = "mainPanel";
            this.mainPanel.Size = new System.Drawing.Size(664, 400);
            this.mainPanel.TabIndex = 3;
            // 
            // menulist
            // 
            this.menulist.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.menulist.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menulist.FormattingEnabled = true;
            this.menulist.ItemHeight = 19;
            this.menulist.Items.AddRange(new object[] {
            "Settings",
            "Columns",
            "Advanced"});
            this.menulist.Location = new System.Drawing.Point(12, 8);
            this.menulist.Name = "menulist";
            this.menulist.Size = new System.Drawing.Size(108, 382);
            this.menulist.TabIndex = 2;
            this.menulist.SelectedIndexChanged += new System.EventHandler(this.menulist_SelectedIndexChanged);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.menulist);
            this.panel1.Location = new System.Drawing.Point(0, 104);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(128, 409);
            this.panel1.TabIndex = 0;
            // 
            // imageList1
            // 
            this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // SourceAdvancedUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(792, 573);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.mainPanel);
            this.Controls.Add(this.bottomPanel);
            this.Controls.Add(this.topPanel);
            this.Name = "SourceAdvancedUI";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "SourceAdvancedUI";
            this.topPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.help)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.bottomPanel.ResumeLayout(false);
            this.bottomPanel.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : HTTPParametersGui.designer.cs
with GNU General Public License v2.0
from albertogeniola

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HTTPParametersGui));
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.paramName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.bindingType = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.value = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.encode = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.label1 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.paramName,
            this.bindingType,
            this.value,
            this.encode});
            this.dataGridView1.Location = new System.Drawing.Point(12, 74);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(444, 228);
            this.dataGridView1.TabIndex = 0;
            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError);
            this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
            // 
            // paramName
            // 
            this.paramName.HeaderText = "Name";
            this.paramName.Name = "paramName";
            // 
            // bindingType
            // 
            this.bindingType.HeaderText = "Binding";
            this.bindingType.Name = "bindingType";
            this.bindingType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.bindingType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // value
            // 
            this.value.HeaderText = "Value";
            this.value.Name = "value";
            // 
            // encode
            // 
            this.encode.HeaderText = "URLEncode";
            this.encode.Name = "encode";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(546, 62);
            this.label1.TabIndex = 1;
            this.label1.Text = resources.GetString("label1.Text");
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(463, 278);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(95, 23);
            this.button2.TabIndex = 5;
            this.button2.Text = "Ok";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(462, 74);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(96, 23);
            this.button1.TabIndex = 3;
            this.button1.Text = "New";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(462, 103);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(96, 23);
            this.button3.TabIndex = 6;
            this.button3.Text = "Delete";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // HTTPParametersGui
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(570, 314);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dataGridView1);
            this.Name = "HTTPParametersGui";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Parameters";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : JsonTransformUI.Designer.cs
with GNU General Public License v2.0
from albertogeniola

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JsonTransformUI));
            this.ok = new System.Windows.Forms.Button();
            this.cancel = new System.Windows.Forms.Button();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.label3 = new System.Windows.Forms.Label();
            this.uiTempDir = new System.Windows.Forms.TextBox();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.inutColumnCb = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.uiPathToArray = new System.Windows.Forms.TextBox();
            this.uiIOGrid = new System.Windows.Forms.DataGridView();
            this.JSONFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.JSONMaxLen = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.OutColName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.OutColumnType = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cbParseJsonDate = new System.Windows.Forms.CheckBox();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiIOGrid)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // ok
            // 
            this.ok.Location = new System.Drawing.Point(670, 455);
            this.ok.Name = "ok";
            this.ok.Size = new System.Drawing.Size(92, 36);
            this.ok.TabIndex = 7;
            this.ok.Text = "OK";
            this.ok.UseVisualStyleBackColor = true;
            this.ok.Click += new System.EventHandler(this.ok_Click);
            // 
            // cancel
            // 
            this.cancel.Location = new System.Drawing.Point(572, 455);
            this.cancel.Name = "cancel";
            this.cancel.Size = new System.Drawing.Size(92, 36);
            this.cancel.TabIndex = 8;
            this.cancel.Text = "Cancel";
            this.cancel.UseVisualStyleBackColor = true;
            this.cancel.Click += new System.EventHandler(this.cancel_Click);
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.groupBox1);
            this.tabPage2.Controls.Add(this.label3);
            this.tabPage2.Controls.Add(this.uiTempDir);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(742, 411);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Advanced";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 12);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(210, 13);
            this.label3.TabIndex = 4;
            this.label3.Text = "Local temp dir (if different from system one):";
            this.label3.Click += new System.EventHandler(this.label3_Click);
            // 
            // uiTempDir
            // 
            this.uiTempDir.Location = new System.Drawing.Point(9, 28);
            this.uiTempDir.Name = "uiTempDir";
            this.uiTempDir.Size = new System.Drawing.Size(333, 20);
            this.uiTempDir.TabIndex = 5;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.inutColumnCb);
            this.tabPage3.Controls.Add(this.label1);
            this.tabPage3.Controls.Add(this.label2);
            this.tabPage3.Controls.Add(this.uiPathToArray);
            this.tabPage3.Controls.Add(this.uiIOGrid);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(742, 411);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Input - Output";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // inutColumnCb
            // 
            this.inutColumnCb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.inutColumnCb.FormattingEnabled = true;
            this.inutColumnCb.Location = new System.Drawing.Point(97, 14);
            this.inutColumnCb.Name = "inutColumnCb";
            this.inutColumnCb.Size = new System.Drawing.Size(639, 21);
            this.inutColumnCb.TabIndex = 11;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(19, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 13);
            this.label1.TabIndex = 10;
            this.label1.Text = "Input Column:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 42);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(85, 13);
            this.label2.TabIndex = 9;
            this.label2.Text = "Array Root Path:";
            // 
            // uiPathToArray
            // 
            this.uiPathToArray.Location = new System.Drawing.Point(97, 39);
            this.uiPathToArray.Name = "uiPathToArray";
            this.uiPathToArray.Size = new System.Drawing.Size(639, 20);
            this.uiPathToArray.TabIndex = 8;
            // 
            // uiIOGrid
            // 
            this.uiIOGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.uiIOGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uiIOGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.JSONFieldName,
            this.JSONMaxLen,
            this.OutColName,
            this.OutColumnType});
            this.uiIOGrid.Location = new System.Drawing.Point(6, 65);
            this.uiIOGrid.Name = "uiIOGrid";
            this.uiIOGrid.Size = new System.Drawing.Size(730, 340);
            this.uiIOGrid.TabIndex = 6;
            this.uiIOGrid.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.uiIOGrid_CellEndEdit);
            // 
            // JSONFieldName
            // 
            this.JSONFieldName.HeaderText = "JSON Field Name";
            this.JSONFieldName.Name = "JSONFieldName";
            // 
            // JSONMaxLen
            // 
            this.JSONMaxLen.HeaderText = "Max Length";
            this.JSONMaxLen.Name = "JSONMaxLen";
            // 
            // OutColName
            // 
            this.OutColName.HeaderText = "OutputColumnName";
            this.OutColName.Name = "OutColName";
            // 
            // OutColumnType
            // 
            this.OutColumnType.HeaderText = "Column Type";
            this.OutColumnType.Name = "OutColumnType";
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(12, 12);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(750, 437);
            this.tabControl1.TabIndex = 9;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cbParseJsonDate);
            this.groupBox1.Location = new System.Drawing.Point(9, 54);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(365, 76);
            this.groupBox1.TabIndex = 12;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Json Parsing";
            // 
            // cbParseJsonDate
            // 
            this.cbParseJsonDate.Location = new System.Drawing.Point(6, 19);
            this.cbParseJsonDate.Name = "cbParseJsonDate";
            this.cbParseJsonDate.Size = new System.Drawing.Size(353, 47);
            this.cbParseJsonDate.TabIndex = 10;
            this.cbParseJsonDate.Text = "Parse Json dates: json.net library has some problem with timezone conversion. Che" +
    "ck this in order to perfom manual dates conversion.";
            this.cbParseJsonDate.UseVisualStyleBackColor = true;
            // 
            // JsonTransformUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(768, 500);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.cancel);
            this.Controls.Add(this.ok);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "JsonTransformUI";
            this.Text = "JsonSourceUI";
            this.TopMost = true;
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiIOGrid)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : WantlistEditorView.Designer.cs
with GNU Affero General Public License v3.0
from alexander-pick

private void InitializeComponent()
    {
      this.searchBox = new System.Windows.Forms.TextBox();
      this.wantListsBox = new System.Windows.Forms.ComboBox();
      this.cardView = new System.Windows.Forms.ListView();
      this.addButton = new System.Windows.Forms.Button();
      this.wantsView = new System.Windows.Forms.DataGridView();
      this.deleteItemButton = new System.Windows.Forms.Button();
      this.conditionCombo = new System.Windows.Forms.ComboBox();
      this.conditionBox = new System.Windows.Forms.Label();
      this.langCombo = new System.Windows.Forms.ComboBox();
      this.label1 = new System.Windows.Forms.Label();
      this.foilBox = new System.Windows.Forms.CheckBox();
      this.playsetBox = new System.Windows.Forms.CheckBox();
      this.alteredBox = new System.Windows.Forms.CheckBox();
      this.signedBox = new System.Windows.Forms.CheckBox();
      this.editionBox = new System.Windows.Forms.ComboBox();
      ((System.ComponentModel.ISupportInitialize)(this.wantsView)).BeginInit();
      this.SuspendLayout();
      // 
      // searchBox
      // 
      this.searchBox.Location = new System.Drawing.Point(2, 10);
      this.searchBox.Margin = new System.Windows.Forms.Padding(2);
      this.searchBox.Name = "searchBox";
      this.searchBox.Size = new System.Drawing.Size(279, 20);
      this.searchBox.TabIndex = 0;
      this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged);
      // 
      // wantListsBox
      // 
      this.wantListsBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.wantListsBox.FormattingEnabled = true;
      this.wantListsBox.Location = new System.Drawing.Point(460, 9);
      this.wantListsBox.Margin = new System.Windows.Forms.Padding(2);
      this.wantListsBox.Name = "wantListsBox";
      this.wantListsBox.Size = new System.Drawing.Size(695, 21);
      this.wantListsBox.TabIndex = 3;
      this.wantListsBox.SelectedIndexChanged += new System.EventHandler(this.wantListsBox_SelectedIndexChanged);
      // 
      // cardView
      // 
      this.cardView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
      | System.Windows.Forms.AnchorStyles.Left)));
      this.cardView.Location = new System.Drawing.Point(2, 36);
      this.cardView.Name = "cardView";
      this.cardView.Size = new System.Drawing.Size(454, 503);
      this.cardView.TabIndex = 13;
      this.cardView.UseCompatibleStateImageBehavior = false;
      this.cardView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.cardView_ColumnClick);
      // 
      // addButton
      // 
      this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.addButton.Location = new System.Drawing.Point(2, 594);
      this.addButton.Name = "addButton";
      this.addButton.Size = new System.Drawing.Size(454, 23);
      this.addButton.TabIndex = 15;
      this.addButton.Text = "Add selected cards to MKM Wantlist";
      this.addButton.UseVisualStyleBackColor = true;
      this.addButton.Click += new System.EventHandler(this.addButton_Click);
      // 
      // wantsView
      // 
      this.wantsView.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.wantsView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
      this.wantsView.Location = new System.Drawing.Point(462, 36);
      this.wantsView.Name = "wantsView";
      this.wantsView.Size = new System.Drawing.Size(693, 550);
      this.wantsView.TabIndex = 16;
      // 
      // deleteItemButton
      // 
      this.deleteItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.deleteItemButton.Location = new System.Drawing.Point(460, 594);
      this.deleteItemButton.Margin = new System.Windows.Forms.Padding(2);
      this.deleteItemButton.Name = "deleteItemButton";
      this.deleteItemButton.Size = new System.Drawing.Size(179, 23);
      this.deleteItemButton.TabIndex = 17;
      this.deleteItemButton.Text = "Delete Item";
      this.deleteItemButton.UseVisualStyleBackColor = true;
      this.deleteItemButton.Click += new System.EventHandler(this.deleteItemButton_Click);
      // 
      // conditionCombo
      // 
      this.conditionCombo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.conditionCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.conditionCombo.FormattingEnabled = true;
      this.conditionCombo.Items.AddRange(new object[] {
            "MT",
            "NM ",
            "EX",
            "GD",
            "LP",
            "PL",
            "PO"});
      this.conditionCombo.Location = new System.Drawing.Point(2, 544);
      this.conditionCombo.Margin = new System.Windows.Forms.Padding(2);
      this.conditionCombo.Name = "conditionCombo";
      this.conditionCombo.Size = new System.Drawing.Size(90, 21);
      this.conditionCombo.TabIndex = 18;
      // 
      // conditionBox
      // 
      this.conditionBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.conditionBox.AutoSize = true;
      this.conditionBox.Location = new System.Drawing.Point(93, 547);
      this.conditionBox.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
      this.conditionBox.Name = "conditionBox";
      this.conditionBox.Size = new System.Drawing.Size(95, 13);
      this.conditionBox.TabIndex = 19;
      this.conditionBox.Text = "Minimum Condition";
      // 
      // langCombo
      // 
      this.langCombo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.langCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.langCombo.FormattingEnabled = true;
      this.langCombo.Location = new System.Drawing.Point(2, 570);
      this.langCombo.Margin = new System.Windows.Forms.Padding(2);
      this.langCombo.Name = "langCombo";
      this.langCombo.Size = new System.Drawing.Size(90, 21);
      this.langCombo.TabIndex = 20;
      // 
      // label1
      // 
      this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(93, 573);
      this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(55, 13);
      this.label1.TabIndex = 21;
      this.label1.Text = "Language";
      // 
      // foilBox
      // 
      this.foilBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.foilBox.AutoSize = true;
      this.foilBox.Location = new System.Drawing.Point(323, 549);
      this.foilBox.Margin = new System.Windows.Forms.Padding(2);
      this.foilBox.Name = "foilBox";
      this.foilBox.Size = new System.Drawing.Size(42, 17);
      this.foilBox.TabIndex = 22;
      this.foilBox.Text = "Foil";
      this.foilBox.UseVisualStyleBackColor = true;
      // 
      // playsetBox
      // 
      this.playsetBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.playsetBox.AutoSize = true;
      this.playsetBox.Location = new System.Drawing.Point(323, 570);
      this.playsetBox.Margin = new System.Windows.Forms.Padding(2);
      this.playsetBox.Name = "playsetBox";
      this.playsetBox.Size = new System.Drawing.Size(60, 17);
      this.playsetBox.TabIndex = 23;
      this.playsetBox.Text = "Playset";
      this.playsetBox.UseVisualStyleBackColor = true;
      // 
      // alteredBox
      // 
      this.alteredBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.alteredBox.AutoSize = true;
      this.alteredBox.Location = new System.Drawing.Point(396, 549);
      this.alteredBox.Margin = new System.Windows.Forms.Padding(2);
      this.alteredBox.Name = "alteredBox";
      this.alteredBox.Size = new System.Drawing.Size(59, 17);
      this.alteredBox.TabIndex = 24;
      this.alteredBox.Text = "Altered";
      this.alteredBox.UseVisualStyleBackColor = true;
      // 
      // signedBox
      // 
      this.signedBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.signedBox.AutoSize = true;
      this.signedBox.Location = new System.Drawing.Point(396, 570);
      this.signedBox.Margin = new System.Windows.Forms.Padding(2);
      this.signedBox.Name = "signedBox";
      this.signedBox.Size = new System.Drawing.Size(59, 17);
      this.signedBox.TabIndex = 25;
      this.signedBox.Text = "Signed";
      this.signedBox.UseVisualStyleBackColor = true;
      // 
      // editionBox
      // 
      this.editionBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.editionBox.FormattingEnabled = true;
      this.editionBox.Location = new System.Drawing.Point(286, 9);
      this.editionBox.Name = "editionBox";
      this.editionBox.Size = new System.Drawing.Size(170, 21);
      this.editionBox.TabIndex = 26;
      this.editionBox.SelectedIndexChanged += new System.EventHandler(this.editionBox_SelectedIndexChanged);
      // 
      // WantlistEditorView
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(1158, 623);
      this.Controls.Add(this.editionBox);
      this.Controls.Add(this.signedBox);
      this.Controls.Add(this.alteredBox);
      this.Controls.Add(this.playsetBox);
      this.Controls.Add(this.foilBox);
      this.Controls.Add(this.label1);
      this.Controls.Add(this.langCombo);
      this.Controls.Add(this.conditionBox);
      this.Controls.Add(this.conditionCombo);
      this.Controls.Add(this.deleteItemButton);
      this.Controls.Add(this.wantsView);
      this.Controls.Add(this.addButton);
      this.Controls.Add(this.wantListsBox);
      this.Controls.Add(this.searchBox);
      this.Controls.Add(this.cardView);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
      this.Margin = new System.Windows.Forms.Padding(2);
      this.Name = "WantlistEditorView";
      this.ShowIcon = false;
      this.Text = "Wantlist Editor";
      this.Shown += new System.EventHandler(this.wantlistEditorView_Shown);
      this.VisibleChanged += new System.EventHandler(this.wantlistEditorView_VisibleChanged);
      ((System.ComponentModel.ISupportInitialize)(this.wantsView)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

19 Source : CreateWalletForm.Designer.cs
with MIT License
from alexanderdna

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateWalletForm));
            this.label1 = new System.Windows.Forms.Label();
            this.txtPreplacedphrase = new System.Windows.Forms.TextBox();
            this.btnCreate = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.logo = new System.Windows.Forms.PictureBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtPreplacedphraseConfirm = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.logo)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 175);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(90, 21);
            this.label1.TabIndex = 0;
            this.label1.Text = "Preplacedphrase:";
            // 
            // txtPreplacedphrase
            // 
            this.txtPreplacedphrase.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.txtPreplacedphrase.BackColor = System.Drawing.Color.White;
            this.txtPreplacedphrase.ForeColor = System.Drawing.Color.Black;
            this.txtPreplacedphrase.Location = new System.Drawing.Point(12, 199);
            this.txtPreplacedphrase.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.txtPreplacedphrase.Name = "txtPreplacedphrase";
            this.txtPreplacedphrase.PreplacedwordChar = '*';
            this.txtPreplacedphrase.Size = new System.Drawing.Size(322, 29);
            this.txtPreplacedphrase.TabIndex = 1;
            // 
            // btnCreate
            // 
            this.btnCreate.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnCreate.Location = new System.Drawing.Point(11, 290);
            this.btnCreate.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.btnCreate.Name = "btnCreate";
            this.btnCreate.Size = new System.Drawing.Size(322, 38);
            this.btnCreate.TabIndex = 4;
            this.btnCreate.Text = "CREATE";
            this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.label2.Location = new System.Drawing.Point(12, 115);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(320, 35);
            this.label2.TabIndex = 7;
            this.label2.Text = "Ameow Client";
            this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // logo
            // 
            this.logo.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.logo.Image = ((System.Drawing.Image)(resources.GetObject("logo.Image")));
            this.logo.Location = new System.Drawing.Point(122, 12);
            this.logo.Name = "logo";
            this.logo.Size = new System.Drawing.Size(100, 100);
            this.logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.logo.TabIndex = 6;
            this.logo.TabStop = false;
            // 
            // label3
            // 
            this.label3.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 231);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(155, 21);
            this.label3.TabIndex = 2;
            this.label3.Text = "Re-enter preplacedphrase:";
            // 
            // txtPreplacedphraseConfirm
            // 
            this.txtPreplacedphraseConfirm.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.txtPreplacedphraseConfirm.BackColor = System.Drawing.Color.White;
            this.txtPreplacedphraseConfirm.ForeColor = System.Drawing.Color.Black;
            this.txtPreplacedphraseConfirm.Location = new System.Drawing.Point(12, 255);
            this.txtPreplacedphraseConfirm.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.txtPreplacedphraseConfirm.Name = "txtPreplacedphraseConfirm";
            this.txtPreplacedphraseConfirm.PreplacedwordChar = '*';
            this.txtPreplacedphraseConfirm.Size = new System.Drawing.Size(322, 29);
            this.txtPreplacedphraseConfirm.TabIndex = 3;
            // 
            // CreateWalletForm
            // 
            this.AcceptButton = this.btnCreate;
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(344, 340);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.logo);
            this.Controls.Add(this.btnCreate);
            this.Controls.Add(this.txtPreplacedphraseConfirm);
            this.Controls.Add(this.txtPreplacedphrase);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label1);
            this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(6);
            this.MaximizeBox = false;
            this.Name = "CreateWalletForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Create new wallet";
            ((System.ComponentModel.ISupportInitialize)(this.logo)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : StockView.Designer.cs
with GNU Affero General Public License v3.0
from alexander-pick

private void InitializeComponent()
    {
      this.stockGridView = new System.Windows.Forms.DataGridView();
      this.searchBox = new System.Windows.Forms.TextBox();
      this.label1 = new System.Windows.Forms.Label();
      this.buttonExport = new System.Windows.Forms.Button();
      ((System.ComponentModel.ISupportInitialize)(this.stockGridView)).BeginInit();
      this.SuspendLayout();
      // 
      // stockGridView
      // 
      this.stockGridView.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.stockGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
      this.stockGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
      this.stockGridView.Location = new System.Drawing.Point(12, 41);
      this.stockGridView.Name = "stockGridView";
      this.stockGridView.Size = new System.Drawing.Size(966, 571);
      this.stockGridView.TabIndex = 0;
      // 
      // searchBox
      // 
      this.searchBox.Location = new System.Drawing.Point(59, 15);
      this.searchBox.Name = "searchBox";
      this.searchBox.Size = new System.Drawing.Size(628, 20);
      this.searchBox.TabIndex = 1;
      this.searchBox.TextChanged += new System.EventHandler(this.button1_Click);
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(12, 18);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(41, 13);
      this.label1.TabIndex = 2;
      this.label1.Text = "Search";
      // 
      // buttonExport
      // 
      this.buttonExport.Enabled = false;
      this.buttonExport.Location = new System.Drawing.Point(858, 13);
      this.buttonExport.Name = "buttonExport";
      this.buttonExport.Size = new System.Drawing.Size(120, 23);
      this.buttonExport.TabIndex = 3;
      this.buttonExport.Text = "Export to CSV...";
      this.buttonExport.UseVisualStyleBackColor = true;
      this.buttonExport.Click += new System.EventHandler(this.buttonExport_Click);
      // 
      // StockView
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(990, 624);
      this.Controls.Add(this.buttonExport);
      this.Controls.Add(this.label1);
      this.Controls.Add(this.searchBox);
      this.Controls.Add(this.stockGridView);
      this.Name = "StockView";
      this.Text = "StockView";
      this.VisibleChanged += new System.EventHandler(this.stockView_VisibleChanged);
      ((System.ComponentModel.ISupportInitialize)(this.stockGridView)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

19 Source : IbdForm.Designer.cs
with MIT License
from alexanderdna

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IbdForm));
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.lblStatus = new System.Windows.Forms.Label();
            this.tmrWaitForIbd = new System.Windows.Forms.Timer(this.components);
            this.label2 = new System.Windows.Forms.Label();
            this.logo = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.logo)).BeginInit();
            this.SuspendLayout();
            // 
            // progressBar1
            // 
            this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBar1.Location = new System.Drawing.Point(12, 235);
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(320, 34);
            this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
            this.progressBar1.TabIndex = 0;
            // 
            // lblStatus
            // 
            this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblStatus.Location = new System.Drawing.Point(12, 148);
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(320, 84);
            this.lblStatus.TabIndex = 1;
            this.lblStatus.Text = "[status]";
            this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tmrWaitForIbd
            // 
            this.tmrWaitForIbd.Tick += new System.EventHandler(this.tmrWaitForIbd_Tick);
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.label2.Location = new System.Drawing.Point(27, 115);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(290, 35);
            this.label2.TabIndex = 7;
            this.label2.Text = "Ameow Client";
            this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // logo
            // 
            this.logo.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.logo.Image = ((System.Drawing.Image)(resources.GetObject("logo.Image")));
            this.logo.Location = new System.Drawing.Point(122, 12);
            this.logo.Name = "logo";
            this.logo.Size = new System.Drawing.Size(100, 100);
            this.logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.logo.TabIndex = 6;
            this.logo.TabStop = false;
            // 
            // IbdForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(344, 281);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.logo);
            this.Controls.Add(this.lblStatus);
            this.Controls.Add(this.progressBar1);
            this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "IbdForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Updating blocks from peers";
            this.Load += new System.EventHandler(this.IbdForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.logo)).EndInit();
            this.ResumeLayout(false);

        }

See More Examples