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

311 lines
14 KiB

  1. namespace GroupBuyParser
  2. {
  3. partial class MainForm
  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. this.txtPath = new System.Windows.Forms.TextBox();
  29. this.btnPathBrowser = new System.Windows.Forms.Button();
  30. this.dlgOpen = new System.Windows.Forms.OpenFileDialog();
  31. this.btnType1 = new System.Windows.Forms.Button();
  32. this.btnType2 = new System.Windows.Forms.Button();
  33. this.btnType3 = new System.Windows.Forms.Button();
  34. this.lstError = new System.Windows.Forms.ListBox();
  35. this.lstSuccess = new System.Windows.Forms.ListBox();
  36. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  37. this.rdoPath = new System.Windows.Forms.RadioButton();
  38. this.rdoInput = new System.Windows.Forms.RadioButton();
  39. this.txtInput = new System.Windows.Forms.TextBox();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.txtName = new System.Windows.Forms.TextBox();
  43. this.txtLocation = new System.Windows.Forms.TextBox();
  44. this.btnProcess = new System.Windows.Forms.Button();
  45. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  46. this.lblListCount = new System.Windows.Forms.ToolStripStatusLabel();
  47. this.label4 = new System.Windows.Forms.Label();
  48. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  49. this.splitContainer1.Panel1.SuspendLayout();
  50. this.splitContainer1.Panel2.SuspendLayout();
  51. this.splitContainer1.SuspendLayout();
  52. this.statusStrip1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // txtPath
  56. //
  57. this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.txtPath.Location = new System.Drawing.Point(70, 16);
  60. this.txtPath.Name = "txtPath";
  61. this.txtPath.Size = new System.Drawing.Size(401, 23);
  62. this.txtPath.TabIndex = 1;
  63. //
  64. // btnPathBrowser
  65. //
  66. this.btnPathBrowser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  67. this.btnPathBrowser.Location = new System.Drawing.Point(477, 16);
  68. this.btnPathBrowser.Name = "btnPathBrowser";
  69. this.btnPathBrowser.Size = new System.Drawing.Size(29, 23);
  70. this.btnPathBrowser.TabIndex = 2;
  71. this.btnPathBrowser.Text = "...";
  72. this.btnPathBrowser.UseVisualStyleBackColor = true;
  73. this.btnPathBrowser.Click += new System.EventHandler(this.btnPathBrowser_Click);
  74. //
  75. // dlgOpen
  76. //
  77. this.dlgOpen.Filter = "文字檔|*.txt|所有檔案|*.*";
  78. //
  79. // btnType1
  80. //
  81. this.btnType1.Location = new System.Drawing.Point(14, 162);
  82. this.btnType1.Name = "btnType1";
  83. this.btnType1.Size = new System.Drawing.Size(114, 26);
  84. this.btnType1.TabIndex = 3;
  85. this.btnType1.Text = "Version1 (+1)";
  86. this.btnType1.UseVisualStyleBackColor = true;
  87. this.btnType1.Click += new System.EventHandler(this.btnType1_Click);
  88. //
  89. // btnType2
  90. //
  91. this.btnType2.Location = new System.Drawing.Point(134, 162);
  92. this.btnType2.Name = "btnType2";
  93. this.btnType2.Size = new System.Drawing.Size(114, 26);
  94. this.btnType2.TabIndex = 3;
  95. this.btnType2.Text = "Version2 (A+1)";
  96. this.btnType2.UseVisualStyleBackColor = true;
  97. this.btnType2.Click += new System.EventHandler(this.btnType2_Click);
  98. //
  99. // btnType3
  100. //
  101. this.btnType3.Location = new System.Drawing.Point(254, 162);
  102. this.btnType3.Name = "btnType3";
  103. this.btnType3.Size = new System.Drawing.Size(114, 26);
  104. this.btnType3.TabIndex = 3;
  105. this.btnType3.Text = "Version3 (AM+1)";
  106. this.btnType3.UseVisualStyleBackColor = true;
  107. this.btnType3.Click += new System.EventHandler(this.btnType3_Click);
  108. //
  109. // lstError
  110. //
  111. this.lstError.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.lstError.FormattingEnabled = true;
  113. this.lstError.IntegralHeight = false;
  114. this.lstError.ItemHeight = 15;
  115. this.lstError.Location = new System.Drawing.Point(0, 0);
  116. this.lstError.Name = "lstError";
  117. this.lstError.Size = new System.Drawing.Size(238, 315);
  118. this.lstError.TabIndex = 4;
  119. //
  120. // lstSuccess
  121. //
  122. this.lstSuccess.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.lstSuccess.FormattingEnabled = true;
  124. this.lstSuccess.IntegralHeight = false;
  125. this.lstSuccess.ItemHeight = 15;
  126. this.lstSuccess.Location = new System.Drawing.Point(0, 0);
  127. this.lstSuccess.Name = "lstSuccess";
  128. this.lstSuccess.Size = new System.Drawing.Size(252, 315);
  129. this.lstSuccess.TabIndex = 4;
  130. //
  131. // splitContainer1
  132. //
  133. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  134. | System.Windows.Forms.AnchorStyles.Left)
  135. | System.Windows.Forms.AnchorStyles.Right)));
  136. this.splitContainer1.Location = new System.Drawing.Point(14, 194);
  137. this.splitContainer1.Name = "splitContainer1";
  138. //
  139. // splitContainer1.Panel1
  140. //
  141. this.splitContainer1.Panel1.Controls.Add(this.lstSuccess);
  142. //
  143. // splitContainer1.Panel2
  144. //
  145. this.splitContainer1.Panel2.Controls.Add(this.lstError);
  146. this.splitContainer1.Size = new System.Drawing.Size(494, 315);
  147. this.splitContainer1.SplitterDistance = 252;
  148. this.splitContainer1.TabIndex = 5;
  149. this.splitContainer1.Text = "splitContainer1";
  150. //
  151. // rdoPath
  152. //
  153. this.rdoPath.AutoSize = true;
  154. this.rdoPath.Checked = true;
  155. this.rdoPath.Location = new System.Drawing.Point(14, 18);
  156. this.rdoPath.Name = "rdoPath";
  157. this.rdoPath.Size = new System.Drawing.Size(50, 19);
  158. this.rdoPath.TabIndex = 6;
  159. this.rdoPath.TabStop = true;
  160. this.rdoPath.Text = "Path";
  161. this.rdoPath.UseVisualStyleBackColor = true;
  162. //
  163. // rdoInput
  164. //
  165. this.rdoInput.AutoSize = true;
  166. this.rdoInput.Location = new System.Drawing.Point(14, 48);
  167. this.rdoInput.Name = "rdoInput";
  168. this.rdoInput.Size = new System.Drawing.Size(54, 19);
  169. this.rdoInput.TabIndex = 6;
  170. this.rdoInput.Text = "Input";
  171. this.rdoInput.UseVisualStyleBackColor = true;
  172. //
  173. // txtInput
  174. //
  175. this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  176. | System.Windows.Forms.AnchorStyles.Right)));
  177. this.txtInput.Location = new System.Drawing.Point(70, 47);
  178. this.txtInput.Multiline = true;
  179. this.txtInput.Name = "txtInput";
  180. this.txtInput.Size = new System.Drawing.Size(436, 52);
  181. this.txtInput.TabIndex = 7;
  182. this.txtInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInput_KeyDown);
  183. //
  184. // label1
  185. //
  186. this.label1.AutoSize = true;
  187. this.label1.Location = new System.Drawing.Point(15, 108);
  188. this.label1.Name = "label1";
  189. this.label1.Size = new System.Drawing.Size(42, 15);
  190. this.label1.TabIndex = 8;
  191. this.label1.Text = "Name";
  192. //
  193. // label3
  194. //
  195. this.label3.AutoSize = true;
  196. this.label3.Location = new System.Drawing.Point(353, 108);
  197. this.label3.Name = "label3";
  198. this.label3.Size = new System.Drawing.Size(56, 15);
  199. this.label3.TabIndex = 8;
  200. this.label3.Text = "Location";
  201. //
  202. // txtName
  203. //
  204. this.txtName.Location = new System.Drawing.Point(70, 105);
  205. this.txtName.Name = "txtName";
  206. this.txtName.Size = new System.Drawing.Size(277, 23);
  207. this.txtName.TabIndex = 9;
  208. //
  209. // txtLocation
  210. //
  211. this.txtLocation.Location = new System.Drawing.Point(415, 105);
  212. this.txtLocation.Name = "txtLocation";
  213. this.txtLocation.Size = new System.Drawing.Size(92, 23);
  214. this.txtLocation.TabIndex = 9;
  215. //
  216. // btnProcess
  217. //
  218. this.btnProcess.Location = new System.Drawing.Point(394, 162);
  219. this.btnProcess.Name = "btnProcess";
  220. this.btnProcess.Size = new System.Drawing.Size(114, 26);
  221. this.btnProcess.TabIndex = 10;
  222. this.btnProcess.Text = "&Run";
  223. this.btnProcess.UseVisualStyleBackColor = true;
  224. this.btnProcess.Click += new System.EventHandler(this.btnProcess_Click);
  225. //
  226. // statusStrip1
  227. //
  228. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  229. this.lblListCount});
  230. this.statusStrip1.Location = new System.Drawing.Point(0, 525);
  231. this.statusStrip1.Name = "statusStrip1";
  232. this.statusStrip1.Size = new System.Drawing.Size(520, 22);
  233. this.statusStrip1.TabIndex = 11;
  234. //
  235. // lblListCount
  236. //
  237. this.lblListCount.Name = "lblListCount";
  238. this.lblListCount.Size = new System.Drawing.Size(128, 17);
  239. this.lblListCount.Text = "toolStripStatusLabel1";
  240. //
  241. // label4
  242. //
  243. this.label4.AutoSize = true;
  244. this.label4.Location = new System.Drawing.Point(15, 138);
  245. this.label4.Name = "label4";
  246. this.label4.Size = new System.Drawing.Size(430, 15);
  247. this.label4.TabIndex = 12;
  248. this.label4.Text = "Use comma to split, colon to set specification. Ex. \"A,B\" \"A:XL:2XL,B:XL:2XL\"";
  249. //
  250. // MainForm
  251. //
  252. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  253. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  254. this.ClientSize = new System.Drawing.Size(520, 547);
  255. this.Controls.Add(this.label4);
  256. this.Controls.Add(this.statusStrip1);
  257. this.Controls.Add(this.btnProcess);
  258. this.Controls.Add(this.txtLocation);
  259. this.Controls.Add(this.txtName);
  260. this.Controls.Add(this.label3);
  261. this.Controls.Add(this.label1);
  262. this.Controls.Add(this.txtInput);
  263. this.Controls.Add(this.rdoInput);
  264. this.Controls.Add(this.rdoPath);
  265. this.Controls.Add(this.splitContainer1);
  266. this.Controls.Add(this.btnType3);
  267. this.Controls.Add(this.btnType2);
  268. this.Controls.Add(this.btnType1);
  269. this.Controls.Add(this.btnPathBrowser);
  270. this.Controls.Add(this.txtPath);
  271. this.Name = "MainForm";
  272. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  273. this.Text = "GroupBuy Parser Tester";
  274. this.splitContainer1.Panel1.ResumeLayout(false);
  275. this.splitContainer1.Panel2.ResumeLayout(false);
  276. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  277. this.splitContainer1.ResumeLayout(false);
  278. this.statusStrip1.ResumeLayout(false);
  279. this.statusStrip1.PerformLayout();
  280. this.ResumeLayout(false);
  281. this.PerformLayout();
  282. }
  283. #endregion
  284. private System.Windows.Forms.TextBox txtPath;
  285. private System.Windows.Forms.Button btnPathBrowser;
  286. private System.Windows.Forms.OpenFileDialog dlgOpen;
  287. private System.Windows.Forms.Button btnType1;
  288. private System.Windows.Forms.Button btnType2;
  289. private System.Windows.Forms.Button btnType3;
  290. private System.Windows.Forms.ListBox lstError;
  291. private System.Windows.Forms.ListBox lstSuccess;
  292. private System.Windows.Forms.SplitContainer splitContainer1;
  293. private System.Windows.Forms.RadioButton rdoPath;
  294. private System.Windows.Forms.RadioButton rdoInput;
  295. private System.Windows.Forms.TextBox txtInput;
  296. private System.Windows.Forms.Label label1;
  297. private System.Windows.Forms.Label label3;
  298. private System.Windows.Forms.TextBox txtName;
  299. private System.Windows.Forms.TextBox txtLocation;
  300. private System.Windows.Forms.Button btnProcess;
  301. private System.Windows.Forms.StatusStrip statusStrip1;
  302. private System.Windows.Forms.ToolStripStatusLabel lblListCount;
  303. private System.Windows.Forms.Label label4;
  304. }
  305. }