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.

246 lines
12 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class AccountingOpeningEntry
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AccountingOpeningEntry));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.txtAccountingYear = new System.Windows.Forms.TextBox();
  31. this.pbProcessedAccounting = new System.Windows.Forms.ProgressBar();
  32. this.tsButtons = new System.Windows.Forms.ToolStrip();
  33. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  34. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  35. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  36. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  37. this.tsbSave = new System.Windows.Forms.ToolStripButton();
  38. this.tsbOK = new System.Windows.Forms.ToolStripButton();
  39. this.tsbCancel = new System.Windows.Forms.ToolStripButton();
  40. this.tsbClean = new System.Windows.Forms.ToolStripButton();
  41. this.tsbExit = new System.Windows.Forms.ToolStripButton();
  42. this.tsbSetup = new System.Windows.Forms.ToolStripButton();
  43. this.btnOpen = new System.Windows.Forms.Button();
  44. this.tsButtons.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Location = new System.Drawing.Point(55, 44);
  51. this.label1.Name = "label1";
  52. this.label1.Size = new System.Drawing.Size(89, 20);
  53. this.label1.TabIndex = 0;
  54. this.label1.Text = "會計年度:";
  55. //
  56. // txtAccountingYear
  57. //
  58. this.txtAccountingYear.Location = new System.Drawing.Point(150, 41);
  59. this.txtAccountingYear.Name = "txtAccountingYear";
  60. this.txtAccountingYear.Size = new System.Drawing.Size(145, 29);
  61. this.txtAccountingYear.TabIndex = 1;
  62. this.txtAccountingYear.Leave += new System.EventHandler(this.txtAccountingYear_Leave);
  63. //
  64. // pbProcessedAccounting
  65. //
  66. this.pbProcessedAccounting.Location = new System.Drawing.Point(35, 120);
  67. this.pbProcessedAccounting.Name = "pbProcessedAccounting";
  68. this.pbProcessedAccounting.Size = new System.Drawing.Size(260, 23);
  69. this.pbProcessedAccounting.TabIndex = 3;
  70. //
  71. // tsButtons
  72. //
  73. this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
  74. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  75. this.tsbSearch,
  76. this.tsbAdd,
  77. this.tsbEdit,
  78. this.tsbDelete,
  79. this.tsbSave,
  80. this.tsbOK,
  81. this.tsbCancel,
  82. this.tsbClean,
  83. this.tsbExit,
  84. this.tsbSetup});
  85. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  86. this.tsButtons.Name = "tsButtons";
  87. this.tsButtons.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  88. this.tsButtons.Size = new System.Drawing.Size(351, 32);
  89. this.tsButtons.TabIndex = 10;
  90. this.tsButtons.Text = "功能按鈕表";
  91. //
  92. // tsbSearch
  93. //
  94. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  95. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  96. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  97. this.tsbSearch.Name = "tsbSearch";
  98. this.tsbSearch.Size = new System.Drawing.Size(29, 29);
  99. this.tsbSearch.Text = "搜尋";
  100. this.tsbSearch.Visible = false;
  101. //
  102. // tsbAdd
  103. //
  104. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  105. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  106. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  107. this.tsbAdd.Name = "tsbAdd";
  108. this.tsbAdd.Size = new System.Drawing.Size(29, 29);
  109. this.tsbAdd.Text = "新增";
  110. this.tsbAdd.Visible = false;
  111. //
  112. // tsbEdit
  113. //
  114. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  115. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  116. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  117. this.tsbEdit.Name = "tsbEdit";
  118. this.tsbEdit.Size = new System.Drawing.Size(29, 29);
  119. this.tsbEdit.Text = "修改";
  120. this.tsbEdit.Visible = false;
  121. //
  122. // tsbDelete
  123. //
  124. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  125. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  126. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  127. this.tsbDelete.Name = "tsbDelete";
  128. this.tsbDelete.Size = new System.Drawing.Size(29, 29);
  129. this.tsbDelete.Text = "刪除";
  130. this.tsbDelete.Visible = false;
  131. //
  132. // tsbSave
  133. //
  134. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  135. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  136. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.tsbSave.Name = "tsbSave";
  138. this.tsbSave.Size = new System.Drawing.Size(29, 29);
  139. this.tsbSave.Text = "儲存";
  140. this.tsbSave.Visible = false;
  141. //
  142. // tsbOK
  143. //
  144. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  145. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  146. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  147. this.tsbOK.Name = "tsbOK";
  148. this.tsbOK.Size = new System.Drawing.Size(29, 29);
  149. this.tsbOK.Text = "確認";
  150. this.tsbOK.Visible = false;
  151. //
  152. // tsbCancel
  153. //
  154. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  155. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  156. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  157. this.tsbCancel.Name = "tsbCancel";
  158. this.tsbCancel.Size = new System.Drawing.Size(29, 29);
  159. this.tsbCancel.Text = "取消";
  160. this.tsbCancel.Visible = false;
  161. //
  162. // tsbClean
  163. //
  164. this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  165. this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
  166. this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
  167. this.tsbClean.Name = "tsbClean";
  168. this.tsbClean.Size = new System.Drawing.Size(29, 29);
  169. this.tsbClean.Text = "清除";
  170. this.tsbClean.Visible = false;
  171. //
  172. // tsbExit
  173. //
  174. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  175. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  176. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  177. this.tsbExit.Name = "tsbExit";
  178. this.tsbExit.Size = new System.Drawing.Size(29, 29);
  179. this.tsbExit.Text = "離開";
  180. this.tsbExit.Visible = false;
  181. //
  182. // tsbSetup
  183. //
  184. this.tsbSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  185. this.tsbSetup.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetup.Image")));
  186. this.tsbSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
  187. this.tsbSetup.Name = "tsbSetup";
  188. this.tsbSetup.Size = new System.Drawing.Size(29, 29);
  189. this.tsbSetup.Text = "分錄設定";
  190. this.tsbSetup.Click += new System.EventHandler(this.tsbSetup_Click);
  191. //
  192. // btnOpen
  193. //
  194. this.btnOpen.Location = new System.Drawing.Point(35, 76);
  195. this.btnOpen.Name = "btnOpen";
  196. this.btnOpen.Size = new System.Drawing.Size(260, 29);
  197. this.btnOpen.TabIndex = 2;
  198. this.btnOpen.Text = "執行關帳及開帳作業";
  199. this.btnOpen.UseVisualStyleBackColor = true;
  200. this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
  201. //
  202. // AccountingOpeningEntry
  203. //
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.ClientSize = new System.Drawing.Size(351, 165);
  207. this.Controls.Add(this.tsButtons);
  208. this.Controls.Add(this.pbProcessedAccounting);
  209. this.Controls.Add(this.btnOpen);
  210. this.Controls.Add(this.txtAccountingYear);
  211. this.Controls.Add(this.label1);
  212. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  213. this.Margin = new System.Windows.Forms.Padding(5);
  214. this.MaximizeBox = false;
  215. this.MinimizeBox = false;
  216. this.Name = "AccountingOpeningEntry";
  217. this.Text = "自動開帳作業";
  218. this.Load += new System.EventHandler(this.AccountingOpeningEntry_Load);
  219. this.tsButtons.ResumeLayout(false);
  220. this.tsButtons.PerformLayout();
  221. this.ResumeLayout(false);
  222. this.PerformLayout();
  223. }
  224. #endregion
  225. private System.Windows.Forms.Label label1;
  226. private System.Windows.Forms.TextBox txtAccountingYear;
  227. private System.Windows.Forms.ProgressBar pbProcessedAccounting;
  228. private System.Windows.Forms.ToolStrip tsButtons;
  229. private System.Windows.Forms.ToolStripButton tsbSearch;
  230. private System.Windows.Forms.ToolStripButton tsbAdd;
  231. private System.Windows.Forms.ToolStripButton tsbEdit;
  232. private System.Windows.Forms.ToolStripButton tsbDelete;
  233. private System.Windows.Forms.ToolStripButton tsbSave;
  234. private System.Windows.Forms.ToolStripButton tsbOK;
  235. private System.Windows.Forms.ToolStripButton tsbCancel;
  236. private System.Windows.Forms.ToolStripButton tsbClean;
  237. private System.Windows.Forms.ToolStripButton tsbExit;
  238. private System.Windows.Forms.ToolStripButton tsbSetup;
  239. private System.Windows.Forms.Button btnOpen;
  240. }
  241. }