private void InitializeComponent()

in sources/Google.Solutions.IapDesktop.Application/Windows/Options/AccessOptionsSheet.Designer.cs [50:246]


        private void InitializeComponent()
        {
            this.pscBox = new System.Windows.Forms.GroupBox();
            this.pscLink = new System.Windows.Forms.LinkLabel();
            this.pscProxyNote = new System.Windows.Forms.Label();
            this.pscEndpointLabel = new System.Windows.Forms.Label();
            this.pscEndpointTextBox = new System.Windows.Forms.TextBox();
            this.enablePscCheckBox = new System.Windows.Forms.CheckBox();
            this.dcaBox = new System.Windows.Forms.GroupBox();
            this.dcaNote = new System.Windows.Forms.Label();
            this.secureConnectLink = new System.Windows.Forms.LinkLabel();
            this.enableDcaCheckBox = new System.Windows.Forms.CheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.connectionBox = new System.Windows.Forms.GroupBox();
            this.connectionPoolSizeLabel = new System.Windows.Forms.Label();
            this.connectionLimitUpDown = new System.Windows.Forms.NumericUpDown();
            this.pscBox.SuspendLayout();
            this.dcaBox.SuspendLayout();
            this.connectionBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.connectionLimitUpDown)).BeginInit();
            this.SuspendLayout();
            // 
            // pscBox
            // 
            this.pscBox.Controls.Add(this.pscLink);
            this.pscBox.Controls.Add(this.pscProxyNote);
            this.pscBox.Controls.Add(this.pscEndpointLabel);
            this.pscBox.Controls.Add(this.pscEndpointTextBox);
            this.pscBox.Controls.Add(this.enablePscCheckBox);
            this.pscBox.Location = new System.Drawing.Point(3, 3);
            this.pscBox.Name = "pscBox";
            this.pscBox.Size = new System.Drawing.Size(336, 151);
            this.pscBox.TabIndex = 0;
            this.pscBox.TabStop = false;
            this.pscBox.Text = "Private Service Connect:";
            // 
            // pscLink
            // 
            this.pscLink.AutoSize = true;
            this.pscLink.Location = new System.Drawing.Point(33, 120);
            this.pscLink.Name = "pscLink";
            this.pscLink.Size = new System.Drawing.Size(85, 13);
            this.pscLink.TabIndex = 9;
            this.pscLink.TabStop = true;
            this.pscLink.Text = "More information";
            // 
            // pscProxyNote
            // 
            this.pscProxyNote.AutoSize = true;
            this.pscProxyNote.Location = new System.Drawing.Point(32, 82);
            this.pscProxyNote.Name = "pscProxyNote";
            this.pscProxyNote.Size = new System.Drawing.Size(261, 26);
            this.pscProxyNote.TabIndex = 3;
            this.pscProxyNote.Text = "Connections to the Private Service Connect endpoint \r\nbypass proxy servers";
            // 
            // pscEndpointLabel
            // 
            this.pscEndpointLabel.AutoSize = true;
            this.pscEndpointLabel.Location = new System.Drawing.Point(32, 54);
            this.pscEndpointLabel.Name = "pscEndpointLabel";
            this.pscEndpointLabel.Size = new System.Drawing.Size(116, 13);
            this.pscEndpointLabel.TabIndex = 2;
            this.pscEndpointLabel.Text = "Endpoint (IP or FQDN):";
            // 
            // pscEndpointTextBox
            // 
            this.pscEndpointTextBox.Location = new System.Drawing.Point(154, 50);
            this.pscEndpointTextBox.Name = "pscEndpointTextBox";
            this.pscEndpointTextBox.Size = new System.Drawing.Size(153, 20);
            this.pscEndpointTextBox.TabIndex = 2;
            // 
            // enablePscCheckBox
            // 
            this.enablePscCheckBox.AutoSize = false;
            this.enablePscCheckBox.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
            this.enablePscCheckBox.Location = new System.Drawing.Point(16, 24);
            this.enablePscCheckBox.Name = "enablePscCheckBox";
            this.enablePscCheckBox.Size = new System.Drawing.Size(291, 17);
            this.enablePscCheckBox.TabIndex = 1;
            this.enablePscCheckBox.Text = "Use Private Service Connect to connect to Google APIs";
            this.enablePscCheckBox.UseVisualStyleBackColor = true;
            // 
            // dcaBox
            // 
            this.dcaBox.Controls.Add(this.dcaNote);
            this.dcaBox.Controls.Add(this.secureConnectLink);
            this.dcaBox.Controls.Add(this.enableDcaCheckBox);
            this.dcaBox.Location = new System.Drawing.Point(4, 160);
            this.dcaBox.Name = "dcaBox";
            this.dcaBox.Size = new System.Drawing.Size(336, 118);
            this.dcaBox.TabIndex = 1;
            this.dcaBox.TabStop = false;
            this.dcaBox.Text = "BeyondCorp:";
            // 
            // dcaNote
            // 
            this.dcaNote.AutoSize = true;
            this.dcaNote.Location = new System.Drawing.Point(32, 48);
            this.dcaNote.Name = "dcaNote";
            this.dcaNote.Size = new System.Drawing.Size(231, 26);
            this.dcaNote.TabIndex = 7;
            this.dcaNote.Text = "Certificate-based access requires the computer \r\nto be enrolled in Endpoint Verif" +
    "ication";
            // 
            // secureConnectLink
            // 
            this.secureConnectLink.AutoSize = true;
            this.secureConnectLink.Location = new System.Drawing.Point(32, 84);
            this.secureConnectLink.Name = "secureConnectLink";
            this.secureConnectLink.Size = new System.Drawing.Size(85, 13);
            this.secureConnectLink.TabIndex = 8;
            this.secureConnectLink.TabStop = true;
            this.secureConnectLink.Text = "More information";
            // 
            // enableDcaCheckBox
            // 
            this.enableDcaCheckBox.AutoSize = false;
            this.enableDcaCheckBox.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
            this.enableDcaCheckBox.Location = new System.Drawing.Point(16, 24);
            this.enableDcaCheckBox.Name = "enableDcaCheckBox";
            this.enableDcaCheckBox.Size = new System.Drawing.Size(238, 17);
            this.enableDcaCheckBox.TabIndex = 3;
            this.enableDcaCheckBox.Text = "Enable BeyondCorp certificate-based access";
            this.enableDcaCheckBox.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(16, 360);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(171, 13);
            this.label1.TabIndex = 7;
            this.label1.Text = "Changes take effect after relaunch";
            // 
            // connectionBox
            // 
            this.connectionBox.Controls.Add(this.connectionPoolSizeLabel);
            this.connectionBox.Controls.Add(this.connectionLimitUpDown);
            this.connectionBox.Location = new System.Drawing.Point(4, 284);
            this.connectionBox.Name = "connectionBox";
            this.connectionBox.Size = new System.Drawing.Size(336, 60);
            this.connectionBox.TabIndex = 8;
            this.connectionBox.TabStop = false;
            this.connectionBox.Text = "Connection pooling:";
            // 
            // connectionPoolSizeLabel
            // 
            this.connectionPoolSizeLabel.AutoSize = true;
            this.connectionPoolSizeLabel.Location = new System.Drawing.Point(12, 24);
            this.connectionPoolSizeLabel.Name = "connectionPoolSizeLabel";
            this.connectionPoolSizeLabel.Size = new System.Drawing.Size(203, 13);
            this.connectionPoolSizeLabel.TabIndex = 0;
            this.connectionPoolSizeLabel.Text = "Max number of connections per endpoint:";
            // 
            // connectionLimitUpDown
            // 
            this.connectionLimitUpDown.Location = new System.Drawing.Point(231, 22);
            this.connectionLimitUpDown.Maximum = new decimal(new int[] {
            32,
            0,
            0,
            0});
            this.connectionLimitUpDown.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.connectionLimitUpDown.Name = "connectionLimitUpDown";
            this.connectionLimitUpDown.Size = new System.Drawing.Size(75, 20);
            this.connectionLimitUpDown.TabIndex = 1;
            this.connectionLimitUpDown.Value = new decimal(new int[] {
            8,
            0,
            0,
            0});
            // 
            // AccessOptionsSheet
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96, 96);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this.connectionBox);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dcaBox);
            this.Controls.Add(this.pscBox);
            this.Name = "AccessOptionsSheet";
            this.Size = new System.Drawing.Size(340, 401);
            this.pscBox.ResumeLayout(false);
            this.pscBox.PerformLayout();
            this.dcaBox.ResumeLayout(false);
            this.dcaBox.PerformLayout();
            this.connectionBox.ResumeLayout(false);
            this.connectionBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.connectionLimitUpDown)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }