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 : MainForm.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(MainForm));
            this.label1 = new System.Windows.Forms.Label();
            this.btnSend = new System.Windows.Forms.Button();
            this.btnMine = new System.Windows.Forms.Button();
            this.tmrMining = new System.Windows.Forms.Timer(this.components);
            this.label5 = new System.Windows.Forms.Label();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.txtBalance = new System.Windows.Forms.TextBox();
            this.lblHashrate = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.logo = new System.Windows.Forms.PictureBox();
            this.txtPendingBalance = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.logo)).BeginInit();
            this.SuspendLayout();
            // 
            // 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(12, 214);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(66, 21);
            this.label1.TabIndex = 2;
            this.label1.Text = "Balance:";
            // 
            // btnSend
            // 
            this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnSend.Location = new System.Drawing.Point(155, 280);
            this.btnSend.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.btnSend.Name = "btnSend";
            this.btnSend.Size = new System.Drawing.Size(157, 38);
            this.btnSend.TabIndex = 4;
            this.btnSend.Text = "SEND";
            this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
            // 
            // btnMine
            // 
            this.btnMine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnMine.Location = new System.Drawing.Point(316, 280);
            this.btnMine.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.btnMine.Name = "btnMine";
            this.btnMine.Size = new System.Drawing.Size(111, 38);
            this.btnMine.TabIndex = 5;
            this.btnMine.Text = "MINE";
            this.btnMine.Click += new System.EventHandler(this.btnMine_Click);
            // 
            // tmrMining
            // 
            this.tmrMining.Interval = 500;
            this.tmrMining.Tick += new System.EventHandler(this.tmrMining_Tick);
            // 
            // label5
            // 
            this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(12, 179);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(103, 21);
            this.label5.TabIndex = 0;
            this.label5.Text = "Your address:";
            // 
            // txtAddress
            // 
            this.txtAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtAddress.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.txtAddress.Location = new System.Drawing.Point(155, 179);
            this.txtAddress.Name = "txtAddress";
            this.txtAddress.ReadOnly = true;
            this.txtAddress.Size = new System.Drawing.Size(421, 22);
            this.txtAddress.TabIndex = 1;
            // 
            // txtBalance
            // 
            this.txtBalance.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtBalance.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtBalance.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.txtBalance.Location = new System.Drawing.Point(155, 214);
            this.txtBalance.Name = "txtBalance";
            this.txtBalance.ReadOnly = true;
            this.txtBalance.Size = new System.Drawing.Size(421, 22);
            this.txtBalance.TabIndex = 3;
            // 
            // lblHashrate
            // 
            this.lblHashrate.AutoSize = true;
            this.lblHashrate.Location = new System.Drawing.Point(432, 289);
            this.lblHashrate.Name = "lblHashrate";
            this.lblHashrate.Size = new System.Drawing.Size(0, 21);
            this.lblHashrate.TabIndex = 6;
            // 
            // 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(134, 115);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(320, 35);
            this.label2.TabIndex = 8;
            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(244, 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 = 7;
            this.logo.TabStop = false;
            // 
            // txtPendingBalance
            // 
            this.txtPendingBalance.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtPendingBalance.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtPendingBalance.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.txtPendingBalance.Location = new System.Drawing.Point(155, 242);
            this.txtPendingBalance.Name = "txtPendingBalance";
            this.txtPendingBalance.ReadOnly = true;
            this.txtPendingBalance.Size = new System.Drawing.Size(421, 18);
            this.txtPendingBalance.TabIndex = 3;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(588, 330);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.logo);
            this.Controls.Add(this.lblHashrate);
            this.Controls.Add(this.txtPendingBalance);
            this.Controls.Add(this.txtBalance);
            this.Controls.Add(this.txtAddress);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.btnMine);
            this.Controls.Add(this.btnSend);
            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(5, 6, 5, 6);
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Ameow Client";
            this.Load += new System.EventHandler(this.MainForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.logo)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.btnSend = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.tmrMining = new System.Windows.Forms.Timer(this.components);
            this.lblHashrate = new System.Windows.Forms.Label();
            this.txtRecipientAddress = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.numAmount = new System.Windows.Forms.NumericUpDown();
            this.txtMaxSendable = new System.Windows.Forms.TextBox();
            this.btnCancel = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.numAmount)).BeginInit();
            this.SuspendLayout();
            // 
            // btnSend
            // 
            this.btnSend.Location = new System.Drawing.Point(155, 83);
            this.btnSend.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.btnSend.Name = "btnSend";
            this.btnSend.Size = new System.Drawing.Size(157, 38);
            this.btnSend.TabIndex = 4;
            this.btnSend.Text = "SEND";
            this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 50);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(69, 21);
            this.label1.TabIndex = 2;
            this.label1.Text = "Amount:";
            // 
            // tmrMining
            // 
            this.tmrMining.Interval = 500;
            // 
            // lblHashrate
            // 
            this.lblHashrate.AutoSize = true;
            this.lblHashrate.Location = new System.Drawing.Point(432, 92);
            this.lblHashrate.Name = "lblHashrate";
            this.lblHashrate.Size = new System.Drawing.Size(0, 21);
            this.lblHashrate.TabIndex = 13;
            // 
            // txtRecipientAddress
            // 
            this.txtRecipientAddress.Location = new System.Drawing.Point(155, 12);
            this.txtRecipientAddress.Name = "txtRecipientAddress";
            this.txtRecipientAddress.Size = new System.Drawing.Size(421, 29);
            this.txtRecipientAddress.TabIndex = 1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(12, 15);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(135, 21);
            this.label5.TabIndex = 0;
            this.label5.Text = "Recipient address:";
            // 
            // numAmount
            // 
            this.numAmount.DecimalPlaces = 8;
            this.numAmount.Increment = new decimal(new int[] {
            1,
            0,
            0,
            524288});
            this.numAmount.Location = new System.Drawing.Point(155, 48);
            this.numAmount.Name = "numAmount";
            this.numAmount.Size = new System.Drawing.Size(248, 29);
            this.numAmount.TabIndex = 3;
            this.numAmount.ThousandsSeparator = true;
            // 
            // txtMaxSendable
            // 
            this.txtMaxSendable.Location = new System.Drawing.Point(409, 47);
            this.txtMaxSendable.Name = "txtMaxSendable";
            this.txtMaxSendable.ReadOnly = true;
            this.txtMaxSendable.Size = new System.Drawing.Size(167, 29);
            this.txtMaxSendable.TabIndex = 14;
            this.txtMaxSendable.TabStop = false;
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(419, 83);
            this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(157, 38);
            this.btnCancel.TabIndex = 4;
            this.btnCancel.Text = "CANCEL";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // SendForm
            // 
            this.AcceptButton = this.btnSend;
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(588, 133);
            this.Controls.Add(this.txtMaxSendable);
            this.Controls.Add(this.numAmount);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnSend);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lblHashrate);
            this.Controls.Add(this.txtRecipientAddress);
            this.Controls.Add(this.label5);
            this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.Name = "SendForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Send coins to an address";
            this.Load += new System.EventHandler(this.SendForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.numAmount)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
            this.label1 = new System.Windows.Forms.Label();
            this.txtPreplacedphrase = new System.Windows.Forms.TextBox();
            this.btnLogin = new System.Windows.Forms.Button();
            this.btnCreateNew = new System.Windows.Forms.Button();
            this.logo = new System.Windows.Forms.PictureBox();
            this.label2 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.logo)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(11, 168);
            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.Top;
            this.txtPreplacedphrase.BackColor = System.Drawing.Color.White;
            this.txtPreplacedphrase.ForeColor = System.Drawing.Color.Black;
            this.txtPreplacedphrase.Location = new System.Drawing.Point(12, 192);
            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(321, 29);
            this.txtPreplacedphrase.TabIndex = 1;
            // 
            // btnLogin
            // 
            this.btnLogin.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.btnLogin.Location = new System.Drawing.Point(12, 227);
            this.btnLogin.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.btnLogin.Name = "btnLogin";
            this.btnLogin.Size = new System.Drawing.Size(320, 38);
            this.btnLogin.TabIndex = 2;
            this.btnLogin.Text = "LOGIN";
            this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
            // 
            // btnCreateNew
            // 
            this.btnCreateNew.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnCreateNew.Location = new System.Drawing.Point(64, 311);
            this.btnCreateNew.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.btnCreateNew.Name = "btnCreateNew";
            this.btnCreateNew.Size = new System.Drawing.Size(218, 38);
            this.btnCreateNew.TabIndex = 3;
            this.btnCreateNew.Text = "CREATE NEW WALLET";
            this.btnCreateNew.Click += new System.EventHandler(this.btnCreateNew_Click);
            // 
            // 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 = 4;
            this.logo.TabStop = false;
            // 
            // 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 = 5;
            this.label2.Text = "Ameow Client";
            this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // LoginForm
            // 
            this.AcceptButton = this.btnLogin;
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(344, 361);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.logo);
            this.Controls.Add(this.btnCreateNew);
            this.Controls.Add(this.btnLogin);
            this.Controls.Add(this.txtPreplacedphrase);
            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 = "LoginForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Welcome";
            ((System.ComponentModel.ISupportInitialize)(this.logo)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : AboutForm.Designer.cs
with MIT License
from AlexanderPro

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
            this.lblProductName = new System.Windows.Forms.Label();
            this.lblCopyright = new System.Windows.Forms.Label();
            this.linkUrl = new System.Windows.Forms.LinkLabel();
            this.btnOk = new System.Windows.Forms.Button();
            this.pbImage = new System.Windows.Forms.PictureBox();
            this.lblSpecialThanks = new System.Windows.Forms.Label();
            this.linkLightAPIs = new System.Windows.Forms.LinkLabel();
            this.linkJaehyungLee = new System.Windows.Forms.LinkLabel();
            this.lblJaehyungLee = new System.Windows.Forms.Label();
            this.lblLightAPIs = new System.Windows.Forms.Label();
            this.lblOzzii = new System.Windows.Forms.Label();
            this.lblOzziiAction = new System.Windows.Forms.Label();
            this.lblWengh = new System.Windows.Forms.Label();
            this.linkWengh = new System.Windows.Forms.LinkLabel();
            ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
            this.SuspendLayout();
            // 
            // lblProductName
            // 
            this.lblProductName.AutoSize = true;
            this.lblProductName.Location = new System.Drawing.Point(114, 30);
            this.lblProductName.Name = "lblProductName";
            this.lblProductName.Size = new System.Drawing.Size(75, 13);
            this.lblProductName.TabIndex = 0;
            this.lblProductName.Text = "Product Name";
            // 
            // lblCopyright
            // 
            this.lblCopyright.AutoSize = true;
            this.lblCopyright.Location = new System.Drawing.Point(114, 52);
            this.lblCopyright.Name = "lblCopyright";
            this.lblCopyright.Size = new System.Drawing.Size(51, 13);
            this.lblCopyright.TabIndex = 1;
            this.lblCopyright.Text = "Copyright";
            // 
            // linkUrl
            // 
            this.linkUrl.AutoSize = true;
            this.linkUrl.Location = new System.Drawing.Point(114, 75);
            this.linkUrl.Name = "linkUrl";
            this.linkUrl.Size = new System.Drawing.Size(29, 13);
            this.linkUrl.TabIndex = 2;
            this.linkUrl.TabStop = true;
            this.linkUrl.Text = "URL";
            this.linkUrl.Click += new System.EventHandler(this.LinkClick);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(358, 30);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(86, 30);
            this.btnOk.TabIndex = 12;
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.CloseClick);
            // 
            // pbImage
            // 
            this.pbImage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbImage.BackgroundImage")));
            this.pbImage.InitialImage = null;
            this.pbImage.Location = new System.Drawing.Point(4, 21);
            this.pbImage.Name = "pbImage";
            this.pbImage.Size = new System.Drawing.Size(104, 101);
            this.pbImage.TabIndex = 4;
            this.pbImage.TabStop = false;
            // 
            // lblSpecialThanks
            // 
            this.lblSpecialThanks.AutoSize = true;
            this.lblSpecialThanks.Location = new System.Drawing.Point(114, 109);
            this.lblSpecialThanks.Name = "lblSpecialThanks";
            this.lblSpecialThanks.Size = new System.Drawing.Size(92, 13);
            this.lblSpecialThanks.TabIndex = 3;
            this.lblSpecialThanks.Text = "Special thanks to:";
            // 
            // linkLightAPIs
            // 
            this.linkLightAPIs.AutoSize = true;
            this.linkLightAPIs.Location = new System.Drawing.Point(116, 131);
            this.linkLightAPIs.Name = "linkLightAPIs";
            this.linkLightAPIs.Size = new System.Drawing.Size(52, 13);
            this.linkLightAPIs.TabIndex = 4;
            this.linkLightAPIs.TabStop = true;
            this.linkLightAPIs.Text = "LightAPIs";
            this.linkLightAPIs.Click += new System.EventHandler(this.LinkClick);
            // 
            // linkJaehyungLee
            // 
            this.linkJaehyungLee.AutoSize = true;
            this.linkJaehyungLee.Location = new System.Drawing.Point(116, 175);
            this.linkJaehyungLee.Name = "linkJaehyungLee";
            this.linkJaehyungLee.Size = new System.Drawing.Size(74, 13);
            this.linkJaehyungLee.TabIndex = 8;
            this.linkJaehyungLee.TabStop = true;
            this.linkJaehyungLee.Text = "Jaehyung Lee";
            this.linkJaehyungLee.Click += new System.EventHandler(this.LinkClick);
            // 
            // lblJaehyungLee
            // 
            this.lblJaehyungLee.AutoSize = true;
            this.lblJaehyungLee.Location = new System.Drawing.Point(193, 175);
            this.lblJaehyungLee.Name = "lblJaehyungLee";
            this.lblJaehyungLee.Size = new System.Drawing.Size(92, 13);
            this.lblJaehyungLee.TabIndex = 9;
            this.lblJaehyungLee.Text = "Korean translation";
            // 
            // lblLightAPIs
            // 
            this.lblLightAPIs.AutoSize = true;
            this.lblLightAPIs.Location = new System.Drawing.Point(193, 130);
            this.lblLightAPIs.Name = "lblLightAPIs";
            this.lblLightAPIs.Size = new System.Drawing.Size(114, 13);
            this.lblLightAPIs.TabIndex = 5;
            this.lblLightAPIs.Text = "Multi language support";
            // 
            // lblOzzii
            // 
            this.lblOzzii.AutoSize = true;
            this.lblOzzii.Location = new System.Drawing.Point(116, 197);
            this.lblOzzii.Name = "lblOzzii";
            this.lblOzzii.Size = new System.Drawing.Size(27, 13);
            this.lblOzzii.TabIndex = 10;
            this.lblOzzii.Text = "ozzii";
            // 
            // lblOzziiAction
            // 
            this.lblOzziiAction.AutoSize = true;
            this.lblOzziiAction.Location = new System.Drawing.Point(193, 197);
            this.lblOzziiAction.Name = "lblOzziiAction";
            this.lblOzziiAction.Size = new System.Drawing.Size(94, 13);
            this.lblOzziiAction.TabIndex = 11;
            this.lblOzziiAction.Text = "Serbian translation";
            // 
            // lblWengh
            // 
            this.lblWengh.AutoSize = true;
            this.lblWengh.Location = new System.Drawing.Point(193, 152);
            this.lblWengh.Name = "lblWengh";
            this.lblWengh.Size = new System.Drawing.Size(226, 13);
            this.lblWengh.TabIndex = 7;
            this.lblWengh.Text = "Menu item Suspend and Minimize, Refactoring";
            // 
            // linkWengh
            // 
            this.linkWengh.AutoSize = true;
            this.linkWengh.Location = new System.Drawing.Point(116, 153);
            this.linkWengh.Name = "linkWengh";
            this.linkWengh.Size = new System.Drawing.Size(39, 13);
            this.linkWengh.TabIndex = 6;
            this.linkWengh.TabStop = true;
            this.linkWengh.Text = "wengh";
            this.linkWengh.Click += new System.EventHandler(this.LinkClick);
            // 
            // AboutForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(456, 228);
            this.Controls.Add(this.lblWengh);
            this.Controls.Add(this.linkWengh);
            this.Controls.Add(this.lblOzziiAction);
            this.Controls.Add(this.lblOzzii);
            this.Controls.Add(this.lblLightAPIs);
            this.Controls.Add(this.lblJaehyungLee);
            this.Controls.Add(this.linkJaehyungLee);
            this.Controls.Add(this.linkLightAPIs);
            this.Controls.Add(this.lblSpecialThanks);
            this.Controls.Add(this.pbImage);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.linkUrl);
            this.Controls.Add(this.lblCopyright);
            this.Controls.Add(this.lblProductName);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AboutForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "About";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDownClick);
            ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : MainForm.Designer.cs
with MIT License
from AlexanderPro

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.txtContent = new System.Windows.Forms.TextBox();
            this.statusStrip = new System.Windows.Forms.StatusStrip();
            this.lblTotalLines = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripSeparatorOne = new System.Windows.Forms.ToolStripStatusLabel();
            this.lblTotalChars = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripSeparatorTwo = new System.Windows.Forms.ToolStripStatusLabel();
            this.lblImageSize = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripSeparatorThree = new System.Windows.Forms.ToolStripStatusLabel();
            this.menuStrip = new System.Windows.Forms.MenuStrip();
            this.menuItemFile = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemSaveInformationAs = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemSaveTextAs = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemSaveImageAs = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.menuItemExit = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemOptions = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemAlwaysOnTop = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemFont = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemAbout = new System.Windows.Forms.ToolStripMenuItem();
            this.btnTarget = new System.Windows.Forms.Button();
            this.toolTipForButton = new System.Windows.Forms.ToolTip(this.components);
            this.pbContent = new System.Windows.Forms.PictureBox();
            this.tabContent = new System.Windows.Forms.TabControl();
            this.tabpInformation = new System.Windows.Forms.TabPage();
            this.gvInformation = new System.Windows.Forms.DataGridView();
            this.clmnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmnValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tabpText = new System.Windows.Forms.TabPage();
            this.tabpImage = new System.Windows.Forms.TabPage();
            this.btnShowHide = new System.Windows.Forms.Button();
            this.statusStrip.SuspendLayout();
            this.menuStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbContent)).BeginInit();
            this.tabContent.SuspendLayout();
            this.tabpInformation.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gvInformation)).BeginInit();
            this.tabpText.SuspendLayout();
            this.tabpImage.SuspendLayout();
            this.SuspendLayout();
            // 
            // txtContent
            // 
            this.txtContent.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.txtContent.Location = new System.Drawing.Point(3, 3);
            this.txtContent.Multiline = true;
            this.txtContent.Name = "txtContent";
            this.txtContent.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtContent.Size = new System.Drawing.Size(720, 353);
            this.txtContent.TabIndex = 0;
            this.txtContent.MultilineChanged += new System.EventHandler(this.txtContent_MultilineChanged);
            this.txtContent.TextChanged += new System.EventHandler(this.txtContent_TextChanged);
            // 
            // statusStrip
            // 
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lblTotalLines,
            this.toolStripSeparatorOne,
            this.lblTotalChars,
            this.toolStripSeparatorTwo,
            this.lblImageSize,
            this.toolStripSeparatorThree});
            this.statusStrip.Location = new System.Drawing.Point(0, 490);
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.Size = new System.Drawing.Size(734, 22);
            this.statusStrip.TabIndex = 4;
            // 
            // lblTotalLines
            // 
            this.lblTotalLines.Name = "lblTotalLines";
            this.lblTotalLines.Size = new System.Drawing.Size(65, 17);
            this.lblTotalLines.Text = "Total Lines:";
            // 
            // toolStripSeparatorOne
            // 
            this.toolStripSeparatorOne.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.toolStripSeparatorOne.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
            this.toolStripSeparatorOne.Name = "toolStripSeparatorOne";
            this.toolStripSeparatorOne.Size = new System.Drawing.Size(4, 17);
            // 
            // lblTotalChars
            // 
            this.lblTotalChars.Name = "lblTotalChars";
            this.lblTotalChars.Size = new System.Drawing.Size(68, 17);
            this.lblTotalChars.Text = "Total Chars:";
            // 
            // toolStripSeparatorTwo
            // 
            this.toolStripSeparatorTwo.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.toolStripSeparatorTwo.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
            this.toolStripSeparatorTwo.Name = "toolStripSeparatorTwo";
            this.toolStripSeparatorTwo.Size = new System.Drawing.Size(4, 17);
            // 
            // lblImageSize
            // 
            this.lblImageSize.Name = "lblImageSize";
            this.lblImageSize.Size = new System.Drawing.Size(66, 17);
            this.lblImageSize.Text = "Image Size:";
            // 
            // toolStripSeparatorThree
            // 
            this.toolStripSeparatorThree.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.toolStripSeparatorThree.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
            this.toolStripSeparatorThree.Name = "toolStripSeparatorThree";
            this.toolStripSeparatorThree.Size = new System.Drawing.Size(4, 17);
            // 
            // menuStrip
            // 
            this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemFile,
            this.menuItemOptions,
            this.menuItemHelp});
            this.menuStrip.Location = new System.Drawing.Point(0, 0);
            this.menuStrip.Name = "menuStrip";
            this.menuStrip.Size = new System.Drawing.Size(734, 24);
            this.menuStrip.TabIndex = 0;
            // 
            // menuItemFile
            // 
            this.menuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemSaveInformationAs,
            this.menuItemSaveTextAs,
            this.menuItemSaveImageAs,
            this.toolStripSeparator,
            this.menuItemExit});
            this.menuItemFile.Name = "menuItemFile";
            this.menuItemFile.Size = new System.Drawing.Size(37, 20);
            this.menuItemFile.Text = "File";
            // 
            // menuItemSaveInformationAs
            // 
            this.menuItemSaveInformationAs.Enabled = false;
            this.menuItemSaveInformationAs.Name = "menuItemSaveInformationAs";
            this.menuItemSaveInformationAs.Size = new System.Drawing.Size(189, 22);
            this.menuItemSaveInformationAs.Text = "Save Information As...";
            this.menuItemSaveInformationAs.Click += new System.EventHandler(this.menuItemSaveInformationAs_Click);
            // 
            // menuItemSaveTextAs
            // 
            this.menuItemSaveTextAs.Enabled = false;
            this.menuItemSaveTextAs.Name = "menuItemSaveTextAs";
            this.menuItemSaveTextAs.Size = new System.Drawing.Size(189, 22);
            this.menuItemSaveTextAs.Text = "Save Text As...";
            this.menuItemSaveTextAs.Click += new System.EventHandler(this.menuItemSaveTextAs_Click);
            // 
            // menuItemSaveImageAs
            // 
            this.menuItemSaveImageAs.Enabled = false;
            this.menuItemSaveImageAs.Name = "menuItemSaveImageAs";
            this.menuItemSaveImageAs.Size = new System.Drawing.Size(189, 22);
            this.menuItemSaveImageAs.Text = "Save Image As...";
            this.menuItemSaveImageAs.Click += new System.EventHandler(this.menuItemSaveImageAs_Click);
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(186, 6);
            // 
            // menuItemExit
            // 
            this.menuItemExit.Name = "menuItemExit";
            this.menuItemExit.Size = new System.Drawing.Size(189, 22);
            this.menuItemExit.Text = "Exit";
            this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
            // 
            // menuItemOptions
            // 
            this.menuItemOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemAlwaysOnTop,
            this.menuItemFont});
            this.menuItemOptions.Name = "menuItemOptions";
            this.menuItemOptions.Size = new System.Drawing.Size(61, 20);
            this.menuItemOptions.Text = "Options";
            // 
            // menuItemAlwaysOnTop
            // 
            this.menuItemAlwaysOnTop.Name = "menuItemAlwaysOnTop";
            this.menuItemAlwaysOnTop.Size = new System.Drawing.Size(152, 22);
            this.menuItemAlwaysOnTop.Text = "Always On Top";
            this.menuItemAlwaysOnTop.Click += new System.EventHandler(this.menuItemAlwaysOnTop_Click);
            // 
            // menuItemFont
            // 
            this.menuItemFont.Name = "menuItemFont";
            this.menuItemFont.Size = new System.Drawing.Size(152, 22);
            this.menuItemFont.Text = "Font...";
            this.menuItemFont.Click += new System.EventHandler(this.menuItemFont_Click);
            // 
            // menuItemHelp
            // 
            this.menuItemHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemAbout});
            this.menuItemHelp.Name = "menuItemHelp";
            this.menuItemHelp.Size = new System.Drawing.Size(44, 20);
            this.menuItemHelp.Text = "Help";
            // 
            // menuItemAbout
            // 
            this.menuItemAbout.Name = "menuItemAbout";
            this.menuItemAbout.Size = new System.Drawing.Size(107, 22);
            this.menuItemAbout.Text = "About";
            this.menuItemAbout.Click += new System.EventHandler(this.menuItemAbout_Click);
            // 
            // btnTarget
            // 
            this.btnTarget.Image = ((System.Drawing.Image)(resources.GetObject("btnTarget.Image")));
            this.btnTarget.Location = new System.Drawing.Point(12, 38);
            this.btnTarget.Name = "btnTarget";
            this.btnTarget.Size = new System.Drawing.Size(60, 60);
            this.btnTarget.TabIndex = 1;
            this.toolTipForButton.SetToolTip(this.btnTarget, "Find Window (drag over window)");
            this.btnTarget.UseVisualStyleBackColor = true;
            this.btnTarget.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnTarget_MouseDown);
            // 
            // pbContent
            // 
            this.pbContent.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.pbContent.Location = new System.Drawing.Point(3, 3);
            this.pbContent.Name = "pbContent";
            this.pbContent.Size = new System.Drawing.Size(720, 351);
            this.pbContent.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pbContent.TabIndex = 4;
            this.pbContent.TabStop = false;
            // 
            // tabContent
            // 
            this.tabContent.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.tabContent.Controls.Add(this.tabpInformation);
            this.tabContent.Controls.Add(this.tabpText);
            this.tabContent.Controls.Add(this.tabpImage);
            this.tabContent.Location = new System.Drawing.Point(0, 104);
            this.tabContent.Name = "tabContent";
            this.tabContent.SelectedIndex = 0;
            this.tabContent.Size = new System.Drawing.Size(734, 383);
            this.tabContent.TabIndex = 3;
            // 
            // tabpInformation
            // 
            this.tabpInformation.Controls.Add(this.gvInformation);
            this.tabpInformation.Location = new System.Drawing.Point(4, 22);
            this.tabpInformation.Name = "tabpInformation";
            this.tabpInformation.Size = new System.Drawing.Size(726, 357);
            this.tabpInformation.TabIndex = 2;
            this.tabpInformation.Text = "Information";
            this.tabpInformation.UseVisualStyleBackColor = true;
            // 
            // gvInformation
            // 
            this.gvInformation.AllowUserToAddRows = false;
            this.gvInformation.AllowUserToDeleteRows = false;
            this.gvInformation.AllowUserToResizeColumns = false;
            this.gvInformation.AllowUserToResizeRows = false;
            this.gvInformation.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.gvInformation.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
            this.gvInformation.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.gvInformation.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.gvInformation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gvInformation.ColumnHeadersVisible = false;
            this.gvInformation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmnName,
            this.clmnValue});
            this.gvInformation.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gvInformation.Location = new System.Drawing.Point(0, 0);
            this.gvInformation.MultiSelect = false;
            this.gvInformation.Name = "gvInformation";
            this.gvInformation.ReadOnly = true;
            this.gvInformation.RowHeadersVisible = false;
            this.gvInformation.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            this.gvInformation.ShowCellErrors = false;
            this.gvInformation.ShowCellToolTips = false;
            this.gvInformation.ShowEditingIcon = false;
            this.gvInformation.ShowRowErrors = false;
            this.gvInformation.Size = new System.Drawing.Size(726, 357);
            this.gvInformation.TabIndex = 0;
            this.gvInformation.TabStop = false;
            // 
            // clmnName
            // 
            this.clmnName.FillWeight = 50F;
            this.clmnName.HeaderText = "Name";
            this.clmnName.Name = "clmnName";
            this.clmnName.ReadOnly = true;
            // 
            // clmnValue
            // 
            this.clmnValue.HeaderText = "Value";
            this.clmnValue.Name = "clmnValue";
            this.clmnValue.ReadOnly = true;
            // 
            // tabpText
            // 
            this.tabpText.Controls.Add(this.txtContent);
            this.tabpText.Location = new System.Drawing.Point(4, 22);
            this.tabpText.Name = "tabpText";
            this.tabpText.Padding = new System.Windows.Forms.Padding(3);
            this.tabpText.Size = new System.Drawing.Size(726, 357);
            this.tabpText.TabIndex = 0;
            this.tabpText.Text = "Text";
            this.tabpText.UseVisualStyleBackColor = true;
            // 
            // tabpImage
            // 
            this.tabpImage.Controls.Add(this.pbContent);
            this.tabpImage.Location = new System.Drawing.Point(4, 22);
            this.tabpImage.Name = "tabpImage";
            this.tabpImage.Padding = new System.Windows.Forms.Padding(3);
            this.tabpImage.Size = new System.Drawing.Size(726, 357);
            this.tabpImage.TabIndex = 1;
            this.tabpImage.Text = "Image";
            this.tabpImage.UseVisualStyleBackColor = true;
            // 
            // btnShowHide
            // 
            this.btnShowHide.Location = new System.Drawing.Point(78, 38);
            this.btnShowHide.Name = "btnShowHide";
            this.btnShowHide.Size = new System.Drawing.Size(60, 60);
            this.btnShowHide.TabIndex = 2;
            this.btnShowHide.UseVisualStyleBackColor = true;
            this.btnShowHide.Visible = false;
            this.btnShowHide.Click += new System.EventHandler(this.btnShowHide_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(734, 512);
            this.Controls.Add(this.btnShowHide);
            this.Controls.Add(this.tabContent);
            this.Controls.Add(this.btnTarget);
            this.Controls.Add(this.statusStrip);
            this.Controls.Add(this.menuStrip);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip;
            this.Name = "MainForm";
            this.Text = "WindowTextExtractor";
            this.statusStrip.ResumeLayout(false);
            this.statusStrip.PerformLayout();
            this.menuStrip.ResumeLayout(false);
            this.menuStrip.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbContent)).EndInit();
            this.tabContent.ResumeLayout(false);
            this.tabpInformation.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gvInformation)).EndInit();
            this.tabpText.ResumeLayout(false);
            this.tabpText.PerformLayout();
            this.tabpImage.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : ProgramSettingsForm.Designer.cs
with MIT License
from AlexanderPro

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.btnEdit = new System.Windows.Forms.Button();
            this.btnUp = new System.Windows.Forms.Button();
            this.btnDown = new System.Windows.Forms.Button();
            this.pnlPlugins = new System.Windows.Forms.Panel();
            this.gridViewPlugin = new System.Windows.Forms.DataGridView();
            this.clmPluginFile = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmPluginExtension = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btnDelete = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.grbListerFormHotKeys = new System.Windows.Forms.GroupBox();
            this.lblListerFormPlus2 = new System.Windows.Forms.Label();
            this.lblListerFormPlus1 = new System.Windows.Forms.Label();
            this.cmbListerFormKey3 = new System.Windows.Forms.ComboBox();
            this.cmbListerFormKey2 = new System.Windows.Forms.ComboBox();
            this.cmbListerFormKey1 = new System.Windows.Forms.ComboBox();
            this.grbListerForm = new System.Windows.Forms.GroupBox();
            this.txtListerHeight = new System.Windows.Forms.TextBox();
            this.lblWindowHeight = new System.Windows.Forms.Label();
            this.txtListerWidth = new System.Windows.Forms.TextBox();
            this.lblWindowWidth = new System.Windows.Forms.Label();
            this.chbListerMaximized = new System.Windows.Forms.CheckBox();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.grbAutoStartProgram = new System.Windows.Forms.GroupBox();
            this.chbAutoStart = new System.Windows.Forms.CheckBox();
            this.tabMain = new System.Windows.Forms.TabControl();
            this.tabpCommon = new System.Windows.Forms.TabPage();
            this.grbPrintDialogHotKeys = new System.Windows.Forms.GroupBox();
            this.lblPrintDialogPlus2 = new System.Windows.Forms.Label();
            this.lblPrintDialogPlus1 = new System.Windows.Forms.Label();
            this.cmbPrintDialogKey3 = new System.Windows.Forms.ComboBox();
            this.cmbPrintDialogKey2 = new System.Windows.Forms.ComboBox();
            this.cmbPrintDialogKey1 = new System.Windows.Forms.ComboBox();
            this.grbSearchDialogHotKeys = new System.Windows.Forms.GroupBox();
            this.lblSearchDialogPlus2 = new System.Windows.Forms.Label();
            this.lblSearchDialogPlus1 = new System.Windows.Forms.Label();
            this.cmbSearchDialogKey3 = new System.Windows.Forms.ComboBox();
            this.cmbSearchDialogKey2 = new System.Windows.Forms.ComboBox();
            this.cmbSearchDialogKey1 = new System.Windows.Forms.ComboBox();
            this.tabpPlugin = new System.Windows.Forms.TabPage();
            this.grbPlugins = new System.Windows.Forms.GroupBox();
            this.btnWincmdIni = new System.Windows.Forms.Button();
            this.grbPluginDefaultSettings = new System.Windows.Forms.GroupBox();
            this.txtIniFile = new System.Windows.Forms.TextBox();
            this.lblIniFile = new System.Windows.Forms.Label();
            this.lblDot = new System.Windows.Forms.Label();
            this.txtLowVersion = new System.Windows.Forms.TextBox();
            this.txtHighVersion = new System.Windows.Forms.TextBox();
            this.lblPluginVersion = new System.Windows.Forms.Label();
            this.toolTipWincmdIni = new System.Windows.Forms.ToolTip(this.components);
            this.pnlPlugins.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewPlugin)).BeginInit();
            this.grbListerFormHotKeys.SuspendLayout();
            this.grbListerForm.SuspendLayout();
            this.grbAutoStartProgram.SuspendLayout();
            this.tabMain.SuspendLayout();
            this.tabpCommon.SuspendLayout();
            this.grbPrintDialogHotKeys.SuspendLayout();
            this.grbSearchDialogHotKeys.SuspendLayout();
            this.tabpPlugin.SuspendLayout();
            this.grbPlugins.SuspendLayout();
            this.grbPluginDefaultSettings.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnEdit
            // 
            this.btnEdit.Location = new System.Drawing.Point(434, 304);
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.Size = new System.Drawing.Size(86, 24);
            this.btnEdit.TabIndex = 5;
            this.btnEdit.Text = "Edit";
            this.btnEdit.UseVisualStyleBackColor = true;
            this.btnEdit.Click += new System.EventHandler(this.EditPluginClick);
            // 
            // btnUp
            // 
            this.btnUp.Image = global::Wlx2Explorer.Properties.Resources.Up;
            this.btnUp.Location = new System.Drawing.Point(207, 304);
            this.btnUp.Name = "btnUp";
            this.btnUp.Size = new System.Drawing.Size(37, 24);
            this.btnUp.TabIndex = 2;
            this.btnUp.UseVisualStyleBackColor = true;
            this.btnUp.Click += new System.EventHandler(this.UpPluginClick);
            // 
            // btnDown
            // 
            this.btnDown.Image = global::Wlx2Explorer.Properties.Resources.Down;
            this.btnDown.Location = new System.Drawing.Point(164, 304);
            this.btnDown.Name = "btnDown";
            this.btnDown.Size = new System.Drawing.Size(37, 24);
            this.btnDown.TabIndex = 1;
            this.btnDown.UseVisualStyleBackColor = true;
            this.btnDown.Click += new System.EventHandler(this.DownPluginClick);
            // 
            // pnlPlugins
            // 
            this.pnlPlugins.BackColor = System.Drawing.SystemColors.ControlLight;
            this.pnlPlugins.Controls.Add(this.gridViewPlugin);
            this.pnlPlugins.Location = new System.Drawing.Point(10, 19);
            this.pnlPlugins.Name = "pnlPlugins";
            this.pnlPlugins.Padding = new System.Windows.Forms.Padding(1);
            this.pnlPlugins.Size = new System.Drawing.Size(510, 267);
            this.pnlPlugins.TabIndex = 8;
            // 
            // gridViewPlugin
            // 
            this.gridViewPlugin.AllowUserToAddRows = false;
            this.gridViewPlugin.AllowUserToDeleteRows = false;
            this.gridViewPlugin.AllowUserToResizeColumns = false;
            this.gridViewPlugin.AllowUserToResizeRows = false;
            this.gridViewPlugin.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
            this.gridViewPlugin.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.gridViewPlugin.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gridViewPlugin.ColumnHeadersVisible = false;
            this.gridViewPlugin.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmPluginFile,
            this.clmPluginExtension});
            this.gridViewPlugin.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridViewPlugin.GridColor = System.Drawing.SystemColors.Control;
            this.gridViewPlugin.Location = new System.Drawing.Point(1, 1);
            this.gridViewPlugin.MultiSelect = false;
            this.gridViewPlugin.Name = "gridViewPlugin";
            this.gridViewPlugin.RowHeadersVisible = false;
            this.gridViewPlugin.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.gridViewPlugin.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.gridViewPlugin.Size = new System.Drawing.Size(508, 265);
            this.gridViewPlugin.TabIndex = 0;
            this.gridViewPlugin.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.PluginListDoubleClick);
            // 
            // clmPluginFile
            // 
            this.clmPluginFile.HeaderText = "";
            this.clmPluginFile.Name = "clmPluginFile";
            this.clmPluginFile.ReadOnly = true;
            // 
            // clmPluginExtension
            // 
            this.clmPluginExtension.HeaderText = "";
            this.clmPluginExtension.Name = "clmPluginExtension";
            this.clmPluginExtension.ReadOnly = true;
            // 
            // btnDelete
            // 
            this.btnDelete.Location = new System.Drawing.Point(342, 304);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(86, 24);
            this.btnDelete.TabIndex = 4;
            this.btnDelete.Text = "Delete";
            this.btnDelete.UseVisualStyleBackColor = true;
            this.btnDelete.Click += new System.EventHandler(this.DeletePluginClick);
            // 
            // btnAdd
            // 
            this.btnAdd.Location = new System.Drawing.Point(250, 304);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(86, 24);
            this.btnAdd.TabIndex = 3;
            this.btnAdd.Text = "Add";
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.AddPluginClick);
            // 
            // grbListerFormHotKeys
            // 
            this.grbListerFormHotKeys.Controls.Add(this.lblListerFormPlus2);
            this.grbListerFormHotKeys.Controls.Add(this.lblListerFormPlus1);
            this.grbListerFormHotKeys.Controls.Add(this.cmbListerFormKey3);
            this.grbListerFormHotKeys.Controls.Add(this.cmbListerFormKey2);
            this.grbListerFormHotKeys.Controls.Add(this.cmbListerFormKey1);
            this.grbListerFormHotKeys.Location = new System.Drawing.Point(8, 228);
            this.grbListerFormHotKeys.Name = "grbListerFormHotKeys";
            this.grbListerFormHotKeys.Size = new System.Drawing.Size(531, 82);
            this.grbListerFormHotKeys.TabIndex = 2;
            this.grbListerFormHotKeys.TabStop = false;
            this.grbListerFormHotKeys.Text = "Show lister form hot keys";
            // 
            // lblListerFormPlus2
            // 
            this.lblListerFormPlus2.AutoSize = true;
            this.lblListerFormPlus2.Location = new System.Drawing.Point(283, 37);
            this.lblListerFormPlus2.Name = "lblListerFormPlus2";
            this.lblListerFormPlus2.Size = new System.Drawing.Size(13, 13);
            this.lblListerFormPlus2.TabIndex = 3;
            this.lblListerFormPlus2.Text = "+";
            // 
            // lblListerFormPlus1
            // 
            this.lblListerFormPlus1.AutoSize = true;
            this.lblListerFormPlus1.Location = new System.Drawing.Point(134, 37);
            this.lblListerFormPlus1.Name = "lblListerFormPlus1";
            this.lblListerFormPlus1.Size = new System.Drawing.Size(13, 13);
            this.lblListerFormPlus1.TabIndex = 1;
            this.lblListerFormPlus1.Text = "+";
            // 
            // cmbListerFormKey3
            // 
            this.cmbListerFormKey3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbListerFormKey3.FormattingEnabled = true;
            this.cmbListerFormKey3.Location = new System.Drawing.Point(313, 34);
            this.cmbListerFormKey3.Name = "cmbListerFormKey3";
            this.cmbListerFormKey3.Size = new System.Drawing.Size(101, 21);
            this.cmbListerFormKey3.TabIndex = 4;
            // 
            // cmbListerFormKey2
            // 
            this.cmbListerFormKey2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbListerFormKey2.FormattingEnabled = true;
            this.cmbListerFormKey2.Location = new System.Drawing.Point(164, 34);
            this.cmbListerFormKey2.Name = "cmbListerFormKey2";
            this.cmbListerFormKey2.Size = new System.Drawing.Size(101, 21);
            this.cmbListerFormKey2.TabIndex = 2;
            // 
            // cmbListerFormKey1
            // 
            this.cmbListerFormKey1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbListerFormKey1.FormattingEnabled = true;
            this.cmbListerFormKey1.Location = new System.Drawing.Point(16, 34);
            this.cmbListerFormKey1.Name = "cmbListerFormKey1";
            this.cmbListerFormKey1.Size = new System.Drawing.Size(101, 21);
            this.cmbListerFormKey1.TabIndex = 0;
            // 
            // grbListerForm
            // 
            this.grbListerForm.Controls.Add(this.txtListerHeight);
            this.grbListerForm.Controls.Add(this.lblWindowHeight);
            this.grbListerForm.Controls.Add(this.txtListerWidth);
            this.grbListerForm.Controls.Add(this.lblWindowWidth);
            this.grbListerForm.Controls.Add(this.chbListerMaximized);
            this.grbListerForm.Location = new System.Drawing.Point(8, 94);
            this.grbListerForm.Name = "grbListerForm";
            this.grbListerForm.Size = new System.Drawing.Size(531, 128);
            this.grbListerForm.TabIndex = 1;
            this.grbListerForm.TabStop = false;
            this.grbListerForm.Text = "Lister form";
            // 
            // txtListerHeight
            // 
            this.txtListerHeight.Location = new System.Drawing.Point(96, 87);
            this.txtListerHeight.Name = "txtListerHeight";
            this.txtListerHeight.Size = new System.Drawing.Size(100, 20);
            this.txtListerHeight.TabIndex = 4;
            // 
            // lblWindowHeight
            // 
            this.lblWindowHeight.AutoSize = true;
            this.lblWindowHeight.Location = new System.Drawing.Point(13, 90);
            this.lblWindowHeight.Name = "lblWindowHeight";
            this.lblWindowHeight.Size = new System.Drawing.Size(81, 13);
            this.lblWindowHeight.TabIndex = 3;
            this.lblWindowHeight.Text = "Window height:";
            // 
            // txtListerWidth
            // 
            this.txtListerWidth.Location = new System.Drawing.Point(96, 61);
            this.txtListerWidth.Name = "txtListerWidth";
            this.txtListerWidth.Size = new System.Drawing.Size(100, 20);
            this.txtListerWidth.TabIndex = 2;
            // 
            // lblWindowWidth
            // 
            this.lblWindowWidth.AutoSize = true;
            this.lblWindowWidth.Location = new System.Drawing.Point(13, 64);
            this.lblWindowWidth.Name = "lblWindowWidth";
            this.lblWindowWidth.Size = new System.Drawing.Size(77, 13);
            this.lblWindowWidth.TabIndex = 1;
            this.lblWindowWidth.Text = "Window width:";
            // 
            // chbListerMaximized
            // 
            this.chbListerMaximized.AutoSize = true;
            this.chbListerMaximized.Location = new System.Drawing.Point(16, 31);
            this.chbListerMaximized.Name = "chbListerMaximized";
            this.chbListerMaximized.Size = new System.Drawing.Size(108, 17);
            this.chbListerMaximized.TabIndex = 0;
            this.chbListerMaximized.Text = "Maximize window";
            this.chbListerMaximized.UseVisualStyleBackColor = true;
            this.chbListerMaximized.CheckedChanged += new System.EventHandler(this.MaximizeWindowCheckedChanged);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(354, 542);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(86, 35);
            this.btnOk.TabIndex = 0;
            this.btnOk.Text = "Ok";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.OkClick);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(446, 542);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(86, 35);
            this.btnCancel.TabIndex = 1;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.CancelClick);
            // 
            // grbAutoStartProgram
            // 
            this.grbAutoStartProgram.Controls.Add(this.chbAutoStart);
            this.grbAutoStartProgram.Location = new System.Drawing.Point(8, 6);
            this.grbAutoStartProgram.Name = "grbAutoStartProgram";
            this.grbAutoStartProgram.Size = new System.Drawing.Size(531, 82);
            this.grbAutoStartProgram.TabIndex = 0;
            this.grbAutoStartProgram.TabStop = false;
            this.grbAutoStartProgram.Text = "Auto start";
            // 
            // chbAutoStart
            // 
            this.chbAutoStart.AutoSize = true;
            this.chbAutoStart.Location = new System.Drawing.Point(16, 36);
            this.chbAutoStart.Name = "chbAutoStart";
            this.chbAutoStart.Size = new System.Drawing.Size(246, 17);
            this.chbAutoStart.TabIndex = 0;
            this.chbAutoStart.Text = "Run program at Windows startup (current user)";
            this.chbAutoStart.UseVisualStyleBackColor = true;
            // 
            // tabMain
            // 
            this.tabMain.Controls.Add(this.tabpCommon);
            this.tabMain.Controls.Add(this.tabpPlugin);
            this.tabMain.Dock = System.Windows.Forms.DockStyle.Top;
            this.tabMain.Location = new System.Drawing.Point(0, 0);
            this.tabMain.Name = "tabMain";
            this.tabMain.SelectedIndex = 0;
            this.tabMain.Size = new System.Drawing.Size(555, 523);
            this.tabMain.TabIndex = 0;
            // 
            // tabpCommon
            // 
            this.tabpCommon.Controls.Add(this.grbPrintDialogHotKeys);
            this.tabpCommon.Controls.Add(this.grbSearchDialogHotKeys);
            this.tabpCommon.Controls.Add(this.grbAutoStartProgram);
            this.tabpCommon.Controls.Add(this.grbListerFormHotKeys);
            this.tabpCommon.Controls.Add(this.grbListerForm);
            this.tabpCommon.Location = new System.Drawing.Point(4, 22);
            this.tabpCommon.Name = "tabpCommon";
            this.tabpCommon.Padding = new System.Windows.Forms.Padding(3);
            this.tabpCommon.Size = new System.Drawing.Size(547, 497);
            this.tabpCommon.TabIndex = 0;
            this.tabpCommon.Text = "Common";
            this.tabpCommon.UseVisualStyleBackColor = true;
            // 
            // grbPrintDialogHotKeys
            // 
            this.grbPrintDialogHotKeys.Controls.Add(this.lblPrintDialogPlus2);
            this.grbPrintDialogHotKeys.Controls.Add(this.lblPrintDialogPlus1);
            this.grbPrintDialogHotKeys.Controls.Add(this.cmbPrintDialogKey3);
            this.grbPrintDialogHotKeys.Controls.Add(this.cmbPrintDialogKey2);
            this.grbPrintDialogHotKeys.Controls.Add(this.cmbPrintDialogKey1);
            this.grbPrintDialogHotKeys.Location = new System.Drawing.Point(8, 404);
            this.grbPrintDialogHotKeys.Name = "grbPrintDialogHotKeys";
            this.grbPrintDialogHotKeys.Size = new System.Drawing.Size(531, 82);
            this.grbPrintDialogHotKeys.TabIndex = 4;
            this.grbPrintDialogHotKeys.TabStop = false;
            this.grbPrintDialogHotKeys.Text = "Show print dialog hot keys";
            // 
            // lblPrintDialogPlus2
            // 
            this.lblPrintDialogPlus2.AutoSize = true;
            this.lblPrintDialogPlus2.Location = new System.Drawing.Point(283, 37);
            this.lblPrintDialogPlus2.Name = "lblPrintDialogPlus2";
            this.lblPrintDialogPlus2.Size = new System.Drawing.Size(13, 13);
            this.lblPrintDialogPlus2.TabIndex = 3;
            this.lblPrintDialogPlus2.Text = "+";
            // 
            // lblPrintDialogPlus1
            // 
            this.lblPrintDialogPlus1.AutoSize = true;
            this.lblPrintDialogPlus1.Location = new System.Drawing.Point(134, 37);
            this.lblPrintDialogPlus1.Name = "lblPrintDialogPlus1";
            this.lblPrintDialogPlus1.Size = new System.Drawing.Size(13, 13);
            this.lblPrintDialogPlus1.TabIndex = 1;
            this.lblPrintDialogPlus1.Text = "+";
            // 
            // cmbPrintDialogKey3
            // 
            this.cmbPrintDialogKey3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPrintDialogKey3.FormattingEnabled = true;
            this.cmbPrintDialogKey3.Location = new System.Drawing.Point(313, 34);
            this.cmbPrintDialogKey3.Name = "cmbPrintDialogKey3";
            this.cmbPrintDialogKey3.Size = new System.Drawing.Size(101, 21);
            this.cmbPrintDialogKey3.TabIndex = 4;
            // 
            // cmbPrintDialogKey2
            // 
            this.cmbPrintDialogKey2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPrintDialogKey2.FormattingEnabled = true;
            this.cmbPrintDialogKey2.Location = new System.Drawing.Point(164, 34);
            this.cmbPrintDialogKey2.Name = "cmbPrintDialogKey2";
            this.cmbPrintDialogKey2.Size = new System.Drawing.Size(101, 21);
            this.cmbPrintDialogKey2.TabIndex = 2;
            // 
            // cmbPrintDialogKey1
            // 
            this.cmbPrintDialogKey1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPrintDialogKey1.FormattingEnabled = true;
            this.cmbPrintDialogKey1.Location = new System.Drawing.Point(16, 34);
            this.cmbPrintDialogKey1.Name = "cmbPrintDialogKey1";
            this.cmbPrintDialogKey1.Size = new System.Drawing.Size(101, 21);
            this.cmbPrintDialogKey1.TabIndex = 0;
            // 
            // grbSearchDialogHotKeys
            // 
            this.grbSearchDialogHotKeys.Controls.Add(this.lblSearchDialogPlus2);
            this.grbSearchDialogHotKeys.Controls.Add(this.lblSearchDialogPlus1);
            this.grbSearchDialogHotKeys.Controls.Add(this.cmbSearchDialogKey3);
            this.grbSearchDialogHotKeys.Controls.Add(this.cmbSearchDialogKey2);
            this.grbSearchDialogHotKeys.Controls.Add(this.cmbSearchDialogKey1);
            this.grbSearchDialogHotKeys.Location = new System.Drawing.Point(8, 316);
            this.grbSearchDialogHotKeys.Name = "grbSearchDialogHotKeys";
            this.grbSearchDialogHotKeys.Size = new System.Drawing.Size(531, 82);
            this.grbSearchDialogHotKeys.TabIndex = 3;
            this.grbSearchDialogHotKeys.TabStop = false;
            this.grbSearchDialogHotKeys.Text = "Show search dialog hot keys";
            // 
            // lblSearchDialogPlus2
            // 
            this.lblSearchDialogPlus2.AutoSize = true;
            this.lblSearchDialogPlus2.Location = new System.Drawing.Point(283, 37);
            this.lblSearchDialogPlus2.Name = "lblSearchDialogPlus2";
            this.lblSearchDialogPlus2.Size = new System.Drawing.Size(13, 13);
            this.lblSearchDialogPlus2.TabIndex = 3;
            this.lblSearchDialogPlus2.Text = "+";
            // 
            // lblSearchDialogPlus1
            // 
            this.lblSearchDialogPlus1.AutoSize = true;
            this.lblSearchDialogPlus1.Location = new System.Drawing.Point(134, 37);
            this.lblSearchDialogPlus1.Name = "lblSearchDialogPlus1";
            this.lblSearchDialogPlus1.Size = new System.Drawing.Size(13, 13);
            this.lblSearchDialogPlus1.TabIndex = 1;
            this.lblSearchDialogPlus1.Text = "+";
            // 
            // cmbSearchDialogKey3
            // 
            this.cmbSearchDialogKey3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSearchDialogKey3.FormattingEnabled = true;
            this.cmbSearchDialogKey3.Location = new System.Drawing.Point(313, 34);
            this.cmbSearchDialogKey3.Name = "cmbSearchDialogKey3";
            this.cmbSearchDialogKey3.Size = new System.Drawing.Size(101, 21);
            this.cmbSearchDialogKey3.TabIndex = 4;
            // 
            // cmbSearchDialogKey2
            // 
            this.cmbSearchDialogKey2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSearchDialogKey2.FormattingEnabled = true;
            this.cmbSearchDialogKey2.Location = new System.Drawing.Point(164, 34);
            this.cmbSearchDialogKey2.Name = "cmbSearchDialogKey2";
            this.cmbSearchDialogKey2.Size = new System.Drawing.Size(101, 21);
            this.cmbSearchDialogKey2.TabIndex = 2;
            // 
            // cmbSearchDialogKey1
            // 
            this.cmbSearchDialogKey1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSearchDialogKey1.FormattingEnabled = true;
            this.cmbSearchDialogKey1.Location = new System.Drawing.Point(16, 34);
            this.cmbSearchDialogKey1.Name = "cmbSearchDialogKey1";
            this.cmbSearchDialogKey1.Size = new System.Drawing.Size(101, 21);
            this.cmbSearchDialogKey1.TabIndex = 0;
            // 
            // tabpPlugin
            // 
            this.tabpPlugin.Controls.Add(this.grbPlugins);
            this.tabpPlugin.Controls.Add(this.grbPluginDefaultSettings);
            this.tabpPlugin.Location = new System.Drawing.Point(4, 22);
            this.tabpPlugin.Name = "tabpPlugin";
            this.tabpPlugin.Padding = new System.Windows.Forms.Padding(3);
            this.tabpPlugin.Size = new System.Drawing.Size(547, 497);
            this.tabpPlugin.TabIndex = 1;
            this.tabpPlugin.Text = "Plugin";
            this.tabpPlugin.UseVisualStyleBackColor = true;
            // 
            // grbPlugins
            // 
            this.grbPlugins.Controls.Add(this.btnWincmdIni);
            this.grbPlugins.Controls.Add(this.pnlPlugins);
            this.grbPlugins.Controls.Add(this.btnEdit);
            this.grbPlugins.Controls.Add(this.btnDelete);
            this.grbPlugins.Controls.Add(this.btnUp);
            this.grbPlugins.Controls.Add(this.btnDown);
            this.grbPlugins.Controls.Add(this.btnAdd);
            this.grbPlugins.Location = new System.Drawing.Point(8, 138);
            this.grbPlugins.Name = "grbPlugins";
            this.grbPlugins.Size = new System.Drawing.Size(531, 348);
            this.grbPlugins.TabIndex = 1;
            this.grbPlugins.TabStop = false;
            this.grbPlugins.Text = "Plugins";
            // 
            // btnWincmdIni
            // 
            this.btnWincmdIni.Location = new System.Drawing.Point(10, 304);
            this.btnWincmdIni.Name = "btnWincmdIni";
            this.btnWincmdIni.Size = new System.Drawing.Size(86, 24);
            this.btnWincmdIni.TabIndex = 0;
            this.btnWincmdIni.Text = "Wincmd.ini";
            this.toolTipWincmdIni.SetToolTip(this.btnWincmdIni, "Loads a list of plugins from TC wincmd.ini file.");
            this.btnWincmdIni.UseVisualStyleBackColor = true;
            this.btnWincmdIni.Click += new System.EventHandler(this.BrowseWincmdIniClick);
            // 
            // grbPluginDefaultSettings
            // 
            this.grbPluginDefaultSettings.Controls.Add(this.txtIniFile);
            this.grbPluginDefaultSettings.Controls.Add(this.lblIniFile);
            this.grbPluginDefaultSettings.Controls.Add(this.lblDot);
            this.grbPluginDefaultSettings.Controls.Add(this.txtLowVersion);
            this.grbPluginDefaultSettings.Controls.Add(this.txtHighVersion);
            this.grbPluginDefaultSettings.Controls.Add(this.lblPluginVersion);
            this.grbPluginDefaultSettings.Location = new System.Drawing.Point(8, 6);
            this.grbPluginDefaultSettings.Name = "grbPluginDefaultSettings";
            this.grbPluginDefaultSettings.Size = new System.Drawing.Size(531, 116);
            this.grbPluginDefaultSettings.TabIndex = 0;
            this.grbPluginDefaultSettings.TabStop = false;
            this.grbPluginDefaultSettings.Text = "Plugin default settings";
            // 
            // txtIniFile
            // 
            this.txtIniFile.Location = new System.Drawing.Point(64, 75);
            this.txtIniFile.Name = "txtIniFile";
            this.txtIniFile.Size = new System.Drawing.Size(456, 20);
            this.txtIniFile.TabIndex = 5;
            // 
            // lblIniFile
            // 
            this.lblIniFile.AutoSize = true;
            this.lblIniFile.Location = new System.Drawing.Point(13, 78);
            this.lblIniFile.Name = "lblIniFile";
            this.lblIniFile.Size = new System.Drawing.Size(43, 13);
            this.lblIniFile.TabIndex = 4;
            this.lblIniFile.Text = "INI File:";
            // 
            // lblDot
            // 
            this.lblDot.AutoSize = true;
            this.lblDot.Location = new System.Drawing.Point(100, 34);
            this.lblDot.Name = "lblDot";
            this.lblDot.Size = new System.Drawing.Size(10, 13);
            this.lblDot.TabIndex = 2;
            this.lblDot.Text = ".";
            // 
            // txtLowVersion
            // 
            this.txtLowVersion.Location = new System.Drawing.Point(117, 31);
            this.txtLowVersion.MaxLength = 3;
            this.txtLowVersion.Name = "txtLowVersion";
            this.txtLowVersion.Size = new System.Drawing.Size(30, 20);
            this.txtLowVersion.TabIndex = 3;
            // 
            // txtHighVersion
            // 
            this.txtHighVersion.Location = new System.Drawing.Point(64, 31);
            this.txtHighVersion.MaxLength = 3;
            this.txtHighVersion.Name = "txtHighVersion";
            this.txtHighVersion.Size = new System.Drawing.Size(30, 20);
            this.txtHighVersion.TabIndex = 1;
            // 
            // lblPluginVersion
            // 
            this.lblPluginVersion.AutoSize = true;
            this.lblPluginVersion.Location = new System.Drawing.Point(13, 34);
            this.lblPluginVersion.Name = "lblPluginVersion";
            this.lblPluginVersion.Size = new System.Drawing.Size(45, 13);
            this.lblPluginVersion.TabIndex = 0;
            this.lblPluginVersion.Text = "Version:";
            // 
            // toolTipWincmdIni
            // 
            this.toolTipWincmdIni.AutoPopDelay = 10000;
            this.toolTipWincmdIni.InitialDelay = 500;
            this.toolTipWincmdIni.ReshowDelay = 100;
            // 
            // ProgramSettingsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(555, 594);
            this.Controls.Add(this.tabMain);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOk);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ProgramSettingsForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Program Settings";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormKeyDown);
            this.pnlPlugins.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridViewPlugin)).EndInit();
            this.grbListerFormHotKeys.ResumeLayout(false);
            this.grbListerFormHotKeys.PerformLayout();
            this.grbListerForm.ResumeLayout(false);
            this.grbListerForm.PerformLayout();
            this.grbAutoStartProgram.ResumeLayout(false);
            this.grbAutoStartProgram.PerformLayout();
            this.tabMain.ResumeLayout(false);
            this.tabpCommon.ResumeLayout(false);
            this.grbPrintDialogHotKeys.ResumeLayout(false);
            this.grbPrintDialogHotKeys.PerformLayout();
            this.grbSearchDialogHotKeys.ResumeLayout(false);
            this.grbSearchDialogHotKeys.PerformLayout();
            this.tabpPlugin.ResumeLayout(false);
            this.grbPlugins.ResumeLayout(false);
            this.grbPluginDefaultSettings.ResumeLayout(false);
            this.grbPluginDefaultSettings.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : TransparencyForm.Designer.cs
with MIT License
from AlexanderPro

private void InitializeComponent()
        {
            this.btnApply = new System.Windows.Forms.Button();
            this.numericTransparency = new System.Windows.Forms.NumericUpDown();
            ((System.ComponentModel.ISupportInitialize)(this.numericTransparency)).BeginInit();
            this.SuspendLayout();
            // 
            // btnApply
            // 
            this.btnApply.Location = new System.Drawing.Point(100, 9);
            this.btnApply.Name = "btnApply";
            this.btnApply.Size = new System.Drawing.Size(91, 26);
            this.btnApply.TabIndex = 1;
            this.btnApply.UseVisualStyleBackColor = true;
            this.btnApply.Click += new System.EventHandler(this.ButtonApplyClick);
            // 
            // numericTransparency
            // 
            this.numericTransparency.Location = new System.Drawing.Point(12, 12);
            this.numericTransparency.Name = "numericTransparency";
            this.numericTransparency.Size = new System.Drawing.Size(72, 20);
            this.numericTransparency.TabIndex = 0;
            // 
            // TransparencyForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(203, 47);
            this.Controls.Add(this.numericTransparency);
            this.Controls.Add(this.btnApply);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TransparencyForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormKeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.numericTransparency)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : AboutForm.Designer.cs
with MIT License
from AlexanderPro

private void InitializeComponent()
        {
            this.lblProductName = new System.Windows.Forms.Label();
            this.lblCopyright = new System.Windows.Forms.Label();
            this.linkUrl = new System.Windows.Forms.LinkLabel();
            this.btnOk = new System.Windows.Forms.Button();
            this.pbImage = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
            this.SuspendLayout();
            // 
            // lblProductName
            // 
            this.lblProductName.AutoSize = true;
            this.lblProductName.Location = new System.Drawing.Point(114, 22);
            this.lblProductName.Name = "lblProductName";
            this.lblProductName.Size = new System.Drawing.Size(75, 13);
            this.lblProductName.TabIndex = 0;
            this.lblProductName.Text = "Product Name";
            // 
            // lblCopyright
            // 
            this.lblCopyright.AutoSize = true;
            this.lblCopyright.Location = new System.Drawing.Point(114, 44);
            this.lblCopyright.Name = "lblCopyright";
            this.lblCopyright.Size = new System.Drawing.Size(51, 13);
            this.lblCopyright.TabIndex = 1;
            this.lblCopyright.Text = "Copyright";
            // 
            // linkUrl
            // 
            this.linkUrl.AutoSize = true;
            this.linkUrl.Location = new System.Drawing.Point(114, 67);
            this.linkUrl.Name = "linkUrl";
            this.linkUrl.Size = new System.Drawing.Size(29, 13);
            this.linkUrl.TabIndex = 2;
            this.linkUrl.TabStop = true;
            this.linkUrl.Text = "URL";
            this.linkUrl.Click += new System.EventHandler(this.linkUrl_Click);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(358, 22);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(86, 30);
            this.btnOk.TabIndex = 3;
            this.btnOk.Text = "Ok";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // pbImage
            // 
            this.pbImage.BackgroundImage = global::WindowTextExtractor.Properties.Resources.WindowTextExtractor;
            this.pbImage.InitialImage = null;
            this.pbImage.Location = new System.Drawing.Point(8, 27);
            this.pbImage.Name = "pbImage";
            this.pbImage.Size = new System.Drawing.Size(100, 44);
            this.pbImage.TabIndex = 4;
            this.pbImage.TabStop = false;
            // 
            // AboutForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(456, 98);
            this.Controls.Add(this.pbImage);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.linkUrl);
            this.Controls.Add(this.lblCopyright);
            this.Controls.Add(this.lblProductName);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AboutForm";
            this.ShowInTaskbar = false;
            this.Text = "About";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AboutForm_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : AboutForm.Designer.cs
with MIT License
from AlexanderPro

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
            this.lblProductName = new System.Windows.Forms.Label();
            this.lblCopyright = new System.Windows.Forms.Label();
            this.linkUrl = new System.Windows.Forms.LinkLabel();
            this.btnOk = new System.Windows.Forms.Button();
            this.pbImage = new System.Windows.Forms.PictureBox();
            this.lblProductreplacedle = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
            this.SuspendLayout();
            // 
            // lblProductName
            // 
            this.lblProductName.AutoSize = true;
            this.lblProductName.Location = new System.Drawing.Point(58, 21);
            this.lblProductName.Name = "lblProductName";
            this.lblProductName.Size = new System.Drawing.Size(75, 13);
            this.lblProductName.TabIndex = 0;
            this.lblProductName.Text = "Product Name";
            // 
            // lblCopyright
            // 
            this.lblCopyright.AutoSize = true;
            this.lblCopyright.Location = new System.Drawing.Point(58, 72);
            this.lblCopyright.Name = "lblCopyright";
            this.lblCopyright.Size = new System.Drawing.Size(51, 13);
            this.lblCopyright.TabIndex = 1;
            this.lblCopyright.Text = "Copyright";
            // 
            // linkUrl
            // 
            this.linkUrl.AutoSize = true;
            this.linkUrl.Location = new System.Drawing.Point(58, 95);
            this.linkUrl.Name = "linkUrl";
            this.linkUrl.Size = new System.Drawing.Size(29, 13);
            this.linkUrl.TabIndex = 2;
            this.linkUrl.TabStop = true;
            this.linkUrl.Text = "URL";
            this.linkUrl.Click += new System.EventHandler(this.LinkClick);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(352, 16);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 3;
            this.btnOk.Text = "Ok";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.CloseClick);
            // 
            // pbImage
            // 
            this.pbImage.Image = ((System.Drawing.Image)(resources.GetObject("pbImage.Image")));
            this.pbImage.InitialImage = null;
            this.pbImage.Location = new System.Drawing.Point(4, 21);
            this.pbImage.Name = "pbImage";
            this.pbImage.Size = new System.Drawing.Size(48, 48);
            this.pbImage.TabIndex = 4;
            this.pbImage.TabStop = false;
            // 
            // lblProductreplacedle
            // 
            this.lblProductreplacedle.AutoSize = true;
            this.lblProductreplacedle.Location = new System.Drawing.Point(58, 47);
            this.lblProductreplacedle.Name = "lblProductreplacedle";
            this.lblProductreplacedle.Size = new System.Drawing.Size(67, 13);
            this.lblProductreplacedle.TabIndex = 5;
            this.lblProductreplacedle.Text = "Product replacedle";
            // 
            // AboutForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(439, 132);
            this.Controls.Add(this.lblProductreplacedle);
            this.Controls.Add(this.pbImage);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.linkUrl);
            this.Controls.Add(this.lblCopyright);
            this.Controls.Add(this.lblProductName);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AboutForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "About";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormKeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
            this.tabMain = new System.Windows.Forms.TabControl();
            this.tabpGeneral = new System.Windows.Forms.TabPage();
            this.grpbCloser = new System.Windows.Forms.GroupBox();
            this.btnCloser = new System.Windows.Forms.Button();
            this.grpbLanguage = new System.Windows.Forms.GroupBox();
            this.cmbLanguage = new System.Windows.Forms.ComboBox();
            this.grpbProcessExclusions = new System.Windows.Forms.GroupBox();
            this.btnProcessExclusionDown = new System.Windows.Forms.Button();
            this.btnProcessExclusionUp = new System.Windows.Forms.Button();
            this.btnAddProcessExclusion = new System.Windows.Forms.Button();
            this.gvProcessExclusions = new System.Windows.Forms.DataGridView();
            this.clmProcessExclusionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmProcessExclusionEdit = new System.Windows.Forms.DataGridViewButtonColumn();
            this.clmProcessExcusionDelete = new System.Windows.Forms.DataGridViewButtonColumn();
            this.tabpMenu = new System.Windows.Forms.TabPage();
            this.grpbHotkeys = new System.Windows.Forms.GroupBox();
            this.btnMenuItemDown = new System.Windows.Forms.Button();
            this.btnMenuItemUp = new System.Windows.Forms.Button();
            this.gvHotkeys = new System.Windows.Forms.DataGridView();
            this.clmnMenuItemName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmnHotkeys = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmnShow = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.clmnChangeHotkey = new SmartSystemMenu.Controls.DataGridViewDisableButtonColumn();
            this.tabpMenuSize = new System.Windows.Forms.TabPage();
            this.grpbSizer = new System.Windows.Forms.GroupBox();
            this.cmbSizer = new System.Windows.Forms.ComboBox();
            this.grpbWindowSize = new System.Windows.Forms.GroupBox();
            this.btnWindowSizeDown = new System.Windows.Forms.Button();
            this.btnWindowSizeUp = new System.Windows.Forms.Button();
            this.btnAddWindowSize = new System.Windows.Forms.Button();
            this.gvWindowSize = new System.Windows.Forms.DataGridView();
            this.clmWindowSizereplacedle = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmWindowSizeLeft = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmWindowSizeTop = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmWindowSizeWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmWindowSizeHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmWindowSizeHotKey = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmWindowSizeEdit = new System.Windows.Forms.DataGridViewButtonColumn();
            this.clmWindowSizeDelete = new System.Windows.Forms.DataGridViewButtonColumn();
            this.tabpMenuStart = new System.Windows.Forms.TabPage();
            this.grpbStartProgram = new System.Windows.Forms.GroupBox();
            this.btnStartProgramDown = new System.Windows.Forms.Button();
            this.btnStartProgramUp = new System.Windows.Forms.Button();
            this.btnAddStartProgram = new System.Windows.Forms.Button();
            this.gvStartProgram = new System.Windows.Forms.DataGridView();
            this.clmStartProgramreplacedle = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmStartProgramPath = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmStartProgramArguments = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmStartProgramEdit = new System.Windows.Forms.DataGridViewButtonColumn();
            this.clmStartProgramDelete = new System.Windows.Forms.DataGridViewButtonColumn();
            this.btnApply = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.toolTipAddProcessName = new System.Windows.Forms.ToolTip(this.components);
            this.tabMain.SuspendLayout();
            this.tabpGeneral.SuspendLayout();
            this.grpbCloser.SuspendLayout();
            this.grpbLanguage.SuspendLayout();
            this.grpbProcessExclusions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gvProcessExclusions)).BeginInit();
            this.tabpMenu.SuspendLayout();
            this.grpbHotkeys.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gvHotkeys)).BeginInit();
            this.tabpMenuSize.SuspendLayout();
            this.grpbSizer.SuspendLayout();
            this.grpbWindowSize.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gvWindowSize)).BeginInit();
            this.tabpMenuStart.SuspendLayout();
            this.grpbStartProgram.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gvStartProgram)).BeginInit();
            this.SuspendLayout();
            // 
            // tabMain
            // 
            this.tabMain.Controls.Add(this.tabpGeneral);
            this.tabMain.Controls.Add(this.tabpMenu);
            this.tabMain.Controls.Add(this.tabpMenuSize);
            this.tabMain.Controls.Add(this.tabpMenuStart);
            this.tabMain.Dock = System.Windows.Forms.DockStyle.Top;
            this.tabMain.Location = new System.Drawing.Point(0, 0);
            this.tabMain.Name = "tabMain";
            this.tabMain.SelectedIndex = 0;
            this.tabMain.Size = new System.Drawing.Size(521, 416);
            this.tabMain.TabIndex = 0;
            // 
            // tabpGeneral
            // 
            this.tabpGeneral.Controls.Add(this.grpbCloser);
            this.tabpGeneral.Controls.Add(this.grpbLanguage);
            this.tabpGeneral.Controls.Add(this.grpbProcessExclusions);
            this.tabpGeneral.Location = new System.Drawing.Point(4, 22);
            this.tabpGeneral.Name = "tabpGeneral";
            this.tabpGeneral.Padding = new System.Windows.Forms.Padding(3);
            this.tabpGeneral.Size = new System.Drawing.Size(513, 390);
            this.tabpGeneral.TabIndex = 0;
            this.tabpGeneral.UseVisualStyleBackColor = true;
            // 
            // grpbCloser
            // 
            this.grpbCloser.Controls.Add(this.btnCloser);
            this.grpbCloser.Location = new System.Drawing.Point(8, 87);
            this.grpbCloser.Name = "grpbCloser";
            this.grpbCloser.Size = new System.Drawing.Size(497, 69);
            this.grpbCloser.TabIndex = 1;
            this.grpbCloser.TabStop = false;
            // 
            // btnCloser
            // 
            this.btnCloser.Location = new System.Drawing.Point(6, 26);
            this.btnCloser.Name = "btnCloser";
            this.btnCloser.Size = new System.Drawing.Size(166, 23);
            this.btnCloser.TabIndex = 0;
            this.btnCloser.UseVisualStyleBackColor = true;
            this.btnCloser.Click += new System.EventHandler(this.ButtonWindowCloserClick);
            // 
            // grpbLanguage
            // 
            this.grpbLanguage.Controls.Add(this.cmbLanguage);
            this.grpbLanguage.Location = new System.Drawing.Point(8, 16);
            this.grpbLanguage.Name = "grpbLanguage";
            this.grpbLanguage.Size = new System.Drawing.Size(497, 68);
            this.grpbLanguage.TabIndex = 0;
            this.grpbLanguage.TabStop = false;
            // 
            // cmbLanguage
            // 
            this.cmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbLanguage.FormattingEnabled = true;
            this.cmbLanguage.Location = new System.Drawing.Point(6, 28);
            this.cmbLanguage.Name = "cmbLanguage";
            this.cmbLanguage.Size = new System.Drawing.Size(166, 21);
            this.cmbLanguage.TabIndex = 0;
            // 
            // grpbProcessExclusions
            // 
            this.grpbProcessExclusions.Controls.Add(this.btnProcessExclusionDown);
            this.grpbProcessExclusions.Controls.Add(this.btnProcessExclusionUp);
            this.grpbProcessExclusions.Controls.Add(this.btnAddProcessExclusion);
            this.grpbProcessExclusions.Controls.Add(this.gvProcessExclusions);
            this.grpbProcessExclusions.Location = new System.Drawing.Point(8, 160);
            this.grpbProcessExclusions.Name = "grpbProcessExclusions";
            this.grpbProcessExclusions.Size = new System.Drawing.Size(497, 224);
            this.grpbProcessExclusions.TabIndex = 2;
            this.grpbProcessExclusions.TabStop = false;
            // 
            // btnProcessExclusionDown
            // 
            this.btnProcessExclusionDown.Image = ((System.Drawing.Image)(resources.GetObject("btnProcessExclusionDown.Image")));
            this.btnProcessExclusionDown.Location = new System.Drawing.Point(406, 195);
            this.btnProcessExclusionDown.Name = "btnProcessExclusionDown";
            this.btnProcessExclusionDown.Size = new System.Drawing.Size(31, 23);
            this.btnProcessExclusionDown.TabIndex = 2;
            this.btnProcessExclusionDown.UseVisualStyleBackColor = true;
            this.btnProcessExclusionDown.Click += new System.EventHandler(this.ButtonArrowDownClick);
            // 
            // btnProcessExclusionUp
            // 
            this.btnProcessExclusionUp.Image = ((System.Drawing.Image)(resources.GetObject("btnProcessExclusionUp.Image")));
            this.btnProcessExclusionUp.Location = new System.Drawing.Point(369, 195);
            this.btnProcessExclusionUp.Name = "btnProcessExclusionUp";
            this.btnProcessExclusionUp.Size = new System.Drawing.Size(31, 23);
            this.btnProcessExclusionUp.TabIndex = 1;
            this.btnProcessExclusionUp.UseVisualStyleBackColor = true;
            this.btnProcessExclusionUp.Click += new System.EventHandler(this.ButtonArrowUpClick);
            // 
            // btnAddProcessExclusion
            // 
            this.btnAddProcessExclusion.Location = new System.Drawing.Point(460, 195);
            this.btnAddProcessExclusion.Name = "btnAddProcessExclusion";
            this.btnAddProcessExclusion.Size = new System.Drawing.Size(31, 23);
            this.btnAddProcessExclusion.TabIndex = 3;
            this.btnAddProcessExclusion.Text = "+";
            this.btnAddProcessExclusion.UseVisualStyleBackColor = true;
            this.btnAddProcessExclusion.Click += new System.EventHandler(this.ButtonAddProcessExclusionClick);
            // 
            // gvProcessExclusions
            // 
            this.gvProcessExclusions.AllowUserToAddRows = false;
            this.gvProcessExclusions.AllowUserToDeleteRows = false;
            this.gvProcessExclusions.AllowUserToResizeColumns = false;
            this.gvProcessExclusions.AllowUserToResizeRows = false;
            this.gvProcessExclusions.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
            this.gvProcessExclusions.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.gvProcessExclusions.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.gvProcessExclusions.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gvProcessExclusions.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmProcessExclusionName,
            this.clmProcessExclusionEdit,
            this.clmProcessExcusionDelete});
            this.gvProcessExclusions.GridColor = System.Drawing.SystemColors.Control;
            this.gvProcessExclusions.Location = new System.Drawing.Point(6, 19);
            this.gvProcessExclusions.MultiSelect = false;
            this.gvProcessExclusions.Name = "gvProcessExclusions";
            this.gvProcessExclusions.RowHeadersVisible = false;
            this.gvProcessExclusions.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.gvProcessExclusions.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.gvProcessExclusions.Size = new System.Drawing.Size(485, 170);
            this.gvProcessExclusions.TabIndex = 0;
            this.gvProcessExclusions.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewProcessExclusionsCellContentClick);
            this.gvProcessExclusions.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewProcessExclusionsCellDoubleClick);
            // 
            // clmProcessExclusionName
            // 
            this.clmProcessExclusionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.clmProcessExclusionName.Name = "clmProcessExclusionName";
            this.clmProcessExclusionName.ReadOnly = true;
            this.clmProcessExclusionName.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmProcessExclusionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // clmProcessExclusionEdit
            // 
            this.clmProcessExclusionEdit.HeaderText = "";
            this.clmProcessExclusionEdit.Name = "clmProcessExclusionEdit";
            this.clmProcessExclusionEdit.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmProcessExclusionEdit.Text = "...";
            this.clmProcessExclusionEdit.UseColumnTextForButtonValue = true;
            this.clmProcessExclusionEdit.Width = 30;
            // 
            // clmProcessExcusionDelete
            // 
            this.clmProcessExcusionDelete.HeaderText = "";
            this.clmProcessExcusionDelete.Name = "clmProcessExcusionDelete";
            this.clmProcessExcusionDelete.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmProcessExcusionDelete.Text = "-";
            this.clmProcessExcusionDelete.UseColumnTextForButtonValue = true;
            this.clmProcessExcusionDelete.Width = 30;
            // 
            // tabpMenu
            // 
            this.tabpMenu.Controls.Add(this.grpbHotkeys);
            this.tabpMenu.Location = new System.Drawing.Point(4, 22);
            this.tabpMenu.Name = "tabpMenu";
            this.tabpMenu.Padding = new System.Windows.Forms.Padding(3);
            this.tabpMenu.Size = new System.Drawing.Size(513, 390);
            this.tabpMenu.TabIndex = 2;
            this.tabpMenu.UseVisualStyleBackColor = true;
            // 
            // grpbHotkeys
            // 
            this.grpbHotkeys.Controls.Add(this.btnMenuItemDown);
            this.grpbHotkeys.Controls.Add(this.btnMenuItemUp);
            this.grpbHotkeys.Controls.Add(this.gvHotkeys);
            this.grpbHotkeys.Location = new System.Drawing.Point(8, 16);
            this.grpbHotkeys.Name = "grpbHotkeys";
            this.grpbHotkeys.Size = new System.Drawing.Size(497, 368);
            this.grpbHotkeys.TabIndex = 3;
            this.grpbHotkeys.TabStop = false;
            // 
            // btnMenuItemDown
            // 
            this.btnMenuItemDown.Image = ((System.Drawing.Image)(resources.GetObject("btnMenuItemDown.Image")));
            this.btnMenuItemDown.Location = new System.Drawing.Point(460, 339);
            this.btnMenuItemDown.Name = "btnMenuItemDown";
            this.btnMenuItemDown.Size = new System.Drawing.Size(31, 23);
            this.btnMenuItemDown.TabIndex = 4;
            this.btnMenuItemDown.UseVisualStyleBackColor = true;
            this.btnMenuItemDown.Click += new System.EventHandler(this.ButtonMenuItemDownClick);
            // 
            // btnMenuItemUp
            // 
            this.btnMenuItemUp.Image = ((System.Drawing.Image)(resources.GetObject("btnMenuItemUp.Image")));
            this.btnMenuItemUp.Location = new System.Drawing.Point(423, 339);
            this.btnMenuItemUp.Name = "btnMenuItemUp";
            this.btnMenuItemUp.Size = new System.Drawing.Size(31, 23);
            this.btnMenuItemUp.TabIndex = 3;
            this.btnMenuItemUp.UseVisualStyleBackColor = true;
            this.btnMenuItemUp.Click += new System.EventHandler(this.ButtonMenuItemUpClick);
            // 
            // gvHotkeys
            // 
            this.gvHotkeys.AllowUserToAddRows = false;
            this.gvHotkeys.AllowUserToDeleteRows = false;
            this.gvHotkeys.AllowUserToResizeColumns = false;
            this.gvHotkeys.AllowUserToResizeRows = false;
            this.gvHotkeys.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
            this.gvHotkeys.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.gvHotkeys.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.gvHotkeys.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gvHotkeys.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmnMenuItemName,
            this.clmnHotkeys,
            this.clmnShow,
            this.clmnChangeHotkey});
            this.gvHotkeys.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.gvHotkeys.GridColor = System.Drawing.SystemColors.Control;
            this.gvHotkeys.Location = new System.Drawing.Point(6, 19);
            this.gvHotkeys.MultiSelect = false;
            this.gvHotkeys.Name = "gvHotkeys";
            this.gvHotkeys.RowHeadersVisible = false;
            this.gvHotkeys.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.gvHotkeys.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.gvHotkeys.Size = new System.Drawing.Size(485, 314);
            this.gvHotkeys.TabIndex = 0;
            this.gvHotkeys.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewHotkeysCellContentClick);
            this.gvHotkeys.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewHotkeysCellDoubleClick);
            // 
            // clmnMenuItemName
            // 
            this.clmnMenuItemName.HeaderText = "clmnMenuItemName";
            this.clmnMenuItemName.MinimumWidth = 200;
            this.clmnMenuItemName.Name = "clmnMenuItemName";
            this.clmnMenuItemName.ReadOnly = true;
            this.clmnMenuItemName.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmnMenuItemName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.clmnMenuItemName.Width = 200;
            // 
            // clmnHotkeys
            // 
            this.clmnHotkeys.HeaderText = "clmnHotkeys";
            this.clmnHotkeys.MinimumWidth = 200;
            this.clmnHotkeys.Name = "clmnHotkeys";
            this.clmnHotkeys.Width = 200;
            // 
            // clmnShow
            // 
            this.clmnShow.HeaderText = "";
            this.clmnShow.Name = "clmnShow";
            this.clmnShow.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmnShow.Width = 30;
            // 
            // clmnChangeHotkey
            // 
            this.clmnChangeHotkey.HeaderText = "";
            this.clmnChangeHotkey.Name = "clmnChangeHotkey";
            this.clmnChangeHotkey.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmnChangeHotkey.Text = "...";
            this.clmnChangeHotkey.UseColumnTextForButtonValue = true;
            this.clmnChangeHotkey.Width = 30;
            // 
            // tabpMenuSize
            // 
            this.tabpMenuSize.Controls.Add(this.grpbSizer);
            this.tabpMenuSize.Controls.Add(this.grpbWindowSize);
            this.tabpMenuSize.Location = new System.Drawing.Point(4, 22);
            this.tabpMenuSize.Name = "tabpMenuSize";
            this.tabpMenuSize.Padding = new System.Windows.Forms.Padding(3);
            this.tabpMenuSize.Size = new System.Drawing.Size(513, 390);
            this.tabpMenuSize.TabIndex = 3;
            this.tabpMenuSize.UseVisualStyleBackColor = true;
            // 
            // grpbSizer
            // 
            this.grpbSizer.Controls.Add(this.cmbSizer);
            this.grpbSizer.Location = new System.Drawing.Point(8, 16);
            this.grpbSizer.Name = "grpbSizer";
            this.grpbSizer.Size = new System.Drawing.Size(497, 68);
            this.grpbSizer.TabIndex = 0;
            this.grpbSizer.TabStop = false;
            // 
            // cmbSizer
            // 
            this.cmbSizer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSizer.FormattingEnabled = true;
            this.cmbSizer.Location = new System.Drawing.Point(6, 28);
            this.cmbSizer.Name = "cmbSizer";
            this.cmbSizer.Size = new System.Drawing.Size(166, 21);
            this.cmbSizer.TabIndex = 0;
            // 
            // grpbWindowSize
            // 
            this.grpbWindowSize.Controls.Add(this.btnWindowSizeDown);
            this.grpbWindowSize.Controls.Add(this.btnWindowSizeUp);
            this.grpbWindowSize.Controls.Add(this.btnAddWindowSize);
            this.grpbWindowSize.Controls.Add(this.gvWindowSize);
            this.grpbWindowSize.Location = new System.Drawing.Point(8, 87);
            this.grpbWindowSize.Name = "grpbWindowSize";
            this.grpbWindowSize.Size = new System.Drawing.Size(497, 297);
            this.grpbWindowSize.TabIndex = 1;
            this.grpbWindowSize.TabStop = false;
            // 
            // btnWindowSizeDown
            // 
            this.btnWindowSizeDown.Image = ((System.Drawing.Image)(resources.GetObject("btnWindowSizeDown.Image")));
            this.btnWindowSizeDown.Location = new System.Drawing.Point(406, 268);
            this.btnWindowSizeDown.Name = "btnWindowSizeDown";
            this.btnWindowSizeDown.Size = new System.Drawing.Size(31, 23);
            this.btnWindowSizeDown.TabIndex = 2;
            this.btnWindowSizeDown.UseVisualStyleBackColor = true;
            this.btnWindowSizeDown.Click += new System.EventHandler(this.ButtonArrowDownClick);
            // 
            // btnWindowSizeUp
            // 
            this.btnWindowSizeUp.Image = ((System.Drawing.Image)(resources.GetObject("btnWindowSizeUp.Image")));
            this.btnWindowSizeUp.Location = new System.Drawing.Point(369, 268);
            this.btnWindowSizeUp.Name = "btnWindowSizeUp";
            this.btnWindowSizeUp.Size = new System.Drawing.Size(31, 23);
            this.btnWindowSizeUp.TabIndex = 1;
            this.btnWindowSizeUp.UseVisualStyleBackColor = true;
            this.btnWindowSizeUp.Click += new System.EventHandler(this.ButtonArrowUpClick);
            // 
            // btnAddWindowSize
            // 
            this.btnAddWindowSize.Location = new System.Drawing.Point(460, 268);
            this.btnAddWindowSize.Name = "btnAddWindowSize";
            this.btnAddWindowSize.Size = new System.Drawing.Size(31, 23);
            this.btnAddWindowSize.TabIndex = 3;
            this.btnAddWindowSize.Text = "+";
            this.btnAddWindowSize.UseVisualStyleBackColor = true;
            this.btnAddWindowSize.Click += new System.EventHandler(this.ButtonAddWindowSizeClick);
            // 
            // gvWindowSize
            // 
            this.gvWindowSize.AllowUserToAddRows = false;
            this.gvWindowSize.AllowUserToDeleteRows = false;
            this.gvWindowSize.AllowUserToResizeColumns = false;
            this.gvWindowSize.AllowUserToResizeRows = false;
            this.gvWindowSize.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
            this.gvWindowSize.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.gvWindowSize.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.gvWindowSize.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gvWindowSize.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmWindowSizereplacedle,
            this.clmWindowSizeLeft,
            this.clmWindowSizeTop,
            this.clmWindowSizeWidth,
            this.clmWindowSizeHeight,
            this.clmWindowSizeHotKey,
            this.clmWindowSizeEdit,
            this.clmWindowSizeDelete});
            this.gvWindowSize.GridColor = System.Drawing.SystemColors.Control;
            this.gvWindowSize.Location = new System.Drawing.Point(6, 19);
            this.gvWindowSize.MultiSelect = false;
            this.gvWindowSize.Name = "gvWindowSize";
            this.gvWindowSize.RowHeadersVisible = false;
            this.gvWindowSize.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.gvWindowSize.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.gvWindowSize.Size = new System.Drawing.Size(485, 243);
            this.gvWindowSize.TabIndex = 0;
            this.gvWindowSize.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewWindowSizeCellContentClick);
            this.gvWindowSize.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewWindowSizeCellDoubleClick);
            // 
            // clmWindowSizereplacedle
            // 
            this.clmWindowSizereplacedle.HeaderText = "clmWindowSizereplacedle";
            this.clmWindowSizereplacedle.Name = "clmWindowSizereplacedle";
            this.clmWindowSizereplacedle.ReadOnly = true;
            this.clmWindowSizereplacedle.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmWindowSizereplacedle.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // clmWindowSizeLeft
            // 
            this.clmWindowSizeLeft.HeaderText = "clmWindowSizeLeft";
            this.clmWindowSizeLeft.Name = "clmWindowSizeLeft";
            this.clmWindowSizeLeft.ReadOnly = true;
            this.clmWindowSizeLeft.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmWindowSizeLeft.Width = 50;
            // 
            // clmWindowSizeTop
            // 
            this.clmWindowSizeTop.HeaderText = "clmWindowSizeTop";
            this.clmWindowSizeTop.Name = "clmWindowSizeTop";
            this.clmWindowSizeTop.ReadOnly = true;
            this.clmWindowSizeTop.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmWindowSizeTop.Width = 50;
            // 
            // clmWindowSizeWidth
            // 
            this.clmWindowSizeWidth.HeaderText = "clmWindowSizeWidth";
            this.clmWindowSizeWidth.Name = "clmWindowSizeWidth";
            this.clmWindowSizeWidth.ReadOnly = true;
            this.clmWindowSizeWidth.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmWindowSizeWidth.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.clmWindowSizeWidth.Width = 50;
            // 
            // clmWindowSizeHeight
            // 
            this.clmWindowSizeHeight.HeaderText = "clmWindowSizeHeight";
            this.clmWindowSizeHeight.Name = "clmWindowSizeHeight";
            this.clmWindowSizeHeight.ReadOnly = true;
            this.clmWindowSizeHeight.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmWindowSizeHeight.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.clmWindowSizeHeight.Width = 50;
            // 
            // clmWindowSizeHotKey
            // 
            this.clmWindowSizeHotKey.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.clmWindowSizeHotKey.HeaderText = "";
            this.clmWindowSizeHotKey.Name = "clmWindowSizeHotKey";
            this.clmWindowSizeHotKey.ReadOnly = true;
            // 
            // clmWindowSizeEdit
            // 
            this.clmWindowSizeEdit.HeaderText = "";
            this.clmWindowSizeEdit.Name = "clmWindowSizeEdit";
            this.clmWindowSizeEdit.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmWindowSizeEdit.Text = "...";
            this.clmWindowSizeEdit.UseColumnTextForButtonValue = true;
            this.clmWindowSizeEdit.Width = 30;
            // 
            // clmWindowSizeDelete
            // 
            this.clmWindowSizeDelete.HeaderText = "";
            this.clmWindowSizeDelete.Name = "clmWindowSizeDelete";
            this.clmWindowSizeDelete.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmWindowSizeDelete.Text = "-";
            this.clmWindowSizeDelete.UseColumnTextForButtonValue = true;
            this.clmWindowSizeDelete.Width = 30;
            // 
            // tabpMenuStart
            // 
            this.tabpMenuStart.Controls.Add(this.grpbStartProgram);
            this.tabpMenuStart.Location = new System.Drawing.Point(4, 22);
            this.tabpMenuStart.Name = "tabpMenuStart";
            this.tabpMenuStart.Padding = new System.Windows.Forms.Padding(3);
            this.tabpMenuStart.Size = new System.Drawing.Size(513, 390);
            this.tabpMenuStart.TabIndex = 1;
            this.tabpMenuStart.UseVisualStyleBackColor = true;
            // 
            // grpbStartProgram
            // 
            this.grpbStartProgram.Controls.Add(this.btnStartProgramDown);
            this.grpbStartProgram.Controls.Add(this.btnStartProgramUp);
            this.grpbStartProgram.Controls.Add(this.btnAddStartProgram);
            this.grpbStartProgram.Controls.Add(this.gvStartProgram);
            this.grpbStartProgram.Location = new System.Drawing.Point(8, 16);
            this.grpbStartProgram.Name = "grpbStartProgram";
            this.grpbStartProgram.Size = new System.Drawing.Size(497, 368);
            this.grpbStartProgram.TabIndex = 0;
            this.grpbStartProgram.TabStop = false;
            // 
            // btnStartProgramDown
            // 
            this.btnStartProgramDown.Image = ((System.Drawing.Image)(resources.GetObject("btnStartProgramDown.Image")));
            this.btnStartProgramDown.Location = new System.Drawing.Point(406, 339);
            this.btnStartProgramDown.Name = "btnStartProgramDown";
            this.btnStartProgramDown.Size = new System.Drawing.Size(31, 23);
            this.btnStartProgramDown.TabIndex = 2;
            this.btnStartProgramDown.UseVisualStyleBackColor = true;
            this.btnStartProgramDown.Click += new System.EventHandler(this.ButtonArrowDownClick);
            // 
            // btnStartProgramUp
            // 
            this.btnStartProgramUp.Image = ((System.Drawing.Image)(resources.GetObject("btnStartProgramUp.Image")));
            this.btnStartProgramUp.Location = new System.Drawing.Point(369, 339);
            this.btnStartProgramUp.Name = "btnStartProgramUp";
            this.btnStartProgramUp.Size = new System.Drawing.Size(31, 23);
            this.btnStartProgramUp.TabIndex = 1;
            this.btnStartProgramUp.UseVisualStyleBackColor = true;
            this.btnStartProgramUp.Click += new System.EventHandler(this.ButtonArrowUpClick);
            // 
            // btnAddStartProgram
            // 
            this.btnAddStartProgram.Location = new System.Drawing.Point(460, 339);
            this.btnAddStartProgram.Name = "btnAddStartProgram";
            this.btnAddStartProgram.Size = new System.Drawing.Size(31, 23);
            this.btnAddStartProgram.TabIndex = 3;
            this.btnAddStartProgram.Text = "+";
            this.btnAddStartProgram.UseVisualStyleBackColor = true;
            this.btnAddStartProgram.Click += new System.EventHandler(this.ButtonAddStartProgramClick);
            // 
            // gvStartProgram
            // 
            this.gvStartProgram.AllowUserToAddRows = false;
            this.gvStartProgram.AllowUserToDeleteRows = false;
            this.gvStartProgram.AllowUserToResizeColumns = false;
            this.gvStartProgram.AllowUserToResizeRows = false;
            this.gvStartProgram.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
            this.gvStartProgram.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.gvStartProgram.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.gvStartProgram.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gvStartProgram.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmStartProgramreplacedle,
            this.clmStartProgramPath,
            this.clmStartProgramArguments,
            this.clmStartProgramEdit,
            this.clmStartProgramDelete});
            this.gvStartProgram.GridColor = System.Drawing.SystemColors.Control;
            this.gvStartProgram.Location = new System.Drawing.Point(6, 19);
            this.gvStartProgram.MultiSelect = false;
            this.gvStartProgram.Name = "gvStartProgram";
            this.gvStartProgram.RowHeadersVisible = false;
            this.gvStartProgram.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.gvStartProgram.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.gvStartProgram.Size = new System.Drawing.Size(485, 314);
            this.gvStartProgram.TabIndex = 0;
            this.gvStartProgram.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewStartProgramCellContentClick);
            this.gvStartProgram.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewStartProgramCellDoubleClick);
            // 
            // clmStartProgramreplacedle
            // 
            this.clmStartProgramreplacedle.Name = "clmStartProgramreplacedle";
            this.clmStartProgramreplacedle.ReadOnly = true;
            this.clmStartProgramreplacedle.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmStartProgramreplacedle.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // clmStartProgramPath
            // 
            this.clmStartProgramPath.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.clmStartProgramPath.Name = "clmStartProgramPath";
            this.clmStartProgramPath.ReadOnly = true;
            this.clmStartProgramPath.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmStartProgramPath.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // clmStartProgramArguments
            // 
            this.clmStartProgramArguments.Name = "clmStartProgramArguments";
            this.clmStartProgramArguments.ReadOnly = true;
            this.clmStartProgramArguments.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmStartProgramArguments.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.clmStartProgramArguments.Width = 72;
            // 
            // clmStartProgramEdit
            // 
            this.clmStartProgramEdit.HeaderText = "";
            this.clmStartProgramEdit.Name = "clmStartProgramEdit";
            this.clmStartProgramEdit.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmStartProgramEdit.Text = "...";
            this.clmStartProgramEdit.UseColumnTextForButtonValue = true;
            this.clmStartProgramEdit.Width = 30;
            // 
            // clmStartProgramDelete
            // 
            this.clmStartProgramDelete.HeaderText = "";
            this.clmStartProgramDelete.Name = "clmStartProgramDelete";
            this.clmStartProgramDelete.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.clmStartProgramDelete.Text = "-";
            this.clmStartProgramDelete.UseColumnTextForButtonValue = true;
            this.clmStartProgramDelete.Width = 30;
            // 
            // btnApply
            // 
            this.btnApply.Location = new System.Drawing.Point(340, 422);
            this.btnApply.Name = "btnApply";
            this.btnApply.Size = new System.Drawing.Size(81, 35);
            this.btnApply.TabIndex = 1;
            this.btnApply.UseVisualStyleBackColor = true;
            this.btnApply.Click += new System.EventHandler(this.ButtonApplyClick);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(429, 422);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(80, 35);
            this.btnCancel.TabIndex = 2;
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.ButtonCancelClick);
            // 
            // SettingsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(521, 469);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnApply);
            this.Controls.Add(this.tabMain);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SettingsForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDownClick);
            this.tabMain.ResumeLayout(false);
            this.tabpGeneral.ResumeLayout(false);
            this.grpbCloser.ResumeLayout(false);
            this.grpbLanguage.ResumeLayout(false);
            this.grpbProcessExclusions.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gvProcessExclusions)).EndInit();
            this.tabpMenu.ResumeLayout(false);
            this.grpbHotkeys.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gvHotkeys)).EndInit();
            this.tabpMenuSize.ResumeLayout(false);
            this.grpbSizer.ResumeLayout(false);
            this.grpbWindowSize.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gvWindowSize)).EndInit();
            this.tabpMenuStart.ResumeLayout(false);
            this.grpbStartProgram.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gvStartProgram)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : PowershellStarter.Designer.cs
with MIT License
from AlexAsplund

private void InitializeComponent()
        {
            this.eventLog1 = new System.Diagnostics.EventLog();
            ((System.ComponentModel.ISupportInitialize)(this.eventLog1)).BeginInit();
            // 
            // eventLog1
            // 
            this.eventLog1.EntryWritten += new System.Diagnostics.EntryWrittenEventHandler(this.eventLog1_EntryWritten);
            // 
            // PowershellStarterService
            // 
            this.ServiceName = "PSSvc";
            ((System.ComponentModel.ISupportInitialize)(this.eventLog1)).EndInit();

        }

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

private void InitializeComponent()
    {
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
      this.cmdOK = new System.Windows.Forms.Button();
      this.grpTemplate = new System.Windows.Forms.GroupBox();
      this.cmdLoadTemplate = new System.Windows.Forms.Button();
      this.cmdDeleteTemplate = new System.Windows.Forms.Button();
      this.cmdStoreTemplate = new System.Windows.Forms.Button();
      this.cboTemplate = new System.Windows.Forms.ComboBox();
      this.cmdCancel = new System.Windows.Forms.Button();
      this.grpAggregations = new System.Windows.Forms.GroupBox();
      this.chkCreateGeneralizations = new System.Windows.Forms.CheckBox();
      this.chkCreateRealizations = new System.Windows.Forms.CheckBox();
      this.chkCreateNesting = new System.Windows.Forms.CheckBox();
      this.chkCreatereplacedociations = new System.Windows.Forms.CheckBox();
      this.chkRemoveFields = new System.Windows.Forms.CheckBox();
      this.chkLabelreplacedociations = new System.Windows.Forms.CheckBox();
      this.chkCreateRelationships = new System.Windows.Forms.CheckBox();
      this.rdoWhiteList = new System.Windows.Forms.RadioButton();
      this.rdoBlackList = new System.Windows.Forms.RadioButton();
      this.grpFilter = new System.Windows.Forms.GroupBox();
      this.dgvFilter = new System.Windows.Forms.DataGridView();
      this.colFilterModifier = new DataGridViewImageComboBoxColumn();
      this.colFilterElement = new DataGridViewImageComboBoxColumn();
      this.grpTemplate.SuspendLayout();
      this.grpAggregations.SuspendLayout();
      this.grpFilter.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.dgvFilter)).BeginInit();
      this.SuspendLayout();
      // 
      // cmdOK
      // 
      this.cmdOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
      this.cmdOK.Location = new System.Drawing.Point(260, 476);
      this.cmdOK.Name = "cmdOK";
      this.cmdOK.Size = new System.Drawing.Size(75, 23);
      this.cmdOK.TabIndex = 3;
      this.cmdOK.Text = "OK";
      this.cmdOK.UseVisualStyleBackColor = true;
      this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
      // 
      // grpTemplate
      // 
      this.grpTemplate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.grpTemplate.Controls.Add(this.cmdLoadTemplate);
      this.grpTemplate.Controls.Add(this.cmdDeleteTemplate);
      this.grpTemplate.Controls.Add(this.cmdStoreTemplate);
      this.grpTemplate.Controls.Add(this.cboTemplate);
      this.grpTemplate.Location = new System.Drawing.Point(12, 12);
      this.grpTemplate.Name = "grpTemplate";
      this.grpTemplate.Size = new System.Drawing.Size(404, 50);
      this.grpTemplate.TabIndex = 8;
      this.grpTemplate.TabStop = false;
      this.grpTemplate.Text = "Template";
      // 
      // cmdLoadTemplate
      // 
      this.cmdLoadTemplate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.cmdLoadTemplate.Location = new System.Drawing.Point(149, 17);
      this.cmdLoadTemplate.Name = "cmdLoadTemplate";
      this.cmdLoadTemplate.Size = new System.Drawing.Size(75, 23);
      this.cmdLoadTemplate.TabIndex = 2;
      this.cmdLoadTemplate.Text = "Load";
      this.cmdLoadTemplate.UseVisualStyleBackColor = true;
      this.cmdLoadTemplate.Click += new System.EventHandler(this.cmdLoadTemplate_Click);
      // 
      // cmdDeleteTemplate
      // 
      this.cmdDeleteTemplate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.cmdDeleteTemplate.Location = new System.Drawing.Point(311, 17);
      this.cmdDeleteTemplate.Name = "cmdDeleteTemplate";
      this.cmdDeleteTemplate.Size = new System.Drawing.Size(87, 23);
      this.cmdDeleteTemplate.TabIndex = 1;
      this.cmdDeleteTemplate.Text = "Delete";
      this.cmdDeleteTemplate.UseVisualStyleBackColor = true;
      this.cmdDeleteTemplate.Click += new System.EventHandler(this.cmdDeleteTemplate_Click);
      // 
      // cmdStoreTemplate
      // 
      this.cmdStoreTemplate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.cmdStoreTemplate.Location = new System.Drawing.Point(230, 17);
      this.cmdStoreTemplate.Name = "cmdStoreTemplate";
      this.cmdStoreTemplate.Size = new System.Drawing.Size(75, 23);
      this.cmdStoreTemplate.TabIndex = 1;
      this.cmdStoreTemplate.Text = "Store";
      this.cmdStoreTemplate.UseVisualStyleBackColor = true;
      this.cmdStoreTemplate.Click += new System.EventHandler(this.cmdStoreTemplate_Click);
      // 
      // cboTemplate
      // 
      this.cboTemplate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.cboTemplate.FormattingEnabled = true;
      this.cboTemplate.Location = new System.Drawing.Point(6, 19);
      this.cboTemplate.Name = "cboTemplate";
      this.cboTemplate.Size = new System.Drawing.Size(137, 21);
      this.cboTemplate.TabIndex = 0;
      // 
      // cmdCancel
      // 
      this.cmdCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.cmdCancel.Location = new System.Drawing.Point(341, 476);
      this.cmdCancel.Name = "cmdCancel";
      this.cmdCancel.Size = new System.Drawing.Size(75, 23);
      this.cmdCancel.TabIndex = 9;
      this.cmdCancel.Text = "Cancel";
      this.cmdCancel.UseVisualStyleBackColor = true;
      // 
      // grpAggregations
      // 
      this.grpAggregations.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.grpAggregations.Controls.Add(this.chkCreateGeneralizations);
      this.grpAggregations.Controls.Add(this.chkCreateRealizations);
      this.grpAggregations.Controls.Add(this.chkCreateNesting);
      this.grpAggregations.Controls.Add(this.chkCreatereplacedociations);
      this.grpAggregations.Controls.Add(this.chkRemoveFields);
      this.grpAggregations.Controls.Add(this.chkLabelreplacedociations);
      this.grpAggregations.Controls.Add(this.chkCreateRelationships);
      this.grpAggregations.Location = new System.Drawing.Point(12, 294);
      this.grpAggregations.Name = "grpAggregations";
      this.grpAggregations.Size = new System.Drawing.Size(404, 176);
      this.grpAggregations.TabIndex = 10;
      this.grpAggregations.TabStop = false;
      // 
      // chkCreateGeneralizations
      // 
      this.chkCreateGeneralizations.AutoSize = true;
      this.chkCreateGeneralizations.Checked = true;
      this.chkCreateGeneralizations.CheckState = System.Windows.Forms.CheckState.Checked;
      this.chkCreateGeneralizations.Location = new System.Drawing.Point(6, 151);
      this.chkCreateGeneralizations.Name = "chkCreateGeneralizations";
      this.chkCreateGeneralizations.Size = new System.Drawing.Size(132, 17);
      this.chkCreateGeneralizations.TabIndex = 2;
      this.chkCreateGeneralizations.Text = "Create Generalizations";
      this.chkCreateGeneralizations.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.chkCreateGeneralizations.UseVisualStyleBackColor = true;
      // 
      // chkCreateRealizations
      // 
      this.chkCreateRealizations.AutoSize = true;
      this.chkCreateRealizations.Checked = true;
      this.chkCreateRealizations.CheckState = System.Windows.Forms.CheckState.Checked;
      this.chkCreateRealizations.Location = new System.Drawing.Point(6, 128);
      this.chkCreateRealizations.Name = "chkCreateRealizations";
      this.chkCreateRealizations.Size = new System.Drawing.Size(117, 17);
      this.chkCreateRealizations.TabIndex = 2;
      this.chkCreateRealizations.Text = "Create Realizations";
      this.chkCreateRealizations.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.chkCreateRealizations.UseVisualStyleBackColor = true;
      // 
      // chkCreateNesting
      // 
      this.chkCreateNesting.AutoSize = true;
      this.chkCreateNesting.Checked = true;
      this.chkCreateNesting.CheckState = System.Windows.Forms.CheckState.Checked;
      this.chkCreateNesting.Location = new System.Drawing.Point(6, 105);
      this.chkCreateNesting.Name = "chkCreateNesting";
      this.chkCreateNesting.Size = new System.Drawing.Size(160, 17);
      this.chkCreateNesting.TabIndex = 2;
      this.chkCreateNesting.Text = "Create nesting Relationships";
      this.chkCreateNesting.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.chkCreateNesting.UseVisualStyleBackColor = true;
      // 
      // chkCreatereplacedociations
      // 
      this.chkCreatereplacedociations.AutoSize = true;
      this.chkCreatereplacedociations.Checked = true;
      this.chkCreatereplacedociations.CheckState = System.Windows.Forms.CheckState.Checked;
      this.chkCreatereplacedociations.Location = new System.Drawing.Point(6, 23);
      this.chkCreatereplacedociations.Name = "chkCreatereplacedociations";
      this.chkCreatereplacedociations.Size = new System.Drawing.Size(122, 17);
      this.chkCreatereplacedociations.TabIndex = 2;
      this.chkCreatereplacedociations.Text = "Create Aggregations";
      this.chkCreatereplacedociations.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.chkCreatereplacedociations.UseVisualStyleBackColor = true;
      this.chkCreatereplacedociations.CheckedChanged += new System.EventHandler(this.chkCreatereplacedociations_CheckedChanged);
      // 
      // chkRemoveFields
      // 
      this.chkRemoveFields.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.chkRemoveFields.Location = new System.Drawing.Point(24, 69);
      this.chkRemoveFields.Name = "chkRemoveFields";
      this.chkRemoveFields.Size = new System.Drawing.Size(374, 30);
      this.chkRemoveFields.TabIndex = 1;
      this.chkRemoveFields.Text = "Remove fields which constructs the aggregation (code generation won\'t produce any" +
          " code for that aggregation)";
      this.chkRemoveFields.UseVisualStyleBackColor = true;
      // 
      // chkLabelreplacedociations
      // 
      this.chkLabelreplacedociations.Checked = true;
      this.chkLabelreplacedociations.CheckState = System.Windows.Forms.CheckState.Checked;
      this.chkLabelreplacedociations.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
      this.chkLabelreplacedociations.Location = new System.Drawing.Point(24, 46);
      this.chkLabelreplacedociations.Name = "chkLabelreplacedociations";
      this.chkLabelreplacedociations.Size = new System.Drawing.Size(374, 17);
      this.chkLabelreplacedociations.TabIndex = 1;
      this.chkLabelreplacedociations.Text = "Create a label on the side of the aggregation";
      this.chkLabelreplacedociations.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.chkLabelreplacedociations.UseVisualStyleBackColor = true;
      // 
      // chkCreateRelationships
      // 
      this.chkCreateRelationships.AutoSize = true;
      this.chkCreateRelationships.Checked = true;
      this.chkCreateRelationships.CheckState = System.Windows.Forms.CheckState.Checked;
      this.chkCreateRelationships.Location = new System.Drawing.Point(6, 0);
      this.chkCreateRelationships.Name = "chkCreateRelationships";
      this.chkCreateRelationships.Size = new System.Drawing.Size(123, 17);
      this.chkCreateRelationships.TabIndex = 0;
      this.chkCreateRelationships.Text = "Create Relationships";
      this.chkCreateRelationships.UseVisualStyleBackColor = true;
      this.chkCreateRelationships.CheckedChanged += new System.EventHandler(this.chkCreateRelationships_CheckedChanged);
      // 
      // rdoWhiteList
      // 
      this.rdoWhiteList.AutoSize = true;
      this.rdoWhiteList.Checked = true;
      this.rdoWhiteList.Location = new System.Drawing.Point(6, 19);
      this.rdoWhiteList.Name = "rdoWhiteList";
      this.rdoWhiteList.Size = new System.Drawing.Size(136, 17);
      this.rdoWhiteList.TabIndex = 11;
      this.rdoWhiteList.TabStop = true;
      this.rdoWhiteList.Text = "Import only the folowing";
      this.rdoWhiteList.UseVisualStyleBackColor = true;
      // 
      // rdoBlackList
      // 
      this.rdoBlackList.AutoSize = true;
      this.rdoBlackList.Location = new System.Drawing.Point(148, 19);
      this.rdoBlackList.Name = "rdoBlackList";
      this.rdoBlackList.Size = new System.Drawing.Size(141, 17);
      this.rdoBlackList.TabIndex = 11;
      this.rdoBlackList.Text = "Import everything except";
      this.rdoBlackList.UseVisualStyleBackColor = true;
      // 
      // grpFilter
      // 
      this.grpFilter.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.grpFilter.Controls.Add(this.rdoWhiteList);
      this.grpFilter.Controls.Add(this.rdoBlackList);
      this.grpFilter.Controls.Add(this.dgvFilter);
      this.grpFilter.Location = new System.Drawing.Point(12, 68);
      this.grpFilter.Name = "grpFilter";
      this.grpFilter.Size = new System.Drawing.Size(404, 220);
      this.grpFilter.TabIndex = 12;
      this.grpFilter.TabStop = false;
      this.grpFilter.Text = "Filter";
      // 
      // dgvFilter
      // 
      this.dgvFilter.AllowUserToResizeColumns = false;
      this.dgvFilter.AllowUserToResizeRows = false;
      this.dgvFilter.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.dgvFilter.BackgroundColor = System.Drawing.SystemColors.Control;
      this.dgvFilter.BorderStyle = System.Windows.Forms.BorderStyle.None;
      this.dgvFilter.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
      dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
      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.dgvFilter.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
      this.dgvFilter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
      this.dgvFilter.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colFilterModifier,
            this.colFilterElement});
      this.dgvFilter.GridColor = System.Drawing.SystemColors.Control;
      this.dgvFilter.Location = new System.Drawing.Point(7, 42);
      this.dgvFilter.MultiSelect = false;
      this.dgvFilter.Name = "dgvFilter";
      this.dgvFilter.RowHeadersVisible = false;
      this.dgvFilter.RowTemplate.Height = 26;
      this.dgvFilter.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
      this.dgvFilter.Size = new System.Drawing.Size(391, 172);
      this.dgvFilter.TabIndex = 4;
      this.dgvFilter.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFilter_CellValueChanged);
      this.dgvFilter.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvFilter_CurrentCellDirtyStateChanged);
      // 
      // colFilterModifier
      // 
      this.colFilterModifier.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
      this.colFilterModifier.HeaderText = "Modifier";
      this.colFilterModifier.ImageList = null;
      this.colFilterModifier.ImageSize = new System.Drawing.Size(0, 0);
      this.colFilterModifier.Name = "colFilterModifier";
      this.colFilterModifier.Resizable = System.Windows.Forms.DataGridViewTriState.True;
      // 
      // colFilterElement
      // 
      this.colFilterElement.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
      this.colFilterElement.HeaderText = "Element";
      this.colFilterElement.ImageList = null;
      this.colFilterElement.ImageSize = new System.Drawing.Size(0, 0);
      this.colFilterElement.Name = "colFilterElement";
      this.colFilterElement.Resizable = System.Windows.Forms.DataGridViewTriState.True;
      // 
      // ImportSettingsForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(428, 511);
      this.Controls.Add(this.grpFilter);
      this.Controls.Add(this.grpAggregations);
      this.Controls.Add(this.cmdCancel);
      this.Controls.Add(this.grpTemplate);
      this.Controls.Add(this.cmdOK);
      this.KeyPreview = true;
      this.MaximizeBox = false;
      this.MinimizeBox = false;
      this.MinimumSize = new System.Drawing.Size(444, 500);
      this.Name = "ImportSettingsForm";
      this.ShowIcon = false;
      this.ShowInTaskbar = false;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "Import Settings";
      this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ImportSettingsForm_FormClosed);
      this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImportSettingsForm_KeyDown);
      this.grpTemplate.ResumeLayout(false);
      this.grpAggregations.ResumeLayout(false);
      this.grpAggregations.PerformLayout();
      this.grpFilter.ResumeLayout(false);
      this.grpFilter.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.dgvFilter)).EndInit();
      this.ResumeLayout(false);

    }

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

private void InitializeComponent()
		{
            this.chkUseTabs = new System.Windows.Forms.CheckBox();
            this.btnGenerate = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.updIndentSize = new System.Windows.Forms.NumericUpDown();
            this.lblIndentSize = new System.Windows.Forms.Label();
            this.lstImportList = new System.Windows.Forms.ListBox();
            this.importToolStrip = new System.Windows.Forms.ToolStrip();
            this.toolDelete = new System.Windows.Forms.ToolStripButton();
            this.toolMoveDown = new System.Windows.Forms.ToolStripButton();
            this.toolMoveUp = new System.Windows.Forms.ToolStripButton();
            this.toolImportList = new System.Windows.Forms.ToolStripLabel();
            this.txtNewImport = new System.Windows.Forms.TextBox();
            this.btnAddItem = new System.Windows.Forms.Button();
            this.grpCodeStyle = new System.Windows.Forms.GroupBox();
            this.rbAutomaticProperties = new System.Windows.Forms.RadioButton();
            this.rbNotImplemented = new System.Windows.Forms.RadioButton();
            this.chkUseUnderscoreAndLowercaseInDB = new System.Windows.Forms.CheckBox();
            this.chkDefaultLazyFetching = new System.Windows.Forms.CheckBox();
            this.cboDefaultMapping = new System.Windows.Forms.ComboBox();
            this.lblDefaultMapping = new System.Windows.Forms.Label();
            this.chkGenerateNHibernateMapping = new System.Windows.Forms.CheckBox();
            this.lblSolutionType = new System.Windows.Forms.Label();
            this.cboSolutionType = new System.Windows.Forms.ComboBox();
            this.cboLanguage = new System.Windows.Forms.ComboBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.btnBrowse = new System.Windows.Forms.Button();
            this.txtDestination = new System.Windows.Forms.TextBox();
            this.lblDestination = new System.Windows.Forms.Label();
            this.gpbNHibernate = new System.Windows.Forms.GroupBox();
            this.lblDefaultIdGenerator = new System.Windows.Forms.Label();
            this.cboDefaultIdGenerator = new System.Windows.Forms.ComboBox();
            this.lblUsePrefixTables = new System.Windows.Forms.Label();
            this.txtTextPrefix = new System.Windows.Forms.TextBox();
            this.chkGenerateCodeFromTemplates = new System.Windows.Forms.CheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.chkGenerateSqlCode = new System.Windows.Forms.CheckBox();
            this.cboSqlToServerType = new System.Windows.Forms.ComboBox();
            this.lblTargetFrameworkVersion = new System.Windows.Forms.Label();
            this.cboTargetFrameworkVersion = new System.Windows.Forms.ComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.updIndentSize)).BeginInit();
            this.importToolStrip.SuspendLayout();
            this.grpCodeStyle.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.gpbNHibernate.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // chkUseTabs
            // 
            this.chkUseTabs.AutoSize = true;
            this.chkUseTabs.Location = new System.Drawing.Point(13, 20);
            this.chkUseTabs.Name = "chkUseTabs";
            this.chkUseTabs.Size = new System.Drawing.Size(120, 17);
            this.chkUseTabs.TabIndex = 0;
            this.chkUseTabs.Text = "Use tabs for indents";
            this.chkUseTabs.UseVisualStyleBackColor = true;
            this.chkUseTabs.CheckedChanged += new System.EventHandler(this.chkUseTabs_CheckedChanged);
            // 
            // btnGenerate
            // 
            this.btnGenerate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnGenerate.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnGenerate.Location = new System.Drawing.Point(426, 413);
            this.btnGenerate.Name = "btnGenerate";
            this.btnGenerate.Size = new System.Drawing.Size(75, 23);
            this.btnGenerate.TabIndex = 10;
            this.btnGenerate.Text = "Generate";
            this.btnGenerate.UseVisualStyleBackColor = true;
            this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(507, 413);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 11;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // updIndentSize
            // 
            this.updIndentSize.Location = new System.Drawing.Point(13, 56);
            this.updIndentSize.Maximum = new decimal(new int[] {
            16,
            0,
            0,
            0});
            this.updIndentSize.Name = "updIndentSize";
            this.updIndentSize.Size = new System.Drawing.Size(82, 20);
            this.updIndentSize.TabIndex = 2;
            this.updIndentSize.Value = new decimal(new int[] {
            4,
            0,
            0,
            0});
            // 
            // lblIndentSize
            // 
            this.lblIndentSize.AutoSize = true;
            this.lblIndentSize.Enabled = false;
            this.lblIndentSize.Location = new System.Drawing.Point(10, 40);
            this.lblIndentSize.Name = "lblIndentSize";
            this.lblIndentSize.Size = new System.Drawing.Size(61, 13);
            this.lblIndentSize.TabIndex = 1;
            this.lblIndentSize.Text = "Indent size:";
            // 
            // lstImportList
            // 
            this.lstImportList.FormattingEnabled = true;
            this.lstImportList.Location = new System.Drawing.Point(12, 90);
            this.lstImportList.Name = "lstImportList";
            this.lstImportList.Size = new System.Drawing.Size(285, 186);
            this.lstImportList.TabIndex = 4;
            this.lstImportList.SelectedValueChanged += new System.EventHandler(this.lstImportList_SelectedValueChanged);
            this.lstImportList.Leave += new System.EventHandler(this.lstImportList_Leave);
            // 
            // importToolStrip
            // 
            this.importToolStrip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.importToolStrip.AutoSize = false;
            this.importToolStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.importToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.importToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolDelete,
            this.toolMoveDown,
            this.toolMoveUp,
            this.toolImportList});
            this.importToolStrip.Location = new System.Drawing.Point(75, 62);
            this.importToolStrip.Name = "importToolStrip";
            this.importToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.importToolStrip.Size = new System.Drawing.Size(222, 25);
            this.importToolStrip.TabIndex = 3;
            this.importToolStrip.Text = "toolStrip1";
            // 
            // toolDelete
            // 
            this.toolDelete.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolDelete.Enabled = false;
            this.toolDelete.Image = global::NClreplaced.CodeGenerator.Properties.Resources.Delete;
            this.toolDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolDelete.Name = "toolDelete";
            this.toolDelete.Size = new System.Drawing.Size(23, 22);
            this.toolDelete.Text = "Delete";
            this.toolDelete.Click += new System.EventHandler(this.toolDelete_Click);
            // 
            // toolMoveDown
            // 
            this.toolMoveDown.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolMoveDown.Enabled = false;
            this.toolMoveDown.Image = global::NClreplaced.CodeGenerator.Properties.Resources.MoveDown;
            this.toolMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolMoveDown.Name = "toolMoveDown";
            this.toolMoveDown.Size = new System.Drawing.Size(23, 22);
            this.toolMoveDown.Text = "Move Down";
            this.toolMoveDown.Click += new System.EventHandler(this.toolMoveDown_Click);
            // 
            // toolMoveUp
            // 
            this.toolMoveUp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolMoveUp.Enabled = false;
            this.toolMoveUp.Image = global::NClreplaced.CodeGenerator.Properties.Resources.MoveUp;
            this.toolMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolMoveUp.Name = "toolMoveUp";
            this.toolMoveUp.Size = new System.Drawing.Size(23, 22);
            this.toolMoveUp.Text = "Move Up";
            this.toolMoveUp.Click += new System.EventHandler(this.toolMoveUp_Click);
            // 
            // toolImportList
            // 
            this.toolImportList.Name = "toolImportList";
            this.toolImportList.Size = new System.Drawing.Size(61, 22);
            this.toolImportList.Text = "Import list";
            // 
            // txtNewImport
            // 
            this.txtNewImport.Location = new System.Drawing.Point(12, 284);
            this.txtNewImport.Name = "txtNewImport";
            this.txtNewImport.Size = new System.Drawing.Size(204, 20);
            this.txtNewImport.TabIndex = 5;
            this.txtNewImport.TextChanged += new System.EventHandler(this.txtNewImport_TextChanged);
            this.txtNewImport.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNewImport_KeyDown);
            // 
            // btnAddItem
            // 
            this.btnAddItem.Enabled = false;
            this.btnAddItem.Location = new System.Drawing.Point(222, 282);
            this.btnAddItem.Name = "btnAddItem";
            this.btnAddItem.Size = new System.Drawing.Size(75, 23);
            this.btnAddItem.TabIndex = 6;
            this.btnAddItem.Text = "Add item";
            this.btnAddItem.UseVisualStyleBackColor = true;
            this.btnAddItem.Click += new System.EventHandler(this.btnAddItem_Click);
            // 
            // grpCodeStyle
            // 
            this.grpCodeStyle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.grpCodeStyle.Controls.Add(this.rbAutomaticProperties);
            this.grpCodeStyle.Controls.Add(this.rbNotImplemented);
            this.grpCodeStyle.Controls.Add(this.lblIndentSize);
            this.grpCodeStyle.Controls.Add(this.updIndentSize);
            this.grpCodeStyle.Controls.Add(this.chkUseTabs);
            this.grpCodeStyle.Location = new System.Drawing.Point(311, 110);
            this.grpCodeStyle.Name = "grpCodeStyle";
            this.grpCodeStyle.Size = new System.Drawing.Size(271, 127);
            this.grpCodeStyle.TabIndex = 9;
            this.grpCodeStyle.TabStop = false;
            this.grpCodeStyle.Text = "Code style";
            // 
            // rbAutomaticProperties
            // 
            this.rbAutomaticProperties.AutoSize = true;
            this.rbAutomaticProperties.Location = new System.Drawing.Point(13, 105);
            this.rbAutomaticProperties.Name = "rbAutomaticProperties";
            this.rbAutomaticProperties.Size = new System.Drawing.Size(121, 17);
            this.rbAutomaticProperties.TabIndex = 5;
            this.rbAutomaticProperties.Text = "Automatic properties";
            this.rbAutomaticProperties.UseVisualStyleBackColor = true;
            // 
            // rbNotImplemented
            // 
            this.rbNotImplemented.AutoSize = true;
            this.rbNotImplemented.Location = new System.Drawing.Point(13, 82);
            this.rbNotImplemented.Name = "rbNotImplemented";
            this.rbNotImplemented.Size = new System.Drawing.Size(242, 17);
            this.rbNotImplemented.TabIndex = 4;
            this.rbNotImplemented.Text = "Fill methods with \'Not implemented\' exceptions";
            this.rbNotImplemented.UseVisualStyleBackColor = true;
            // 
            // chkUseUnderscoreAndLowercaseInDB
            // 
            this.chkUseUnderscoreAndLowercaseInDB.AutoSize = true;
            this.chkUseUnderscoreAndLowercaseInDB.Location = new System.Drawing.Point(13, 105);
            this.chkUseUnderscoreAndLowercaseInDB.Name = "chkUseUnderscoreAndLowercaseInDB";
            this.chkUseUnderscoreAndLowercaseInDB.Size = new System.Drawing.Size(252, 30);
            this.chkUseUnderscoreAndLowercaseInDB.TabIndex = 10;
            this.chkUseUnderscoreAndLowercaseInDB.Text = "Use underscore and lowercase in the database \r\n(or unchanged)";
            this.chkUseUnderscoreAndLowercaseInDB.UseVisualStyleBackColor = true;
            // 
            // chkDefaultLazyFetching
            // 
            this.chkDefaultLazyFetching.AutoSize = true;
            this.chkDefaultLazyFetching.Location = new System.Drawing.Point(13, 82);
            this.chkDefaultLazyFetching.Name = "chkDefaultLazyFetching";
            this.chkDefaultLazyFetching.Size = new System.Drawing.Size(122, 17);
            this.chkDefaultLazyFetching.TabIndex = 9;
            this.chkDefaultLazyFetching.Text = "Default lazy fetching";
            this.chkDefaultLazyFetching.UseVisualStyleBackColor = true;
            // 
            // cboDefaultMapping
            // 
            this.cboDefaultMapping.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboDefaultMapping.FormattingEnabled = true;
            this.cboDefaultMapping.Location = new System.Drawing.Point(13, 55);
            this.cboDefaultMapping.Name = "cboDefaultMapping";
            this.cboDefaultMapping.Size = new System.Drawing.Size(120, 21);
            this.cboDefaultMapping.TabIndex = 8;
            // 
            // lblDefaultMapping
            // 
            this.lblDefaultMapping.AutoSize = true;
            this.lblDefaultMapping.Location = new System.Drawing.Point(10, 39);
            this.lblDefaultMapping.Name = "lblDefaultMapping";
            this.lblDefaultMapping.Size = new System.Drawing.Size(87, 13);
            this.lblDefaultMapping.TabIndex = 7;
            this.lblDefaultMapping.Text = "Default mapping:";
            // 
            // chkGenerateNHibernateMapping
            // 
            this.chkGenerateNHibernateMapping.AutoSize = true;
            this.chkGenerateNHibernateMapping.Location = new System.Drawing.Point(13, 19);
            this.chkGenerateNHibernateMapping.Name = "chkGenerateNHibernateMapping";
            this.chkGenerateNHibernateMapping.Size = new System.Drawing.Size(170, 17);
            this.chkGenerateNHibernateMapping.TabIndex = 6;
            this.chkGenerateNHibernateMapping.Text = "Generate NHibernate mapping";
            this.chkGenerateNHibernateMapping.UseVisualStyleBackColor = true;
            // 
            // lblSolutionType
            // 
            this.lblSolutionType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblSolutionType.AutoSize = true;
            this.lblSolutionType.Location = new System.Drawing.Point(308, 67);
            this.lblSolutionType.Name = "lblSolutionType";
            this.lblSolutionType.Size = new System.Drawing.Size(101, 13);
            this.lblSolutionType.TabIndex = 12;
            this.lblSolutionType.Text = "Type of solution file:";
            // 
            // cboSolutionType
            // 
            this.cboSolutionType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cboSolutionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboSolutionType.FormattingEnabled = true;
            this.cboSolutionType.Items.AddRange(new object[] {
            "Visual Studio 2005",
            "Visual Studio 2008"});
            this.cboSolutionType.Location = new System.Drawing.Point(311, 83);
            this.cboSolutionType.Name = "cboSolutionType";
            this.cboSolutionType.Size = new System.Drawing.Size(133, 21);
            this.cboSolutionType.TabIndex = 13;
            // 
            // cboLanguage
            // 
            this.cboLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboLanguage.FormattingEnabled = true;
            this.cboLanguage.Items.AddRange(new object[] {
            "C#",
            "Java"});
            this.cboLanguage.Location = new System.Drawing.Point(12, 64);
            this.cboLanguage.Name = "cboLanguage";
            this.cboLanguage.Size = new System.Drawing.Size(60, 21);
            this.cboLanguage.TabIndex = 14;
            this.cboLanguage.SelectedIndexChanged += new System.EventHandler(this.cboLanguage_SelectedIndexChanged);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.Controls.Add(this.btnBrowse, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.txtDestination, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.lblDestination, 0, 0);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(570, 37);
            this.tableLayoutPanel1.TabIndex = 15;
            // 
            // btnBrowse
            // 
            this.btnBrowse.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.btnBrowse.Location = new System.Drawing.Point(495, 7);
            this.btnBrowse.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.btnBrowse.Name = "btnBrowse";
            this.btnBrowse.Size = new System.Drawing.Size(75, 23);
            this.btnBrowse.TabIndex = 6;
            this.btnBrowse.Text = "Browse...";
            this.btnBrowse.UseVisualStyleBackColor = true;
            this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
            // 
            // txtDestination
            // 
            this.txtDestination.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.txtDestination.Location = new System.Drawing.Point(66, 8);
            this.txtDestination.Name = "txtDestination";
            this.txtDestination.Size = new System.Drawing.Size(423, 20);
            this.txtDestination.TabIndex = 5;
            // 
            // lblDestination
            // 
            this.lblDestination.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.lblDestination.AutoSize = true;
            this.lblDestination.Location = new System.Drawing.Point(0, 11);
            this.lblDestination.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
            this.lblDestination.Name = "lblDestination";
            this.lblDestination.Size = new System.Drawing.Size(63, 13);
            this.lblDestination.TabIndex = 4;
            this.lblDestination.Text = "Destination:";
            // 
            // gpbNHibernate
            // 
            this.gpbNHibernate.Controls.Add(this.txtTextPrefix);
            this.gpbNHibernate.Controls.Add(this.lblDefaultIdGenerator);
            this.gpbNHibernate.Controls.Add(this.cboDefaultIdGenerator);
            this.gpbNHibernate.Controls.Add(this.chkGenerateNHibernateMapping);
            this.gpbNHibernate.Controls.Add(this.lblDefaultMapping);
            this.gpbNHibernate.Controls.Add(this.cboDefaultMapping);
            this.gpbNHibernate.Controls.Add(this.chkDefaultLazyFetching);
            this.gpbNHibernate.Controls.Add(this.chkUseUnderscoreAndLowercaseInDB);
            this.gpbNHibernate.Controls.Add(this.lblUsePrefixTables);
            this.gpbNHibernate.Location = new System.Drawing.Point(311, 242);
            this.gpbNHibernate.Name = "gpbNHibernate";
            this.gpbNHibernate.Size = new System.Drawing.Size(271, 164);
            this.gpbNHibernate.TabIndex = 11;
            this.gpbNHibernate.TabStop = false;
            this.gpbNHibernate.Text = "NHibernate";
            // 
            // lblDefaultIdGenerator
            // 
            this.lblDefaultIdGenerator.AutoSize = true;
            this.lblDefaultIdGenerator.Location = new System.Drawing.Point(136, 39);
            this.lblDefaultIdGenerator.Name = "lblDefaultIdGenerator";
            this.lblDefaultIdGenerator.Size = new System.Drawing.Size(103, 13);
            this.lblDefaultIdGenerator.TabIndex = 16;
            this.lblDefaultIdGenerator.Text = "Default id generator:";
            // 
            // cboDefaultIdGenerator
            // 
            this.cboDefaultIdGenerator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboDefaultIdGenerator.FormattingEnabled = true;
            this.cboDefaultIdGenerator.Location = new System.Drawing.Point(139, 55);
            this.cboDefaultIdGenerator.Name = "cboDefaultIdGenerator";
            this.cboDefaultIdGenerator.Size = new System.Drawing.Size(121, 21);
            this.cboDefaultIdGenerator.TabIndex = 15;
            // 
            // lblUsePrefixTables
            // 
            this.lblUsePrefixTables.AutoSize = true;
            this.lblUsePrefixTables.Location = new System.Drawing.Point(10, 142);
            this.lblUsePrefixTables.Name = "lblUsePrefixTables";
            this.lblUsePrefixTables.Size = new System.Drawing.Size(193, 13);
            this.lblUsePrefixTables.TabIndex = 14;
            this.lblUsePrefixTables.Text = "Use prefix in the tables (empty to none):";
            // 
            // txtTextPrefix
            // 
            this.txtTextPrefix.Location = new System.Drawing.Point(200, 139);
            this.txtTextPrefix.Name = "txtTextPrefix";
            this.txtTextPrefix.Size = new System.Drawing.Size(65, 20);
            this.txtTextPrefix.TabIndex = 13;
            this.txtTextPrefix.Text = "pfx_";
            // 
            // chkGenerateCodeFromTemplates
            // 
            this.chkGenerateCodeFromTemplates.AutoSize = true;
            this.chkGenerateCodeFromTemplates.Location = new System.Drawing.Point(13, 19);
            this.chkGenerateCodeFromTemplates.Name = "chkGenerateCodeFromTemplates";
            this.chkGenerateCodeFromTemplates.Size = new System.Drawing.Size(168, 17);
            this.chkGenerateCodeFromTemplates.TabIndex = 16;
            this.chkGenerateCodeFromTemplates.Text = "Generate code from templates";
            this.chkGenerateCodeFromTemplates.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chkGenerateCodeFromTemplates);
            this.groupBox1.Location = new System.Drawing.Point(12, 361);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(285, 45);
            this.groupBox1.TabIndex = 18;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Templates";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.chkGenerateSqlCode);
            this.groupBox2.Controls.Add(this.cboSqlToServerType);
            this.groupBox2.Location = new System.Drawing.Point(12, 310);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(285, 45);
            this.groupBox2.TabIndex = 19;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "SQL";
            // 
            // chkGenerateSqlCode
            // 
            this.chkGenerateSqlCode.AutoSize = true;
            this.chkGenerateSqlCode.Location = new System.Drawing.Point(13, 19);
            this.chkGenerateSqlCode.Name = "chkGenerateSqlCode";
            this.chkGenerateSqlCode.Size = new System.Drawing.Size(136, 17);
            this.chkGenerateSqlCode.TabIndex = 2;
            this.chkGenerateSqlCode.Text = "Generate SQL code to:";
            this.chkGenerateSqlCode.UseVisualStyleBackColor = true;
            // 
            // cboSqlToServerType
            // 
            this.cboSqlToServerType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboSqlToServerType.FormattingEnabled = true;
            this.cboSqlToServerType.Location = new System.Drawing.Point(158, 17);
            this.cboSqlToServerType.Name = "cboSqlToServerType";
            this.cboSqlToServerType.Size = new System.Drawing.Size(121, 21);
            this.cboSqlToServerType.TabIndex = 1;
            // 
            // lblTargetFrameworkVersion
            // 
            this.lblTargetFrameworkVersion.AutoSize = true;
            this.lblTargetFrameworkVersion.Location = new System.Drawing.Point(447, 67);
            this.lblTargetFrameworkVersion.Name = "lblTargetFrameworkVersion";
            this.lblTargetFrameworkVersion.Size = new System.Drawing.Size(130, 13);
            this.lblTargetFrameworkVersion.TabIndex = 20;
            this.lblTargetFrameworkVersion.Text = "Target framework version:";
            // 
            // cboTargetFrameworkVersion
            // 
            this.cboTargetFrameworkVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboTargetFrameworkVersion.FormattingEnabled = true;
            this.cboTargetFrameworkVersion.Location = new System.Drawing.Point(450, 83);
            this.cboTargetFrameworkVersion.Name = "cboTargetFrameworkVersion";
            this.cboTargetFrameworkVersion.Size = new System.Drawing.Size(132, 21);
            this.cboTargetFrameworkVersion.TabIndex = 21;
            // 
            // Dialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(594, 451);
            this.Controls.Add(this.cboTargetFrameworkVersion);
            this.Controls.Add(this.lblTargetFrameworkVersion);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.cboLanguage);
            this.Controls.Add(this.cboSolutionType);
            this.Controls.Add(this.lblSolutionType);
            this.Controls.Add(this.gpbNHibernate);
            this.Controls.Add(this.grpCodeStyle);
            this.Controls.Add(this.btnAddItem);
            this.Controls.Add(this.txtNewImport);
            this.Controls.Add(this.importToolStrip);
            this.Controls.Add(this.lstImportList);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnGenerate);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(600, 309);
            this.Name = "Dialog";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Code Generation";
            ((System.ComponentModel.ISupportInitialize)(this.updIndentSize)).EndInit();
            this.importToolStrip.ResumeLayout(false);
            this.importToolStrip.PerformLayout();
            this.grpCodeStyle.ResumeLayout(false);
            this.grpCodeStyle.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.gpbNHibernate.ResumeLayout(false);
            this.gpbNHibernate.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}

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

private void InitializeComponent()
		{
			this.btnCancel = new System.Windows.Forms.Button();
			this.btnOK = new System.Windows.Forms.Button();
			this.txtStartRole = new System.Windows.Forms.TextBox();
			this.cboEndMultiplicity = new System.Windows.Forms.ComboBox();
			this.txtEndRole = new System.Windows.Forms.TextBox();
			this.cboStartMultiplicity = new System.Windows.Forms.ComboBox();
			this.picArrow = new System.Windows.Forms.PictureBox();
			this.txtName = new System.Windows.Forms.TextBox();
			((System.ComponentModel.ISupportInitialize) (this.picArrow)).BeginInit();
			this.SuspendLayout();
			// 
			// btnCancel
			// 
			this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Location = new System.Drawing.Point(272, 105);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 23);
			this.btnCancel.TabIndex = 5;
			this.btnCancel.Text = "Cancel";
			this.btnCancel.UseVisualStyleBackColor = true;
			// 
			// btnOK
			// 
			this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.btnOK.Location = new System.Drawing.Point(191, 105);
			this.btnOK.Name = "btnOK";
			this.btnOK.Size = new System.Drawing.Size(75, 23);
			this.btnOK.TabIndex = 4;
			this.btnOK.Text = "OK";
			this.btnOK.UseVisualStyleBackColor = true;
			this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
			// 
			// txtStartRole
			// 
			this.txtStartRole.Location = new System.Drawing.Point(12, 60);
			this.txtStartRole.Name = "txtStartRole";
			this.txtStartRole.Size = new System.Drawing.Size(125, 20);
			this.txtStartRole.TabIndex = 2;
			// 
			// cboEndMultiplicity
			// 
			this.cboEndMultiplicity.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.cboEndMultiplicity.FormattingEnabled = true;
			this.cboEndMultiplicity.Items.AddRange(new object[] {
            "1",
            "0..1",
            "0..*",
            "1..*",
            "*"});
			this.cboEndMultiplicity.Location = new System.Drawing.Point(297, 12);
			this.cboEndMultiplicity.Name = "cboEndMultiplicity";
			this.cboEndMultiplicity.Size = new System.Drawing.Size(50, 21);
			this.cboEndMultiplicity.TabIndex = 1;
			// 
			// txtEndRole
			// 
			this.txtEndRole.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.txtEndRole.Location = new System.Drawing.Point(222, 60);
			this.txtEndRole.Name = "txtEndRole";
			this.txtEndRole.Size = new System.Drawing.Size(125, 20);
			this.txtEndRole.TabIndex = 3;
			this.txtEndRole.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// cboStartMultiplicity
			// 
			this.cboStartMultiplicity.FormattingEnabled = true;
			this.cboStartMultiplicity.Items.AddRange(new object[] {
            "1",
            "0..1",
            "0..*",
            "1..*",
            "*"});
			this.cboStartMultiplicity.Location = new System.Drawing.Point(12, 12);
			this.cboStartMultiplicity.Name = "cboStartMultiplicity";
			this.cboStartMultiplicity.Size = new System.Drawing.Size(50, 21);
			this.cboStartMultiplicity.TabIndex = 6;
			// 
			// picArrow
			// 
			this.picArrow.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.picArrow.Location = new System.Drawing.Point(12, 39);
			this.picArrow.Name = "picArrow";
			this.picArrow.Size = new System.Drawing.Size(335, 15);
			this.picArrow.TabIndex = 4;
			this.picArrow.TabStop = false;
			this.picArrow.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picArrow_MouseDown);
			this.picArrow.Paint += new System.Windows.Forms.PaintEventHandler(this.picArrow_Paint);
			// 
			// txtName
			// 
			this.txtName.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.txtName.Location = new System.Drawing.Point(99, 12);
			this.txtName.Name = "txtName";
			this.txtName.Size = new System.Drawing.Size(160, 20);
			this.txtName.TabIndex = 0;
			this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// replacedociationDialog
			// 
			this.AcceptButton = this.btnOK;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.btnCancel;
			this.ClientSize = new System.Drawing.Size(359, 140);
			this.Controls.Add(this.txtName);
			this.Controls.Add(this.cboStartMultiplicity);
			this.Controls.Add(this.txtEndRole);
			this.Controls.Add(this.picArrow);
			this.Controls.Add(this.cboEndMultiplicity);
			this.Controls.Add(this.txtStartRole);
			this.Controls.Add(this.btnOK);
			this.Controls.Add(this.btnCancel);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "replacedociationDialog";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Edit replacedociation";
			((System.ComponentModel.ISupportInitialize) (this.picArrow)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

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

private void InitializeComponent()
		{
			this.pageSetupDialog = new System.Windows.Forms.PageSetupDialog();
			this.printDoreplacedent = new System.Drawing.Printing.PrintDoreplacedent();
			this.chkSelectedOnly = new System.Windows.Forms.CheckBox();
			this.lblPages = new System.Windows.Forms.Label();
			this.lblStyle = new System.Windows.Forms.Label();
			this.selectPrinterDialog = new System.Windows.Forms.PrintDialog();
			this.cboStyle = new System.Windows.Forms.ComboBox();
			this.btnCancel = new System.Windows.Forms.Button();
			this.btnPrint = new System.Windows.Forms.Button();
			this.btnPrinter = new System.Windows.Forms.Button();
			this.lblX = new System.Windows.Forms.Label();
			this.numColumns = new System.Windows.Forms.NumericUpDown();
			this.numRows = new System.Windows.Forms.NumericUpDown();
			this.btnPageSetup = new System.Windows.Forms.Button();
			this.printPreview = new System.Windows.Forms.PrintPreviewControl();
			((System.ComponentModel.ISupportInitialize) (this.numColumns)).BeginInit();
			((System.ComponentModel.ISupportInitialize) (this.numRows)).BeginInit();
			this.SuspendLayout();
			// 
			// pageSetupDialog
			// 
			this.pageSetupDialog.Doreplacedent = this.printDoreplacedent;
			// 
			// printDoreplacedent
			// 
			this.printDoreplacedent.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDoreplacedent_PrintPage);
			this.printDoreplacedent.EndPrint += new System.Drawing.Printing.PrintEventHandler(this.printDoreplacedent_EndPrint);
			this.printDoreplacedent.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDoreplacedent_BeginPrint);
			// 
			// chkSelectedOnly
			// 
			this.chkSelectedOnly.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.chkSelectedOnly.AutoEllipsis = true;
			this.chkSelectedOnly.Location = new System.Drawing.Point(288, 536);
			this.chkSelectedOnly.Name = "chkSelectedOnly";
			this.chkSelectedOnly.Size = new System.Drawing.Size(230, 18);
			this.chkSelectedOnly.TabIndex = 9;
			this.chkSelectedOnly.Text = "Print only the selected elements";
			this.chkSelectedOnly.UseVisualStyleBackColor = true;
			this.chkSelectedOnly.CheckedChanged += new System.EventHandler(this.chkSelectedOnly_CheckedChanged);
			// 
			// lblPages
			// 
			this.lblPages.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.lblPages.AutoSize = true;
			this.lblPages.Location = new System.Drawing.Point(146, 536);
			this.lblPages.Name = "lblPages";
			this.lblPages.Size = new System.Drawing.Size(40, 13);
			this.lblPages.TabIndex = 5;
			this.lblPages.Text = "Pages:";
			// 
			// lblStyle
			// 
			this.lblStyle.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.lblStyle.AutoSize = true;
			this.lblStyle.Location = new System.Drawing.Point(146, 507);
			this.lblStyle.Name = "lblStyle";
			this.lblStyle.Size = new System.Drawing.Size(33, 13);
			this.lblStyle.TabIndex = 3;
			this.lblStyle.Text = "Style:";
			// 
			// selectPrinterDialog
			// 
			this.selectPrinterDialog.AllowPrintToFile = false;
			this.selectPrinterDialog.Doreplacedent = this.printDoreplacedent;
			this.selectPrinterDialog.UseEXDialog = true;
			// 
			// cboStyle
			// 
			this.cboStyle.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.cboStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboStyle.FormattingEnabled = true;
			this.cboStyle.Location = new System.Drawing.Point(192, 504);
			this.cboStyle.Name = "cboStyle";
			this.cboStyle.Size = new System.Drawing.Size(217, 21);
			this.cboStyle.TabIndex = 4;
			this.cboStyle.SelectedIndexChanged += new System.EventHandler(this.cboStyle_SelectedIndexChanged);
			// 
			// btnCancel
			// 
			this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Location = new System.Drawing.Point(605, 531);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 23);
			this.btnCancel.TabIndex = 11;
			this.btnCancel.Text = "Cancel";
			this.btnCancel.UseVisualStyleBackColor = true;
			// 
			// btnPrint
			// 
			this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnPrint.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.btnPrint.Location = new System.Drawing.Point(524, 531);
			this.btnPrint.Name = "btnPrint";
			this.btnPrint.Size = new System.Drawing.Size(75, 23);
			this.btnPrint.TabIndex = 10;
			this.btnPrint.Text = "Print";
			this.btnPrint.UseVisualStyleBackColor = true;
			this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
			// 
			// btnPrinter
			// 
			this.btnPrinter.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnPrinter.AutoSize = true;
			this.btnPrinter.Location = new System.Drawing.Point(12, 502);
			this.btnPrinter.Name = "btnPrinter";
			this.btnPrinter.Size = new System.Drawing.Size(128, 23);
			this.btnPrinter.TabIndex = 1;
			this.btnPrinter.Text = "Select printer...";
			this.btnPrinter.UseVisualStyleBackColor = true;
			this.btnPrinter.Click += new System.EventHandler(this.btnPrinter_Click);
			// 
			// lblX
			// 
			this.lblX.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.lblX.AutoSize = true;
			this.lblX.Location = new System.Drawing.Point(227, 536);
			this.lblX.Name = "lblX";
			this.lblX.Size = new System.Drawing.Size(12, 13);
			this.lblX.TabIndex = 7;
			this.lblX.Text = "x";
			// 
			// numColumns
			// 
			this.numColumns.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.numColumns.Location = new System.Drawing.Point(192, 534);
			this.numColumns.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numColumns.Name = "numColumns";
			this.numColumns.Size = new System.Drawing.Size(34, 20);
			this.numColumns.TabIndex = 8;
			this.numColumns.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numColumns.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numColumns.ValueChanged += new System.EventHandler(this.numColumns_ValueChanged);
			// 
			// numRows
			// 
			this.numRows.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.numRows.Location = new System.Drawing.Point(240, 534);
			this.numRows.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numRows.Name = "numRows";
			this.numRows.Size = new System.Drawing.Size(34, 20);
			this.numRows.TabIndex = 6;
			this.numRows.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numRows.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numRows.ValueChanged += new System.EventHandler(this.numRows_ValueChanged);
			// 
			// btnPageSetup
			// 
			this.btnPageSetup.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnPageSetup.AutoSize = true;
			this.btnPageSetup.Location = new System.Drawing.Point(12, 531);
			this.btnPageSetup.Name = "btnPageSetup";
			this.btnPageSetup.Size = new System.Drawing.Size(128, 23);
			this.btnPageSetup.TabIndex = 2;
			this.btnPageSetup.Text = "Page setup...";
			this.btnPageSetup.UseVisualStyleBackColor = true;
			this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
			// 
			// printPreview
			// 
			this.printPreview.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.printPreview.AutoZoom = false;
			this.printPreview.Doreplacedent = this.printDoreplacedent;
			this.printPreview.Location = new System.Drawing.Point(12, 12);
			this.printPreview.Name = "printPreview";
			this.printPreview.Size = new System.Drawing.Size(668, 477);
			this.printPreview.TabIndex = 0;
			this.printPreview.UseAntiAlias = true;
			this.printPreview.Zoom = 0.40718562874251496;
			this.printPreview.Click += new System.EventHandler(this.printPreview_Click);
			// 
			// DiagramPrintDialog
			// 
			this.AcceptButton = this.btnPrint;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.btnCancel;
			this.ClientSize = new System.Drawing.Size(692, 566);
			this.Controls.Add(this.btnPrint);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.chkSelectedOnly);
			this.Controls.Add(this.lblPages);
			this.Controls.Add(this.lblStyle);
			this.Controls.Add(this.cboStyle);
			this.Controls.Add(this.btnPrinter);
			this.Controls.Add(this.lblX);
			this.Controls.Add(this.numColumns);
			this.Controls.Add(this.numRows);
			this.Controls.Add(this.btnPageSetup);
			this.Controls.Add(this.printPreview);
			this.Name = "DiagramPrintDialog";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Print";
			((System.ComponentModel.ISupportInitialize) (this.numColumns)).EndInit();
			((System.ComponentModel.ISupportInitialize) (this.numRows)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

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

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

		}

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

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

		}

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

private void InitializeComponent()
    {
      this.components = new System.ComponentModel.Container();
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PDFExportProgress));
      this.lblProgress = new System.Windows.Forms.Label();
      this.timer = new System.Windows.Forms.Timer(this.components);
      this.pictureBoxNClreplaced = new System.Windows.Forms.PictureBox();
      this.pictureBoxPDF = new System.Windows.Forms.PictureBox();
      this.imageListEnreplacedies = new System.Windows.Forms.ImageList(this.components);
      this.pictureBoxEnreplacedy = new System.Windows.Forms.PictureBox();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxNClreplaced)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPDF)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEnreplacedy)).BeginInit();
      this.SuspendLayout();
      // 
      // lblProgress
      // 
      this.lblProgress.Location = new System.Drawing.Point(12, 9);
      this.lblProgress.Name = "lblProgress";
      this.lblProgress.Size = new System.Drawing.Size(268, 23);
      this.lblProgress.TabIndex = 0;
      this.lblProgress.Text = "Exporting diagram to PDF..";
      this.lblProgress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      // 
      // timer
      // 
      this.timer.Interval = 10;
      this.timer.Tick += new System.EventHandler(this.timer_Tick);
      // 
      // pictureBoxNClreplaced
      // 
      this.pictureBoxNClreplaced.Image = global::PDFExport.Properties.Resources.NClreplaced;
      this.pictureBoxNClreplaced.Location = new System.Drawing.Point(12, 44);
      this.pictureBoxNClreplaced.Name = "pictureBoxNClreplaced";
      this.pictureBoxNClreplaced.Size = new System.Drawing.Size(48, 48);
      this.pictureBoxNClreplaced.TabIndex = 2;
      this.pictureBoxNClreplaced.TabStop = false;
      // 
      // pictureBoxPDF
      // 
      this.pictureBoxPDF.Image = global::PDFExport.Properties.Resources.Doreplacedent_pdf_48;
      this.pictureBoxPDF.Location = new System.Drawing.Point(232, 44);
      this.pictureBoxPDF.Name = "pictureBoxPDF";
      this.pictureBoxPDF.Size = new System.Drawing.Size(48, 48);
      this.pictureBoxPDF.TabIndex = 1;
      this.pictureBoxPDF.TabStop = false;
      // 
      // imageListEnreplacedies
      // 
      this.imageListEnreplacedies.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListEnreplacedies.ImageStream")));
      this.imageListEnreplacedies.TransparentColor = System.Drawing.Color.Transparent;
      this.imageListEnreplacedies.Images.SetKeyName(0, "struct.png");
      this.imageListEnreplacedies.Images.SetKeyName(1, "clreplaced.png");
      this.imageListEnreplacedies.Images.SetKeyName(2, "delegate.png");
      this.imageListEnreplacedies.Images.SetKeyName(3, "enum.png");
      this.imageListEnreplacedies.Images.SetKeyName(4, "interface_32bits.png");
      this.imageListEnreplacedies.Images.SetKeyName(5, "note.png");
      // 
      // pictureBoxEnreplacedy
      // 
      this.pictureBoxEnreplacedy.Location = new System.Drawing.Point(42, 61);
      this.pictureBoxEnreplacedy.Name = "pictureBoxEnreplacedy";
      this.pictureBoxEnreplacedy.Size = new System.Drawing.Size(16, 16);
      this.pictureBoxEnreplacedy.TabIndex = 3;
      this.pictureBoxEnreplacedy.TabStop = false;
      // 
      // PDFExportProgress
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(292, 132);
      this.ControlBox = false;
      this.Controls.Add(this.pictureBoxNClreplaced);
      this.Controls.Add(this.pictureBoxPDF);
      this.Controls.Add(this.lblProgress);
      this.Controls.Add(this.pictureBoxEnreplacedy);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
      this.MaximizeBox = false;
      this.MinimizeBox = false;
      this.Name = "PDFExportProgress";
      this.ShowIcon = false;
      this.ShowInTaskbar = false;
      this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
      this.Text = "PDF Export...";
      this.Load += new System.EventHandler(this.PDFExportProgress_Load);
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxNClreplaced)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPDF)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEnreplacedy)).EndInit();
      this.ResumeLayout(false);

    }

19 Source : ParameterForm.Designer.cs
with MIT License
from AlexGyver

private void InitializeComponent() {
      this.components = new System.ComponentModel.Container();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
      this.okButton = new System.Windows.Forms.Button();
      this.cancelButton = new System.Windows.Forms.Button();
      this.captionLabel = new System.Windows.Forms.Label();
      this.dataGridView = new System.Windows.Forms.DataGridView();
      this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.Default = new System.Windows.Forms.DataGridViewCheckBoxColumn();
      this.ValueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
      this.descriptionLabel = new System.Windows.Forms.Label();
      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
      this.SuspendLayout();
      // 
      // 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.OK;
      this.okButton.Location = new System.Drawing.Point(186, 213);
      this.okButton.Name = "okButton";
      this.okButton.Size = new System.Drawing.Size(75, 23);
      this.okButton.TabIndex = 2;
      this.okButton.Text = "OK";
      this.okButton.UseVisualStyleBackColor = true;
      this.okButton.Click += new System.EventHandler(this.okButton_Click);
      // 
      // cancelButton
      // 
      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.cancelButton.Location = new System.Drawing.Point(267, 213);
      this.cancelButton.Name = "cancelButton";
      this.cancelButton.Size = new System.Drawing.Size(75, 23);
      this.cancelButton.TabIndex = 3;
      this.cancelButton.Text = "Cancel";
      this.cancelButton.UseVisualStyleBackColor = true;
      // 
      // captionLabel
      // 
      this.captionLabel.AutoSize = true;
      this.captionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.captionLabel.Location = new System.Drawing.Point(12, 9);
      this.captionLabel.Name = "captionLabel";
      this.captionLabel.Size = new System.Drawing.Size(80, 13);
      this.captionLabel.TabIndex = 4;
      this.captionLabel.Text = "captionLabel";
      // 
      // dataGridView
      // 
      this.dataGridView.AllowUserToAddRows = false;
      this.dataGridView.AllowUserToDeleteRows = false;
      this.dataGridView.AllowUserToResizeRows = false;
      this.dataGridView.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.dataGridView.AutoGenerateColumns = false;
      this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
      this.dataGridView.BackgroundColor = System.Drawing.SystemColors.Window;
      this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
      this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.NameColumn,
            this.Default,
            this.ValueColumn});
      this.dataGridView.DataSource = this.bindingSource;
      dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
      dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
      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.ControlText;
      dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
      dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
      dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
      this.dataGridView.DefaultCellStyle = dataGridViewCellStyle1;
      this.dataGridView.Location = new System.Drawing.Point(15, 30);
      this.dataGridView.MultiSelect = false;
      this.dataGridView.Name = "dataGridView";
      this.dataGridView.RowHeadersVisible = false;
      this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
      this.dataGridView.ShowRowErrors = false;
      this.dataGridView.Size = new System.Drawing.Size(327, 121);
      this.dataGridView.TabIndex = 0;
      this.dataGridView.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_RowEnter);
      this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
      this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
      this.dataGridView.CurrentCellDirtyStateChanged += new System.EventHandler(this.dataGridView_CurrentCellDirtyStateChanged);
      // 
      // NameColumn
      // 
      this.NameColumn.DataPropertyName = "Name";
      this.NameColumn.HeaderText = "Name";
      this.NameColumn.Name = "NameColumn";
      this.NameColumn.ReadOnly = true;
      this.NameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
      // 
      // Default
      // 
      this.Default.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
      this.Default.DataPropertyName = "Default";
      this.Default.HeaderText = "Default";
      this.Default.Name = "Default";
      this.Default.Width = 47;
      // 
      // ValueColumn
      // 
      this.ValueColumn.DataPropertyName = "Value";
      this.ValueColumn.HeaderText = "Value";
      this.ValueColumn.Name = "ValueColumn";
      this.ValueColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
      // 
      // bindingSource
      // 
      this.bindingSource.AllowNew = false;
      // 
      // descriptionLabel
      // 
      this.descriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.descriptionLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.descriptionLabel.Location = new System.Drawing.Point(15, 154);
      this.descriptionLabel.Name = "descriptionLabel";
      this.descriptionLabel.Padding = new System.Windows.Forms.Padding(2);
      this.descriptionLabel.Size = new System.Drawing.Size(327, 50);
      this.descriptionLabel.TabIndex = 6;
      this.descriptionLabel.Text = "descriptionLabel";
      // 
      // ParameterForm
      // 
      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(354, 248);
      this.Controls.Add(this.descriptionLabel);
      this.Controls.Add(this.dataGridView);
      this.Controls.Add(this.captionLabel);
      this.Controls.Add(this.cancelButton);
      this.Controls.Add(this.okButton);
      this.MaximizeBox = false;
      this.MinimizeBox = false;
      this.Name = "ParameterForm";
      this.ShowIcon = false;
      this.ShowInTaskbar = false;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "Parameters";
      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

19 Source : PortForm.Designer.cs
with MIT License
from AlexGyver

private void InitializeComponent() {
      this.portOKButton = new System.Windows.Forms.Button();
      this.portCancelButton = new System.Windows.Forms.Button();
      this.label1 = new System.Windows.Forms.Label();
      this.label2 = new System.Windows.Forms.Label();
      this.label3 = new System.Windows.Forms.Label();
      this.label4 = new System.Windows.Forms.Label();
      this.webServerLinkLabel = new System.Windows.Forms.LinkLabel();
      this.portNumericUpDn = new System.Windows.Forms.NumericUpDown();
      this.label5 = new System.Windows.Forms.Label();
      ((System.ComponentModel.ISupportInitialize)(this.portNumericUpDn)).BeginInit();
      this.SuspendLayout();
      // 
      // portOKButton
      // 
      this.portOKButton.Location = new System.Drawing.Point(244, 137);
      this.portOKButton.Name = "portOKButton";
      this.portOKButton.Size = new System.Drawing.Size(75, 23);
      this.portOKButton.TabIndex = 0;
      this.portOKButton.Text = "OK";
      this.portOKButton.UseVisualStyleBackColor = true;
      this.portOKButton.Click += new System.EventHandler(this.portOKButton_Click);
      // 
      // portCancelButton
      // 
      this.portCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.portCancelButton.Location = new System.Drawing.Point(162, 137);
      this.portCancelButton.Name = "portCancelButton";
      this.portCancelButton.Size = new System.Drawing.Size(75, 23);
      this.portCancelButton.TabIndex = 1;
      this.portCancelButton.Text = "Cancel";
      this.portCancelButton.UseVisualStyleBackColor = true;
      this.portCancelButton.Click += new System.EventHandler(this.portCancelButton_Click);
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(13, 106);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(377, 13);
      this.label1.TabIndex = 3;
      this.label1.Text = "Note: You will need to open the port in firewall settings of the operating system" +
    ".";
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(13, 9);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(193, 13);
      this.label2.TabIndex = 4;
      this.label2.Text = "Port number for  the remote web server:";
      // 
      // label3
      // 
      this.label3.AutoSize = true;
      this.label3.Location = new System.Drawing.Point(13, 39);
      this.label3.Name = "label3";
      this.label3.Size = new System.Drawing.Size(443, 13);
      this.label3.TabIndex = 5;
      this.label3.Text = "If the web server is running then it will need to be restarted for the port chang" +
    "e to take effect.";
      // 
      // label4
      // 
      this.label4.AutoSize = true;
      this.label4.Location = new System.Drawing.Point(13, 62);
      this.label4.Name = "label4";
      this.label4.Size = new System.Drawing.Size(262, 13);
      this.label4.TabIndex = 6;
      this.label4.Text = "The web server will be accessible from the browser at ";
      // 
      // webServerLinkLabel
      // 
      this.webServerLinkLabel.AutoSize = true;
      this.webServerLinkLabel.Location = new System.Drawing.Point(269, 62);
      this.webServerLinkLabel.Name = "webServerLinkLabel";
      this.webServerLinkLabel.Size = new System.Drawing.Size(55, 13);
      this.webServerLinkLabel.TabIndex = 7;
      this.webServerLinkLabel.TabStop = true;
      this.webServerLinkLabel.Text = "linkLabel1";
      this.webServerLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.webServerLinkLabel_LinkClicked);
      // 
      // portNumericUpDn
      // 
      this.portNumericUpDn.Location = new System.Drawing.Point(208, 7);
      this.portNumericUpDn.Maximum = new decimal(new int[] {
            20000,
            0,
            0,
            0});
      this.portNumericUpDn.Minimum = new decimal(new int[] {
            8080,
            0,
            0,
            0});
      this.portNumericUpDn.Name = "portNumericUpDn";
      this.portNumericUpDn.Size = new System.Drawing.Size(75, 20);
      this.portNumericUpDn.TabIndex = 8;
      this.portNumericUpDn.Value = new decimal(new int[] {
            8080,
            0,
            0,
            0});
      this.portNumericUpDn.ValueChanged += new System.EventHandler(this.portNumericUpDn_ValueChanged);
      // 
      // label5
      // 
      this.label5.AutoSize = true;
      this.label5.Location = new System.Drawing.Point(13, 84);
      this.label5.Name = "label5";
      this.label5.Size = new System.Drawing.Size(304, 13);
      this.label5.TabIndex = 9;
      this.label5.Text = "You will have to start the server by clicking Run from the menu.";
      // 
      // PortForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.CancelButton = this.portCancelButton;
      this.ClientSize = new System.Drawing.Size(466, 170);
      this.Controls.Add(this.label5);
      this.Controls.Add(this.portNumericUpDn);
      this.Controls.Add(this.webServerLinkLabel);
      this.Controls.Add(this.label4);
      this.Controls.Add(this.label3);
      this.Controls.Add(this.label2);
      this.Controls.Add(this.label1);
      this.Controls.Add(this.portCancelButton);
      this.Controls.Add(this.portOKButton);
      this.MaximizeBox = false;
      this.MinimizeBox = false;
      this.Name = "PortForm";
      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "Set Port";
      this.Load += new System.EventHandler(this.PortForm_Load);
      ((System.ComponentModel.ISupportInitialize)(this.portNumericUpDn)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

19 Source : SerialForm.Designer.cs
with MIT License
from AlexGyver

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SerialForm));
            this.label1 = new System.Windows.Forms.Label();
            this.okButton = new System.Windows.Forms.Button();
            this.chkManualFan = new System.Windows.Forms.CheckBox();
            this.sldManualFan = new System.Windows.Forms.TrackBar();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.sldManualColor = new System.Windows.Forms.TrackBar();
            this.chkManualColor = new System.Windows.Forms.CheckBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.sldLedBrightness = new System.Windows.Forms.TrackBar();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.sldPlotInterval = new System.Windows.Forms.TrackBar();
            this.label15 = new System.Windows.Forms.Label();
            this.nMaxFan = new System.Windows.Forms.NumericUpDown();
            this.nMinFan = new System.Windows.Forms.NumericUpDown();
            this.nMinTemp = new System.Windows.Forms.NumericUpDown();
            this.nMaxTemp = new System.Windows.Forms.NumericUpDown();
            this.lblManualFanValue = new System.Windows.Forms.Label();
            this.lblManualColorValue = new System.Windows.Forms.Label();
            this.lblLedBrightnessValue = new System.Windows.Forms.Label();
            this.lblPlotIntervalValue = new System.Windows.Forms.Label();
            this.cboComPort = new System.Windows.Forms.ComboBox();
            this.cboMaxTempSource = new System.Windows.Forms.ComboBox();
            this.label16 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.sldManualFan)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sldManualColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sldLedBrightness)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sldPlotInterval)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nMaxFan)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nMinFan)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nMinTemp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nMaxTemp)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "PORT address";
            // 
            // 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(575, 391);
            this.okButton.Name = "okButton";
            this.okButton.Size = new System.Drawing.Size(75, 23);
            this.okButton.TabIndex = 2;
            this.okButton.Text = "Close";
            this.okButton.UseVisualStyleBackColor = true;
            this.okButton.Click += new System.EventHandler(this.okButton_Click);
            // 
            // chkManualFan
            // 
            this.chkManualFan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chkManualFan.AutoSize = true;
            this.chkManualFan.Location = new System.Drawing.Point(12, 79);
            this.chkManualFan.Name = "chkManualFan";
            this.chkManualFan.Size = new System.Drawing.Size(85, 17);
            this.chkManualFan.TabIndex = 3;
            this.chkManualFan.Text = "Manual FAN";
            this.chkManualFan.UseVisualStyleBackColor = true;
            this.chkManualFan.CheckedChanged += new System.EventHandler(this.chkManualFan_CheckedChanged);
            // 
            // sldManualFan
            // 
            this.sldManualFan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.sldManualFan.Location = new System.Drawing.Point(12, 115);
            this.sldManualFan.Maximum = 100;
            this.sldManualFan.Name = "sldManualFan";
            this.sldManualFan.Size = new System.Drawing.Size(294, 45);
            this.sldManualFan.TabIndex = 4;
            this.sldManualFan.TickFrequency = 5;
            this.sldManualFan.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
            this.sldManualFan.ValueChanged += new System.EventHandler(this.sldManualFan_ValueChanged);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(391, 15);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(256, 256);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 5;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // sldManualColor
            // 
            this.sldManualColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.sldManualColor.Location = new System.Drawing.Point(12, 202);
            this.sldManualColor.Maximum = 1000;
            this.sldManualColor.Name = "sldManualColor";
            this.sldManualColor.Size = new System.Drawing.Size(294, 45);
            this.sldManualColor.TabIndex = 7;
            this.sldManualColor.TickFrequency = 25;
            this.sldManualColor.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
            this.sldManualColor.ValueChanged += new System.EventHandler(this.sldManualColor_ValueChanged);
            // 
            // chkManualColor
            // 
            this.chkManualColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chkManualColor.AutoSize = true;
            this.chkManualColor.Location = new System.Drawing.Point(12, 166);
            this.chkManualColor.Name = "chkManualColor";
            this.chkManualColor.Size = new System.Drawing.Size(101, 17);
            this.chkManualColor.TabIndex = 6;
            this.chkManualColor.Text = "Manual COLOR";
            this.chkManualColor.UseVisualStyleBackColor = true;
            this.chkManualColor.CheckedChanged += new System.EventHandler(this.chkManualColor_CheckedChanged);
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(342, 219);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 13);
            this.label2.TabIndex = 9;
            this.label2.Text = "FAN min";
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(339, 54);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(50, 13);
            this.label3.TabIndex = 11;
            this.label3.Text = "FAN max";
            // 
            // label4
            // 
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(388, 276);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(56, 13);
            this.label4.TabIndex = 13;
            this.label4.Text = "TEMP min";
            // 
            // label5
            // 
            this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(534, 276);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(59, 13);
            this.label5.TabIndex = 15;
            this.label5.Text = "TEMP max";
            // 
            // label6
            // 
            this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(21, 99);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(13, 13);
            this.label6.TabIndex = 16;
            this.label6.Text = "0";
            // 
            // label7
            // 
            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(281, 99);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(25, 13);
            this.label7.TabIndex = 17;
            this.label7.Text = "100";
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(275, 186);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(31, 13);
            this.label8.TabIndex = 19;
            this.label8.Text = "1000";
            // 
            // label9
            // 
            this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(21, 186);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(13, 13);
            this.label9.TabIndex = 18;
            this.label9.Text = "0";
            // 
            // label10
            // 
            this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(9, 250);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(79, 13);
            this.label10.TabIndex = 20;
            this.label10.Text = "LED brightness";
            // 
            // label11
            // 
            this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(281, 272);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(25, 13);
            this.label11.TabIndex = 23;
            this.label11.Text = "100";
            // 
            // label12
            // 
            this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(21, 272);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(13, 13);
            this.label12.TabIndex = 22;
            this.label12.Text = "0";
            // 
            // sldLedBrightness
            // 
            this.sldLedBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.sldLedBrightness.Location = new System.Drawing.Point(12, 288);
            this.sldLedBrightness.Maximum = 100;
            this.sldLedBrightness.Name = "sldLedBrightness";
            this.sldLedBrightness.Size = new System.Drawing.Size(294, 45);
            this.sldLedBrightness.TabIndex = 21;
            this.sldLedBrightness.TickFrequency = 5;
            this.sldLedBrightness.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
            this.sldLedBrightness.ValueChanged += new System.EventHandler(this.sldLedBrightness_ValueChanged);
            // 
            // label13
            // 
            this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(287, 357);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(19, 13);
            this.label13.TabIndex = 27;
            this.label13.Text = "10";
            // 
            // label14
            // 
            this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(21, 357);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(13, 13);
            this.label14.TabIndex = 26;
            this.label14.Text = "0";
            // 
            // sldPlotInterval
            // 
            this.sldPlotInterval.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.sldPlotInterval.Location = new System.Drawing.Point(12, 373);
            this.sldPlotInterval.Name = "sldPlotInterval";
            this.sldPlotInterval.Size = new System.Drawing.Size(294, 45);
            this.sldPlotInterval.TabIndex = 25;
            this.sldPlotInterval.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
            this.sldPlotInterval.ValueChanged += new System.EventHandler(this.sldPlotInterval_ValueChanged);
            // 
            // label15
            // 
            this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(9, 335);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(81, 13);
            this.label15.TabIndex = 24;
            this.label15.Text = "CHART interval";
            // 
            // nMaxFan
            // 
            this.nMaxFan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.nMaxFan.Location = new System.Drawing.Point(341, 31);
            this.nMaxFan.Name = "nMaxFan";
            this.nMaxFan.Size = new System.Drawing.Size(48, 20);
            this.nMaxFan.TabIndex = 28;
            this.nMaxFan.ValueChanged += new System.EventHandler(this.nMaxFan_ValueChanged);
            // 
            // nMinFan
            // 
            this.nMinFan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.nMinFan.Location = new System.Drawing.Point(341, 235);
            this.nMinFan.Name = "nMinFan";
            this.nMinFan.Size = new System.Drawing.Size(48, 20);
            this.nMinFan.TabIndex = 29;
            this.nMinFan.ValueChanged += new System.EventHandler(this.nMinFan_ValueChanged);
            // 
            // nMinTemp
            // 
            this.nMinTemp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.nMinTemp.Location = new System.Drawing.Point(450, 274);
            this.nMinTemp.Name = "nMinTemp";
            this.nMinTemp.Size = new System.Drawing.Size(48, 20);
            this.nMinTemp.TabIndex = 30;
            this.nMinTemp.ValueChanged += new System.EventHandler(this.nMinTemp_ValueChanged);
            // 
            // nMaxTemp
            // 
            this.nMaxTemp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.nMaxTemp.Location = new System.Drawing.Point(599, 274);
            this.nMaxTemp.Name = "nMaxTemp";
            this.nMaxTemp.Size = new System.Drawing.Size(48, 20);
            this.nMaxTemp.TabIndex = 31;
            this.nMaxTemp.ValueChanged += new System.EventHandler(this.nMaxTemp_ValueChanged);
            // 
            // lblManualFanValue
            // 
            this.lblManualFanValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblManualFanValue.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblManualFanValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lblManualFanValue.Location = new System.Drawing.Point(139, 144);
            this.lblManualFanValue.Name = "lblManualFanValue";
            this.lblManualFanValue.Size = new System.Drawing.Size(41, 16);
            this.lblManualFanValue.TabIndex = 32;
            this.lblManualFanValue.Text = "100";
            this.lblManualFanValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblManualColorValue
            // 
            this.lblManualColorValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblManualColorValue.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblManualColorValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lblManualColorValue.Location = new System.Drawing.Point(139, 231);
            this.lblManualColorValue.Name = "lblManualColorValue";
            this.lblManualColorValue.Size = new System.Drawing.Size(41, 16);
            this.lblManualColorValue.TabIndex = 33;
            this.lblManualColorValue.Text = "100";
            this.lblManualColorValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblLedBrightnessValue
            // 
            this.lblLedBrightnessValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblLedBrightnessValue.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblLedBrightnessValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lblLedBrightnessValue.Location = new System.Drawing.Point(139, 317);
            this.lblLedBrightnessValue.Name = "lblLedBrightnessValue";
            this.lblLedBrightnessValue.Size = new System.Drawing.Size(41, 16);
            this.lblLedBrightnessValue.TabIndex = 34;
            this.lblLedBrightnessValue.Text = "100";
            this.lblLedBrightnessValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblPlotIntervalValue
            // 
            this.lblPlotIntervalValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblPlotIntervalValue.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblPlotIntervalValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lblPlotIntervalValue.Location = new System.Drawing.Point(139, 402);
            this.lblPlotIntervalValue.Name = "lblPlotIntervalValue";
            this.lblPlotIntervalValue.Size = new System.Drawing.Size(41, 16);
            this.lblPlotIntervalValue.TabIndex = 35;
            this.lblPlotIntervalValue.Text = "100";
            this.lblPlotIntervalValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // cboComPort
            // 
            this.cboComPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboComPort.FormattingEnabled = true;
            this.cboComPort.Location = new System.Drawing.Point(106, 12);
            this.cboComPort.Name = "cboComPort";
            this.cboComPort.Size = new System.Drawing.Size(95, 21);
            this.cboComPort.TabIndex = 36;
            this.cboComPort.SelectedIndexChanged += new System.EventHandler(this.cboComPort_SelectedIndexChanged);
            // 
            // cboMaxTempSource
            // 
            this.cboMaxTempSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboMaxTempSource.FormattingEnabled = true;
            this.cboMaxTempSource.Items.AddRange(new object[] {
            "CPU only",
            "GPU only",
            "Max (CPU, GPU)",
            "Temp 1",
            "Temp 2"});
            this.cboMaxTempSource.Location = new System.Drawing.Point(106, 39);
            this.cboMaxTempSource.Name = "cboMaxTempSource";
            this.cboMaxTempSource.Size = new System.Drawing.Size(95, 21);
            this.cboMaxTempSource.TabIndex = 37;
            this.cboMaxTempSource.SelectedIndexChanged += new System.EventHandler(this.cboMaxTempSource_SelectedIndexChanged);
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(12, 42);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(72, 13);
            this.label16.TabIndex = 38;
            this.label16.Text = "TEMP source";
            // 
            // SerialForm
            // 
            this.AcceptButton = this.okButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.okButton;
            this.ClientSize = new System.Drawing.Size(662, 426);
            this.Controls.Add(this.label16);
            this.Controls.Add(this.cboMaxTempSource);
            this.Controls.Add(this.cboComPort);
            this.Controls.Add(this.lblPlotIntervalValue);
            this.Controls.Add(this.lblLedBrightnessValue);
            this.Controls.Add(this.lblManualColorValue);
            this.Controls.Add(this.lblManualFanValue);
            this.Controls.Add(this.nMaxTemp);
            this.Controls.Add(this.nMinTemp);
            this.Controls.Add(this.nMinFan);
            this.Controls.Add(this.nMaxFan);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.label14);
            this.Controls.Add(this.sldPlotInterval);
            this.Controls.Add(this.label15);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.sldLedBrightness);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.sldManualColor);
            this.Controls.Add(this.chkManualColor);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.sldManualFan);
            this.Controls.Add(this.chkManualFan);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "SerialForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Serial Configuration";
            this.Load += new System.EventHandler(this.SerialForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.sldManualFan)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sldManualColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sldLedBrightness)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sldPlotInterval)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nMaxFan)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nMinFan)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nMinTemp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nMaxTemp)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.toolStrip = new System.Windows.Forms.ToolStrip();
			this.toolVisibility = new System.Windows.Forms.ToolStripDropDownButton();
			this.toolPublic = new System.Windows.Forms.ToolStripMenuItem();
			this.toolProtint = new System.Windows.Forms.ToolStripMenuItem();
			this.toolInternal = new System.Windows.Forms.ToolStripMenuItem();
			this.toolProtected = new System.Windows.Forms.ToolStripMenuItem();
			this.toolPrivate = new System.Windows.Forms.ToolStripMenuItem();
			this.toolDefault = new System.Windows.Forms.ToolStripMenuItem();
			this.toolModifier = new System.Windows.Forms.ToolStripDropDownButton();
			this.toolNone = new System.Windows.Forms.ToolStripMenuItem();
			this.toolAbstract = new System.Windows.Forms.ToolStripMenuItem();
			this.toolSealed = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStatic = new System.Windows.Forms.ToolStripMenuItem();
			this.toolSortByName = new System.Windows.Forms.ToolStripButton();
			this.toolSortByAccess = new System.Windows.Forms.ToolStripButton();
			this.toolSortByKind = new System.Windows.Forms.ToolStripButton();
			this.sepNewMember = new System.Windows.Forms.ToolStripSeparator();
			this.toolImplementList = new System.Windows.Forms.ToolStripButton();
			this.toolOverrideList = new System.Windows.Forms.ToolStripButton();
			this.toolNewMember = new System.Windows.Forms.ToolStripSplitButton();
			this.toolNewField = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewMethod = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewProperty = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewEvent = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewConstructor = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewDestructor = new System.Windows.Forms.ToolStripMenuItem();
			this.txtName = new NClreplaced.DiagramEditor.ClreplacedDiagram.Editors.BorderedTextBox();
			this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.toolStrip.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// toolStrip
			// 
			this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolVisibility,
            this.toolModifier,
            this.toolSortByName,
            this.toolSortByAccess,
            this.toolSortByKind,
            this.sepNewMember,
            this.toolImplementList,
            this.toolOverrideList,
            this.toolNewMember});
			this.toolStrip.Location = new System.Drawing.Point(0, 0);
			this.toolStrip.Name = "toolStrip";
			this.toolStrip.Padding = new System.Windows.Forms.Padding(5, 0, 1, 0);
			this.toolStrip.Size = new System.Drawing.Size(330, 25);
			this.toolStrip.TabIndex = 4;
			this.toolStrip.Text = "toolStrip1";
			// 
			// toolVisibility
			// 
			this.toolVisibility.AutoSize = false;
			this.toolVisibility.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolVisibility.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolPublic,
            this.toolProtint,
            this.toolInternal,
            this.toolProtected,
            this.toolPrivate,
            this.toolDefault});
			this.toolVisibility.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicMethod;
			this.toolVisibility.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolVisibility.Name = "toolVisibility";
			this.toolVisibility.Size = new System.Drawing.Size(30, 22);
			this.toolVisibility.Text = "Protected";
			// 
			// toolPublic
			// 
			this.toolPublic.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicMethod;
			this.toolPublic.Name = "toolPublic";
			this.toolPublic.Size = new System.Drawing.Size(173, 22);
			this.toolPublic.Text = "Public";
			this.toolPublic.Click += new System.EventHandler(this.toolPublic_Click);
			// 
			// toolProtint
			// 
			this.toolProtint.Image = global::NClreplaced.DiagramEditor.Properties.Resources.ProtintMethod;
			this.toolProtint.Name = "toolProtint";
			this.toolProtint.Size = new System.Drawing.Size(173, 22);
			this.toolProtint.Text = "Protected Internal";
			this.toolProtint.Click += new System.EventHandler(this.toolProtint_Click);
			// 
			// toolInternal
			// 
			this.toolInternal.Image = global::NClreplaced.DiagramEditor.Properties.Resources.InternalMethod;
			this.toolInternal.Name = "toolInternal";
			this.toolInternal.Size = new System.Drawing.Size(173, 22);
			this.toolInternal.Text = "Internal";
			this.toolInternal.Click += new System.EventHandler(this.toolInternal_Click);
			// 
			// toolProtected
			// 
			this.toolProtected.Image = global::NClreplaced.DiagramEditor.Properties.Resources.ProtectedMethod;
			this.toolProtected.Name = "toolProtected";
			this.toolProtected.Size = new System.Drawing.Size(173, 22);
			this.toolProtected.Text = "Protected";
			this.toolProtected.Click += new System.EventHandler(this.toolProtected_Click);
			// 
			// toolPrivate
			// 
			this.toolPrivate.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PrivateMethod;
			this.toolPrivate.Name = "toolPrivate";
			this.toolPrivate.Size = new System.Drawing.Size(173, 22);
			this.toolPrivate.Text = "Private";
			this.toolPrivate.Click += new System.EventHandler(this.toolPrivate_Click);
			// 
			// toolDefault
			// 
			this.toolDefault.Name = "toolDefault";
			this.toolDefault.Size = new System.Drawing.Size(173, 22);
			this.toolDefault.Text = "Default";
			this.toolDefault.Click += new System.EventHandler(this.toolDefault_Click);
			// 
			// toolModifier
			// 
			this.toolModifier.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.toolModifier.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolNone,
            this.toolAbstract,
            this.toolSealed,
            this.toolStatic});
			this.toolModifier.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolModifier.Name = "toolModifier";
			this.toolModifier.Size = new System.Drawing.Size(45, 22);
			this.toolModifier.Text = "None";
			// 
			// toolNone
			// 
			this.toolNone.Name = "toolNone";
			this.toolNone.Size = new System.Drawing.Size(126, 22);
			this.toolNone.Text = "None";
			this.toolNone.Click += new System.EventHandler(this.toolNone_Click);
			// 
			// toolAbstract
			// 
			this.toolAbstract.Name = "toolAbstract";
			this.toolAbstract.Size = new System.Drawing.Size(126, 22);
			this.toolAbstract.Text = "Abstract";
			this.toolAbstract.Click += new System.EventHandler(this.toolAbstract_Click);
			// 
			// toolSealed
			// 
			this.toolSealed.Name = "toolSealed";
			this.toolSealed.Size = new System.Drawing.Size(126, 22);
			this.toolSealed.Text = "Sealed";
			this.toolSealed.Click += new System.EventHandler(this.toolSealed_Click);
			// 
			// toolStatic
			// 
			this.toolStatic.Name = "toolStatic";
			this.toolStatic.Size = new System.Drawing.Size(126, 22);
			this.toolStatic.Text = "Static";
			this.toolStatic.Click += new System.EventHandler(this.toolStatic_Click);
			// 
			// toolSortByName
			// 
			this.toolSortByName.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolSortByName.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolSortByName.Image = global::NClreplaced.DiagramEditor.Properties.Resources.SortByName;
			this.toolSortByName.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolSortByName.Name = "toolSortByName";
			this.toolSortByName.Size = new System.Drawing.Size(23, 22);
			this.toolSortByName.Text = "Sort by Name";
			this.toolSortByName.Click += new System.EventHandler(this.toolSortByName_Click);
			// 
			// toolSortByAccess
			// 
			this.toolSortByAccess.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolSortByAccess.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolSortByAccess.Image = global::NClreplaced.DiagramEditor.Properties.Resources.SortByAccess;
			this.toolSortByAccess.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolSortByAccess.Name = "toolSortByAccess";
			this.toolSortByAccess.Size = new System.Drawing.Size(23, 22);
			this.toolSortByAccess.Text = "Sort by Access";
			this.toolSortByAccess.Click += new System.EventHandler(this.toolSortByAccess_Click);
			// 
			// toolSortByKind
			// 
			this.toolSortByKind.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolSortByKind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolSortByKind.Image = global::NClreplaced.DiagramEditor.Properties.Resources.SortByKind;
			this.toolSortByKind.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolSortByKind.Name = "toolSortByKind";
			this.toolSortByKind.Size = new System.Drawing.Size(23, 22);
			this.toolSortByKind.Text = "Sort by Kind";
			this.toolSortByKind.Click += new System.EventHandler(this.toolSortByKind_Click);
			// 
			// sepNewMember
			// 
			this.sepNewMember.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.sepNewMember.Name = "sepNewMember";
			this.sepNewMember.Size = new System.Drawing.Size(6, 25);
			// 
			// toolImplementList
			// 
			this.toolImplementList.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolImplementList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolImplementList.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Implements;
			this.toolImplementList.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolImplementList.Name = "toolImplementList";
			this.toolImplementList.Size = new System.Drawing.Size(23, 22);
			this.toolImplementList.Text = "Interface Implement List";
			this.toolImplementList.Click += new System.EventHandler(this.toolImplementList_Click);
			// 
			// toolOverrideList
			// 
			this.toolOverrideList.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolOverrideList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolOverrideList.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Overrides;
			this.toolOverrideList.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolOverrideList.Name = "toolOverrideList";
			this.toolOverrideList.Size = new System.Drawing.Size(23, 22);
			this.toolOverrideList.Text = "Override List";
			this.toolOverrideList.Click += new System.EventHandler(this.toolOverrideList_Click);
			// 
			// toolNewMember
			// 
			this.toolNewMember.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolNewMember.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolNewMember.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolNewField,
            this.toolNewMethod,
            this.toolNewProperty,
            this.toolNewEvent,
            this.toolNewConstructor,
            this.toolNewDestructor});
			this.toolNewMember.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicMethod;
			this.toolNewMember.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolNewMember.Name = "toolNewMember";
			this.toolNewMember.Size = new System.Drawing.Size(32, 22);
			this.toolNewMember.Text = "New Member";
			this.toolNewMember.ButtonClick += new System.EventHandler(this.toolNewMember_ButtonClick);
			// 
			// toolNewField
			// 
			this.toolNewField.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Field;
			this.toolNewField.Name = "toolNewField";
			this.toolNewField.Size = new System.Drawing.Size(166, 22);
			this.toolNewField.Text = "New Field";
			this.toolNewField.Click += new System.EventHandler(this.toolNewField_Click);
			// 
			// toolNewMethod
			// 
			this.toolNewMethod.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Method;
			this.toolNewMethod.Name = "toolNewMethod";
			this.toolNewMethod.Size = new System.Drawing.Size(166, 22);
			this.toolNewMethod.Text = "New Method";
			this.toolNewMethod.Click += new System.EventHandler(this.toolNewMethod_Click);
			// 
			// toolNewProperty
			// 
			this.toolNewProperty.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Property;
			this.toolNewProperty.Name = "toolNewProperty";
			this.toolNewProperty.Size = new System.Drawing.Size(166, 22);
			this.toolNewProperty.Text = "New Property";
			this.toolNewProperty.Click += new System.EventHandler(this.toolNewProperty_Click);
			// 
			// toolNewEvent
			// 
			this.toolNewEvent.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Event;
			this.toolNewEvent.Name = "toolNewEvent";
			this.toolNewEvent.Size = new System.Drawing.Size(166, 22);
			this.toolNewEvent.Text = "New Event";
			this.toolNewEvent.Click += new System.EventHandler(this.toolNewEvent_Click);
			// 
			// toolNewConstructor
			// 
			this.toolNewConstructor.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Constructor;
			this.toolNewConstructor.Name = "toolNewConstructor";
			this.toolNewConstructor.Size = new System.Drawing.Size(166, 22);
			this.toolNewConstructor.Text = "New Constructor";
			this.toolNewConstructor.Click += new System.EventHandler(this.toolNewConstructor_Click);
			// 
			// toolNewDestructor
			// 
			this.toolNewDestructor.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Destructor;
			this.toolNewDestructor.Name = "toolNewDestructor";
			this.toolNewDestructor.Size = new System.Drawing.Size(166, 22);
			this.toolNewDestructor.Text = "New Destructor";
			this.toolNewDestructor.Click += new System.EventHandler(this.toolNewDestructor_Click);
			// 
			// txtName
			// 
			this.txtName.Location = new System.Drawing.Point(4, 28);
			this.txtName.Name = "txtName";
			this.txtName.Padding = new System.Windows.Forms.Padding(1);
			this.txtName.ReadOnly = false;
			this.txtName.SelectionStart = 0;
			this.txtName.Size = new System.Drawing.Size(322, 20);
			this.txtName.TabIndex = 5;
			this.txtName.TextChanged += new System.EventHandler(this.textBox_TextChanged);
			this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
			this.txtName.Validating += new System.ComponentModel.CancelEventHandler(this.txtName_Validating);
			// 
			// errorProvider
			// 
			this.errorProvider.ContainerControl = this;
			// 
			// CompositeTypeEditor
			// 
			this.Controls.Add(this.txtName);
			this.Controls.Add(this.toolStrip);
			this.Name = "CompositeTypeEditor";
			this.Size = new System.Drawing.Size(330, 52);
			this.toolStrip.ResumeLayout(false);
			this.toolStrip.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

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

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.txtName = new NClreplaced.DiagramEditor.ClreplacedDiagram.Editors.BorderedTextBox();
			this.toolStrip = new System.Windows.Forms.ToolStrip();
			this.toolVisibility = new System.Windows.Forms.ToolStripDropDownButton();
			this.toolPublic = new System.Windows.Forms.ToolStripMenuItem();
			this.toolProtint = new System.Windows.Forms.ToolStripMenuItem();
			this.toolInternal = new System.Windows.Forms.ToolStripMenuItem();
			this.toolProtected = new System.Windows.Forms.ToolStripMenuItem();
			this.toolPrivate = new System.Windows.Forms.ToolStripMenuItem();
			this.toolDefault = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewParameter = new System.Windows.Forms.ToolStripButton();
			this.txtNewParameter = new NClreplaced.DiagramEditor.ClreplacedDiagram.Editors.BorderedTextBox();
			this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.txtReturnType = new NClreplaced.DiagramEditor.ClreplacedDiagram.Editors.BorderedTextBox();
			this.toolStrip.SuspendLayout();
			((System.ComponentModel.ISupportInitialize) (this.errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// txtName
			// 
			this.txtName.Location = new System.Drawing.Point(166, 27);
			this.txtName.Name = "txtName";
			this.txtName.Padding = new System.Windows.Forms.Padding(1);
			this.txtName.ReadOnly = false;
			this.txtName.SelectionStart = 0;
			this.txtName.Size = new System.Drawing.Size(160, 20);
			this.txtName.TabIndex = 1;
			this.txtName.TextChanged += new System.EventHandler(this.declaration_TextChanged);
			this.txtName.Validating += new System.ComponentModel.CancelEventHandler(this.declaration_Validating);
			this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
			// 
			// toolStrip
			// 
			this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolVisibility,
            this.toolNewParameter});
			this.toolStrip.Location = new System.Drawing.Point(0, 0);
			this.toolStrip.Name = "toolStrip";
			this.toolStrip.Padding = new System.Windows.Forms.Padding(5, 0, 1, 0);
			this.toolStrip.Size = new System.Drawing.Size(330, 25);
			this.toolStrip.TabIndex = 3;
			this.toolStrip.Text = "toolStrip1";
			// 
			// toolVisibility
			// 
			this.toolVisibility.AutoSize = false;
			this.toolVisibility.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolVisibility.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolPublic,
            this.toolProtint,
            this.toolInternal,
            this.toolProtected,
            this.toolPrivate,
            this.toolDefault});
			this.toolVisibility.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicDelegate;
			this.toolVisibility.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolVisibility.Name = "toolVisibility";
			this.toolVisibility.Size = new System.Drawing.Size(30, 22);
			this.toolVisibility.Text = "Public";
			// 
			// toolPublic
			// 
			this.toolPublic.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicDelegate;
			this.toolPublic.Name = "toolPublic";
			this.toolPublic.Size = new System.Drawing.Size(173, 22);
			this.toolPublic.Text = "Public";
			this.toolPublic.Click += new System.EventHandler(this.toolPublic_Click);
			// 
			// toolProtint
			// 
			this.toolProtint.Image = global::NClreplaced.DiagramEditor.Properties.Resources.ProtintDelegate;
			this.toolProtint.Name = "toolProtint";
			this.toolProtint.Size = new System.Drawing.Size(173, 22);
			this.toolProtint.Text = "Protected Internal";
			this.toolProtint.Click += new System.EventHandler(this.toolProtint_Click);
			// 
			// toolInternal
			// 
			this.toolInternal.Image = global::NClreplaced.DiagramEditor.Properties.Resources.InternalDelegate;
			this.toolInternal.Name = "toolInternal";
			this.toolInternal.Size = new System.Drawing.Size(173, 22);
			this.toolInternal.Text = "Internal";
			this.toolInternal.Click += new System.EventHandler(this.toolInternal_Click);
			// 
			// toolProtected
			// 
			this.toolProtected.Image = global::NClreplaced.DiagramEditor.Properties.Resources.ProtectedDelegate;
			this.toolProtected.Name = "toolProtected";
			this.toolProtected.Size = new System.Drawing.Size(173, 22);
			this.toolProtected.Text = "Protected";
			this.toolProtected.Click += new System.EventHandler(this.toolProtected_Click);
			// 
			// toolPrivate
			// 
			this.toolPrivate.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PrivateDelegate;
			this.toolPrivate.Name = "toolPrivate";
			this.toolPrivate.Size = new System.Drawing.Size(173, 22);
			this.toolPrivate.Text = "Private";
			this.toolPrivate.Click += new System.EventHandler(this.toolPrivate_Click);
			// 
			// toolDefault
			// 
			this.toolDefault.Image = global::NClreplaced.DiagramEditor.Properties.Resources.DefaultDelegate;
			this.toolDefault.Name = "toolDefault";
			this.toolDefault.Size = new System.Drawing.Size(173, 22);
			this.toolDefault.Text = "Default";
			this.toolDefault.Click += new System.EventHandler(this.toolDefault_Click);
			// 
			// toolNewParameter
			// 
			this.toolNewParameter.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolNewParameter.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolNewParameter.Image = global::NClreplaced.DiagramEditor.Properties.Resources.NewParameter;
			this.toolNewParameter.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolNewParameter.Name = "toolNewParameter";
			this.toolNewParameter.Size = new System.Drawing.Size(23, 22);
			this.toolNewParameter.Text = "New Parameter";
			this.toolNewParameter.Click += new System.EventHandler(this.toolNewValue_Click);
			// 
			// txtNewParameter
			// 
			this.txtNewParameter.AcceptsTab = true;
			this.txtNewParameter.Location = new System.Drawing.Point(110, 4);
			this.txtNewParameter.Name = "txtNewParameter";
			this.txtNewParameter.Padding = new System.Windows.Forms.Padding(1);
			this.txtNewParameter.ReadOnly = false;
			this.txtNewParameter.SelectionStart = 0;
			this.txtNewParameter.Size = new System.Drawing.Size(191, 20);
			this.txtNewParameter.TabIndex = 2;
			this.txtNewParameter.TextChanged += new System.EventHandler(this.txtNewValue_TextChanged);
			this.txtNewParameter.GotFocus += new System.EventHandler(this.txtNewValue_GotFocus);
			this.txtNewParameter.LostFocus += new System.EventHandler(this.txtNewValue_LostFocus);
			this.txtNewParameter.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNewValue_KeyDown);
			// 
			// errorProvider
			// 
			this.errorProvider.ContainerControl = this;
			// 
			// txtReturnType
			// 
			this.txtReturnType.Location = new System.Drawing.Point(4, 27);
			this.txtReturnType.Name = "txtReturnType";
			this.txtReturnType.Padding = new System.Windows.Forms.Padding(1);
			this.txtReturnType.ReadOnly = false;
			this.txtReturnType.SelectionStart = 0;
			this.txtReturnType.Size = new System.Drawing.Size(159, 20);
			this.txtReturnType.TabIndex = 0;
			this.txtReturnType.TextChanged += new System.EventHandler(this.declaration_TextChanged);
			this.txtReturnType.Validating += new System.ComponentModel.CancelEventHandler(this.declaration_Validating);
			this.txtReturnType.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtReturnType_KeyDown);
			// 
			// DelegateEditor
			// 
			this.Controls.Add(this.txtReturnType);
			this.Controls.Add(this.txtNewParameter);
			this.Controls.Add(this.txtName);
			this.Controls.Add(this.toolStrip);
			this.Name = "DelegateEditor";
			this.Size = new System.Drawing.Size(330, 51);
			this.toolStrip.ResumeLayout(false);
			this.toolStrip.PerformLayout();
			((System.ComponentModel.ISupportInitialize) (this.errorProvider)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

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

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.txtName = new NClreplaced.DiagramEditor.ClreplacedDiagram.Editors.BorderedTextBox();
			this.toolStrip = new System.Windows.Forms.ToolStrip();
			this.toolVisibility = new System.Windows.Forms.ToolStripDropDownButton();
			this.toolPublic = new System.Windows.Forms.ToolStripMenuItem();
			this.toolProtint = new System.Windows.Forms.ToolStripMenuItem();
			this.toolInternal = new System.Windows.Forms.ToolStripMenuItem();
			this.toolProtected = new System.Windows.Forms.ToolStripMenuItem();
			this.toolPrivate = new System.Windows.Forms.ToolStripMenuItem();
			this.toolDefault = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewValue = new System.Windows.Forms.ToolStripButton();
			this.txtNewValue = new NClreplaced.DiagramEditor.ClreplacedDiagram.Editors.BorderedTextBox();
			this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.toolStrip.SuspendLayout();
			((System.ComponentModel.ISupportInitialize) (this.errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// txtName
			// 
			this.txtName.Location = new System.Drawing.Point(4, 27);
			this.txtName.Name = "txtName";
			this.txtName.Padding = new System.Windows.Forms.Padding(1);
			this.txtName.ReadOnly = false;
			this.txtName.SelectionStart = 0;
			this.txtName.Size = new System.Drawing.Size(322, 20);
			this.txtName.TabIndex = 0;
			this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
			this.txtName.Validating += new System.ComponentModel.CancelEventHandler(this.txtName_Validating);
			this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
			// 
			// toolStrip
			// 
			this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolVisibility,
            this.toolNewValue});
			this.toolStrip.Location = new System.Drawing.Point(0, 0);
			this.toolStrip.Name = "toolStrip";
			this.toolStrip.Padding = new System.Windows.Forms.Padding(5, 0, 1, 0);
			this.toolStrip.Size = new System.Drawing.Size(330, 25);
			this.toolStrip.TabIndex = 2;
			this.toolStrip.Text = "toolStrip1";
			// 
			// toolVisibility
			// 
			this.toolVisibility.AutoSize = false;
			this.toolVisibility.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolVisibility.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolPublic,
            this.toolProtint,
            this.toolInternal,
            this.toolProtected,
            this.toolPrivate,
            this.toolDefault});
			this.toolVisibility.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicEnum;
			this.toolVisibility.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolVisibility.Name = "toolVisibility";
			this.toolVisibility.Size = new System.Drawing.Size(30, 22);
			this.toolVisibility.Text = "Public";
			// 
			// toolPublic
			// 
			this.toolPublic.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicEnum;
			this.toolPublic.Name = "toolPublic";
			this.toolPublic.Size = new System.Drawing.Size(173, 22);
			this.toolPublic.Text = "Public";
			this.toolPublic.Click += new System.EventHandler(this.toolPublic_Click);
			// 
			// toolProtint
			// 
			this.toolProtint.Image = global::NClreplaced.DiagramEditor.Properties.Resources.ProtintEnum;
			this.toolProtint.Name = "toolProtint";
			this.toolProtint.Size = new System.Drawing.Size(173, 22);
			this.toolProtint.Text = "Protected Internal";
			this.toolProtint.Click += new System.EventHandler(this.toolProtint_Click);
			// 
			// toolInternal
			// 
			this.toolInternal.Image = global::NClreplaced.DiagramEditor.Properties.Resources.InternalEnum;
			this.toolInternal.Name = "toolInternal";
			this.toolInternal.Size = new System.Drawing.Size(173, 22);
			this.toolInternal.Text = "Internal";
			this.toolInternal.Click += new System.EventHandler(this.toolInternal_Click);
			// 
			// toolProtected
			// 
			this.toolProtected.Image = global::NClreplaced.DiagramEditor.Properties.Resources.ProtectedEnum;
			this.toolProtected.Name = "toolProtected";
			this.toolProtected.Size = new System.Drawing.Size(173, 22);
			this.toolProtected.Text = "Protected";
			this.toolProtected.Click += new System.EventHandler(this.toolProtected_Click);
			// 
			// toolPrivate
			// 
			this.toolPrivate.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PrivateEnum;
			this.toolPrivate.Name = "toolPrivate";
			this.toolPrivate.Size = new System.Drawing.Size(173, 22);
			this.toolPrivate.Text = "Private";
			this.toolPrivate.Click += new System.EventHandler(this.toolPrivate_Click);
			// 
			// toolDefault
			// 
			this.toolDefault.Image = global::NClreplaced.DiagramEditor.Properties.Resources.DefaultEnum;
			this.toolDefault.Name = "toolDefault";
			this.toolDefault.Size = new System.Drawing.Size(173, 22);
			this.toolDefault.Text = "Default";
			this.toolDefault.Click += new System.EventHandler(this.toolDefault_Click);
			// 
			// toolNewValue
			// 
			this.toolNewValue.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolNewValue.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolNewValue.Image = global::NClreplaced.DiagramEditor.Properties.Resources.NewEnumItem;
			this.toolNewValue.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolNewValue.Name = "toolNewValue";
			this.toolNewValue.Size = new System.Drawing.Size(23, 22);
			this.toolNewValue.Text = "New Value";
			this.toolNewValue.Click += new System.EventHandler(this.toolNewValue_Click);
			// 
			// txtNewValue
			// 
			this.txtNewValue.AcceptsTab = true;
			this.txtNewValue.Location = new System.Drawing.Point(110, 4);
			this.txtNewValue.Name = "txtNewValue";
			this.txtNewValue.Padding = new System.Windows.Forms.Padding(1);
			this.txtNewValue.ReadOnly = false;
			this.txtNewValue.SelectionStart = 0;
			this.txtNewValue.Size = new System.Drawing.Size(191, 20);
			this.txtNewValue.TabIndex = 1;
			this.txtNewValue.TextChanged += new System.EventHandler(this.txtNewValue_TextChanged);
			this.txtNewValue.GotFocus += new System.EventHandler(this.txtNewValue_GotFocus);
			this.txtNewValue.LostFocus += new System.EventHandler(this.txtNewValue_LostFocus);
			this.txtNewValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNewValue_KeyDown);
			// 
			// errorProvider
			// 
			this.errorProvider.ContainerControl = this;
			// 
			// EnumEditor
			// 
			this.Controls.Add(this.txtNewValue);
			this.Controls.Add(this.txtName);
			this.Controls.Add(this.toolStrip);
			this.Name = "EnumEditor";
			this.Size = new System.Drawing.Size(330, 51);
			this.toolStrip.ResumeLayout(false);
			this.toolStrip.PerformLayout();
			((System.ComponentModel.ISupportInitialize) (this.errorProvider)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

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

private void InitializeComponent()
		{
			this.lblreplacedle = new System.Windows.Forms.Label();
			this.btnClose = new System.Windows.Forms.Button();
			this.lblCopyright = new System.Windows.Forms.Label();
			this.lnkHomepage = new System.Windows.Forms.LinkLabel();
			this.lnkEmail = new System.Windows.Forms.LinkLabel();
			this.picEmail = new System.Windows.Forms.PictureBox();
			this.picHomepage = new System.Windows.Forms.PictureBox();
			this.lblStatus = new System.Windows.Forms.Label();
			this.lblTranslator = new System.Windows.Forms.Label();
			((System.ComponentModel.ISupportInitialize) (this.picEmail)).BeginInit();
			((System.ComponentModel.ISupportInitialize) (this.picHomepage)).BeginInit();
			this.SuspendLayout();
			// 
			// lblreplacedle
			// 
			this.lblreplacedle.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (238)));
			this.lblreplacedle.Location = new System.Drawing.Point(65, 9);
			this.lblreplacedle.Name = "lblreplacedle";
			this.lblreplacedle.Size = new System.Drawing.Size(240, 44);
			this.lblreplacedle.TabIndex = 8;
			this.lblreplacedle.Text = "NClreplaced vX.X";
			this.lblreplacedle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// btnClose
			// 
			this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnClose.Location = new System.Drawing.Point(284, 170);
			this.btnClose.Name = "btnClose";
			this.btnClose.Size = new System.Drawing.Size(75, 23);
			this.btnClose.TabIndex = 5;
			this.btnClose.Text = "Close";
			this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
			// 
			// lblCopyright
			// 
			this.lblCopyright.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.lblCopyright.Location = new System.Drawing.Point(77, 53);
			this.lblCopyright.Name = "lblCopyright";
			this.lblCopyright.Size = new System.Drawing.Size(216, 13);
			this.lblCopyright.TabIndex = 9;
			this.lblCopyright.Text = "Copyright (C) 2006-2009 Balazs Tihanyi";
			this.lblCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// lnkHomepage
			// 
			this.lnkHomepage.ActiveLinkColor = System.Drawing.Color.Black;
			this.lnkHomepage.AutoSize = true;
			this.lnkHomepage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lnkHomepage.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.lnkHomepage.LinkColor = System.Drawing.Color.Black;
			this.lnkHomepage.Location = new System.Drawing.Point(57, 135);
			this.lnkHomepage.Name = "lnkHomepage";
			this.lnkHomepage.Size = new System.Drawing.Size(127, 13);
			this.lnkHomepage.TabIndex = 7;
			this.lnkHomepage.TabStop = true;
			this.lnkHomepage.Text = "Visit program\'s homepage";
			this.lnkHomepage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lnkHomepage.VisitedLinkColor = System.Drawing.Color.Black;
			this.lnkHomepage.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkHomepage_LinkClicked);
			// 
			// lnkEmail
			// 
			this.lnkEmail.AccessibleName = "";
			this.lnkEmail.ActiveLinkColor = System.Drawing.Color.Black;
			this.lnkEmail.AutoSize = true;
			this.lnkEmail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lnkEmail.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.lnkEmail.LinkColor = System.Drawing.Color.Black;
			this.lnkEmail.Location = new System.Drawing.Point(57, 94);
			this.lnkEmail.Name = "lnkEmail";
			this.lnkEmail.Size = new System.Drawing.Size(173, 13);
			this.lnkEmail.TabIndex = 6;
			this.lnkEmail.TabStop = true;
			this.lnkEmail.Text = "Send e-mail to the program\'s author";
			this.lnkEmail.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lnkEmail.VisitedLinkColor = System.Drawing.Color.Black;
			this.lnkEmail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkEmail_LinkClicked);
			// 
			// picEmail
			// 
			this.picEmail.Image = global::NClreplaced.GUI.Properties.Resources.Mail;
			this.picEmail.Location = new System.Drawing.Point(14, 85);
			this.picEmail.Name = "picEmail";
			this.picEmail.Size = new System.Drawing.Size(32, 32);
			this.picEmail.TabIndex = 10;
			this.picEmail.TabStop = false;
			// 
			// picHomepage
			// 
			this.picHomepage.Image = global::NClreplaced.GUI.Properties.Resources.Web;
			this.picHomepage.Location = new System.Drawing.Point(15, 127);
			this.picHomepage.Name = "picHomepage";
			this.picHomepage.Size = new System.Drawing.Size(30, 30);
			this.picHomepage.TabIndex = 11;
			this.picHomepage.TabStop = false;
			// 
			// lblStatus
			// 
			this.lblStatus.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.lblStatus.ForeColor = System.Drawing.Color.FromArgb(((int) (((byte) (0)))), ((int) (((byte) (0)))), ((int) (((byte) (192)))));
			this.lblStatus.Location = new System.Drawing.Point(95, 66);
			this.lblStatus.Name = "lblStatus";
			this.lblStatus.Size = new System.Drawing.Size(181, 13);
			this.lblStatus.TabIndex = 12;
			this.lblStatus.Text = "Beta version";
			this.lblStatus.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			this.lblStatus.Visible = false;
			// 
			// lblTranslator
			// 
			this.lblTranslator.AutoSize = true;
			this.lblTranslator.Location = new System.Drawing.Point(12, 175);
			this.lblTranslator.Name = "lblTranslator";
			this.lblTranslator.Size = new System.Drawing.Size(54, 13);
			this.lblTranslator.TabIndex = 13;
			this.lblTranslator.Text = "Translator";
			// 
			// AboutDialog
			// 
			this.AcceptButton = this.btnClose;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.btnClose;
			this.ClientSize = new System.Drawing.Size(371, 205);
			this.Controls.Add(this.lblTranslator);
			this.Controls.Add(this.lblStatus);
			this.Controls.Add(this.picHomepage);
			this.Controls.Add(this.picEmail);
			this.Controls.Add(this.lblreplacedle);
			this.Controls.Add(this.btnClose);
			this.Controls.Add(this.lblCopyright);
			this.Controls.Add(this.lnkHomepage);
			this.Controls.Add(this.lnkEmail);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "AboutDialog";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "About NClreplaced";
			((System.ComponentModel.ISupportInitialize) (this.picEmail)).EndInit();
			((System.ComponentModel.ISupportInitialize) (this.picHomepage)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

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

private void InitializeComponent()
        {
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.buttonSaveSelected = new System.Windows.Forms.Button();
            this.buttonTryConvert = new System.Windows.Forms.Button();
            this.buttonSaveAll = new System.Windows.Forms.Button();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.pictureBox2 = new PictureBox_Ext.PictureBoxExt();
            this.pictureBox1 = new PictureBox_Ext.PictureBoxExt();
            this.tableLayoutPanel1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // listBox1
            // 
            this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBox1.FormattingEnabled = true;
            this.listBox1.Location = new System.Drawing.Point(3, 3);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(202, 505);
            this.listBox1.TabIndex = 1;
            this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.80952F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.09524F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.09524F));
            this.tableLayoutPanel1.Controls.Add(this.buttonSaveSelected, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.buttonTryConvert, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.listBox1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.buttonSaveAll, 2, 1);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 2, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(874, 539);
            this.tableLayoutPanel1.TabIndex = 3;
            // 
            // buttonSaveSelected
            // 
            this.buttonSaveSelected.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.buttonSaveSelected.Location = new System.Drawing.Point(318, 514);
            this.buttonSaveSelected.Name = "buttonSaveSelected";
            this.buttonSaveSelected.Size = new System.Drawing.Size(112, 22);
            this.buttonSaveSelected.TabIndex = 7;
            this.buttonSaveSelected.Text = "Save Selected";
            this.buttonSaveSelected.UseVisualStyleBackColor = true;
            this.buttonSaveSelected.Click += new System.EventHandler(this.buttonSaveSelected_Click);
            // 
            // buttonTryConvert
            // 
            this.buttonTryConvert.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.buttonTryConvert.Location = new System.Drawing.Point(48, 514);
            this.buttonTryConvert.Name = "buttonTryConvert";
            this.buttonTryConvert.Size = new System.Drawing.Size(112, 22);
            this.buttonTryConvert.TabIndex = 6;
            this.buttonTryConvert.Text = "BMP->TGA->BMP";
            this.buttonTryConvert.UseVisualStyleBackColor = true;
            this.buttonTryConvert.Click += new System.EventHandler(this.buttonTryConvert_Click);
            // 
            // buttonSaveAll
            // 
            this.buttonSaveAll.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.buttonSaveAll.Location = new System.Drawing.Point(651, 514);
            this.buttonSaveAll.Name = "buttonSaveAll";
            this.buttonSaveAll.Size = new System.Drawing.Size(112, 22);
            this.buttonSaveAll.TabIndex = 5;
            this.buttonSaveAll.Text = "Save All";
            this.buttonSaveAll.UseVisualStyleBackColor = true;
            this.buttonSaveAll.Click += new System.EventHandler(this.buttonSaveAll_Click);
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this.richTextBox1, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.pictureBox2, 0, 1);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(208, 0);
            this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.Size = new System.Drawing.Size(332, 511);
            this.tableLayoutPanel2.TabIndex = 9;
            // 
            // richTextBox1
            // 
            this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox1.Location = new System.Drawing.Point(3, 3);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.ReadOnly = true;
            this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
            this.richTextBox1.Size = new System.Drawing.Size(326, 435);
            this.richTextBox1.TabIndex = 3;
            this.richTextBox1.Text = "";
            // 
            // pictureBox2
            // 
            this.pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox2.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.HighQualityBilinear;
            this.pictureBox2.Location = new System.Drawing.Point(134, 444);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.PixelOffsetMode = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
            this.pictureBox2.Size = new System.Drawing.Size(64, 64);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox2.TabIndex = 4;
            this.pictureBox2.TabStop = false;
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.Gray;
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor;
            this.pictureBox1.Location = new System.Drawing.Point(543, 3);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.PixelOffsetMode = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
            this.pictureBox1.Size = new System.Drawing.Size(328, 505);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 10;
            this.pictureBox1.TabStop = false;
            // 
            // Form1
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(874, 539);
            this.Controls.Add(this.tableLayoutPanel1);
            this.DoubleBuffered = true;
            this.KeyPreview = true;
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "TGA Sharp Lib Test";
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);

        }

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

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.toolStrip = new System.Windows.Forms.ToolStrip();
			this.toolVisibility = new System.Windows.Forms.ToolStripDropDownButton();
			this.toolPublic = new System.Windows.Forms.ToolStripMenuItem();
			this.toolProtint = new System.Windows.Forms.ToolStripMenuItem();
			this.toolInternal = new System.Windows.Forms.ToolStripMenuItem();
			this.toolProtected = new System.Windows.Forms.ToolStripMenuItem();
			this.toolPrivate = new System.Windows.Forms.ToolStripMenuItem();
			this.toolDefault = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStatic = new System.Windows.Forms.ToolStripButton();
			this.toolDelete = new System.Windows.Forms.ToolStripButton();
			this.toolMoveDown = new System.Windows.Forms.ToolStripButton();
			this.toolMoveUp = new System.Windows.Forms.ToolStripButton();
			this.toolHider = new System.Windows.Forms.ToolStripButton();
			this.toolFieldModifiers = new System.Windows.Forms.ToolStripDropDownButton();
			this.toolFieldNone = new System.Windows.Forms.ToolStripMenuItem();
			this.toolReadonlyField = new System.Windows.Forms.ToolStripMenuItem();
			this.toolConst = new System.Windows.Forms.ToolStripMenuItem();
			this.toolVolatile = new System.Windows.Forms.ToolStripMenuItem();
			this.toolOperationModifiers = new System.Windows.Forms.ToolStripDropDownButton();
			this.toolOperationNone = new System.Windows.Forms.ToolStripMenuItem();
			this.toolAbstract = new System.Windows.Forms.ToolStripMenuItem();
			this.toolVirtual = new System.Windows.Forms.ToolStripMenuItem();
			this.toolOverride = new System.Windows.Forms.ToolStripMenuItem();
			this.toolSealed = new System.Windows.Forms.ToolStripMenuItem();
			this.toolAbstractOverride = new System.Windows.Forms.ToolStripMenuItem();
			this.toolAccessor = new System.Windows.Forms.ToolStripDropDownButton();
			this.toolReadWrite = new System.Windows.Forms.ToolStripMenuItem();
			this.toolReadOnly = new System.Windows.Forms.ToolStripMenuItem();
			this.toolWriteOnly = new System.Windows.Forms.ToolStripMenuItem();
			this.sepNewMember = new System.Windows.Forms.ToolStripSeparator();
			this.toolNewMember = new System.Windows.Forms.ToolStripSplitButton();
			this.toolNewField = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewMethod = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewProperty = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewEvent = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewConstructor = new System.Windows.Forms.ToolStripMenuItem();
			this.toolNewDestructor = new System.Windows.Forms.ToolStripMenuItem();
            this.txtDeclaration = new NClreplaced.DiagramEditor.ClreplacedDiagram.Editors.BorderedTextBox();
            this.pnlAdvancedOptions = new System.Windows.Forms.Panel();
            this.lblNHMColumnName = new System.Windows.Forms.Label();
            this.txtNHMColumnName = new NClreplaced.DiagramEditor.ClreplacedDiagram.Editors.BorderedTextBox();
            this.chkIsIdenreplacedy = new System.Windows.Forms.CheckBox();
            this.chkIsUnique = new System.Windows.Forms.CheckBox();
            this.chkIsNotNull = new System.Windows.Forms.CheckBox();
            this.lblManyToOne = new System.Windows.Forms.Label();
            this.cboManyToOne = new System.Windows.Forms.ComboBox();
            this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.toolStrip.SuspendLayout();
			((System.ComponentModel.ISupportInitialize) (this.errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// toolStrip
			// 
			this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolVisibility,
            this.toolStatic,
            this.toolDelete,
            this.toolMoveDown,
            this.toolMoveUp,
            this.toolHider,
            this.toolFieldModifiers,
            this.toolOperationModifiers,
            this.toolAccessor,
            this.sepNewMember,
            this.toolNewMember});
			this.toolStrip.Location = new System.Drawing.Point(0, 0);
			this.toolStrip.Name = "toolStrip";
			this.toolStrip.Padding = new System.Windows.Forms.Padding(5, 0, 1, 0);
			this.toolStrip.Size = new System.Drawing.Size(330, 25);
			this.toolStrip.TabIndex = 0;
			this.toolStrip.Text = "toolStrip1";
			// 
			// toolVisibility
			// 
			this.toolVisibility.AutoSize = false;
			this.toolVisibility.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolVisibility.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolPublic,
            this.toolProtint,
            this.toolInternal,
            this.toolProtected,
            this.toolPrivate,
            this.toolDefault});
			this.toolVisibility.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicMethod;
			this.toolVisibility.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolVisibility.Name = "toolVisibility";
			this.toolVisibility.Size = new System.Drawing.Size(30, 22);
			this.toolVisibility.Text = "Protected";
			// 
			// toolPublic
			// 
			this.toolPublic.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicMethod;
			this.toolPublic.Name = "toolPublic";
			this.toolPublic.Size = new System.Drawing.Size(173, 22);
			this.toolPublic.Text = "Public";
			this.toolPublic.Click += new System.EventHandler(this.toolPublic_Click);
			// 
			// toolProtint
			// 
			this.toolProtint.Image = global::NClreplaced.DiagramEditor.Properties.Resources.ProtintMethod;
			this.toolProtint.Name = "toolProtint";
			this.toolProtint.Size = new System.Drawing.Size(173, 22);
			this.toolProtint.Text = "Protected Internal";
			this.toolProtint.Click += new System.EventHandler(this.toolProtint_Click);
			// 
			// toolInternal
			// 
			this.toolInternal.Image = global::NClreplaced.DiagramEditor.Properties.Resources.InternalMethod;
			this.toolInternal.Name = "toolInternal";
			this.toolInternal.Size = new System.Drawing.Size(173, 22);
			this.toolInternal.Text = "Internal";
			this.toolInternal.Click += new System.EventHandler(this.toolInternal_Click);
			// 
			// toolProtected
			// 
			this.toolProtected.Image = global::NClreplaced.DiagramEditor.Properties.Resources.ProtectedMethod;
			this.toolProtected.Name = "toolProtected";
			this.toolProtected.Size = new System.Drawing.Size(173, 22);
			this.toolProtected.Text = "Protected";
			this.toolProtected.Click += new System.EventHandler(this.toolProtected_Click);
			// 
			// toolPrivate
			// 
			this.toolPrivate.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PrivateMethod;
			this.toolPrivate.Name = "toolPrivate";
			this.toolPrivate.Size = new System.Drawing.Size(173, 22);
			this.toolPrivate.Text = "Private";
			this.toolPrivate.Click += new System.EventHandler(this.toolPrivate_Click);
			// 
			// toolDefault
			// 
			this.toolDefault.Image = global::NClreplaced.DiagramEditor.Properties.Resources.DefaultMethod;
			this.toolDefault.Name = "toolDefault";
			this.toolDefault.Size = new System.Drawing.Size(173, 22);
			this.toolDefault.Text = "Default";
			this.toolDefault.Click += new System.EventHandler(this.toolDefault_Click);
			// 
			// toolStatic
			// 
			this.toolStatic.CheckOnClick = true;
			this.toolStatic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStatic.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Static;
			this.toolStatic.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStatic.Name = "toolStatic";
			this.toolStatic.Size = new System.Drawing.Size(23, 22);
			this.toolStatic.Text = "Static";
			this.toolStatic.ToolTipText = "Static";
			this.toolStatic.CheckedChanged += new System.EventHandler(this.toolStatic_CheckedChanged);
			// 
			// toolDelete
			// 
			this.toolDelete.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolDelete.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Delete;
			this.toolDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolDelete.Name = "toolDelete";
			this.toolDelete.Size = new System.Drawing.Size(23, 22);
			this.toolDelete.Text = "toolStripButton2";
			this.toolDelete.ToolTipText = "Delete";
			this.toolDelete.Click += new System.EventHandler(this.toolDelete_Click);
			// 
			// toolMoveDown
			// 
			this.toolMoveDown.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolMoveDown.Image = global::NClreplaced.DiagramEditor.Properties.Resources.MoveDown;
			this.toolMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolMoveDown.Name = "toolMoveDown";
			this.toolMoveDown.Size = new System.Drawing.Size(23, 22);
			this.toolMoveDown.Text = "toolStripButton3";
			this.toolMoveDown.ToolTipText = "Move Down";
			this.toolMoveDown.Click += new System.EventHandler(this.toolMoveDown_Click);
			// 
			// toolMoveUp
			// 
			this.toolMoveUp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolMoveUp.Image = global::NClreplaced.DiagramEditor.Properties.Resources.MoveUp;
			this.toolMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolMoveUp.Name = "toolMoveUp";
			this.toolMoveUp.Size = new System.Drawing.Size(23, 22);
			this.toolMoveUp.Text = "toolStripButton4";
			this.toolMoveUp.ToolTipText = "Move Up";
			this.toolMoveUp.Click += new System.EventHandler(this.toolMoveUp_Click);
			// 
			// toolHider
			// 
			this.toolHider.CheckOnClick = true;
			this.toolHider.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolHider.Image = global::NClreplaced.DiagramEditor.Properties.Resources.NewModifier;
			this.toolHider.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolHider.Name = "toolHider";
			this.toolHider.Size = new System.Drawing.Size(23, 22);
			this.toolHider.Text = "toolStripButton5";
			this.toolHider.ToolTipText = "New";
			this.toolHider.CheckedChanged += new System.EventHandler(this.toolHider_CheckedChanged);
			// 
			// toolFieldModifiers
			// 
			this.toolFieldModifiers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.toolFieldModifiers.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolFieldNone,
            this.toolReadonlyField,
            this.toolConst,
            this.toolVolatile});
			this.toolFieldModifiers.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolFieldModifiers.Name = "toolFieldModifiers";
			this.toolFieldModifiers.Size = new System.Drawing.Size(45, 22);
			this.toolFieldModifiers.Text = "None";
			// 
			// toolFieldNone
			// 
			this.toolFieldNone.Name = "toolFieldNone";
			this.toolFieldNone.Size = new System.Drawing.Size(130, 22);
			this.toolFieldNone.Text = "None";
			this.toolFieldNone.Click += new System.EventHandler(this.toolFieldNone_Click);
			// 
			// toolReadonlyField
			// 
			this.toolReadonlyField.Name = "toolReadonlyField";
			this.toolReadonlyField.Size = new System.Drawing.Size(130, 22);
			this.toolReadonlyField.Text = "Readonly";
			this.toolReadonlyField.Click += new System.EventHandler(this.toolReadonlyField_Click);
			// 
			// toolConst
			// 
			this.toolConst.Name = "toolConst";
			this.toolConst.Size = new System.Drawing.Size(130, 22);
			this.toolConst.Text = "Const";
			this.toolConst.Click += new System.EventHandler(this.toolConst_Click);
			// 
			// toolVolatile
			// 
			this.toolVolatile.Name = "toolVolatile";
			this.toolVolatile.Size = new System.Drawing.Size(130, 22);
			this.toolVolatile.Text = "Volatile";
			this.toolVolatile.Click += new System.EventHandler(this.toolVolatile_Click);
			// 
			// toolOperationModifiers
			// 
			this.toolOperationModifiers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.toolOperationModifiers.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolOperationNone,
            this.toolAbstract,
            this.toolVirtual,
            this.toolOverride,
            this.toolSealed,
            this.toolAbstractOverride});
			this.toolOperationModifiers.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolOperationModifiers.Name = "toolOperationModifiers";
			this.toolOperationModifiers.Size = new System.Drawing.Size(45, 22);
			this.toolOperationModifiers.Text = "None";
			// 
			// toolOperationNone
			// 
			this.toolOperationNone.Name = "toolOperationNone";
			this.toolOperationNone.Size = new System.Drawing.Size(171, 22);
			this.toolOperationNone.Text = "None";
			this.toolOperationNone.Click += new System.EventHandler(this.toolOperationNone_Click);
			// 
			// toolAbstract
			// 
			this.toolAbstract.Name = "toolAbstract";
			this.toolAbstract.Size = new System.Drawing.Size(171, 22);
			this.toolAbstract.Text = "Abstract";
			this.toolAbstract.Click += new System.EventHandler(this.toolAbstract_Click);
			// 
			// toolVirtual
			// 
			this.toolVirtual.Name = "toolVirtual";
			this.toolVirtual.Size = new System.Drawing.Size(171, 22);
			this.toolVirtual.Text = "Virtual";
			this.toolVirtual.Click += new System.EventHandler(this.toolVirtual_Click);
			// 
			// toolOverride
			// 
			this.toolOverride.Name = "toolOverride";
			this.toolOverride.Size = new System.Drawing.Size(171, 22);
			this.toolOverride.Text = "Override";
			this.toolOverride.Click += new System.EventHandler(this.toolOverride_Click);
			// 
			// toolSealed
			// 
			this.toolSealed.Name = "toolSealed";
			this.toolSealed.Size = new System.Drawing.Size(171, 22);
			this.toolSealed.Text = "Sealed";
			this.toolSealed.Click += new System.EventHandler(this.toolSealed_Click);
			// 
			// toolAbstractOverride
			// 
			this.toolAbstractOverride.Name = "toolAbstractOverride";
			this.toolAbstractOverride.Size = new System.Drawing.Size(171, 22);
			this.toolAbstractOverride.Text = "Abstract Override";
			this.toolAbstractOverride.Click += new System.EventHandler(this.toolAbstractOverride_Click);
			// 
			// toolAccessor
			// 
			this.toolAccessor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolAccessor.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolReadWrite,
            this.toolReadOnly,
            this.toolWriteOnly});
			this.toolAccessor.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicProperty;
			this.toolAccessor.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolAccessor.Name = "toolAccessor";
			this.toolAccessor.Size = new System.Drawing.Size(29, 22);
			this.toolAccessor.Text = "toolStripDropDownButton3";
			this.toolAccessor.ToolTipText = "Read-Write";
			// 
			// toolReadWrite
			// 
			this.toolReadWrite.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicProperty;
			this.toolReadWrite.Name = "toolReadWrite";
			this.toolReadWrite.Size = new System.Drawing.Size(140, 22);
			this.toolReadWrite.Text = "Read-Write";
			this.toolReadWrite.Click += new System.EventHandler(this.toolReadWrite_Click);
			// 
			// toolReadOnly
			// 
			this.toolReadOnly.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicReadonly;
			this.toolReadOnly.Name = "toolReadOnly";
			this.toolReadOnly.Size = new System.Drawing.Size(140, 22);
			this.toolReadOnly.Text = "Read-only";
			this.toolReadOnly.Click += new System.EventHandler(this.toolReadOnly_Click);
			// 
			// toolWriteOnly
			// 
			this.toolWriteOnly.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicWriteonly;
			this.toolWriteOnly.Name = "toolWriteOnly";
			this.toolWriteOnly.Size = new System.Drawing.Size(140, 22);
			this.toolWriteOnly.Text = "Write-only";
			this.toolWriteOnly.Click += new System.EventHandler(this.toolWriteOnly_Click);
			// 
			// sepNewMember
			// 
			this.sepNewMember.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.sepNewMember.Name = "sepNewMember";
			this.sepNewMember.Size = new System.Drawing.Size(6, 25);
			// 
			// toolNewMember
			// 
			this.toolNewMember.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolNewMember.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolNewMember.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolNewField,
            this.toolNewMethod,
            this.toolNewProperty,
            this.toolNewEvent,
            this.toolNewConstructor,
            this.toolNewDestructor});
			this.toolNewMember.Image = global::NClreplaced.DiagramEditor.Properties.Resources.PublicMethod;
			this.toolNewMember.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolNewMember.Name = "toolNewMember";
			this.toolNewMember.Size = new System.Drawing.Size(32, 22);
			this.toolNewMember.Text = "toolStripSplitButton1";
			this.toolNewMember.ButtonClick += new System.EventHandler(this.toolNewMember_ButtonClick);
			// 
			// toolNewField
			// 
			this.toolNewField.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Field;
			this.toolNewField.Name = "toolNewField";
			this.toolNewField.Size = new System.Drawing.Size(166, 22);
			this.toolNewField.Text = "New Field";
			this.toolNewField.Click += new System.EventHandler(this.toolNewField_Click);
			// 
			// toolNewMethod
			// 
			this.toolNewMethod.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Method;
			this.toolNewMethod.Name = "toolNewMethod";
			this.toolNewMethod.Size = new System.Drawing.Size(166, 22);
			this.toolNewMethod.Text = "New Method";
			this.toolNewMethod.Click += new System.EventHandler(this.toolNewMethod_Click);
			// 
			// toolNewProperty
			// 
			this.toolNewProperty.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Property;
			this.toolNewProperty.Name = "toolNewProperty";
			this.toolNewProperty.Size = new System.Drawing.Size(166, 22);
			this.toolNewProperty.Text = "New Property";
			this.toolNewProperty.Click += new System.EventHandler(this.toolNewProperty_Click);
			// 
			// toolNewEvent
			// 
			this.toolNewEvent.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Event;
			this.toolNewEvent.Name = "toolNewEvent";
			this.toolNewEvent.Size = new System.Drawing.Size(166, 22);
			this.toolNewEvent.Text = "New Event";
			this.toolNewEvent.Click += new System.EventHandler(this.toolNewEvent_Click);
			// 
			// toolNewConstructor
			// 
			this.toolNewConstructor.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Constructor;
			this.toolNewConstructor.Name = "toolNewConstructor";
			this.toolNewConstructor.Size = new System.Drawing.Size(166, 22);
			this.toolNewConstructor.Text = "New Constructor";
			this.toolNewConstructor.Click += new System.EventHandler(this.toolNewConstructor_Click);
			// 
			// toolNewDestructor
			// 
			this.toolNewDestructor.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Destructor;
			this.toolNewDestructor.Name = "toolNewDestructor";
			this.toolNewDestructor.Size = new System.Drawing.Size(166, 22);
			this.toolNewDestructor.Text = "New Destructor";
			this.toolNewDestructor.Click += new System.EventHandler(this.toolNewDestructor_Click);
			// 
			// txtDeclaration
			// 
			this.txtDeclaration.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))));
			this.txtDeclaration.Location = new System.Drawing.Point(4, 28);
			this.txtDeclaration.Name = "txtDeclaration";
			this.txtDeclaration.Padding = new System.Windows.Forms.Padding(1);
			this.txtDeclaration.ReadOnly = false;
			this.txtDeclaration.SelectionStart = 0;
			this.txtDeclaration.Size = new System.Drawing.Size(322, 20);
			this.txtDeclaration.TabIndex = 1;
			this.txtDeclaration.TextChanged += new System.EventHandler(this.txtDeclaration_TextChanged);
			this.txtDeclaration.Validating += new System.ComponentModel.CancelEventHandler(this.txtDeclaration_Validating);
			this.txtDeclaration.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDeclaration_KeyDown);
            // 
            // pnlAdvancedOptions
            // 
            this.pnlAdvancedOptions.Controls.Add(this.lblNHMColumnName);
            this.pnlAdvancedOptions.Controls.Add(this.txtNHMColumnName);
            this.pnlAdvancedOptions.Controls.Add(this.chkIsIdenreplacedy);
            this.pnlAdvancedOptions.Controls.Add(this.chkIsUnique);
            this.pnlAdvancedOptions.Controls.Add(this.chkIsNotNull);
            this.pnlAdvancedOptions.Controls.Add(this.lblManyToOne);
            this.pnlAdvancedOptions.Controls.Add(this.cboManyToOne);
            this.pnlAdvancedOptions.Location = new System.Drawing.Point(1, 52);
            this.pnlAdvancedOptions.Name = "pnlAdvancedOptions";
            this.pnlAdvancedOptions.Size = new System.Drawing.Size(338, 68);
            this.pnlAdvancedOptions.TabIndex = 12;
            // 
            // lblNHMColumnName
            // 
            this.lblNHMColumnName.AutoSize = true;
            this.lblNHMColumnName.Location = new System.Drawing.Point(1, 6);
            this.lblNHMColumnName.Name = "lblNHMColumnName";
            this.lblNHMColumnName.Size = new System.Drawing.Size(64, 13);
            this.lblNHMColumnName.Text = "NHM Column:";
            this.lblNHMColumnName.SendToBack();
            // 
            // txtNHMColumnName
            // 
            this.txtNHMColumnName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))));
            this.txtNHMColumnName.Location = new System.Drawing.Point(73, 2);
            this.txtNHMColumnName.Name = "txtNHMColumnName";
            this.txtNHMColumnName.Padding = new System.Windows.Forms.Padding(1);
            this.txtNHMColumnName.ReadOnly = false;
            this.txtNHMColumnName.SelectionStart = 0;
            this.txtNHMColumnName.Size = new System.Drawing.Size(252, 20);
            this.txtNHMColumnName.TabIndex = 2;
            this.txtNHMColumnName.TextChanged += new System.EventHandler(this.txtNHMColumnName_TextChanged);
            this.txtNHMColumnName.Validating += new System.ComponentModel.CancelEventHandler(this.txtNHMColumnName_Validating);
            this.txtNHMColumnName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNHMColumnName_KeyDown);
            // 
            // chkIsIdenreplacedy
            //
            this.chkIsIdenreplacedy.AutoSize = true;
            this.chkIsIdenreplacedy.Location = new System.Drawing.Point(74, 26);
            this.chkIsIdenreplacedy.Name = "chkIsIdenreplacedy";
            this.chkIsIdenreplacedy.Size = new System.Drawing.Size(60, 17);
            this.chkIsIdenreplacedy.TabIndex = 3;
            this.chkIsIdenreplacedy.Text = "Idenreplacedy";
            this.chkIsIdenreplacedy.UseVisualStyleBackColor = true;
            this.chkIsIdenreplacedy.CheckedChanged += new System.EventHandler(this.chkIsIdenreplacedy_CheckedChanged);
            // 
            // chkIsUnique
            //
            this.chkIsUnique.AutoSize = true;
            this.chkIsUnique.Location = new System.Drawing.Point(150, 26);
            this.chkIsUnique.Name = "chkIsUnique";
            this.chkIsUnique.Size = new System.Drawing.Size(60, 17);
            this.chkIsUnique.TabIndex = 4;
            this.chkIsUnique.Text = "Unique";
            this.chkIsUnique.UseVisualStyleBackColor = true;
            this.chkIsUnique.BringToFront();
            this.chkIsUnique.CheckedChanged += new System.EventHandler(this.chkIsUnique_CheckedChanged);
            // 
            // chkIsNotNull
            // 
            this.chkIsNotNull.AutoSize = true;
            this.chkIsNotNull.Location = new System.Drawing.Point(225, 26);
            this.chkIsNotNull.Name = "chkNotNull";
            this.chkIsNotNull.Size = new System.Drawing.Size(60, 17);
            this.chkIsNotNull.TabIndex = 5;
            this.chkIsNotNull.Text = "Not Null";
            this.chkIsNotNull.UseVisualStyleBackColor = true;
            this.chkIsNotNull.CheckedChanged += new System.EventHandler(this.chkIsNotNull_CheckedChanged);
            // 
            // lblManyToOne
            // 
            this.lblManyToOne.AutoSize = true;
            this.lblManyToOne.Location = new System.Drawing.Point(70, 48);
            this.lblManyToOne.Name = "lblManyToOne";
            this.lblManyToOne.Size = new System.Drawing.Size(64, 13);
            this.lblManyToOne.Text = "Many to One:";
            this.lblManyToOne.SendToBack();
            // 
            // cboManyToOne
            // 
            this.cboManyToOne.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboManyToOne.FormattingEnabled = true;
            this.cboManyToOne.Location = new System.Drawing.Point(140, 45);
            this.cboManyToOne.Name = "cboManyToOne";
            this.cboManyToOne.Size = new System.Drawing.Size(145, 21);
            this.cboManyToOne.TabIndex = 12;
            this.cboManyToOne.SelectedIndexChanged += new System.EventHandler(this.cboManyToOne_SelectedIndexChanged);
            // 
			// errorProvider
			// 
			this.errorProvider.ContainerControl = this;
			// 
			// MemberEditor
			// 
            this.Controls.Add(this.txtDeclaration);
            this.Controls.Add(this.pnlAdvancedOptions);
			this.Controls.Add(this.toolStrip);
			this.Name = "MemberEditor";
			this.Size = new System.Drawing.Size(340, 122);
			this.toolStrip.ResumeLayout(false);
			this.toolStrip.PerformLayout();
            this.Controls.SetChildIndex(this.pnlAdvancedOptions, 0);
            this.pnlAdvancedOptions.ResumeLayout(false);
            this.pnlAdvancedOptions.PerformLayout();
			((System.ComponentModel.ISupportInitialize) (this.errorProvider)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

19 Source : AboutBox.Designer.cs
with MIT License
from AlexGyver

private void InitializeComponent() {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
      this.okButton = new System.Windows.Forms.Button();
      this.pictureBox1 = new System.Windows.Forms.PictureBox();
      this.label1 = new System.Windows.Forms.Label();
      this.label2 = new System.Windows.Forms.Label();
      this.label3 = new System.Windows.Forms.Label();
      this.projectLinkLabel = new System.Windows.Forms.LinkLabel();
      this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
      this.licenseLinkLabel = new System.Windows.Forms.LinkLabel();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
      this.SuspendLayout();
      // 
      // 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(269, 79);
      this.okButton.Name = "okButton";
      this.okButton.Size = new System.Drawing.Size(75, 23);
      this.okButton.TabIndex = 0;
      this.okButton.Text = "OK";
      this.okButton.UseVisualStyleBackColor = true;
      // 
      // pictureBox1
      // 
      this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
      this.pictureBox1.Location = new System.Drawing.Point(10, 11);
      this.pictureBox1.Name = "pictureBox1";
      this.pictureBox1.Size = new System.Drawing.Size(48, 48);
      this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
      this.pictureBox1.TabIndex = 1;
      this.pictureBox1.TabStop = false;
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(74, 12);
      this.label1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(120, 13);
      this.label1.TabIndex = 2;
      this.label1.Text = "Open Hardware Monitor";
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(74, 46);
      this.label2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(273, 13);
      this.label2.TabIndex = 3;
      this.label2.Text = "Copyright © 2009-2017 Michael Möller and contributors. ";
      // 
      // label3
      // 
      this.label3.AutoSize = true;
      this.label3.Location = new System.Drawing.Point(74, 29);
      this.label3.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
      this.label3.Name = "label3";
      this.label3.Size = new System.Drawing.Size(127, 13);
      this.label3.TabIndex = 4;
      this.label3.Text = "Version 9.0.30729.1 Beta";
      // 
      // projectLinkLabel
      // 
      this.projectLinkLabel.AutoSize = true;
      this.projectLinkLabel.Location = new System.Drawing.Point(164, 80);
      this.projectLinkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0);
      this.projectLinkLabel.Name = "projectLinkLabel";
      this.projectLinkLabel.Size = new System.Drawing.Size(82, 13);
      this.projectLinkLabel.TabIndex = 6;
      this.projectLinkLabel.TabStop = true;
      this.projectLinkLabel.Text = "Project Website";
      this.projectLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
      // 
      // flowLayoutPanel1
      // 
      this.flowLayoutPanel1.AutoSize = true;
      this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 100);
      this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
      this.flowLayoutPanel1.Name = "flowLayoutPanel1";
      this.flowLayoutPanel1.Size = new System.Drawing.Size(0, 0);
      this.flowLayoutPanel1.TabIndex = 8;
      // 
      // licenseLinkLabel
      // 
      this.licenseLinkLabel.AutoSize = true;
      this.licenseLinkLabel.Location = new System.Drawing.Point(25, 80);
      this.licenseLinkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0);
      this.licenseLinkLabel.Name = "licenseLinkLabel";
      this.licenseLinkLabel.Size = new System.Drawing.Size(107, 13);
      this.licenseLinkLabel.TabIndex = 9;
      this.licenseLinkLabel.TabStop = true;
      this.licenseLinkLabel.Text = "Licensing Information";
      this.licenseLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
      // 
      // AboutBox
      // 
      this.AcceptButton = this.okButton;
      this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
      this.AutoSize = true;
      this.ClientSize = new System.Drawing.Size(359, 115);
      this.Controls.Add(this.licenseLinkLabel);
      this.Controls.Add(this.flowLayoutPanel1);
      this.Controls.Add(this.projectLinkLabel);
      this.Controls.Add(this.label3);
      this.Controls.Add(this.label2);
      this.Controls.Add(this.label1);
      this.Controls.Add(this.pictureBox1);
      this.Controls.Add(this.okButton);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
      this.MaximizeBox = false;
      this.MinimizeBox = false;
      this.Name = "AboutBox";
      this.ShowInTaskbar = false;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "About";
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

19 Source : TreeViewAdv.Designer.cs
with MIT License
from AlexGyver

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this._vScrollBar = new System.Windows.Forms.VScrollBar();
			this._hScrollBar = new System.Windows.Forms.HScrollBar();
			this._errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			((System.ComponentModel.ISupportInitialize)(this._errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// _vScrollBar
			// 
			this._vScrollBar.LargeChange = 1;
			this._vScrollBar.Location = new System.Drawing.Point(0, 0);
			this._vScrollBar.Maximum = 0;
			this._vScrollBar.Name = "_vScrollBar";
			this._vScrollBar.Size = new System.Drawing.Size(13, 80);
			this._vScrollBar.TabIndex = 1;
			this._vScrollBar.ValueChanged += new System.EventHandler(this._vScrollBar_ValueChanged);
			this._vScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this._vScrollBar_Scroll);
			// 
			// _hScrollBar
			// 
			this._hScrollBar.LargeChange = 1;
			this._hScrollBar.Location = new System.Drawing.Point(0, 0);
			this._hScrollBar.Maximum = 0;
			this._hScrollBar.Name = "_hScrollBar";
			this._hScrollBar.Size = new System.Drawing.Size(80, 13);
			this._hScrollBar.TabIndex = 2;
			this._hScrollBar.ValueChanged += new System.EventHandler(this._hScrollBar_ValueChanged);
			this._hScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this._hScrollBar_Scroll);
			// 
			// TreeViewAdv
			// 
			this.BackColor = System.Drawing.SystemColors.Window;
			this.Controls.Add(this._vScrollBar);
			this.Controls.Add(this._hScrollBar);
			((System.ComponentModel.ISupportInitialize)(this._errorProvider)).EndInit();
			this.ResumeLayout(false);

		}

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

private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.toolStrip = new System.Windows.Forms.ToolStrip();
			this.toolDelete = new System.Windows.Forms.ToolStripButton();
			this.toolMoveDown = new System.Windows.Forms.ToolStripButton();
			this.toolMoveUp = new System.Windows.Forms.ToolStripButton();
			this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.txtDeclaration = new NClreplaced.DiagramEditor.ClreplacedDiagram.Editors.BorderedTextBox();
			this.toolStrip.SuspendLayout();
			((System.ComponentModel.ISupportInitialize) (this.errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// toolStrip
			// 
			this.toolStrip.Dock = System.Windows.Forms.DockStyle.Fill;
			this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolDelete,
            this.toolMoveDown,
            this.toolMoveUp});
			this.toolStrip.Location = new System.Drawing.Point(0, 0);
			this.toolStrip.Name = "toolStrip";
			this.toolStrip.Padding = new System.Windows.Forms.Padding(5, 0, 1, 0);
			this.toolStrip.Size = new System.Drawing.Size(330, 28);
			this.toolStrip.TabIndex = 4;
			this.toolStrip.Text = "toolStrip1";
			// 
			// toolDelete
			// 
			this.toolDelete.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolDelete.Image = global::NClreplaced.DiagramEditor.Properties.Resources.Delete;
			this.toolDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolDelete.Name = "toolDelete";
			this.toolDelete.Size = new System.Drawing.Size(23, 25);
			this.toolDelete.Text = "toolStripButton2";
			this.toolDelete.ToolTipText = "Delete";
			this.toolDelete.Click += new System.EventHandler(this.toolDelete_Click);
			// 
			// toolMoveDown
			// 
			this.toolMoveDown.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolMoveDown.Image = global::NClreplaced.DiagramEditor.Properties.Resources.MoveDown;
			this.toolMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolMoveDown.Name = "toolMoveDown";
			this.toolMoveDown.Size = new System.Drawing.Size(23, 25);
			this.toolMoveDown.Text = "toolStripButton3";
			this.toolMoveDown.ToolTipText = "Move Down";
			this.toolMoveDown.Click += new System.EventHandler(this.toolMoveDown_Click);
			// 
			// toolMoveUp
			// 
			this.toolMoveUp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolMoveUp.Image = global::NClreplaced.DiagramEditor.Properties.Resources.MoveUp;
			this.toolMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolMoveUp.Name = "toolMoveUp";
			this.toolMoveUp.Size = new System.Drawing.Size(23, 25);
			this.toolMoveUp.Text = "toolStripButton4";
			this.toolMoveUp.ToolTipText = "Move Up";
			this.toolMoveUp.Click += new System.EventHandler(this.toolMoveUp_Click);
			// 
			// errorProvider
			// 
			this.errorProvider.ContainerControl = this;
			// 
			// txtDeclaration
			// 
			this.txtDeclaration.Location = new System.Drawing.Point(4, 4);
			this.txtDeclaration.Name = "txtDeclaration";
			this.txtDeclaration.Padding = new System.Windows.Forms.Padding(1);
			this.txtDeclaration.ReadOnly = false;
			this.txtDeclaration.SelectionStart = 0;
			this.txtDeclaration.Size = new System.Drawing.Size(251, 20);
			this.txtDeclaration.TabIndex = 5;
			this.txtDeclaration.AcceptsTab = true;
			this.txtDeclaration.TextChanged += new System.EventHandler(this.txtDeclaration_TextChanged);
			this.txtDeclaration.Validating += new System.ComponentModel.CancelEventHandler(this.txtDeclaration_Validating);
			this.txtDeclaration.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDeclaration_KeyDown);
			// 
			// ItemEditor
			// 
			this.Controls.Add(this.txtDeclaration);
			this.Controls.Add(this.toolStrip);
			this.Name = "ItemEditor";
			this.Size = new System.Drawing.Size(330, 28);
			this.toolStrip.ResumeLayout(false);
			this.toolStrip.PerformLayout();
			((System.ComponentModel.ISupportInitialize) (this.errorProvider)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

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

private void InitializeComponent()
    {
      this.lblFinished = new System.Windows.Forms.Label();
      this.cmdOpen = new System.Windows.Forms.Button();
      this.pictureBoxPDF = new System.Windows.Forms.PictureBox();
      this.cmdClose = new System.Windows.Forms.Button();
      this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPDF)).BeginInit();
      this.tableLayoutPanel.SuspendLayout();
      this.SuspendLayout();
      // 
      // lblFinished
      // 
      this.lblFinished.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.lblFinished.Location = new System.Drawing.Point(66, 12);
      this.lblFinished.Name = "lblFinished";
      this.lblFinished.Size = new System.Drawing.Size(314, 48);
      this.lblFinished.TabIndex = 0;
      this.lblFinished.Text = "PDF Export is finished. Do you want to open the exported PDF?";
      this.lblFinished.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      // 
      // cmdOpen
      // 
      this.cmdOpen.DialogResult = System.Windows.Forms.DialogResult.OK;
      this.cmdOpen.Location = new System.Drawing.Point(112, 3);
      this.cmdOpen.Name = "cmdOpen";
      this.cmdOpen.Size = new System.Drawing.Size(69, 23);
      this.cmdOpen.TabIndex = 1;
      this.cmdOpen.Text = "Open";
      this.cmdOpen.UseVisualStyleBackColor = true;
      // 
      // pictureBoxPDF
      // 
      this.pictureBoxPDF.Image = global::PDFExport.Properties.Resources.Doreplacedent_pdf_48;
      this.pictureBoxPDF.Location = new System.Drawing.Point(12, 12);
      this.pictureBoxPDF.Name = "pictureBoxPDF";
      this.pictureBoxPDF.Size = new System.Drawing.Size(48, 48);
      this.pictureBoxPDF.TabIndex = 2;
      this.pictureBoxPDF.TabStop = false;
      // 
      // cmdClose
      // 
      this.cmdClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.cmdClose.Location = new System.Drawing.Point(187, 3);
      this.cmdClose.Name = "cmdClose";
      this.cmdClose.Size = new System.Drawing.Size(69, 23);
      this.cmdClose.TabIndex = 1;
      this.cmdClose.Text = "Close";
      this.cmdClose.UseVisualStyleBackColor = true;
      // 
      // tableLayoutPanel
      // 
      this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.tableLayoutPanel.ColumnCount = 4;
      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
      this.tableLayoutPanel.Controls.Add(this.cmdOpen, 1, 0);
      this.tableLayoutPanel.Controls.Add(this.cmdClose, 2, 0);
      this.tableLayoutPanel.Location = new System.Drawing.Point(12, 66);
      this.tableLayoutPanel.Name = "tableLayoutPanel";
      this.tableLayoutPanel.RowCount = 1;
      this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
      this.tableLayoutPanel.Size = new System.Drawing.Size(368, 30);
      this.tableLayoutPanel.TabIndex = 3;
      // 
      // PDFExportFinished
      // 
      this.AcceptButton = this.cmdOpen;
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.CancelButton = this.cmdClose;
      this.ClientSize = new System.Drawing.Size(392, 100);
      this.ControlBox = false;
      this.Controls.Add(this.tableLayoutPanel);
      this.Controls.Add(this.pictureBoxPDF);
      this.Controls.Add(this.lblFinished);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
      this.MaximizeBox = false;
      this.MinimizeBox = false;
      this.Name = "PDFExportFinished";
      this.ShowInTaskbar = false;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "PDF Exporter";
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPDF)).EndInit();
      this.tableLayoutPanel.ResumeLayout(false);
      this.ResumeLayout(false);

    }

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

private void InitializeComponent()
    {
      this.lblTop = new System.Windows.Forms.Label();
      this.chkSelectedOnly = new System.Windows.Forms.CheckBox();
      this.grpMargin = new System.Windows.Forms.GroupBox();
      this.numBottom = new System.Windows.Forms.NumericUpDown();
      this.numRight = new System.Windows.Forms.NumericUpDown();
      this.numLeft = new System.Windows.Forms.NumericUpDown();
      this.lblBottom = new System.Windows.Forms.Label();
      this.numTop = new System.Windows.Forms.NumericUpDown();
      this.lblRight = new System.Windows.Forms.Label();
      this.cboUnit = new System.Windows.Forms.ComboBox();
      this.lblLeft = new System.Windows.Forms.Label();
      this.lblUnit = new System.Windows.Forms.Label();
      this.cmdCancel = new System.Windows.Forms.Button();
      this.cmdOK = new System.Windows.Forms.Button();
      this.grpMargin.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.numBottom)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.numRight)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.numLeft)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.numTop)).BeginInit();
      this.SuspendLayout();
      // 
      // lblTop
      // 
      this.lblTop.Location = new System.Drawing.Point(28, 48);
      this.lblTop.Name = "lblTop";
      this.lblTop.Size = new System.Drawing.Size(80, 13);
      this.lblTop.TabIndex = 0;
      this.lblTop.Text = "Top";
      this.lblTop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // chkSelectedOnly
      // 
      this.chkSelectedOnly.AutoSize = true;
      this.chkSelectedOnly.Location = new System.Drawing.Point(12, 12);
      this.chkSelectedOnly.Name = "chkSelectedOnly";
      this.chkSelectedOnly.Size = new System.Drawing.Size(166, 17);
      this.chkSelectedOnly.TabIndex = 1;
      this.chkSelectedOnly.Text = "Export only selected elements";
      this.chkSelectedOnly.UseVisualStyleBackColor = true;
      // 
      // grpMargin
      // 
      this.grpMargin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.grpMargin.Controls.Add(this.numBottom);
      this.grpMargin.Controls.Add(this.numRight);
      this.grpMargin.Controls.Add(this.numLeft);
      this.grpMargin.Controls.Add(this.lblBottom);
      this.grpMargin.Controls.Add(this.lblLeft);
      this.grpMargin.Controls.Add(this.numTop);
      this.grpMargin.Controls.Add(this.lblRight);
      this.grpMargin.Controls.Add(this.cboUnit);
      this.grpMargin.Controls.Add(this.lblUnit);
      this.grpMargin.Controls.Add(this.lblTop);
      this.grpMargin.Location = new System.Drawing.Point(12, 35);
      this.grpMargin.Name = "grpMargin";
      this.grpMargin.Size = new System.Drawing.Size(268, 147);
      this.grpMargin.TabIndex = 2;
      this.grpMargin.TabStop = false;
      this.grpMargin.Text = "Margin";
      // 
      // numBottom
      // 
      this.numBottom.Location = new System.Drawing.Point(114, 116);
      this.numBottom.Name = "numBottom";
      this.numBottom.Size = new System.Drawing.Size(48, 20);
      this.numBottom.TabIndex = 2;
      // 
      // numRight
      // 
      this.numRight.Location = new System.Drawing.Point(204, 80);
      this.numRight.Name = "numRight";
      this.numRight.Size = new System.Drawing.Size(48, 20);
      this.numRight.TabIndex = 2;
      // 
      // numLeft
      // 
      this.numLeft.Location = new System.Drawing.Point(46, 80);
      this.numLeft.Name = "numLeft";
      this.numLeft.Size = new System.Drawing.Size(48, 20);
      this.numLeft.TabIndex = 2;
      // 
      // lblBottom
      // 
      this.lblBottom.Location = new System.Drawing.Point(28, 118);
      this.lblBottom.Name = "lblBottom";
      this.lblBottom.Size = new System.Drawing.Size(80, 13);
      this.lblBottom.TabIndex = 0;
      this.lblBottom.Text = "Bottom";
      this.lblBottom.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // numTop
      // 
      this.numTop.Location = new System.Drawing.Point(114, 46);
      this.numTop.Name = "numTop";
      this.numTop.Size = new System.Drawing.Size(48, 20);
      this.numTop.TabIndex = 2;
      // 
      // lblRight
      // 
      this.lblRight.Location = new System.Drawing.Point(116, 82);
      this.lblRight.Name = "lblRight";
      this.lblRight.Size = new System.Drawing.Size(80, 13);
      this.lblRight.TabIndex = 0;
      this.lblRight.Text = "Right";
      this.lblRight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // cboUnit
      // 
      this.cboUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.cboUnit.FormattingEnabled = true;
      this.cboUnit.Items.AddRange(new object[] {
            "mm",
            "cm",
            "dot",
            "pixel",
            "inch"});
      this.cboUnit.Location = new System.Drawing.Point(173, 19);
      this.cboUnit.Name = "cboUnit";
      this.cboUnit.Size = new System.Drawing.Size(89, 21);
      this.cboUnit.TabIndex = 1;
      // 
      // lblLeft
      // 
      this.lblLeft.Location = new System.Drawing.Point(2, 82);
      this.lblLeft.Name = "lblLeft";
      this.lblLeft.Size = new System.Drawing.Size(40, 13);
      this.lblLeft.TabIndex = 0;
      this.lblLeft.Text = "Left";
      this.lblLeft.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // lblUnit
      // 
      this.lblUnit.Location = new System.Drawing.Point(13, 22);
      this.lblUnit.Name = "lblUnit";
      this.lblUnit.Size = new System.Drawing.Size(154, 13);
      this.lblUnit.TabIndex = 0;
      this.lblUnit.Text = "Unit";
      this.lblUnit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // cmdCancel
      // 
      this.cmdCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.cmdCancel.Location = new System.Drawing.Point(205, 189);
      this.cmdCancel.Name = "cmdCancel";
      this.cmdCancel.Size = new System.Drawing.Size(75, 23);
      this.cmdCancel.TabIndex = 3;
      this.cmdCancel.Text = "Cancel";
      this.cmdCancel.UseVisualStyleBackColor = true;
      // 
      // cmdOK
      // 
      this.cmdOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
      this.cmdOK.Location = new System.Drawing.Point(124, 189);
      this.cmdOK.Name = "cmdOK";
      this.cmdOK.Size = new System.Drawing.Size(75, 23);
      this.cmdOK.TabIndex = 3;
      this.cmdOK.Text = "OK";
      this.cmdOK.UseVisualStyleBackColor = true;
      this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
      // 
      // PDFExportOptions
      // 
      this.AcceptButton = this.cmdOK;
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.CancelButton = this.cmdCancel;
      this.ClientSize = new System.Drawing.Size(292, 224);
      this.ControlBox = false;
      this.Controls.Add(this.cmdOK);
      this.Controls.Add(this.cmdCancel);
      this.Controls.Add(this.grpMargin);
      this.Controls.Add(this.chkSelectedOnly);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
      this.Name = "PDFExportOptions";
      this.ShowIcon = false;
      this.ShowInTaskbar = false;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "PDF Export Options";
      this.Shown += new System.EventHandler(this.PDFExportOptions_Shown);
      this.grpMargin.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.numBottom)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.numRight)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.numLeft)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.numTop)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

19 Source : SnapshotLimitForm.Designer.cs
with MIT License
from alexis-

private void InitializeComponent()
    {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SnapshotLimitForm));
      this.lblLimit = new System.Windows.Forms.Label();
      this.nbLimit = new Syncfusion.Windows.Forms.Tools.NumericUpDownExt();
      this.lblLimitDesc = new System.Windows.Forms.Label();
      this.lblMicrosoftRef = new System.Windows.Forms.LinkLabel();
      this.button1 = new System.Windows.Forms.Button();
      ((System.ComponentModel.ISupportInitialize)(this.nbLimit)).BeginInit();
      this.SuspendLayout();
      // 
      // lblLimit
      // 
      this.lblLimit.AutoSize = true;
      this.lblLimit.Location = new System.Drawing.Point(18, 13);
      this.lblLimit.Name = "lblLimit";
      this.lblLimit.Size = new System.Drawing.Size(74, 13);
      this.lblLimit.TabIndex = 0;
      this.lblLimit.Text = "Maximum limit:";
      // 
      // nbLimit
      // 
      this.nbLimit.BeforeTouchSize = new System.Drawing.Size(64, 20);
      this.nbLimit.Location = new System.Drawing.Point(113, 9);
      this.nbLimit.Maximum = new decimal(new int[] {
            512,
            0,
            0,
            0});
      this.nbLimit.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
      this.nbLimit.Minimum = new decimal(new int[] {
            64,
            0,
            0,
            0});
      this.nbLimit.Name = "nbLimit";
      this.nbLimit.Size = new System.Drawing.Size(64, 20);
      this.nbLimit.TabIndex = 4;
      this.nbLimit.ThemesEnabled = true;
      this.nbLimit.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
      this.nbLimit.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Metro;
      // 
      // lblLimitDesc
      // 
      this.lblLimitDesc.Location = new System.Drawing.Point(12, 46);
      this.lblLimitDesc.Name = "lblLimitDesc";
      this.lblLimitDesc.Size = new System.Drawing.Size(418, 44);
      this.lblLimitDesc.TabIndex = 5;
      this.lblLimitDesc.Tag = "";
      this.lblLimitDesc.Text = resources.GetString("lblLimitDesc.Text");
      // 
      // lblMicrosoftRef
      // 
      this.lblMicrosoftRef.AutoSize = true;
      this.lblMicrosoftRef.Location = new System.Drawing.Point(15, 94);
      this.lblMicrosoftRef.Name = "lblMicrosoftRef";
      this.lblMicrosoftRef.Size = new System.Drawing.Size(377, 13);
      this.lblMicrosoftRef.TabIndex = 6;
      this.lblMicrosoftRef.TabStop = true;
      this.lblMicrosoftRef.Tag = "";
      this.lblMicrosoftRef.Text = "https://msdn.microsoft.com/en-us/library/bb891959.aspx?#maxshadowcopies";
      this.lblMicrosoftRef.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblMicrosoftRef_LinkClicked);
      // 
      // button1
      // 
      this.button1.Location = new System.Drawing.Point(353, 123);
      this.button1.Name = "button1";
      this.button1.Size = new System.Drawing.Size(80, 27);
      this.button1.TabIndex = 7;
      this.button1.Text = "Apply";
      this.button1.UseVisualStyleBackColor = true;
      this.button1.Click += new System.EventHandler(this.button1_Click);
      // 
      // SnapshotLimitForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(442, 157);
      this.Controls.Add(this.button1);
      this.Controls.Add(this.lblMicrosoftRef);
      this.Controls.Add(this.lblLimitDesc);
      this.Controls.Add(this.nbLimit);
      this.Controls.Add(this.lblLimit);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
      this.Name = "SnapshotLimitForm";
      this.ShowIcon = false;
      this.ShowMaximizeBox = false;
      this.Text = "Max. Snapshot Limit";
      ((System.ComponentModel.ISupportInitialize)(this.nbLimit)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

19 Source : SettingsForm.Designer.cs
with MIT License
from alexis-

private void InitializeComponent()
        {
      this.components = new System.ComponentModel.Container();
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
      this.skinManager = new Syncfusion.Windows.Forms.SkinManager(this.components);
      this.btnAddSchedule = new Syncfusion.Windows.Forms.ButtonAdv();
      this.dgSnapshotRules = new System.Windows.Forms.DataGridView();
      this.plSvcConnection = new System.Windows.Forms.Panel();
      this.wb = new System.Windows.Forms.WebBrowser();
      this.lblConnWait = new System.Windows.Forms.Label();
      this.retryConnTimer = new System.Windows.Forms.Timer(this.components);
      ((System.ComponentModel.ISupportInitialize)(this.dgSnapshotRules)).BeginInit();
      this.plSvcConnection.SuspendLayout();
      this.SuspendLayout();
      // 
      // skinManager
      // 
      this.skinManager.Controls = null;
      this.skinManager.VisualTheme = Syncfusion.Windows.Forms.VisualTheme.Metro;
      // 
      // btnAddSchedule
      // 
      this.btnAddSchedule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.btnAddSchedule.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
      this.btnAddSchedule.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
      this.btnAddSchedule.BeforeTouchSize = new System.Drawing.Size(144, 28);
      this.btnAddSchedule.ForeColor = System.Drawing.Color.White;
      this.btnAddSchedule.IsBackStageButton = false;
      this.btnAddSchedule.Location = new System.Drawing.Point(507, 2);
      this.btnAddSchedule.MetroColor = System.Drawing.Color.DarkOliveGreen;
      this.btnAddSchedule.Name = "btnAddSchedule";
      this.btnAddSchedule.Size = new System.Drawing.Size(144, 28);
      this.btnAddSchedule.TabIndex = 5;
      this.btnAddSchedule.Text = "Add Schedule";
      this.btnAddSchedule.UseVisualStyle = true;
      this.btnAddSchedule.UseVisualStyleBackColor = true;
      this.btnAddSchedule.Click += new System.EventHandler(this.btnAddSchedule_Click);
      // 
      // dgSnapshotRules
      // 
      this.dgSnapshotRules.AllowUserToAddRows = false;
      this.dgSnapshotRules.AllowUserToOrderColumns = true;
      this.dgSnapshotRules.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
      this.dgSnapshotRules.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
      this.dgSnapshotRules.Location = new System.Drawing.Point(4, 36);
      this.dgSnapshotRules.MultiSelect = false;
      this.dgSnapshotRules.Name = "dgSnapshotRules";
      this.dgSnapshotRules.ReadOnly = true;
      this.dgSnapshotRules.Size = new System.Drawing.Size(647, 410);
      this.dgSnapshotRules.TabIndex = 6;
      // 
      // plSvcConnection
      // 
      this.plSvcConnection.Controls.Add(this.wb);
      this.plSvcConnection.Controls.Add(this.lblConnWait);
      this.plSvcConnection.Dock = System.Windows.Forms.DockStyle.Fill;
      this.plSvcConnection.Enabled = false;
      this.plSvcConnection.Location = new System.Drawing.Point(0, 0);
      this.plSvcConnection.Name = "plSvcConnection";
      this.plSvcConnection.Size = new System.Drawing.Size(656, 450);
      this.plSvcConnection.TabIndex = 7;
      this.plSvcConnection.Visible = false;
      // 
      // wb
      // 
      this.wb.Dock = System.Windows.Forms.DockStyle.Fill;
      this.wb.Location = new System.Drawing.Point(0, 88);
      this.wb.MinimumSize = new System.Drawing.Size(20, 20);
      this.wb.Name = "wb";
      this.wb.ScriptErrorsSuppressed = true;
      this.wb.Size = new System.Drawing.Size(656, 362);
      this.wb.TabIndex = 3;
      // 
      // lblConnWait
      // 
      this.lblConnWait.Dock = System.Windows.Forms.DockStyle.Top;
      this.lblConnWait.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.lblConnWait.Location = new System.Drawing.Point(0, 0);
      this.lblConnWait.Name = "lblConnWait";
      this.lblConnWait.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
      this.lblConnWait.Size = new System.Drawing.Size(656, 88);
      this.lblConnWait.TabIndex = 2;
      this.lblConnWait.Text = "Connection to the service failed.\r\nRetrying in 5...";
      this.lblConnWait.TextAlign = System.Drawing.ContentAlignment.TopCenter;
      // 
      // retryConnTimer
      // 
      this.retryConnTimer.Interval = 1000;
      this.retryConnTimer.Tag = "5000";
      this.retryConnTimer.Tick += new System.EventHandler(this.retryConnTimer_Tick);
      // 
      // SettingsForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.BorderThickness = 2;
      this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10F);
      this.ClientSize = new System.Drawing.Size(656, 450);
      this.Controls.Add(this.dgSnapshotRules);
      this.Controls.Add(this.btnAddSchedule);
      this.Controls.Add(this.plSvcConnection);
      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
      this.Name = "SettingsForm";
      this.Text = "BitShelter -  Settings";
      ((System.ComponentModel.ISupportInitialize)(this.dgSnapshotRules)).EndInit();
      this.plSvcConnection.ResumeLayout(false);
      this.ResumeLayout(false);

        }

19 Source : Zoom.Designer.cs
with Apache License 2.0
from alibaba

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Zoom));
            this.Zoompicbox = new System.Windows.Forms.PictureBox();
            this.enterstring = new System.Windows.Forms.MaskedTextBox();
            this.confirmstring = new System.Windows.Forms.Button();
            this.poslab = new System.Windows.Forms.Label();
            this.poslabel = new System.Windows.Forms.Label();
            this.numlabel = new System.Windows.Forms.Label();
            this.dotlab = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.Zoompicbox)).BeginInit();
            this.SuspendLayout();
            // 
            // Zoompicbox
            // 
            this.Zoompicbox.Location = new System.Drawing.Point(5, 5);
            this.Zoompicbox.Name = "Zoompicbox";
            this.Zoompicbox.Size = new System.Drawing.Size(800, 600);
            this.Zoompicbox.TabIndex = 0;
            this.Zoompicbox.TabStop = false;
            // 
            // enterstring
            // 
            this.enterstring.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.enterstring.Location = new System.Drawing.Point(814, 40);
            this.enterstring.Name = "enterstring";
            this.enterstring.Size = new System.Drawing.Size(445, 26);
            this.enterstring.TabIndex = 1;
            this.enterstring.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.maskedTextBox1_MaskInputRejected);
            // 
            // confirmstring
            // 
            this.confirmstring.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.confirmstring.Location = new System.Drawing.Point(814, 94);
            this.confirmstring.Name = "confirmstring";
            this.confirmstring.Size = new System.Drawing.Size(116, 28);
            this.confirmstring.TabIndex = 2;
            this.confirmstring.Text = "Confirm(&C)";
            this.confirmstring.UseVisualStyleBackColor = true;
            this.confirmstring.Click += new System.EventHandler(this.confirmstring_Click);
            // 
            // poslab
            // 
            this.poslab.AutoSize = true;
            this.poslab.Location = new System.Drawing.Point(1000, 192);
            this.poslab.Name = "poslab";
            this.poslab.Size = new System.Drawing.Size(0, 12);
            this.poslab.TabIndex = 3;
            // 
            // poslabel
            // 
            this.poslabel.AutoSize = true;
            this.poslabel.BackColor = System.Drawing.SystemColors.ControlDark;
            this.poslabel.Location = new System.Drawing.Point(813, 217);
            this.poslabel.Name = "poslabel";
            this.poslabel.Size = new System.Drawing.Size(71, 12);
            this.poslabel.TabIndex = 4;
            this.poslabel.Text = "           ";
            // 
            // numlabel
            // 
            this.numlabel.AutoSize = true;
            this.numlabel.BackColor = System.Drawing.SystemColors.ControlDark;
            this.numlabel.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.numlabel.Location = new System.Drawing.Point(813, 252);
            this.numlabel.Name = "numlabel";
            this.numlabel.Size = new System.Drawing.Size(53, 12);
            this.numlabel.TabIndex = 5;
            this.numlabel.Text = "        ";
            // 
            // dotlab
            // 
            this.dotlab.AutoSize = true;
            this.dotlab.BackColor = System.Drawing.SystemColors.ButtonShadow;
            this.dotlab.Location = new System.Drawing.Point(813, 303);
            this.dotlab.Name = "dotlab";
            this.dotlab.Size = new System.Drawing.Size(167, 12);
            this.dotlab.TabIndex = 6;
            this.dotlab.Text = "无字符                     ";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("SimSun", 12F);
            this.label1.Location = new System.Drawing.Point(811, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(120, 16);
            this.label1.TabIndex = 8;
            this.label1.Text = "在此输入文字:";
            // 
            // Zoom
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1263, 612);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dotlab);
            this.Controls.Add(this.numlabel);
            this.Controls.Add(this.poslabel);
            this.Controls.Add(this.poslab);
            this.Controls.Add(this.confirmstring);
            this.Controls.Add(this.enterstring);
            this.Controls.Add(this.Zoompicbox);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Zoom";
            this.Text = "ZOOM";
            this.Load += new System.EventHandler(this.Zoom_Load);
            ((System.ComponentModel.ISupportInitialize)(this.Zoompicbox)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : MainForm.Designer.cs
with Apache License 2.0
from alibaba

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.dlgChooseDirectory = new System.Windows.Forms.FolderBrowserDialog();
            this.mainPictureBox = new System.Windows.Forms.PictureBox();
            this.bottomStatusStrip = new System.Windows.Forms.StatusStrip();
            this.Click0Label = new System.Windows.Forms.ToolStripStatusLabel();
            this.Click1Label = new System.Windows.Forms.ToolStripStatusLabel();
            this.Click2Label = new System.Windows.Forms.ToolStripStatusLabel();
            this.avalabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.bottomToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.buttonPanel = new System.Windows.Forms.Panel();
            this.remove = new System.Windows.Forms.Button();
            this.edittext = new System.Windows.Forms.Button();
            this.deletetext = new System.Windows.Forms.Button();
            this.Confirm = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.avaitext = new System.Windows.Forms.ComboBox();
            this.nextButton = new System.Windows.Forms.Button();
            this.redrawButton = new System.Windows.Forms.Button();
            this.preButton = new System.Windows.Forms.Button();
            this.sealButton = new System.Windows.Forms.Button();
            this.availableButton = new System.Windows.Forms.Button();
            this.undoButton = new System.Windows.Forms.Button();
            this.clearButton = new System.Windows.Forms.Button();
            this.mainMenuStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mainPictureBox)).BeginInit();
            this.bottomStatusStrip.SuspendLayout();
            this.buttonPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainMenuStrip
            // 
            this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem1,
            this.menuToolStripMenuItem,
            this.aboutToolStripMenuItem,
            this.exitToolStripMenu});
            this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
            this.mainMenuStrip.Name = "mainMenuStrip";
            this.mainMenuStrip.Size = new System.Drawing.Size(839, 25);
            this.mainMenuStrip.TabIndex = 0;
            this.mainMenuStrip.Text = "menuStrip1";
            this.mainMenuStrip.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mainMenuStrip_Move);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(12, 21);
            // 
            // menuToolStripMenuItem
            // 
            this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
            this.menuToolStripMenuItem.Size = new System.Drawing.Size(63, 21);
            this.menuToolStripMenuItem.Text = "Load(&L)";
            this.menuToolStripMenuItem.Click += new System.EventHandler(this.menuToolStripMenuItem_Click);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(55, 21);
            this.aboutToolStripMenuItem.Text = "About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // exitToolStripMenu
            // 
            this.exitToolStripMenu.Name = "exitToolStripMenu";
            this.exitToolStripMenu.Size = new System.Drawing.Size(40, 21);
            this.exitToolStripMenu.Text = "Exit";
            this.exitToolStripMenu.Click += new System.EventHandler(this.exitToolStripMenu_Click);
            // 
            // mainPictureBox
            // 
            this.mainPictureBox.Enabled = false;
            this.mainPictureBox.Location = new System.Drawing.Point(12, 28);
            this.mainPictureBox.Name = "mainPictureBox";
            this.mainPictureBox.Size = new System.Drawing.Size(640, 640);
            this.mainPictureBox.TabIndex = 1;
            this.mainPictureBox.TabStop = false;
            this.mainPictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.mainPictureBox_Click);
            this.mainPictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mainPictureBox_Move);
            // 
            // bottomStatusStrip
            // 
            this.bottomStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.Click0Label,
            this.Click1Label,
            this.Click2Label,
            this.avalabel,
            this.bottomToolStripStatusLabel});
            this.bottomStatusStrip.Location = new System.Drawing.Point(0, 679);
            this.bottomStatusStrip.Name = "bottomStatusStrip";
            this.bottomStatusStrip.Size = new System.Drawing.Size(839, 22);
            this.bottomStatusStrip.TabIndex = 2;
            // 
            // Click0Label
            // 
            this.Click0Label.AutoSize = false;
            this.Click0Label.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.Click0Label.Enabled = false;
            this.Click0Label.Name = "Click0Label";
            this.Click0Label.Size = new System.Drawing.Size(140, 17);
            // 
            // Click1Label
            // 
            this.Click1Label.AutoSize = false;
            this.Click1Label.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.Click1Label.Enabled = false;
            this.Click1Label.Name = "Click1Label";
            this.Click1Label.Size = new System.Drawing.Size(70, 17);
            // 
            // Click2Label
            // 
            this.Click2Label.AutoSize = false;
            this.Click2Label.BackColor = System.Drawing.SystemColors.InactiveBorder;
            this.Click2Label.Enabled = false;
            this.Click2Label.Name = "Click2Label";
            this.Click2Label.Size = new System.Drawing.Size(70, 17);
            // 
            // avalabel
            // 
            this.avalabel.AutoSize = false;
            this.avalabel.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.avalabel.Enabled = false;
            this.avalabel.Name = "avalabel";
            this.avalabel.Size = new System.Drawing.Size(140, 17);
            // 
            // bottomToolStripStatusLabel
            // 
            this.bottomToolStripStatusLabel.Name = "bottomToolStripStatusLabel";
            this.bottomToolStripStatusLabel.Size = new System.Drawing.Size(12, 17);
            this.bottomToolStripStatusLabel.Text = " ";
            // 
            // buttonPanel
            // 
            this.buttonPanel.Controls.Add(this.remove);
            this.buttonPanel.Controls.Add(this.edittext);
            this.buttonPanel.Controls.Add(this.deletetext);
            this.buttonPanel.Controls.Add(this.Confirm);
            this.buttonPanel.Controls.Add(this.label1);
            this.buttonPanel.Controls.Add(this.avaitext);
            this.buttonPanel.Controls.Add(this.nextButton);
            this.buttonPanel.Controls.Add(this.redrawButton);
            this.buttonPanel.Controls.Add(this.preButton);
            this.buttonPanel.Controls.Add(this.sealButton);
            this.buttonPanel.Controls.Add(this.availableButton);
            this.buttonPanel.Controls.Add(this.undoButton);
            this.buttonPanel.Controls.Add(this.clearButton);
            this.buttonPanel.Location = new System.Drawing.Point(658, 33);
            this.buttonPanel.Name = "buttonPanel";
            this.buttonPanel.Size = new System.Drawing.Size(169, 635);
            this.buttonPanel.TabIndex = 3;
            this.buttonPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.buttonPanel_Move);
            // 
            // remove
            // 
            this.remove.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.remove.Location = new System.Drawing.Point(31, 547);
            this.remove.Name = "remove";
            this.remove.Size = new System.Drawing.Size(106, 45);
            this.remove.TabIndex = 10;
            this.remove.Text = "REMOVE";
            this.remove.UseVisualStyleBackColor = true;
            this.remove.Click += new System.EventHandler(this.remove_Click);
            // 
            // edittext
            // 
            this.edittext.Enabled = false;
            this.edittext.Location = new System.Drawing.Point(31, 437);
            this.edittext.Name = "edittext";
            this.edittext.Size = new System.Drawing.Size(75, 23);
            this.edittext.TabIndex = 9;
            this.edittext.Text = "Edit(&E)";
            this.edittext.UseVisualStyleBackColor = true;
            this.edittext.Click += new System.EventHandler(this.edittext_Click);
            // 
            // deletetext
            // 
            this.deletetext.Enabled = false;
            this.deletetext.Location = new System.Drawing.Point(31, 397);
            this.deletetext.Name = "deletetext";
            this.deletetext.Size = new System.Drawing.Size(75, 23);
            this.deletetext.TabIndex = 8;
            this.deletetext.Text = "Delete(&D)";
            this.deletetext.UseVisualStyleBackColor = true;
            this.deletetext.Click += new System.EventHandler(this.deletetext_Click);
            // 
            // Confirm
            // 
            this.Confirm.Enabled = false;
            this.Confirm.Location = new System.Drawing.Point(31, 257);
            this.Confirm.Name = "Confirm";
            this.Confirm.Size = new System.Drawing.Size(75, 23);
            this.Confirm.TabIndex = 4;
            this.Confirm.Text = "Confirm(&Q)";
            this.Confirm.UseVisualStyleBackColor = true;
            this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(29, 326);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 7;
            this.label1.Text = "现有文本:";
            // 
            // avaitext
            // 
            this.avaitext.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.avaitext.Enabled = false;
            this.avaitext.FormattingEnabled = true;
            this.avaitext.Location = new System.Drawing.Point(29, 357);
            this.avaitext.Name = "avaitext";
            this.avaitext.Size = new System.Drawing.Size(121, 20);
            this.avaitext.TabIndex = 5;
            this.avaitext.SelectedIndexChanged += new System.EventHandler(this.avaitext_SelectedIndexChanged);
            // 
            // nextButton
            // 
            this.nextButton.Enabled = false;
            this.nextButton.Location = new System.Drawing.Point(31, 214);
            this.nextButton.Name = "nextButton";
            this.nextButton.Size = new System.Drawing.Size(75, 23);
            this.nextButton.TabIndex = 0;
            this.nextButton.Text = "Next(&X)";
            this.nextButton.UseVisualStyleBackColor = true;
            this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
            // 
            // redrawButton
            // 
            this.redrawButton.Enabled = false;
            this.redrawButton.Location = new System.Drawing.Point(31, 13);
            this.redrawButton.Name = "redrawButton";
            this.redrawButton.Size = new System.Drawing.Size(75, 23);
            this.redrawButton.TabIndex = 5;
            this.redrawButton.Text = "Redraw(&R)";
            this.redrawButton.UseVisualStyleBackColor = true;
            this.redrawButton.Click += new System.EventHandler(this.redrawButton_Click);
            // 
            // preButton
            // 
            this.preButton.Enabled = false;
            this.preButton.Location = new System.Drawing.Point(31, 185);
            this.preButton.Name = "preButton";
            this.preButton.Size = new System.Drawing.Size(75, 23);
            this.preButton.TabIndex = 1;
            this.preButton.Text = "Pre(&Z)";
            this.preButton.UseVisualStyleBackColor = true;
            this.preButton.Click += new System.EventHandler(this.preButton_Click);
            // 
            // sealButton
            // 
            this.sealButton.Enabled = false;
            this.sealButton.Location = new System.Drawing.Point(31, 42);
            this.sealButton.Name = "sealButton";
            this.sealButton.Size = new System.Drawing.Size(75, 23);
            this.sealButton.TabIndex = 6;
            this.sealButton.Text = "Seal(&S)";
            this.sealButton.UseVisualStyleBackColor = true;
            this.sealButton.Click += new System.EventHandler(this.sealButton_Click);
            // 
            // availableButton
            // 
            this.availableButton.Enabled = false;
            this.availableButton.Location = new System.Drawing.Point(31, 156);
            this.availableButton.Name = "availableButton";
            this.availableButton.Size = new System.Drawing.Size(75, 23);
            this.availableButton.TabIndex = 4;
            this.availableButton.Text = "Avai(&A)";
            this.availableButton.UseVisualStyleBackColor = true;
            this.availableButton.Click += new System.EventHandler(this.availableButton_Click);
            // 
            // undoButton
            // 
            this.undoButton.Enabled = false;
            this.undoButton.Location = new System.Drawing.Point(31, 71);
            this.undoButton.Name = "undoButton";
            this.undoButton.Size = new System.Drawing.Size(75, 23);
            this.undoButton.TabIndex = 2;
            this.undoButton.Text = "Undo(&U)";
            this.undoButton.UseVisualStyleBackColor = true;
            this.undoButton.Click += new System.EventHandler(this.undoButton_Click);
            // 
            // clearButton
            // 
            this.clearButton.Enabled = false;
            this.clearButton.Location = new System.Drawing.Point(31, 100);
            this.clearButton.Name = "clearButton";
            this.clearButton.Size = new System.Drawing.Size(75, 23);
            this.clearButton.TabIndex = 3;
            this.clearButton.Text = "Clear";
            this.clearButton.UseVisualStyleBackColor = true;
            this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(839, 701);
            this.Controls.Add(this.buttonPanel);
            this.Controls.Add(this.bottomStatusStrip);
            this.Controls.Add(this.mainPictureBox);
            this.Controls.Add(this.mainMenuStrip);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.mainMenuStrip;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "MainForm";
            this.Text = "Image Labeling Toolbox";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.mainMenuStrip.ResumeLayout(false);
            this.mainMenuStrip.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mainPictureBox)).EndInit();
            this.bottomStatusStrip.ResumeLayout(false);
            this.bottomStatusStrip.PerformLayout();
            this.buttonPanel.ResumeLayout(false);
            this.buttonPanel.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : main.Designer.cs
with GNU General Public License v3.0
from ALIILAPRO

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(main));
            this.lblgb = new System.Windows.Forms.Label();
            this.btnstop = new System.Windows.Forms.Button();
            this.ch_hideid = new System.Windows.Forms.CheckBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.lblbad = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.lblgood = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.lbltest = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lblproxy = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btnloadproxy = new System.Windows.Forms.Button();
            this.btnstart = new System.Windows.Forms.Button();
            this.txtid = new System.Windows.Forms.TextBox();
            this.speed = new System.Windows.Forms.NumericUpDown();
            this.btngetproxy = new System.Windows.Forms.Button();
            this.ch_proxy = new System.Windows.Forms.CheckBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
            this.telegramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.speed)).BeginInit();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblgb
            // 
            this.lblgb.AutoSize = true;
            this.lblgb.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblgb.Location = new System.Drawing.Point(12, 308);
            this.lblgb.Name = "lblgb";
            this.lblgb.Size = new System.Drawing.Size(261, 17);
            this.lblgb.TabIndex = 34;
            this.lblgb.Text = "0 GB Successfully added to your account.";
            // 
            // btnstop
            // 
            this.btnstop.BackColor = System.Drawing.Color.Red;
            this.btnstop.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnstop.Location = new System.Drawing.Point(172, 220);
            this.btnstop.Name = "btnstop";
            this.btnstop.Size = new System.Drawing.Size(148, 35);
            this.btnstop.TabIndex = 32;
            this.btnstop.Text = "Stop";
            this.btnstop.UseVisualStyleBackColor = false;
            this.btnstop.Click += new System.EventHandler(this.btnstop_Click);
            // 
            // ch_hideid
            // 
            this.ch_hideid.AutoSize = true;
            this.ch_hideid.Font = new System.Drawing.Font("Microsoft PhagsPa", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ch_hideid.Location = new System.Drawing.Point(262, 5);
            this.ch_hideid.Name = "ch_hideid";
            this.ch_hideid.Size = new System.Drawing.Size(66, 20);
            this.ch_hideid.TabIndex = 31;
            this.ch_hideid.Text = "Hide ID";
            this.ch_hideid.UseVisualStyleBackColor = true;
            this.ch_hideid.CheckedChanged += new System.EventHandler(this.ch_hideid_CheckedChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location = new System.Drawing.Point(9, 54);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(55, 17);
            this.label5.TabIndex = 30;
            this.label5.Text = "Thread:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(12, 5);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 17);
            this.label2.TabIndex = 29;
            this.label2.Text = "ID WARP+:";
            // 
            // lblbad
            // 
            this.lblbad.AutoSize = true;
            this.lblbad.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblbad.Location = new System.Drawing.Point(283, 281);
            this.lblbad.Name = "lblbad";
            this.lblbad.Size = new System.Drawing.Size(15, 17);
            this.lblbad.TabIndex = 28;
            this.lblbad.Text = "0";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.Location = new System.Drawing.Point(251, 281);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(35, 17);
            this.label4.TabIndex = 27;
            this.label4.Text = "Bad:";
            // 
            // lblgood
            // 
            this.lblgood.AutoSize = true;
            this.lblgood.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblgood.Location = new System.Drawing.Point(180, 281);
            this.lblgood.Name = "lblgood";
            this.lblgood.Size = new System.Drawing.Size(15, 17);
            this.lblgood.TabIndex = 26;
            this.lblgood.Text = "0";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location = new System.Drawing.Point(138, 281);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(45, 17);
            this.label6.TabIndex = 25;
            this.label6.Text = "Good:";
            // 
            // lbltest
            // 
            this.lbltest.AutoSize = true;
            this.lbltest.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbltest.Location = new System.Drawing.Point(47, 281);
            this.lbltest.Name = "lbltest";
            this.lbltest.Size = new System.Drawing.Size(15, 17);
            this.lbltest.TabIndex = 24;
            this.lbltest.Text = "0";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(12, 281);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(38, 17);
            this.label3.TabIndex = 23;
            this.label3.Text = "Test:";
            // 
            // lblproxy
            // 
            this.lblproxy.AutoSize = true;
            this.lblproxy.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblproxy.Location = new System.Drawing.Point(97, 189);
            this.lblproxy.Name = "lblproxy";
            this.lblproxy.Size = new System.Drawing.Size(15, 17);
            this.lblproxy.TabIndex = 22;
            this.lblproxy.Text = "0";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(12, 189);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(88, 17);
            this.label1.TabIndex = 21;
            this.label1.Text = "Count Proxy:";
            // 
            // btnloadproxy
            // 
            this.btnloadproxy.Enabled = false;
            this.btnloadproxy.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnloadproxy.Image = ((System.Drawing.Image)(resources.GetObject("btnloadproxy.Image")));
            this.btnloadproxy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnloadproxy.Location = new System.Drawing.Point(12, 127);
            this.btnloadproxy.Name = "btnloadproxy";
            this.btnloadproxy.Size = new System.Drawing.Size(153, 59);
            this.btnloadproxy.TabIndex = 20;
            this.btnloadproxy.Text = "Load Proxylist";
            this.btnloadproxy.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnloadproxy.UseVisualStyleBackColor = true;
            this.btnloadproxy.Click += new System.EventHandler(this.btnloadproxy_Click);
            // 
            // btnstart
            // 
            this.btnstart.BackColor = System.Drawing.Color.Lime;
            this.btnstart.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnstart.Location = new System.Drawing.Point(12, 220);
            this.btnstart.Name = "btnstart";
            this.btnstart.Size = new System.Drawing.Size(153, 35);
            this.btnstart.TabIndex = 19;
            this.btnstart.Text = "Start";
            this.btnstart.UseVisualStyleBackColor = false;
            this.btnstart.Click += new System.EventHandler(this.btnstart_Click);
            // 
            // txtid
            // 
            this.txtid.Font = new System.Drawing.Font("Microsoft PhagsPa", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtid.Location = new System.Drawing.Point(12, 28);
            this.txtid.Name = "txtid";
            this.txtid.Size = new System.Drawing.Size(308, 23);
            this.txtid.TabIndex = 18;
            // 
            // speed
            // 
            this.speed.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.speed.Location = new System.Drawing.Point(12, 74);
            this.speed.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.speed.Name = "speed";
            this.speed.Size = new System.Drawing.Size(308, 24);
            this.speed.TabIndex = 35;
            this.speed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.speed.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // btngetproxy
            // 
            this.btngetproxy.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btngetproxy.Image = ((System.Drawing.Image)(resources.GetObject("btngetproxy.Image")));
            this.btngetproxy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btngetproxy.Location = new System.Drawing.Point(172, 127);
            this.btngetproxy.Name = "btngetproxy";
            this.btngetproxy.Size = new System.Drawing.Size(148, 59);
            this.btngetproxy.TabIndex = 36;
            this.btngetproxy.Text = "Get Proxylist";
            this.btngetproxy.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btngetproxy.UseVisualStyleBackColor = true;
            this.btngetproxy.Click += new System.EventHandler(this.btngetproxy_Click);
            // 
            // ch_proxy
            // 
            this.ch_proxy.AutoSize = true;
            this.ch_proxy.Font = new System.Drawing.Font("Microsoft PhagsPa", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ch_proxy.Location = new System.Drawing.Point(220, 104);
            this.ch_proxy.Name = "ch_proxy";
            this.ch_proxy.Size = new System.Drawing.Size(101, 20);
            this.ch_proxy.TabIndex = 37;
            this.ch_proxy.Text = "Load Proxylist";
            this.ch_proxy.UseVisualStyleBackColor = true;
            this.ch_proxy.CheckedChanged += new System.EventHandler(this.ch_proxy_CheckedChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label7.Location = new System.Drawing.Point(9, 101);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(66, 17);
            this.label7.TabIndex = 38;
            this.label7.Text = "Proxylist:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Microsoft PhagsPa", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.Location = new System.Drawing.Point(12, 258);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(50, 17);
            this.label8.TabIndex = 39;
            this.label8.Text = "Result:";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripDropDownButton1});
            this.statusStrip1.Location = new System.Drawing.Point(0, 330);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(328, 22);
            this.statusStrip1.TabIndex = 40;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripDropDownButton1
            // 
            this.toolStripDropDownButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.telegramToolStripMenuItem});
            this.toolStripDropDownButton1.Font = new System.Drawing.Font("Microsoft PhagsPa", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
            this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
            this.toolStripDropDownButton1.Size = new System.Drawing.Size(97, 20);
            this.toolStripDropDownButton1.Text = "ALIILAPRO";
            // 
            // telegramToolStripMenuItem
            // 
            this.telegramToolStripMenuItem.Font = new System.Drawing.Font("Microsoft PhagsPa", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.telegramToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("telegramToolStripMenuItem.Image")));
            this.telegramToolStripMenuItem.Name = "telegramToolStripMenuItem";
            this.telegramToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.telegramToolStripMenuItem.Text = "Telegram";
            this.telegramToolStripMenuItem.Click += new System.EventHandler(this.telegramToolStripMenuItem_Click);
            // 
            // main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(328, 352);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.ch_proxy);
            this.Controls.Add(this.btngetproxy);
            this.Controls.Add(this.speed);
            this.Controls.Add(this.lblgb);
            this.Controls.Add(this.btnstop);
            this.Controls.Add(this.ch_hideid);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.lblbad);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.lblgood);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.lbltest);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.lblproxy);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.btnloadproxy);
            this.Controls.Add(this.btnstart);
            this.Controls.Add(this.txtid);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "main";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "WARP-PLUS-CLOUDFLARE";
            ((System.ComponentModel.ISupportInitialize)(this.speed)).EndInit();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : NormalMapGeneratorForm.Designer.cs
with MIT License
from AliTsuki

private void InitializeComponent()
        {
            this.OriginalImagePreviewBox = new System.Windows.Forms.PictureBox();
            this.NormalMapImagePreviewBox = new System.Windows.Forms.PictureBox();
            this.LoadImageButton = new System.Windows.Forms.Button();
            this.GenerateNormalMapButton = new System.Windows.Forms.Button();
            this.ResetButton = new System.Windows.Forms.Button();
            this.BackgroundColorDialog = new System.Windows.Forms.ColorDialog();
            this.SeparatorColorDialog = new System.Windows.Forms.ColorDialog();
            this.IndividualColorDialog = new System.Windows.Forms.ColorDialog();
            this.SelectBackgroundColorButton = new System.Windows.Forms.Button();
            this.SelectSeparatorColorButton = new System.Windows.Forms.Button();
            this.SelectIndividualColorButton = new System.Windows.Forms.Button();
            this.OpenFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.BackgroundColorBox = new System.Windows.Forms.PictureBox();
            this.SeparatorColorBox = new System.Windows.Forms.PictureBox();
            this.IndividualColorBox = new System.Windows.Forms.PictureBox();
            this.OriginalImageLabel = new System.Windows.Forms.Label();
            this.NormalMapImageLabel = new System.Windows.Forms.Label();
            this.BackgroundColorMaxDifferencePicker = new System.Windows.Forms.NumericUpDown();
            this.SeparatorColorMaxDifferencePicker = new System.Windows.Forms.NumericUpDown();
            this.IndividualColorMaxDifferencePicker = new System.Windows.Forms.NumericUpDown();
            this.NormalMapGenerationProgressBar = new System.Windows.Forms.ProgressBar();
            this.NormalMapGenerationProgressLabel = new System.Windows.Forms.Label();
            this.NormalMapGenerationProgressDetailLabel = new System.Windows.Forms.Label();
            this.CancelGeneratorButton = new System.Windows.Forms.Button();
            this.SaveButton = new System.Windows.Forms.Button();
            this.SaveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.BackgroundMarginLabel = new System.Windows.Forms.Label();
            this.SeparatorMarginLabel = new System.Windows.Forms.Label();
            this.IndividualMarginLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.OriginalImagePreviewBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NormalMapImagePreviewBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BackgroundColorBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.SeparatorColorBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.IndividualColorBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BackgroundColorMaxDifferencePicker)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.SeparatorColorMaxDifferencePicker)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.IndividualColorMaxDifferencePicker)).BeginInit();
            this.SuspendLayout();
            // 
            // OriginalImagePreviewBox
            // 
            this.OriginalImagePreviewBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.OriginalImagePreviewBox.Location = new System.Drawing.Point(207, 47);
            this.OriginalImagePreviewBox.Name = "OriginalImagePreviewBox";
            this.OriginalImagePreviewBox.Size = new System.Drawing.Size(512, 512);
            this.OriginalImagePreviewBox.TabIndex = 0;
            this.OriginalImagePreviewBox.TabStop = false;
            // 
            // NormalMapImagePreviewBox
            // 
            this.NormalMapImagePreviewBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.NormalMapImagePreviewBox.Location = new System.Drawing.Point(745, 47);
            this.NormalMapImagePreviewBox.Name = "NormalMapImagePreviewBox";
            this.NormalMapImagePreviewBox.Size = new System.Drawing.Size(512, 512);
            this.NormalMapImagePreviewBox.TabIndex = 1;
            this.NormalMapImagePreviewBox.TabStop = false;
            // 
            // LoadImageButton
            // 
            this.LoadImageButton.Location = new System.Drawing.Point(25, 28);
            this.LoadImageButton.Name = "LoadImageButton";
            this.LoadImageButton.Size = new System.Drawing.Size(128, 23);
            this.LoadImageButton.TabIndex = 2;
            this.LoadImageButton.Text = "Load Image";
            this.LoadImageButton.UseVisualStyleBackColor = true;
            this.LoadImageButton.Click += new System.EventHandler(this.LoadImageButton_Click);
            // 
            // GenerateNormalMapButton
            // 
            this.GenerateNormalMapButton.Location = new System.Drawing.Point(25, 476);
            this.GenerateNormalMapButton.Name = "GenerateNormalMapButton";
            this.GenerateNormalMapButton.Size = new System.Drawing.Size(129, 23);
            this.GenerateNormalMapButton.TabIndex = 3;
            this.GenerateNormalMapButton.Text = "Generate Normal Map";
            this.GenerateNormalMapButton.UseVisualStyleBackColor = true;
            this.GenerateNormalMapButton.Click += new System.EventHandler(this.GenerateNormalMapButton_Click);
            // 
            // ResetButton
            // 
            this.ResetButton.Location = new System.Drawing.Point(25, 536);
            this.ResetButton.Name = "ResetButton";
            this.ResetButton.Size = new System.Drawing.Size(128, 23);
            this.ResetButton.TabIndex = 4;
            this.ResetButton.Text = "Reset";
            this.ResetButton.UseVisualStyleBackColor = true;
            this.ResetButton.Click += new System.EventHandler(this.ResetButton_Click);
            // 
            // SelectBackgroundColorButton
            // 
            this.SelectBackgroundColorButton.Location = new System.Drawing.Point(25, 143);
            this.SelectBackgroundColorButton.Name = "SelectBackgroundColorButton";
            this.SelectBackgroundColorButton.Size = new System.Drawing.Size(129, 23);
            this.SelectBackgroundColorButton.TabIndex = 6;
            this.SelectBackgroundColorButton.Text = "Select Background Color";
            this.SelectBackgroundColorButton.UseVisualStyleBackColor = true;
            this.SelectBackgroundColorButton.Click += new System.EventHandler(this.SelectBackgroundColorButton_Click);
            // 
            // SelectSeparatorColorButton
            // 
            this.SelectSeparatorColorButton.Location = new System.Drawing.Point(24, 198);
            this.SelectSeparatorColorButton.Name = "SelectSeparatorColorButton";
            this.SelectSeparatorColorButton.Size = new System.Drawing.Size(129, 23);
            this.SelectSeparatorColorButton.TabIndex = 7;
            this.SelectSeparatorColorButton.Text = "Select Separator Color";
            this.SelectSeparatorColorButton.UseVisualStyleBackColor = true;
            this.SelectSeparatorColorButton.Click += new System.EventHandler(this.SelectSeparatorColorButton_Click);
            // 
            // SelectIndividualColorButton
            // 
            this.SelectIndividualColorButton.Location = new System.Drawing.Point(25, 253);
            this.SelectIndividualColorButton.Name = "SelectIndividualColorButton";
            this.SelectIndividualColorButton.Size = new System.Drawing.Size(129, 23);
            this.SelectIndividualColorButton.TabIndex = 8;
            this.SelectIndividualColorButton.Text = "Select Individual Color";
            this.SelectIndividualColorButton.UseVisualStyleBackColor = true;
            this.SelectIndividualColorButton.Click += new System.EventHandler(this.SelectIndividualColorButton_Click);
            // 
            // BackgroundColorBox
            // 
            this.BackgroundColorBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.BackgroundColorBox.Location = new System.Drawing.Point(160, 143);
            this.BackgroundColorBox.Name = "BackgroundColorBox";
            this.BackgroundColorBox.Size = new System.Drawing.Size(25, 23);
            this.BackgroundColorBox.TabIndex = 10;
            this.BackgroundColorBox.TabStop = false;
            // 
            // SeparatorColorBox
            // 
            this.SeparatorColorBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.SeparatorColorBox.Location = new System.Drawing.Point(159, 198);
            this.SeparatorColorBox.Name = "SeparatorColorBox";
            this.SeparatorColorBox.Size = new System.Drawing.Size(25, 22);
            this.SeparatorColorBox.TabIndex = 11;
            this.SeparatorColorBox.TabStop = false;
            // 
            // IndividualColorBox
            // 
            this.IndividualColorBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.IndividualColorBox.Location = new System.Drawing.Point(160, 253);
            this.IndividualColorBox.Name = "IndividualColorBox";
            this.IndividualColorBox.Size = new System.Drawing.Size(25, 23);
            this.IndividualColorBox.TabIndex = 12;
            this.IndividualColorBox.TabStop = false;
            // 
            // OriginalImageLabel
            // 
            this.OriginalImageLabel.AutoSize = true;
            this.OriginalImageLabel.Location = new System.Drawing.Point(426, 28);
            this.OriginalImageLabel.Name = "OriginalImageLabel";
            this.OriginalImageLabel.Size = new System.Drawing.Size(74, 13);
            this.OriginalImageLabel.TabIndex = 13;
            this.OriginalImageLabel.Text = "Original Image";
            // 
            // NormalMapImageLabel
            // 
            this.NormalMapImageLabel.AutoSize = true;
            this.NormalMapImageLabel.Location = new System.Drawing.Point(963, 28);
            this.NormalMapImageLabel.Name = "NormalMapImageLabel";
            this.NormalMapImageLabel.Size = new System.Drawing.Size(64, 13);
            this.NormalMapImageLabel.TabIndex = 14;
            this.NormalMapImageLabel.Text = "Normal Map";
            // 
            // BackgroundColorMaxDifferencePicker
            // 
            this.BackgroundColorMaxDifferencePicker.Location = new System.Drawing.Point(135, 172);
            this.BackgroundColorMaxDifferencePicker.Name = "BackgroundColorMaxDifferencePicker";
            this.BackgroundColorMaxDifferencePicker.Size = new System.Drawing.Size(50, 20);
            this.BackgroundColorMaxDifferencePicker.TabIndex = 16;
            // 
            // SeparatorColorMaxDifferencePicker
            // 
            this.SeparatorColorMaxDifferencePicker.Location = new System.Drawing.Point(135, 227);
            this.SeparatorColorMaxDifferencePicker.Name = "SeparatorColorMaxDifferencePicker";
            this.SeparatorColorMaxDifferencePicker.Size = new System.Drawing.Size(49, 20);
            this.SeparatorColorMaxDifferencePicker.TabIndex = 17;
            // 
            // IndividualColorMaxDifferencePicker
            // 
            this.IndividualColorMaxDifferencePicker.Location = new System.Drawing.Point(135, 282);
            this.IndividualColorMaxDifferencePicker.Name = "IndividualColorMaxDifferencePicker";
            this.IndividualColorMaxDifferencePicker.Size = new System.Drawing.Size(50, 20);
            this.IndividualColorMaxDifferencePicker.TabIndex = 18;
            // 
            // NormalMapGenerationProgressBar
            // 
            this.NormalMapGenerationProgressBar.Location = new System.Drawing.Point(400, 571);
            this.NormalMapGenerationProgressBar.Name = "NormalMapGenerationProgressBar";
            this.NormalMapGenerationProgressBar.Size = new System.Drawing.Size(100, 23);
            this.NormalMapGenerationProgressBar.TabIndex = 19;
            // 
            // NormalMapGenerationProgressLabel
            // 
            this.NormalMapGenerationProgressLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.NormalMapGenerationProgressLabel.AutoSize = true;
            this.NormalMapGenerationProgressLabel.Location = new System.Drawing.Point(316, 574);
            this.NormalMapGenerationProgressLabel.Name = "NormalMapGenerationProgressLabel";
            this.NormalMapGenerationProgressLabel.Size = new System.Drawing.Size(78, 13);
            this.NormalMapGenerationProgressLabel.TabIndex = 21;
            this.NormalMapGenerationProgressLabel.Text = "Not processing";
            // 
            // NormalMapGenerationProgressDetailLabel
            // 
            this.NormalMapGenerationProgressDetailLabel.AutoSize = true;
            this.NormalMapGenerationProgressDetailLabel.Location = new System.Drawing.Point(506, 574);
            this.NormalMapGenerationProgressDetailLabel.Name = "NormalMapGenerationProgressDetailLabel";
            this.NormalMapGenerationProgressDetailLabel.Size = new System.Drawing.Size(59, 13);
            this.NormalMapGenerationProgressDetailLabel.TabIndex = 22;
            this.NormalMapGenerationProgressDetailLabel.Text = "0% --- 0 / 0";
            // 
            // CancelGeneratorButton
            // 
            this.CancelGeneratorButton.Location = new System.Drawing.Point(25, 506);
            this.CancelGeneratorButton.Name = "CancelGeneratorButton";
            this.CancelGeneratorButton.Size = new System.Drawing.Size(128, 23);
            this.CancelGeneratorButton.TabIndex = 23;
            this.CancelGeneratorButton.Text = "Cancel";
            this.CancelGeneratorButton.UseVisualStyleBackColor = true;
            this.CancelGeneratorButton.Click += new System.EventHandler(this.CancelGeneratorButton_Click);
            // 
            // SaveButton
            // 
            this.SaveButton.Location = new System.Drawing.Point(950, 569);
            this.SaveButton.Name = "SaveButton";
            this.SaveButton.Size = new System.Drawing.Size(118, 23);
            this.SaveButton.TabIndex = 24;
            this.SaveButton.Text = "Save Normal Map";
            this.SaveButton.UseVisualStyleBackColor = true;
            this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
            // 
            // BackgroundMarginLabel
            // 
            this.BackgroundMarginLabel.AutoSize = true;
            this.BackgroundMarginLabel.Location = new System.Drawing.Point(29, 174);
            this.BackgroundMarginLabel.Name = "BackgroundMarginLabel";
            this.BackgroundMarginLabel.Size = new System.Drawing.Size(100, 13);
            this.BackgroundMarginLabel.TabIndex = 25;
            this.BackgroundMarginLabel.Text = "Background Margin";
            // 
            // SeparatorMarginLabel
            // 
            this.SeparatorMarginLabel.AutoSize = true;
            this.SeparatorMarginLabel.Location = new System.Drawing.Point(41, 229);
            this.SeparatorMarginLabel.Name = "SeparatorMarginLabel";
            this.SeparatorMarginLabel.Size = new System.Drawing.Size(88, 13);
            this.SeparatorMarginLabel.TabIndex = 26;
            this.SeparatorMarginLabel.Text = "Separator Margin";
            // 
            // IndividualMarginLabel
            // 
            this.IndividualMarginLabel.AutoSize = true;
            this.IndividualMarginLabel.Location = new System.Drawing.Point(42, 284);
            this.IndividualMarginLabel.Name = "IndividualMarginLabel";
            this.IndividualMarginLabel.Size = new System.Drawing.Size(87, 13);
            this.IndividualMarginLabel.TabIndex = 27;
            this.IndividualMarginLabel.Text = "Individual Margin";
            // 
            // NormalMapGeneratorForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1298, 606);
            this.Controls.Add(this.IndividualMarginLabel);
            this.Controls.Add(this.SeparatorMarginLabel);
            this.Controls.Add(this.BackgroundMarginLabel);
            this.Controls.Add(this.SaveButton);
            this.Controls.Add(this.CancelGeneratorButton);
            this.Controls.Add(this.NormalMapGenerationProgressDetailLabel);
            this.Controls.Add(this.NormalMapGenerationProgressLabel);
            this.Controls.Add(this.NormalMapGenerationProgressBar);
            this.Controls.Add(this.IndividualColorMaxDifferencePicker);
            this.Controls.Add(this.SeparatorColorMaxDifferencePicker);
            this.Controls.Add(this.BackgroundColorMaxDifferencePicker);
            this.Controls.Add(this.NormalMapImageLabel);
            this.Controls.Add(this.OriginalImageLabel);
            this.Controls.Add(this.IndividualColorBox);
            this.Controls.Add(this.SeparatorColorBox);
            this.Controls.Add(this.BackgroundColorBox);
            this.Controls.Add(this.SelectIndividualColorButton);
            this.Controls.Add(this.SelectSeparatorColorButton);
            this.Controls.Add(this.SelectBackgroundColorButton);
            this.Controls.Add(this.ResetButton);
            this.Controls.Add(this.GenerateNormalMapButton);
            this.Controls.Add(this.LoadImageButton);
            this.Controls.Add(this.NormalMapImagePreviewBox);
            this.Controls.Add(this.OriginalImagePreviewBox);
            this.Name = "NormalMapGeneratorForm";
            this.Text = "Pixel Art Tile Normal Map Generator";
            this.Load += new System.EventHandler(this.NormalMapGeneratorForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.OriginalImagePreviewBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NormalMapImagePreviewBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BackgroundColorBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.SeparatorColorBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.IndividualColorBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BackgroundColorMaxDifferencePicker)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.SeparatorColorMaxDifferencePicker)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.IndividualColorMaxDifferencePicker)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
      {
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.linkGitHub = new System.Windows.Forms.LinkLabel();
            this.linkTwitter = new System.Windows.Forms.LinkLabel();
            this.label3 = new System.Windows.Forms.Label();
            this.lblVersion = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(301, 20);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(511, 44);
            this.label1.TabIndex = 1;
            this.label1.Text = "Docker Explorer for Windows";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(309, 74);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(426, 24);
            this.label2.TabIndex = 2;
            this.label2.Text = "the only native Windows tool, and it\'s soooo fast....";
            // 
            // linkGitHub
            // 
            this.linkGitHub.AutoSize = true;
            this.linkGitHub.Location = new System.Drawing.Point(313, 118);
            this.linkGitHub.Name = "linkGitHub";
            this.linkGitHub.Size = new System.Drawing.Size(135, 25);
            this.linkGitHub.TabIndex = 3;
            this.linkGitHub.TabStop = true;
            this.linkGitHub.Text = "GitHub project";
            this.linkGitHub.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkGitHub_LinkClicked);
            // 
            // linkTwitter
            // 
            this.linkTwitter.AutoSize = true;
            this.linkTwitter.Location = new System.Drawing.Point(495, 160);
            this.linkTwitter.Name = "linkTwitter";
            this.linkTwitter.Size = new System.Drawing.Size(117, 25);
            this.linkTwitter.TabIndex = 4;
            this.linkTwitter.TabStop = true;
            this.linkTwitter.Text = "@aloneguid";
            this.linkTwitter.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkTwitter_LinkClicked);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(318, 160);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(183, 25);
            this.label3.TabIndex = 5;
            this.label3.Text = "follow me on Twitter";
            // 
            // lblVersion
            // 
            this.lblVersion.AutoSize = true;
            this.lblVersion.Location = new System.Drawing.Point(808, 38);
            this.lblVersion.Name = "lblVersion";
            this.lblVersion.Size = new System.Drawing.Size(48, 25);
            this.lblVersion.TabIndex = 6;
            this.lblVersion.Text = "v1.x";
            // 
            // button1
            // 
            this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location = new System.Drawing.Point(1011, 285);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(113, 48);
            this.button1.TabIndex = 7;
            this.button1.Text = "&Close";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // pictureBox2
            // 
            this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox2.Image = global::DockerExplorer.Properties.Resources.fast;
            this.pictureBox2.Location = new System.Drawing.Point(760, 74);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(173, 134);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex = 8;
            this.pictureBox2.TabStop = false;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::DockerExplorer.Properties.Resources.docker;
            this.pictureBox1.InitialImage = null;
            this.pictureBox1.Location = new System.Drawing.Point(16, 18);
            this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(275, 285);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // AboutForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1136, 345);
            this.Controls.Add(this.pictureBox2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.lblVersion);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.linkTwitter);
            this.Controls.Add(this.linkGitHub);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.pictureBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "AboutForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Docker Explorer";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

      }

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

private void InitializeComponent()
        {
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.MaxiterInput = new System.Windows.Forms.NumericUpDown();
            this.RenderButton = new System.Windows.Forms.Button();
            this.Flavor = new System.Windows.Forms.GroupBox();
            this.AVX512 = new System.Windows.Forms.RadioButton();
            this.AVX2 = new System.Windows.Forms.RadioButton();
            this.AVX = new System.Windows.Forms.RadioButton();
            this.CUDA = new System.Windows.Forms.RadioButton();
            this.CSharp = new System.Windows.Forms.RadioButton();
            this.Rendering = new System.Windows.Forms.PictureBox();
            this.Info = 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.MaxiterInput)).BeginInit();
            this.Flavor.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Rendering)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer1.IsSplitterFixed = true;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.Info);
            this.splitContainer1.Panel1.Controls.Add(this.label7);
            this.splitContainer1.Panel1.Controls.Add(this.label6);
            this.splitContainer1.Panel1.Controls.Add(this.label5);
            this.splitContainer1.Panel1.Controls.Add(this.label4);
            this.splitContainer1.Panel1.Controls.Add(this.label3);
            this.splitContainer1.Panel1.Controls.Add(this.label2);
            this.splitContainer1.Panel1.Controls.Add(this.label1);
            this.splitContainer1.Panel1.Controls.Add(this.MaxiterInput);
            this.splitContainer1.Panel1.Controls.Add(this.RenderButton);
            this.splitContainer1.Panel1.Controls.Add(this.Flavor);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.Rendering);
            this.splitContainer1.Size = new System.Drawing.Size(925, 786);
            this.splitContainer1.SplitterDistance = 180;
            this.splitContainer1.TabIndex = 0;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(9, 330);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(106, 13);
            this.label7.TabIndex = 11;
            this.label7.Text = "Zoom out : right click";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(9, 317);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(99, 13);
            this.label6.TabIndex = 10;
            this.label6.Text = "Zoom in   : left click";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.label5.Location = new System.Drawing.Point(9, 279);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(54, 13);
            this.label5.TabIndex = 9;
            this.label5.Text = "gpu name";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.label4.Location = new System.Drawing.Point(9, 255);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(54, 13);
            this.label4.TabIndex = 8;
            this.label4.Text = "cpu name";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(9, 230);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(51, 13);
            this.label3.TabIndex = 7;
            this.label3.Text = "Size : 4.0";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(9, 206);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(82, 13);
            this.label2.TabIndex = 6;
            this.label2.Text = "Rendering Time";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(9, 158);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 13);
            this.label1.TabIndex = 5;
            this.label1.Text = "Maxiter";
            // 
            // MaxiterInput
            // 
            this.MaxiterInput.Location = new System.Drawing.Point(104, 156);
            this.MaxiterInput.Maximum = new decimal(new int[] {
            1000000,
            0,
            0,
            0});
            this.MaxiterInput.Name = "MaxiterInput";
            this.MaxiterInput.Size = new System.Drawing.Size(76, 20);
            this.MaxiterInput.TabIndex = 4;
            this.MaxiterInput.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.MaxiterInput.ValueChanged += new System.EventHandler(this.MaxiterInput_ValueChanged);
            // 
            // RenderButton
            // 
            this.RenderButton.Location = new System.Drawing.Point(12, 182);
            this.RenderButton.Name = "RenderButton";
            this.RenderButton.Size = new System.Drawing.Size(165, 21);
            this.RenderButton.TabIndex = 2;
            this.RenderButton.Text = "Render";
            this.RenderButton.UseVisualStyleBackColor = true;
            this.RenderButton.Click += new System.EventHandler(this.RenderButton_Click);
            // 
            // Flavor
            // 
            this.Flavor.Controls.Add(this.AVX512);
            this.Flavor.Controls.Add(this.AVX2);
            this.Flavor.Controls.Add(this.AVX);
            this.Flavor.Controls.Add(this.CUDA);
            this.Flavor.Controls.Add(this.CSharp);
            this.Flavor.Location = new System.Drawing.Point(12, 12);
            this.Flavor.Name = "Flavor";
            this.Flavor.Size = new System.Drawing.Size(165, 143);
            this.Flavor.TabIndex = 1;
            this.Flavor.TabStop = false;
            this.Flavor.Text = "Flavor";
            // 
            // AVX512
            // 
            this.AVX512.AutoSize = true;
            this.AVX512.Location = new System.Drawing.Point(9, 111);
            this.AVX512.Name = "AVX512";
            this.AVX512.Size = new System.Drawing.Size(64, 17);
            this.AVX512.TabIndex = 5;
            this.AVX512.Text = "AVX512";
            this.AVX512.UseVisualStyleBackColor = true;
            // 
            // AVX2
            // 
            this.AVX2.AutoSize = true;
            this.AVX2.Location = new System.Drawing.Point(9, 88);
            this.AVX2.Name = "AVX2";
            this.AVX2.Size = new System.Drawing.Size(52, 17);
            this.AVX2.TabIndex = 4;
            this.AVX2.Text = "AVX2";
            this.AVX2.UseVisualStyleBackColor = true;
            this.AVX2.CheckedChanged += new System.EventHandler(this.FlavorCheckedChanged);
            // 
            // AVX
            // 
            this.AVX.AutoSize = true;
            this.AVX.Location = new System.Drawing.Point(9, 65);
            this.AVX.Name = "AVX";
            this.AVX.Size = new System.Drawing.Size(46, 17);
            this.AVX.TabIndex = 2;
            this.AVX.Text = "AVX";
            this.AVX.UseVisualStyleBackColor = true;
            this.AVX.CheckedChanged += new System.EventHandler(this.FlavorCheckedChanged);
            // 
            // CUDA
            // 
            this.CUDA.AutoSize = true;
            this.CUDA.Location = new System.Drawing.Point(9, 42);
            this.CUDA.Name = "CUDA";
            this.CUDA.Size = new System.Drawing.Size(55, 17);
            this.CUDA.TabIndex = 1;
            this.CUDA.Text = "CUDA";
            this.CUDA.UseVisualStyleBackColor = true;
            this.CUDA.CheckedChanged += new System.EventHandler(this.FlavorCheckedChanged);
            // 
            // CSharp
            // 
            this.CSharp.AutoSize = true;
            this.CSharp.Checked = true;
            this.CSharp.Location = new System.Drawing.Point(9, 19);
            this.CSharp.Name = "CSharp";
            this.CSharp.Size = new System.Drawing.Size(39, 17);
            this.CSharp.TabIndex = 0;
            this.CSharp.TabStop = true;
            this.CSharp.Text = "C#";
            this.CSharp.UseVisualStyleBackColor = true;
            this.CSharp.CheckedChanged += new System.EventHandler(this.FlavorCheckedChanged);
            // 
            // Rendering
            // 
            this.Rendering.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Rendering.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Rendering.Location = new System.Drawing.Point(0, 0);
            this.Rendering.Name = "Rendering";
            this.Rendering.Size = new System.Drawing.Size(741, 786);
            this.Rendering.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.Rendering.TabIndex = 0;
            this.Rendering.TabStop = false;
            this.Rendering.Click += new System.EventHandler(this.Rendering_Click);
            // 
            // Info
            // 
            this.Info.Location = new System.Drawing.Point(13, 379);
            this.Info.Name = "Info";
            this.Info.Size = new System.Drawing.Size(75, 23);
            this.Info.TabIndex = 12;
            this.Info.Text = "Info";
            this.Info.UseVisualStyleBackColor = true;
            this.Info.Click += new System.EventHandler(this.Info_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(925, 786);
            this.Controls.Add(this.splitContainer1);
            this.Name = "Form1";
            this.Text = "Mandelbrot Renderer";
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.MaxiterInput)).EndInit();
            this.Flavor.ResumeLayout(false);
            this.Flavor.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Rendering)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : ExpertSettings.Designer.cs
with MIT License
from altugbakan

private void InitializeComponent()
        {
            this.glreplacedesLabel = new System.Windows.Forms.Label();
            this.hatsLabel = new System.Windows.Forms.Label();
            this.miscLabel = new System.Windows.Forms.Label();
            this.mouthsLabel = new System.Windows.Forms.Label();
            this.shirtsPantsLabel = new System.Windows.Forms.Label();
            this.shoesLabel = new System.Windows.Forms.Label();
            this.tailsLabel = new System.Windows.Forms.Label();
            this.switchButton = new System.Windows.Forms.Button();
            this.hatsCheckedListBox = new GUI.BetterCheckedListBox();
            this.mouthsCheckedListBox = new GUI.BetterCheckedListBox();
            this.shirtsPantsCheckedListBox = new GUI.BetterCheckedListBox();
            this.shoesCheckedListBox = new GUI.BetterCheckedListBox();
            this.tailsCheckedListBox = new GUI.BetterCheckedListBox();
            this.glreplacedesCheckedListBox = new GUI.BetterCheckedListBox();
            this.miscCheckedListBox = new GUI.BetterCheckedListBox();
            this.rarityLabel = new System.Windows.Forms.Label();
            this.cancelButton = new System.Windows.Forms.Button();
            this.okButton = new System.Windows.Forms.Button();
            this.requestAmountSlider = new System.Windows.Forms.TrackBar();
            this.requestAmountLabel = new System.Windows.Forms.Label();
            this.requestAmountNumeric = new System.Windows.Forms.NumericUpDown();
            this.deselectAllButton = new System.Windows.Forms.Button();
            this.selectAllButton = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.requestAmountSlider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.requestAmountNumeric)).BeginInit();
            this.SuspendLayout();
            // 
            // glreplacedesLabel
            // 
            this.glreplacedesLabel.AutoSize = true;
            this.glreplacedesLabel.Location = new System.Drawing.Point(440, 47);
            this.glreplacedesLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.glreplacedesLabel.Name = "glreplacedesLabel";
            this.glreplacedesLabel.Size = new System.Drawing.Size(45, 15);
            this.glreplacedesLabel.TabIndex = 7;
            this.glreplacedesLabel.Text = "Glreplacedes";
            // 
            // hatsLabel
            // 
            this.hatsLabel.AutoSize = true;
            this.hatsLabel.Location = new System.Drawing.Point(77, 11);
            this.hatsLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.hatsLabel.Name = "hatsLabel";
            this.hatsLabel.Size = new System.Drawing.Size(31, 15);
            this.hatsLabel.TabIndex = 9;
            this.hatsLabel.Text = "Hats";
            // 
            // miscLabel
            // 
            this.miscLabel.AutoSize = true;
            this.miscLabel.Location = new System.Drawing.Point(448, 263);
            this.miscLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.miscLabel.Name = "miscLabel";
            this.miscLabel.Size = new System.Drawing.Size(32, 15);
            this.miscLabel.TabIndex = 11;
            this.miscLabel.Text = "Misc";
            // 
            // mouthsLabel
            // 
            this.mouthsLabel.AutoSize = true;
            this.mouthsLabel.Location = new System.Drawing.Point(255, 11);
            this.mouthsLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.mouthsLabel.Name = "mouthsLabel";
            this.mouthsLabel.Size = new System.Drawing.Size(48, 15);
            this.mouthsLabel.TabIndex = 13;
            this.mouthsLabel.Text = "Mouths";
            // 
            // shirtsPantsLabel
            // 
            this.shirtsPantsLabel.AutoSize = true;
            this.shirtsPantsLabel.Location = new System.Drawing.Point(244, 180);
            this.shirtsPantsLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.shirtsPantsLabel.Name = "shirtsPantsLabel";
            this.shirtsPantsLabel.Size = new System.Drawing.Size(70, 15);
            this.shirtsPantsLabel.TabIndex = 15;
            this.shirtsPantsLabel.Text = "Shirts-Pants";
            // 
            // shoesLabel
            // 
            this.shoesLabel.AutoSize = true;
            this.shoesLabel.Location = new System.Drawing.Point(260, 329);
            this.shoesLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.shoesLabel.Name = "shoesLabel";
            this.shoesLabel.Size = new System.Drawing.Size(38, 15);
            this.shoesLabel.TabIndex = 17;
            this.shoesLabel.Text = "Shoes";
            // 
            // tailsLabel
            // 
            this.tailsLabel.AutoSize = true;
            this.tailsLabel.Location = new System.Drawing.Point(265, 479);
            this.tailsLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.tailsLabel.Name = "tailsLabel";
            this.tailsLabel.Size = new System.Drawing.Size(29, 15);
            this.tailsLabel.TabIndex = 19;
            this.tailsLabel.Text = "Tails";
            // 
            // switchButton
            // 
            this.switchButton.Location = new System.Drawing.Point(406, 12);
            this.switchButton.Name = "switchButton";
            this.switchButton.Size = new System.Drawing.Size(139, 23);
            this.switchButton.TabIndex = 20;
            this.switchButton.Text = "Switch to Simple Mode";
            this.switchButton.UseVisualStyleBackColor = true;
            this.switchButton.Click += new System.EventHandler(this.SwitchButton_Click);
            // 
            // hatsCheckedListBox
            // 
            this.hatsCheckedListBox.CheckOnClick = true;
            this.hatsCheckedListBox.FormattingEnabled = true;
            this.hatsCheckedListBox.Items.AddRange(new object[] {
            "None",
            "Bandana",
            "Beanie",
            "Beanie Banano",
            "Beanie Hippie",
            "Beanie Long",
            "Beanie Long Banano",
            "Cap",
            "Cap Backwards",
            "Cap Banano",
            "Cap Bebe",
            "Cap Carlos",
            "Cap Hng",
            "Cap Hng Plus",
            "Cap Kappa",
            "Cap Pepe",
            "Cap Rick",
            "Cap Smug",
            "Cap Smug Green",
            "Cap Thonk",
            "Crown",
            "Fedora",
            "Fedora Long",
            "Hat Cowboy",
            "Hat Jester",
            "Helmet Viking"});
            this.hatsCheckedListBox.Location = new System.Drawing.Point(12, 27);
            this.hatsCheckedListBox.Name = "hatsCheckedListBox";
            this.hatsCheckedListBox.Size = new System.Drawing.Size(165, 472);
            this.hatsCheckedListBox.TabIndex = 22;
            // 
            // mouthsCheckedListBox
            // 
            this.mouthsCheckedListBox.CheckOnClick = true;
            this.mouthsCheckedListBox.FormattingEnabled = true;
            this.mouthsCheckedListBox.Items.AddRange(new object[] {
            "Cigar",
            "Confused",
            "Joint",
            "Meh",
            "Pipe",
            "Smile Big Teeth",
            "Smile Normal",
            "Smile Tongue"});
            this.mouthsCheckedListBox.Location = new System.Drawing.Point(197, 27);
            this.mouthsCheckedListBox.Name = "mouthsCheckedListBox";
            this.mouthsCheckedListBox.Size = new System.Drawing.Size(165, 148);
            this.mouthsCheckedListBox.TabIndex = 23;
            // 
            // shirtsPantsCheckedListBox
            // 
            this.shirtsPantsCheckedListBox.CheckOnClick = true;
            this.shirtsPantsCheckedListBox.FormattingEnabled = true;
            this.shirtsPantsCheckedListBox.Items.AddRange(new object[] {
            "None",
            "Overalls Blue",
            "Overalls Red",
            "Pants Business Blue",
            "Pants Flower",
            "Tshirt Long Stripes",
            "Tshirt Short White"});
            this.shirtsPantsCheckedListBox.Location = new System.Drawing.Point(197, 196);
            this.shirtsPantsCheckedListBox.Name = "shirtsPantsCheckedListBox";
            this.shirtsPantsCheckedListBox.Size = new System.Drawing.Size(165, 130);
            this.shirtsPantsCheckedListBox.TabIndex = 24;
            // 
            // shoesCheckedListBox
            // 
            this.shoesCheckedListBox.CheckOnClick = true;
            this.shoesCheckedListBox.FormattingEnabled = true;
            this.shoesCheckedListBox.Items.AddRange(new object[] {
            "None",
            "Sneakers Blue",
            "Sneakers Green",
            "Sneakers Red",
            "Sneakers Swagger",
            "Socks H Stripe",
            "Socks V Stripe"});
            this.shoesCheckedListBox.Location = new System.Drawing.Point(197, 345);
            this.shoesCheckedListBox.Name = "shoesCheckedListBox";
            this.shoesCheckedListBox.Size = new System.Drawing.Size(165, 130);
            this.shoesCheckedListBox.TabIndex = 25;
            // 
            // tailsCheckedListBox
            // 
            this.tailsCheckedListBox.CheckOnClick = true;
            this.tailsCheckedListBox.FormattingEnabled = true;
            this.tailsCheckedListBox.Items.AddRange(new object[] {
            "None",
            "Tail Sock"});
            this.tailsCheckedListBox.Location = new System.Drawing.Point(197, 495);
            this.tailsCheckedListBox.Name = "tailsCheckedListBox";
            this.tailsCheckedListBox.Size = new System.Drawing.Size(165, 40);
            this.tailsCheckedListBox.TabIndex = 26;
            // 
            // glreplacedesCheckedListBox
            // 
            this.glreplacedesCheckedListBox.CheckOnClick = true;
            this.glreplacedesCheckedListBox.FormattingEnabled = true;
            this.glreplacedesCheckedListBox.Items.AddRange(new object[] {
            "None",
            "Eye Patch",
            "Glreplacedes Nerd Cyan",
            "Glreplacedes Nerd Green",
            "Glreplacedes Nerd Pink",
            "Monocle",
            "Sunglreplacedes Aviator Cyan",
            "Sunglreplacedes Aviator Green",
            "Sunglreplacedes Aviator Yellow",
            "Sunglreplacedes Thug"});
            this.glreplacedesCheckedListBox.Location = new System.Drawing.Point(380, 63);
            this.glreplacedesCheckedListBox.Name = "glreplacedesCheckedListBox";
            this.glreplacedesCheckedListBox.Size = new System.Drawing.Size(165, 184);
            this.glreplacedesCheckedListBox.TabIndex = 27;
            // 
            // miscCheckedListBox
            // 
            this.miscCheckedListBox.CheckOnClick = true;
            this.miscCheckedListBox.FormattingEnabled = true;
            this.miscCheckedListBox.Items.AddRange(new object[] {
            "None",
            "Banana Hands",
            "Banana Right Hand",
            "Bowtie",
            "Camera",
            "Club",
            "Flamethrower",
            "Gloves White",
            "Guitar",
            "Microphone",
            "Necklace Boss",
            "Tie Cyan",
            "Tie Pink",
            "Whisky Right"});
            this.miscCheckedListBox.Location = new System.Drawing.Point(382, 279);
            this.miscCheckedListBox.Name = "miscCheckedListBox";
            this.miscCheckedListBox.Size = new System.Drawing.Size(165, 256);
            this.miscCheckedListBox.TabIndex = 28;
            // 
            // rarityLabel
            // 
            this.rarityLabel.Location = new System.Drawing.Point(197, 543);
            this.rarityLabel.Name = "rarityLabel";
            this.rarityLabel.Size = new System.Drawing.Size(350, 20);
            this.rarityLabel.TabIndex = 31;
            this.rarityLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // cancelButton
            // 
            this.cancelButton.Location = new System.Drawing.Point(469, 571);
            this.cancelButton.Margin = new System.Windows.Forms.Padding(2);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.Size = new System.Drawing.Size(78, 25);
            this.cancelButton.TabIndex = 30;
            this.cancelButton.Text = "Cancel";
            this.cancelButton.UseVisualStyleBackColor = true;
            this.cancelButton.Click += new System.EventHandler(this.CancelButton_Click);
            // 
            // okButton
            // 
            this.okButton.Location = new System.Drawing.Point(382, 571);
            this.okButton.Margin = new System.Windows.Forms.Padding(2);
            this.okButton.Name = "okButton";
            this.okButton.Size = new System.Drawing.Size(78, 25);
            this.okButton.TabIndex = 29;
            this.okButton.Text = "OK";
            this.okButton.UseVisualStyleBackColor = true;
            this.okButton.Click += new System.EventHandler(this.OkButton_Click);
            // 
            // requestAmountSlider
            // 
            this.requestAmountSlider.LargeChange = 50;
            this.requestAmountSlider.Location = new System.Drawing.Point(12, 534);
            this.requestAmountSlider.Maximum = 250;
            this.requestAmountSlider.Minimum = 1;
            this.requestAmountSlider.Name = "requestAmountSlider";
            this.requestAmountSlider.Size = new System.Drawing.Size(165, 45);
            this.requestAmountSlider.SmallChange = 10;
            this.requestAmountSlider.TabIndex = 32;
            this.requestAmountSlider.TickFrequency = 5;
            this.requestAmountSlider.Value = 100;
            this.requestAmountSlider.Scroll += new System.EventHandler(this.RequestAmountSlider_Scroll);
            // 
            // requestAmountLabel
            // 
            this.requestAmountLabel.AutoSize = true;
            this.requestAmountLabel.Location = new System.Drawing.Point(13, 515);
            this.requestAmountLabel.Name = "requestAmountLabel";
            this.requestAmountLabel.Size = new System.Drawing.Size(162, 15);
            this.requestAmountLabel.TabIndex = 33;
            this.requestAmountLabel.Text = "Amount of MonKey Requests";
            // 
            // requestAmountNumeric
            // 
            this.requestAmountNumeric.Increment = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.requestAmountNumeric.Location = new System.Drawing.Point(12, 572);
            this.requestAmountNumeric.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.requestAmountNumeric.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.requestAmountNumeric.Name = "requestAmountNumeric";
            this.requestAmountNumeric.Size = new System.Drawing.Size(162, 23);
            this.requestAmountNumeric.TabIndex = 34;
            this.requestAmountNumeric.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.requestAmountNumeric.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.requestAmountNumeric.ValueChanged += new System.EventHandler(this.RequestAmountNumeric_ValueChanged);
            // 
            // deselectAllButton
            // 
            this.deselectAllButton.Location = new System.Drawing.Point(286, 571);
            this.deselectAllButton.Margin = new System.Windows.Forms.Padding(2);
            this.deselectAllButton.Name = "deselectAllButton";
            this.deselectAllButton.Size = new System.Drawing.Size(76, 25);
            this.deselectAllButton.TabIndex = 35;
            this.deselectAllButton.Text = "Deselect All";
            this.deselectAllButton.UseVisualStyleBackColor = true;
            this.deselectAllButton.Click += new System.EventHandler(this.DeselectAllButton_Click);
            // 
            // selectAllButton
            // 
            this.selectAllButton.Location = new System.Drawing.Point(197, 571);
            this.selectAllButton.Margin = new System.Windows.Forms.Padding(2);
            this.selectAllButton.Name = "selectAllButton";
            this.selectAllButton.Size = new System.Drawing.Size(76, 25);
            this.selectAllButton.TabIndex = 36;
            this.selectAllButton.Text = "Select All";
            this.selectAllButton.UseVisualStyleBackColor = true;
            this.selectAllButton.Click += new System.EventHandler(this.SelectAllButton_Click);
            // 
            // ExpertSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(565, 609);
            this.Controls.Add(this.selectAllButton);
            this.Controls.Add(this.deselectAllButton);
            this.Controls.Add(this.requestAmountNumeric);
            this.Controls.Add(this.requestAmountLabel);
            this.Controls.Add(this.requestAmountSlider);
            this.Controls.Add(this.rarityLabel);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.miscCheckedListBox);
            this.Controls.Add(this.glreplacedesCheckedListBox);
            this.Controls.Add(this.tailsCheckedListBox);
            this.Controls.Add(this.shoesCheckedListBox);
            this.Controls.Add(this.shirtsPantsCheckedListBox);
            this.Controls.Add(this.mouthsCheckedListBox);
            this.Controls.Add(this.hatsCheckedListBox);
            this.Controls.Add(this.switchButton);
            this.Controls.Add(this.tailsLabel);
            this.Controls.Add(this.shoesLabel);
            this.Controls.Add(this.shirtsPantsLabel);
            this.Controls.Add(this.mouthsLabel);
            this.Controls.Add(this.miscLabel);
            this.Controls.Add(this.hatsLabel);
            this.Controls.Add(this.glreplacedesLabel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ExpertSettings";
            this.Text = "Create Your MonKey";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExpertSettings_FormClosing);
            this.Shown += new System.EventHandler(this.ExpertSettings_Shown);
            ((System.ComponentModel.ISupportInitialize)(this.requestAmountSlider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.requestAmountNumeric)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : SimpleSettings.Designer.cs
with MIT License
from altugbakan

private void InitializeComponent()
        {
            this.glreplacedesComboBox = new System.Windows.Forms.ComboBox();
            this.glreplacedesLabel = new System.Windows.Forms.Label();
            this.hatsComboBox = new System.Windows.Forms.ComboBox();
            this.hatsLabel = new System.Windows.Forms.Label();
            this.miscComboBox = new System.Windows.Forms.ComboBox();
            this.miscLabel = new System.Windows.Forms.Label();
            this.mouthsComboBox = new System.Windows.Forms.ComboBox();
            this.mouthsLabel = new System.Windows.Forms.Label();
            this.shirtsPantsComboBox = new System.Windows.Forms.ComboBox();
            this.shirtsPantsLabel = new System.Windows.Forms.Label();
            this.shoesComboBox = new System.Windows.Forms.ComboBox();
            this.shoesLabel = new System.Windows.Forms.Label();
            this.tailsComboBox = new System.Windows.Forms.ComboBox();
            this.tailsLabel = new System.Windows.Forms.Label();
            this.monKeyPictureBox = new System.Windows.Forms.PictureBox();
            this.okButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.rarityLabel = new System.Windows.Forms.Label();
            this.switchButton = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.monKeyPictureBox)).BeginInit();
            this.SuspendLayout();
            // 
            // glreplacedesComboBox
            // 
            this.glreplacedesComboBox.FormattingEnabled = true;
            this.glreplacedesComboBox.Items.AddRange(new object[] {
            "Any",
            "None",
            "Eye Patch",
            "Glreplacedes Nerd Cyan",
            "Glreplacedes Nerd Green",
            "Glreplacedes Nerd Pink",
            "Monocle",
            "Sunglreplacedes Aviator Cyan",
            "Sunglreplacedes Aviator Green",
            "Sunglreplacedes Aviator Yellow",
            "Sunglreplacedes Thug"});
            this.glreplacedesComboBox.Location = new System.Drawing.Point(21, 43);
            this.glreplacedesComboBox.Margin = new System.Windows.Forms.Padding(2);
            this.glreplacedesComboBox.Name = "glreplacedesComboBox";
            this.glreplacedesComboBox.Size = new System.Drawing.Size(157, 23);
            this.glreplacedesComboBox.TabIndex = 0;
            this.glreplacedesComboBox.Text = "Any";
            this.glreplacedesComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
            // 
            // glreplacedesLabel
            // 
            this.glreplacedesLabel.AutoSize = true;
            this.glreplacedesLabel.Location = new System.Drawing.Point(74, 23);
            this.glreplacedesLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.glreplacedesLabel.Name = "glreplacedesLabel";
            this.glreplacedesLabel.Size = new System.Drawing.Size(45, 15);
            this.glreplacedesLabel.TabIndex = 1;
            this.glreplacedesLabel.Text = "Glreplacedes";
            // 
            // hatsComboBox
            // 
            this.hatsComboBox.FormattingEnabled = true;
            this.hatsComboBox.Items.AddRange(new object[] {
            "Any",
            "None",
            "Bandana",
            "Beanie",
            "Beanie Banano",
            "Beanie Hippie",
            "Beanie Long",
            "Beanie Long Banano",
            "Cap",
            "Cap Backwards",
            "Cap Banano",
            "Cap Bebe",
            "Cap Carlos",
            "Cap Hng",
            "Cap Hng Plus",
            "Cap Kappa",
            "Cap Pepe",
            "Cap Rick",
            "Cap Smug",
            "Cap Smug Green",
            "Cap Thonk",
            "Crown",
            "Fedora",
            "Fedora Long",
            "Hat Cowboy",
            "Hat Jester",
            "Helmet Viking"});
            this.hatsComboBox.Location = new System.Drawing.Point(22, 89);
            this.hatsComboBox.Margin = new System.Windows.Forms.Padding(2);
            this.hatsComboBox.Name = "hatsComboBox";
            this.hatsComboBox.Size = new System.Drawing.Size(156, 23);
            this.hatsComboBox.TabIndex = 2;
            this.hatsComboBox.Text = "Any";
            this.hatsComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
            // 
            // hatsLabel
            // 
            this.hatsLabel.AutoSize = true;
            this.hatsLabel.Location = new System.Drawing.Point(82, 69);
            this.hatsLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.hatsLabel.Name = "hatsLabel";
            this.hatsLabel.Size = new System.Drawing.Size(31, 15);
            this.hatsLabel.TabIndex = 3;
            this.hatsLabel.Text = "Hats";
            // 
            // miscComboBox
            // 
            this.miscComboBox.FormattingEnabled = true;
            this.miscComboBox.Items.AddRange(new object[] {
            "Any",
            "None",
            "Banana Hands",
            "Banana Right Hand",
            "Bowtie",
            "Camera",
            "Club",
            "Flamethrower",
            "Gloves White",
            "Guitar",
            "Microphone",
            "Necklace Boss",
            "Tie Cyan",
            "Tie Pink",
            "Whisky Right"});
            this.miscComboBox.Location = new System.Drawing.Point(22, 135);
            this.miscComboBox.Margin = new System.Windows.Forms.Padding(2);
            this.miscComboBox.Name = "miscComboBox";
            this.miscComboBox.Size = new System.Drawing.Size(156, 23);
            this.miscComboBox.TabIndex = 4;
            this.miscComboBox.Text = "Any";
            this.miscComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
            // 
            // miscLabel
            // 
            this.miscLabel.AutoSize = true;
            this.miscLabel.Location = new System.Drawing.Point(82, 115);
            this.miscLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.miscLabel.Name = "miscLabel";
            this.miscLabel.Size = new System.Drawing.Size(32, 15);
            this.miscLabel.TabIndex = 5;
            this.miscLabel.Text = "Misc";
            // 
            // mouthsComboBox
            // 
            this.mouthsComboBox.FormattingEnabled = true;
            this.mouthsComboBox.Items.AddRange(new object[] {
            "Any",
            "Cigar",
            "Confused",
            "Joint",
            "Meh",
            "Pipe",
            "Smile Big Teeth",
            "Smile Normal",
            "Smile Tongue"});
            this.mouthsComboBox.Location = new System.Drawing.Point(22, 181);
            this.mouthsComboBox.Margin = new System.Windows.Forms.Padding(2);
            this.mouthsComboBox.Name = "mouthsComboBox";
            this.mouthsComboBox.Size = new System.Drawing.Size(156, 23);
            this.mouthsComboBox.TabIndex = 6;
            this.mouthsComboBox.Text = "Any";
            this.mouthsComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
            // 
            // mouthsLabel
            // 
            this.mouthsLabel.AutoSize = true;
            this.mouthsLabel.Location = new System.Drawing.Point(74, 161);
            this.mouthsLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.mouthsLabel.Name = "mouthsLabel";
            this.mouthsLabel.Size = new System.Drawing.Size(48, 15);
            this.mouthsLabel.TabIndex = 7;
            this.mouthsLabel.Text = "Mouths";
            // 
            // shirtPantsComboBox
            // 
            this.shirtsPantsComboBox.FormattingEnabled = true;
            this.shirtsPantsComboBox.Items.AddRange(new object[] {
            "Any",
            "None",
            "Overalls Blue",
            "Overalls Red",
            "Pants Business Blue",
            "Pants Flower",
            "Tshirt Long Stripes",
            "Tshirt Short White"});
            this.shirtsPantsComboBox.Location = new System.Drawing.Point(22, 227);
            this.shirtsPantsComboBox.Margin = new System.Windows.Forms.Padding(2);
            this.shirtsPantsComboBox.Name = "shirtPantsComboBox";
            this.shirtsPantsComboBox.Size = new System.Drawing.Size(156, 23);
            this.shirtsPantsComboBox.TabIndex = 8;
            this.shirtsPantsComboBox.Text = "Any";
            this.shirtsPantsComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
            // 
            // shirtsPantsLabel
            // 
            this.shirtsPantsLabel.AutoSize = true;
            this.shirtsPantsLabel.Location = new System.Drawing.Point(65, 207);
            this.shirtsPantsLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.shirtsPantsLabel.Name = "shirtsPantsLabel";
            this.shirtsPantsLabel.Size = new System.Drawing.Size(70, 15);
            this.shirtsPantsLabel.TabIndex = 9;
            this.shirtsPantsLabel.Text = "Shirts-Pants";
            // 
            // shoesComboBox
            // 
            this.shoesComboBox.FormattingEnabled = true;
            this.shoesComboBox.Items.AddRange(new object[] {
            "Any",
            "None",
            "Sneakers Blue",
            "Sneakers Green",
            "Sneakers Red",
            "Sneakers Swagger",
            "Socks H Stripe",
            "Socks V Stripe"});
            this.shoesComboBox.Location = new System.Drawing.Point(22, 273);
            this.shoesComboBox.Margin = new System.Windows.Forms.Padding(2);
            this.shoesComboBox.Name = "shoesComboBox";
            this.shoesComboBox.Size = new System.Drawing.Size(156, 23);
            this.shoesComboBox.TabIndex = 10;
            this.shoesComboBox.Text = "Any";
            this.shoesComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
            // 
            // shoesLabel
            // 
            this.shoesLabel.AutoSize = true;
            this.shoesLabel.Location = new System.Drawing.Point(78, 253);
            this.shoesLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.shoesLabel.Name = "shoesLabel";
            this.shoesLabel.Size = new System.Drawing.Size(38, 15);
            this.shoesLabel.TabIndex = 11;
            this.shoesLabel.Text = "Shoes";
            // 
            // tailsComboBox
            // 
            this.tailsComboBox.FormattingEnabled = true;
            this.tailsComboBox.Items.AddRange(new object[] {
            "Any",
            "None",
            "Tail Sock"});
            this.tailsComboBox.Location = new System.Drawing.Point(22, 319);
            this.tailsComboBox.Margin = new System.Windows.Forms.Padding(2);
            this.tailsComboBox.Name = "tailsComboBox";
            this.tailsComboBox.Size = new System.Drawing.Size(156, 23);
            this.tailsComboBox.TabIndex = 12;
            this.tailsComboBox.Text = "Any";
            this.tailsComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
            // 
            // tailsLabel
            // 
            this.tailsLabel.AutoSize = true;
            this.tailsLabel.Location = new System.Drawing.Point(83, 299);
            this.tailsLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.tailsLabel.Name = "tailsLabel";
            this.tailsLabel.Size = new System.Drawing.Size(29, 15);
            this.tailsLabel.TabIndex = 13;
            this.tailsLabel.Text = "Tails";
            // 
            // monKeyPictureBox
            // 
            this.monKeyPictureBox.Location = new System.Drawing.Point(228, 32);
            this.monKeyPictureBox.Margin = new System.Windows.Forms.Padding(2);
            this.monKeyPictureBox.Name = "monKeyPictureBox";
            this.monKeyPictureBox.Size = new System.Drawing.Size(300, 300);
            this.monKeyPictureBox.TabIndex = 14;
            this.monKeyPictureBox.TabStop = false;
            // 
            // okButton
            // 
            this.okButton.Location = new System.Drawing.Point(354, 315);
            this.okButton.Margin = new System.Windows.Forms.Padding(2);
            this.okButton.Name = "okButton";
            this.okButton.Size = new System.Drawing.Size(78, 25);
            this.okButton.TabIndex = 15;
            this.okButton.Text = "OK";
            this.okButton.UseVisualStyleBackColor = true;
            this.okButton.Click += new System.EventHandler(this.OkButton_Click);
            // 
            // cancelButton
            // 
            this.cancelButton.Location = new System.Drawing.Point(450, 315);
            this.cancelButton.Margin = new System.Windows.Forms.Padding(2);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.Size = new System.Drawing.Size(78, 25);
            this.cancelButton.TabIndex = 16;
            this.cancelButton.Text = "Cancel";
            this.cancelButton.UseVisualStyleBackColor = true;
            this.cancelButton.Click += new System.EventHandler(this.CancelButton_Click);
            // 
            // rarityLabel
            // 
            this.rarityLabel.Location = new System.Drawing.Point(228, 349);
            this.rarityLabel.Name = "rarityLabel";
            this.rarityLabel.Size = new System.Drawing.Size(300, 20);
            this.rarityLabel.TabIndex = 17;
            this.rarityLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // switchButton
            // 
            this.switchButton.Location = new System.Drawing.Point(389, 14);
            this.switchButton.Name = "switchButton";
            this.switchButton.Size = new System.Drawing.Size(139, 23);
            this.switchButton.TabIndex = 18;
            this.switchButton.Text = "Switch to Expert Mode";
            this.switchButton.UseVisualStyleBackColor = true;
            this.switchButton.Click += new System.EventHandler(this.SwitchButton_Click);
            // 
            // SimpleSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(549, 376);
            this.Controls.Add(this.switchButton);
            this.Controls.Add(this.rarityLabel);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.monKeyPictureBox);
            this.Controls.Add(this.tailsLabel);
            this.Controls.Add(this.tailsComboBox);
            this.Controls.Add(this.shoesLabel);
            this.Controls.Add(this.shoesComboBox);
            this.Controls.Add(this.shirtsPantsLabel);
            this.Controls.Add(this.shirtsPantsComboBox);
            this.Controls.Add(this.mouthsLabel);
            this.Controls.Add(this.mouthsComboBox);
            this.Controls.Add(this.miscLabel);
            this.Controls.Add(this.miscComboBox);
            this.Controls.Add(this.hatsLabel);
            this.Controls.Add(this.hatsComboBox);
            this.Controls.Add(this.glreplacedesLabel);
            this.Controls.Add(this.glreplacedesComboBox);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Margin = new System.Windows.Forms.Padding(2);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SimpleSettings";
            this.Text = "Create Your MonKey";
            ((System.ComponentModel.ISupportInitialize)(this.monKeyPictureBox)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : AnnotationDrawControl.Designer.cs
with MIT License
from AlturosDestinations

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.contextMenuStripPicture = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.clearAnnotationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.legendsChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.splitContainer = new System.Windows.Forms.SplitContainer();
            this.rotatingPictureBox = new Alturos.ImageAnnotation.CustomControls.RotatingPictureBox();
            this.contextMenuStripPicture.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.legendsChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
            this.splitContainer.Panel1.SuspendLayout();
            this.splitContainer.Panel2.SuspendLayout();
            this.splitContainer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rotatingPictureBox)).BeginInit();
            this.SuspendLayout();
            // 
            // contextMenuStripPicture
            // 
            this.contextMenuStripPicture.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.clearAnnotationsToolStripMenuItem});
            this.contextMenuStripPicture.Name = "contextMenuStripPicture";
            this.contextMenuStripPicture.Size = new System.Drawing.Size(170, 26);
            // 
            // clearAnnotationsToolStripMenuItem
            // 
            this.clearAnnotationsToolStripMenuItem.Image = global::Alturos.ImageAnnotation.Properties.Resources.asterisk_yellow;
            this.clearAnnotationsToolStripMenuItem.Name = "clearAnnotationsToolStripMenuItem";
            this.clearAnnotationsToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.clearAnnotationsToolStripMenuItem.Text = "&Clear Annotations";
            this.clearAnnotationsToolStripMenuItem.Click += new System.EventHandler(this.ClearAnnotationsToolStripMenuItem_Click);
            // 
            // legendsChart
            // 
            this.legendsChart.BackColor = System.Drawing.Color.Transparent;
            this.legendsChart.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Alignment = System.Drawing.StringAlignment.Center;
            legend1.BackColor = System.Drawing.Color.Transparent;
            legendItem1.Color = System.Drawing.Color.Aqua;
            legendItem1.Name = "Legend 1";
            legendItem2.Color = System.Drawing.Color.Red;
            legendItem2.Name = "Legend 2";
            legend1.CustomItems.Add(legendItem1);
            legend1.CustomItems.Add(legendItem2);
            legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
            legend1.IsDockedInsideChartArea = false;
            legend1.Name = "Legend1";
            this.legendsChart.Legends.Add(legend1);
            this.legendsChart.Location = new System.Drawing.Point(0, 0);
            this.legendsChart.Name = "legendsChart";
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.legendsChart.Series.Add(series1);
            this.legendsChart.Size = new System.Drawing.Size(624, 42);
            this.legendsChart.TabIndex = 2;
            this.legendsChart.Text = "chart1";
            // 
            // splitContainer
            // 
            this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer.IsSplitterFixed = true;
            this.splitContainer.Location = new System.Drawing.Point(0, 0);
            this.splitContainer.Name = "splitContainer";
            this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer.Panel1
            // 
            this.splitContainer.Panel1.Controls.Add(this.rotatingPictureBox);
            // 
            // splitContainer.Panel2
            // 
            this.splitContainer.Panel2.Controls.Add(this.legendsChart);
            this.splitContainer.Size = new System.Drawing.Size(624, 336);
            this.splitContainer.SplitterDistance = 290;
            this.splitContainer.TabIndex = 4;
            // 
            // rotatingPictureBox
            // 
            this.rotatingPictureBox.ContextMenuStrip = this.contextMenuStripPicture;
            this.rotatingPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rotatingPictureBox.Image = null;
            this.rotatingPictureBox.Location = new System.Drawing.Point(0, 0);
            this.rotatingPictureBox.Name = "rotatingPictureBox";
            this.rotatingPictureBox.Size = new System.Drawing.Size(624, 290);
            this.rotatingPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.rotatingPictureBox.TabIndex = 3;
            this.rotatingPictureBox.TabStop = false;
            this.rotatingPictureBox.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBox1_Paint);
            this.rotatingPictureBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseDoubleClick);
            this.rotatingPictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseDown);
            this.rotatingPictureBox.MouseEnter += new System.EventHandler(this.PictureBox1_MouseEnter);
            this.rotatingPictureBox.MouseLeave += new System.EventHandler(this.PictureBox1_MouseLeave);
            this.rotatingPictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseMove);
            this.rotatingPictureBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseUp);
            // 
            // AnnotationDrawControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer);
            this.Name = "AnnotationDrawControl";
            this.Size = new System.Drawing.Size(624, 336);
            this.contextMenuStripPicture.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.legendsChart)).EndInit();
            this.splitContainer.Panel1.ResumeLayout(false);
            this.splitContainer.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
            this.splitContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rotatingPictureBox)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : AnnotationPackageListControl.Designer.cs
with MIT License
from AlturosDestinations

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnPercentage = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.downloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.clearAnnotationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.comboBoxCategory = new System.Windows.Forms.ComboBox();
            this.textBoxSearch = new System.Windows.Forms.TextBox();
            this.labelLoading = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnName,
            this.ColumnPercentage});
            this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
            this.dataGridView1.Location = new System.Drawing.Point(3, 45);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(544, 252);
            this.dataGridView1.TabIndex = 2;
            this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError);
            this.dataGridView1.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.DataGridView1_RowPrePaint);
            this.dataGridView1.SelectionChanged += new System.EventHandler(this.DataGridView1_SelectionChanged);
            this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
            // 
            // ColumnName
            // 
            this.ColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.ColumnName.DataPropertyName = "DirtyPackageName";
            this.ColumnName.HeaderText = "Name";
            this.ColumnName.Name = "ColumnName";
            this.ColumnName.ReadOnly = true;
            // 
            // ColumnPercentage
            // 
            this.ColumnPercentage.DataPropertyName = "AnnotationPercentage";
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle1.Format = "0.00\'%";
            dataGridViewCellStyle1.NullValue = null;
            this.ColumnPercentage.DefaultCellStyle = dataGridViewCellStyle1;
            this.ColumnPercentage.HeaderText = "Progress";
            this.ColumnPercentage.Name = "ColumnPercentage";
            this.ColumnPercentage.ReadOnly = true;
            this.ColumnPercentage.Width = 60;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.downloadToolStripMenuItem,
            this.toolStripSeparator1,
            this.resetToolStripMenuItem,
            this.clearAnnotationsToolStripMenuItem,
            this.toolStripSeparator2,
            this.deleteToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(170, 104);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip1_Opening);
            // 
            // downloadToolStripMenuItem
            // 
            this.downloadToolStripMenuItem.Image = global::Alturos.ImageAnnotation.Properties.Resources.arrow_down;
            this.downloadToolStripMenuItem.Name = "downloadToolStripMenuItem";
            this.downloadToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.downloadToolStripMenuItem.Text = "&Download";
            this.downloadToolStripMenuItem.Click += new System.EventHandler(this.DownloadToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(166, 6);
            // 
            // resetToolStripMenuItem
            // 
            this.resetToolStripMenuItem.Image = global::Alturos.ImageAnnotation.Properties.Resources.arrow_undo;
            this.resetToolStripMenuItem.Name = "resetToolStripMenuItem";
            this.resetToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.resetToolStripMenuItem.Text = "R&evert Changes";
            this.resetToolStripMenuItem.Click += new System.EventHandler(this.ResetToolStripMenuItem_Click);
            // 
            // clearAnnotationsToolStripMenuItem
            // 
            this.clearAnnotationsToolStripMenuItem.Image = global::Alturos.ImageAnnotation.Properties.Resources.asterisk_yellow;
            this.clearAnnotationsToolStripMenuItem.Name = "clearAnnotationsToolStripMenuItem";
            this.clearAnnotationsToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.clearAnnotationsToolStripMenuItem.Text = "&Clear Annotations";
            this.clearAnnotationsToolStripMenuItem.Click += new System.EventHandler(this.ClearAnnotationsToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(166, 6);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Image = global::Alturos.ImageAnnotation.Properties.Resources.delete;
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.deleteToolStripMenuItem.Text = "De&lete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItem_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.comboBoxCategory);
            this.groupBox1.Controls.Add(this.textBoxSearch);
            this.groupBox1.Controls.Add(this.labelLoading);
            this.groupBox1.Controls.Add(this.dataGridView1);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(550, 300);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Packages";
            // 
            // comboBoxCategory
            // 
            this.comboBoxCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCategory.FormattingEnabled = true;
            this.comboBoxCategory.Location = new System.Drawing.Point(3, 18);
            this.comboBoxCategory.Name = "comboBoxCategory";
            this.comboBoxCategory.Size = new System.Drawing.Size(121, 21);
            this.comboBoxCategory.TabIndex = 5;
            this.comboBoxCategory.SelectedIndexChanged += new System.EventHandler(this.ComboBoxCategory_SelectedIndexChanged);
            // 
            // textBoxSearch
            // 
            this.textBoxSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxSearch.Location = new System.Drawing.Point(130, 19);
            this.textBoxSearch.Name = "textBoxSearch";
            this.textBoxSearch.Size = new System.Drawing.Size(417, 20);
            this.textBoxSearch.TabIndex = 4;
            this.textBoxSearch.TextChanged += new System.EventHandler(this.TextBoxSearch_TextChanged);
            // 
            // labelLoading
            // 
            this.labelLoading.AutoSize = true;
            this.labelLoading.Location = new System.Drawing.Point(3, 45);
            this.labelLoading.Name = "labelLoading";
            this.labelLoading.Size = new System.Drawing.Size(203, 13);
            this.labelLoading.TabIndex = 3;
            this.labelLoading.Text = "Loading package information, please wait";
            // 
            // AnnotationPackageListControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.groupBox1);
            this.Name = "AnnotationPackageListControl";
            this.Size = new System.Drawing.Size(550, 300);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : TagSelectionControl.Designer.cs
with MIT License
from AlturosDestinations

private void InitializeComponent()
        {
            this.dataGridViewAvailableTags = new System.Windows.Forms.DataGridView();
            this.ColumnValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.textBoxFilter = new System.Windows.Forms.TextBox();
            this.labelFilter = new System.Windows.Forms.Label();
            this.dataGridViewSelectedTags = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.buttonAdd = new System.Windows.Forms.Button();
            this.buttonRemove = new System.Windows.Forms.Button();
            this.labelSelectedTags = new System.Windows.Forms.Label();
            this.labelAvailableTags = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAvailableTags)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSelectedTags)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridViewAvailableTags
            // 
            this.dataGridViewAvailableTags.AllowUserToAddRows = false;
            this.dataGridViewAvailableTags.AllowUserToDeleteRows = false;
            this.dataGridViewAvailableTags.AllowUserToResizeRows = false;
            this.dataGridViewAvailableTags.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.dataGridViewAvailableTags.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewAvailableTags.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewAvailableTags.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnValue});
            this.dataGridViewAvailableTags.Location = new System.Drawing.Point(326, 55);
            this.dataGridViewAvailableTags.Name = "dataGridViewAvailableTags";
            this.dataGridViewAvailableTags.ReadOnly = true;
            this.dataGridViewAvailableTags.RowHeadersVisible = false;
            this.dataGridViewAvailableTags.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewAvailableTags.Size = new System.Drawing.Size(279, 196);
            this.dataGridViewAvailableTags.TabIndex = 6;
            // 
            // ColumnValue
            // 
            this.ColumnValue.DataPropertyName = "Value";
            this.ColumnValue.HeaderText = "Value";
            this.ColumnValue.Name = "ColumnValue";
            this.ColumnValue.ReadOnly = true;
            // 
            // textBoxFilter
            // 
            this.textBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxFilter.Location = new System.Drawing.Point(361, 29);
            this.textBoxFilter.Name = "textBoxFilter";
            this.textBoxFilter.Size = new System.Drawing.Size(244, 20);
            this.textBoxFilter.TabIndex = 5;
            this.textBoxFilter.TextChanged += new System.EventHandler(this.TextBoxFilter_TextChanged);
            // 
            // labelFilter
            // 
            this.labelFilter.AutoSize = true;
            this.labelFilter.Location = new System.Drawing.Point(323, 32);
            this.labelFilter.Name = "labelFilter";
            this.labelFilter.Size = new System.Drawing.Size(32, 13);
            this.labelFilter.TabIndex = 4;
            this.labelFilter.Text = "Filter:";
            // 
            // dataGridViewSelectedTags
            // 
            this.dataGridViewSelectedTags.AllowUserToAddRows = false;
            this.dataGridViewSelectedTags.AllowUserToDeleteRows = false;
            this.dataGridViewSelectedTags.AllowUserToResizeRows = false;
            this.dataGridViewSelectedTags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.dataGridViewSelectedTags.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewSelectedTags.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewSelectedTags.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1});
            this.dataGridViewSelectedTags.Location = new System.Drawing.Point(3, 29);
            this.dataGridViewSelectedTags.Name = "dataGridViewSelectedTags";
            this.dataGridViewSelectedTags.ReadOnly = true;
            this.dataGridViewSelectedTags.RowHeadersVisible = false;
            this.dataGridViewSelectedTags.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewSelectedTags.Size = new System.Drawing.Size(268, 222);
            this.dataGridViewSelectedTags.TabIndex = 7;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "Value";
            this.dataGridViewTextBoxColumn1.HeaderText = "Value";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            // 
            // buttonAdd
            // 
            this.buttonAdd.Location = new System.Drawing.Point(277, 100);
            this.buttonAdd.Name = "buttonAdd";
            this.buttonAdd.Size = new System.Drawing.Size(43, 23);
            this.buttonAdd.TabIndex = 8;
            this.buttonAdd.Text = "⯇";
            this.buttonAdd.UseVisualStyleBackColor = true;
            this.buttonAdd.Click += new System.EventHandler(this.ButtonAdd_Click);
            // 
            // buttonRemove
            // 
            this.buttonRemove.Location = new System.Drawing.Point(277, 129);
            this.buttonRemove.Name = "buttonRemove";
            this.buttonRemove.Size = new System.Drawing.Size(43, 23);
            this.buttonRemove.TabIndex = 9;
            this.buttonRemove.Text = "⯈\t";
            this.buttonRemove.UseVisualStyleBackColor = true;
            this.buttonRemove.Click += new System.EventHandler(this.ButtonRemove_Click);
            // 
            // labelSelectedTags
            // 
            this.labelSelectedTags.AutoSize = true;
            this.labelSelectedTags.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelSelectedTags.Location = new System.Drawing.Point(4, 10);
            this.labelSelectedTags.Name = "labelSelectedTags";
            this.labelSelectedTags.Size = new System.Drawing.Size(89, 13);
            this.labelSelectedTags.TabIndex = 10;
            this.labelSelectedTags.Text = "Selected Tags";
            // 
            // labelAvailableTags
            // 
            this.labelAvailableTags.AutoSize = true;
            this.labelAvailableTags.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelAvailableTags.Location = new System.Drawing.Point(323, 10);
            this.labelAvailableTags.Name = "labelAvailableTags";
            this.labelAvailableTags.Size = new System.Drawing.Size(91, 13);
            this.labelAvailableTags.TabIndex = 11;
            this.labelAvailableTags.Text = "Available Tags";
            // 
            // TagSelectionControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.labelAvailableTags);
            this.Controls.Add(this.labelSelectedTags);
            this.Controls.Add(this.buttonRemove);
            this.Controls.Add(this.buttonAdd);
            this.Controls.Add(this.dataGridViewSelectedTags);
            this.Controls.Add(this.labelFilter);
            this.Controls.Add(this.dataGridViewAvailableTags);
            this.Controls.Add(this.textBoxFilter);
            this.Name = "TagSelectionControl";
            this.Size = new System.Drawing.Size(608, 254);
            this.Load += new System.EventHandler(this.TagSelectionControl_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAvailableTags)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSelectedTags)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : YoloExportControl.Designer.cs
with MIT License
from AlturosDestinations

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.groupBoxImageSize = new System.Windows.Forms.GroupBox();
            this.trackBarImageSize = new System.Windows.Forms.TrackBar();
            this.labelImageSize = new System.Windows.Forms.Label();
            this.groupBoxTrainingPercentage = new System.Windows.Forms.GroupBox();
            this.trackBarTrainingPercentage = new System.Windows.Forms.TrackBar();
            this.labelTrainingPercentage = new System.Windows.Forms.Label();
            this.toolTipTrainingPercentage = new System.Windows.Forms.ToolTip(this.components);
            this.toolTipImageSize = new System.Windows.Forms.ToolTip(this.components);
            this.checkBoxUseTinyConfig = new System.Windows.Forms.CheckBox();
            this.groupBoxImageSize.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarImageSize)).BeginInit();
            this.groupBoxTrainingPercentage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrainingPercentage)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBoxImageSize
            // 
            this.groupBoxImageSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxImageSize.Controls.Add(this.trackBarImageSize);
            this.groupBoxImageSize.Controls.Add(this.labelImageSize);
            this.groupBoxImageSize.Location = new System.Drawing.Point(292, 3);
            this.groupBoxImageSize.Name = "groupBoxImageSize";
            this.groupBoxImageSize.Size = new System.Drawing.Size(231, 69);
            this.groupBoxImageSize.TabIndex = 17;
            this.groupBoxImageSize.TabStop = false;
            this.groupBoxImageSize.Text = "Image Size";
            // 
            // trackBarImageSize
            // 
            this.trackBarImageSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.trackBarImageSize.LargeChange = 32;
            this.trackBarImageSize.Location = new System.Drawing.Point(6, 19);
            this.trackBarImageSize.Maximum = 608;
            this.trackBarImageSize.Minimum = 416;
            this.trackBarImageSize.Name = "trackBarImageSize";
            this.trackBarImageSize.Size = new System.Drawing.Size(186, 45);
            this.trackBarImageSize.SmallChange = 32;
            this.trackBarImageSize.TabIndex = 12;
            this.trackBarImageSize.TickFrequency = 32;
            this.toolTipImageSize.SetToolTip(this.trackBarImageSize, "The size of the image used for training and testing purposes.\r\nA smaller value wi" +
        "ll require less space, whereas a higher value has the benefit of a more accurate" +
        " learning process.\r\n");
            this.trackBarImageSize.Value = 416;
            this.trackBarImageSize.Scroll += new System.EventHandler(this.TrackBarImageSize_Scroll);
            // 
            // labelImageSize
            // 
            this.labelImageSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelImageSize.AutoSize = true;
            this.labelImageSize.Location = new System.Drawing.Point(198, 35);
            this.labelImageSize.Name = "labelImageSize";
            this.labelImageSize.Size = new System.Drawing.Size(25, 13);
            this.labelImageSize.TabIndex = 13;
            this.labelImageSize.Text = "416";
            // 
            // groupBoxTrainingPercentage
            // 
            this.groupBoxTrainingPercentage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxTrainingPercentage.Controls.Add(this.trackBarTrainingPercentage);
            this.groupBoxTrainingPercentage.Controls.Add(this.labelTrainingPercentage);
            this.groupBoxTrainingPercentage.Location = new System.Drawing.Point(3, 3);
            this.groupBoxTrainingPercentage.Name = "groupBoxTrainingPercentage";
            this.groupBoxTrainingPercentage.Size = new System.Drawing.Size(282, 69);
            this.groupBoxTrainingPercentage.TabIndex = 16;
            this.groupBoxTrainingPercentage.TabStop = false;
            this.groupBoxTrainingPercentage.Text = "Training Percentage";
            // 
            // trackBarTrainingPercentage
            // 
            this.trackBarTrainingPercentage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.trackBarTrainingPercentage.Location = new System.Drawing.Point(6, 19);
            this.trackBarTrainingPercentage.Maximum = 100;
            this.trackBarTrainingPercentage.Name = "trackBarTrainingPercentage";
            this.trackBarTrainingPercentage.Size = new System.Drawing.Size(237, 45);
            this.trackBarTrainingPercentage.TabIndex = 12;
            this.trackBarTrainingPercentage.TickFrequency = 5;
            this.toolTipTrainingPercentage.SetToolTip(this.trackBarTrainingPercentage, "The percentage stands for how many images each package will randomly select to tr" +
        "ain annotating images.\r\nThe remaining images are used for testing.\r\n");
            this.trackBarTrainingPercentage.Value = 70;
            this.trackBarTrainingPercentage.Scroll += new System.EventHandler(this.TrackBarTrainingPercentage_Scroll);
            // 
            // labelTrainingPercentage
            // 
            this.labelTrainingPercentage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelTrainingPercentage.AutoSize = true;
            this.labelTrainingPercentage.Location = new System.Drawing.Point(249, 35);
            this.labelTrainingPercentage.Name = "labelTrainingPercentage";
            this.labelTrainingPercentage.Size = new System.Drawing.Size(27, 13);
            this.labelTrainingPercentage.TabIndex = 13;
            this.labelTrainingPercentage.Text = "70%";
            // 
            // toolTipTrainingPercentage
            // 
            this.toolTipTrainingPercentage.IsBalloon = true;
            this.toolTipTrainingPercentage.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            this.toolTipTrainingPercentage.ToolTipreplacedle = "Training Percentage";
            // 
            // toolTipImageSize
            // 
            this.toolTipImageSize.IsBalloon = true;
            this.toolTipImageSize.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            this.toolTipImageSize.ToolTipreplacedle = "Image Size";
            // 
            // checkBoxUseTinyConfig
            // 
            this.checkBoxUseTinyConfig.AutoSize = true;
            this.checkBoxUseTinyConfig.Location = new System.Drawing.Point(3, 78);
            this.checkBoxUseTinyConfig.Name = "checkBoxUseTinyConfig";
            this.checkBoxUseTinyConfig.Size = new System.Drawing.Size(140, 17);
            this.checkBoxUseTinyConfig.TabIndex = 18;
            this.checkBoxUseTinyConfig.Text = "Use Yolo v3 Tiny Config";
            this.checkBoxUseTinyConfig.UseVisualStyleBackColor = true;
            // 
            // YoloExportControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.checkBoxUseTinyConfig);
            this.Controls.Add(this.groupBoxImageSize);
            this.Controls.Add(this.groupBoxTrainingPercentage);
            this.Name = "YoloExportControl";
            this.Size = new System.Drawing.Size(526, 103);
            this.groupBoxImageSize.ResumeLayout(false);
            this.groupBoxImageSize.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarImageSize)).EndInit();
            this.groupBoxTrainingPercentage.ResumeLayout(false);
            this.groupBoxTrainingPercentage.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrainingPercentage)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : AnnotationConfigurationDialog.Designer.cs
with MIT License
from AlturosDestinations

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.splitContainerMain = new System.Windows.Forms.SplitContainer();
            this.splitContainerSettings = new System.Windows.Forms.SplitContainer();
            this.groupBoxObjectClreplacedes = new System.Windows.Forms.GroupBox();
            this.textBoxObjectClreplaced = new System.Windows.Forms.TextBox();
            this.buttonAddObjectClreplaced = new System.Windows.Forms.Button();
            this.dataGridViewObjectClreplacedes = new System.Windows.Forms.DataGridView();
            this.ColumnId = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBoxTags = new System.Windows.Forms.GroupBox();
            this.textBoxTag = new System.Windows.Forms.TextBox();
            this.buttonAddTag = new System.Windows.Forms.Button();
            this.dataGridViewTags = new System.Windows.Forms.DataGridView();
            this.ColumnValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.contextMenuStripTag = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.buttonSave = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
            this.splitContainerMain.Panel1.SuspendLayout();
            this.splitContainerMain.Panel2.SuspendLayout();
            this.splitContainerMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerSettings)).BeginInit();
            this.splitContainerSettings.Panel1.SuspendLayout();
            this.splitContainerSettings.Panel2.SuspendLayout();
            this.splitContainerSettings.SuspendLayout();
            this.groupBoxObjectClreplacedes.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewObjectClreplacedes)).BeginInit();
            this.groupBoxTags.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTags)).BeginInit();
            this.contextMenuStripTag.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainerMain
            // 
            this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainerMain.Location = new System.Drawing.Point(0, 0);
            this.splitContainerMain.Name = "splitContainerMain";
            this.splitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainerMain.Panel1
            // 
            this.splitContainerMain.Panel1.Controls.Add(this.splitContainerSettings);
            // 
            // splitContainerMain.Panel2
            // 
            this.splitContainerMain.Panel2.Controls.Add(this.buttonSave);
            this.splitContainerMain.Size = new System.Drawing.Size(572, 289);
            this.splitContainerMain.SplitterDistance = 254;
            this.splitContainerMain.TabIndex = 0;
            // 
            // splitContainerSettings
            // 
            this.splitContainerSettings.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerSettings.Location = new System.Drawing.Point(0, 0);
            this.splitContainerSettings.Name = "splitContainerSettings";
            // 
            // splitContainerSettings.Panel1
            // 
            this.splitContainerSettings.Panel1.Controls.Add(this.groupBoxObjectClreplacedes);
            // 
            // splitContainerSettings.Panel2
            // 
            this.splitContainerSettings.Panel2.Controls.Add(this.groupBoxTags);
            this.splitContainerSettings.Size = new System.Drawing.Size(572, 254);
            this.splitContainerSettings.SplitterDistance = 292;
            this.splitContainerSettings.TabIndex = 0;
            // 
            // groupBoxObjectClreplacedes
            // 
            this.groupBoxObjectClreplacedes.Controls.Add(this.textBoxObjectClreplaced);
            this.groupBoxObjectClreplacedes.Controls.Add(this.buttonAddObjectClreplaced);
            this.groupBoxObjectClreplacedes.Controls.Add(this.dataGridViewObjectClreplacedes);
            this.groupBoxObjectClreplacedes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxObjectClreplacedes.Location = new System.Drawing.Point(0, 0);
            this.groupBoxObjectClreplacedes.Name = "groupBoxObjectClreplacedes";
            this.groupBoxObjectClreplacedes.Size = new System.Drawing.Size(292, 254);
            this.groupBoxObjectClreplacedes.TabIndex = 0;
            this.groupBoxObjectClreplacedes.TabStop = false;
            this.groupBoxObjectClreplacedes.Text = "Object Clreplacedes";
            // 
            // textBoxObjectClreplaced
            // 
            this.textBoxObjectClreplaced.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxObjectClreplaced.Location = new System.Drawing.Point(7, 227);
            this.textBoxObjectClreplaced.Name = "textBoxObjectClreplaced";
            this.textBoxObjectClreplaced.Size = new System.Drawing.Size(183, 20);
            this.textBoxObjectClreplaced.TabIndex = 2;
            // 
            // buttonAddObjectClreplaced
            // 
            this.buttonAddObjectClreplaced.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAddObjectClreplaced.Location = new System.Drawing.Point(196, 226);
            this.buttonAddObjectClreplaced.Name = "buttonAddObjectClreplaced";
            this.buttonAddObjectClreplaced.Size = new System.Drawing.Size(90, 21);
            this.buttonAddObjectClreplaced.TabIndex = 1;
            this.buttonAddObjectClreplaced.Text = "Add";
            this.buttonAddObjectClreplaced.UseVisualStyleBackColor = true;
            this.buttonAddObjectClreplaced.Click += new System.EventHandler(this.ButtonAddObjectClreplaced_Click);
            // 
            // dataGridViewObjectClreplacedes
            // 
            this.dataGridViewObjectClreplacedes.AllowUserToAddRows = false;
            this.dataGridViewObjectClreplacedes.AllowUserToDeleteRows = false;
            this.dataGridViewObjectClreplacedes.AllowUserToResizeColumns = false;
            this.dataGridViewObjectClreplacedes.AllowUserToResizeRows = false;
            this.dataGridViewObjectClreplacedes.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.dataGridViewObjectClreplacedes.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewObjectClreplacedes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewObjectClreplacedes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnId,
            this.ColumnName});
            this.dataGridViewObjectClreplacedes.Location = new System.Drawing.Point(7, 20);
            this.dataGridViewObjectClreplacedes.Name = "dataGridViewObjectClreplacedes";
            this.dataGridViewObjectClreplacedes.RowHeadersVisible = false;
            this.dataGridViewObjectClreplacedes.Size = new System.Drawing.Size(279, 200);
            this.dataGridViewObjectClreplacedes.TabIndex = 0;
            this.dataGridViewObjectClreplacedes.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.DataGridViewObjectClreplacedes_CellBeginEdit);
            this.dataGridViewObjectClreplacedes.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridViewObjectClreplacedes_CellEndEdit);
            // 
            // ColumnId
            // 
            this.ColumnId.DataPropertyName = "Id";
            this.ColumnId.FillWeight = 50.76142F;
            this.ColumnId.HeaderText = "Id";
            this.ColumnId.Name = "ColumnId";
            this.ColumnId.ReadOnly = true;
            // 
            // ColumnName
            // 
            this.ColumnName.DataPropertyName = "Name";
            this.ColumnName.FillWeight = 149.2386F;
            this.ColumnName.HeaderText = "Name";
            this.ColumnName.Name = "ColumnName";
            // 
            // groupBoxTags
            // 
            this.groupBoxTags.Controls.Add(this.textBoxTag);
            this.groupBoxTags.Controls.Add(this.buttonAddTag);
            this.groupBoxTags.Controls.Add(this.dataGridViewTags);
            this.groupBoxTags.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxTags.Location = new System.Drawing.Point(0, 0);
            this.groupBoxTags.Name = "groupBoxTags";
            this.groupBoxTags.Size = new System.Drawing.Size(276, 254);
            this.groupBoxTags.TabIndex = 0;
            this.groupBoxTags.TabStop = false;
            this.groupBoxTags.Text = "Tags (optional)";
            // 
            // textBoxTag
            // 
            this.textBoxTag.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxTag.Location = new System.Drawing.Point(6, 226);
            this.textBoxTag.Name = "textBoxTag";
            this.textBoxTag.Size = new System.Drawing.Size(168, 20);
            this.textBoxTag.TabIndex = 3;
            // 
            // buttonAddTag
            // 
            this.buttonAddTag.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAddTag.Location = new System.Drawing.Point(180, 226);
            this.buttonAddTag.Name = "buttonAddTag";
            this.buttonAddTag.Size = new System.Drawing.Size(90, 21);
            this.buttonAddTag.TabIndex = 2;
            this.buttonAddTag.Text = "Add";
            this.buttonAddTag.UseVisualStyleBackColor = true;
            this.buttonAddTag.Click += new System.EventHandler(this.ButtonAddTag_Click);
            // 
            // dataGridViewTags
            // 
            this.dataGridViewTags.AllowUserToAddRows = false;
            this.dataGridViewTags.AllowUserToDeleteRows = false;
            this.dataGridViewTags.AllowUserToResizeColumns = false;
            this.dataGridViewTags.AllowUserToResizeRows = false;
            this.dataGridViewTags.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.dataGridViewTags.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewTags.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewTags.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnValue});
            this.dataGridViewTags.ContextMenuStrip = this.contextMenuStripTag;
            this.dataGridViewTags.Location = new System.Drawing.Point(6, 20);
            this.dataGridViewTags.Name = "dataGridViewTags";
            this.dataGridViewTags.RowHeadersVisible = false;
            this.dataGridViewTags.Size = new System.Drawing.Size(264, 200);
            this.dataGridViewTags.TabIndex = 1;
            this.dataGridViewTags.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.DataGridViewTags_CellBeginEdit);
            this.dataGridViewTags.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridViewTags_CellEndEdit);
            // 
            // ColumnValue
            // 
            this.ColumnValue.DataPropertyName = "Value";
            this.ColumnValue.HeaderText = "Value";
            this.ColumnValue.Name = "ColumnValue";
            // 
            // contextMenuStripTag
            // 
            this.contextMenuStripTag.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.removeToolStripMenuItem});
            this.contextMenuStripTag.Name = "contextMenuStripTag";
            this.contextMenuStripTag.Size = new System.Drawing.Size(118, 26);
            // 
            // removeToolStripMenuItem
            // 
            this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
            this.removeToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.removeToolStripMenuItem.Text = "&Remove";
            this.removeToolStripMenuItem.Click += new System.EventHandler(this.RemoveToolStripMenuItem_Click);
            // 
            // buttonSave
            // 
            this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(476, 3);
            this.buttonSave.Name = "buttonSave";
            this.buttonSave.Size = new System.Drawing.Size(90, 23);
            this.buttonSave.TabIndex = 0;
            this.buttonSave.Text = "Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
            // 
            // ConfigurationDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(572, 289);
            this.Controls.Add(this.splitContainerMain);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ConfigurationDialog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Settings";
            this.splitContainerMain.Panel1.ResumeLayout(false);
            this.splitContainerMain.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
            this.splitContainerMain.ResumeLayout(false);
            this.splitContainerSettings.Panel1.ResumeLayout(false);
            this.splitContainerSettings.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerSettings)).EndInit();
            this.splitContainerSettings.ResumeLayout(false);
            this.groupBoxObjectClreplacedes.ResumeLayout(false);
            this.groupBoxObjectClreplacedes.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewObjectClreplacedes)).EndInit();
            this.groupBoxTags.ResumeLayout(false);
            this.groupBoxTags.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTags)).EndInit();
            this.contextMenuStripTag.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : Main.Designer.cs
with MIT License
from AlturosDestinations

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();
            this.buttonProcessImage = new System.Windows.Forms.Button();
            this.dataGridViewResult = new System.Windows.Forms.DataGridView();
            this.ColumnType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnConfidence = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnX = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnY = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnResultWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnResultHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.dataGridViewFiles = new System.Windows.Forms.DataGridView();
            this.ColumnFileName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBoxResult = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.buttonStartTracking = new System.Windows.Forms.Button();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabelYoloInfo = new System.Windows.Forms.ToolStripStatusLabel();
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.configurationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cpuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.downloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewResult)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFiles)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.groupBoxResult.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // buttonProcessImage
            // 
            this.buttonProcessImage.Location = new System.Drawing.Point(9, 9);
            this.buttonProcessImage.Name = "buttonProcessImage";
            this.buttonProcessImage.Size = new System.Drawing.Size(120, 25);
            this.buttonProcessImage.TabIndex = 0;
            this.buttonProcessImage.Text = "Process Image";
            this.buttonProcessImage.UseVisualStyleBackColor = true;
            this.buttonProcessImage.Click += new System.EventHandler(this.buttonProcessImage_Click);
            // 
            // dataGridViewResult
            // 
            this.dataGridViewResult.AllowUserToAddRows = false;
            this.dataGridViewResult.AllowUserToDeleteRows = false;
            this.dataGridViewResult.AllowUserToResizeColumns = false;
            this.dataGridViewResult.AllowUserToResizeRows = false;
            this.dataGridViewResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnType,
            this.ColumnConfidence,
            this.ColumnX,
            this.ColumnY,
            this.ColumnResultWidth,
            this.ColumnResultHeight});
            this.dataGridViewResult.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridViewResult.Location = new System.Drawing.Point(3, 16);
            this.dataGridViewResult.MultiSelect = false;
            this.dataGridViewResult.Name = "dataGridViewResult";
            this.dataGridViewResult.ReadOnly = true;
            this.dataGridViewResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewResult.Size = new System.Drawing.Size(697, 175);
            this.dataGridViewResult.TabIndex = 1;
            this.dataGridViewResult.SelectionChanged += new System.EventHandler(this.dataGridViewResult_SelectionChanged);
            // 
            // ColumnType
            // 
            this.ColumnType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.ColumnType.DataPropertyName = "Type";
            this.ColumnType.HeaderText = "Type";
            this.ColumnType.Name = "ColumnType";
            this.ColumnType.ReadOnly = true;
            // 
            // ColumnConfidence
            // 
            this.ColumnConfidence.DataPropertyName = "Confidence";
            dataGridViewCellStyle1.Format = "N3";
            dataGridViewCellStyle1.NullValue = null;
            this.ColumnConfidence.DefaultCellStyle = dataGridViewCellStyle1;
            this.ColumnConfidence.HeaderText = "Confidence";
            this.ColumnConfidence.Name = "ColumnConfidence";
            this.ColumnConfidence.ReadOnly = true;
            // 
            // ColumnX
            // 
            this.ColumnX.DataPropertyName = "X";
            this.ColumnX.HeaderText = "X";
            this.ColumnX.Name = "ColumnX";
            this.ColumnX.ReadOnly = true;
            this.ColumnX.Width = 50;
            // 
            // ColumnY
            // 
            this.ColumnY.DataPropertyName = "Y";
            this.ColumnY.HeaderText = "Y";
            this.ColumnY.Name = "ColumnY";
            this.ColumnY.ReadOnly = true;
            this.ColumnY.Width = 50;
            // 
            // ColumnResultWidth
            // 
            this.ColumnResultWidth.DataPropertyName = "Width";
            this.ColumnResultWidth.HeaderText = "Width";
            this.ColumnResultWidth.Name = "ColumnResultWidth";
            this.ColumnResultWidth.ReadOnly = true;
            this.ColumnResultWidth.Width = 50;
            // 
            // ColumnResultHeight
            // 
            this.ColumnResultHeight.DataPropertyName = "Height";
            this.ColumnResultHeight.HeaderText = "Height";
            this.ColumnResultHeight.Name = "ColumnResultHeight";
            this.ColumnResultHeight.ReadOnly = true;
            this.ColumnResultHeight.Width = 50;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Location = new System.Drawing.Point(3, 16);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(397, 229);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            // 
            // dataGridViewFiles
            // 
            this.dataGridViewFiles.AllowUserToAddRows = false;
            this.dataGridViewFiles.AllowUserToDeleteRows = false;
            this.dataGridViewFiles.AllowUserToResizeColumns = false;
            this.dataGridViewFiles.AllowUserToResizeRows = false;
            this.dataGridViewFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewFiles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnFileName,
            this.ColumnWidth,
            this.ColumnHeight});
            this.dataGridViewFiles.ContextMenuStrip = this.contextMenuStrip1;
            this.dataGridViewFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridViewFiles.Location = new System.Drawing.Point(3, 3);
            this.dataGridViewFiles.MultiSelect = false;
            this.dataGridViewFiles.Name = "dataGridViewFiles";
            this.dataGridViewFiles.ReadOnly = true;
            this.dataGridViewFiles.RowHeadersVisible = false;
            this.dataGridViewFiles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewFiles.Size = new System.Drawing.Size(294, 248);
            this.dataGridViewFiles.TabIndex = 3;
            this.dataGridViewFiles.SelectionChanged += new System.EventHandler(this.dataGridViewFiles_SelectionChanged);
            this.dataGridViewFiles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewFiles_KeyDown);
            // 
            // ColumnFileName
            // 
            this.ColumnFileName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.ColumnFileName.DataPropertyName = "Name";
            this.ColumnFileName.HeaderText = "FileName";
            this.ColumnFileName.Name = "ColumnFileName";
            this.ColumnFileName.ReadOnly = true;
            // 
            // ColumnWidth
            // 
            this.ColumnWidth.DataPropertyName = "Width";
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            this.ColumnWidth.DefaultCellStyle = dataGridViewCellStyle2;
            this.ColumnWidth.HeaderText = "Width";
            this.ColumnWidth.Name = "ColumnWidth";
            this.ColumnWidth.ReadOnly = true;
            this.ColumnWidth.Width = 70;
            // 
            // ColumnHeight
            // 
            this.ColumnHeight.DataPropertyName = "Height";
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            this.ColumnHeight.DefaultCellStyle = dataGridViewCellStyle3;
            this.ColumnHeight.HeaderText = "Height";
            this.ColumnHeight.Name = "ColumnHeight";
            this.ColumnHeight.ReadOnly = true;
            this.ColumnHeight.Width = 70;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openFolderToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(138, 26);
            // 
            // openFolderToolStripMenuItem
            // 
            this.openFolderToolStripMenuItem.Name = "openFolderToolStripMenuItem";
            this.openFolderToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
            this.openFolderToolStripMenuItem.Text = "&Open folder";
            this.openFolderToolStripMenuItem.Click += new System.EventHandler(this.openFolderToolStripMenuItem_Click);
            // 
            // groupBoxResult
            // 
            this.tableLayoutPanel1.SetColumnSpan(this.groupBoxResult, 2);
            this.groupBoxResult.Controls.Add(this.dataGridViewResult);
            this.groupBoxResult.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxResult.Location = new System.Drawing.Point(3, 307);
            this.groupBoxResult.Name = "groupBoxResult";
            this.groupBoxResult.Size = new System.Drawing.Size(703, 194);
            this.groupBoxResult.TabIndex = 4;
            this.groupBoxResult.TabStop = false;
            this.groupBoxResult.Text = "Result";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.dataGridViewFiles, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.groupBoxResult, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 200F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(709, 504);
            this.tableLayoutPanel1.TabIndex = 5;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.pictureBox1);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(303, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(403, 248);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Preview";
            // 
            // panel1
            // 
            this.tableLayoutPanel1.SetColumnSpan(this.panel1, 2);
            this.panel1.Controls.Add(this.buttonStartTracking);
            this.panel1.Controls.Add(this.buttonProcessImage);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 257);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(703, 44);
            this.panel1.TabIndex = 4;
            // 
            // buttonStartTracking
            // 
            this.buttonStartTracking.Location = new System.Drawing.Point(135, 10);
            this.buttonStartTracking.Name = "buttonStartTracking";
            this.buttonStartTracking.Size = new System.Drawing.Size(120, 23);
            this.buttonStartTracking.TabIndex = 1;
            this.buttonStartTracking.Text = "Start Tracking";
            this.buttonStartTracking.UseVisualStyleBackColor = true;
            this.buttonStartTracking.Click += new System.EventHandler(this.buttonStartTracking_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabelYoloInfo});
            this.statusStrip1.Location = new System.Drawing.Point(0, 528);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(709, 22);
            this.statusStrip1.TabIndex = 6;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusLabelYoloInfo
            // 
            this.toolStripStatusLabelYoloInfo.Name = "toolStripStatusLabelYoloInfo";
            this.toolStripStatusLabelYoloInfo.Size = new System.Drawing.Size(91, 17);
            this.toolStripStatusLabelYoloInfo.Text = "change by code";
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.configurationToolStripMenuItem,
            this.downloadToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(709, 24);
            this.menuStrip1.TabIndex = 7;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // configurationToolStripMenuItem
            // 
            this.configurationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cpuToolStripMenuItem});
            this.configurationToolStripMenuItem.Name = "configurationToolStripMenuItem";
            this.configurationToolStripMenuItem.Size = new System.Drawing.Size(93, 20);
            this.configurationToolStripMenuItem.Text = "Configuration";
            // 
            // cpuToolStripMenuItem
            // 
            this.cpuToolStripMenuItem.Checked = true;
            this.cpuToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cpuToolStripMenuItem.Name = "cpuToolStripMenuItem";
            this.cpuToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.cpuToolStripMenuItem.Text = "Use only cpu";
            this.cpuToolStripMenuItem.Click += new System.EventHandler(this.gpuToolStripMenuItem_Click);
            // 
            // downloadToolStripMenuItem
            // 
            this.downloadToolStripMenuItem.Name = "downloadToolStripMenuItem";
            this.downloadToolStripMenuItem.Size = new System.Drawing.Size(120, 20);
            this.downloadToolStripMenuItem.Text = "&Download Datasets";
            this.downloadToolStripMenuItem.ToolTipText = "Download all Pre-Trained Datasets";
            this.downloadToolStripMenuItem.Click += new System.EventHandler(this.downloadToolStripMenuItem_Click);
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(709, 550);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Main";
            this.Text = "change by code";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewResult)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFiles)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.groupBoxResult.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : MonKeyForm.Designer.cs
with MIT License
from altugbakan

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MonKeyForm));
            this.getRandomMonKeyButton = new System.Windows.Forms.Button();
            this.addressTextBox = new System.Windows.Forms.TextBox();
            this.addressLabel = new System.Windows.Forms.Label();
            this.seedLabel = new System.Windows.Forms.Label();
            this.seedTextBox = new System.Windows.Forms.TextBox();
            this.monKeyPictureBox = new System.Windows.Forms.PictureBox();
            this.settingsButton = new System.Windows.Forms.Button();
            this.findSpecificMonKeyButton = new System.Windows.Forms.Button();
            this.searchedLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.monKeyPictureBox)).BeginInit();
            this.SuspendLayout();
            // 
            // getRandomMonKeyButton
            // 
            this.getRandomMonKeyButton.Location = new System.Drawing.Point(12, 337);
            this.getRandomMonKeyButton.Name = "getRandomMonKeyButton";
            this.getRandomMonKeyButton.Size = new System.Drawing.Size(155, 23);
            this.getRandomMonKeyButton.TabIndex = 0;
            this.getRandomMonKeyButton.Text = "Get Random MonKey";
            this.getRandomMonKeyButton.UseVisualStyleBackColor = true;
            this.getRandomMonKeyButton.Click += new System.EventHandler(this.GetRandomMonKeyButton_Click);
            // 
            // addressTextBox
            // 
            this.addressTextBox.Location = new System.Drawing.Point(12, 222);
            this.addressTextBox.Name = "addressTextBox";
            this.addressTextBox.Size = new System.Drawing.Size(346, 23);
            this.addressTextBox.TabIndex = 1;
            // 
            // addressLabel
            // 
            this.addressLabel.AutoSize = true;
            this.addressLabel.Location = new System.Drawing.Point(12, 201);
            this.addressLabel.Name = "addressLabel";
            this.addressLabel.Size = new System.Drawing.Size(49, 15);
            this.addressLabel.TabIndex = 2;
            this.addressLabel.Text = "Address";
            // 
            // seedLabel
            // 
            this.seedLabel.AutoSize = true;
            this.seedLabel.Location = new System.Drawing.Point(12, 257);
            this.seedLabel.Name = "seedLabel";
            this.seedLabel.Size = new System.Drawing.Size(32, 15);
            this.seedLabel.TabIndex = 4;
            this.seedLabel.Text = "Seed";
            // 
            // seedTextBox
            // 
            this.seedTextBox.Location = new System.Drawing.Point(12, 278);
            this.seedTextBox.Name = "seedTextBox";
            this.seedTextBox.Size = new System.Drawing.Size(346, 23);
            this.seedTextBox.TabIndex = 3;
            // 
            // monKeyPictureBox
            // 
            this.monKeyPictureBox.Location = new System.Drawing.Point(85, 0);
            this.monKeyPictureBox.Name = "monKeyPictureBox";
            this.monKeyPictureBox.Size = new System.Drawing.Size(200, 200);
            this.monKeyPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.monKeyPictureBox.TabIndex = 5;
            this.monKeyPictureBox.TabStop = false;
            // 
            // settingsButton
            // 
            this.settingsButton.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.settingsButton.Image = ((System.Drawing.Image)(resources.GetObject("settingsButton.Image")));
            this.settingsButton.Location = new System.Drawing.Point(330, 11);
            this.settingsButton.Margin = new System.Windows.Forms.Padding(2);
            this.settingsButton.Name = "settingsButton";
            this.settingsButton.Size = new System.Drawing.Size(30, 30);
            this.settingsButton.TabIndex = 8;
            this.settingsButton.UseVisualStyleBackColor = true;
            this.settingsButton.Click += new System.EventHandler(this.SettingsButton_Click);
            // 
            // findSpecificMonKeyButton
            // 
            this.findSpecificMonKeyButton.Location = new System.Drawing.Point(203, 337);
            this.findSpecificMonKeyButton.Name = "findSpecificMonKeyButton";
            this.findSpecificMonKeyButton.Size = new System.Drawing.Size(155, 23);
            this.findSpecificMonKeyButton.TabIndex = 9;
            this.findSpecificMonKeyButton.Text = "Find Specific MonKey";
            this.findSpecificMonKeyButton.UseVisualStyleBackColor = true;
            this.findSpecificMonKeyButton.Click += new System.EventHandler(this.FindSpecificMonKeyButton_Click);
            // 
            // searchedLabel
            // 
            this.searchedLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.searchedLabel.Location = new System.Drawing.Point(15, 317);
            this.searchedLabel.Name = "searchedLabel";
            this.searchedLabel.Size = new System.Drawing.Size(344, 20);
            this.searchedLabel.TabIndex = 10;
            this.searchedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // MonKeyForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(371, 368);
            this.Controls.Add(this.searchedLabel);
            this.Controls.Add(this.findSpecificMonKeyButton);
            this.Controls.Add(this.settingsButton);
            this.Controls.Add(this.monKeyPictureBox);
            this.Controls.Add(this.seedLabel);
            this.Controls.Add(this.seedTextBox);
            this.Controls.Add(this.addressLabel);
            this.Controls.Add(this.addressTextBox);
            this.Controls.Add(this.getRandomMonKeyButton);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "MonKeyForm";
            this.Text = "Vanity MonKey Generator";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MonKeyForm_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.monKeyPictureBox)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : AnnotationImageListControl.Designer.cs
with MIT License
from AlturosDestinations

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnName});
            this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(0, 0);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(317, 300);
            this.dataGridView1.TabIndex = 3;
            this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError);
            this.dataGridView1.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.DataGridView1_RowPrePaint);
            this.dataGridView1.SelectionChanged += new System.EventHandler(this.DataGridView1_SelectionChanged);
            // 
            // ColumnName
            // 
            this.ColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.ColumnName.DataPropertyName = "ImageName";
            this.ColumnName.HeaderText = "Name";
            this.ColumnName.Name = "ColumnName";
            this.ColumnName.ReadOnly = true;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.deleteToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(108, 26);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Image = global::Alturos.ImageAnnotation.Properties.Resources.delete;
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
            this.deleteToolStripMenuItem.Text = "&Delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItem_Click);
            // 
            // AnnotationImageListControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.dataGridView1);
            this.Name = "AnnotationImageListControl";
            this.Size = new System.Drawing.Size(317, 300);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

See More Examples