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.

275 lines
14 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class AccountBook
  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(AccountBook));
  29. this.dgvDataMaintain = new System.Windows.Forms.DataGridView();
  30. this.tsButtons = new System.Windows.Forms.ToolStrip();
  31. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  32. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  33. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  34. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  35. this.tsbSave = new System.Windows.Forms.ToolStripButton();
  36. this.tsbOK = new System.Windows.Forms.ToolStripButton();
  37. this.tsbCancel = new System.Windows.Forms.ToolStripButton();
  38. this.tsbExit = new System.Windows.Forms.ToolStripButton();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.comboBox1 = new System.Windows.Forms.ComboBox();
  41. this.cAccountingID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.cAccountingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.cAccountID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.cAccountName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.cMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.cDebit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.cCredit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).BeginInit();
  49. this.tsButtons.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // dgvDataMaintain
  53. //
  54. this.dgvDataMaintain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  55. | System.Windows.Forms.AnchorStyles.Left)
  56. | System.Windows.Forms.AnchorStyles.Right)));
  57. this.dgvDataMaintain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  58. this.dgvDataMaintain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  59. this.cAccountingID,
  60. this.cAccountingDate,
  61. this.cAccountID,
  62. this.cAccountName,
  63. this.cMemo,
  64. this.cDebit,
  65. this.cCredit});
  66. this.dgvDataMaintain.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  67. this.dgvDataMaintain.Location = new System.Drawing.Point(12, 83);
  68. this.dgvDataMaintain.Name = "dgvDataMaintain";
  69. this.dgvDataMaintain.RowTemplate.Height = 24;
  70. this.dgvDataMaintain.Size = new System.Drawing.Size(1136, 427);
  71. this.dgvDataMaintain.TabIndex = 0;
  72. this.dgvDataMaintain.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellClick);
  73. this.dgvDataMaintain.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellEnter);
  74. this.dgvDataMaintain.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellValueChanged);
  75. //
  76. // tsButtons
  77. //
  78. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  79. this.tsbSearch,
  80. this.tsbAdd,
  81. this.tsbEdit,
  82. this.tsbDelete,
  83. this.tsbSave,
  84. this.tsbOK,
  85. this.tsbCancel,
  86. this.tsbExit});
  87. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  88. this.tsButtons.Name = "tsButtons";
  89. this.tsButtons.Size = new System.Drawing.Size(1160, 25);
  90. this.tsButtons.TabIndex = 5;
  91. this.tsButtons.Text = "功能按鈕表";
  92. //
  93. // tsbSearch
  94. //
  95. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  96. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  97. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  98. this.tsbSearch.Name = "tsbSearch";
  99. this.tsbSearch.Size = new System.Drawing.Size(23, 22);
  100. this.tsbSearch.Text = "搜尋";
  101. this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
  102. //
  103. // tsbAdd
  104. //
  105. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  106. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  107. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  108. this.tsbAdd.Name = "tsbAdd";
  109. this.tsbAdd.Size = new System.Drawing.Size(23, 22);
  110. this.tsbAdd.Text = "新增";
  111. this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
  112. //
  113. // tsbEdit
  114. //
  115. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  116. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  117. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  118. this.tsbEdit.Name = "tsbEdit";
  119. this.tsbEdit.Size = new System.Drawing.Size(23, 22);
  120. this.tsbEdit.Text = "修改";
  121. this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
  122. //
  123. // tsbDelete
  124. //
  125. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  126. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  127. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  128. this.tsbDelete.Name = "tsbDelete";
  129. this.tsbDelete.Size = new System.Drawing.Size(23, 22);
  130. this.tsbDelete.Text = "刪除";
  131. this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
  132. //
  133. // tsbSave
  134. //
  135. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  136. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  137. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  138. this.tsbSave.Name = "tsbSave";
  139. this.tsbSave.Size = new System.Drawing.Size(23, 22);
  140. this.tsbSave.Text = "儲存";
  141. this.tsbSave.Visible = false;
  142. this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
  143. //
  144. // tsbOK
  145. //
  146. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  147. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  148. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  149. this.tsbOK.Name = "tsbOK";
  150. this.tsbOK.Size = new System.Drawing.Size(23, 22);
  151. this.tsbOK.Text = "確認";
  152. this.tsbOK.Visible = false;
  153. this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click);
  154. //
  155. // tsbCancel
  156. //
  157. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  158. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  159. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  160. this.tsbCancel.Name = "tsbCancel";
  161. this.tsbCancel.Size = new System.Drawing.Size(23, 22);
  162. this.tsbCancel.Text = "取消";
  163. this.tsbCancel.Visible = false;
  164. this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
  165. //
  166. // tsbExit
  167. //
  168. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  169. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  170. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  171. this.tsbExit.Name = "tsbExit";
  172. this.tsbExit.Size = new System.Drawing.Size(23, 22);
  173. this.tsbExit.Text = "離開";
  174. this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
  175. //
  176. // label1
  177. //
  178. this.label1.AutoSize = true;
  179. this.label1.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  180. this.label1.Location = new System.Drawing.Point(12, 38);
  181. this.label1.Name = "label1";
  182. this.label1.Size = new System.Drawing.Size(89, 20);
  183. this.label1.TabIndex = 6;
  184. this.label1.Text = "會計年度:";
  185. //
  186. // comboBox1
  187. //
  188. this.comboBox1.Font = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  189. this.comboBox1.FormattingEnabled = true;
  190. this.comboBox1.Location = new System.Drawing.Point(107, 36);
  191. this.comboBox1.Name = "comboBox1";
  192. this.comboBox1.Size = new System.Drawing.Size(121, 27);
  193. this.comboBox1.TabIndex = 7;
  194. //
  195. // cAccountingID
  196. //
  197. this.cAccountingID.HeaderText = "傳票編號";
  198. this.cAccountingID.Name = "cAccountingID";
  199. //
  200. // cAccountingDate
  201. //
  202. this.cAccountingDate.HeaderText = "傳票日期";
  203. this.cAccountingDate.Name = "cAccountingDate";
  204. //
  205. // cAccountID
  206. //
  207. this.cAccountID.HeaderText = "科目代號";
  208. this.cAccountID.Name = "cAccountID";
  209. //
  210. // cAccountName
  211. //
  212. this.cAccountName.HeaderText = "科目名稱";
  213. this.cAccountName.Name = "cAccountName";
  214. this.cAccountName.Width = 200;
  215. //
  216. // cMemo
  217. //
  218. this.cMemo.HeaderText = "摘要";
  219. this.cMemo.Name = "cMemo";
  220. this.cMemo.Width = 300;
  221. //
  222. // cDebit
  223. //
  224. this.cDebit.HeaderText = "借方金額";
  225. this.cDebit.Name = "cDebit";
  226. //
  227. // cCredit
  228. //
  229. this.cCredit.HeaderText = "貸方金額";
  230. this.cCredit.Name = "cCredit";
  231. //
  232. // AccountBook
  233. //
  234. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  235. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  236. this.ClientSize = new System.Drawing.Size(1160, 522);
  237. this.Controls.Add(this.comboBox1);
  238. this.Controls.Add(this.label1);
  239. this.Controls.Add(this.tsButtons);
  240. this.Controls.Add(this.dgvDataMaintain);
  241. this.Name = "AccountBook";
  242. this.Text = "會計日記帳";
  243. ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).EndInit();
  244. this.tsButtons.ResumeLayout(false);
  245. this.tsButtons.PerformLayout();
  246. this.ResumeLayout(false);
  247. this.PerformLayout();
  248. }
  249. #endregion
  250. private System.Windows.Forms.DataGridView dgvDataMaintain;
  251. private System.Windows.Forms.ToolStrip tsButtons;
  252. private System.Windows.Forms.ToolStripButton tsbSearch;
  253. private System.Windows.Forms.ToolStripButton tsbAdd;
  254. private System.Windows.Forms.ToolStripButton tsbEdit;
  255. private System.Windows.Forms.ToolStripButton tsbDelete;
  256. private System.Windows.Forms.ToolStripButton tsbSave;
  257. private System.Windows.Forms.ToolStripButton tsbOK;
  258. private System.Windows.Forms.ToolStripButton tsbCancel;
  259. private System.Windows.Forms.ToolStripButton tsbExit;
  260. private System.Windows.Forms.Label label1;
  261. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingID;
  262. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingDate;
  263. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountID;
  264. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountName;
  265. private System.Windows.Forms.DataGridViewTextBoxColumn cMemo;
  266. private System.Windows.Forms.DataGridViewTextBoxColumn cDebit;
  267. private System.Windows.Forms.DataGridViewTextBoxColumn cCredit;
  268. private System.Windows.Forms.ComboBox comboBox1;
  269. }
  270. }