Form1.Designer.cs 13 KB

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