|
- namespace Shadowsocks.View
- {
- partial class PACUrlForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.PACUrlTextBox = new System.Windows.Forms.TextBox();
- this.PACUrlLabel = new System.Windows.Forms.Label();
- this.OkButton = new System.Windows.Forms.Button();
- this.CancelButton = new System.Windows.Forms.Button();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.tableLayoutPanel1.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // PACUrlTextBox
- //
- this.PACUrlTextBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.PACUrlTextBox.Location = new System.Drawing.Point(53, 3);
- this.PACUrlTextBox.MaxLength = 256;
- this.PACUrlTextBox.Name = "PACUrlTextBox";
- this.PACUrlTextBox.Size = new System.Drawing.Size(245, 20);
- this.PACUrlTextBox.TabIndex = 4;
- this.PACUrlTextBox.WordWrap = false;
- //
- // PACUrlLabel
- //
- this.PACUrlLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.PACUrlLabel.AutoSize = true;
- this.PACUrlLabel.Location = new System.Drawing.Point(3, 6);
- this.PACUrlLabel.Margin = new System.Windows.Forms.Padding(3);
- this.PACUrlLabel.Name = "PACUrlLabel";
- this.PACUrlLabel.Size = new System.Drawing.Size(44, 13);
- this.PACUrlLabel.TabIndex = 3;
- this.PACUrlLabel.Text = "PAC Url";
- this.PACUrlLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // OkButton
- //
- this.OkButton.Location = new System.Drawing.Point(3, 3);
- this.OkButton.Name = "OkButton";
- this.OkButton.Size = new System.Drawing.Size(75, 23);
- this.OkButton.TabIndex = 5;
- this.OkButton.Text = "OK";
- this.OkButton.UseVisualStyleBackColor = true;
- this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
- //
- // CancelButton
- //
- this.CancelButton.Location = new System.Drawing.Point(84, 3);
- this.CancelButton.Name = "CancelButton";
- this.CancelButton.Size = new System.Drawing.Size(75, 23);
- this.CancelButton.TabIndex = 6;
- this.CancelButton.Text = "Cancel";
- this.CancelButton.UseVisualStyleBackColor = true;
- this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.AutoSize = true;
- this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.tableLayoutPanel1.ColumnCount = 2;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.tableLayoutPanel1.Controls.Add(this.PACUrlLabel, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.PACUrlTextBox, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 1);
- this.tableLayoutPanel1.Location = new System.Drawing.Point(9, 9);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 2;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.Size = new System.Drawing.Size(301, 61);
- this.tableLayoutPanel1.TabIndex = 7;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.tableLayoutPanel2.AutoSize = true;
- this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.tableLayoutPanel2.ColumnCount = 2;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.tableLayoutPanel2.Controls.Add(this.OkButton, 0, 0);
- this.tableLayoutPanel2.Controls.Add(this.CancelButton, 1, 0);
- this.tableLayoutPanel2.Location = new System.Drawing.Point(136, 29);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 1;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel2.Size = new System.Drawing.Size(162, 29);
- this.tableLayoutPanel2.TabIndex = 5;
- //
- // PACUrlForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.ClientSize = new System.Drawing.Size(351, 101);
- this.Controls.Add(this.tableLayoutPanel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "PACUrlForm";
- this.Padding = new System.Windows.Forms.Padding(3);
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Update Online PAC URL";
- this.Load += new System.EventHandler(this.PACUrlForm_Load);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- this.tableLayoutPanel2.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.TextBox PACUrlTextBox;
- private System.Windows.Forms.Label PACUrlLabel;
- private System.Windows.Forms.Button OkButton;
- private System.Windows.Forms.Button CancelButton;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- }
- }
|