Form1.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. namespace TxtDictionary
  2. {
  3. partial class Form1
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.txt_result = new System.Windows.Forms.TextBox();
  30. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.btn_onlyword = new System.Windows.Forms.Button();
  33. this.lbl_n = new System.Windows.Forms.Label();
  34. this.txt_numberPerPage = new System.Windows.Forms.TextBox();
  35. this.groupBox1 = new System.Windows.Forms.GroupBox();
  36. this.cb_removeP = new System.Windows.Forms.CheckBox();
  37. this.txt_FileName = new System.Windows.Forms.TextBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.btn_Info = new System.Windows.Forms.Button();
  42. this.btn_Stop = new System.Windows.Forms.Button();
  43. this.txt_messageBox = new System.Windows.Forms.TextBox();
  44. this.btn_QuickStart = new System.Windows.Forms.Button();
  45. this.groupBox1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // txt_result
  49. //
  50. this.txt_result.Location = new System.Drawing.Point(0, 148);
  51. this.txt_result.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  52. this.txt_result.Multiline = true;
  53. this.txt_result.Name = "txt_result";
  54. this.txt_result.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  55. this.txt_result.Size = new System.Drawing.Size(730, 428);
  56. this.txt_result.TabIndex = 4;
  57. //
  58. // progressBar1
  59. //
  60. this.progressBar1.Location = new System.Drawing.Point(226, 47);
  61. this.progressBar1.Name = "progressBar1";
  62. this.progressBar1.Size = new System.Drawing.Size(723, 23);
  63. this.progressBar1.TabIndex = 5;
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Location = new System.Drawing.Point(223, 20);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(15, 16);
  71. this.label1.TabIndex = 6;
  72. this.label1.Text = "-";
  73. //
  74. // btn_onlyword
  75. //
  76. this.btn_onlyword.Location = new System.Drawing.Point(14, 13);
  77. this.btn_onlyword.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  78. this.btn_onlyword.Name = "btn_onlyword";
  79. this.btn_onlyword.Size = new System.Drawing.Size(163, 31);
  80. this.btn_onlyword.TabIndex = 8;
  81. this.btn_onlyword.Text = "处理txt单词列表文件";
  82. this.btn_onlyword.UseVisualStyleBackColor = true;
  83. this.btn_onlyword.Click += new System.EventHandler(this.btn_onlyword_Click);
  84. //
  85. // lbl_n
  86. //
  87. this.lbl_n.AutoSize = true;
  88. this.lbl_n.Location = new System.Drawing.Point(905, 84);
  89. this.lbl_n.Name = "lbl_n";
  90. this.lbl_n.Size = new System.Drawing.Size(44, 16);
  91. this.lbl_n.TabIndex = 11;
  92. this.lbl_n.Text = "label4";
  93. //
  94. // txt_numberPerPage
  95. //
  96. this.txt_numberPerPage.Location = new System.Drawing.Point(32, 19);
  97. this.txt_numberPerPage.Name = "txt_numberPerPage";
  98. this.txt_numberPerPage.Size = new System.Drawing.Size(69, 26);
  99. this.txt_numberPerPage.TabIndex = 12;
  100. //
  101. // groupBox1
  102. //
  103. this.groupBox1.Controls.Add(this.cb_removeP);
  104. this.groupBox1.Controls.Add(this.txt_FileName);
  105. this.groupBox1.Controls.Add(this.label4);
  106. this.groupBox1.Controls.Add(this.label3);
  107. this.groupBox1.Controls.Add(this.label2);
  108. this.groupBox1.Controls.Add(this.txt_numberPerPage);
  109. this.groupBox1.Location = new System.Drawing.Point(226, 84);
  110. this.groupBox1.Name = "groupBox1";
  111. this.groupBox1.Size = new System.Drawing.Size(576, 57);
  112. this.groupBox1.TabIndex = 13;
  113. this.groupBox1.TabStop = false;
  114. this.groupBox1.Text = "设置";
  115. //
  116. // cb_removeP
  117. //
  118. this.cb_removeP.AutoSize = true;
  119. this.cb_removeP.Checked = true;
  120. this.cb_removeP.CheckState = System.Windows.Forms.CheckState.Checked;
  121. this.cb_removeP.Location = new System.Drawing.Point(421, 21);
  122. this.cb_removeP.Name = "cb_removeP";
  123. this.cb_removeP.Size = new System.Drawing.Size(147, 20);
  124. this.cb_removeP.TabIndex = 17;
  125. this.cb_removeP.Text = "忽略带‘(单引号)的单词";
  126. this.cb_removeP.UseVisualStyleBackColor = true;
  127. //
  128. // txt_FileName
  129. //
  130. this.txt_FileName.Location = new System.Drawing.Point(291, 19);
  131. this.txt_FileName.Name = "txt_FileName";
  132. this.txt_FileName.Size = new System.Drawing.Size(124, 26);
  133. this.txt_FileName.TabIndex = 16;
  134. //
  135. // label4
  136. //
  137. this.label4.AutoSize = true;
  138. this.label4.Location = new System.Drawing.Point(229, 22);
  139. this.label4.Name = "label4";
  140. this.label4.Size = new System.Drawing.Size(56, 16);
  141. this.label4.TabIndex = 15;
  142. this.label4.Text = "文件名为";
  143. //
  144. // label3
  145. //
  146. this.label3.AutoSize = true;
  147. this.label3.Location = new System.Drawing.Point(107, 22);
  148. this.label3.Name = "label3";
  149. this.label3.Size = new System.Drawing.Size(116, 16);
  150. this.label3.TabIndex = 14;
  151. this.label3.Text = "单词保存成一个文件";
  152. //
  153. // label2
  154. //
  155. this.label2.AutoSize = true;
  156. this.label2.Location = new System.Drawing.Point(6, 22);
  157. this.label2.Name = "label2";
  158. this.label2.Size = new System.Drawing.Size(20, 16);
  159. this.label2.TabIndex = 13;
  160. this.label2.Text = "每";
  161. //
  162. // btn_Info
  163. //
  164. this.btn_Info.Location = new System.Drawing.Point(14, 103);
  165. this.btn_Info.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  166. this.btn_Info.Name = "btn_Info";
  167. this.btn_Info.Size = new System.Drawing.Size(163, 31);
  168. this.btn_Info.TabIndex = 14;
  169. this.btn_Info.Text = "使用说明";
  170. this.btn_Info.UseVisualStyleBackColor = true;
  171. this.btn_Info.Click += new System.EventHandler(this.btn_Info_Click);
  172. //
  173. // btn_Stop
  174. //
  175. this.btn_Stop.Location = new System.Drawing.Point(955, 47);
  176. this.btn_Stop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  177. this.btn_Stop.Name = "btn_Stop";
  178. this.btn_Stop.Size = new System.Drawing.Size(41, 23);
  179. this.btn_Stop.TabIndex = 15;
  180. this.btn_Stop.Text = "停止";
  181. this.btn_Stop.UseVisualStyleBackColor = true;
  182. this.btn_Stop.Click += new System.EventHandler(this.btn_Stop_Click);
  183. //
  184. // txt_messageBox
  185. //
  186. this.txt_messageBox.Location = new System.Drawing.Point(736, 148);
  187. this.txt_messageBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  188. this.txt_messageBox.Multiline = true;
  189. this.txt_messageBox.Name = "txt_messageBox";
  190. this.txt_messageBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  191. this.txt_messageBox.Size = new System.Drawing.Size(314, 428);
  192. this.txt_messageBox.TabIndex = 16;
  193. //
  194. // btn_QuickStart
  195. //
  196. this.btn_QuickStart.Location = new System.Drawing.Point(14, 47);
  197. this.btn_QuickStart.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  198. this.btn_QuickStart.Name = "btn_QuickStart";
  199. this.btn_QuickStart.Size = new System.Drawing.Size(163, 53);
  200. this.btn_QuickStart.TabIndex = 17;
  201. this.btn_QuickStart.Text = "以下面文本框内容\r\n为单词列表进行处理";
  202. this.btn_QuickStart.UseVisualStyleBackColor = true;
  203. this.btn_QuickStart.Click += new System.EventHandler(this.btn_QuickStart_Click);
  204. //
  205. // Form1
  206. //
  207. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
  208. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  209. this.ClientSize = new System.Drawing.Size(1058, 576);
  210. this.Controls.Add(this.btn_QuickStart);
  211. this.Controls.Add(this.txt_messageBox);
  212. this.Controls.Add(this.btn_Stop);
  213. this.Controls.Add(this.btn_Info);
  214. this.Controls.Add(this.groupBox1);
  215. this.Controls.Add(this.lbl_n);
  216. this.Controls.Add(this.btn_onlyword);
  217. this.Controls.Add(this.label1);
  218. this.Controls.Add(this.progressBar1);
  219. this.Controls.Add(this.txt_result);
  220. this.Font = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  222. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  223. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  224. this.MaximizeBox = false;
  225. this.Name = "Form1";
  226. this.Text = "单词表制作工具";
  227. this.groupBox1.ResumeLayout(false);
  228. this.groupBox1.PerformLayout();
  229. this.ResumeLayout(false);
  230. this.PerformLayout();
  231. }
  232. #endregion
  233. private System.Windows.Forms.TextBox txt_result;
  234. private System.Windows.Forms.ProgressBar progressBar1;
  235. private System.Windows.Forms.Label label1;
  236. private System.Windows.Forms.Button btn_onlyword;
  237. private System.Windows.Forms.Label lbl_n;
  238. private System.Windows.Forms.TextBox txt_numberPerPage;
  239. private System.Windows.Forms.GroupBox groupBox1;
  240. private System.Windows.Forms.Label label3;
  241. private System.Windows.Forms.Label label2;
  242. private System.Windows.Forms.Label label4;
  243. private System.Windows.Forms.TextBox txt_FileName;
  244. private System.Windows.Forms.Button btn_Info;
  245. private System.Windows.Forms.CheckBox cb_removeP;
  246. private System.Windows.Forms.Button btn_Stop;
  247. private System.Windows.Forms.TextBox txt_messageBox;
  248. private System.Windows.Forms.Button btn_QuickStart;
  249. }
  250. }