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.

ConfigForm.Designer.cs 20 kB

10 years ago
12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
12 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. namespace Shadowsocks.View
  2. {
  3. partial class ConfigForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.RemarksTextBox = new System.Windows.Forms.TextBox();
  30. this.RemarksLabel = new System.Windows.Forms.Label();
  31. this.IPLabel = new System.Windows.Forms.Label();
  32. this.ServerPortLabel = new System.Windows.Forms.Label();
  33. this.ProxyPortTextBox = new System.Windows.Forms.TextBox();
  34. this.ProxyPortLabel = new System.Windows.Forms.Label();
  35. this.PasswordLabel = new System.Windows.Forms.Label();
  36. this.IPTextBox = new System.Windows.Forms.TextBox();
  37. this.ServerPortTextBox = new System.Windows.Forms.TextBox();
  38. this.PasswordTextBox = new System.Windows.Forms.TextBox();
  39. this.EncryptionLabel = new System.Windows.Forms.Label();
  40. this.EncryptionSelect = new System.Windows.Forms.ComboBox();
  41. this.panel2 = new System.Windows.Forms.Panel();
  42. this.OKButton = new System.Windows.Forms.Button();
  43. this.MyCancelButton = new System.Windows.Forms.Button();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.panel3 = new System.Windows.Forms.Panel();
  46. this.DeleteButton = new System.Windows.Forms.Button();
  47. this.AddButton = new System.Windows.Forms.Button();
  48. this.ServerGroupBox = new System.Windows.Forms.GroupBox();
  49. this.ServersListBox = new System.Windows.Forms.ListBox();
  50. this.tableLayoutPanel1.SuspendLayout();
  51. this.panel1.SuspendLayout();
  52. this.panel3.SuspendLayout();
  53. this.ServerGroupBox.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // tableLayoutPanel1
  57. //
  58. this.tableLayoutPanel1.AutoSize = true;
  59. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  60. this.tableLayoutPanel1.ColumnCount = 2;
  61. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  62. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  63. this.tableLayoutPanel1.Controls.Add(this.RemarksTextBox, 1, 5);
  64. this.tableLayoutPanel1.Controls.Add(this.RemarksLabel, 0, 5);
  65. this.tableLayoutPanel1.Controls.Add(this.IPLabel, 0, 0);
  66. this.tableLayoutPanel1.Controls.Add(this.ServerPortLabel, 0, 1);
  67. this.tableLayoutPanel1.Controls.Add(this.ProxyPortTextBox, 1, 4);
  68. this.tableLayoutPanel1.Controls.Add(this.ProxyPortLabel, 0, 4);
  69. this.tableLayoutPanel1.Controls.Add(this.PasswordLabel, 0, 2);
  70. this.tableLayoutPanel1.Controls.Add(this.IPTextBox, 1, 0);
  71. this.tableLayoutPanel1.Controls.Add(this.ServerPortTextBox, 1, 1);
  72. this.tableLayoutPanel1.Controls.Add(this.PasswordTextBox, 1, 2);
  73. this.tableLayoutPanel1.Controls.Add(this.EncryptionLabel, 0, 3);
  74. this.tableLayoutPanel1.Controls.Add(this.EncryptionSelect, 1, 3);
  75. this.tableLayoutPanel1.Location = new System.Drawing.Point(8, 21);
  76. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(5);
  77. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  78. this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(5);
  79. this.tableLayoutPanel1.RowCount = 6;
  80. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  81. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  82. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  83. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  84. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  85. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  86. this.tableLayoutPanel1.Size = new System.Drawing.Size(242, 167);
  87. this.tableLayoutPanel1.TabIndex = 0;
  88. //
  89. // RemarksTextBox
  90. //
  91. this.RemarksTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  92. this.RemarksTextBox.Location = new System.Drawing.Point(74, 139);
  93. this.RemarksTextBox.Name = "RemarksTextBox";
  94. this.RemarksTextBox.Size = new System.Drawing.Size(160, 20);
  95. this.RemarksTextBox.TabIndex = 10;
  96. this.RemarksTextBox.WordWrap = false;
  97. //
  98. // RemarksLabel
  99. //
  100. this.RemarksLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  101. this.RemarksLabel.AutoSize = true;
  102. this.RemarksLabel.Location = new System.Drawing.Point(19, 142);
  103. this.RemarksLabel.Name = "RemarksLabel";
  104. this.RemarksLabel.Size = new System.Drawing.Size(49, 13);
  105. this.RemarksLabel.TabIndex = 9;
  106. this.RemarksLabel.Text = "Remarks";
  107. //
  108. // IPLabel
  109. //
  110. this.IPLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  111. this.IPLabel.AutoSize = true;
  112. this.IPLabel.Location = new System.Drawing.Point(17, 11);
  113. this.IPLabel.Name = "IPLabel";
  114. this.IPLabel.Size = new System.Drawing.Size(51, 13);
  115. this.IPLabel.TabIndex = 0;
  116. this.IPLabel.Text = "Server IP";
  117. //
  118. // ServerPortLabel
  119. //
  120. this.ServerPortLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  121. this.ServerPortLabel.AutoSize = true;
  122. this.ServerPortLabel.Location = new System.Drawing.Point(8, 37);
  123. this.ServerPortLabel.Name = "ServerPortLabel";
  124. this.ServerPortLabel.Size = new System.Drawing.Size(60, 13);
  125. this.ServerPortLabel.TabIndex = 1;
  126. this.ServerPortLabel.Text = "Server Port";
  127. //
  128. // ProxyPortTextBox
  129. //
  130. this.ProxyPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  131. this.ProxyPortTextBox.Location = new System.Drawing.Point(74, 113);
  132. this.ProxyPortTextBox.Name = "ProxyPortTextBox";
  133. this.ProxyPortTextBox.Size = new System.Drawing.Size(160, 20);
  134. this.ProxyPortTextBox.TabIndex = 4;
  135. this.ProxyPortTextBox.WordWrap = false;
  136. //
  137. // ProxyPortLabel
  138. //
  139. this.ProxyPortLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  140. this.ProxyPortLabel.AutoSize = true;
  141. this.ProxyPortLabel.Location = new System.Drawing.Point(13, 116);
  142. this.ProxyPortLabel.Name = "ProxyPortLabel";
  143. this.ProxyPortLabel.Size = new System.Drawing.Size(55, 13);
  144. this.ProxyPortLabel.TabIndex = 3;
  145. this.ProxyPortLabel.Text = "Proxy Port";
  146. //
  147. // PasswordLabel
  148. //
  149. this.PasswordLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  150. this.PasswordLabel.AutoSize = true;
  151. this.PasswordLabel.Location = new System.Drawing.Point(15, 63);
  152. this.PasswordLabel.Name = "PasswordLabel";
  153. this.PasswordLabel.Size = new System.Drawing.Size(53, 13);
  154. this.PasswordLabel.TabIndex = 2;
  155. this.PasswordLabel.Text = "Password";
  156. //
  157. // IPTextBox
  158. //
  159. this.IPTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  160. this.IPTextBox.Location = new System.Drawing.Point(74, 8);
  161. this.IPTextBox.Name = "IPTextBox";
  162. this.IPTextBox.Size = new System.Drawing.Size(160, 20);
  163. this.IPTextBox.TabIndex = 0;
  164. this.IPTextBox.WordWrap = false;
  165. //
  166. // ServerPortTextBox
  167. //
  168. this.ServerPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  169. this.ServerPortTextBox.Location = new System.Drawing.Point(74, 34);
  170. this.ServerPortTextBox.Name = "ServerPortTextBox";
  171. this.ServerPortTextBox.Size = new System.Drawing.Size(160, 20);
  172. this.ServerPortTextBox.TabIndex = 1;
  173. this.ServerPortTextBox.WordWrap = false;
  174. //
  175. // PasswordTextBox
  176. //
  177. this.PasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  178. this.PasswordTextBox.Location = new System.Drawing.Point(74, 60);
  179. this.PasswordTextBox.Name = "PasswordTextBox";
  180. this.PasswordTextBox.PasswordChar = '*';
  181. this.PasswordTextBox.Size = new System.Drawing.Size(160, 20);
  182. this.PasswordTextBox.TabIndex = 2;
  183. this.PasswordTextBox.WordWrap = false;
  184. //
  185. // EncryptionLabel
  186. //
  187. this.EncryptionLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  188. this.EncryptionLabel.AutoSize = true;
  189. this.EncryptionLabel.Location = new System.Drawing.Point(11, 90);
  190. this.EncryptionLabel.Name = "EncryptionLabel";
  191. this.EncryptionLabel.Size = new System.Drawing.Size(57, 13);
  192. this.EncryptionLabel.TabIndex = 8;
  193. this.EncryptionLabel.Text = "Encryption";
  194. //
  195. // EncryptionSelect
  196. //
  197. this.EncryptionSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  198. | System.Windows.Forms.AnchorStyles.Right)));
  199. this.EncryptionSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  200. this.EncryptionSelect.FormattingEnabled = true;
  201. this.EncryptionSelect.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  202. this.EncryptionSelect.ItemHeight = 13;
  203. this.EncryptionSelect.Items.AddRange(new object[] {
  204. "table",
  205. "rc4-md5",
  206. "salsa20",
  207. "chacha20",
  208. "aes-256-cfb",
  209. "aes-192-cfb",
  210. "aes-128-cfb",
  211. "rc4"});
  212. this.EncryptionSelect.Location = new System.Drawing.Point(74, 86);
  213. this.EncryptionSelect.Name = "EncryptionSelect";
  214. this.EncryptionSelect.Size = new System.Drawing.Size(160, 21);
  215. this.EncryptionSelect.TabIndex = 3;
  216. //
  217. // panel2
  218. //
  219. this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
  220. this.panel2.AutoSize = true;
  221. this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  222. this.panel2.Location = new System.Drawing.Point(164, 175);
  223. this.panel2.Name = "panel2";
  224. this.panel2.Size = new System.Drawing.Size(0, 0);
  225. this.panel2.TabIndex = 1;
  226. //
  227. // OKButton
  228. //
  229. this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
  230. this.OKButton.Location = new System.Drawing.Point(4, 4);
  231. this.OKButton.Name = "OKButton";
  232. this.OKButton.Size = new System.Drawing.Size(75, 23);
  233. this.OKButton.TabIndex = 8;
  234. this.OKButton.Text = "OK";
  235. this.OKButton.UseVisualStyleBackColor = true;
  236. this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
  237. //
  238. // MyCancelButton
  239. //
  240. this.MyCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  241. this.MyCancelButton.Location = new System.Drawing.Point(87, 4);
  242. this.MyCancelButton.Name = "MyCancelButton";
  243. this.MyCancelButton.Size = new System.Drawing.Size(75, 23);
  244. this.MyCancelButton.TabIndex = 9;
  245. this.MyCancelButton.Text = "Cancel";
  246. this.MyCancelButton.UseVisualStyleBackColor = true;
  247. this.MyCancelButton.Click += new System.EventHandler(this.CancelButton_Click);
  248. //
  249. // panel1
  250. //
  251. this.panel1.AutoSize = true;
  252. this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  253. this.panel1.Controls.Add(this.MyCancelButton);
  254. this.panel1.Controls.Add(this.OKButton);
  255. this.panel1.Location = new System.Drawing.Point(313, 247);
  256. this.panel1.Margin = new System.Windows.Forms.Padding(0);
  257. this.panel1.Name = "panel1";
  258. this.panel1.Size = new System.Drawing.Size(165, 30);
  259. this.panel1.TabIndex = 1;
  260. //
  261. // panel3
  262. //
  263. this.panel3.AutoSize = true;
  264. this.panel3.Controls.Add(this.DeleteButton);
  265. this.panel3.Controls.Add(this.AddButton);
  266. this.panel3.Location = new System.Drawing.Point(12, 220);
  267. this.panel3.Margin = new System.Windows.Forms.Padding(0);
  268. this.panel3.Name = "panel3";
  269. this.panel3.Size = new System.Drawing.Size(192, 31);
  270. this.panel3.TabIndex = 5;
  271. //
  272. // DeleteButton
  273. //
  274. this.DeleteButton.Location = new System.Drawing.Point(100, 4);
  275. this.DeleteButton.Name = "DeleteButton";
  276. this.DeleteButton.Size = new System.Drawing.Size(89, 23);
  277. this.DeleteButton.TabIndex = 7;
  278. this.DeleteButton.Text = "&Delete";
  279. this.DeleteButton.UseVisualStyleBackColor = true;
  280. this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
  281. //
  282. // AddButton
  283. //
  284. this.AddButton.Location = new System.Drawing.Point(4, 4);
  285. this.AddButton.Name = "AddButton";
  286. this.AddButton.Size = new System.Drawing.Size(89, 23);
  287. this.AddButton.TabIndex = 6;
  288. this.AddButton.Text = "&Add";
  289. this.AddButton.UseVisualStyleBackColor = true;
  290. this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
  291. //
  292. // ServerGroupBox
  293. //
  294. this.ServerGroupBox.Controls.Add(this.tableLayoutPanel1);
  295. this.ServerGroupBox.Location = new System.Drawing.Point(223, 12);
  296. this.ServerGroupBox.Name = "ServerGroupBox";
  297. this.ServerGroupBox.Size = new System.Drawing.Size(255, 205);
  298. this.ServerGroupBox.TabIndex = 6;
  299. this.ServerGroupBox.TabStop = false;
  300. this.ServerGroupBox.Text = "Server";
  301. //
  302. // ServersListBox
  303. //
  304. this.ServersListBox.FormattingEnabled = true;
  305. this.ServersListBox.Location = new System.Drawing.Point(12, 12);
  306. this.ServersListBox.Name = "ServersListBox";
  307. this.ServersListBox.Size = new System.Drawing.Size(192, 173);
  308. this.ServersListBox.TabIndex = 5;
  309. this.ServersListBox.SelectedIndexChanged += new System.EventHandler(this.ServersListBox_SelectedIndexChanged);
  310. //
  311. // ConfigForm
  312. //
  313. this.AcceptButton = this.OKButton;
  314. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  315. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  316. this.AutoSize = true;
  317. this.CancelButton = this.MyCancelButton;
  318. this.ClientSize = new System.Drawing.Size(489, 287);
  319. this.Controls.Add(this.ServersListBox);
  320. this.Controls.Add(this.ServerGroupBox);
  321. this.Controls.Add(this.panel1);
  322. this.Controls.Add(this.panel3);
  323. this.Controls.Add(this.panel2);
  324. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  325. this.MaximizeBox = false;
  326. this.MinimizeBox = false;
  327. this.Name = "ConfigForm";
  328. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  329. this.Text = "Edit Servers";
  330. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ConfigForm_FormClosed);
  331. this.Load += new System.EventHandler(this.ConfigForm_Load);
  332. this.Shown += new System.EventHandler(this.ConfigForm_Shown);
  333. this.tableLayoutPanel1.ResumeLayout(false);
  334. this.tableLayoutPanel1.PerformLayout();
  335. this.panel1.ResumeLayout(false);
  336. this.panel3.ResumeLayout(false);
  337. this.ServerGroupBox.ResumeLayout(false);
  338. this.ServerGroupBox.PerformLayout();
  339. this.ResumeLayout(false);
  340. this.PerformLayout();
  341. }
  342. #endregion
  343. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  344. private System.Windows.Forms.Label IPLabel;
  345. private System.Windows.Forms.Label ServerPortLabel;
  346. private System.Windows.Forms.Label PasswordLabel;
  347. private System.Windows.Forms.Label ProxyPortLabel;
  348. private System.Windows.Forms.TextBox IPTextBox;
  349. private System.Windows.Forms.TextBox ServerPortTextBox;
  350. private System.Windows.Forms.TextBox PasswordTextBox;
  351. private System.Windows.Forms.TextBox ProxyPortTextBox;
  352. private System.Windows.Forms.Label EncryptionLabel;
  353. private System.Windows.Forms.ComboBox EncryptionSelect;
  354. private System.Windows.Forms.Panel panel2;
  355. private System.Windows.Forms.Button OKButton;
  356. private System.Windows.Forms.Button MyCancelButton;
  357. private System.Windows.Forms.Panel panel1;
  358. private System.Windows.Forms.Panel panel3;
  359. private System.Windows.Forms.Button DeleteButton;
  360. private System.Windows.Forms.Button AddButton;
  361. private System.Windows.Forms.GroupBox ServerGroupBox;
  362. private System.Windows.Forms.ListBox ServersListBox;
  363. private System.Windows.Forms.TextBox RemarksTextBox;
  364. private System.Windows.Forms.Label RemarksLabel;
  365. }
  366. }