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.

479 lines
25 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class AccountingJournalMaintain
  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(AccountingJournalMaintain));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.tsButtons = new System.Windows.Forms.ToolStrip();
  32. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  33. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  34. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  35. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  36. this.tsbReturn = 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.label1 = new System.Windows.Forms.Label();
  43. this.cbAccountingYear = new System.Windows.Forms.ComboBox();
  44. this.dgvDataMaintain = new System.Windows.Forms.DataGridView();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.txtMemo = new System.Windows.Forms.TextBox();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.txtAccSubName = new System.Windows.Forms.TextBox();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.dpAccStart = new System.Windows.Forms.DateTimePicker();
  51. this.label5 = new System.Windows.Forms.Label();
  52. this.dpAccEnd = new System.Windows.Forms.DateTimePicker();
  53. this.label6 = new System.Windows.Forms.Label();
  54. this.txtAccountingID = new System.Windows.Forms.TextBox();
  55. this.cCheckedColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  56. this.cAccountingID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.cAccountingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.cAccountSubID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.cAccountSubName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.cMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.cDebit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.cCredit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.cProjectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.cProjectID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.tsButtons.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // tsButtons
  70. //
  71. this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
  72. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  73. this.tsbSearch,
  74. this.tsbAdd,
  75. this.tsbEdit,
  76. this.tsbDelete,
  77. this.tsbReturn,
  78. this.tsbSave,
  79. this.tsbOK,
  80. this.tsbCancel,
  81. this.tsbClean,
  82. this.tsbExit});
  83. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  84. this.tsButtons.Name = "tsButtons";
  85. this.tsButtons.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  86. this.tsButtons.Size = new System.Drawing.Size(1486, 32);
  87. this.tsButtons.TabIndex = 8;
  88. this.tsButtons.Text = "功能按鈕表";
  89. //
  90. // tsbSearch
  91. //
  92. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  93. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  94. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  95. this.tsbSearch.Name = "tsbSearch";
  96. this.tsbSearch.Size = new System.Drawing.Size(29, 29);
  97. this.tsbSearch.Text = "搜尋";
  98. this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
  99. //
  100. // tsbAdd
  101. //
  102. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  103. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  104. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tsbAdd.Name = "tsbAdd";
  106. this.tsbAdd.Size = new System.Drawing.Size(29, 29);
  107. this.tsbAdd.Text = "新增";
  108. this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
  109. //
  110. // tsbEdit
  111. //
  112. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  113. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  114. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  115. this.tsbEdit.Name = "tsbEdit";
  116. this.tsbEdit.Size = new System.Drawing.Size(29, 29);
  117. this.tsbEdit.Text = "修改";
  118. this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
  119. //
  120. // tsbDelete
  121. //
  122. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  123. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  124. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  125. this.tsbDelete.Name = "tsbDelete";
  126. this.tsbDelete.Size = new System.Drawing.Size(29, 29);
  127. this.tsbDelete.Text = "刪除";
  128. this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
  129. //
  130. // tsbReturn
  131. //
  132. this.tsbReturn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  133. this.tsbReturn.Image = ((System.Drawing.Image)(resources.GetObject("tsbReturn.Image")));
  134. this.tsbReturn.ImageTransparentColor = System.Drawing.Color.Magenta;
  135. this.tsbReturn.Name = "tsbReturn";
  136. this.tsbReturn.Size = new System.Drawing.Size(29, 29);
  137. this.tsbReturn.Text = "沖銷分錄";
  138. this.tsbReturn.Click += new System.EventHandler(this.tsbReturn_Click);
  139. //
  140. // tsbSave
  141. //
  142. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  143. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  144. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  145. this.tsbSave.Name = "tsbSave";
  146. this.tsbSave.Size = new System.Drawing.Size(29, 29);
  147. this.tsbSave.Text = "儲存";
  148. this.tsbSave.Visible = false;
  149. //
  150. // tsbOK
  151. //
  152. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  153. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  154. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  155. this.tsbOK.Name = "tsbOK";
  156. this.tsbOK.Size = new System.Drawing.Size(29, 29);
  157. this.tsbOK.Text = "確認";
  158. this.tsbOK.Visible = false;
  159. this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click);
  160. //
  161. // tsbCancel
  162. //
  163. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  164. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  165. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  166. this.tsbCancel.Name = "tsbCancel";
  167. this.tsbCancel.Size = new System.Drawing.Size(29, 29);
  168. this.tsbCancel.Text = "取消";
  169. this.tsbCancel.Visible = false;
  170. this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
  171. //
  172. // tsbClean
  173. //
  174. this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  175. this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
  176. this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
  177. this.tsbClean.Name = "tsbClean";
  178. this.tsbClean.Size = new System.Drawing.Size(29, 29);
  179. this.tsbClean.Text = "清除";
  180. this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click);
  181. //
  182. // tsbExit
  183. //
  184. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  185. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  186. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  187. this.tsbExit.Name = "tsbExit";
  188. this.tsbExit.Size = new System.Drawing.Size(29, 29);
  189. this.tsbExit.Text = "離開";
  190. this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
  191. //
  192. // label1
  193. //
  194. this.label1.AutoSize = true;
  195. this.label1.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  196. this.label1.Location = new System.Drawing.Point(16, 43);
  197. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  198. this.label1.Name = "label1";
  199. this.label1.Size = new System.Drawing.Size(89, 20);
  200. this.label1.TabIndex = 9;
  201. this.label1.Text = "會計年度:";
  202. //
  203. // cbAccountingYear
  204. //
  205. this.cbAccountingYear.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  206. this.cbAccountingYear.FormattingEnabled = true;
  207. this.cbAccountingYear.Location = new System.Drawing.Point(102, 40);
  208. this.cbAccountingYear.Margin = new System.Windows.Forms.Padding(5);
  209. this.cbAccountingYear.Name = "cbAccountingYear";
  210. this.cbAccountingYear.Size = new System.Drawing.Size(103, 28);
  211. this.cbAccountingYear.TabIndex = 1;
  212. this.cbAccountingYear.SelectedIndexChanged += new System.EventHandler(this.cbAccountingYear_SelectedIndexChanged);
  213. //
  214. // dgvDataMaintain
  215. //
  216. this.dgvDataMaintain.AllowUserToAddRows = false;
  217. this.dgvDataMaintain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  218. | System.Windows.Forms.AnchorStyles.Left)
  219. | System.Windows.Forms.AnchorStyles.Right)));
  220. this.dgvDataMaintain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  221. this.dgvDataMaintain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  222. this.cCheckedColumn,
  223. this.cAccountingID,
  224. this.cAccountingDate,
  225. this.cAccountSubID,
  226. this.cAccountSubName,
  227. this.cMemo,
  228. this.cDebit,
  229. this.cCredit,
  230. this.cProjectName,
  231. this.cProjectID});
  232. this.dgvDataMaintain.Location = new System.Drawing.Point(20, 78);
  233. this.dgvDataMaintain.Margin = new System.Windows.Forms.Padding(5);
  234. this.dgvDataMaintain.Name = "dgvDataMaintain";
  235. this.dgvDataMaintain.RowTemplate.Height = 24;
  236. this.dgvDataMaintain.Size = new System.Drawing.Size(1446, 365);
  237. this.dgvDataMaintain.TabIndex = 4;
  238. this.dgvDataMaintain.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellClick);
  239. this.dgvDataMaintain.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellContentClick);
  240. this.dgvDataMaintain.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellEnter);
  241. this.dgvDataMaintain.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dgvDataMaintain_CellPainting);
  242. this.dgvDataMaintain.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellValueChanged);
  243. //
  244. // label2
  245. //
  246. this.label2.AutoSize = true;
  247. this.label2.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  248. this.label2.Location = new System.Drawing.Point(1182, 43);
  249. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  250. this.label2.Name = "label2";
  251. this.label2.Size = new System.Drawing.Size(57, 20);
  252. this.label2.TabIndex = 9;
  253. this.label2.Text = "摘要:";
  254. //
  255. // txtMemo
  256. //
  257. this.txtMemo.Location = new System.Drawing.Point(1236, 39);
  258. this.txtMemo.Name = "txtMemo";
  259. this.txtMemo.Size = new System.Drawing.Size(230, 29);
  260. this.txtMemo.TabIndex = 6;
  261. //
  262. // label3
  263. //
  264. this.label3.AutoSize = true;
  265. this.label3.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  266. this.label3.Location = new System.Drawing.Point(915, 43);
  267. this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  268. this.label3.Name = "label3";
  269. this.label3.Size = new System.Drawing.Size(89, 20);
  270. this.label3.TabIndex = 9;
  271. this.label3.Text = "科目名稱:";
  272. //
  273. // txtAccSubName
  274. //
  275. this.txtAccSubName.Location = new System.Drawing.Point(1003, 39);
  276. this.txtAccSubName.Name = "txtAccSubName";
  277. this.txtAccSubName.Size = new System.Drawing.Size(154, 29);
  278. this.txtAccSubName.TabIndex = 5;
  279. //
  280. // label4
  281. //
  282. this.label4.AutoSize = true;
  283. this.label4.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  284. this.label4.Location = new System.Drawing.Point(228, 43);
  285. this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  286. this.label4.Name = "label4";
  287. this.label4.Size = new System.Drawing.Size(89, 20);
  288. this.label4.TabIndex = 9;
  289. this.label4.Text = "傳票日期:";
  290. //
  291. // dpAccStart
  292. //
  293. this.dpAccStart.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  294. this.dpAccStart.Location = new System.Drawing.Point(315, 41);
  295. this.dpAccStart.Name = "dpAccStart";
  296. this.dpAccStart.Size = new System.Drawing.Size(137, 29);
  297. this.dpAccStart.TabIndex = 2;
  298. //
  299. // label5
  300. //
  301. this.label5.AutoSize = true;
  302. this.label5.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  303. this.label5.Location = new System.Drawing.Point(460, 42);
  304. this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  305. this.label5.Name = "label5";
  306. this.label5.Size = new System.Drawing.Size(21, 20);
  307. this.label5.TabIndex = 9;
  308. this.label5.Text = "~";
  309. //
  310. // dpAccEnd
  311. //
  312. this.dpAccEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  313. this.dpAccEnd.Location = new System.Drawing.Point(489, 41);
  314. this.dpAccEnd.Name = "dpAccEnd";
  315. this.dpAccEnd.Size = new System.Drawing.Size(137, 29);
  316. this.dpAccEnd.TabIndex = 3;
  317. //
  318. // label6
  319. //
  320. this.label6.AutoSize = true;
  321. this.label6.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  322. this.label6.Location = new System.Drawing.Point(662, 43);
  323. this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  324. this.label6.Name = "label6";
  325. this.label6.Size = new System.Drawing.Size(89, 20);
  326. this.label6.TabIndex = 9;
  327. this.label6.Text = "傳票編號:";
  328. //
  329. // txtAccountingID
  330. //
  331. this.txtAccountingID.Location = new System.Drawing.Point(759, 40);
  332. this.txtAccountingID.Name = "txtAccountingID";
  333. this.txtAccountingID.Size = new System.Drawing.Size(136, 29);
  334. this.txtAccountingID.TabIndex = 4;
  335. //
  336. // cCheckedColumn
  337. //
  338. this.cCheckedColumn.FalseValue = "N";
  339. this.cCheckedColumn.HeaderText = "選擇";
  340. this.cCheckedColumn.Name = "cCheckedColumn";
  341. this.cCheckedColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  342. this.cCheckedColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  343. this.cCheckedColumn.TrueValue = "Y";
  344. this.cCheckedColumn.Width = 70;
  345. //
  346. // cAccountingID
  347. //
  348. this.cAccountingID.HeaderText = "傳票編號";
  349. this.cAccountingID.Name = "cAccountingID";
  350. this.cAccountingID.Width = 200;
  351. //
  352. // cAccountingDate
  353. //
  354. this.cAccountingDate.HeaderText = "傳票日期";
  355. this.cAccountingDate.Name = "cAccountingDate";
  356. this.cAccountingDate.Width = 150;
  357. //
  358. // cAccountSubID
  359. //
  360. this.cAccountSubID.HeaderText = "科目代號";
  361. this.cAccountSubID.Name = "cAccountSubID";
  362. //
  363. // cAccountSubName
  364. //
  365. this.cAccountSubName.HeaderText = "科目名稱";
  366. this.cAccountSubName.Name = "cAccountSubName";
  367. this.cAccountSubName.Width = 200;
  368. //
  369. // cMemo
  370. //
  371. this.cMemo.HeaderText = "摘要";
  372. this.cMemo.Name = "cMemo";
  373. this.cMemo.Width = 500;
  374. //
  375. // cDebit
  376. //
  377. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  378. dataGridViewCellStyle1.Format = "N0";
  379. dataGridViewCellStyle1.NullValue = null;
  380. this.cDebit.DefaultCellStyle = dataGridViewCellStyle1;
  381. this.cDebit.HeaderText = "借方金額";
  382. this.cDebit.Name = "cDebit";
  383. this.cDebit.Width = 150;
  384. //
  385. // cCredit
  386. //
  387. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  388. dataGridViewCellStyle2.Format = "N0";
  389. dataGridViewCellStyle2.NullValue = null;
  390. this.cCredit.DefaultCellStyle = dataGridViewCellStyle2;
  391. this.cCredit.HeaderText = "貸方金額";
  392. this.cCredit.Name = "cCredit";
  393. this.cCredit.Width = 150;
  394. //
  395. // cProjectName
  396. //
  397. this.cProjectName.HeaderText = "專案名稱";
  398. this.cProjectName.Name = "cProjectName";
  399. this.cProjectName.Width = 250;
  400. //
  401. // cProjectID
  402. //
  403. this.cProjectID.HeaderText = "專案代碼";
  404. this.cProjectID.Name = "cProjectID";
  405. this.cProjectID.Visible = false;
  406. this.cProjectID.Width = 200;
  407. //
  408. // AccountingJournalMaintain
  409. //
  410. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  411. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  412. this.ClientSize = new System.Drawing.Size(1486, 463);
  413. this.Controls.Add(this.dpAccEnd);
  414. this.Controls.Add(this.dpAccStart);
  415. this.Controls.Add(this.txtAccountingID);
  416. this.Controls.Add(this.txtAccSubName);
  417. this.Controls.Add(this.txtMemo);
  418. this.Controls.Add(this.dgvDataMaintain);
  419. this.Controls.Add(this.label6);
  420. this.Controls.Add(this.label3);
  421. this.Controls.Add(this.cbAccountingYear);
  422. this.Controls.Add(this.label2);
  423. this.Controls.Add(this.label5);
  424. this.Controls.Add(this.label4);
  425. this.Controls.Add(this.label1);
  426. this.Controls.Add(this.tsButtons);
  427. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  428. this.Margin = new System.Windows.Forms.Padding(5);
  429. this.Name = "AccountingJournalMaintain";
  430. this.Text = "會計日記帳";
  431. this.Load += new System.EventHandler(this.AccountJournalMaintain_Load);
  432. this.tsButtons.ResumeLayout(false);
  433. this.tsButtons.PerformLayout();
  434. ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).EndInit();
  435. this.ResumeLayout(false);
  436. this.PerformLayout();
  437. }
  438. #endregion
  439. private System.Windows.Forms.ToolStrip tsButtons;
  440. private System.Windows.Forms.ToolStripButton tsbSearch;
  441. private System.Windows.Forms.ToolStripButton tsbAdd;
  442. private System.Windows.Forms.ToolStripButton tsbEdit;
  443. private System.Windows.Forms.ToolStripButton tsbDelete;
  444. private System.Windows.Forms.ToolStripButton tsbSave;
  445. private System.Windows.Forms.ToolStripButton tsbOK;
  446. private System.Windows.Forms.ToolStripButton tsbCancel;
  447. private System.Windows.Forms.ToolStripButton tsbExit;
  448. private System.Windows.Forms.Label label1;
  449. private System.Windows.Forms.ComboBox cbAccountingYear;
  450. private System.Windows.Forms.DataGridView dgvDataMaintain;
  451. private System.Windows.Forms.Label label2;
  452. private System.Windows.Forms.TextBox txtMemo;
  453. private System.Windows.Forms.Label label3;
  454. private System.Windows.Forms.TextBox txtAccSubName;
  455. private System.Windows.Forms.Label label4;
  456. private System.Windows.Forms.DateTimePicker dpAccStart;
  457. private System.Windows.Forms.Label label5;
  458. private System.Windows.Forms.DateTimePicker dpAccEnd;
  459. private System.Windows.Forms.Label label6;
  460. private System.Windows.Forms.TextBox txtAccountingID;
  461. private System.Windows.Forms.ToolStripButton tsbClean;
  462. private System.Windows.Forms.ToolStripButton tsbReturn;
  463. private System.Windows.Forms.DataGridViewCheckBoxColumn cCheckedColumn;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingID;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingDate;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountSubID;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountSubName;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn cMemo;
  469. private System.Windows.Forms.DataGridViewTextBoxColumn cDebit;
  470. private System.Windows.Forms.DataGridViewTextBoxColumn cCredit;
  471. private System.Windows.Forms.DataGridViewTextBoxColumn cProjectName;
  472. private System.Windows.Forms.DataGridViewTextBoxColumn cProjectID;
  473. }
  474. }