You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

URIParseForm.Designer.cs 9.2 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. namespace Shadowsocks.View
  2. {
  3. partial class URIParseForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(URIParseForm));
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.URILable = new System.Windows.Forms.Label();
  31. this.URITextBox = new System.Windows.Forms.TextBox();
  32. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  33. this.URIParseButton = new System.Windows.Forms.Button();
  34. this.URIParseExit = new System.Windows.Forms.Button();
  35. this.tableLayoutPanel1.SuspendLayout();
  36. this.tableLayoutPanel2.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // tableLayoutPanel1
  40. //
  41. this.tableLayoutPanel1.AutoSize = true;
  42. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  43. this.tableLayoutPanel1.ColumnCount = 2;
  44. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  45. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
  46. this.tableLayoutPanel1.Controls.Add(this.URILable, 0, 0);
  47. this.tableLayoutPanel1.Controls.Add(this.URITextBox, 1, 0);
  48. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 1);
  49. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  50. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  51. this.tableLayoutPanel1.RowCount = 2;
  52. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  53. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  54. this.tableLayoutPanel1.Size = new System.Drawing.Size(505, 62);
  55. this.tableLayoutPanel1.TabIndex = 0;
  56. //
  57. // URILable
  58. //
  59. this.URILable.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  60. | System.Windows.Forms.AnchorStyles.Left)
  61. | System.Windows.Forms.AnchorStyles.Right)));
  62. this.URILable.AutoSize = true;
  63. this.URILable.Location = new System.Drawing.Point(3, 0);
  64. this.URILable.Name = "URILable";
  65. this.URILable.Size = new System.Drawing.Size(95, 27);
  66. this.URILable.TabIndex = 2;
  67. this.URILable.Text = "Shadowsocks URI";
  68. this.URILable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  69. //
  70. // URITextBox
  71. //
  72. this.URITextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  73. | System.Windows.Forms.AnchorStyles.Left)
  74. | System.Windows.Forms.AnchorStyles.Right)));
  75. this.URITextBox.Location = new System.Drawing.Point(104, 3);
  76. this.URITextBox.Name = "URITextBox";
  77. this.URITextBox.Size = new System.Drawing.Size(398, 21);
  78. this.URITextBox.TabIndex = 0;
  79. this.URITextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  80. //
  81. // tableLayoutPanel2
  82. //
  83. this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  84. | System.Windows.Forms.AnchorStyles.Left)
  85. | System.Windows.Forms.AnchorStyles.Right)));
  86. this.tableLayoutPanel2.AutoSize = true;
  87. this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  88. this.tableLayoutPanel2.ColumnCount = 4;
  89. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  90. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  91. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  92. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  93. this.tableLayoutPanel2.Controls.Add(this.URIParseExit, 2, 0);
  94. this.tableLayoutPanel2.Controls.Add(this.URIParseButton, 1, 0);
  95. this.tableLayoutPanel2.Location = new System.Drawing.Point(104, 30);
  96. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  97. this.tableLayoutPanel2.RowCount = 1;
  98. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  99. this.tableLayoutPanel2.Size = new System.Drawing.Size(398, 29);
  100. this.tableLayoutPanel2.TabIndex = 3;
  101. //
  102. // URIParseButton
  103. //
  104. this.URIParseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.URIParseButton.Location = new System.Drawing.Point(102, 3);
  108. this.URIParseButton.Name = "URIParseButton";
  109. this.URIParseButton.Size = new System.Drawing.Size(93, 23);
  110. this.URIParseButton.TabIndex = 0;
  111. this.URIParseButton.Text = "&Parse";
  112. this.URIParseButton.UseVisualStyleBackColor = true;
  113. this.URIParseButton.Click += new System.EventHandler(this.URIParseButton_Click);
  114. //
  115. // URIParseExit
  116. //
  117. this.URIParseExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  118. | System.Windows.Forms.AnchorStyles.Left)
  119. | System.Windows.Forms.AnchorStyles.Right)));
  120. this.URIParseExit.AutoSize = true;
  121. this.URIParseExit.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  122. this.URIParseExit.Location = new System.Drawing.Point(201, 3);
  123. this.URIParseExit.Name = "URIParseExit";
  124. this.URIParseExit.Size = new System.Drawing.Size(93, 23);
  125. this.URIParseExit.TabIndex = 1;
  126. this.URIParseExit.Text = "Quit";
  127. this.URIParseExit.UseVisualStyleBackColor = true;
  128. this.URIParseExit.Click += new System.EventHandler(this.URIParseExit_Click);
  129. //
  130. // URIParseForm
  131. //
  132. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  133. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  134. this.AutoSize = true;
  135. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  136. this.ClientSize = new System.Drawing.Size(582, 71);
  137. this.Controls.Add(this.tableLayoutPanel1);
  138. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  139. this.Name = "URIParseForm";
  140. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  141. this.Text = "Shadowsocks URI Parse";
  142. this.tableLayoutPanel1.ResumeLayout(false);
  143. this.tableLayoutPanel1.PerformLayout();
  144. this.tableLayoutPanel2.ResumeLayout(false);
  145. this.tableLayoutPanel2.PerformLayout();
  146. this.ResumeLayout(false);
  147. this.PerformLayout();
  148. }
  149. #endregion
  150. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  151. private System.Windows.Forms.Label URILable;
  152. private System.Windows.Forms.TextBox URITextBox;
  153. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  154. private System.Windows.Forms.Button URIParseButton;
  155. private System.Windows.Forms.Button URIParseExit;
  156. }
  157. }