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.

296 lines
15 KiB

2 years ago
  1. 
  2. namespace Euro.Transfer
  3. {
  4. partial class FormTransfer
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. private ScrollingTextControl.ScrollingText scrollingText1;
  11. /// <summary>
  12. /// 清理所有正在使用的资源。
  13. /// </summary>
  14. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows 窗体设计器生成的代码
  24. /// <summary>
  25. /// 设计器支持所需的方法 - 不要修改
  26. /// 使用代码编辑器修改此方法的内容。
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTransfer));
  31. this.btnStart = new System.Windows.Forms.Button();
  32. this.btnEnd = new System.Windows.Forms.Button();
  33. this.ckWeek_1 = new System.Windows.Forms.CheckBox();
  34. this.ckWeek_2 = new System.Windows.Forms.CheckBox();
  35. this.ckWeek_3 = new System.Windows.Forms.CheckBox();
  36. this.ckWeek_4 = new System.Windows.Forms.CheckBox();
  37. this.ckWeek_5 = new System.Windows.Forms.CheckBox();
  38. this.ckWeek_6 = new System.Windows.Forms.CheckBox();
  39. this.ckWeek_7 = new System.Windows.Forms.CheckBox();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.btnSure = new System.Windows.Forms.Button();
  43. this.scrollingText1 = new ScrollingTextControl.ScrollingText();
  44. this.dateTime = new System.Windows.Forms.DateTimePicker();
  45. this.txtSyntax = new System.Windows.Forms.RichTextBox();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.txtPath = new System.Windows.Forms.TextBox();
  48. this.SuspendLayout();
  49. //
  50. // btnStart
  51. //
  52. this.btnStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.btnStart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  54. this.btnStart.Location = new System.Drawing.Point(80, 518);
  55. this.btnStart.Name = "btnStart";
  56. this.btnStart.Size = new System.Drawing.Size(181, 32);
  57. this.btnStart.TabIndex = 14;
  58. this.btnStart.Text = "啟動";
  59. this.btnStart.UseVisualStyleBackColor = true;
  60. this.btnStart.Click += new System.EventHandler(this.BtnStart_Click);
  61. //
  62. // btnEnd
  63. //
  64. this.btnEnd.Enabled = false;
  65. this.btnEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.btnEnd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  67. this.btnEnd.Location = new System.Drawing.Point(368, 518);
  68. this.btnEnd.Name = "btnEnd";
  69. this.btnEnd.Size = new System.Drawing.Size(177, 32);
  70. this.btnEnd.TabIndex = 15;
  71. this.btnEnd.Text = "停止";
  72. this.btnEnd.UseVisualStyleBackColor = true;
  73. this.btnEnd.Click += new System.EventHandler(this.BtnEnd_Click);
  74. //
  75. // ckWeek_1
  76. //
  77. this.ckWeek_1.AutoSize = true;
  78. this.ckWeek_1.Location = new System.Drawing.Point(131, 13);
  79. this.ckWeek_1.Name = "ckWeek_1";
  80. this.ckWeek_1.Size = new System.Drawing.Size(48, 16);
  81. this.ckWeek_1.TabIndex = 22;
  82. this.ckWeek_1.Text = "週一";
  83. this.ckWeek_1.UseVisualStyleBackColor = true;
  84. //
  85. // ckWeek_2
  86. //
  87. this.ckWeek_2.AutoSize = true;
  88. this.ckWeek_2.Location = new System.Drawing.Point(197, 13);
  89. this.ckWeek_2.Name = "ckWeek_2";
  90. this.ckWeek_2.Size = new System.Drawing.Size(48, 16);
  91. this.ckWeek_2.TabIndex = 23;
  92. this.ckWeek_2.Text = "週二";
  93. this.ckWeek_2.UseVisualStyleBackColor = true;
  94. //
  95. // ckWeek_3
  96. //
  97. this.ckWeek_3.AutoSize = true;
  98. this.ckWeek_3.Location = new System.Drawing.Point(266, 13);
  99. this.ckWeek_3.Name = "ckWeek_3";
  100. this.ckWeek_3.Size = new System.Drawing.Size(48, 16);
  101. this.ckWeek_3.TabIndex = 24;
  102. this.ckWeek_3.Text = "周三";
  103. this.ckWeek_3.UseVisualStyleBackColor = true;
  104. //
  105. // ckWeek_4
  106. //
  107. this.ckWeek_4.AutoSize = true;
  108. this.ckWeek_4.Location = new System.Drawing.Point(330, 13);
  109. this.ckWeek_4.Name = "ckWeek_4";
  110. this.ckWeek_4.Size = new System.Drawing.Size(48, 16);
  111. this.ckWeek_4.TabIndex = 25;
  112. this.ckWeek_4.Text = "週四";
  113. this.ckWeek_4.UseVisualStyleBackColor = true;
  114. //
  115. // ckWeek_5
  116. //
  117. this.ckWeek_5.AutoSize = true;
  118. this.ckWeek_5.Location = new System.Drawing.Point(393, 13);
  119. this.ckWeek_5.Name = "ckWeek_5";
  120. this.ckWeek_5.Size = new System.Drawing.Size(48, 16);
  121. this.ckWeek_5.TabIndex = 26;
  122. this.ckWeek_5.Text = "週五";
  123. this.ckWeek_5.UseVisualStyleBackColor = true;
  124. //
  125. // ckWeek_6
  126. //
  127. this.ckWeek_6.AutoSize = true;
  128. this.ckWeek_6.Location = new System.Drawing.Point(458, 13);
  129. this.ckWeek_6.Name = "ckWeek_6";
  130. this.ckWeek_6.Size = new System.Drawing.Size(48, 16);
  131. this.ckWeek_6.TabIndex = 27;
  132. this.ckWeek_6.Text = "週六";
  133. this.ckWeek_6.UseVisualStyleBackColor = true;
  134. //
  135. // ckWeek_7
  136. //
  137. this.ckWeek_7.AutoSize = true;
  138. this.ckWeek_7.Location = new System.Drawing.Point(524, 13);
  139. this.ckWeek_7.Name = "ckWeek_7";
  140. this.ckWeek_7.Size = new System.Drawing.Size(48, 16);
  141. this.ckWeek_7.TabIndex = 28;
  142. this.ckWeek_7.Text = "周日";
  143. this.ckWeek_7.UseVisualStyleBackColor = true;
  144. //
  145. // label1
  146. //
  147. this.label1.AutoSize = true;
  148. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  150. this.label1.Location = new System.Drawing.Point(43, 8);
  151. this.label1.Name = "label1";
  152. this.label1.Size = new System.Drawing.Size(74, 21);
  153. this.label1.TabIndex = 29;
  154. this.label1.Text = "執行日:";
  155. //
  156. // label2
  157. //
  158. this.label2.AutoSize = true;
  159. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  161. this.label2.Location = new System.Drawing.Point(27, 50);
  162. this.label2.Name = "label2";
  163. this.label2.Size = new System.Drawing.Size(90, 21);
  164. this.label2.TabIndex = 30;
  165. this.label2.Text = "執行時間:";
  166. //
  167. // btnSure
  168. //
  169. this.btnSure.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.btnSure.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  171. this.btnSure.Location = new System.Drawing.Point(131, 126);
  172. this.btnSure.Name = "btnSure";
  173. this.btnSure.Size = new System.Drawing.Size(216, 36);
  174. this.btnSure.TabIndex = 32;
  175. this.btnSure.Text = "確認";
  176. this.btnSure.UseVisualStyleBackColor = true;
  177. this.btnSure.Click += new System.EventHandler(this.BtnSure_Click);
  178. //
  179. // scrollingText1
  180. //
  181. this.scrollingText1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  182. | System.Windows.Forms.AnchorStyles.Right)));
  183. this.scrollingText1.BackgroundBrush = null;
  184. this.scrollingText1.BorderColor = System.Drawing.Color.Black;
  185. this.scrollingText1.Cursor = System.Windows.Forms.Cursors.Default;
  186. this.scrollingText1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  187. this.scrollingText1.ForegroundBrush = null;
  188. this.scrollingText1.Location = new System.Drawing.Point(-4, 557);
  189. this.scrollingText1.Name = "scrollingText1";
  190. this.scrollingText1.ScrollDirection = ScrollingTextControl.ScrollDirection.Bouncing;
  191. this.scrollingText1.ScrollText = "請點擊“啟動”運行小助手";
  192. this.scrollingText1.ShowBorder = true;
  193. this.scrollingText1.Size = new System.Drawing.Size(637, 43);
  194. this.scrollingText1.StopScrollOnMouseOver = true;
  195. this.scrollingText1.TabIndex = 5;
  196. this.scrollingText1.Text = "scrollingText1";
  197. this.scrollingText1.TextScrollDistance = 2;
  198. this.scrollingText1.TextScrollSpeed = 25;
  199. this.scrollingText1.VerticleTextPosition = ScrollingTextControl.VerticleTextPosition.Center;
  200. //
  201. // dateTime
  202. //
  203. this.dateTime.CalendarFont = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.dateTime.CustomFormat = "HH:mm";
  205. this.dateTime.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.dateTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  207. this.dateTime.Location = new System.Drawing.Point(130, 50);
  208. this.dateTime.Name = "dateTime";
  209. this.dateTime.ShowUpDown = true;
  210. this.dateTime.Size = new System.Drawing.Size(200, 26);
  211. this.dateTime.TabIndex = 33;
  212. //
  213. // txtSyntax
  214. //
  215. this.txtSyntax.Location = new System.Drawing.Point(45, 177);
  216. this.txtSyntax.Name = "txtSyntax";
  217. this.txtSyntax.Size = new System.Drawing.Size(539, 333);
  218. this.txtSyntax.TabIndex = 34;
  219. this.txtSyntax.Text = "";
  220. //
  221. // label3
  222. //
  223. this.label3.AutoSize = true;
  224. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  226. this.label3.Location = new System.Drawing.Point(12, 89);
  227. this.label3.Name = "label3";
  228. this.label3.Size = new System.Drawing.Size(106, 21);
  229. this.label3.TabIndex = 35;
  230. this.label3.Text = "文字檔路徑:";
  231. //
  232. // txtPath
  233. //
  234. this.txtPath.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.txtPath.ForeColor = System.Drawing.Color.Blue;
  236. this.txtPath.Location = new System.Drawing.Point(131, 86);
  237. this.txtPath.Name = "txtPath";
  238. this.txtPath.Size = new System.Drawing.Size(433, 29);
  239. this.txtPath.TabIndex = 36;
  240. this.txtPath.Text = "C:\\Words";
  241. //
  242. // Form1
  243. //
  244. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  245. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  246. this.ClientSize = new System.Drawing.Size(630, 598);
  247. this.Controls.Add(this.txtPath);
  248. this.Controls.Add(this.label3);
  249. this.Controls.Add(this.txtSyntax);
  250. this.Controls.Add(this.dateTime);
  251. this.Controls.Add(this.btnSure);
  252. this.Controls.Add(this.label2);
  253. this.Controls.Add(this.label1);
  254. this.Controls.Add(this.ckWeek_7);
  255. this.Controls.Add(this.ckWeek_6);
  256. this.Controls.Add(this.ckWeek_5);
  257. this.Controls.Add(this.ckWeek_4);
  258. this.Controls.Add(this.ckWeek_3);
  259. this.Controls.Add(this.ckWeek_2);
  260. this.Controls.Add(this.ckWeek_1);
  261. this.Controls.Add(this.btnEnd);
  262. this.Controls.Add(this.btnStart);
  263. this.Controls.Add(this.scrollingText1);
  264. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  265. this.MaximizeBox = false;
  266. this.Name = "Form1";
  267. this.Text = "奕達文字檔小助手";
  268. this.ResumeLayout(false);
  269. this.PerformLayout();
  270. }
  271. #endregion
  272. private System.Windows.Forms.Button btnStart;
  273. private System.Windows.Forms.Button btnEnd;
  274. private System.Windows.Forms.CheckBox ckWeek_1;
  275. private System.Windows.Forms.CheckBox ckWeek_2;
  276. private System.Windows.Forms.CheckBox ckWeek_3;
  277. private System.Windows.Forms.CheckBox ckWeek_4;
  278. private System.Windows.Forms.CheckBox ckWeek_5;
  279. private System.Windows.Forms.CheckBox ckWeek_6;
  280. private System.Windows.Forms.CheckBox ckWeek_7;
  281. private System.Windows.Forms.Label label1;
  282. private System.Windows.Forms.Label label2;
  283. private System.Windows.Forms.Button btnSure;
  284. private System.Windows.Forms.DateTimePicker dateTime;
  285. private System.Windows.Forms.RichTextBox txtSyntax;
  286. private System.Windows.Forms.Label label3;
  287. private System.Windows.Forms.TextBox txtPath;
  288. }
  289. }