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.

240 lines
13 KiB

2 years ago
  1. namespace Euro.Transfer
  2. {
  3. partial class WordTransfer
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WordTransfer));
  30. this.txtSyntax = new System.Windows.Forms.RichTextBox();
  31. this.btnEnd = new System.Windows.Forms.Button();
  32. this.btnStart = new System.Windows.Forms.Button();
  33. this.scrollingText1 = new ScrollingTextControl.ScrollingText();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.lbTotalCount = new System.Windows.Forms.Label();
  36. this.txtPath = new System.Windows.Forms.TextBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.btnSure = new System.Windows.Forms.Button();
  39. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  40. this.lbCount = new System.Windows.Forms.Label();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.colorDialog1 = new System.Windows.Forms.ColorDialog();
  43. this.SuspendLayout();
  44. //
  45. // txtSyntax
  46. //
  47. this.txtSyntax.Location = new System.Drawing.Point(63, 122);
  48. this.txtSyntax.Margin = new System.Windows.Forms.Padding(4);
  49. this.txtSyntax.Name = "txtSyntax";
  50. this.txtSyntax.Size = new System.Drawing.Size(717, 474);
  51. this.txtSyntax.TabIndex = 35;
  52. this.txtSyntax.Text = "";
  53. //
  54. // btnEnd
  55. //
  56. this.btnEnd.Enabled = false;
  57. this.btnEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.btnEnd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  59. this.btnEnd.Location = new System.Drawing.Point(483, 624);
  60. this.btnEnd.Margin = new System.Windows.Forms.Padding(4);
  61. this.btnEnd.Name = "btnEnd";
  62. this.btnEnd.Size = new System.Drawing.Size(236, 40);
  63. this.btnEnd.TabIndex = 38;
  64. this.btnEnd.Text = "停止";
  65. this.btnEnd.UseVisualStyleBackColor = true;
  66. this.btnEnd.Click += new System.EventHandler(this.BtnEnd_Click);
  67. //
  68. // btnStart
  69. //
  70. this.btnStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.btnStart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  72. this.btnStart.Location = new System.Drawing.Point(121, 624);
  73. this.btnStart.Margin = new System.Windows.Forms.Padding(4);
  74. this.btnStart.Name = "btnStart";
  75. this.btnStart.Size = new System.Drawing.Size(241, 40);
  76. this.btnStart.TabIndex = 37;
  77. this.btnStart.Text = "啟動";
  78. this.btnStart.UseVisualStyleBackColor = true;
  79. this.btnStart.Click += new System.EventHandler(this.BtnStart_Click);
  80. //
  81. // scrollingText1
  82. //
  83. this.scrollingText1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.scrollingText1.BackgroundBrush = null;
  86. this.scrollingText1.BorderColor = System.Drawing.Color.Black;
  87. this.scrollingText1.Cursor = System.Windows.Forms.Cursors.Default;
  88. this.scrollingText1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  89. this.scrollingText1.ForegroundBrush = null;
  90. this.scrollingText1.Location = new System.Drawing.Point(-3, 672);
  91. this.scrollingText1.Margin = new System.Windows.Forms.Padding(4);
  92. this.scrollingText1.Name = "scrollingText1";
  93. this.scrollingText1.ScrollDirection = ScrollingTextControl.ScrollDirection.Bouncing;
  94. this.scrollingText1.ScrollText = "請點擊“啟動”運行小助手";
  95. this.scrollingText1.ShowBorder = true;
  96. this.scrollingText1.Size = new System.Drawing.Size(855, 54);
  97. this.scrollingText1.StopScrollOnMouseOver = true;
  98. this.scrollingText1.TabIndex = 36;
  99. this.scrollingText1.Text = "scrollingText1";
  100. this.scrollingText1.TextScrollDistance = 2;
  101. this.scrollingText1.TextScrollSpeed = 25;
  102. this.scrollingText1.VerticleTextPosition = ScrollingTextControl.VerticleTextPosition.Center;
  103. //
  104. // label3
  105. //
  106. this.label3.AutoSize = true;
  107. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  109. this.label3.Location = new System.Drawing.Point(71, 75);
  110. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  111. this.label3.Name = "label3";
  112. this.label3.Size = new System.Drawing.Size(192, 27);
  113. this.label3.TabIndex = 39;
  114. this.label3.Text = "累計轉檔資料筆數:";
  115. //
  116. // lbTotalCount
  117. //
  118. this.lbTotalCount.AutoSize = true;
  119. this.lbTotalCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.lbTotalCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  121. this.lbTotalCount.Location = new System.Drawing.Point(268, 76);
  122. this.lbTotalCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  123. this.lbTotalCount.Name = "lbTotalCount";
  124. this.lbTotalCount.Size = new System.Drawing.Size(24, 27);
  125. this.lbTotalCount.TabIndex = 40;
  126. this.lbTotalCount.Text = "0";
  127. //
  128. // txtPath
  129. //
  130. this.txtPath.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.txtPath.ForeColor = System.Drawing.Color.Blue;
  132. this.txtPath.Location = new System.Drawing.Point(213, 20);
  133. this.txtPath.Margin = new System.Windows.Forms.Padding(4);
  134. this.txtPath.Name = "txtPath";
  135. this.txtPath.Size = new System.Drawing.Size(472, 34);
  136. this.txtPath.TabIndex = 43;
  137. this.txtPath.Text = "C:\\Words";
  138. //
  139. // label1
  140. //
  141. this.label1.AutoSize = true;
  142. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  144. this.label1.Location = new System.Drawing.Point(68, 24);
  145. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  146. this.label1.Name = "label1";
  147. this.label1.Size = new System.Drawing.Size(132, 27);
  148. this.label1.TabIndex = 42;
  149. this.label1.Text = "文字檔路徑:";
  150. //
  151. // btnSure
  152. //
  153. this.btnSure.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.btnSure.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  155. this.btnSure.Location = new System.Drawing.Point(693, 19);
  156. this.btnSure.Margin = new System.Windows.Forms.Padding(4);
  157. this.btnSure.Name = "btnSure";
  158. this.btnSure.Size = new System.Drawing.Size(84, 38);
  159. this.btnSure.TabIndex = 41;
  160. this.btnSure.Text = "確認";
  161. this.btnSure.UseVisualStyleBackColor = true;
  162. this.btnSure.Click += new System.EventHandler(this.BtnSure_Click);
  163. //
  164. // notifyIcon1
  165. //
  166. this.notifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
  167. this.notifyIcon1.BalloonTipText = "奕達小助手";
  168. this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  169. this.notifyIcon1.Text = "正在运行";
  170. this.notifyIcon1.Visible = true;
  171. //
  172. // lbCount
  173. //
  174. this.lbCount.AutoSize = true;
  175. this.lbCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.lbCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  177. this.lbCount.Location = new System.Drawing.Point(630, 76);
  178. this.lbCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  179. this.lbCount.Name = "lbCount";
  180. this.lbCount.Size = new System.Drawing.Size(24, 27);
  181. this.lbCount.TabIndex = 45;
  182. this.lbCount.Text = "0";
  183. //
  184. // label4
  185. //
  186. this.label4.AutoSize = true;
  187. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  189. this.label4.Location = new System.Drawing.Point(431, 75);
  190. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  191. this.label4.Name = "label4";
  192. this.label4.Size = new System.Drawing.Size(192, 27);
  193. this.label4.TabIndex = 44;
  194. this.label4.Text = "當前處理資料筆數:";
  195. //
  196. // WordTransfer
  197. //
  198. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  199. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  200. this.ClientSize = new System.Drawing.Size(848, 720);
  201. this.Controls.Add(this.lbCount);
  202. this.Controls.Add(this.label4);
  203. this.Controls.Add(this.txtPath);
  204. this.Controls.Add(this.label1);
  205. this.Controls.Add(this.btnSure);
  206. this.Controls.Add(this.lbTotalCount);
  207. this.Controls.Add(this.label3);
  208. this.Controls.Add(this.btnEnd);
  209. this.Controls.Add(this.btnStart);
  210. this.Controls.Add(this.scrollingText1);
  211. this.Controls.Add(this.txtSyntax);
  212. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  213. this.Margin = new System.Windows.Forms.Padding(4);
  214. this.MaximizeBox = false;
  215. this.Name = "WordTransfer";
  216. this.Text = "WordTransfer";
  217. this.ResumeLayout(false);
  218. this.PerformLayout();
  219. }
  220. #endregion
  221. private System.Windows.Forms.RichTextBox txtSyntax;
  222. private System.Windows.Forms.Button btnEnd;
  223. private System.Windows.Forms.Button btnStart;
  224. private ScrollingTextControl.ScrollingText scrollingText1;
  225. private System.Windows.Forms.Label label3;
  226. private System.Windows.Forms.Label lbTotalCount;
  227. private System.Windows.Forms.TextBox txtPath;
  228. private System.Windows.Forms.Label label1;
  229. private System.Windows.Forms.Button btnSure;
  230. private System.Windows.Forms.NotifyIcon notifyIcon1;
  231. private System.Windows.Forms.Label lbCount;
  232. private System.Windows.Forms.Label label4;
  233. private System.Windows.Forms.ColorDialog colorDialog1;
  234. }
  235. }