|
- namespace Shadowsocks.View
- {
- partial class URIParseForm
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(URIParseForm));
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.URILable = new System.Windows.Forms.Label();
- this.URITextBox = new System.Windows.Forms.TextBox();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.URIParseButton = new System.Windows.Forms.Button();
- this.URIParseExit = new System.Windows.Forms.Button();
- this.tableLayoutPanel1.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // 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(System.Windows.Forms.SizeType.Percent, 20F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
- this.tableLayoutPanel1.Controls.Add(this.URILable, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.URITextBox, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 1);
- this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
- 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(505, 62);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // URILable
- //
- this.URILable.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.URILable.AutoSize = true;
- this.URILable.Location = new System.Drawing.Point(3, 0);
- this.URILable.Name = "URILable";
- this.URILable.Size = new System.Drawing.Size(95, 27);
- this.URILable.TabIndex = 2;
- this.URILable.Text = "Shadowsocks URI";
- this.URILable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // URITextBox
- //
- this.URITextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.URITextBox.Location = new System.Drawing.Point(104, 3);
- this.URITextBox.Name = "URITextBox";
- this.URITextBox.Size = new System.Drawing.Size(398, 21);
- this.URITextBox.TabIndex = 0;
- this.URITextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tableLayoutPanel2.AutoSize = true;
- this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.tableLayoutPanel2.ColumnCount = 4;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel2.Controls.Add(this.URIParseExit, 2, 0);
- this.tableLayoutPanel2.Controls.Add(this.URIParseButton, 1, 0);
- this.tableLayoutPanel2.Location = new System.Drawing.Point(104, 30);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 1;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel2.Size = new System.Drawing.Size(398, 29);
- this.tableLayoutPanel2.TabIndex = 3;
- //
- // URIParseButton
- //
- this.URIParseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.URIParseButton.Location = new System.Drawing.Point(102, 3);
- this.URIParseButton.Name = "URIParseButton";
- this.URIParseButton.Size = new System.Drawing.Size(93, 23);
- this.URIParseButton.TabIndex = 0;
- this.URIParseButton.Text = "&Parse";
- this.URIParseButton.UseVisualStyleBackColor = true;
- this.URIParseButton.Click += new System.EventHandler(this.URIParseButton_Click);
- //
- // URIParseExit
- //
- this.URIParseExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.URIParseExit.AutoSize = true;
- this.URIParseExit.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.URIParseExit.Location = new System.Drawing.Point(201, 3);
- this.URIParseExit.Name = "URIParseExit";
- this.URIParseExit.Size = new System.Drawing.Size(93, 23);
- this.URIParseExit.TabIndex = 1;
- this.URIParseExit.Text = "Quit";
- this.URIParseExit.UseVisualStyleBackColor = true;
- this.URIParseExit.Click += new System.EventHandler(this.URIParseExit_Click);
- //
- // URIParseForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.ClientSize = new System.Drawing.Size(582, 71);
- this.Controls.Add(this.tableLayoutPanel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "URIParseForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Shadowsocks URI Parse";
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- this.tableLayoutPanel2.ResumeLayout(false);
- this.tableLayoutPanel2.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Label URILable;
- private System.Windows.Forms.TextBox URITextBox;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private System.Windows.Forms.Button URIParseButton;
- private System.Windows.Forms.Button URIParseExit;
- }
- }
|