System.ComponentModel.ComponentResourceManager.ApplyResources(object, string)

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

1115 Examples 7

19 Source : AddServer3Form.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddServer3Form));
            this.btnClose = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label13 = new System.Windows.Forms.Label();
            this.cmbSecurity = new System.Windows.Forms.ComboBox();
            this.txtRemarks = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.txtId = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtPort = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.cmbSecurity);
            this.groupBox1.Controls.Add(this.txtRemarks);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtId);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtPort);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtAddress);
            this.groupBox1.Controls.Add(this.label1);
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // label13
            // 
            resources.ApplyResources(this.label13, "label13");
            this.label13.Name = "label13";
            // 
            // cmbSecurity
            // 
            this.cmbSecurity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSecurity.FormattingEnabled = true;
            this.cmbSecurity.Items.AddRange(new object[] {
            resources.GetString("cmbSecurity.Items"),
            resources.GetString("cmbSecurity.Items1"),
            resources.GetString("cmbSecurity.Items2"),
            resources.GetString("cmbSecurity.Items3"),
            resources.GetString("cmbSecurity.Items4"),
            resources.GetString("cmbSecurity.Items5")});
            resources.ApplyResources(this.cmbSecurity, "cmbSecurity");
            this.cmbSecurity.Name = "cmbSecurity";
            // 
            // txtRemarks
            // 
            resources.ApplyResources(this.txtRemarks, "txtRemarks");
            this.txtRemarks.Name = "txtRemarks";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            // 
            // txtId
            // 
            resources.ApplyResources(this.txtId, "txtId");
            this.txtId.Name = "txtId";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // txtPort
            // 
            resources.ApplyResources(this.txtPort, "txtPort");
            this.txtPort.Name = "txtPort";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // txtAddress
            // 
            resources.ApplyResources(this.txtAddress, "txtAddress");
            this.txtAddress.Name = "txtAddress";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // AddServer3Form
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MinimizeBox = true;
            this.Name = "AddServer3Form";
            this.Load += new System.EventHandler(this.AddServer3Form_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : AddServer4Form.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddServer4Form));
            this.btnClose = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtSecurity = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtId = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.txtRemarks = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtPort = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtSecurity);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txtId);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.txtRemarks);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.txtPort);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtAddress);
            this.groupBox1.Controls.Add(this.label1);
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // txtSecurity
            // 
            resources.ApplyResources(this.txtSecurity, "txtSecurity");
            this.txtSecurity.Name = "txtSecurity";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // txtId
            // 
            resources.ApplyResources(this.txtId, "txtId");
            this.txtId.Name = "txtId";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // label13
            // 
            resources.ApplyResources(this.label13, "label13");
            this.label13.Name = "label13";
            // 
            // txtRemarks
            // 
            resources.ApplyResources(this.txtRemarks, "txtRemarks");
            this.txtRemarks.Name = "txtRemarks";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // txtPort
            // 
            resources.ApplyResources(this.txtPort, "txtPort");
            this.txtPort.Name = "txtPort";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // txtAddress
            // 
            resources.ApplyResources(this.txtAddress, "txtAddress");
            this.txtAddress.Name = "txtAddress";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // AddServer4Form
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MinimizeBox = true;
            this.Name = "AddServer4Form";
            this.Load += new System.EventHandler(this.AddServer4Form_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : AddServer5Form.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddServer5Form));
            this.btnClose = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cmbFlow = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.btnGUID = new System.Windows.Forms.Button();
            this.label13 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label25 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.panTlsMore = new System.Windows.Forms.Panel();
            this.txtSNI = new System.Windows.Forms.TextBox();
            this.label22 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.cmbAllowInsecure = new System.Windows.Forms.ComboBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.txtPath = new System.Windows.Forms.TextBox();
            this.cmbNetwork = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.cmbStreamSecurity = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.txtRequestHost = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.cmbHeaderType = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.cmbSecurity = new System.Windows.Forms.ComboBox();
            this.txtRemarks = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.txtId = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtPort = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panTlsMore.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cmbFlow);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.btnGUID);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.groupBox2);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.cmbSecurity);
            this.groupBox1.Controls.Add(this.txtRemarks);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtId);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtPort);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtAddress);
            this.groupBox1.Controls.Add(this.label1);
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // cmbFlow
            // 
            this.cmbFlow.FormattingEnabled = true;
            this.cmbFlow.Items.AddRange(new object[] {
            resources.GetString("cmbFlow.Items"),
            resources.GetString("cmbFlow.Items1"),
            resources.GetString("cmbFlow.Items2"),
            resources.GetString("cmbFlow.Items3"),
            resources.GetString("cmbFlow.Items4")});
            resources.ApplyResources(this.cmbFlow, "cmbFlow");
            this.cmbFlow.Name = "cmbFlow";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // btnGUID
            // 
            resources.ApplyResources(this.btnGUID, "btnGUID");
            this.btnGUID.Name = "btnGUID";
            this.btnGUID.UseVisualStyleBackColor = true;
            this.btnGUID.Click += new System.EventHandler(this.btnGUID_Click);
            // 
            // label13
            // 
            resources.ApplyResources(this.label13, "label13");
            this.label13.Name = "label13";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label25);
            this.groupBox2.Controls.Add(this.label24);
            this.groupBox2.Controls.Add(this.label23);
            this.groupBox2.Controls.Add(this.panTlsMore);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Controls.Add(this.label20);
            this.groupBox2.Controls.Add(this.txtPath);
            this.groupBox2.Controls.Add(this.cmbNetwork);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.label19);
            this.groupBox2.Controls.Add(this.label18);
            this.groupBox2.Controls.Add(this.label17);
            this.groupBox2.Controls.Add(this.label16);
            this.groupBox2.Controls.Add(this.label14);
            this.groupBox2.Controls.Add(this.label15);
            this.groupBox2.Controls.Add(this.cmbStreamSecurity);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Controls.Add(this.txtRequestHost);
            this.groupBox2.Controls.Add(this.label11);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.cmbHeaderType);
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // label25
            // 
            resources.ApplyResources(this.label25, "label25");
            this.label25.Name = "label25";
            // 
            // label24
            // 
            resources.ApplyResources(this.label24, "label24");
            this.label24.Name = "label24";
            // 
            // label23
            // 
            resources.ApplyResources(this.label23, "label23");
            this.label23.Name = "label23";
            // 
            // panTlsMore
            // 
            this.panTlsMore.Controls.Add(this.txtSNI);
            this.panTlsMore.Controls.Add(this.label22);
            this.panTlsMore.Controls.Add(this.label21);
            this.panTlsMore.Controls.Add(this.cmbAllowInsecure);
            resources.ApplyResources(this.panTlsMore, "panTlsMore");
            this.panTlsMore.Name = "panTlsMore";
            // 
            // txtSNI
            // 
            resources.ApplyResources(this.txtSNI, "txtSNI");
            this.txtSNI.Name = "txtSNI";
            // 
            // label22
            // 
            resources.ApplyResources(this.label22, "label22");
            this.label22.Name = "label22";
            // 
            // label21
            // 
            resources.ApplyResources(this.label21, "label21");
            this.label21.Name = "label21";
            // 
            // cmbAllowInsecure
            // 
            this.cmbAllowInsecure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbAllowInsecure.FormattingEnabled = true;
            this.cmbAllowInsecure.Items.AddRange(new object[] {
            resources.GetString("cmbAllowInsecure.Items"),
            resources.GetString("cmbAllowInsecure.Items1"),
            resources.GetString("cmbAllowInsecure.Items2")});
            resources.ApplyResources(this.cmbAllowInsecure, "cmbAllowInsecure");
            this.cmbAllowInsecure.Name = "cmbAllowInsecure";
            // 
            // label9
            // 
            resources.ApplyResources(this.label9, "label9");
            this.label9.Name = "label9";
            // 
            // label20
            // 
            resources.ApplyResources(this.label20, "label20");
            this.label20.Name = "label20";
            // 
            // txtPath
            // 
            resources.ApplyResources(this.txtPath, "txtPath");
            this.txtPath.Name = "txtPath";
            // 
            // cmbNetwork
            // 
            this.cmbNetwork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbNetwork.FormattingEnabled = true;
            this.cmbNetwork.Items.AddRange(new object[] {
            resources.GetString("cmbNetwork.Items"),
            resources.GetString("cmbNetwork.Items1"),
            resources.GetString("cmbNetwork.Items2"),
            resources.GetString("cmbNetwork.Items3"),
            resources.GetString("cmbNetwork.Items4"),
            resources.GetString("cmbNetwork.Items5")});
            resources.ApplyResources(this.cmbNetwork, "cmbNetwork");
            this.cmbNetwork.Name = "cmbNetwork";
            this.cmbNetwork.SelectedIndexChanged += new System.EventHandler(this.cmbNetwork_SelectedIndexChanged);
            // 
            // label7
            // 
            resources.ApplyResources(this.label7, "label7");
            this.label7.Name = "label7";
            // 
            // label19
            // 
            resources.ApplyResources(this.label19, "label19");
            this.label19.Name = "label19";
            // 
            // label18
            // 
            resources.ApplyResources(this.label18, "label18");
            this.label18.Name = "label18";
            // 
            // label17
            // 
            resources.ApplyResources(this.label17, "label17");
            this.label17.Name = "label17";
            // 
            // label16
            // 
            resources.ApplyResources(this.label16, "label16");
            this.label16.Name = "label16";
            // 
            // label14
            // 
            resources.ApplyResources(this.label14, "label14");
            this.label14.Name = "label14";
            // 
            // label15
            // 
            resources.ApplyResources(this.label15, "label15");
            this.label15.Name = "label15";
            // 
            // cmbStreamSecurity
            // 
            this.cmbStreamSecurity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbStreamSecurity.FormattingEnabled = true;
            this.cmbStreamSecurity.Items.AddRange(new object[] {
            resources.GetString("cmbStreamSecurity.Items"),
            resources.GetString("cmbStreamSecurity.Items1"),
            resources.GetString("cmbStreamSecurity.Items2")});
            resources.ApplyResources(this.cmbStreamSecurity, "cmbStreamSecurity");
            this.cmbStreamSecurity.Name = "cmbStreamSecurity";
            this.cmbStreamSecurity.SelectedIndexChanged += new System.EventHandler(this.cmbStreamSecurity_SelectedIndexChanged);
            // 
            // label12
            // 
            resources.ApplyResources(this.label12, "label12");
            this.label12.Name = "label12";
            // 
            // txtRequestHost
            // 
            resources.ApplyResources(this.txtRequestHost, "txtRequestHost");
            this.txtRequestHost.Name = "txtRequestHost";
            // 
            // label11
            // 
            resources.ApplyResources(this.label11, "label11");
            this.label11.Name = "label11";
            // 
            // label10
            // 
            resources.ApplyResources(this.label10, "label10");
            this.label10.Name = "label10";
            // 
            // cmbHeaderType
            // 
            this.cmbHeaderType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbHeaderType.FormattingEnabled = true;
            this.cmbHeaderType.Items.AddRange(new object[] {
            resources.GetString("cmbHeaderType.Items"),
            resources.GetString("cmbHeaderType.Items1"),
            resources.GetString("cmbHeaderType.Items2"),
            resources.GetString("cmbHeaderType.Items3"),
            resources.GetString("cmbHeaderType.Items4"),
            resources.GetString("cmbHeaderType.Items5"),
            resources.GetString("cmbHeaderType.Items6")});
            resources.ApplyResources(this.cmbHeaderType, "cmbHeaderType");
            this.cmbHeaderType.Name = "cmbHeaderType";
            // 
            // label8
            // 
            resources.ApplyResources(this.label8, "label8");
            this.label8.Name = "label8";
            // 
            // cmbSecurity
            // 
            this.cmbSecurity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
            this.cmbSecurity.FormattingEnabled = true;
            this.cmbSecurity.Items.AddRange(new object[] {
            resources.GetString("cmbSecurity.Items")});
            resources.ApplyResources(this.cmbSecurity, "cmbSecurity");
            this.cmbSecurity.Name = "cmbSecurity";
            // 
            // txtRemarks
            // 
            resources.ApplyResources(this.txtRemarks, "txtRemarks");
            this.txtRemarks.Name = "txtRemarks";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            // 
            // txtId
            // 
            resources.ApplyResources(this.txtId, "txtId");
            this.txtId.Name = "txtId";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // txtPort
            // 
            resources.ApplyResources(this.txtPort, "txtPort");
            this.txtPort.Name = "txtPort";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // txtAddress
            // 
            resources.ApplyResources(this.txtAddress, "txtAddress");
            this.txtAddress.Name = "txtAddress";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // AddServer5Form
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "AddServer5Form";
            this.Load += new System.EventHandler(this.AddServer5Form_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.panTlsMore.ResumeLayout(false);
            this.panTlsMore.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : AddServer6Form.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddServer6Form));
            this.btnClose = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label21 = new System.Windows.Forms.Label();
            this.cmbAllowInsecure = new System.Windows.Forms.ComboBox();
            this.label15 = new System.Windows.Forms.Label();
            this.cmbStreamSecurity = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtSNI = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.txtRemarks = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtId = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtPort = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label21);
            this.groupBox1.Controls.Add(this.cmbAllowInsecure);
            this.groupBox1.Controls.Add(this.label15);
            this.groupBox1.Controls.Add(this.cmbStreamSecurity);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txtSNI);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.txtRemarks);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.txtId);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtPort);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtAddress);
            this.groupBox1.Controls.Add(this.label1);
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // label21
            // 
            resources.ApplyResources(this.label21, "label21");
            this.label21.Name = "label21";
            // 
            // cmbAllowInsecure
            // 
            this.cmbAllowInsecure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbAllowInsecure.FormattingEnabled = true;
            this.cmbAllowInsecure.Items.AddRange(new object[] {
            resources.GetString("cmbAllowInsecure.Items"),
            resources.GetString("cmbAllowInsecure.Items1"),
            resources.GetString("cmbAllowInsecure.Items2")});
            resources.ApplyResources(this.cmbAllowInsecure, "cmbAllowInsecure");
            this.cmbAllowInsecure.Name = "cmbAllowInsecure";
            // 
            // label15
            // 
            resources.ApplyResources(this.label15, "label15");
            this.label15.Name = "label15";
            // 
            // cmbStreamSecurity
            // 
            this.cmbStreamSecurity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbStreamSecurity.FormattingEnabled = true;
            this.cmbStreamSecurity.Items.AddRange(new object[] {
            resources.GetString("cmbStreamSecurity.Items"),
            resources.GetString("cmbStreamSecurity.Items1")});
            resources.ApplyResources(this.cmbStreamSecurity, "cmbStreamSecurity");
            this.cmbStreamSecurity.Name = "cmbStreamSecurity";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // txtSNI
            // 
            resources.ApplyResources(this.txtSNI, "txtSNI");
            this.txtSNI.Name = "txtSNI";
            // 
            // label13
            // 
            resources.ApplyResources(this.label13, "label13");
            this.label13.Name = "label13";
            // 
            // txtRemarks
            // 
            resources.ApplyResources(this.txtRemarks, "txtRemarks");
            this.txtRemarks.Name = "txtRemarks";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // txtId
            // 
            resources.ApplyResources(this.txtId, "txtId");
            this.txtId.Name = "txtId";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // txtPort
            // 
            resources.ApplyResources(this.txtPort, "txtPort");
            this.txtPort.Name = "txtPort";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // txtAddress
            // 
            resources.ApplyResources(this.txtAddress, "txtAddress");
            this.txtAddress.Name = "txtAddress";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // AddServer6Form
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MinimizeBox = true;
            this.Name = "AddServer6Form";
            this.Load += new System.EventHandler(this.AddServer6Form_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : AddServerForm.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddServerForm));
            this.btnClose = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnGUID = new System.Windows.Forms.Button();
            this.label13 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label25 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.panTlsMore = new System.Windows.Forms.Panel();
            this.txtSNI = new System.Windows.Forms.TextBox();
            this.label22 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.cmbAllowInsecure = new System.Windows.Forms.ComboBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.txtPath = new System.Windows.Forms.TextBox();
            this.cmbNetwork = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.cmbStreamSecurity = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.txtRequestHost = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.cmbHeaderType = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.cmbSecurity = new System.Windows.Forms.ComboBox();
            this.txtRemarks = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.txtAlterId = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtId = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtPort = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.menuServer = new System.Windows.Forms.MenuStrip();
            this.MenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuItemImportClient = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuItemImportServer = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuItemImportClipboard = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panTlsMore.SuspendLayout();
            this.panel2.SuspendLayout();
            this.menuServer.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnGUID);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.groupBox2);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.cmbSecurity);
            this.groupBox1.Controls.Add(this.txtRemarks);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtAlterId);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txtId);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtPort);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtAddress);
            this.groupBox1.Controls.Add(this.label1);
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // btnGUID
            // 
            resources.ApplyResources(this.btnGUID, "btnGUID");
            this.btnGUID.Name = "btnGUID";
            this.btnGUID.UseVisualStyleBackColor = true;
            this.btnGUID.Click += new System.EventHandler(this.btnGUID_Click);
            // 
            // label13
            // 
            resources.ApplyResources(this.label13, "label13");
            this.label13.Name = "label13";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label25);
            this.groupBox2.Controls.Add(this.label24);
            this.groupBox2.Controls.Add(this.label23);
            this.groupBox2.Controls.Add(this.panTlsMore);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Controls.Add(this.label20);
            this.groupBox2.Controls.Add(this.txtPath);
            this.groupBox2.Controls.Add(this.cmbNetwork);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.label19);
            this.groupBox2.Controls.Add(this.label18);
            this.groupBox2.Controls.Add(this.label17);
            this.groupBox2.Controls.Add(this.label16);
            this.groupBox2.Controls.Add(this.label14);
            this.groupBox2.Controls.Add(this.label15);
            this.groupBox2.Controls.Add(this.cmbStreamSecurity);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Controls.Add(this.txtRequestHost);
            this.groupBox2.Controls.Add(this.label11);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.cmbHeaderType);
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // label25
            // 
            resources.ApplyResources(this.label25, "label25");
            this.label25.Name = "label25";
            // 
            // label24
            // 
            resources.ApplyResources(this.label24, "label24");
            this.label24.Name = "label24";
            // 
            // label23
            // 
            resources.ApplyResources(this.label23, "label23");
            this.label23.Name = "label23";
            // 
            // panTlsMore
            // 
            this.panTlsMore.Controls.Add(this.txtSNI);
            this.panTlsMore.Controls.Add(this.label22);
            this.panTlsMore.Controls.Add(this.label21);
            this.panTlsMore.Controls.Add(this.cmbAllowInsecure);
            resources.ApplyResources(this.panTlsMore, "panTlsMore");
            this.panTlsMore.Name = "panTlsMore";
            // 
            // txtSNI
            // 
            resources.ApplyResources(this.txtSNI, "txtSNI");
            this.txtSNI.Name = "txtSNI";
            // 
            // label22
            // 
            resources.ApplyResources(this.label22, "label22");
            this.label22.Name = "label22";
            // 
            // label21
            // 
            resources.ApplyResources(this.label21, "label21");
            this.label21.Name = "label21";
            // 
            // cmbAllowInsecure
            // 
            this.cmbAllowInsecure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbAllowInsecure.FormattingEnabled = true;
            this.cmbAllowInsecure.Items.AddRange(new object[] {
            resources.GetString("cmbAllowInsecure.Items"),
            resources.GetString("cmbAllowInsecure.Items1"),
            resources.GetString("cmbAllowInsecure.Items2")});
            resources.ApplyResources(this.cmbAllowInsecure, "cmbAllowInsecure");
            this.cmbAllowInsecure.Name = "cmbAllowInsecure";
            // 
            // label9
            // 
            resources.ApplyResources(this.label9, "label9");
            this.label9.Name = "label9";
            // 
            // label20
            // 
            resources.ApplyResources(this.label20, "label20");
            this.label20.Name = "label20";
            // 
            // txtPath
            // 
            resources.ApplyResources(this.txtPath, "txtPath");
            this.txtPath.Name = "txtPath";
            // 
            // cmbNetwork
            // 
            this.cmbNetwork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbNetwork.FormattingEnabled = true;
            this.cmbNetwork.Items.AddRange(new object[] {
            resources.GetString("cmbNetwork.Items"),
            resources.GetString("cmbNetwork.Items1"),
            resources.GetString("cmbNetwork.Items2"),
            resources.GetString("cmbNetwork.Items3"),
            resources.GetString("cmbNetwork.Items4"),
            resources.GetString("cmbNetwork.Items5")});
            resources.ApplyResources(this.cmbNetwork, "cmbNetwork");
            this.cmbNetwork.Name = "cmbNetwork";
            this.cmbNetwork.SelectedIndexChanged += new System.EventHandler(this.cmbNetwork_SelectedIndexChanged);
            // 
            // label7
            // 
            resources.ApplyResources(this.label7, "label7");
            this.label7.Name = "label7";
            // 
            // label19
            // 
            resources.ApplyResources(this.label19, "label19");
            this.label19.Name = "label19";
            // 
            // label18
            // 
            resources.ApplyResources(this.label18, "label18");
            this.label18.Name = "label18";
            // 
            // label17
            // 
            resources.ApplyResources(this.label17, "label17");
            this.label17.Name = "label17";
            // 
            // label16
            // 
            resources.ApplyResources(this.label16, "label16");
            this.label16.Name = "label16";
            // 
            // label14
            // 
            resources.ApplyResources(this.label14, "label14");
            this.label14.Name = "label14";
            // 
            // label15
            // 
            resources.ApplyResources(this.label15, "label15");
            this.label15.Name = "label15";
            // 
            // cmbStreamSecurity
            // 
            this.cmbStreamSecurity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbStreamSecurity.FormattingEnabled = true;
            this.cmbStreamSecurity.Items.AddRange(new object[] {
            resources.GetString("cmbStreamSecurity.Items"),
            resources.GetString("cmbStreamSecurity.Items1")});
            resources.ApplyResources(this.cmbStreamSecurity, "cmbStreamSecurity");
            this.cmbStreamSecurity.Name = "cmbStreamSecurity";
            this.cmbStreamSecurity.SelectedIndexChanged += new System.EventHandler(this.cmbStreamSecurity_SelectedIndexChanged);
            // 
            // label12
            // 
            resources.ApplyResources(this.label12, "label12");
            this.label12.Name = "label12";
            // 
            // txtRequestHost
            // 
            resources.ApplyResources(this.txtRequestHost, "txtRequestHost");
            this.txtRequestHost.Name = "txtRequestHost";
            // 
            // label11
            // 
            resources.ApplyResources(this.label11, "label11");
            this.label11.Name = "label11";
            // 
            // label10
            // 
            resources.ApplyResources(this.label10, "label10");
            this.label10.Name = "label10";
            // 
            // cmbHeaderType
            // 
            this.cmbHeaderType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbHeaderType.FormattingEnabled = true;
            this.cmbHeaderType.Items.AddRange(new object[] {
            resources.GetString("cmbHeaderType.Items"),
            resources.GetString("cmbHeaderType.Items1"),
            resources.GetString("cmbHeaderType.Items2"),
            resources.GetString("cmbHeaderType.Items3"),
            resources.GetString("cmbHeaderType.Items4"),
            resources.GetString("cmbHeaderType.Items5"),
            resources.GetString("cmbHeaderType.Items6")});
            resources.ApplyResources(this.cmbHeaderType, "cmbHeaderType");
            this.cmbHeaderType.Name = "cmbHeaderType";
            // 
            // label8
            // 
            resources.ApplyResources(this.label8, "label8");
            this.label8.Name = "label8";
            // 
            // cmbSecurity
            // 
            this.cmbSecurity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSecurity.FormattingEnabled = true;
            this.cmbSecurity.Items.AddRange(new object[] {
            resources.GetString("cmbSecurity.Items"),
            resources.GetString("cmbSecurity.Items1"),
            resources.GetString("cmbSecurity.Items2"),
            resources.GetString("cmbSecurity.Items3"),
            resources.GetString("cmbSecurity.Items4")});
            resources.ApplyResources(this.cmbSecurity, "cmbSecurity");
            this.cmbSecurity.Name = "cmbSecurity";
            // 
            // txtRemarks
            // 
            resources.ApplyResources(this.txtRemarks, "txtRemarks");
            this.txtRemarks.Name = "txtRemarks";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            // 
            // txtAlterId
            // 
            resources.ApplyResources(this.txtAlterId, "txtAlterId");
            this.txtAlterId.Name = "txtAlterId";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // txtId
            // 
            resources.ApplyResources(this.txtId, "txtId");
            this.txtId.Name = "txtId";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // txtPort
            // 
            resources.ApplyResources(this.txtPort, "txtPort");
            this.txtPort.Name = "txtPort";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // txtAddress
            // 
            resources.ApplyResources(this.txtAddress, "txtAddress");
            this.txtAddress.Name = "txtAddress";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // menuServer
            // 
            this.menuServer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuItem1});
            resources.ApplyResources(this.menuServer, "menuServer");
            this.menuServer.Name = "menuServer";
            // 
            // MenuItem1
            // 
            this.MenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuItemImportClient,
            this.MenuItemImportServer,
            this.toolStripSeparator1,
            this.MenuItemImportClipboard});
            this.MenuItem1.Name = "MenuItem1";
            resources.ApplyResources(this.MenuItem1, "MenuItem1");
            // 
            // MenuItemImportClient
            // 
            this.MenuItemImportClient.Name = "MenuItemImportClient";
            resources.ApplyResources(this.MenuItemImportClient, "MenuItemImportClient");
            this.MenuItemImportClient.Click += new System.EventHandler(this.MenuItemImportClient_Click);
            // 
            // MenuItemImportServer
            // 
            this.MenuItemImportServer.Name = "MenuItemImportServer";
            resources.ApplyResources(this.MenuItemImportServer, "MenuItemImportServer");
            this.MenuItemImportServer.Click += new System.EventHandler(this.MenuItemImportServer_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
            // 
            // MenuItemImportClipboard
            // 
            this.MenuItemImportClipboard.Name = "MenuItemImportClipboard";
            resources.ApplyResources(this.MenuItemImportClipboard, "MenuItemImportClipboard");
            this.MenuItemImportClipboard.Click += new System.EventHandler(this.MenuItemImportClipboard_Click);
            // 
            // AddServerForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.menuServer);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "AddServerForm";
            this.Load += new System.EventHandler(this.AddServerForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.panTlsMore.ResumeLayout(false);
            this.panTlsMore.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.menuServer.ResumeLayout(false);
            this.menuServer.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : MsgFilterSetForm.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MsgFilterSetForm));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtMsgFilter = new System.Windows.Forms.TextBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnClose = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(this.txtMsgFilter);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // txtMsgFilter
            // 
            resources.ApplyResources(this.txtMsgFilter, "txtMsgFilter");
            this.txtMsgFilter.Name = "txtMsgFilter";
            // 
            // panel2
            // 
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            this.panel2.Name = "panel2";
            // 
            // btnClose
            // 
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // MsgFilterSetForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.panel2);
            this.Name = "MsgFilterSetForm";
            this.Load += new System.EventHandler(this.MsgFilterSetForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : OptionSettingForm.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionSettingForm));
            this.btnClose = new System.Windows.Forms.Button();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chkdefAllowInsecure = new System.Windows.Forms.CheckBox();
            this.chksniffingEnabled2 = new System.Windows.Forms.CheckBox();
            this.chksniffingEnabled = new System.Windows.Forms.CheckBox();
            this.chkmuxEnabled = new System.Windows.Forms.CheckBox();
            this.chkAllowIn2 = new System.Windows.Forms.CheckBox();
            this.chkudpEnabled2 = new System.Windows.Forms.CheckBox();
            this.cmbprotocol2 = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtlocalPort2 = new System.Windows.Forms.TextBox();
            this.cmbprotocol = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.chkudpEnabled = new System.Windows.Forms.CheckBox();
            this.chklogEnabled = new System.Windows.Forms.CheckBox();
            this.cmbloglevel = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtlocalPort = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.linkDnsObjectDoc = new System.Windows.Forms.LinkLabel();
            this.txtremoteDNS = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.tabPage6 = new System.Windows.Forms.TabPage();
            this.chkKcpcongestion = new System.Windows.Forms.CheckBox();
            this.txtKcpwriteBufferSize = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.txtKcpreadBufferSize = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.txtKcpdownlinkCapacity = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.txtKcpuplinkCapacity = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.txtKcptti = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.txtKcpmtu = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.tabPage7 = new System.Windows.Forms.TabPage();
            this.txtautoUpdateInterval = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.chkIgnoreGeoUpdateCore = new System.Windows.Forms.CheckBox();
            this.cmbCoreType = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.chkKeepOlderDedupl = new System.Windows.Forms.CheckBox();
            this.cbFreshrate = new System.Windows.Forms.ComboBox();
            this.lbFreshrate = new System.Windows.Forms.Label();
            this.chkEnableStatistics = new System.Windows.Forms.CheckBox();
            this.chkAllowLANConn = new System.Windows.Forms.CheckBox();
            this.chkAutoRun = new System.Windows.Forms.CheckBox();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.txtsystemProxyExceptions = new System.Windows.Forms.TextBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage6.SuspendLayout();
            this.tabPage7.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage6);
            this.tabControl1.Controls.Add(this.tabPage7);
            this.tabControl1.Controls.Add(this.tabPage3);
            resources.ApplyResources(this.tabControl1, "tabControl1");
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.groupBox1);
            resources.ApplyResources(this.tabPage1, "tabPage1");
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chkdefAllowInsecure);
            this.groupBox1.Controls.Add(this.chksniffingEnabled2);
            this.groupBox1.Controls.Add(this.chksniffingEnabled);
            this.groupBox1.Controls.Add(this.chkmuxEnabled);
            this.groupBox1.Controls.Add(this.chkAllowIn2);
            this.groupBox1.Controls.Add(this.chkudpEnabled2);
            this.groupBox1.Controls.Add(this.cmbprotocol2);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtlocalPort2);
            this.groupBox1.Controls.Add(this.cmbprotocol);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.chkudpEnabled);
            this.groupBox1.Controls.Add(this.chklogEnabled);
            this.groupBox1.Controls.Add(this.cmbloglevel);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtlocalPort);
            this.groupBox1.Controls.Add(this.label2);
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // chkdefAllowInsecure
            // 
            resources.ApplyResources(this.chkdefAllowInsecure, "chkdefAllowInsecure");
            this.chkdefAllowInsecure.Name = "chkdefAllowInsecure";
            this.chkdefAllowInsecure.UseVisualStyleBackColor = true;
            // 
            // chksniffingEnabled2
            // 
            resources.ApplyResources(this.chksniffingEnabled2, "chksniffingEnabled2");
            this.chksniffingEnabled2.Name = "chksniffingEnabled2";
            this.chksniffingEnabled2.UseVisualStyleBackColor = true;
            // 
            // chksniffingEnabled
            // 
            resources.ApplyResources(this.chksniffingEnabled, "chksniffingEnabled");
            this.chksniffingEnabled.Name = "chksniffingEnabled";
            this.chksniffingEnabled.UseVisualStyleBackColor = true;
            // 
            // chkmuxEnabled
            // 
            resources.ApplyResources(this.chkmuxEnabled, "chkmuxEnabled");
            this.chkmuxEnabled.Name = "chkmuxEnabled";
            this.chkmuxEnabled.UseVisualStyleBackColor = true;
            // 
            // chkAllowIn2
            // 
            resources.ApplyResources(this.chkAllowIn2, "chkAllowIn2");
            this.chkAllowIn2.Name = "chkAllowIn2";
            this.chkAllowIn2.UseVisualStyleBackColor = true;
            this.chkAllowIn2.CheckedChanged += new System.EventHandler(this.chkAllowIn2_CheckedChanged);
            // 
            // chkudpEnabled2
            // 
            resources.ApplyResources(this.chkudpEnabled2, "chkudpEnabled2");
            this.chkudpEnabled2.Name = "chkudpEnabled2";
            this.chkudpEnabled2.UseVisualStyleBackColor = true;
            // 
            // cmbprotocol2
            // 
            this.cmbprotocol2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbprotocol2.FormattingEnabled = true;
            this.cmbprotocol2.Items.AddRange(new object[] {
            resources.GetString("cmbprotocol2.Items"),
            resources.GetString("cmbprotocol2.Items1")});
            resources.ApplyResources(this.cmbprotocol2, "cmbprotocol2");
            this.cmbprotocol2.Name = "cmbprotocol2";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // txtlocalPort2
            // 
            resources.ApplyResources(this.txtlocalPort2, "txtlocalPort2");
            this.txtlocalPort2.Name = "txtlocalPort2";
            // 
            // cmbprotocol
            // 
            this.cmbprotocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            resources.ApplyResources(this.cmbprotocol, "cmbprotocol");
            this.cmbprotocol.FormattingEnabled = true;
            this.cmbprotocol.Items.AddRange(new object[] {
            resources.GetString("cmbprotocol.Items"),
            resources.GetString("cmbprotocol.Items1")});
            this.cmbprotocol.Name = "cmbprotocol";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // chkudpEnabled
            // 
            resources.ApplyResources(this.chkudpEnabled, "chkudpEnabled");
            this.chkudpEnabled.Name = "chkudpEnabled";
            this.chkudpEnabled.UseVisualStyleBackColor = true;
            // 
            // chklogEnabled
            // 
            resources.ApplyResources(this.chklogEnabled, "chklogEnabled");
            this.chklogEnabled.Name = "chklogEnabled";
            this.chklogEnabled.UseVisualStyleBackColor = true;
            // 
            // cmbloglevel
            // 
            this.cmbloglevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbloglevel.FormattingEnabled = true;
            this.cmbloglevel.Items.AddRange(new object[] {
            resources.GetString("cmbloglevel.Items"),
            resources.GetString("cmbloglevel.Items1"),
            resources.GetString("cmbloglevel.Items2"),
            resources.GetString("cmbloglevel.Items3"),
            resources.GetString("cmbloglevel.Items4")});
            resources.ApplyResources(this.cmbloglevel, "cmbloglevel");
            this.cmbloglevel.Name = "cmbloglevel";
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            // 
            // txtlocalPort
            // 
            resources.ApplyResources(this.txtlocalPort, "txtlocalPort");
            this.txtlocalPort.Name = "txtlocalPort";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.linkDnsObjectDoc);
            this.tabPage2.Controls.Add(this.txtremoteDNS);
            this.tabPage2.Controls.Add(this.label14);
            resources.ApplyResources(this.tabPage2, "tabPage2");
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // linkDnsObjectDoc
            // 
            resources.ApplyResources(this.linkDnsObjectDoc, "linkDnsObjectDoc");
            this.linkDnsObjectDoc.Name = "linkDnsObjectDoc";
            this.linkDnsObjectDoc.TabStop = true;
            this.linkDnsObjectDoc.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkDnsObjectDoc_LinkClicked);
            // 
            // txtremoteDNS
            // 
            resources.ApplyResources(this.txtremoteDNS, "txtremoteDNS");
            this.txtremoteDNS.Name = "txtremoteDNS";
            // 
            // label14
            // 
            resources.ApplyResources(this.label14, "label14");
            this.label14.Name = "label14";
            // 
            // tabPage6
            // 
            this.tabPage6.Controls.Add(this.chkKcpcongestion);
            this.tabPage6.Controls.Add(this.txtKcpwriteBufferSize);
            this.tabPage6.Controls.Add(this.label10);
            this.tabPage6.Controls.Add(this.txtKcpreadBufferSize);
            this.tabPage6.Controls.Add(this.label11);
            this.tabPage6.Controls.Add(this.txtKcpdownlinkCapacity);
            this.tabPage6.Controls.Add(this.label8);
            this.tabPage6.Controls.Add(this.txtKcpuplinkCapacity);
            this.tabPage6.Controls.Add(this.label9);
            this.tabPage6.Controls.Add(this.txtKcptti);
            this.tabPage6.Controls.Add(this.label7);
            this.tabPage6.Controls.Add(this.txtKcpmtu);
            this.tabPage6.Controls.Add(this.label6);
            resources.ApplyResources(this.tabPage6, "tabPage6");
            this.tabPage6.Name = "tabPage6";
            this.tabPage6.UseVisualStyleBackColor = true;
            // 
            // chkKcpcongestion
            // 
            resources.ApplyResources(this.chkKcpcongestion, "chkKcpcongestion");
            this.chkKcpcongestion.Name = "chkKcpcongestion";
            this.chkKcpcongestion.UseVisualStyleBackColor = true;
            // 
            // txtKcpwriteBufferSize
            // 
            resources.ApplyResources(this.txtKcpwriteBufferSize, "txtKcpwriteBufferSize");
            this.txtKcpwriteBufferSize.Name = "txtKcpwriteBufferSize";
            // 
            // label10
            // 
            resources.ApplyResources(this.label10, "label10");
            this.label10.Name = "label10";
            // 
            // txtKcpreadBufferSize
            // 
            resources.ApplyResources(this.txtKcpreadBufferSize, "txtKcpreadBufferSize");
            this.txtKcpreadBufferSize.Name = "txtKcpreadBufferSize";
            // 
            // label11
            // 
            resources.ApplyResources(this.label11, "label11");
            this.label11.Name = "label11";
            // 
            // txtKcpdownlinkCapacity
            // 
            resources.ApplyResources(this.txtKcpdownlinkCapacity, "txtKcpdownlinkCapacity");
            this.txtKcpdownlinkCapacity.Name = "txtKcpdownlinkCapacity";
            // 
            // label8
            // 
            resources.ApplyResources(this.label8, "label8");
            this.label8.Name = "label8";
            // 
            // txtKcpuplinkCapacity
            // 
            resources.ApplyResources(this.txtKcpuplinkCapacity, "txtKcpuplinkCapacity");
            this.txtKcpuplinkCapacity.Name = "txtKcpuplinkCapacity";
            // 
            // label9
            // 
            resources.ApplyResources(this.label9, "label9");
            this.label9.Name = "label9";
            // 
            // txtKcptti
            // 
            resources.ApplyResources(this.txtKcptti, "txtKcptti");
            this.txtKcptti.Name = "txtKcptti";
            // 
            // label7
            // 
            resources.ApplyResources(this.label7, "label7");
            this.label7.Name = "label7";
            // 
            // txtKcpmtu
            // 
            resources.ApplyResources(this.txtKcpmtu, "txtKcpmtu");
            this.txtKcpmtu.Name = "txtKcpmtu";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // tabPage7
            // 
            this.tabPage7.Controls.Add(this.txtautoUpdateInterval);
            this.tabPage7.Controls.Add(this.label15);
            this.tabPage7.Controls.Add(this.chkIgnoreGeoUpdateCore);
            this.tabPage7.Controls.Add(this.cmbCoreType);
            this.tabPage7.Controls.Add(this.label4);
            this.tabPage7.Controls.Add(this.chkKeepOlderDedupl);
            this.tabPage7.Controls.Add(this.cbFreshrate);
            this.tabPage7.Controls.Add(this.lbFreshrate);
            this.tabPage7.Controls.Add(this.chkEnableStatistics);
            this.tabPage7.Controls.Add(this.chkAllowLANConn);
            this.tabPage7.Controls.Add(this.chkAutoRun);
            resources.ApplyResources(this.tabPage7, "tabPage7");
            this.tabPage7.Name = "tabPage7";
            this.tabPage7.UseVisualStyleBackColor = true;
            // 
            // txtautoUpdateInterval
            // 
            resources.ApplyResources(this.txtautoUpdateInterval, "txtautoUpdateInterval");
            this.txtautoUpdateInterval.Name = "txtautoUpdateInterval";
            // 
            // label15
            // 
            resources.ApplyResources(this.label15, "label15");
            this.label15.Name = "label15";
            // 
            // chkIgnoreGeoUpdateCore
            // 
            resources.ApplyResources(this.chkIgnoreGeoUpdateCore, "chkIgnoreGeoUpdateCore");
            this.chkIgnoreGeoUpdateCore.Name = "chkIgnoreGeoUpdateCore";
            this.chkIgnoreGeoUpdateCore.UseVisualStyleBackColor = true;
            // 
            // cmbCoreType
            // 
            this.cmbCoreType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbCoreType.FormattingEnabled = true;
            this.cmbCoreType.Items.AddRange(new object[] {
            resources.GetString("cmbCoreType.Items"),
            resources.GetString("cmbCoreType.Items1")});
            resources.ApplyResources(this.cmbCoreType, "cmbCoreType");
            this.cmbCoreType.Name = "cmbCoreType";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // chkKeepOlderDedupl
            // 
            resources.ApplyResources(this.chkKeepOlderDedupl, "chkKeepOlderDedupl");
            this.chkKeepOlderDedupl.Name = "chkKeepOlderDedupl";
            this.chkKeepOlderDedupl.UseVisualStyleBackColor = true;
            // 
            // cbFreshrate
            // 
            this.cbFreshrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbFreshrate.FormattingEnabled = true;
            resources.ApplyResources(this.cbFreshrate, "cbFreshrate");
            this.cbFreshrate.Name = "cbFreshrate";
            // 
            // lbFreshrate
            // 
            resources.ApplyResources(this.lbFreshrate, "lbFreshrate");
            this.lbFreshrate.Name = "lbFreshrate";
            // 
            // chkEnableStatistics
            // 
            resources.ApplyResources(this.chkEnableStatistics, "chkEnableStatistics");
            this.chkEnableStatistics.Name = "chkEnableStatistics";
            this.chkEnableStatistics.UseVisualStyleBackColor = true;
            // 
            // chkAllowLANConn
            // 
            resources.ApplyResources(this.chkAllowLANConn, "chkAllowLANConn");
            this.chkAllowLANConn.Name = "chkAllowLANConn";
            this.chkAllowLANConn.UseVisualStyleBackColor = true;
            // 
            // chkAutoRun
            // 
            resources.ApplyResources(this.chkAutoRun, "chkAutoRun");
            this.chkAutoRun.Name = "chkAutoRun";
            this.chkAutoRun.UseVisualStyleBackColor = true;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.groupBox2);
            resources.ApplyResources(this.tabPage3, "tabPage3");
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label13);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Controls.Add(this.txtsystemProxyExceptions);
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // label13
            // 
            resources.ApplyResources(this.label13, "label13");
            this.label13.Name = "label13";
            // 
            // label12
            // 
            resources.ApplyResources(this.label12, "label12");
            this.label12.Name = "label12";
            // 
            // txtsystemProxyExceptions
            // 
            resources.ApplyResources(this.txtsystemProxyExceptions, "txtsystemProxyExceptions");
            this.txtsystemProxyExceptions.Name = "txtsystemProxyExceptions";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // OptionSettingForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "OptionSettingForm";
            this.Load += new System.EventHandler(this.OptionSettingForm_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.tabPage6.ResumeLayout(false);
            this.tabPage6.PerformLayout();
            this.tabPage7.ResumeLayout(false);
            this.tabPage7.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : RoutingRuleSettingDetailsForm.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoutingRuleSettingDetailsForm));
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.chkEnabled = new System.Windows.Forms.CheckBox();
            this.clbInboundTag = new System.Windows.Forms.CheckedListBox();
            this.label2 = new System.Windows.Forms.Label();
            this.clbProtocol = new System.Windows.Forms.CheckedListBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtPort = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.labRoutingTips = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.cmbOutboundTag = new System.Windows.Forms.ComboBox();
            this.panel4 = new System.Windows.Forms.Panel();
            this.btnClose = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.txtIP = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtDomain = new System.Windows.Forms.TextBox();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // panel3
            // 
            resources.ApplyResources(this.panel3, "panel3");
            this.panel3.Controls.Add(this.chkEnabled);
            this.panel3.Controls.Add(this.clbInboundTag);
            this.panel3.Controls.Add(this.label2);
            this.panel3.Controls.Add(this.clbProtocol);
            this.panel3.Controls.Add(this.label3);
            this.panel3.Controls.Add(this.txtPort);
            this.panel3.Controls.Add(this.label1);
            this.panel3.Controls.Add(this.labRoutingTips);
            this.panel3.Controls.Add(this.label4);
            this.panel3.Controls.Add(this.cmbOutboundTag);
            this.panel3.Name = "panel3";
            // 
            // chkEnabled
            // 
            resources.ApplyResources(this.chkEnabled, "chkEnabled");
            this.chkEnabled.Name = "chkEnabled";
            this.chkEnabled.UseVisualStyleBackColor = true;
            // 
            // clbInboundTag
            // 
            resources.ApplyResources(this.clbInboundTag, "clbInboundTag");
            this.clbInboundTag.CheckOnClick = true;
            this.clbInboundTag.FormattingEnabled = true;
            this.clbInboundTag.Items.AddRange(new object[] {
            resources.GetString("clbInboundTag.Items"),
            resources.GetString("clbInboundTag.Items1")});
            this.clbInboundTag.MultiColumn = true;
            this.clbInboundTag.Name = "clbInboundTag";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // clbProtocol
            // 
            resources.ApplyResources(this.clbProtocol, "clbProtocol");
            this.clbProtocol.CheckOnClick = true;
            this.clbProtocol.FormattingEnabled = true;
            this.clbProtocol.Items.AddRange(new object[] {
            resources.GetString("clbProtocol.Items"),
            resources.GetString("clbProtocol.Items1"),
            resources.GetString("clbProtocol.Items2")});
            this.clbProtocol.MultiColumn = true;
            this.clbProtocol.Name = "clbProtocol";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // txtPort
            // 
            resources.ApplyResources(this.txtPort, "txtPort");
            this.txtPort.Name = "txtPort";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // labRoutingTips
            // 
            resources.ApplyResources(this.labRoutingTips, "labRoutingTips");
            this.labRoutingTips.ForeColor = System.Drawing.Color.Brown;
            this.labRoutingTips.Name = "labRoutingTips";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // cmbOutboundTag
            // 
            resources.ApplyResources(this.cmbOutboundTag, "cmbOutboundTag");
            this.cmbOutboundTag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbOutboundTag.FormattingEnabled = true;
            this.cmbOutboundTag.Items.AddRange(new object[] {
            resources.GetString("cmbOutboundTag.Items"),
            resources.GetString("cmbOutboundTag.Items1"),
            resources.GetString("cmbOutboundTag.Items2")});
            this.cmbOutboundTag.Name = "cmbOutboundTag";
            // 
            // panel4
            // 
            resources.ApplyResources(this.panel4, "panel4");
            this.panel4.Controls.Add(this.btnClose);
            this.panel4.Controls.Add(this.btnOK);
            this.panel4.Name = "panel4";
            // 
            // btnClose
            // 
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel2
            // 
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Controls.Add(this.groupBox2);
            this.panel2.Controls.Add(this.groupBox1);
            this.panel2.Name = "panel2";
            // 
            // groupBox2
            // 
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Controls.Add(this.txtIP);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // txtIP
            // 
            resources.ApplyResources(this.txtIP, "txtIP");
            this.txtIP.Name = "txtIP";
            // 
            // groupBox1
            // 
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(this.txtDomain);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // txtDomain
            // 
            resources.ApplyResources(this.txtDomain, "txtDomain");
            this.txtDomain.Name = "txtDomain";
            // 
            // RoutingRuleSettingDetailsForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel1);
            this.Name = "RoutingRuleSettingDetailsForm";
            this.Load += new System.EventHandler(this.RoutingRuleSettingDetailsForm_Load);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : AddServer2Form.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddServer2Form));
            this.btnClose = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.txtRemarks = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // groupBox1
            // 
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(this.txtAddress);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.txtRemarks);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // txtAddress
            // 
            resources.ApplyResources(this.txtAddress, "txtAddress");
            this.txtAddress.Name = "txtAddress";
            // 
            // label13
            // 
            resources.ApplyResources(this.label13, "label13");
            this.label13.Name = "label13";
            // 
            // txtRemarks
            // 
            resources.ApplyResources(this.txtRemarks, "txtRemarks");
            this.txtRemarks.Name = "txtRemarks";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // panel2
            // 
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            this.panel2.Name = "panel2";
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // AddServer2Form
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "AddServer2Form";
            this.Load += new System.EventHandler(this.AddServer2Form_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : RoutingRuleQuicklyAddForm.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoutingRuleQuicklyAddForm));
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.label4 = new System.Windows.Forms.Label();
            this.cmbOutboundTag = new System.Windows.Forms.ComboBox();
            this.panel4 = new System.Windows.Forms.Panel();
            this.btnClose = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.txtIP = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtDomain = new System.Windows.Forms.TextBox();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // panel3
            // 
            resources.ApplyResources(this.panel3, "panel3");
            this.panel3.Controls.Add(this.label4);
            this.panel3.Controls.Add(this.cmbOutboundTag);
            this.panel3.Name = "panel3";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // cmbOutboundTag
            // 
            resources.ApplyResources(this.cmbOutboundTag, "cmbOutboundTag");
            this.cmbOutboundTag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbOutboundTag.FormattingEnabled = true;
            this.cmbOutboundTag.Items.AddRange(new object[] {
            resources.GetString("cmbOutboundTag.Items"),
            resources.GetString("cmbOutboundTag.Items1"),
            resources.GetString("cmbOutboundTag.Items2")});
            this.cmbOutboundTag.Name = "cmbOutboundTag";
            // 
            // panel4
            // 
            resources.ApplyResources(this.panel4, "panel4");
            this.panel4.Controls.Add(this.btnClose);
            this.panel4.Controls.Add(this.btnOK);
            this.panel4.Name = "panel4";
            // 
            // btnClose
            // 
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel2
            // 
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Controls.Add(this.groupBox2);
            this.panel2.Controls.Add(this.groupBox1);
            this.panel2.Name = "panel2";
            // 
            // groupBox2
            // 
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Controls.Add(this.txtIP);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // txtIP
            // 
            resources.ApplyResources(this.txtIP, "txtIP");
            this.txtIP.Name = "txtIP";
            // 
            // groupBox1
            // 
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(this.txtDomain);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // txtDomain
            // 
            resources.ApplyResources(this.txtDomain, "txtDomain");
            this.txtDomain.Name = "txtDomain";
            // 
            // RoutingRuleQuicklyAddForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel1);
            this.Name = "RoutingRuleQuicklyAddForm";
            this.Load += new System.EventHandler(this.RoutingRuleQuicklyAddForm_Load);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : RoutingRuleSettingForm.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoutingRuleSettingForm));
            this.btnClose = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.txtUrl = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtRemarks = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.lvRoutings = new v2rayN.Base.ListViewFlickerFree();
            this.cmsLv = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.menuAdd = new System.Windows.Forms.ToolStripMenuItem();
            this.menuRemove = new System.Windows.Forms.ToolStripMenuItem();
            this.menuSelectAll = new System.Windows.Forms.ToolStripMenuItem();
            this.menuExportSelectedRules = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.menuMoveTop = new System.Windows.Forms.ToolStripMenuItem();
            this.menuMoveUp = new System.Windows.Forms.ToolStripMenuItem();
            this.menuMoveDown = new System.Windows.Forms.ToolStripMenuItem();
            this.menuMoveBottom = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.tabControl2 = new System.Windows.Forms.TabControl();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.menuServer = new System.Windows.Forms.MenuStrip();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.menuImportRulesFromFile = new System.Windows.Forms.ToolStripMenuItem();
            this.menuImportRulesFromClipboard = new System.Windows.Forms.ToolStripMenuItem();
            this.menuImportRulesFromUrl = new System.Windows.Forms.ToolStripMenuItem();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.cmsLv.SuspendLayout();
            this.tabControl2.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.menuServer.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.txtUrl);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.txtRemarks);
            this.panel1.Controls.Add(this.label2);
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // txtUrl
            // 
            resources.ApplyResources(this.txtUrl, "txtUrl");
            this.txtUrl.Name = "txtUrl";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // txtRemarks
            // 
            resources.ApplyResources(this.txtRemarks, "txtRemarks");
            this.txtRemarks.Name = "txtRemarks";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // lvRoutings
            // 
            this.lvRoutings.ContextMenuStrip = this.cmsLv;
            resources.ApplyResources(this.lvRoutings, "lvRoutings");
            this.lvRoutings.FullRowSelect = true;
            this.lvRoutings.GridLines = true;
            this.lvRoutings.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lvRoutings.HideSelection = false;
            this.lvRoutings.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            ((System.Windows.Forms.ListViewItem)(resources.GetObject("lvRoutings.Items")))});
            this.lvRoutings.MultiSelect = false;
            this.lvRoutings.Name = "lvRoutings";
            this.lvRoutings.UseCompatibleStateImageBehavior = false;
            this.lvRoutings.View = System.Windows.Forms.View.Details;
            this.lvRoutings.DoubleClick += new System.EventHandler(this.lvRoutings_DoubleClick);
            this.lvRoutings.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvRoutings_KeyDown);
            // 
            // cmsLv
            // 
            this.cmsLv.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.cmsLv.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuAdd,
            this.menuRemove,
            this.menuSelectAll,
            this.menuExportSelectedRules,
            this.toolStripSeparator3,
            this.menuMoveTop,
            this.menuMoveUp,
            this.menuMoveDown,
            this.menuMoveBottom});
            this.cmsLv.Name = "cmsLv";
            this.cmsLv.OwnerItem = this.MenuItem1;
            resources.ApplyResources(this.cmsLv, "cmsLv");
            // 
            // menuAdd
            // 
            this.menuAdd.Name = "menuAdd";
            resources.ApplyResources(this.menuAdd, "menuAdd");
            this.menuAdd.Click += new System.EventHandler(this.menuAdd_Click);
            // 
            // menuRemove
            // 
            this.menuRemove.Name = "menuRemove";
            resources.ApplyResources(this.menuRemove, "menuRemove");
            this.menuRemove.Click += new System.EventHandler(this.menuRemove_Click);
            // 
            // menuSelectAll
            // 
            this.menuSelectAll.Name = "menuSelectAll";
            resources.ApplyResources(this.menuSelectAll, "menuSelectAll");
            this.menuSelectAll.Click += new System.EventHandler(this.menuSelectAll_Click);
            // 
            // menuExportSelectedRules
            // 
            this.menuExportSelectedRules.Name = "menuExportSelectedRules";
            resources.ApplyResources(this.menuExportSelectedRules, "menuExportSelectedRules");
            this.menuExportSelectedRules.Click += new System.EventHandler(this.menuExportSelectedRules_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
            // 
            // menuMoveTop
            // 
            this.menuMoveTop.Name = "menuMoveTop";
            resources.ApplyResources(this.menuMoveTop, "menuMoveTop");
            this.menuMoveTop.Click += new System.EventHandler(this.menuMoveTop_Click);
            // 
            // menuMoveUp
            // 
            this.menuMoveUp.Name = "menuMoveUp";
            resources.ApplyResources(this.menuMoveUp, "menuMoveUp");
            this.menuMoveUp.Click += new System.EventHandler(this.menuMoveUp_Click);
            // 
            // menuMoveDown
            // 
            this.menuMoveDown.Name = "menuMoveDown";
            resources.ApplyResources(this.menuMoveDown, "menuMoveDown");
            this.menuMoveDown.Click += new System.EventHandler(this.menuMoveDown_Click);
            // 
            // menuMoveBottom
            // 
            this.menuMoveBottom.Name = "menuMoveBottom";
            resources.ApplyResources(this.menuMoveBottom, "menuMoveBottom");
            this.menuMoveBottom.Click += new System.EventHandler(this.menuMoveBottom_Click);
            // 
            // MenuItem1
            // 
            this.MenuItem1.DropDown = this.cmsLv;
            this.MenuItem1.Name = "MenuItem1";
            resources.ApplyResources(this.MenuItem1, "MenuItem1");
            // 
            // tabControl2
            // 
            this.tabControl2.Controls.Add(this.tabPage2);
            resources.ApplyResources(this.tabControl2, "tabControl2");
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.lvRoutings);
            resources.ApplyResources(this.tabPage2, "tabPage2");
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // menuServer
            // 
            this.menuServer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuItem1,
            this.toolStripMenuItem1});
            resources.ApplyResources(this.menuServer, "menuServer");
            this.menuServer.Name = "menuServer";
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuImportRulesFromFile,
            this.menuImportRulesFromClipboard,
            this.menuImportRulesFromUrl});
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
            // 
            // menuImportRulesFromFile
            // 
            this.menuImportRulesFromFile.Name = "menuImportRulesFromFile";
            resources.ApplyResources(this.menuImportRulesFromFile, "menuImportRulesFromFile");
            this.menuImportRulesFromFile.Click += new System.EventHandler(this.menuImportRulesFromFile_Click);
            // 
            // menuImportRulesFromClipboard
            // 
            this.menuImportRulesFromClipboard.Name = "menuImportRulesFromClipboard";
            resources.ApplyResources(this.menuImportRulesFromClipboard, "menuImportRulesFromClipboard");
            this.menuImportRulesFromClipboard.Click += new System.EventHandler(this.menuImportRulesFromClipboard_Click);
            // 
            // menuImportRulesFromUrl
            // 
            this.menuImportRulesFromUrl.Name = "menuImportRulesFromUrl";
            resources.ApplyResources(this.menuImportRulesFromUrl, "menuImportRulesFromUrl");
            this.menuImportRulesFromUrl.Click += new System.EventHandler(this.menuImportRulesFromUrl_Click);
            // 
            // RoutingRuleSettingForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.tabControl2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.menuServer);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "RoutingRuleSettingForm";
            this.Load += new System.EventHandler(this.RoutingRuleSettingForm_Load);
            this.panel2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.cmsLv.ResumeLayout(false);
            this.tabControl2.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.menuServer.ResumeLayout(false);
            this.menuServer.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : RoutingSettingDetailsForm.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoutingSettingDetailsForm));
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.clbProtocol = new System.Windows.Forms.CheckedListBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtPort = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.labRoutingTips = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.cmbOutboundTag = new System.Windows.Forms.ComboBox();
            this.txtRemarks = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.panel4 = new System.Windows.Forms.Panel();
            this.btnClose = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.txtIP = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtDomain = new System.Windows.Forms.TextBox();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.clbProtocol);
            this.panel3.Controls.Add(this.label3);
            this.panel3.Controls.Add(this.txtPort);
            this.panel3.Controls.Add(this.label1);
            this.panel3.Controls.Add(this.labRoutingTips);
            this.panel3.Controls.Add(this.label4);
            this.panel3.Controls.Add(this.cmbOutboundTag);
            this.panel3.Controls.Add(this.txtRemarks);
            this.panel3.Controls.Add(this.label2);
            resources.ApplyResources(this.panel3, "panel3");
            this.panel3.Name = "panel3";
            // 
            // clbProtocol
            // 
            this.clbProtocol.CheckOnClick = true;
            resources.ApplyResources(this.clbProtocol, "clbProtocol");
            this.clbProtocol.FormattingEnabled = true;
            this.clbProtocol.Items.AddRange(new object[] {
            resources.GetString("clbProtocol.Items"),
            resources.GetString("clbProtocol.Items1"),
            resources.GetString("clbProtocol.Items2")});
            this.clbProtocol.MultiColumn = true;
            this.clbProtocol.Name = "clbProtocol";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // txtPort
            // 
            resources.ApplyResources(this.txtPort, "txtPort");
            this.txtPort.Name = "txtPort";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // labRoutingTips
            // 
            this.labRoutingTips.ForeColor = System.Drawing.Color.Brown;
            resources.ApplyResources(this.labRoutingTips, "labRoutingTips");
            this.labRoutingTips.Name = "labRoutingTips";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // cmbOutboundTag
            // 
            this.cmbOutboundTag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbOutboundTag.FormattingEnabled = true;
            this.cmbOutboundTag.Items.AddRange(new object[] {
            resources.GetString("cmbOutboundTag.Items"),
            resources.GetString("cmbOutboundTag.Items1"),
            resources.GetString("cmbOutboundTag.Items2")});
            resources.ApplyResources(this.cmbOutboundTag, "cmbOutboundTag");
            this.cmbOutboundTag.Name = "cmbOutboundTag";
            // 
            // txtRemarks
            // 
            resources.ApplyResources(this.txtRemarks, "txtRemarks");
            this.txtRemarks.Name = "txtRemarks";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.btnClose);
            this.panel4.Controls.Add(this.btnOK);
            resources.ApplyResources(this.panel4, "panel4");
            this.panel4.Name = "panel4";
            // 
            // btnClose
            // 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.groupBox2);
            this.panel2.Controls.Add(this.groupBox1);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.txtIP);
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // txtIP
            // 
            resources.ApplyResources(this.txtIP, "txtIP");
            this.txtIP.Name = "txtIP";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtDomain);
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // txtDomain
            // 
            resources.ApplyResources(this.txtDomain, "txtDomain");
            this.txtDomain.Name = "txtDomain";
            // 
            // RoutingSettingDetailsForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel1);
            this.Name = "RoutingSettingDetailsForm";
            this.Load += new System.EventHandler(this.RoutingSettingDetailsForm_Load);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : QRCodeControl.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QRCodeControl));
            this.txtUrl = new System.Windows.Forms.TextBox();
            this.picQRCode = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.picQRCode)).BeginInit();
            this.SuspendLayout();
            // 
            // txtUrl
            // 
            resources.ApplyResources(this.txtUrl, "txtUrl");
            this.txtUrl.Name = "txtUrl";
            this.txtUrl.ReadOnly = true;
            // 
            // picQRCode
            // 
            resources.ApplyResources(this.picQRCode, "picQRCode");
            this.picQRCode.Name = "picQRCode";
            this.picQRCode.TabStop = false;
            // 
            // QRCodeControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.picQRCode);
            this.Controls.Add(this.txtUrl);
            this.Name = "QRCodeControl";
            this.Load += new System.EventHandler(this.QRCodeControl_Load);
            ((System.ComponentModel.ISupportInitialize)(this.picQRCode)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : RoutingSettingForm.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoutingSettingForm));
            this.btnClose = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.labRoutingTips = new System.Windows.Forms.Label();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.cmbdomainMatcher = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.chkenableRoutingAdvanced = new System.Windows.Forms.CheckBox();
            this.linkLabelRoutingDoc = new System.Windows.Forms.LinkLabel();
            this.cmbdomainStrategy = new System.Windows.Forms.ComboBox();
            this.cmsLv = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.menuAdd = new System.Windows.Forms.ToolStripMenuItem();
            this.menuRemove = new System.Windows.Forms.ToolStripMenuItem();
            this.menuSelectAll = new System.Windows.Forms.ToolStripMenuItem();
            this.menuSetDefaultRouting = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuItemAdvanced = new System.Windows.Forms.ToolStripMenuItem();
            this.menuServer = new System.Windows.Forms.MenuStrip();
            this.MenuItemBasic = new System.Windows.Forms.ToolStripMenuItem();
            this.menuImportBasicRules = new System.Windows.Forms.ToolStripMenuItem();
            this.tabNormal = new System.Windows.Forms.TabControl();
            this.tabPageProxy = new System.Windows.Forms.TabPage();
            this.panel5 = new System.Windows.Forms.Panel();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.txtProxyIp = new System.Windows.Forms.TextBox();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.txtProxyDomain = new System.Windows.Forms.TextBox();
            this.tabPageDirect = new System.Windows.Forms.TabPage();
            this.panel4 = new System.Windows.Forms.Panel();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.txtDirectIp = new System.Windows.Forms.TextBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.txtDirectDomain = new System.Windows.Forms.TextBox();
            this.tabPageBlock = new System.Windows.Forms.TabPage();
            this.panel3 = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.txtBlockIp = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtBlockDomain = new System.Windows.Forms.TextBox();
            this.tabPageRuleList = new System.Windows.Forms.TabPage();
            this.lvRoutings = new v2rayN.Base.ListViewFlickerFree();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.cmsLv.SuspendLayout();
            this.menuServer.SuspendLayout();
            this.tabNormal.SuspendLayout();
            this.tabPageProxy.SuspendLayout();
            this.panel5.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.tabPageDirect.SuspendLayout();
            this.panel4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.tabPageBlock.SuspendLayout();
            this.panel3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabPageRuleList.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // panel2
            // 
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Controls.Add(this.labRoutingTips);
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            this.panel2.Name = "panel2";
            // 
            // labRoutingTips
            // 
            resources.ApplyResources(this.labRoutingTips, "labRoutingTips");
            this.labRoutingTips.ForeColor = System.Drawing.Color.Brown;
            this.labRoutingTips.Name = "labRoutingTips";
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel1
            // 
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Controls.Add(this.cmbdomainMatcher);
            this.panel1.Controls.Add(this.label6);
            this.panel1.Controls.Add(this.chkenableRoutingAdvanced);
            this.panel1.Controls.Add(this.linkLabelRoutingDoc);
            this.panel1.Controls.Add(this.cmbdomainStrategy);
            this.panel1.Name = "panel1";
            // 
            // cmbdomainMatcher
            // 
            resources.ApplyResources(this.cmbdomainMatcher, "cmbdomainMatcher");
            this.cmbdomainMatcher.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbdomainMatcher.FormattingEnabled = true;
            this.cmbdomainMatcher.Items.AddRange(new object[] {
            resources.GetString("cmbdomainMatcher.Items"),
            resources.GetString("cmbdomainMatcher.Items1")});
            this.cmbdomainMatcher.Name = "cmbdomainMatcher";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // chkenableRoutingAdvanced
            // 
            resources.ApplyResources(this.chkenableRoutingAdvanced, "chkenableRoutingAdvanced");
            this.chkenableRoutingAdvanced.Name = "chkenableRoutingAdvanced";
            this.chkenableRoutingAdvanced.UseVisualStyleBackColor = true;
            this.chkenableRoutingAdvanced.CheckedChanged += new System.EventHandler(this.chkenableRoutingAdvanced_CheckedChanged_1);
            // 
            // linkLabelRoutingDoc
            // 
            resources.ApplyResources(this.linkLabelRoutingDoc, "linkLabelRoutingDoc");
            this.linkLabelRoutingDoc.Name = "linkLabelRoutingDoc";
            this.linkLabelRoutingDoc.TabStop = true;
            this.linkLabelRoutingDoc.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelRoutingDoc_LinkClicked);
            // 
            // cmbdomainStrategy
            // 
            resources.ApplyResources(this.cmbdomainStrategy, "cmbdomainStrategy");
            this.cmbdomainStrategy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbdomainStrategy.FormattingEnabled = true;
            this.cmbdomainStrategy.Items.AddRange(new object[] {
            resources.GetString("cmbdomainStrategy.Items"),
            resources.GetString("cmbdomainStrategy.Items1"),
            resources.GetString("cmbdomainStrategy.Items2")});
            this.cmbdomainStrategy.Name = "cmbdomainStrategy";
            // 
            // cmsLv
            // 
            resources.ApplyResources(this.cmsLv, "cmsLv");
            this.cmsLv.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.cmsLv.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuAdd,
            this.menuRemove,
            this.menuSelectAll,
            this.menuSetDefaultRouting});
            this.cmsLv.Name = "cmsLv";
            this.cmsLv.OwnerItem = this.MenuItemAdvanced;
            // 
            // menuAdd
            // 
            resources.ApplyResources(this.menuAdd, "menuAdd");
            this.menuAdd.Name = "menuAdd";
            this.menuAdd.Click += new System.EventHandler(this.menuAdd_Click);
            // 
            // menuRemove
            // 
            resources.ApplyResources(this.menuRemove, "menuRemove");
            this.menuRemove.Name = "menuRemove";
            this.menuRemove.Click += new System.EventHandler(this.menuRemove_Click);
            // 
            // menuSelectAll
            // 
            resources.ApplyResources(this.menuSelectAll, "menuSelectAll");
            this.menuSelectAll.Name = "menuSelectAll";
            this.menuSelectAll.Click += new System.EventHandler(this.menuSelectAll_Click);
            // 
            // menuSetDefaultRouting
            // 
            resources.ApplyResources(this.menuSetDefaultRouting, "menuSetDefaultRouting");
            this.menuSetDefaultRouting.Name = "menuSetDefaultRouting";
            this.menuSetDefaultRouting.Click += new System.EventHandler(this.menuSetDefaultRouting_Click);
            // 
            // MenuItemAdvanced
            // 
            resources.ApplyResources(this.MenuItemAdvanced, "MenuItemAdvanced");
            this.MenuItemAdvanced.DropDown = this.cmsLv;
            this.MenuItemAdvanced.Name = "MenuItemAdvanced";
            // 
            // menuServer
            // 
            resources.ApplyResources(this.menuServer, "menuServer");
            this.menuServer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuItemBasic,
            this.MenuItemAdvanced});
            this.menuServer.Name = "menuServer";
            // 
            // MenuItemBasic
            // 
            resources.ApplyResources(this.MenuItemBasic, "MenuItemBasic");
            this.MenuItemBasic.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuImportBasicRules});
            this.MenuItemBasic.Name = "MenuItemBasic";
            // 
            // menuImportBasicRules
            // 
            resources.ApplyResources(this.menuImportBasicRules, "menuImportBasicRules");
            this.menuImportBasicRules.Name = "menuImportBasicRules";
            this.menuImportBasicRules.Click += new System.EventHandler(this.menuImportBasicRules_Click);
            // 
            // tabNormal
            // 
            resources.ApplyResources(this.tabNormal, "tabNormal");
            this.tabNormal.Controls.Add(this.tabPageProxy);
            this.tabNormal.Controls.Add(this.tabPageDirect);
            this.tabNormal.Controls.Add(this.tabPageBlock);
            this.tabNormal.Controls.Add(this.tabPageRuleList);
            this.tabNormal.Name = "tabNormal";
            this.tabNormal.SelectedIndex = 0;
            this.tabNormal.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabNormal_Selecting);
            // 
            // tabPageProxy
            // 
            resources.ApplyResources(this.tabPageProxy, "tabPageProxy");
            this.tabPageProxy.Controls.Add(this.panel5);
            this.tabPageProxy.Name = "tabPageProxy";
            this.tabPageProxy.UseVisualStyleBackColor = true;
            // 
            // panel5
            // 
            resources.ApplyResources(this.panel5, "panel5");
            this.panel5.Controls.Add(this.groupBox5);
            this.panel5.Controls.Add(this.groupBox6);
            this.panel5.Name = "panel5";
            // 
            // groupBox5
            // 
            resources.ApplyResources(this.groupBox5, "groupBox5");
            this.groupBox5.Controls.Add(this.txtProxyIp);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.TabStop = false;
            // 
            // txtProxyIp
            // 
            resources.ApplyResources(this.txtProxyIp, "txtProxyIp");
            this.txtProxyIp.Name = "txtProxyIp";
            // 
            // groupBox6
            // 
            resources.ApplyResources(this.groupBox6, "groupBox6");
            this.groupBox6.Controls.Add(this.txtProxyDomain);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.TabStop = false;
            // 
            // txtProxyDomain
            // 
            resources.ApplyResources(this.txtProxyDomain, "txtProxyDomain");
            this.txtProxyDomain.Name = "txtProxyDomain";
            // 
            // tabPageDirect
            // 
            resources.ApplyResources(this.tabPageDirect, "tabPageDirect");
            this.tabPageDirect.Controls.Add(this.panel4);
            this.tabPageDirect.Name = "tabPageDirect";
            this.tabPageDirect.UseVisualStyleBackColor = true;
            // 
            // panel4
            // 
            resources.ApplyResources(this.panel4, "panel4");
            this.panel4.Controls.Add(this.groupBox3);
            this.panel4.Controls.Add(this.groupBox4);
            this.panel4.Name = "panel4";
            // 
            // groupBox3
            // 
            resources.ApplyResources(this.groupBox3, "groupBox3");
            this.groupBox3.Controls.Add(this.txtDirectIp);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.TabStop = false;
            // 
            // txtDirectIp
            // 
            resources.ApplyResources(this.txtDirectIp, "txtDirectIp");
            this.txtDirectIp.Name = "txtDirectIp";
            // 
            // groupBox4
            // 
            resources.ApplyResources(this.groupBox4, "groupBox4");
            this.groupBox4.Controls.Add(this.txtDirectDomain);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.TabStop = false;
            // 
            // txtDirectDomain
            // 
            resources.ApplyResources(this.txtDirectDomain, "txtDirectDomain");
            this.txtDirectDomain.Name = "txtDirectDomain";
            // 
            // tabPageBlock
            // 
            resources.ApplyResources(this.tabPageBlock, "tabPageBlock");
            this.tabPageBlock.Controls.Add(this.panel3);
            this.tabPageBlock.Name = "tabPageBlock";
            this.tabPageBlock.UseVisualStyleBackColor = true;
            // 
            // panel3
            // 
            resources.ApplyResources(this.panel3, "panel3");
            this.panel3.Controls.Add(this.groupBox2);
            this.panel3.Controls.Add(this.groupBox1);
            this.panel3.Name = "panel3";
            // 
            // groupBox2
            // 
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Controls.Add(this.txtBlockIp);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // txtBlockIp
            // 
            resources.ApplyResources(this.txtBlockIp, "txtBlockIp");
            this.txtBlockIp.Name = "txtBlockIp";
            // 
            // groupBox1
            // 
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(this.txtBlockDomain);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // txtBlockDomain
            // 
            resources.ApplyResources(this.txtBlockDomain, "txtBlockDomain");
            this.txtBlockDomain.Name = "txtBlockDomain";
            // 
            // tabPageRuleList
            // 
            resources.ApplyResources(this.tabPageRuleList, "tabPageRuleList");
            this.tabPageRuleList.Controls.Add(this.lvRoutings);
            this.tabPageRuleList.Name = "tabPageRuleList";
            this.tabPageRuleList.UseVisualStyleBackColor = true;
            // 
            // lvRoutings
            // 
            resources.ApplyResources(this.lvRoutings, "lvRoutings");
            this.lvRoutings.ContextMenuStrip = this.cmsLv;
            this.lvRoutings.FullRowSelect = true;
            this.lvRoutings.GridLines = true;
            this.lvRoutings.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lvRoutings.HideSelection = false;
            this.lvRoutings.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            ((System.Windows.Forms.ListViewItem)(resources.GetObject("lvRoutings.Items")))});
            this.lvRoutings.MultiSelect = false;
            this.lvRoutings.Name = "lvRoutings";
            this.lvRoutings.UseCompatibleStateImageBehavior = false;
            this.lvRoutings.View = System.Windows.Forms.View.Details;
            this.lvRoutings.DoubleClick += new System.EventHandler(this.lvRoutings_DoubleClick);
            // 
            // RoutingSettingForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.tabNormal);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.menuServer);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "RoutingSettingForm";
            this.Load += new System.EventHandler(this.RoutingSettingForm_Load);
            this.panel2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.cmsLv.ResumeLayout(false);
            this.menuServer.ResumeLayout(false);
            this.menuServer.PerformLayout();
            this.tabNormal.ResumeLayout(false);
            this.tabPageProxy.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.tabPageDirect.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.tabPageBlock.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabPageRuleList.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

19 Source : RoutingSubSettingForm.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoutingSubSettingForm));
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnClose = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.panCon = new System.Windows.Forms.Panel();
            this.txtUrl = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.panel2.SuspendLayout();
            this.panCon.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // btnClose
            // 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panCon
            // 
            resources.ApplyResources(this.panCon, "panCon");
            this.panCon.Controls.Add(this.txtUrl);
            this.panCon.Controls.Add(this.label3);
            this.panCon.Name = "panCon";
            // 
            // txtUrl
            // 
            resources.ApplyResources(this.txtUrl, "txtUrl");
            this.txtUrl.Name = "txtUrl";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // RoutingSubSettingForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.panCon);
            this.Controls.Add(this.panel2);
            this.Name = "RoutingSubSettingForm";
            this.Load += new System.EventHandler(this.RoutingSubSettingForm_Load);
            this.panel2.ResumeLayout(false);
            this.panCon.ResumeLayout(false);
            this.panCon.PerformLayout();
            this.ResumeLayout(false);

        }

19 Source : SubSettingControl.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SubSettingControl));
            this.grbMain = new System.Windows.Forms.GroupBox();
            this.btnShare = new System.Windows.Forms.Button();
            this.chkEnabled = new System.Windows.Forms.CheckBox();
            this.btnRemove = new System.Windows.Forms.Button();
            this.txtUrl = new System.Windows.Forms.TextBox();
            this.txtRemarks = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.picQRCode = new System.Windows.Forms.PictureBox();
            this.grbMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picQRCode)).BeginInit();
            this.SuspendLayout();
            // 
            // grbMain
            // 
            this.grbMain.Controls.Add(this.btnShare);
            this.grbMain.Controls.Add(this.chkEnabled);
            this.grbMain.Controls.Add(this.btnRemove);
            this.grbMain.Controls.Add(this.txtUrl);
            this.grbMain.Controls.Add(this.txtRemarks);
            this.grbMain.Controls.Add(this.label2);
            this.grbMain.Controls.Add(this.label3);
            resources.ApplyResources(this.grbMain, "grbMain");
            this.grbMain.Name = "grbMain";
            this.grbMain.TabStop = false;
            // 
            // btnShare
            // 
            resources.ApplyResources(this.btnShare, "btnShare");
            this.btnShare.Name = "btnShare";
            this.btnShare.UseVisualStyleBackColor = true;
            this.btnShare.Click += new System.EventHandler(this.btnShare_Click);
            // 
            // chkEnabled
            // 
            resources.ApplyResources(this.chkEnabled, "chkEnabled");
            this.chkEnabled.Name = "chkEnabled";
            this.chkEnabled.UseVisualStyleBackColor = true;
            this.chkEnabled.Leave += new System.EventHandler(this.txtRemarks_Leave);
            // 
            // btnRemove
            // 
            resources.ApplyResources(this.btnRemove, "btnRemove");
            this.btnRemove.Name = "btnRemove";
            this.btnRemove.UseVisualStyleBackColor = true;
            this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
            // 
            // txtUrl
            // 
            resources.ApplyResources(this.txtUrl, "txtUrl");
            this.txtUrl.Name = "txtUrl";
            this.txtUrl.Leave += new System.EventHandler(this.txtRemarks_Leave);
            // 
            // txtRemarks
            // 
            resources.ApplyResources(this.txtRemarks, "txtRemarks");
            this.txtRemarks.Name = "txtRemarks";
            this.txtRemarks.Leave += new System.EventHandler(this.txtRemarks_Leave);
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // picQRCode
            // 
            resources.ApplyResources(this.picQRCode, "picQRCode");
            this.picQRCode.Name = "picQRCode";
            this.picQRCode.TabStop = false;
            // 
            // SubSettingControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.picQRCode);
            this.Controls.Add(this.grbMain);
            this.Name = "SubSettingControl";
            this.Load += new System.EventHandler(this.SubSettingControl_Load);
            this.grbMain.ResumeLayout(false);
            this.grbMain.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picQRCode)).EndInit();
            this.ResumeLayout(false);

        }

19 Source : SubSettingForm.Designer.cs
with GNU General Public License v3.0
from 2dust

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SubSettingForm));
            this.btnClose = new System.Windows.Forms.Button();
            this.panCon = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnAdd = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // panCon
            // 
            resources.ApplyResources(this.panCon, "panCon");
            this.panCon.Name = "panCon";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.btnAdd);
            this.panel2.Controls.Add(this.btnClose);
            this.panel2.Controls.Add(this.btnOK);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // btnAdd
            // 
            resources.ApplyResources(this.btnAdd, "btnAdd");
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // SubSettingForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.Controls.Add(this.panCon);
            this.Controls.Add(this.panel2);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "SubSettingForm";
            this.Load += new System.EventHandler(this.SubSettingForm_Load);
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

19 Source : WaitMessageForm.designer.cs
with MIT License
from aabiryukov

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WaitMessageForm));
            this.pictureBox = new System.Windows.Forms.PictureBox();
            this.labelWaitMessage = new System.Windows.Forms.Label();
            this.cancelButton = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBox
            // 
            this.pictureBox.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.pictureBox, "pictureBox");
            this.pictureBox.Name = "pictureBox";
            this.pictureBox.TabStop = false;
            // 
            // labelWaitMessage
            // 
            resources.ApplyResources(this.labelWaitMessage, "labelWaitMessage");
            this.labelWaitMessage.Name = "labelWaitMessage";
            // 
            // cancelButton
            // 
            resources.ApplyResources(this.cancelButton, "cancelButton");
            this.cancelButton.Cursor = System.Windows.Forms.Cursors.Default;
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.UseVisualStyleBackColor = true;
            this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
            // 
            // WaitMessageForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.ControlBox = false;
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.labelWaitMessage);
            this.Controls.Add(this.pictureBox);
            this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
            this.ForeColor = System.Drawing.SystemColors.WindowText;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "WaitMessageForm";
            this.ShowInTaskbar = false;
            this.TopMost = true;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WaitMessageForm_FormClosing);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.WaitMessage_Paint);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
            this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangeSolutionRoot));
			this.label1 = new System.Windows.Forms.Label();
			this.slnBindPath = new System.Windows.Forms.ComboBox();
			this.label2 = new System.Windows.Forms.Label();
			this.cancelButton = new System.Windows.Forms.Button();
			this.okButton = new System.Windows.Forms.Button();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.SuspendLayout();
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// slnBindPath
			// 
			resources.ApplyResources(this.slnBindPath, "slnBindPath");
			this.slnBindPath.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.slnBindPath.FormattingEnabled = true;
			this.slnBindPath.Name = "slnBindPath";
			this.slnBindPath.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
			// 
			// label2
			// 
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			// 
			// cancelButton
			// 
			resources.ApplyResources(this.cancelButton, "cancelButton");
			this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancelButton.Name = "cancelButton";
			this.cancelButton.UseVisualStyleBackColor = true;
			// 
			// okButton
			// 
			resources.ApplyResources(this.okButton, "okButton");
			this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.okButton.Name = "okButton";
			this.okButton.UseVisualStyleBackColor = true;
			this.okButton.Click += new System.EventHandler(this.okButton_Click);
			// 
			// checkBox1
			// 
			resources.ApplyResources(this.checkBox1, "checkBox1");
			this.checkBox1.Checked = true;
			this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.UseVisualStyleBackColor = true;
			// 
			// ChangeSolutionRoot
			// 
			this.AcceptButton = this.okButton;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.cancelButton;
			this.Controls.Add(this.checkBox1);
			this.Controls.Add(this.okButton);
			this.Controls.Add(this.cancelButton);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.slnBindPath);
			this.Controls.Add(this.label1);
			this.Name = "ChangeSolutionRoot";
			this.ResumeLayout(false);
			this.PerformLayout();

        }

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

private void InitializeComponent()
        {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangeSourceControl));
			this.bindingGrid = new System.Windows.Forms.DataGridView();
			this.RegisteredColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.ProjectColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.RepositoryColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.BindingColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.StatusColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.relativePathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.BindingPathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.toolStrip1 = new System.Windows.Forms.ToolStrip();
			this.connectButton = new System.Windows.Forms.ToolStripButton();
			this.disconnectButton = new System.Windows.Forms.ToolStripButton();
			this.refreshButton = new System.Windows.Forms.ToolStripButton();
			this.cancelButton = new System.Windows.Forms.Button();
			this.okButton = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.slnBindPath = new System.Windows.Forms.TextBox();
			this.settingsTabControl = new System.Windows.Forms.TabControl();
			this.sharedSettingsTab = new System.Windows.Forms.TabPage();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.sharedProjectUrlBrowse = new System.Windows.Forms.Button();
			this.sharedBasePathBrowse = new System.Windows.Forms.Button();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.shProjectUrl = new System.Windows.Forms.TextBox();
			this.shRelativePath = new System.Windows.Forms.TextBox();
			this.shBindPath = new System.Windows.Forms.TextBox();
			this.shProjectLocation = new System.Windows.Forms.TextBox();
			this.userSettingsTab = new System.Windows.Forms.TabPage();
			this.label18 = new System.Windows.Forms.Label();
			this.label19 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.usProjectLocationBrowse = new System.Windows.Forms.Button();
			this.label16 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.usProjectUrl = new System.Windows.Forms.TextBox();
			this.usRelativePath = new System.Windows.Forms.TextBox();
			this.usBindPath = new System.Windows.Forms.TextBox();
			this.usProjectLocation = new System.Windows.Forms.TextBox();
			this.solutionSettingsTab = new System.Windows.Forms.TabPage();
			this.slnBindBrowse = new System.Windows.Forms.Button();
			this.label22 = new System.Windows.Forms.Label();
			this.label23 = new System.Windows.Forms.Label();
			this.label24 = new System.Windows.Forms.Label();
			this.label25 = new System.Windows.Forms.Label();
			this.slnRelativePath = new System.Windows.Forms.TextBox();
			this.slnBindUrl = new System.Windows.Forms.TextBox();
			this.slnProjectLocation = new System.Windows.Forms.TextBox();
			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.button4 = new System.Windows.Forms.Button();
			this.button5 = new System.Windows.Forms.Button();
			this.label12 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			((System.ComponentModel.ISupportInitialize)(this.bindingGrid)).BeginInit();
			this.toolStrip1.SuspendLayout();
			this.settingsTabControl.SuspendLayout();
			this.sharedSettingsTab.SuspendLayout();
			this.userSettingsTab.SuspendLayout();
			this.solutionSettingsTab.SuspendLayout();
			this.SuspendLayout();
			// 
			// bindingGrid
			// 
			this.bindingGrid.AllowUserToAddRows = false;
			this.bindingGrid.AllowUserToDeleteRows = false;
			this.bindingGrid.AllowUserToResizeColumns = false;
			this.bindingGrid.AllowUserToResizeRows = false;
			resources.ApplyResources(this.bindingGrid, "bindingGrid");
			this.bindingGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
			this.bindingGrid.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
			this.bindingGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.RegisteredColumn,
            this.ProjectColumn,
            this.RepositoryColumn,
            this.BindingColumn,
            this.StatusColumn,
            this.relativePathColumn,
            this.BindingPathColumn});
			this.bindingGrid.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
			this.bindingGrid.Name = "bindingGrid";
			this.bindingGrid.ReadOnly = true;
			this.bindingGrid.RowHeadersVisible = false;
			this.bindingGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
			this.bindingGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
			this.bindingGrid.ShowEditingIcon = false;
			this.bindingGrid.StandardTab = true;
			this.bindingGrid.SelectionChanged += new System.EventHandler(this.bindingGrid_SelectionChanged);
			// 
			// RegisteredColumn
			// 
			resources.ApplyResources(this.RegisteredColumn, "RegisteredColumn");
			this.RegisteredColumn.Name = "RegisteredColumn";
			this.RegisteredColumn.ReadOnly = true;
			// 
			// ProjectColumn
			// 
			resources.ApplyResources(this.ProjectColumn, "ProjectColumn");
			this.ProjectColumn.Name = "ProjectColumn";
			this.ProjectColumn.ReadOnly = true;
			this.ProjectColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
			// 
			// RepositoryColumn
			// 
			resources.ApplyResources(this.RepositoryColumn, "RepositoryColumn");
			this.RepositoryColumn.Name = "RepositoryColumn";
			this.RepositoryColumn.ReadOnly = true;
			this.RepositoryColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.RepositoryColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
			// 
			// BindingColumn
			// 
			resources.ApplyResources(this.BindingColumn, "BindingColumn");
			this.BindingColumn.Name = "BindingColumn";
			this.BindingColumn.ReadOnly = true;
			// 
			// StatusColumn
			// 
			resources.ApplyResources(this.StatusColumn, "StatusColumn");
			this.StatusColumn.Name = "StatusColumn";
			this.StatusColumn.ReadOnly = true;
			this.StatusColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.StatusColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
			// 
			// relativePathColumn
			// 
			resources.ApplyResources(this.relativePathColumn, "relativePathColumn");
			this.relativePathColumn.Name = "relativePathColumn";
			this.relativePathColumn.ReadOnly = true;
			// 
			// BindingPathColumn
			// 
			resources.ApplyResources(this.BindingPathColumn, "BindingPathColumn");
			this.BindingPathColumn.Name = "BindingPathColumn";
			this.BindingPathColumn.ReadOnly = true;
			this.BindingPathColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
			// 
			// toolStrip1
			// 
			resources.ApplyResources(this.toolStrip1, "toolStrip1");
			this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.connectButton,
            this.disconnectButton,
            this.refreshButton});
			this.toolStrip1.Name = "toolStrip1";
			// 
			// connectButton
			// 
			resources.ApplyResources(this.connectButton, "connectButton");
			this.connectButton.Name = "connectButton";
			this.connectButton.Click += new System.EventHandler(this.connectButton_Click);
			// 
			// disconnectButton
			// 
			resources.ApplyResources(this.disconnectButton, "disconnectButton");
			this.disconnectButton.Name = "disconnectButton";
			this.disconnectButton.Click += new System.EventHandler(this.disconnectButton_Click);
			// 
			// refreshButton
			// 
			resources.ApplyResources(this.refreshButton, "refreshButton");
			this.refreshButton.Name = "refreshButton";
			this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
			// 
			// cancelButton
			// 
			resources.ApplyResources(this.cancelButton, "cancelButton");
			this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancelButton.Name = "cancelButton";
			// 
			// okButton
			// 
			resources.ApplyResources(this.okButton, "okButton");
			this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.okButton.Name = "okButton";
			this.okButton.UseVisualStyleBackColor = true;
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// slnBindPath
			// 
			resources.ApplyResources(this.slnBindPath, "slnBindPath");
			this.slnBindPath.Name = "slnBindPath";
			this.slnBindPath.ReadOnly = true;
			// 
			// settingsTabControl
			// 
			resources.ApplyResources(this.settingsTabControl, "settingsTabControl");
			this.settingsTabControl.Controls.Add(this.sharedSettingsTab);
			this.settingsTabControl.Controls.Add(this.userSettingsTab);
			this.settingsTabControl.Controls.Add(this.solutionSettingsTab);
			this.settingsTabControl.Multiline = true;
			this.settingsTabControl.Name = "settingsTabControl";
			this.settingsTabControl.SelectedIndex = 0;
			// 
			// sharedSettingsTab
			// 
			this.sharedSettingsTab.Controls.Add(this.label7);
			this.sharedSettingsTab.Controls.Add(this.label6);
			this.sharedSettingsTab.Controls.Add(this.label5);
			this.sharedSettingsTab.Controls.Add(this.label2);
			this.sharedSettingsTab.Controls.Add(this.sharedProjectUrlBrowse);
			this.sharedSettingsTab.Controls.Add(this.sharedBasePathBrowse);
			this.sharedSettingsTab.Controls.Add(this.label4);
			this.sharedSettingsTab.Controls.Add(this.label3);
			this.sharedSettingsTab.Controls.Add(this.shProjectUrl);
			this.sharedSettingsTab.Controls.Add(this.shRelativePath);
			this.sharedSettingsTab.Controls.Add(this.shBindPath);
			this.sharedSettingsTab.Controls.Add(this.shProjectLocation);
			resources.ApplyResources(this.sharedSettingsTab, "sharedSettingsTab");
			this.sharedSettingsTab.Name = "sharedSettingsTab";
			this.sharedSettingsTab.UseVisualStyleBackColor = true;
			// 
			// label7
			// 
			resources.ApplyResources(this.label7, "label7");
			this.label7.Name = "label7";
			// 
			// label6
			// 
			resources.ApplyResources(this.label6, "label6");
			this.label6.Name = "label6";
			// 
			// label5
			// 
			resources.ApplyResources(this.label5, "label5");
			this.label5.Name = "label5";
			// 
			// label2
			// 
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			// 
			// sharedProjectUrlBrowse
			// 
			resources.ApplyResources(this.sharedProjectUrlBrowse, "sharedProjectUrlBrowse");
			this.sharedProjectUrlBrowse.Name = "sharedProjectUrlBrowse";
			this.sharedProjectUrlBrowse.UseVisualStyleBackColor = true;
			// 
			// sharedBasePathBrowse
			// 
			resources.ApplyResources(this.sharedBasePathBrowse, "sharedBasePathBrowse");
			this.sharedBasePathBrowse.Name = "sharedBasePathBrowse";
			this.sharedBasePathBrowse.UseVisualStyleBackColor = true;
			// 
			// label4
			// 
			resources.ApplyResources(this.label4, "label4");
			this.label4.Name = "label4";
			// 
			// label3
			// 
			resources.ApplyResources(this.label3, "label3");
			this.label3.Name = "label3";
			// 
			// shProjectUrl
			// 
			resources.ApplyResources(this.shProjectUrl, "shProjectUrl");
			this.shProjectUrl.Name = "shProjectUrl";
			this.shProjectUrl.ReadOnly = true;
			// 
			// shRelativePath
			// 
			resources.ApplyResources(this.shRelativePath, "shRelativePath");
			this.shRelativePath.Name = "shRelativePath";
			this.shRelativePath.ReadOnly = true;
			// 
			// shBindPath
			// 
			resources.ApplyResources(this.shBindPath, "shBindPath");
			this.shBindPath.Name = "shBindPath";
			this.shBindPath.ReadOnly = true;
			// 
			// shProjectLocation
			// 
			resources.ApplyResources(this.shProjectLocation, "shProjectLocation");
			this.shProjectLocation.Name = "shProjectLocation";
			this.shProjectLocation.ReadOnly = true;
			// 
			// userSettingsTab
			// 
			this.userSettingsTab.Controls.Add(this.label18);
			this.userSettingsTab.Controls.Add(this.label19);
			this.userSettingsTab.Controls.Add(this.label14);
			this.userSettingsTab.Controls.Add(this.label15);
			this.userSettingsTab.Controls.Add(this.usProjectLocationBrowse);
			this.userSettingsTab.Controls.Add(this.label16);
			this.userSettingsTab.Controls.Add(this.label17);
			this.userSettingsTab.Controls.Add(this.usProjectUrl);
			this.userSettingsTab.Controls.Add(this.usRelativePath);
			this.userSettingsTab.Controls.Add(this.usBindPath);
			this.userSettingsTab.Controls.Add(this.usProjectLocation);
			resources.ApplyResources(this.userSettingsTab, "userSettingsTab");
			this.userSettingsTab.Name = "userSettingsTab";
			this.userSettingsTab.UseVisualStyleBackColor = true;
			// 
			// label18
			// 
			resources.ApplyResources(this.label18, "label18");
			this.label18.Name = "label18";
			// 
			// label19
			// 
			resources.ApplyResources(this.label19, "label19");
			this.label19.Name = "label19";
			// 
			// label14
			// 
			resources.ApplyResources(this.label14, "label14");
			this.label14.Name = "label14";
			// 
			// label15
			// 
			resources.ApplyResources(this.label15, "label15");
			this.label15.Name = "label15";
			// 
			// usProjectLocationBrowse
			// 
			resources.ApplyResources(this.usProjectLocationBrowse, "usProjectLocationBrowse");
			this.usProjectLocationBrowse.Name = "usProjectLocationBrowse";
			this.usProjectLocationBrowse.UseVisualStyleBackColor = true;
			// 
			// label16
			// 
			resources.ApplyResources(this.label16, "label16");
			this.label16.Name = "label16";
			// 
			// label17
			// 
			resources.ApplyResources(this.label17, "label17");
			this.label17.Name = "label17";
			// 
			// usProjectUrl
			// 
			resources.ApplyResources(this.usProjectUrl, "usProjectUrl");
			this.usProjectUrl.Name = "usProjectUrl";
			this.usProjectUrl.ReadOnly = true;
			// 
			// usRelativePath
			// 
			resources.ApplyResources(this.usRelativePath, "usRelativePath");
			this.usRelativePath.Name = "usRelativePath";
			this.usRelativePath.ReadOnly = true;
			// 
			// usBindPath
			// 
			resources.ApplyResources(this.usBindPath, "usBindPath");
			this.usBindPath.Name = "usBindPath";
			this.usBindPath.ReadOnly = true;
			// 
			// usProjectLocation
			// 
			resources.ApplyResources(this.usProjectLocation, "usProjectLocation");
			this.usProjectLocation.Name = "usProjectLocation";
			this.usProjectLocation.ReadOnly = true;
			// 
			// solutionSettingsTab
			// 
			this.solutionSettingsTab.Controls.Add(this.slnBindBrowse);
			this.solutionSettingsTab.Controls.Add(this.label22);
			this.solutionSettingsTab.Controls.Add(this.label23);
			this.solutionSettingsTab.Controls.Add(this.label24);
			this.solutionSettingsTab.Controls.Add(this.label25);
			this.solutionSettingsTab.Controls.Add(this.slnRelativePath);
			this.solutionSettingsTab.Controls.Add(this.slnBindUrl);
			this.solutionSettingsTab.Controls.Add(this.slnProjectLocation);
			this.solutionSettingsTab.Controls.Add(this.label1);
			this.solutionSettingsTab.Controls.Add(this.slnBindPath);
			resources.ApplyResources(this.solutionSettingsTab, "solutionSettingsTab");
			this.solutionSettingsTab.Name = "solutionSettingsTab";
			this.solutionSettingsTab.UseVisualStyleBackColor = true;
			// 
			// slnBindBrowse
			// 
			resources.ApplyResources(this.slnBindBrowse, "slnBindBrowse");
			this.slnBindBrowse.Name = "slnBindBrowse";
			this.slnBindBrowse.UseVisualStyleBackColor = true;
			this.slnBindBrowse.Click += new System.EventHandler(this.slnBindBrowse_Click);
			// 
			// label22
			// 
			resources.ApplyResources(this.label22, "label22");
			this.label22.Name = "label22";
			// 
			// label23
			// 
			resources.ApplyResources(this.label23, "label23");
			this.label23.Name = "label23";
			// 
			// label24
			// 
			resources.ApplyResources(this.label24, "label24");
			this.label24.Name = "label24";
			// 
			// label25
			// 
			resources.ApplyResources(this.label25, "label25");
			this.label25.Name = "label25";
			// 
			// slnRelativePath
			// 
			resources.ApplyResources(this.slnRelativePath, "slnRelativePath");
			this.slnRelativePath.Name = "slnRelativePath";
			this.slnRelativePath.ReadOnly = true;
			// 
			// slnBindUrl
			// 
			resources.ApplyResources(this.slnBindUrl, "slnBindUrl");
			this.slnBindUrl.Name = "slnBindUrl";
			this.slnBindUrl.ReadOnly = true;
			// 
			// slnProjectLocation
			// 
			resources.ApplyResources(this.slnProjectLocation, "slnProjectLocation");
			this.slnProjectLocation.Name = "slnProjectLocation";
			this.slnProjectLocation.ReadOnly = true;
			// 
			// label8
			// 
			resources.ApplyResources(this.label8, "label8");
			this.label8.Name = "label8";
			// 
			// label9
			// 
			resources.ApplyResources(this.label9, "label9");
			this.label9.Name = "label9";
			// 
			// label10
			// 
			resources.ApplyResources(this.label10, "label10");
			this.label10.Name = "label10";
			// 
			// label11
			// 
			resources.ApplyResources(this.label11, "label11");
			this.label11.Name = "label11";
			// 
			// button4
			// 
			resources.ApplyResources(this.button4, "button4");
			this.button4.Name = "button4";
			this.button4.UseVisualStyleBackColor = true;
			// 
			// button5
			// 
			resources.ApplyResources(this.button5, "button5");
			this.button5.Name = "button5";
			this.button5.UseVisualStyleBackColor = true;
			// 
			// label12
			// 
			resources.ApplyResources(this.label12, "label12");
			this.label12.Name = "label12";
			// 
			// label13
			// 
			resources.ApplyResources(this.label13, "label13");
			this.label13.Name = "label13";
			// 
			// ChangeSourceControl
			// 
			this.AcceptButton = this.okButton;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.cancelButton;
			this.Controls.Add(this.settingsTabControl);
			this.Controls.Add(this.okButton);
			this.Controls.Add(this.cancelButton);
			this.Controls.Add(this.toolStrip1);
			this.Controls.Add(this.bindingGrid);
			this.Name = "ChangeSourceControl";
			((System.ComponentModel.ISupportInitialize)(this.bindingGrid)).EndInit();
			this.toolStrip1.ResumeLayout(false);
			this.toolStrip1.PerformLayout();
			this.settingsTabControl.ResumeLayout(false);
			this.sharedSettingsTab.ResumeLayout(false);
			this.sharedSettingsTab.PerformLayout();
			this.userSettingsTab.ResumeLayout(false);
			this.userSettingsTab.PerformLayout();
			this.solutionSettingsTab.ResumeLayout(false);
			this.solutionSettingsTab.PerformLayout();
			this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SccFilesystemWarningDialog));
			this.label1 = new System.Windows.Forms.Label();
			this.dontWarnAgain = new System.Windows.Forms.CheckBox();
			this.okButton = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// dontWarnAgain
			// 
			resources.ApplyResources(this.dontWarnAgain, "dontWarnAgain");
			this.dontWarnAgain.Name = "dontWarnAgain";
			this.dontWarnAgain.UseVisualStyleBackColor = true;
			// 
			// okButton
			// 
			resources.ApplyResources(this.okButton, "okButton");
			this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.okButton.Name = "okButton";
			this.okButton.UseVisualStyleBackColor = true;
			// 
			// SccFilesystemWarningDialog
			// 
			this.AcceptButton = this.okButton;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.okButton;
			this.Controls.Add(this.okButton);
			this.Controls.Add(this.dontWarnAgain);
			this.Controls.Add(this.label1);
			this.Name = "SccFilesystemWarningDialog";
			this.ResumeLayout(false);
			this.PerformLayout();

        }

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

private void InitializeComponent()
        {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SccQuerySaveReadonlyDialog));
			this.lblFile = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.btnSaveAs = new System.Windows.Forms.Button();
			this.btnOverwrite = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.pWarning = new System.Windows.Forms.PictureBox();
			((System.ComponentModel.ISupportInitialize)(this.pWarning)).BeginInit();
			this.SuspendLayout();
			// 
			// lblFile
			// 
			resources.ApplyResources(this.lblFile, "lblFile");
			this.lblFile.Name = "lblFile";
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// btnSaveAs
			// 
			resources.ApplyResources(this.btnSaveAs, "btnSaveAs");
			this.btnSaveAs.DialogResult = System.Windows.Forms.DialogResult.Yes;
			this.btnSaveAs.Name = "btnSaveAs";
			this.btnSaveAs.UseVisualStyleBackColor = true;
			// 
			// btnOverwrite
			// 
			resources.ApplyResources(this.btnOverwrite, "btnOverwrite");
			this.btnOverwrite.DialogResult = System.Windows.Forms.DialogResult.No;
			this.btnOverwrite.Name = "btnOverwrite";
			this.btnOverwrite.UseVisualStyleBackColor = true;
			// 
			// btnCancel
			// 
			resources.ApplyResources(this.btnCancel, "btnCancel");
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.UseVisualStyleBackColor = true;
			// 
			// pWarning
			// 
			resources.ApplyResources(this.pWarning, "pWarning");
			this.pWarning.Name = "pWarning";
			this.pWarning.TabStop = false;
			// 
			// SccQuerySaveReadonlyDialog
			// 
			this.AcceptButton = this.btnSaveAs;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.btnCancel;
			this.Controls.Add(this.pWarning);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnOverwrite);
			this.Controls.Add(this.btnSaveAs);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.lblFile);
			this.Name = "SccQuerySaveReadonlyDialog";
			((System.ComponentModel.ISupportInitialize)(this.pWarning)).EndInit();
			this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiffEditorControl));
			this.diffControl1 = new Ankh.Diff.DiffUtils.Controls.DiffControl();
			this.SuspendLayout();
			// 
			// diffControl1
			// 
			resources.ApplyResources(this.diffControl1, "diffControl1");
			this.diffControl1.Name = "diffControl1";
			this.diffControl1.ShowWhitespaceInLineDiff = true;
			this.diffControl1.ViewFont = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			// 
			// DiffToolWindowControl
			// 
			this.Controls.Add(this.diffControl1);
			this.Name = "DiffToolWindowControl";
			resources.ApplyResources(this, "$this");
			this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditReadOnlyFileDialog));
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.label1 = new System.Windows.Forms.Label();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.cancelButton = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
			this.SuspendLayout();
			// 
			// pictureBox1
			// 
			resources.ApplyResources(this.pictureBox1, "pictureBox1");
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.TabStop = false;
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// button1
			// 
			this.button1.DialogResult = System.Windows.Forms.DialogResult.No;
			resources.ApplyResources(this.button1, "button1");
			this.button1.Name = "button1";
			this.button1.UseVisualStyleBackColor = true;
			// 
			// button2
			// 
			this.button2.DialogResult = System.Windows.Forms.DialogResult.Yes;
			resources.ApplyResources(this.button2, "button2");
			this.button2.Name = "button2";
			this.button2.UseVisualStyleBackColor = true;
			// 
			// cancelButton
			// 
			this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			resources.ApplyResources(this.cancelButton, "cancelButton");
			this.cancelButton.Name = "cancelButton";
			this.cancelButton.UseVisualStyleBackColor = true;
			// 
			// EditReadOnlyFileDialog
			// 
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.cancelButton;
			this.Controls.Add(this.cancelButton);
			this.Controls.Add(this.button2);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.pictureBox1);
			this.Name = "EditReadOnlyFileDialog";
			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
			this.ResumeLayout(false);

        }

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

private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnnotateDialog));
			this.label1 = new System.Windows.Forms.Label();
			this.targetBox = new System.Windows.Forms.ComboBox();
			this.browseButton = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.startRevision = new Ankh.UI.PathSelector.VersionSelector();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.toRevision = new Ankh.UI.PathSelector.VersionSelector();
			this.label2 = new System.Windows.Forms.Label();
			this.whitespaceBox = new System.Windows.Forms.ComboBox();
			this.ignoreEols = new System.Windows.Forms.CheckBox();
			this.includeMergeInfo = new System.Windows.Forms.CheckBox();
			this.okButton = new System.Windows.Forms.Button();
			this.cancelButton = new System.Windows.Forms.Button();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// targetBox
			// 
			resources.ApplyResources(this.targetBox, "targetBox");
			this.targetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.targetBox.FormatString = "f";
			this.targetBox.FormattingEnabled = true;
			this.targetBox.Name = "targetBox";
			this.targetBox.SelectedValueChanged += new System.EventHandler(this.targetBox_SelectedValueChanged);
			// 
			// browseButton
			// 
			resources.ApplyResources(this.browseButton, "browseButton");
			this.browseButton.Name = "browseButton";
			this.browseButton.UseVisualStyleBackColor = true;
			this.browseButton.Click += new System.EventHandler(this.browseButton_Click);
			// 
			// groupBox1
			// 
			resources.ApplyResources(this.groupBox1, "groupBox1");
			this.groupBox1.Controls.Add(this.startRevision);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.TabStop = false;
			// 
			// startRevision
			// 
			resources.ApplyResources(this.startRevision, "startRevision");
			this.startRevision.Name = "startRevision";
			this.startRevision.SvnOrigin = null;
			// 
			// groupBox2
			// 
			resources.ApplyResources(this.groupBox2, "groupBox2");
			this.groupBox2.Controls.Add(this.toRevision);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.TabStop = false;
			// 
			// toRevision
			// 
			resources.ApplyResources(this.toRevision, "toRevision");
			this.toRevision.Name = "toRevision";
			this.toRevision.SvnOrigin = null;
			// 
			// label2
			// 
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			// 
			// whitespaceBox
			// 
			this.whitespaceBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			resources.ApplyResources(this.whitespaceBox, "whitespaceBox");
			this.whitespaceBox.Name = "whitespaceBox";
			// 
			// ignoreEols
			// 
			resources.ApplyResources(this.ignoreEols, "ignoreEols");
			this.ignoreEols.Checked = true;
			this.ignoreEols.CheckState = System.Windows.Forms.CheckState.Checked;
			this.ignoreEols.Name = "ignoreEols";
			this.ignoreEols.UseVisualStyleBackColor = true;
			// 
			// includeMergeInfo
			// 
			resources.ApplyResources(this.includeMergeInfo, "includeMergeInfo");
			this.includeMergeInfo.Name = "includeMergeInfo";
			this.includeMergeInfo.UseVisualStyleBackColor = true;
			// 
			// okButton
			// 
			resources.ApplyResources(this.okButton, "okButton");
			this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.okButton.Name = "okButton";
			this.okButton.UseVisualStyleBackColor = true;
			// 
			// cancelButton
			// 
			resources.ApplyResources(this.cancelButton, "cancelButton");
			this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancelButton.Name = "cancelButton";
			this.cancelButton.UseVisualStyleBackColor = true;
			// 
			// AnnotateDialog
			// 
			this.AcceptButton = this.okButton;
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.cancelButton;
			this.Controls.Add(this.cancelButton);
			this.Controls.Add(this.okButton);
			this.Controls.Add(this.includeMergeInfo);
			this.Controls.Add(this.ignoreEols);
			this.Controls.Add(this.whitespaceBox);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.browseButton);
			this.Controls.Add(this.targetBox);
			this.Controls.Add(this.label1);
			this.Name = "AnnotateDialog";
			this.Load += new System.EventHandler(this.AnnotateDialog_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}

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

private void InitializeComponent()
        {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportDialog));
			this.localDirGroupBox = new System.Windows.Forms.GroupBox();
			this.label2 = new System.Windows.Forms.Label();
			this.toDirBrowseButton = new System.Windows.Forms.Button();
			this.toBox = new System.Windows.Forms.TextBox();
			this.nonRecursiveCheckBox = new System.Windows.Forms.CheckBox();
			this.okButton = new System.Windows.Forms.Button();
			this.cancelButton = new System.Windows.Forms.Button();
			this.radioButtonGroupbox = new System.Windows.Forms.GroupBox();
			this.label1 = new System.Windows.Forms.Label();
			this.revisionPicker = new Ankh.UI.PathSelector.VersionSelector();
			this.originBox = new System.Windows.Forms.TextBox();
			this.localDirGroupBox.SuspendLayout();
			this.radioButtonGroupbox.SuspendLayout();
			this.SuspendLayout();
			// 
			// localDirGroupBox
			// 
			resources.ApplyResources(this.localDirGroupBox, "localDirGroupBox");
			this.localDirGroupBox.Controls.Add(this.label2);
			this.localDirGroupBox.Controls.Add(this.toDirBrowseButton);
			this.localDirGroupBox.Controls.Add(this.toBox);
			this.localDirGroupBox.Name = "localDirGroupBox";
			this.localDirGroupBox.TabStop = false;
			// 
			// label2
			// 
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			// 
			// toDirBrowseButton
			// 
			resources.ApplyResources(this.toDirBrowseButton, "toDirBrowseButton");
			this.toDirBrowseButton.Name = "toDirBrowseButton";
			this.toDirBrowseButton.Click += new System.EventHandler(this.BrowseClicked);
			// 
			// toBox
			// 
			resources.ApplyResources(this.toBox, "toBox");
			this.toBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.toBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
			this.toBox.Name = "toBox";
			this.toBox.TextChanged += new System.EventHandler(this.ControlsChanged);
			// 
			// nonRecursiveCheckBox
			// 
			resources.ApplyResources(this.nonRecursiveCheckBox, "nonRecursiveCheckBox");
			this.nonRecursiveCheckBox.Name = "nonRecursiveCheckBox";
			// 
			// okButton
			// 
			resources.ApplyResources(this.okButton, "okButton");
			this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.okButton.Name = "okButton";
			// 
			// cancelButton
			// 
			resources.ApplyResources(this.cancelButton, "cancelButton");
			this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancelButton.Name = "cancelButton";
			// 
			// radioButtonGroupbox
			// 
			resources.ApplyResources(this.radioButtonGroupbox, "radioButtonGroupbox");
			this.radioButtonGroupbox.Controls.Add(this.label1);
			this.radioButtonGroupbox.Controls.Add(this.revisionPicker);
			this.radioButtonGroupbox.Controls.Add(this.originBox);
			this.radioButtonGroupbox.Name = "radioButtonGroupbox";
			this.radioButtonGroupbox.TabStop = false;
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// revisionPicker
			// 
			resources.ApplyResources(this.revisionPicker, "revisionPicker");
			this.revisionPicker.Name = "revisionPicker";
			this.revisionPicker.SvnOrigin = null;
			this.revisionPicker.Changed += new System.EventHandler(this.ControlsChanged);
			// 
			// originBox
			// 
			resources.ApplyResources(this.originBox, "originBox");
			this.originBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.originBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
			this.originBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.originBox.Name = "originBox";
			this.originBox.ReadOnly = true;
			this.originBox.TextChanged += new System.EventHandler(this.ControlsChanged);
			// 
			// ExportDialog
			// 
			this.AcceptButton = this.okButton;
			resources.ApplyResources(this, "$this");
			this.CancelButton = this.cancelButton;
			this.Controls.Add(this.radioButtonGroupbox);
			this.Controls.Add(this.cancelButton);
			this.Controls.Add(this.okButton);
			this.Controls.Add(this.nonRecursiveCheckBox);
			this.Controls.Add(this.localDirGroupBox);
			this.Name = "ExportDialog";
			this.localDirGroupBox.ResumeLayout(false);
			this.localDirGroupBox.PerformLayout();
			this.radioButtonGroupbox.ResumeLayout(false);
			this.radioButtonGroupbox.PerformLayout();
			this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RecentMessageDialog));
            this.splitContainer1 = new Ankh.UI.VSSelectionControls.SmartSplitContainer();
            this.logMessageList = new System.Windows.Forms.ListView();
            this.previewBox = new Ankh.UI.PendingChanges.LogMessageEditor(this.components);
            this.okButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            resources.ApplyResources(this.splitContainer1, "splitContainer1");
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.logMessageList);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.previewBox);
            // 
            // logMessageList
            // 
            resources.ApplyResources(this.logMessageList, "logMessageList");
            this.logMessageList.FullRowSelect = true;
            this.logMessageList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.logMessageList.HideSelection = false;
            this.logMessageList.Name = "logMessageList";
            this.logMessageList.UseCompatibleStateImageBehavior = false;
            this.logMessageList.View = System.Windows.Forms.View.Details;
            this.logMessageList.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(logMessageList_ItemSelectionChanged);
            // 
            // previewBox
            // 
            this.previewBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.previewBox, "previewBox");
            this.previewBox.Name = "previewBox";
            this.previewBox.ReadOnly = true;
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.Name = "okButton";
            this.okButton.UseVisualStyleBackColor = true;
            // 
            // cancelButton
            // 
            resources.ApplyResources(this.cancelButton, "cancelButton");
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.UseVisualStyleBackColor = true;
            // 
            // RecentMessageDialog
            // 
            this.AcceptButton = this.okButton;
            resources.ApplyResources(this, "$this");
            this.CancelButton = this.cancelButton;
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.splitContainer1);
            this.Name = "RecentMessageDialog";
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IssueSelector));
            this.issuesView1 = new Ankh.UI.IssueTracker.IssuesView(this.components);
            this.okButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // issuesView1
            // 
            resources.ApplyResources(this.issuesView1, "issuesView1");
            this.issuesView1.MultiSelect = false;
            this.issuesView1.Name = "issuesView1";
            this.issuesView1.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.issuesView1_ItemSelectionChanged);
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.Name = "okButton";
            this.okButton.UseVisualStyleBackColor = true;
            // 
            // cancelButton
            // 
            resources.ApplyResources(this.cancelButton, "cancelButton");
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.UseVisualStyleBackColor = true;
            // 
            // IssueSelector
            // 
            this.AcceptButton = this.okButton;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cancelButton;
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.issuesView1);
            this.Name = "IssueSelector";
            this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IssueTrackerConfigDialog));
            this.connectorLabel = new System.Windows.Forms.Label();
            this.connectorComboBox = new System.Windows.Forms.ComboBox();
            this.configPagePanel = new System.Windows.Forms.Panel();
            this.okButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // connectorLabel
            // 
            resources.ApplyResources(this.connectorLabel, "connectorLabel");
            this.connectorLabel.Name = "connectorLabel";
            // 
            // connectorComboBox
            // 
            resources.ApplyResources(this.connectorComboBox, "connectorComboBox");
            this.connectorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.connectorComboBox.FormattingEnabled = true;
            this.connectorComboBox.Name = "connectorComboBox";
            this.connectorComboBox.SelectedIndexChanged += new System.EventHandler(this.connectorComboBox_SelectedIndexChanged);
            // 
            // configPagePanel
            // 
            resources.ApplyResources(this.configPagePanel, "configPagePanel");
            this.configPagePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.configPagePanel.Name = "configPagePanel";
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.Name = "okButton";
            this.okButton.UseVisualStyleBackColor = true;
            // 
            // cancelButton
            // 
            resources.ApplyResources(this.cancelButton, "cancelButton");
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.UseVisualStyleBackColor = true;
            // 
            // IssueTrackerConfigDialog
            // 
            this.AcceptButton = this.cancelButton;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cancelButton;
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.configPagePanel);
            this.Controls.Add(this.connectorComboBox);
            this.Controls.Add(this.connectorLabel);
            this.Name = "IssueTrackerConfigDialog";
            this.Load += new System.EventHandler(this.IssueTrackerConfigDialog_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Wizard));
            this.controlPanel = new System.Windows.Forms.Panel();
            this.horizontalDividerLabel = new System.Windows.Forms.Label();
            this.backButton = new System.Windows.Forms.Button();
            this.nextButton = new System.Windows.Forms.Button();
            this.finishButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.wizardPagePanel = new System.Windows.Forms.Panel();
            this.headerPanel = new System.Windows.Forms.Panel();
            this.statusPanel = new System.Windows.Forms.Panel();
            this.statusIcon = new System.Windows.Forms.PictureBox();
            this.statusMessage = new System.Windows.Forms.Label();
            this.headerDescription = new System.Windows.Forms.Label();
            this.headerreplacedle = new System.Windows.Forms.Label();
            this.headerImage = new System.Windows.Forms.PictureBox();
            this.controlPanel.SuspendLayout();
            this.headerPanel.SuspendLayout();
            this.statusPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.statusIcon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.headerImage)).BeginInit();
            this.SuspendLayout();
            // 
            // controlPanel
            // 
            this.controlPanel.Controls.Add(this.horizontalDividerLabel);
            this.controlPanel.Controls.Add(this.backButton);
            this.controlPanel.Controls.Add(this.nextButton);
            this.controlPanel.Controls.Add(this.finishButton);
            this.controlPanel.Controls.Add(this.cancelButton);
            resources.ApplyResources(this.controlPanel, "controlPanel");
            this.controlPanel.Name = "controlPanel";
            // 
            // horizontalDividerLabel
            // 
            resources.ApplyResources(this.horizontalDividerLabel, "horizontalDividerLabel");
            this.horizontalDividerLabel.BackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.horizontalDividerLabel.ForeColor = System.Drawing.SystemColors.ControlText;
            this.horizontalDividerLabel.Name = "horizontalDividerLabel";
            // 
            // backButton
            // 
            resources.ApplyResources(this.backButton, "backButton");
            this.backButton.Name = "backButton";
            this.backButton.UseVisualStyleBackColor = true;
            this.backButton.Click += new System.EventHandler(this.backButton_Click);
            // 
            // nextButton
            // 
            resources.ApplyResources(this.nextButton, "nextButton");
            this.nextButton.Name = "nextButton";
            this.nextButton.UseVisualStyleBackColor = true;
            this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
            // 
            // finishButton
            // 
            resources.ApplyResources(this.finishButton, "finishButton");
            this.finishButton.Name = "finishButton";
            this.finishButton.UseVisualStyleBackColor = true;
            this.finishButton.Click += new System.EventHandler(this.finishButton_Click);
            // 
            // cancelButton
            // 
            resources.ApplyResources(this.cancelButton, "cancelButton");
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.UseVisualStyleBackColor = true;
            this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
            // 
            // wizardPagePanel
            // 
            resources.ApplyResources(this.wizardPagePanel, "wizardPagePanel");
            this.wizardPagePanel.MinimumSize = new System.Drawing.Size(349, 200);
            this.wizardPagePanel.Name = "wizardPagePanel";
            // 
            // headerPanel
            // 
            this.headerPanel.BackColor = System.Drawing.Color.White;
            this.headerPanel.Controls.Add(this.statusPanel);
            this.headerPanel.Controls.Add(this.headerDescription);
            this.headerPanel.Controls.Add(this.headerreplacedle);
            this.headerPanel.Controls.Add(this.headerImage);
            resources.ApplyResources(this.headerPanel, "headerPanel");
            this.headerPanel.Name = "headerPanel";
            // 
            // statusPanel
            // 
            resources.ApplyResources(this.statusPanel, "statusPanel");
            this.statusPanel.Controls.Add(this.statusIcon);
            this.statusPanel.Controls.Add(this.statusMessage);
            this.statusPanel.Name = "statusPanel";
            // 
            // statusIcon
            // 
            resources.ApplyResources(this.statusIcon, "statusIcon");
            this.statusIcon.Name = "statusIcon";
            this.statusIcon.TabStop = false;
            // 
            // statusMessage
            // 
            resources.ApplyResources(this.statusMessage, "statusMessage");
            this.statusMessage.Name = "statusMessage";
            // 
            // headerDescription
            // 
            resources.ApplyResources(this.headerDescription, "headerDescription");
            this.headerDescription.Name = "headerDescription";
            // 
            // headerreplacedle
            // 
            resources.ApplyResources(this.headerreplacedle, "headerreplacedle");
            this.headerreplacedle.Name = "headerreplacedle";
            // 
            // headerImage
            // 
            resources.ApplyResources(this.headerImage, "headerImage");
            this.headerImage.ErrorImage = null;
            this.headerImage.MaximumSize = new System.Drawing.Size(64, 64);
            this.headerImage.MinimumSize = new System.Drawing.Size(64, 64);
            this.headerImage.Name = "headerImage";
            this.headerImage.TabStop = false;
            // 
            // Wizard
            // 
            this.AcceptButton = this.nextButton;
            resources.ApplyResources(this, "$this");
            this.CancelButton = this.cancelButton;
            this.Controls.Add(this.wizardPagePanel);
            this.Controls.Add(this.headerPanel);
            this.Controls.Add(this.controlPanel);
            this.Name = "Wizard";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.controlPanel.ResumeLayout(false);
            this.headerPanel.ResumeLayout(false);
            this.headerPanel.PerformLayout();
            this.statusPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.statusIcon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.headerImage)).EndInit();
            this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MergeBestPracticesPage));
            this.noUncommitedModificationsLabel = new System.Windows.Forms.Label();
            this.noUncommittedModificationsDescriptionLabel = new System.Windows.Forms.Label();
            this.noUncommitedModificationsPictureBox = new System.Windows.Forms.PictureBox();
            this.noUncommitedModificationsPanel = new System.Windows.Forms.Panel();
            this.singleRevisionLabel = new System.Windows.Forms.Label();
            this.singleRevisionDescriptionLabel = new System.Windows.Forms.Label();
            this.singleRevisionPictureBox = new System.Windows.Forms.PictureBox();
            this.singleRevisionPanel = new System.Windows.Forms.Panel();
            this.noSwitchedChildrenLabel = new System.Windows.Forms.Label();
            this.noSwitchedChildrenDescriptionLabel = new System.Windows.Forms.Label();
            this.noSwitchedChildrenPictureBox = new System.Windows.Forms.PictureBox();
            this.noSwitchedChildrenPanel = new System.Windows.Forms.Panel();
            this.dividerLabel = new System.Windows.Forms.Label();
            this.completeWorkingCopyPanel = new System.Windows.Forms.Panel();
            this.completeWorkingCopyDescriptionLabel = new System.Windows.Forms.Label();
            this.completeWorkingCopyLabel = new System.Windows.Forms.Label();
            this.validRevisionPanel = new System.Windows.Forms.Panel();
            this.validRevisionDescriptionLabel = new System.Windows.Forms.Label();
            this.validRevisionLabel = new System.Windows.Forms.Label();
            this.notCheckedLabel = new System.Windows.Forms.Label();
            this.completeWorkingCopyPictureBox = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.noUncommitedModificationsPictureBox)).BeginInit();
            this.noUncommitedModificationsPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.singleRevisionPictureBox)).BeginInit();
            this.singleRevisionPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.noSwitchedChildrenPictureBox)).BeginInit();
            this.noSwitchedChildrenPanel.SuspendLayout();
            this.completeWorkingCopyPanel.SuspendLayout();
            this.validRevisionPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.completeWorkingCopyPictureBox)).BeginInit();
            this.SuspendLayout();
            // 
            // noUncommitedModificationsLabel
            // 
            resources.ApplyResources(this.noUncommitedModificationsLabel, "noUncommitedModificationsLabel");
            this.noUncommitedModificationsLabel.Name = "noUncommitedModificationsLabel";
            // 
            // noUncommittedModificationsDescriptionLabel
            // 
            resources.ApplyResources(this.noUncommittedModificationsDescriptionLabel, "noUncommittedModificationsDescriptionLabel");
            this.noUncommittedModificationsDescriptionLabel.Name = "noUncommittedModificationsDescriptionLabel";
            // 
            // noUncommitedModificationsPictureBox
            // 
            resources.ApplyResources(this.noUncommitedModificationsPictureBox, "noUncommitedModificationsPictureBox");
            this.noUncommitedModificationsPictureBox.Name = "noUncommitedModificationsPictureBox";
            this.noUncommitedModificationsPictureBox.TabStop = false;
            // 
            // noUncommitedModificationsPanel
            // 
            resources.ApplyResources(this.noUncommitedModificationsPanel, "noUncommitedModificationsPanel");
            this.noUncommitedModificationsPanel.Controls.Add(this.noUncommitedModificationsPictureBox);
            this.noUncommitedModificationsPanel.Controls.Add(this.noUncommittedModificationsDescriptionLabel);
            this.noUncommitedModificationsPanel.Controls.Add(this.noUncommitedModificationsLabel);
            this.noUncommitedModificationsPanel.Name = "noUncommitedModificationsPanel";
            // 
            // singleRevisionLabel
            // 
            resources.ApplyResources(this.singleRevisionLabel, "singleRevisionLabel");
            this.singleRevisionLabel.Name = "singleRevisionLabel";
            // 
            // singleRevisionDescriptionLabel
            // 
            resources.ApplyResources(this.singleRevisionDescriptionLabel, "singleRevisionDescriptionLabel");
            this.singleRevisionDescriptionLabel.Name = "singleRevisionDescriptionLabel";
            // 
            // singleRevisionPictureBox
            // 
            resources.ApplyResources(this.singleRevisionPictureBox, "singleRevisionPictureBox");
            this.singleRevisionPictureBox.Name = "singleRevisionPictureBox";
            this.singleRevisionPictureBox.TabStop = false;
            // 
            // singleRevisionPanel
            // 
            resources.ApplyResources(this.singleRevisionPanel, "singleRevisionPanel");
            this.singleRevisionPanel.Controls.Add(this.singleRevisionPictureBox);
            this.singleRevisionPanel.Controls.Add(this.singleRevisionDescriptionLabel);
            this.singleRevisionPanel.Controls.Add(this.singleRevisionLabel);
            this.singleRevisionPanel.Name = "singleRevisionPanel";
            // 
            // noSwitchedChildrenLabel
            // 
            resources.ApplyResources(this.noSwitchedChildrenLabel, "noSwitchedChildrenLabel");
            this.noSwitchedChildrenLabel.Name = "noSwitchedChildrenLabel";
            // 
            // noSwitchedChildrenDescriptionLabel
            // 
            resources.ApplyResources(this.noSwitchedChildrenDescriptionLabel, "noSwitchedChildrenDescriptionLabel");
            this.noSwitchedChildrenDescriptionLabel.Name = "noSwitchedChildrenDescriptionLabel";
            // 
            // noSwitchedChildrenPictureBox
            // 
            resources.ApplyResources(this.noSwitchedChildrenPictureBox, "noSwitchedChildrenPictureBox");
            this.noSwitchedChildrenPictureBox.Name = "noSwitchedChildrenPictureBox";
            this.noSwitchedChildrenPictureBox.TabStop = false;
            // 
            // noSwitchedChildrenPanel
            // 
            resources.ApplyResources(this.noSwitchedChildrenPanel, "noSwitchedChildrenPanel");
            this.noSwitchedChildrenPanel.Controls.Add(this.noSwitchedChildrenPictureBox);
            this.noSwitchedChildrenPanel.Controls.Add(this.noSwitchedChildrenDescriptionLabel);
            this.noSwitchedChildrenPanel.Controls.Add(this.noSwitchedChildrenLabel);
            this.noSwitchedChildrenPanel.Name = "noSwitchedChildrenPanel";
            // 
            // dividerLabel
            // 
            this.dividerLabel.BackColor = System.Drawing.SystemColors.ControlText;
            resources.ApplyResources(this.dividerLabel, "dividerLabel");
            this.dividerLabel.Name = "dividerLabel";
            // 
            // completeWorkingCopyPanel
            // 
            resources.ApplyResources(this.completeWorkingCopyPanel, "completeWorkingCopyPanel");
            this.completeWorkingCopyPanel.Controls.Add(this.completeWorkingCopyPictureBox);
            this.completeWorkingCopyPanel.Controls.Add(this.completeWorkingCopyDescriptionLabel);
            this.completeWorkingCopyPanel.Controls.Add(this.completeWorkingCopyLabel);
            this.completeWorkingCopyPanel.Name = "completeWorkingCopyPanel";
            // 
            // completeWorkingCopyDescriptionLabel
            // 
            resources.ApplyResources(this.completeWorkingCopyDescriptionLabel, "completeWorkingCopyDescriptionLabel");
            this.completeWorkingCopyDescriptionLabel.MaximumSize = new System.Drawing.Size(450, 0);
            this.completeWorkingCopyDescriptionLabel.MinimumSize = new System.Drawing.Size(450, 25);
            this.completeWorkingCopyDescriptionLabel.Name = "completeWorkingCopyDescriptionLabel";
            // 
            // completeWorkingCopyLabel
            // 
            resources.ApplyResources(this.completeWorkingCopyLabel, "completeWorkingCopyLabel");
            this.completeWorkingCopyLabel.Name = "completeWorkingCopyLabel";
            // 
            // validRevisionPanel
            // 
            resources.ApplyResources(this.validRevisionPanel, "validRevisionPanel");
            this.validRevisionPanel.Controls.Add(this.validRevisionDescriptionLabel);
            this.validRevisionPanel.Controls.Add(this.validRevisionLabel);
            this.validRevisionPanel.Name = "validRevisionPanel";
            // 
            // validRevisionDescriptionLabel
            // 
            resources.ApplyResources(this.validRevisionDescriptionLabel, "validRevisionDescriptionLabel");
            this.validRevisionDescriptionLabel.MaximumSize = new System.Drawing.Size(450, 0);
            this.validRevisionDescriptionLabel.MinimumSize = new System.Drawing.Size(450, 25);
            this.validRevisionDescriptionLabel.Name = "validRevisionDescriptionLabel";
            // 
            // validRevisionLabel
            // 
            resources.ApplyResources(this.validRevisionLabel, "validRevisionLabel");
            this.validRevisionLabel.Name = "validRevisionLabel";
            // 
            // notCheckedLabel
            // 
            resources.ApplyResources(this.notCheckedLabel, "notCheckedLabel");
            this.notCheckedLabel.Name = "notCheckedLabel";
            // 
            // completeWorkingCopyPictureBox
            // 
            resources.ApplyResources(this.completeWorkingCopyPictureBox, "completeWorkingCopyPictureBox");
            this.completeWorkingCopyPictureBox.Name = "completeWorkingCopyPictureBox";
            this.completeWorkingCopyPictureBox.TabStop = false;
            // 
            // MergeBestPracticesPageControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.notCheckedLabel);
            this.Controls.Add(this.validRevisionPanel);
            this.Controls.Add(this.completeWorkingCopyPanel);
            this.Controls.Add(this.dividerLabel);
            this.Controls.Add(this.noSwitchedChildrenPanel);
            this.Controls.Add(this.singleRevisionPanel);
            this.Controls.Add(this.noUncommitedModificationsPanel);
            this.Name = "MergeBestPracticesPageControl";
            ((System.ComponentModel.ISupportInitialize)(this.noUncommitedModificationsPictureBox)).EndInit();
            this.noUncommitedModificationsPanel.ResumeLayout(false);
            this.noUncommitedModificationsPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.singleRevisionPictureBox)).EndInit();
            this.singleRevisionPanel.ResumeLayout(false);
            this.singleRevisionPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.noSwitchedChildrenPictureBox)).EndInit();
            this.noSwitchedChildrenPanel.ResumeLayout(false);
            this.noSwitchedChildrenPanel.PerformLayout();
            this.completeWorkingCopyPanel.ResumeLayout(false);
            this.completeWorkingCopyPanel.PerformLayout();
            this.validRevisionPanel.ResumeLayout(false);
            this.validRevisionPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.completeWorkingCopyPictureBox)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MergeOptionsPage));
            this.conflictsGroupBox = new System.Windows.Forms.GroupBox();
            this.binaryConflictsGroupBox = new System.Windows.Forms.GroupBox();
            this.binaryConflictsBaseRadioButton = new System.Windows.Forms.RadioButton();
            this.binaryConflictsRepositoryRadioButton = new System.Windows.Forms.RadioButton();
            this.binaryConflictsMyRadioButton = new System.Windows.Forms.RadioButton();
            this.binaryConflictsMarkRadioButton = new System.Windows.Forms.RadioButton();
            this.binaryConflictsPromptRadioButton = new System.Windows.Forms.RadioButton();
            this.textConflictsGroupBox = new System.Windows.Forms.GroupBox();
            this.textConflictsBaseRadioButton = new System.Windows.Forms.RadioButton();
            this.textConflictsRepositoryRadioButton = new System.Windows.Forms.RadioButton();
            this.textConflictsMyRadioButton = new System.Windows.Forms.RadioButton();
            this.textConflictsMarkRadioButton = new System.Windows.Forms.RadioButton();
            this.textConflictsPromptRadioButton = new System.Windows.Forms.RadioButton();
            this.mergeOptionsGroupBox = new System.Windows.Forms.GroupBox();
            this.depthLabel = new System.Windows.Forms.Label();
            this.depthComboBox = new System.Windows.Forms.ComboBox();
            this.unversionedCheckBox = new System.Windows.Forms.CheckBox();
            this.ignoreAncestryCheckBox = new System.Windows.Forms.CheckBox();
            this.conflictsGroupBox.SuspendLayout();
            this.binaryConflictsGroupBox.SuspendLayout();
            this.textConflictsGroupBox.SuspendLayout();
            this.mergeOptionsGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // conflictsGroupBox
            // 
            resources.ApplyResources(this.conflictsGroupBox, "conflictsGroupBox");
            this.conflictsGroupBox.Controls.Add(this.binaryConflictsGroupBox);
            this.conflictsGroupBox.Controls.Add(this.textConflictsGroupBox);
            this.conflictsGroupBox.Name = "conflictsGroupBox";
            this.conflictsGroupBox.TabStop = false;
            // 
            // binaryConflictsGroupBox
            // 
            resources.ApplyResources(this.binaryConflictsGroupBox, "binaryConflictsGroupBox");
            this.binaryConflictsGroupBox.Controls.Add(this.binaryConflictsBaseRadioButton);
            this.binaryConflictsGroupBox.Controls.Add(this.binaryConflictsRepositoryRadioButton);
            this.binaryConflictsGroupBox.Controls.Add(this.binaryConflictsMyRadioButton);
            this.binaryConflictsGroupBox.Controls.Add(this.binaryConflictsMarkRadioButton);
            this.binaryConflictsGroupBox.Controls.Add(this.binaryConflictsPromptRadioButton);
            this.binaryConflictsGroupBox.Name = "binaryConflictsGroupBox";
            this.binaryConflictsGroupBox.TabStop = false;
            // 
            // binaryConflictsBaseRadioButton
            // 
            resources.ApplyResources(this.binaryConflictsBaseRadioButton, "binaryConflictsBaseRadioButton");
            this.binaryConflictsBaseRadioButton.Name = "binaryConflictsBaseRadioButton";
            this.binaryConflictsBaseRadioButton.UseVisualStyleBackColor = true;
            this.binaryConflictsBaseRadioButton.CheckedChanged += new System.EventHandler(this.binaryConflictsBaseRadioButton_CheckedChanged);
            // 
            // binaryConflictsRepositoryRadioButton
            // 
            resources.ApplyResources(this.binaryConflictsRepositoryRadioButton, "binaryConflictsRepositoryRadioButton");
            this.binaryConflictsRepositoryRadioButton.Name = "binaryConflictsRepositoryRadioButton";
            this.binaryConflictsRepositoryRadioButton.UseVisualStyleBackColor = true;
            this.binaryConflictsRepositoryRadioButton.CheckedChanged += new System.EventHandler(this.binaryConflictsRepositoryRadioButton_CheckedChanged);
            // 
            // binaryConflictsMyRadioButton
            // 
            resources.ApplyResources(this.binaryConflictsMyRadioButton, "binaryConflictsMyRadioButton");
            this.binaryConflictsMyRadioButton.Name = "binaryConflictsMyRadioButton";
            this.binaryConflictsMyRadioButton.UseVisualStyleBackColor = true;
            this.binaryConflictsMyRadioButton.CheckedChanged += new System.EventHandler(this.binaryConflictsMyRadioButton_CheckedChanged);
            // 
            // binaryConflictsMarkRadioButton
            // 
            resources.ApplyResources(this.binaryConflictsMarkRadioButton, "binaryConflictsMarkRadioButton");
            this.binaryConflictsMarkRadioButton.Name = "binaryConflictsMarkRadioButton";
            this.binaryConflictsMarkRadioButton.UseVisualStyleBackColor = true;
            this.binaryConflictsMarkRadioButton.CheckedChanged += new System.EventHandler(this.binaryConflictsMarkRadioButton_CheckedChanged);
            // 
            // binaryConflictsPromptRadioButton
            // 
            resources.ApplyResources(this.binaryConflictsPromptRadioButton, "binaryConflictsPromptRadioButton");
            this.binaryConflictsPromptRadioButton.Checked = true;
            this.binaryConflictsPromptRadioButton.Name = "binaryConflictsPromptRadioButton";
            this.binaryConflictsPromptRadioButton.TabStop = true;
            this.binaryConflictsPromptRadioButton.UseVisualStyleBackColor = true;
            this.binaryConflictsPromptRadioButton.CheckedChanged += new System.EventHandler(this.binaryConflictsPromptRadioButton_CheckedChanged);
            // 
            // textConflictsGroupBox
            // 
            resources.ApplyResources(this.textConflictsGroupBox, "textConflictsGroupBox");
            this.textConflictsGroupBox.Controls.Add(this.textConflictsBaseRadioButton);
            this.textConflictsGroupBox.Controls.Add(this.textConflictsRepositoryRadioButton);
            this.textConflictsGroupBox.Controls.Add(this.textConflictsMyRadioButton);
            this.textConflictsGroupBox.Controls.Add(this.textConflictsMarkRadioButton);
            this.textConflictsGroupBox.Controls.Add(this.textConflictsPromptRadioButton);
            this.textConflictsGroupBox.Name = "textConflictsGroupBox";
            this.textConflictsGroupBox.TabStop = false;
            // 
            // textConflictsBaseRadioButton
            // 
            resources.ApplyResources(this.textConflictsBaseRadioButton, "textConflictsBaseRadioButton");
            this.textConflictsBaseRadioButton.Name = "textConflictsBaseRadioButton";
            this.textConflictsBaseRadioButton.UseVisualStyleBackColor = true;
            this.textConflictsBaseRadioButton.CheckedChanged += new System.EventHandler(this.textConflictsBaseRadioButton_CheckedChanged);
            // 
            // textConflictsRepositoryRadioButton
            // 
            resources.ApplyResources(this.textConflictsRepositoryRadioButton, "textConflictsRepositoryRadioButton");
            this.textConflictsRepositoryRadioButton.Name = "textConflictsRepositoryRadioButton";
            this.textConflictsRepositoryRadioButton.UseVisualStyleBackColor = true;
            this.textConflictsRepositoryRadioButton.CheckedChanged += new System.EventHandler(this.textConflictsRepositoryRadioButton_CheckedChanged);
            // 
            // textConflictsMyRadioButton
            // 
            resources.ApplyResources(this.textConflictsMyRadioButton, "textConflictsMyRadioButton");
            this.textConflictsMyRadioButton.Name = "textConflictsMyRadioButton";
            this.textConflictsMyRadioButton.UseVisualStyleBackColor = true;
            this.textConflictsMyRadioButton.CheckedChanged += new System.EventHandler(this.textConflictsMyRadioButton_CheckedChanged);
            // 
            // textConflictsMarkRadioButton
            // 
            resources.ApplyResources(this.textConflictsMarkRadioButton, "textConflictsMarkRadioButton");
            this.textConflictsMarkRadioButton.Name = "textConflictsMarkRadioButton";
            this.textConflictsMarkRadioButton.UseVisualStyleBackColor = true;
            this.textConflictsMarkRadioButton.CheckedChanged += new System.EventHandler(this.textConflictsMarkRadioButton_CheckedChanged);
            // 
            // textConflictsPromptRadioButton
            // 
            resources.ApplyResources(this.textConflictsPromptRadioButton, "textConflictsPromptRadioButton");
            this.textConflictsPromptRadioButton.Checked = true;
            this.textConflictsPromptRadioButton.Name = "textConflictsPromptRadioButton";
            this.textConflictsPromptRadioButton.TabStop = true;
            this.textConflictsPromptRadioButton.UseVisualStyleBackColor = true;
            this.textConflictsPromptRadioButton.CheckedChanged += new System.EventHandler(this.textConflictsPromptRadioButton_CheckedChanged);
            // 
            // mergeOptionsGroupBox
            // 
            resources.ApplyResources(this.mergeOptionsGroupBox, "mergeOptionsGroupBox");
            this.mergeOptionsGroupBox.Controls.Add(this.depthLabel);
            this.mergeOptionsGroupBox.Controls.Add(this.depthComboBox);
            this.mergeOptionsGroupBox.Controls.Add(this.unversionedCheckBox);
            this.mergeOptionsGroupBox.Controls.Add(this.ignoreAncestryCheckBox);
            this.mergeOptionsGroupBox.Name = "mergeOptionsGroupBox";
            this.mergeOptionsGroupBox.TabStop = false;
            // 
            // depthLabel
            // 
            resources.ApplyResources(this.depthLabel, "depthLabel");
            this.depthLabel.Name = "depthLabel";
            // 
            // depthComboBox
            // 
            this.depthComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.depthComboBox.FormattingEnabled = true;
            resources.ApplyResources(this.depthComboBox, "depthComboBox");
            this.depthComboBox.Name = "depthComboBox";
            this.depthComboBox.SelectedIndexChanged += new System.EventHandler(this.depthComboBox_SelectedIndexChanged);
            // 
            // unversionedCheckBox
            // 
            resources.ApplyResources(this.unversionedCheckBox, "unversionedCheckBox");
            this.unversionedCheckBox.Name = "unversionedCheckBox";
            this.unversionedCheckBox.UseVisualStyleBackColor = true;
            this.unversionedCheckBox.CheckedChanged += new System.EventHandler(this.unversionedCheckBox_CheckedChanged);
            // 
            // ignoreAncestryCheckBox
            // 
            resources.ApplyResources(this.ignoreAncestryCheckBox, "ignoreAncestryCheckBox");
            this.ignoreAncestryCheckBox.Name = "ignoreAncestryCheckBox";
            this.ignoreAncestryCheckBox.UseVisualStyleBackColor = true;
            this.ignoreAncestryCheckBox.CheckedChanged += new System.EventHandler(this.ignoreAncestryCheckBox_CheckedChanged);
            // 
            // MergeOptionsPageControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.mergeOptionsGroupBox);
            this.Controls.Add(this.conflictsGroupBox);
            this.Name = "MergeOptionsPageControl";
            this.Load += new System.EventHandler(this.MergeOptionsPage_Load);
            this.conflictsGroupBox.ResumeLayout(false);
            this.binaryConflictsGroupBox.ResumeLayout(false);
            this.binaryConflictsGroupBox.PerformLayout();
            this.textConflictsGroupBox.ResumeLayout(false);
            this.textConflictsGroupBox.PerformLayout();
            this.mergeOptionsGroupBox.ResumeLayout(false);
            this.mergeOptionsGroupBox.PerformLayout();
            this.ResumeLayout(false);

        }

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

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

        }

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

private void InitializeComponent()
        {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MergeSourceBasePage));
			this.mergeFromComboBox = new System.Windows.Forms.ComboBox();
			this.selectButton = new System.Windows.Forms.Button();
			this.mergeFromLabel = new System.Windows.Forms.Label();
			this.wcBox = new System.Windows.Forms.GroupBox();
			this.wcUri = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.wcHistoryBtn = new System.Windows.Forms.Button();
			this.wcPath = new System.Windows.Forms.TextBox();
			this.dirLabel = new System.Windows.Forms.Label();
			this.wcBox.SuspendLayout();
			this.SuspendLayout();
			// 
			// mergeFromComboBox
			// 
			resources.ApplyResources(this.mergeFromComboBox, "mergeFromComboBox");
			this.mergeFromComboBox.FormattingEnabled = true;
			this.mergeFromComboBox.Name = "mergeFromComboBox";
			// 
			// selectButton
			// 
			resources.ApplyResources(this.selectButton, "selectButton");
			this.selectButton.Name = "selectButton";
			this.selectButton.UseVisualStyleBackColor = true;
			this.selectButton.Click += new System.EventHandler(this.selectButton_Click);
			// 
			// mergeFromLabel
			// 
			resources.ApplyResources(this.mergeFromLabel, "mergeFromLabel");
			this.mergeFromLabel.Name = "mergeFromLabel";
			// 
			// wcBox
			// 
			resources.ApplyResources(this.wcBox, "wcBox");
			this.wcBox.Controls.Add(this.wcUri);
			this.wcBox.Controls.Add(this.label1);
			this.wcBox.Controls.Add(this.wcHistoryBtn);
			this.wcBox.Controls.Add(this.wcPath);
			this.wcBox.Controls.Add(this.dirLabel);
			this.wcBox.Name = "wcBox";
			this.wcBox.TabStop = false;
			// 
			// wcUri
			// 
			resources.ApplyResources(this.wcUri, "wcUri");
			this.wcUri.Name = "wcUri";
			this.wcUri.ReadOnly = true;
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// wcHistoryBtn
			// 
			resources.ApplyResources(this.wcHistoryBtn, "wcHistoryBtn");
			this.wcHistoryBtn.Name = "wcHistoryBtn";
			this.wcHistoryBtn.UseVisualStyleBackColor = true;
			this.wcHistoryBtn.Click += new System.EventHandler(this.wcHistoryBtn_Click);
			// 
			// wcPath
			// 
			resources.ApplyResources(this.wcPath, "wcPath");
			this.wcPath.Name = "wcPath";
			this.wcPath.ReadOnly = true;
			// 
			// dirLabel
			// 
			resources.ApplyResources(this.dirLabel, "dirLabel");
			this.dirLabel.Name = "dirLabel";
			// 
			// MergeSourceBasePage
			// 
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.wcBox);
			this.Controls.Add(this.mergeFromComboBox);
			this.Controls.Add(this.selectButton);
			this.Controls.Add(this.mergeFromLabel);
			this.Name = "MergeSourceBasePage";
			this.wcBox.ResumeLayout(false);
			this.wcBox.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

        }

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

private void InitializeComponent()
        {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckoutDialog));
			this.urlGroupBox = new System.Windows.Forms.GroupBox();
			this.label1 = new System.Windows.Forms.Label();
			this.revisionPicker = new Ankh.UI.PathSelector.VersionSelector();
			this.urlBrowse = new System.Windows.Forms.Button();
			this.urlTextBox = new System.Windows.Forms.TextBox();
			this.localDirGroupBox = new System.Windows.Forms.GroupBox();
			this.label2 = new System.Windows.Forms.Label();
			this.button1 = new System.Windows.Forms.Button();
			this.localDirTextBox = new System.Windows.Forms.TextBox();
			this.nonRecursiveCheckBox = new System.Windows.Forms.CheckBox();
			this.okButton = new System.Windows.Forms.Button();
			this.cancelButton = new System.Windows.Forms.Button();
			this.omitExternalsCheckBox = new System.Windows.Forms.CheckBox();
			this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.urlGroupBox.SuspendLayout();
			this.localDirGroupBox.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// urlGroupBox
			// 
			resources.ApplyResources(this.urlGroupBox, "urlGroupBox");
			this.urlGroupBox.Controls.Add(this.label1);
			this.urlGroupBox.Controls.Add(this.revisionPicker);
			this.urlGroupBox.Controls.Add(this.urlBrowse);
			this.urlGroupBox.Controls.Add(this.urlTextBox);
			this.urlGroupBox.Name = "urlGroupBox";
			this.urlGroupBox.TabStop = false;
			this.urlGroupBox.TextChanged += new System.EventHandler(this.ControlsChanged);
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// revisionPicker
			// 
			resources.ApplyResources(this.revisionPicker, "revisionPicker");
			this.revisionPicker.Name = "revisionPicker";
			this.revisionPicker.SvnOrigin = null;
			// 
			// urlBrowse
			// 
			resources.ApplyResources(this.urlBrowse, "urlBrowse");
			this.urlBrowse.CausesValidation = false;
			this.urlBrowse.Name = "urlBrowse";
			this.urlBrowse.Click += new System.EventHandler(this.urlBrowse_Click);
			// 
			// urlTextBox
			// 
			resources.ApplyResources(this.urlTextBox, "urlTextBox");
			this.urlTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
			this.urlTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
			this.urlTextBox.Name = "urlTextBox";
			this.urlTextBox.TextChanged += new System.EventHandler(this.urlTextBox_TextChanged);
			this.urlTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.urlTextBox_Validating);
			// 
			// localDirGroupBox
			// 
			resources.ApplyResources(this.localDirGroupBox, "localDirGroupBox");
			this.localDirGroupBox.Controls.Add(this.label2);
			this.localDirGroupBox.Controls.Add(this.button1);
			this.localDirGroupBox.Controls.Add(this.localDirTextBox);
			this.localDirGroupBox.Name = "localDirGroupBox";
			this.localDirGroupBox.TabStop = false;
			// 
			// label2
			// 
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			// 
			// button1
			// 
			resources.ApplyResources(this.button1, "button1");
			this.button1.CausesValidation = false;
			this.button1.Name = "button1";
			this.button1.Click += new System.EventHandler(this.BrowseClicked);
			// 
			// localDirTextBox
			// 
			resources.ApplyResources(this.localDirTextBox, "localDirTextBox");
			this.localDirTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.localDirTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
			this.localDirTextBox.Name = "localDirTextBox";
			this.localDirTextBox.TextChanged += new System.EventHandler(this.ControlsChanged);
			this.localDirTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.localDirTextBox_Validating);
			// 
			// nonRecursiveCheckBox
			// 
			resources.ApplyResources(this.nonRecursiveCheckBox, "nonRecursiveCheckBox");
			this.nonRecursiveCheckBox.Name = "nonRecursiveCheckBox";
			// 
			// okButton
			// 
			resources.ApplyResources(this.okButton, "okButton");
			this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.okButton.Name = "okButton";
			// 
			// cancelButton
			// 
			resources.ApplyResources(this.cancelButton, "cancelButton");
			this.cancelButton.CausesValidation = false;
			this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancelButton.Name = "cancelButton";
			// 
			// omitExternalsCheckBox
			// 
			resources.ApplyResources(this.omitExternalsCheckBox, "omitExternalsCheckBox");
			this.omitExternalsCheckBox.Name = "omitExternalsCheckBox";
			// 
			// errorProvider
			// 
			this.errorProvider.ContainerControl = this;
			// 
			// CheckoutDialog
			// 
			this.AcceptButton = this.okButton;
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.cancelButton;
			this.Controls.Add(this.cancelButton);
			this.Controls.Add(this.okButton);
			this.Controls.Add(this.omitExternalsCheckBox);
			this.Controls.Add(this.nonRecursiveCheckBox);
			this.Controls.Add(this.localDirGroupBox);
			this.Controls.Add(this.urlGroupBox);
			this.Name = "CheckoutDialog";
			this.urlGroupBox.ResumeLayout(false);
			this.urlGroupBox.PerformLayout();
			this.localDirGroupBox.ResumeLayout(false);
			this.localDirGroupBox.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
			this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateChangeListDialog));
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.nameBox = new System.Windows.Forms.ComboBox();
			this.cancelButton = new System.Windows.Forms.Button();
			this.okButton = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// label2
			// 
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			// 
			// nameBox
			// 
			resources.ApplyResources(this.nameBox, "nameBox");
			this.nameBox.FormattingEnabled = true;
			this.nameBox.Name = "nameBox";
			this.nameBox.TextChanged += new System.EventHandler(this.nameBox_TextChanged);
			// 
			// cancelButton
			// 
			resources.ApplyResources(this.cancelButton, "cancelButton");
			this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancelButton.Name = "cancelButton";
			this.cancelButton.UseVisualStyleBackColor = true;
			// 
			// okButton
			// 
			resources.ApplyResources(this.okButton, "okButton");
			this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.okButton.Name = "okButton";
			this.okButton.UseVisualStyleBackColor = true;
			this.okButton.Click += new System.EventHandler(this.okButton_Click);
			// 
			// CreateChangeListDialog
			// 
			this.AcceptButton = this.okButton;
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.cancelButton;
			this.Controls.Add(this.okButton);
			this.Controls.Add(this.cancelButton);
			this.Controls.Add(this.nameBox);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Name = "CreateChangeListDialog";
			this.ResumeLayout(false);
			this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MergeSourceReintegratePage));
            this.SuspendLayout();
            // 
            // MergeSourceReintegratePageControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Name = "MergeSourceReintegratePageControl";
            this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MergeSourceTwoDifferentTreesPage));
			this.fromGroupBox = new System.Windows.Forms.GroupBox();
			this.fromRevisionSelectButton = new System.Windows.Forms.Button();
			this.fromRevisionTextBox = new System.Windows.Forms.TextBox();
			this.fromRevisionRadioButton = new System.Windows.Forms.RadioButton();
			this.fromHEADRevisionRadioButton = new System.Windows.Forms.RadioButton();
			this.fromURLTextBox = new System.Windows.Forms.TextBox();
			this.fromURLSelectButton = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.useFromURLCheckBox = new System.Windows.Forms.CheckBox();
			this.toRevisionSelectButton = new System.Windows.Forms.Button();
			this.toRevisionTextBox = new System.Windows.Forms.TextBox();
			this.toRevisionRadioButton = new System.Windows.Forms.RadioButton();
			this.toHEADRevisionRadioButton = new System.Windows.Forms.RadioButton();
			this.toURLTextBox = new System.Windows.Forms.TextBox();
			this.toURLSelectButton = new System.Windows.Forms.Button();
			this.wcBox = new System.Windows.Forms.GroupBox();
			this.wcUri = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.wcHistoryBtn = new System.Windows.Forms.Button();
			this.wcPath = new System.Windows.Forms.TextBox();
			this.dirLabel = new System.Windows.Forms.Label();
			this.fromGroupBox.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.wcBox.SuspendLayout();
			this.SuspendLayout();
			// 
			// fromGroupBox
			// 
			resources.ApplyResources(this.fromGroupBox, "fromGroupBox");
			this.fromGroupBox.Controls.Add(this.fromRevisionSelectButton);
			this.fromGroupBox.Controls.Add(this.fromRevisionTextBox);
			this.fromGroupBox.Controls.Add(this.fromRevisionRadioButton);
			this.fromGroupBox.Controls.Add(this.fromHEADRevisionRadioButton);
			this.fromGroupBox.Controls.Add(this.fromURLTextBox);
			this.fromGroupBox.Controls.Add(this.fromURLSelectButton);
			this.fromGroupBox.Name = "fromGroupBox";
			this.fromGroupBox.TabStop = false;
			// 
			// fromRevisionSelectButton
			// 
			resources.ApplyResources(this.fromRevisionSelectButton, "fromRevisionSelectButton");
			this.fromRevisionSelectButton.Name = "fromRevisionSelectButton";
			this.fromRevisionSelectButton.UseVisualStyleBackColor = true;
			this.fromRevisionSelectButton.Click += new System.EventHandler(this.fromRevisionSelectButton_Click);
			// 
			// fromRevisionTextBox
			// 
			resources.ApplyResources(this.fromRevisionTextBox, "fromRevisionTextBox");
			this.fromRevisionTextBox.Name = "fromRevisionTextBox";
			this.fromRevisionTextBox.TextChanged += new System.EventHandler(this.fromRevisionTextBox_TextChanged);
			// 
			// fromRevisionRadioButton
			// 
			resources.ApplyResources(this.fromRevisionRadioButton, "fromRevisionRadioButton");
			this.fromRevisionRadioButton.Checked = true;
			this.fromRevisionRadioButton.Name = "fromRevisionRadioButton";
			this.fromRevisionRadioButton.TabStop = true;
			this.fromRevisionRadioButton.UseVisualStyleBackColor = true;
			this.fromRevisionRadioButton.CheckedChanged += new System.EventHandler(this.fromRevisionRadioButton_CheckedChanged);
			// 
			// fromHEADRevisionRadioButton
			// 
			resources.ApplyResources(this.fromHEADRevisionRadioButton, "fromHEADRevisionRadioButton");
			this.fromHEADRevisionRadioButton.Name = "fromHEADRevisionRadioButton";
			this.fromHEADRevisionRadioButton.UseVisualStyleBackColor = true;
			this.fromHEADRevisionRadioButton.CheckedChanged += new System.EventHandler(this.fromHeadRevisionRadioButton_CheckedChanged);
			// 
			// fromURLTextBox
			// 
			resources.ApplyResources(this.fromURLTextBox, "fromURLTextBox");
			this.fromURLTextBox.Name = "fromURLTextBox";
			this.fromURLTextBox.TextChanged += new System.EventHandler(this.fromURLTextBox_TextChanged);
			// 
			// fromURLSelectButton
			// 
			resources.ApplyResources(this.fromURLSelectButton, "fromURLSelectButton");
			this.fromURLSelectButton.Name = "fromURLSelectButton";
			this.fromURLSelectButton.UseVisualStyleBackColor = true;
			this.fromURLSelectButton.Click += new System.EventHandler(this.fromURLSelectButton_Click);
			// 
			// groupBox1
			// 
			resources.ApplyResources(this.groupBox1, "groupBox1");
			this.groupBox1.Controls.Add(this.useFromURLCheckBox);
			this.groupBox1.Controls.Add(this.toRevisionSelectButton);
			this.groupBox1.Controls.Add(this.toRevisionTextBox);
			this.groupBox1.Controls.Add(this.toRevisionRadioButton);
			this.groupBox1.Controls.Add(this.toHEADRevisionRadioButton);
			this.groupBox1.Controls.Add(this.toURLTextBox);
			this.groupBox1.Controls.Add(this.toURLSelectButton);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.TabStop = false;
			// 
			// useFromURLCheckBox
			// 
			resources.ApplyResources(this.useFromURLCheckBox, "useFromURLCheckBox");
			this.useFromURLCheckBox.Checked = true;
			this.useFromURLCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
			this.useFromURLCheckBox.Name = "useFromURLCheckBox";
			this.useFromURLCheckBox.UseVisualStyleBackColor = true;
			this.useFromURLCheckBox.CheckedChanged += new System.EventHandler(this.useFromURLCheckBox_CheckedChanged);
			// 
			// toRevisionSelectButton
			// 
			resources.ApplyResources(this.toRevisionSelectButton, "toRevisionSelectButton");
			this.toRevisionSelectButton.Name = "toRevisionSelectButton";
			this.toRevisionSelectButton.UseVisualStyleBackColor = true;
			this.toRevisionSelectButton.Click += new System.EventHandler(this.toRevisionSelectButton_Click);
			// 
			// toRevisionTextBox
			// 
			resources.ApplyResources(this.toRevisionTextBox, "toRevisionTextBox");
			this.toRevisionTextBox.Name = "toRevisionTextBox";
			this.toRevisionTextBox.TextChanged += new System.EventHandler(this.toRevisionTextBox_TextChanged);
			// 
			// toRevisionRadioButton
			// 
			resources.ApplyResources(this.toRevisionRadioButton, "toRevisionRadioButton");
			this.toRevisionRadioButton.Checked = true;
			this.toRevisionRadioButton.Name = "toRevisionRadioButton";
			this.toRevisionRadioButton.TabStop = true;
			this.toRevisionRadioButton.UseVisualStyleBackColor = true;
			this.toRevisionRadioButton.CheckedChanged += new System.EventHandler(this.toRevisionRadioButton_CheckedChanged);
			// 
			// toHEADRevisionRadioButton
			// 
			resources.ApplyResources(this.toHEADRevisionRadioButton, "toHEADRevisionRadioButton");
			this.toHEADRevisionRadioButton.Name = "toHEADRevisionRadioButton";
			this.toHEADRevisionRadioButton.UseVisualStyleBackColor = true;
			this.toHEADRevisionRadioButton.CheckedChanged += new System.EventHandler(this.toHEADRevisionRadioButton_CheckedChanged);
			// 
			// toURLTextBox
			// 
			resources.ApplyResources(this.toURLTextBox, "toURLTextBox");
			this.toURLTextBox.Name = "toURLTextBox";
			this.toURLTextBox.TextChanged += new System.EventHandler(this.toURLTextBox_TextChanged);
			// 
			// toURLSelectButton
			// 
			resources.ApplyResources(this.toURLSelectButton, "toURLSelectButton");
			this.toURLSelectButton.Name = "toURLSelectButton";
			this.toURLSelectButton.UseVisualStyleBackColor = true;
			this.toURLSelectButton.Click += new System.EventHandler(this.toURLSelectButton_Click);
			// 
			// wcBox
			// 
			resources.ApplyResources(this.wcBox, "wcBox");
			this.wcBox.Controls.Add(this.wcUri);
			this.wcBox.Controls.Add(this.label1);
			this.wcBox.Controls.Add(this.wcHistoryBtn);
			this.wcBox.Controls.Add(this.wcPath);
			this.wcBox.Controls.Add(this.dirLabel);
			this.wcBox.Name = "wcBox";
			this.wcBox.TabStop = false;
			// 
			// wcUri
			// 
			resources.ApplyResources(this.wcUri, "wcUri");
			this.wcUri.Name = "wcUri";
			this.wcUri.ReadOnly = true;
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// wcHistoryBtn
			// 
			resources.ApplyResources(this.wcHistoryBtn, "wcHistoryBtn");
			this.wcHistoryBtn.Name = "wcHistoryBtn";
			this.wcHistoryBtn.UseVisualStyleBackColor = true;
			this.wcHistoryBtn.Click += new System.EventHandler(this.wcHistoryBtn_Click);
			// 
			// wcPath
			// 
			resources.ApplyResources(this.wcPath, "wcPath");
			this.wcPath.Name = "wcPath";
			this.wcPath.ReadOnly = true;
			// 
			// dirLabel
			// 
			resources.ApplyResources(this.dirLabel, "dirLabel");
			this.dirLabel.Name = "dirLabel";
			// 
			// MergeSourceTwoDifferentTreesPage
			// 
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.wcBox);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.fromGroupBox);
			this.Name = "MergeSourceTwoDifferentTreesPage";
			this.Load += new System.EventHandler(this.MergeSourceTwoDifferentTreesPage_Load);
			this.fromGroupBox.ResumeLayout(false);
			this.fromGroupBox.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.wcBox.ResumeLayout(false);
			this.wcBox.PerformLayout();
			this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MergeSummaryPage));
            this.mergeDetailsGroupBox = new System.Windows.Forms.GroupBox();
            this.revisionsTextBox = new System.Windows.Forms.TextBox();
            this.mergeSource2TextBox = new System.Windows.Forms.TextBox();
            this.mergeSource1TextBox = new System.Windows.Forms.TextBox();
            this.mergeTargetTextBox = new System.Windows.Forms.TextBox();
            this.revisionsLabel = new System.Windows.Forms.Label();
            this.mergeSource2Label = new System.Windows.Forms.Label();
            this.mergeSource1Label = new System.Windows.Forms.Label();
            this.mergeTargetLabel = new System.Windows.Forms.Label();
            this.binaryConflictsLabel = new System.Windows.Forms.Label();
            this.textConflictsLabel = new System.Windows.Forms.Label();
            this.depthLabel = new System.Windows.Forms.Label();
            this.ignoreAncestryLabel = new System.Windows.Forms.Label();
            this.unversionedObstructionsLabel = new System.Windows.Forms.Label();
            this.mergeOptionsGroupBox = new System.Windows.Forms.GroupBox();
            this.unversionedObstructionsTextBox = new System.Windows.Forms.TextBox();
            this.ignoreAncestryTextBox = new System.Windows.Forms.TextBox();
            this.depthTextBox = new System.Windows.Forms.TextBox();
            this.textConflictsTextBox = new System.Windows.Forms.TextBox();
            this.binaryConflictsTextBox = new System.Windows.Forms.TextBox();
            this.performDryRunLabel = new System.Windows.Forms.Label();
            this.performDryRunCheckBox = new System.Windows.Forms.CheckBox();
            this.mergeDetailsGroupBox.SuspendLayout();
            this.mergeOptionsGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // mergeDetailsGroupBox
            // 
            resources.ApplyResources(this.mergeDetailsGroupBox, "mergeDetailsGroupBox");
            this.mergeDetailsGroupBox.Controls.Add(this.revisionsTextBox);
            this.mergeDetailsGroupBox.Controls.Add(this.mergeSource2TextBox);
            this.mergeDetailsGroupBox.Controls.Add(this.mergeSource1TextBox);
            this.mergeDetailsGroupBox.Controls.Add(this.mergeTargetTextBox);
            this.mergeDetailsGroupBox.Controls.Add(this.revisionsLabel);
            this.mergeDetailsGroupBox.Controls.Add(this.mergeSource2Label);
            this.mergeDetailsGroupBox.Controls.Add(this.mergeSource1Label);
            this.mergeDetailsGroupBox.Controls.Add(this.mergeTargetLabel);
            this.mergeDetailsGroupBox.Name = "mergeDetailsGroupBox";
            this.mergeDetailsGroupBox.TabStop = false;
            // 
            // revisionsTextBox
            // 
            resources.ApplyResources(this.revisionsTextBox, "revisionsTextBox");
            this.revisionsTextBox.Name = "revisionsTextBox";
            this.revisionsTextBox.ReadOnly = true;
            // 
            // mergeSource2TextBox
            // 
            resources.ApplyResources(this.mergeSource2TextBox, "mergeSource2TextBox");
            this.mergeSource2TextBox.Name = "mergeSource2TextBox";
            this.mergeSource2TextBox.ReadOnly = true;
            // 
            // mergeSource1TextBox
            // 
            resources.ApplyResources(this.mergeSource1TextBox, "mergeSource1TextBox");
            this.mergeSource1TextBox.Name = "mergeSource1TextBox";
            this.mergeSource1TextBox.ReadOnly = true;
            // 
            // mergeTargetTextBox
            // 
            resources.ApplyResources(this.mergeTargetTextBox, "mergeTargetTextBox");
            this.mergeTargetTextBox.Name = "mergeTargetTextBox";
            this.mergeTargetTextBox.ReadOnly = true;
            // 
            // revisionsLabel
            // 
            resources.ApplyResources(this.revisionsLabel, "revisionsLabel");
            this.revisionsLabel.Name = "revisionsLabel";
            // 
            // mergeSource2Label
            // 
            resources.ApplyResources(this.mergeSource2Label, "mergeSource2Label");
            this.mergeSource2Label.Name = "mergeSource2Label";
            // 
            // mergeSource1Label
            // 
            resources.ApplyResources(this.mergeSource1Label, "mergeSource1Label");
            this.mergeSource1Label.Name = "mergeSource1Label";
            // 
            // mergeTargetLabel
            // 
            resources.ApplyResources(this.mergeTargetLabel, "mergeTargetLabel");
            this.mergeTargetLabel.Name = "mergeTargetLabel";
            // 
            // binaryConflictsLabel
            // 
            resources.ApplyResources(this.binaryConflictsLabel, "binaryConflictsLabel");
            this.binaryConflictsLabel.Name = "binaryConflictsLabel";
            // 
            // textConflictsLabel
            // 
            resources.ApplyResources(this.textConflictsLabel, "textConflictsLabel");
            this.textConflictsLabel.Name = "textConflictsLabel";
            // 
            // depthLabel
            // 
            resources.ApplyResources(this.depthLabel, "depthLabel");
            this.depthLabel.Name = "depthLabel";
            // 
            // ignoreAncestryLabel
            // 
            resources.ApplyResources(this.ignoreAncestryLabel, "ignoreAncestryLabel");
            this.ignoreAncestryLabel.Name = "ignoreAncestryLabel";
            // 
            // unversionedObstructionsLabel
            // 
            resources.ApplyResources(this.unversionedObstructionsLabel, "unversionedObstructionsLabel");
            this.unversionedObstructionsLabel.Name = "unversionedObstructionsLabel";
            // 
            // mergeOptionsGroupBox
            // 
            resources.ApplyResources(this.mergeOptionsGroupBox, "mergeOptionsGroupBox");
            this.mergeOptionsGroupBox.Controls.Add(this.performDryRunCheckBox);
            this.mergeOptionsGroupBox.Controls.Add(this.performDryRunLabel);
            this.mergeOptionsGroupBox.Controls.Add(this.unversionedObstructionsTextBox);
            this.mergeOptionsGroupBox.Controls.Add(this.ignoreAncestryTextBox);
            this.mergeOptionsGroupBox.Controls.Add(this.depthTextBox);
            this.mergeOptionsGroupBox.Controls.Add(this.textConflictsTextBox);
            this.mergeOptionsGroupBox.Controls.Add(this.binaryConflictsTextBox);
            this.mergeOptionsGroupBox.Controls.Add(this.unversionedObstructionsLabel);
            this.mergeOptionsGroupBox.Controls.Add(this.binaryConflictsLabel);
            this.mergeOptionsGroupBox.Controls.Add(this.ignoreAncestryLabel);
            this.mergeOptionsGroupBox.Controls.Add(this.textConflictsLabel);
            this.mergeOptionsGroupBox.Controls.Add(this.depthLabel);
            this.mergeOptionsGroupBox.Name = "mergeOptionsGroupBox";
            this.mergeOptionsGroupBox.TabStop = false;
            // 
            // unversionedObstructionsTextBox
            // 
            resources.ApplyResources(this.unversionedObstructionsTextBox, "unversionedObstructionsTextBox");
            this.unversionedObstructionsTextBox.Name = "unversionedObstructionsTextBox";
            this.unversionedObstructionsTextBox.ReadOnly = true;
            // 
            // ignoreAncestryTextBox
            // 
            resources.ApplyResources(this.ignoreAncestryTextBox, "ignoreAncestryTextBox");
            this.ignoreAncestryTextBox.Name = "ignoreAncestryTextBox";
            this.ignoreAncestryTextBox.ReadOnly = true;
            // 
            // depthTextBox
            // 
            resources.ApplyResources(this.depthTextBox, "depthTextBox");
            this.depthTextBox.Name = "depthTextBox";
            this.depthTextBox.ReadOnly = true;
            // 
            // textConflictsTextBox
            // 
            resources.ApplyResources(this.textConflictsTextBox, "textConflictsTextBox");
            this.textConflictsTextBox.Name = "textConflictsTextBox";
            this.textConflictsTextBox.ReadOnly = true;
            // 
            // binaryConflictsTextBox
            // 
            resources.ApplyResources(this.binaryConflictsTextBox, "binaryConflictsTextBox");
            this.binaryConflictsTextBox.Name = "binaryConflictsTextBox";
            this.binaryConflictsTextBox.ReadOnly = true;
            // 
            // performDryRunLabel
            // 
            resources.ApplyResources(this.performDryRunLabel, "performDryRunLabel");
            this.performDryRunLabel.Name = "performDryRunLabel";
            // 
            // performDryRunCheckBox
            // 
            resources.ApplyResources(this.performDryRunCheckBox, "performDryRunCheckBox");
            this.performDryRunCheckBox.Name = "performDryRunCheckBox";
            this.performDryRunCheckBox.UseVisualStyleBackColor = true;
            this.performDryRunCheckBox.CheckedChanged += new System.EventHandler(this.performDryRunCheckBox_CheckedChanged);
            // 
            // MergeSummaryPageControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.mergeOptionsGroupBox);
            this.Controls.Add(this.mergeDetailsGroupBox);
            this.Name = "MergeSummaryPageControl";
            this.Load += new System.EventHandler(this.MergeSummaryPage_Load);
            this.mergeDetailsGroupBox.ResumeLayout(false);
            this.mergeDetailsGroupBox.PerformLayout();
            this.mergeOptionsGroupBox.ResumeLayout(false);
            this.mergeOptionsGroupBox.PerformLayout();
            this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MergeTypePage));
            this.mergeTypeGroupBox = new System.Windows.Forms.GroupBox();
            this.manuallyRemoveRadioButton = new System.Windows.Forms.RadioButton();
            this.manuallyRecordRadioButton = new System.Windows.Forms.RadioButton();
            this.twoDifferentTreesRadioButton = new System.Windows.Forms.RadioButton();
            this.reintegrateABranchRadioButton = new System.Windows.Forms.RadioButton();
            this.rangeOfRevisionsRadioButton = new System.Windows.Forms.RadioButton();
            this.mergeTypeDescriptionGroupBox = new System.Windows.Forms.GroupBox();
            this.mergeTypeDescriptionLabel = new System.Windows.Forms.Label();
            this.mergeTypePictureBox = new System.Windows.Forms.PictureBox();
            this.showBestPracticesPageCheckbox = new System.Windows.Forms.CheckBox();
            this.disclaimerLabel = new System.Windows.Forms.Label();
            this.mergeTypeGroupBox.SuspendLayout();
            this.mergeTypeDescriptionGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mergeTypePictureBox)).BeginInit();
            this.SuspendLayout();
            // 
            // mergeTypeGroupBox
            // 
            resources.ApplyResources(this.mergeTypeGroupBox, "mergeTypeGroupBox");
            this.mergeTypeGroupBox.Controls.Add(this.manuallyRemoveRadioButton);
            this.mergeTypeGroupBox.Controls.Add(this.manuallyRecordRadioButton);
            this.mergeTypeGroupBox.Controls.Add(this.twoDifferentTreesRadioButton);
            this.mergeTypeGroupBox.Controls.Add(this.reintegrateABranchRadioButton);
            this.mergeTypeGroupBox.Controls.Add(this.rangeOfRevisionsRadioButton);
            this.mergeTypeGroupBox.Name = "mergeTypeGroupBox";
            this.mergeTypeGroupBox.TabStop = false;
            // 
            // manuallyRemoveRadioButton
            // 
            resources.ApplyResources(this.manuallyRemoveRadioButton, "manuallyRemoveRadioButton");
            this.manuallyRemoveRadioButton.Name = "manuallyRemoveRadioButton";
            this.manuallyRemoveRadioButton.UseVisualStyleBackColor = true;
            this.manuallyRemoveRadioButton.CheckedChanged += new System.EventHandler(this.manuallyRemoveRadioButton_CheckedChanged);
            // 
            // manuallyRecordRadioButton
            // 
            resources.ApplyResources(this.manuallyRecordRadioButton, "manuallyRecordRadioButton");
            this.manuallyRecordRadioButton.Name = "manuallyRecordRadioButton";
            this.manuallyRecordRadioButton.UseVisualStyleBackColor = true;
            this.manuallyRecordRadioButton.CheckedChanged += new System.EventHandler(this.manuallyRecordMergeRadioButton_CheckedChanged);
            // 
            // twoDifferentTreesRadioButton
            // 
            resources.ApplyResources(this.twoDifferentTreesRadioButton, "twoDifferentTreesRadioButton");
            this.twoDifferentTreesRadioButton.Name = "twoDifferentTreesRadioButton";
            this.twoDifferentTreesRadioButton.UseVisualStyleBackColor = true;
            this.twoDifferentTreesRadioButton.CheckedChanged += new System.EventHandler(this.twoDifferentTreesRadioButton_CheckedChanged);
            // 
            // reintegrateABranchRadioButton
            // 
            resources.ApplyResources(this.reintegrateABranchRadioButton, "reintegrateABranchRadioButton");
            this.reintegrateABranchRadioButton.Name = "reintegrateABranchRadioButton";
            this.reintegrateABranchRadioButton.UseVisualStyleBackColor = true;
            this.reintegrateABranchRadioButton.CheckedChanged += new System.EventHandler(this.reintegrateABranchRadioButton_CheckedChanged);
            // 
            // rangeOfRevisionsRadioButton
            // 
            resources.ApplyResources(this.rangeOfRevisionsRadioButton, "rangeOfRevisionsRadioButton");
            this.rangeOfRevisionsRadioButton.Checked = true;
            this.rangeOfRevisionsRadioButton.Name = "rangeOfRevisionsRadioButton";
            this.rangeOfRevisionsRadioButton.TabStop = true;
            this.rangeOfRevisionsRadioButton.UseVisualStyleBackColor = true;
            this.rangeOfRevisionsRadioButton.CheckedChanged += new System.EventHandler(this.rangeofRevisionsRadioButton_CheckedChanged);
            // 
            // mergeTypeDescriptionGroupBox
            // 
            resources.ApplyResources(this.mergeTypeDescriptionGroupBox, "mergeTypeDescriptionGroupBox");
            this.mergeTypeDescriptionGroupBox.Controls.Add(this.mergeTypeDescriptionLabel);
            this.mergeTypeDescriptionGroupBox.Controls.Add(this.mergeTypePictureBox);
            this.mergeTypeDescriptionGroupBox.Name = "mergeTypeDescriptionGroupBox";
            this.mergeTypeDescriptionGroupBox.TabStop = false;
            // 
            // mergeTypeDescriptionLabel
            // 
            resources.ApplyResources(this.mergeTypeDescriptionLabel, "mergeTypeDescriptionLabel");
            this.mergeTypeDescriptionLabel.Name = "mergeTypeDescriptionLabel";
            // 
            // mergeTypePictureBox
            // 
            resources.ApplyResources(this.mergeTypePictureBox, "mergeTypePictureBox");
            this.mergeTypePictureBox.Name = "mergeTypePictureBox";
            this.mergeTypePictureBox.TabStop = false;
            // 
            // showBestPracticesPageCheckbox
            // 
            resources.ApplyResources(this.showBestPracticesPageCheckbox, "showBestPracticesPageCheckbox");
            this.showBestPracticesPageCheckbox.Checked = true;
            this.showBestPracticesPageCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
            this.showBestPracticesPageCheckbox.Name = "showBestPracticesPageCheckbox";
            this.showBestPracticesPageCheckbox.UseVisualStyleBackColor = true;
            // 
            // disclaimerLabel
            // 
            resources.ApplyResources(this.disclaimerLabel, "disclaimerLabel");
            this.disclaimerLabel.Name = "disclaimerLabel";
            // 
            // MergeTypePageControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.disclaimerLabel);
            this.Controls.Add(this.showBestPracticesPageCheckbox);
            this.Controls.Add(this.mergeTypeDescriptionGroupBox);
            this.Controls.Add(this.mergeTypeGroupBox);
            this.Name = "MergeTypePageControl";
            this.mergeTypeGroupBox.ResumeLayout(false);
            this.mergeTypeGroupBox.PerformLayout();
            this.mergeTypeDescriptionGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.mergeTypePictureBox)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EnvironmentSettingsControl));
            this.authenticationEdit = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.proxyEdit = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.clientSideHooks = new System.Windows.Forms.CheckBox();
            this.interactiveMergeOnConflict = new System.Windows.Forms.CheckBox();
            this.autoAddFiles = new System.Windows.Forms.CheckBox();
            this.flashWindowAfterOperation = new System.Windows.Forms.CheckBox();
            this.autoLockFiles = new System.Windows.Forms.CheckBox();
            this.label3 = new System.Windows.Forms.Label();
            this.pcDefaultDoubleClick = new System.Windows.Forms.ComboBox();
            this.preferPutty = new System.Windows.Forms.CheckBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // authenticationEdit
            // 
            resources.ApplyResources(this.authenticationEdit, "authenticationEdit");
            this.authenticationEdit.Name = "authenticationEdit";
            this.authenticationEdit.UseVisualStyleBackColor = true;
            this.authenticationEdit.Click += new System.EventHandler(this.authenticationEdit_Click);
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // proxyEdit
            // 
            resources.ApplyResources(this.proxyEdit, "proxyEdit");
            this.proxyEdit.Name = "proxyEdit";
            this.proxyEdit.UseVisualStyleBackColor = true;
            this.proxyEdit.Click += new System.EventHandler(this.proxyEdit_Click);
            // 
            // groupBox1
            // 
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(this.preferPutty);
            this.groupBox1.Controls.Add(this.clientSideHooks);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.proxyEdit);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.authenticationEdit);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // clientSideHooks
            // 
            resources.ApplyResources(this.clientSideHooks, "clientSideHooks");
            this.clientSideHooks.Name = "clientSideHooks";
            this.clientSideHooks.UseVisualStyleBackColor = true;
            // 
            // interactiveMergeOnConflict
            // 
            resources.ApplyResources(this.interactiveMergeOnConflict, "interactiveMergeOnConflict");
            this.interactiveMergeOnConflict.Name = "interactiveMergeOnConflict";
            this.interactiveMergeOnConflict.UseVisualStyleBackColor = true;
            // 
            // autoAddFiles
            // 
            resources.ApplyResources(this.autoAddFiles, "autoAddFiles");
            this.autoAddFiles.Name = "autoAddFiles";
            this.autoAddFiles.UseVisualStyleBackColor = true;
            // 
            // flashWindowAfterOperation
            // 
            resources.ApplyResources(this.flashWindowAfterOperation, "flashWindowAfterOperation");
            this.flashWindowAfterOperation.Name = "flashWindowAfterOperation";
            this.flashWindowAfterOperation.UseVisualStyleBackColor = true;
            // 
            // autoLockFiles
            // 
            resources.ApplyResources(this.autoLockFiles, "autoLockFiles");
            this.autoLockFiles.Name = "autoLockFiles";
            this.autoLockFiles.UseVisualStyleBackColor = true;
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // pcDefaultDoubleClick
            // 
            resources.ApplyResources(this.pcDefaultDoubleClick, "pcDefaultDoubleClick");
            this.pcDefaultDoubleClick.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.pcDefaultDoubleClick.FormattingEnabled = true;
            this.pcDefaultDoubleClick.Items.AddRange(new object[] {
            resources.GetString("pcDefaultDoubleClick.Items"),
            resources.GetString("pcDefaultDoubleClick.Items1")});
            this.pcDefaultDoubleClick.Name = "pcDefaultDoubleClick";
            // 
            // preferPutty
            // 
            resources.ApplyResources(this.preferPutty, "preferPutty");
            this.preferPutty.Name = "preferPutty";
            this.preferPutty.UseVisualStyleBackColor = true;
            // 
            // EnvironmentSettingsControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.autoAddFiles);
            this.Controls.Add(this.autoLockFiles);
            this.Controls.Add(this.interactiveMergeOnConflict);
            this.Controls.Add(this.flashWindowAfterOperation);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.pcDefaultDoubleClick);
            this.Name = "EnvironmentSettingsControl";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SvnAuthenticationCacheEditor));
            this.credentialList = new Ankh.UI.VSSelectionControls.SmartListView();
            this.serverHeader = new System.Windows.Forms.ColumnHeader();
            this.realmHeader = new System.Windows.Forms.ColumnHeader();
            this.cachedHeader = new System.Windows.Forms.ColumnHeader();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.removeButton = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.closeButton = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // credentialList
            // 
            resources.ApplyResources(this.credentialList, "credentialList");
            this.credentialList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.serverHeader,
            this.realmHeader,
            this.cachedHeader});
            this.credentialList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.credentialList.HideSelection = false;
            this.credentialList.Name = "credentialList";
            this.credentialList.SelectedIndexChanged += new System.EventHandler(this.credentialList_SelectedIndexChanged);
            // 
            // serverHeader
            // 
            resources.ApplyResources(this.serverHeader, "serverHeader");
            // 
            // realmHeader
            // 
            resources.ApplyResources(this.realmHeader, "realmHeader");
            // 
            // cachedHeader
            // 
            resources.ApplyResources(this.cachedHeader, "cachedHeader");
            // 
            // groupBox1
            // 
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(this.removeButton);
            this.groupBox1.Controls.Add(this.credentialList);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // removeButton
            // 
            resources.ApplyResources(this.removeButton, "removeButton");
            this.removeButton.Name = "removeButton";
            this.removeButton.UseVisualStyleBackColor = true;
            this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // closeButton
            // 
            resources.ApplyResources(this.closeButton, "closeButton");
            this.closeButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.closeButton.Name = "closeButton";
            this.closeButton.UseVisualStyleBackColor = true;
            // 
            // SvnAuthenticationCacheEditor
            // 
            this.AcceptButton = this.closeButton;
            resources.ApplyResources(this, "$this");
            this.CancelButton = this.closeButton;
            this.Controls.Add(this.closeButton);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.groupBox1);
            this.Name = "SvnAuthenticationCacheEditor";
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SvnProxyEditor));
            this.proxyEnabled = new System.Windows.Forms.CheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.proxyGroup = new System.Windows.Forms.GroupBox();
            this.exceptionsBox = new System.Windows.Forms.TextBox();
            this.preplacedwordBox = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.usernameBox = new System.Windows.Forms.TextBox();
            this.portBox = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.hostBox = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.cancelButton = new System.Windows.Forms.Button();
            this.okButton = new System.Windows.Forms.Button();
            this.proxyGroup.SuspendLayout();
            this.SuspendLayout();
            // 
            // proxyEnabled
            // 
            resources.ApplyResources(this.proxyEnabled, "proxyEnabled");
            this.proxyEnabled.Name = "proxyEnabled";
            this.proxyEnabled.UseVisualStyleBackColor = true;
            this.proxyEnabled.CheckedChanged += new System.EventHandler(this.proxyEnabled_CheckedChanged);
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // proxyGroup
            // 
            resources.ApplyResources(this.proxyGroup, "proxyGroup");
            this.proxyGroup.Controls.Add(this.exceptionsBox);
            this.proxyGroup.Controls.Add(this.preplacedwordBox);
            this.proxyGroup.Controls.Add(this.label6);
            this.proxyGroup.Controls.Add(this.label5);
            this.proxyGroup.Controls.Add(this.label4);
            this.proxyGroup.Controls.Add(this.usernameBox);
            this.proxyGroup.Controls.Add(this.portBox);
            this.proxyGroup.Controls.Add(this.label3);
            this.proxyGroup.Controls.Add(this.hostBox);
            this.proxyGroup.Controls.Add(this.label2);
            this.proxyGroup.Name = "proxyGroup";
            this.proxyGroup.TabStop = false;
            // 
            // exceptionsBox
            // 
            this.exceptionsBox.AcceptsReturn = true;
            resources.ApplyResources(this.exceptionsBox, "exceptionsBox");
            this.exceptionsBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
            this.exceptionsBox.Name = "exceptionsBox";
            // 
            // preplacedwordBox
            // 
            resources.ApplyResources(this.preplacedwordBox, "preplacedwordBox");
            this.preplacedwordBox.Name = "preplacedwordBox";
            this.preplacedwordBox.UseSystemPreplacedwordChar = true;
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // usernameBox
            // 
            resources.ApplyResources(this.usernameBox, "usernameBox");
            this.usernameBox.Name = "usernameBox";
            // 
            // portBox
            // 
            resources.ApplyResources(this.portBox, "portBox");
            this.portBox.Name = "portBox";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // hostBox
            // 
            resources.ApplyResources(this.hostBox, "hostBox");
            this.hostBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
            this.hostBox.Name = "hostBox";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // cancelButton
            // 
            resources.ApplyResources(this.cancelButton, "cancelButton");
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.UseVisualStyleBackColor = true;
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.Name = "okButton";
            this.okButton.UseVisualStyleBackColor = true;
            this.okButton.Click += new System.EventHandler(this.okButton_Click);
            // 
            // SvnProxyEditor
            // 
            this.AcceptButton = this.okButton;
            resources.ApplyResources(this, "$this");
            this.CancelButton = this.cancelButton;
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.proxyGroup);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.proxyEnabled);
            this.Name = "SvnProxyEditor";
            this.proxyGroup.ResumeLayout(false);
            this.proxyGroup.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolArgumentDialog));
            this.cancelButton = new System.Windows.Forms.Button();
            this.okButton = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.textBox = new System.Windows.Forms.RichTextBox();
            this.macroView = new Ankh.UI.VSSelectionControls.SmartListView();
            this.nameColumn = new System.Windows.Forms.ColumnHeader();
            this.valueColumn = new System.Windows.Forms.ColumnHeader();
            this.SuspendLayout();
            // 
            // cancelButton
            // 
            resources.ApplyResources(this.cancelButton, "cancelButton");
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.Name = "cancelButton";
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.Name = "okButton";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // button1
            // 
            resources.ApplyResources(this.button1, "button1");
            this.button1.Name = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // textBox
            // 
            resources.ApplyResources(this.textBox, "textBox");
            this.textBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox.Name = "textBox";
            // 
            // macroView
            // 
            resources.ApplyResources(this.macroView, "macroView");
            this.macroView.AutoSizeLastColumn = true;
            this.macroView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.nameColumn,
            this.valueColumn});
            this.macroView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.macroView.MultiSelect = false;
            this.macroView.Name = "macroView";
            this.macroView.DoubleClick += new System.EventHandler(this.macroView_DoubleClick);
            // 
            // nameColumn
            // 
            resources.ApplyResources(this.nameColumn, "nameColumn");
            // 
            // valueColumn
            // 
            resources.ApplyResources(this.valueColumn, "valueColumn");
            // 
            // ToolArgumentDialog
            // 
            this.AcceptButton = this.okButton;
            resources.ApplyResources(this, "$this");
            this.CancelButton = this.cancelButton;
            this.Controls.Add(this.textBox);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.macroView);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.okButton);
            this.Name = "ToolArgumentDialog";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserToolSettingsControl));
            this.diffExeBox = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.diffBrowseBtn = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.mergeExeBox = new System.Windows.Forms.ComboBox();
            this.mergeBrowseBtn = new System.Windows.Forms.Button();
            this.patchBrowseBtn = new System.Windows.Forms.Button();
            this.patchExeBox = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.floatVSDiffViewers = new System.Windows.Forms.CheckBox();
            this.forceExternalBrowser = new System.Windows.Forms.CheckBox();
            this.SuspendLayout();
            // 
            // diffExeBox
            // 
            resources.ApplyResources(this.diffExeBox, "diffExeBox");
            this.diffExeBox.DisplayMember = "DisplayName";
            this.diffExeBox.Name = "diffExeBox";
            this.diffExeBox.SelectionChangeCommitted += new System.EventHandler(this.tool_selectionCommitted);
            this.diffExeBox.TextChanged += new System.EventHandler(this.diffExeBox_TextChanged);
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // diffBrowseBtn
            // 
            resources.ApplyResources(this.diffBrowseBtn, "diffBrowseBtn");
            this.diffBrowseBtn.Name = "diffBrowseBtn";
            this.diffBrowseBtn.UseVisualStyleBackColor = true;
            this.diffBrowseBtn.Click += new System.EventHandler(this.diffBrowseBtn_Click);
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // mergeExeBox
            // 
            resources.ApplyResources(this.mergeExeBox, "mergeExeBox");
            this.mergeExeBox.DisplayMember = "DisplayName";
            this.mergeExeBox.Name = "mergeExeBox";
            this.mergeExeBox.ValueMember = "ToolTemplate";
            this.mergeExeBox.SelectionChangeCommitted += new System.EventHandler(this.tool_selectionCommitted);
            // 
            // mergeBrowseBtn
            // 
            resources.ApplyResources(this.mergeBrowseBtn, "mergeBrowseBtn");
            this.mergeBrowseBtn.Name = "mergeBrowseBtn";
            this.mergeBrowseBtn.UseVisualStyleBackColor = true;
            this.mergeBrowseBtn.Click += new System.EventHandler(this.mergeBrowseBtn_Click);
            // 
            // patchBrowseBtn
            // 
            resources.ApplyResources(this.patchBrowseBtn, "patchBrowseBtn");
            this.patchBrowseBtn.Name = "patchBrowseBtn";
            this.patchBrowseBtn.UseVisualStyleBackColor = true;
            this.patchBrowseBtn.Click += new System.EventHandler(this.patchBrowseBtn_Click);
            // 
            // patchExeBox
            // 
            resources.ApplyResources(this.patchExeBox, "patchExeBox");
            this.patchExeBox.DisplayMember = "DisplayName";
            this.patchExeBox.Name = "patchExeBox";
            this.patchExeBox.ValueMember = "ToolTemplate";
            this.patchExeBox.SelectedIndexChanged += new System.EventHandler(this.tool_selectionCommitted);
            this.patchExeBox.SelectionChangeCommitted += new System.EventHandler(this.tool_selectionCommitted);
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // floatVSDiffViewers
            // 
            resources.ApplyResources(this.floatVSDiffViewers, "floatVSDiffViewers");
            this.floatVSDiffViewers.Name = "floatVSDiffViewers";
            this.floatVSDiffViewers.UseVisualStyleBackColor = true;
            // 
            // forceExternalBrowser
            // 
            resources.ApplyResources(this.forceExternalBrowser, "forceExternalBrowser");
            this.forceExternalBrowser.Name = "forceExternalBrowser";
            this.forceExternalBrowser.UseVisualStyleBackColor = true;
            // 
            // UserToolSettingsControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.forceExternalBrowser);
            this.Controls.Add(this.floatVSDiffViewers);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.diffExeBox);
            this.Controls.Add(this.diffBrowseBtn);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.mergeExeBox);
            this.Controls.Add(this.mergeBrowseBtn);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.patchExeBox);
            this.Controls.Add(this.patchBrowseBtn);
            this.Name = "UserToolSettingsControl";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PendingChangesToolControl));
            this.pendingChangesTabs = new System.Windows.Forms.ToolStrip();
            this.fileChangesButton = new System.Windows.Forms.ToolStripButton();
            this.issuesButton = new System.Windows.Forms.ToolStripButton();
            this.recentChangesButton = new System.Windows.Forms.ToolStripButton();
            this.conflictsButton = new System.Windows.Forms.ToolStripButton();
            this.contentPanel = new System.Windows.Forms.Panel();
            this.pendingChangesTabs.SuspendLayout();
            this.SuspendLayout();
            // 
            // pendingChangesTabs
            // 
            resources.ApplyResources(this.pendingChangesTabs, "pendingChangesTabs");
            this.pendingChangesTabs.GripMargin = new System.Windows.Forms.Padding(0, 2, 0, 2);
            this.pendingChangesTabs.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.pendingChangesTabs.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.pendingChangesTabs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileChangesButton,
            this.issuesButton,
            this.recentChangesButton,
            this.conflictsButton});
            this.pendingChangesTabs.Name = "pendingChangesTabs";
            this.pendingChangesTabs.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.pendingChangesTabs.TabStop = true;
            // 
            // fileChangesButton
            // 
            this.fileChangesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            resources.ApplyResources(this.fileChangesButton, "fileChangesButton");
            this.fileChangesButton.Name = "fileChangesButton";
            this.fileChangesButton.Click += new System.EventHandler(this.fileChangesButton_Click);
            // 
            // issuesButton
            // 
            this.issuesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            resources.ApplyResources(this.issuesButton, "issuesButton");
            this.issuesButton.Name = "issuesButton";
            this.issuesButton.Click += new System.EventHandler(this.issuesButton_Click);
            // 
            // recentChangesButton
            // 
            this.recentChangesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            resources.ApplyResources(this.recentChangesButton, "recentChangesButton");
            this.recentChangesButton.Name = "recentChangesButton";
            this.recentChangesButton.Click += new System.EventHandler(this.recentChangesButton_Click);
            // 
            // conflictsButton
            // 
            this.conflictsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            resources.ApplyResources(this.conflictsButton, "conflictsButton");
            this.conflictsButton.Name = "conflictsButton";
            this.conflictsButton.Click += new System.EventHandler(this.conflictsButton_Click);
            // 
            // contentPanel
            // 
            resources.ApplyResources(this.contentPanel, "contentPanel");
            this.contentPanel.Name = "contentPanel";
            // 
            // PendingChangesToolControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.contentPanel);
            this.Controls.Add(this.pendingChangesTabs);
            this.Name = "PendingChangesToolControl";
            this.pendingChangesTabs.ResumeLayout(false);
            this.pendingChangesTabs.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RecentChangesPage));
            this.syncView = new Ankh.UI.PendingChanges.Synchronize.SynchronizeListView();
            this.topLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
            this.updateTime = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.refreshCombo = new System.Windows.Forms.ComboBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.splitContainer1 = new Ankh.UI.VSSelectionControls.SmartSplitContainer(this.components);
            this.borderPanel = new System.Windows.Forms.Panel();
            this.topLayoutPanel.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.borderPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // syncView
            // 
            this.syncView.Context = null;
            resources.ApplyResources(this.syncView, "syncView");
            this.syncView.Name = "syncView";
            // 
            // topLayoutPanel
            // 
            resources.ApplyResources(this.topLayoutPanel, "topLayoutPanel");
            this.topLayoutPanel.Controls.Add(this.updateTime, 2, 0);
            this.topLayoutPanel.Controls.Add(this.label1, 0, 0);
            this.topLayoutPanel.Controls.Add(this.panel2, 4, 0);
            this.topLayoutPanel.Name = "topLayoutPanel";
            // 
            // updateTime
            // 
            this.updateTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
            resources.ApplyResources(this.updateTime, "updateTime");
            this.updateTime.Name = "updateTime";
            this.updateTime.ReadOnly = true;
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.refreshCombo);
            this.panel2.Controls.Add(this.checkBox1);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // refreshCombo
            // 
            this.refreshCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            resources.ApplyResources(this.refreshCombo, "refreshCombo");
            this.refreshCombo.FormattingEnabled = true;
            this.refreshCombo.Items.AddRange(new object[] {
            resources.GetString("refreshCombo.Items"),
            resources.GetString("refreshCombo.Items1"),
            resources.GetString("refreshCombo.Items2"),
            resources.GetString("refreshCombo.Items3"),
            resources.GetString("refreshCombo.Items4"),
            resources.GetString("refreshCombo.Items5"),
            resources.GetString("refreshCombo.Items6")});
            this.refreshCombo.Name = "refreshCombo";
            // 
            // checkBox1
            // 
            resources.ApplyResources(this.checkBox1, "checkBox1");
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // splitContainer1
            // 
            resources.ApplyResources(this.splitContainer1, "splitContainer1");
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.borderPanel);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.syncView);
            // 
            // borderPanel
            // 
            this.borderPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.borderPanel.Controls.Add(this.topLayoutPanel);
            resources.ApplyResources(this.borderPanel, "borderPanel");
            this.borderPanel.Name = "borderPanel";
            // 
            // RecentChangesPage
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Name = "RecentChangesPage";
            this.topLayoutPanel.ResumeLayout(false);
            this.topLayoutPanel.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.borderPanel.ResumeLayout(false);
            this.ResumeLayout(false);

        }

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

private void InitializeComponent()
        {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExecutablePropertyEditor));
			this.conflictToolTip = new System.Windows.Forms.ToolTip(this.components);
			this.executableTextBox = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// executableTextBox
			// 
			resources.ApplyResources(this.executableTextBox, "executableTextBox");
			this.executableTextBox.Name = "executableTextBox";
			this.executableTextBox.ReadOnly = true;
			// 
			// ExecutablePropertyEditor
			// 
			this.Controls.Add(this.executableTextBox);
			this.Name = "ExecutablePropertyEditor";
			this.ResumeLayout(false);
			this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PropertyDialog));
            this.nameLabel = new System.Windows.Forms.Label();
            this.nameComboBox = new System.Windows.Forms.ComboBox();
            this.editorPanel = new System.Windows.Forms.Panel();
            this.okButton = new System.Windows.Forms.Button();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.loadButton = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // nameLabel
            // 
            resources.ApplyResources(this.nameLabel, "nameLabel");
            this.nameLabel.Name = "nameLabel";
            // 
            // nameComboBox
            // 
            resources.ApplyResources(this.nameComboBox, "nameComboBox");
            this.nameComboBox.Name = "nameComboBox";
            this.nameComboBox.Sorted = true;
            this.nameComboBox.SelectedValueChanged += new System.EventHandler(this.nameComboBox_SelectedValueChanged);
            this.nameComboBox.TextChanged += new System.EventHandler(this.nameComboBox_TextChanged);
            // 
            // editorPanel
            // 
            resources.ApplyResources(this.editorPanel, "editorPanel");
            this.editorPanel.Name = "editorPanel";
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.Name = "okButton";
            this.okButton.UseVisualStyleBackColor = true;
            // 
            // buttonCancel
            // 
            resources.ApplyResources(this.buttonCancel, "buttonCancel");
            this.buttonCancel.CausesValidation = false;
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // loadButton
            // 
            resources.ApplyResources(this.loadButton, "loadButton");
            this.loadButton.Name = "loadButton";
            this.loadButton.UseVisualStyleBackColor = true;
            this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
            // 
            // PropertyDialog
            // 
            this.AcceptButton = this.okButton;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.buttonCancel;
            this.Controls.Add(this.loadButton);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.buttonCancel);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.editorPanel);
            this.Controls.Add(this.nameComboBox);
            this.Controls.Add(this.nameLabel);
            this.Name = "PropertyDialog";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

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

private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PropertyEditorDialog));
            this.editButton = new System.Windows.Forms.Button();
            this.deleteButton = new System.Windows.Forms.Button();
            this.okButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.addButton = new System.Windows.Forms.Button();
            this.propGroupBox = new System.Windows.Forms.GroupBox();
            this.svnItemLabel = new System.Windows.Forms.Label();
            this.revertButton = new System.Windows.Forms.Button();
            this.propListView = new Ankh.UI.VSSelectionControls.SmartListView();
            this.nameColumn = new System.Windows.Forms.ColumnHeader();
            this.stateColumn = new System.Windows.Forms.ColumnHeader();
            this.originalValueColumn = new System.Windows.Forms.ColumnHeader();
            this.valueColumn = new System.Windows.Forms.ColumnHeader();
            this.propGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // editButton
            // 
            resources.ApplyResources(this.editButton, "editButton");
            this.editButton.Name = "editButton";
            this.editButton.Click += new System.EventHandler(this.editButton_Click);
            // 
            // deleteButton
            // 
            resources.ApplyResources(this.deleteButton, "deleteButton");
            this.deleteButton.Name = "deleteButton";
            this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.Name = "okButton";
            // 
            // cancelButton
            // 
            resources.ApplyResources(this.cancelButton, "cancelButton");
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.Name = "cancelButton";
            // 
            // addButton
            // 
            resources.ApplyResources(this.addButton, "addButton");
            this.addButton.Name = "addButton";
            this.addButton.Click += new System.EventHandler(this.addButton_Click);
            // 
            // propGroupBox
            // 
            resources.ApplyResources(this.propGroupBox, "propGroupBox");
            this.propGroupBox.Controls.Add(this.svnItemLabel);
            this.propGroupBox.Name = "propGroupBox";
            this.propGroupBox.TabStop = false;
            // 
            // svnItemLabel
            // 
            resources.ApplyResources(this.svnItemLabel, "svnItemLabel");
            this.svnItemLabel.AutoEllipsis = true;
            this.svnItemLabel.Name = "svnItemLabel";
            // 
            // revertButton
            // 
            resources.ApplyResources(this.revertButton, "revertButton");
            this.revertButton.Name = "revertButton";
            this.revertButton.Click += new System.EventHandler(this.revertButton_Click);
            // 
            // propListView
            // 
            resources.ApplyResources(this.propListView, "propListView");
            this.propListView.AutoArrange = false;
            this.propListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.nameColumn,
            this.stateColumn,
            this.originalValueColumn,
            this.valueColumn});
            this.propListView.GridLines = true;
            this.propListView.HideSelection = false;
            this.propListView.Name = "propListView";
            this.propListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.propListView_MouseDoubleClick);
            this.propListView.SelectedIndexChanged += new System.EventHandler(this.propListView_SelectedIndexChanged);
            // 
            // nameColumn
            // 
            resources.ApplyResources(this.nameColumn, "nameColumn");
            // 
            // stateColumn
            // 
            resources.ApplyResources(this.stateColumn, "stateColumn");
            // 
            // originalValueColumn
            // 
            resources.ApplyResources(this.originalValueColumn, "originalValueColumn");
            // 
            // valueColumn
            // 
            resources.ApplyResources(this.valueColumn, "valueColumn");
            // 
            // PropertyEditorDialog
            // 
            this.AcceptButton = this.okButton;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cancelButton;
            this.Controls.Add(this.propGroupBox);
            this.Controls.Add(this.propListView);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.addButton);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.revertButton);
            this.Controls.Add(this.deleteButton);
            this.Controls.Add(this.editButton);
            this.Name = "PropertyEditorDialog";
            this.propGroupBox.ResumeLayout(false);
            this.propGroupBox.PerformLayout();
            this.ResumeLayout(false);

        }

See More Examples