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.

376 lines
18 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class AccountingSubjectMaintain
  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(AccountingSubjectMaintain));
  29. this.dgvAccountingSubjects = new System.Windows.Forms.DataGridView();
  30. this.cAccountingSubID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.cAccountingSubName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.txtAccountingSubID = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.txtAccountingSubName = new System.Windows.Forms.TextBox();
  36. this.tsButtons = new System.Windows.Forms.ToolStrip();
  37. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  38. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  39. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  40. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  41. this.tsbSave = new System.Windows.Forms.ToolStripButton();
  42. this.tsbOK = new System.Windows.Forms.ToolStripButton();
  43. this.tsbCancel = new System.Windows.Forms.ToolStripButton();
  44. this.tsbClean = new System.Windows.Forms.ToolStripButton();
  45. this.tsbExit = new System.Windows.Forms.ToolStripButton();
  46. this.tsbSetup = new System.Windows.Forms.ToolStripButton();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.cbAccountingClass = new System.Windows.Forms.ComboBox();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.cbDCClass = new System.Windows.Forms.ComboBox();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.txtMemo = new System.Windows.Forms.TextBox();
  53. this.label5 = new System.Windows.Forms.Label();
  54. this.cbToCarry = new System.Windows.Forms.CheckBox();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgvAccountingSubjects)).BeginInit();
  56. this.tsButtons.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // dgvAccountingSubjects
  60. //
  61. this.dgvAccountingSubjects.AllowUserToAddRows = false;
  62. this.dgvAccountingSubjects.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  63. | System.Windows.Forms.AnchorStyles.Left)));
  64. this.dgvAccountingSubjects.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  65. this.dgvAccountingSubjects.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  66. this.cAccountingSubID,
  67. this.cAccountingSubName});
  68. this.dgvAccountingSubjects.Location = new System.Drawing.Point(0, 35);
  69. this.dgvAccountingSubjects.Margin = new System.Windows.Forms.Padding(5);
  70. this.dgvAccountingSubjects.Name = "dgvAccountingSubjects";
  71. this.dgvAccountingSubjects.ReadOnly = true;
  72. this.dgvAccountingSubjects.RowTemplate.Height = 24;
  73. this.dgvAccountingSubjects.Size = new System.Drawing.Size(380, 535);
  74. this.dgvAccountingSubjects.TabIndex = 0;
  75. this.dgvAccountingSubjects.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccountingSubject_CellEnter);
  76. //
  77. // cAccountingSubID
  78. //
  79. this.cAccountingSubID.DataPropertyName = "AccountingSubID";
  80. this.cAccountingSubID.HeaderText = "會計科目編號";
  81. this.cAccountingSubID.Name = "cAccountingSubID";
  82. this.cAccountingSubID.ReadOnly = true;
  83. this.cAccountingSubID.Width = 130;
  84. //
  85. // cAccountingSubName
  86. //
  87. this.cAccountingSubName.DataPropertyName = "AccountingSubName";
  88. this.cAccountingSubName.HeaderText = "會計科目";
  89. this.cAccountingSubName.Name = "cAccountingSubName";
  90. this.cAccountingSubName.ReadOnly = true;
  91. this.cAccountingSubName.Width = 200;
  92. //
  93. // label1
  94. //
  95. this.label1.AutoSize = true;
  96. this.label1.Location = new System.Drawing.Point(395, 38);
  97. this.label1.Name = "label1";
  98. this.label1.Size = new System.Drawing.Size(89, 20);
  99. this.label1.TabIndex = 5;
  100. this.label1.Text = "科目編號:";
  101. //
  102. // txtAccountingSubID
  103. //
  104. this.txtAccountingSubID.Location = new System.Drawing.Point(490, 35);
  105. this.txtAccountingSubID.Name = "txtAccountingSubID";
  106. this.txtAccountingSubID.Size = new System.Drawing.Size(205, 29);
  107. this.txtAccountingSubID.TabIndex = 1;
  108. //
  109. // label2
  110. //
  111. this.label2.AutoSize = true;
  112. this.label2.Location = new System.Drawing.Point(780, 41);
  113. this.label2.Name = "label2";
  114. this.label2.Size = new System.Drawing.Size(89, 20);
  115. this.label2.TabIndex = 5;
  116. this.label2.Text = "會計科目:";
  117. //
  118. // txtAccountingSubName
  119. //
  120. this.txtAccountingSubName.Location = new System.Drawing.Point(875, 35);
  121. this.txtAccountingSubName.Name = "txtAccountingSubName";
  122. this.txtAccountingSubName.Size = new System.Drawing.Size(205, 29);
  123. this.txtAccountingSubName.TabIndex = 2;
  124. //
  125. // tsButtons
  126. //
  127. this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
  128. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  129. this.tsbSearch,
  130. this.tsbAdd,
  131. this.tsbEdit,
  132. this.tsbDelete,
  133. this.tsbSave,
  134. this.tsbOK,
  135. this.tsbCancel,
  136. this.tsbClean,
  137. this.tsbExit,
  138. this.tsbSetup});
  139. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  140. this.tsButtons.Name = "tsButtons";
  141. this.tsButtons.Size = new System.Drawing.Size(1150, 32);
  142. this.tsButtons.TabIndex = 7;
  143. this.tsButtons.Text = "功能按鈕表";
  144. //
  145. // tsbSearch
  146. //
  147. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  148. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  149. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  150. this.tsbSearch.Name = "tsbSearch";
  151. this.tsbSearch.Size = new System.Drawing.Size(29, 29);
  152. this.tsbSearch.Text = "搜尋";
  153. this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
  154. //
  155. // tsbAdd
  156. //
  157. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  158. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  159. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  160. this.tsbAdd.Name = "tsbAdd";
  161. this.tsbAdd.Size = new System.Drawing.Size(29, 29);
  162. this.tsbAdd.Text = "新增";
  163. this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
  164. //
  165. // tsbEdit
  166. //
  167. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  168. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  169. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  170. this.tsbEdit.Name = "tsbEdit";
  171. this.tsbEdit.Size = new System.Drawing.Size(29, 29);
  172. this.tsbEdit.Text = "修改";
  173. this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
  174. //
  175. // tsbDelete
  176. //
  177. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  178. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  179. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  180. this.tsbDelete.Name = "tsbDelete";
  181. this.tsbDelete.Size = new System.Drawing.Size(29, 29);
  182. this.tsbDelete.Text = "刪除";
  183. this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
  184. //
  185. // tsbSave
  186. //
  187. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  188. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  189. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  190. this.tsbSave.Name = "tsbSave";
  191. this.tsbSave.Size = new System.Drawing.Size(29, 29);
  192. this.tsbSave.Text = "儲存";
  193. this.tsbSave.Visible = false;
  194. this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
  195. //
  196. // tsbOK
  197. //
  198. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  199. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  200. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  201. this.tsbOK.Name = "tsbOK";
  202. this.tsbOK.Size = new System.Drawing.Size(29, 29);
  203. this.tsbOK.Text = "確認";
  204. this.tsbOK.Visible = false;
  205. this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click);
  206. //
  207. // tsbCancel
  208. //
  209. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  210. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  211. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  212. this.tsbCancel.Name = "tsbCancel";
  213. this.tsbCancel.Size = new System.Drawing.Size(29, 29);
  214. this.tsbCancel.Text = "取消";
  215. this.tsbCancel.Visible = false;
  216. this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
  217. //
  218. // tsbClean
  219. //
  220. this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  221. this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
  222. this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
  223. this.tsbClean.Name = "tsbClean";
  224. this.tsbClean.Size = new System.Drawing.Size(29, 29);
  225. this.tsbClean.Text = "清除";
  226. this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click);
  227. //
  228. // tsbExit
  229. //
  230. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  231. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  232. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  233. this.tsbExit.Name = "tsbExit";
  234. this.tsbExit.Size = new System.Drawing.Size(29, 29);
  235. this.tsbExit.Text = "離開";
  236. this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
  237. //
  238. // tsbSetup
  239. //
  240. this.tsbSetup.Name = "tsbSetup";
  241. this.tsbSetup.Size = new System.Drawing.Size(23, 29);
  242. //
  243. // label3
  244. //
  245. this.label3.AutoSize = true;
  246. this.label3.Location = new System.Drawing.Point(395, 76);
  247. this.label3.Name = "label3";
  248. this.label3.Size = new System.Drawing.Size(89, 20);
  249. this.label3.TabIndex = 5;
  250. this.label3.Text = "科目類別:";
  251. //
  252. // cbAccountingClass
  253. //
  254. this.cbAccountingClass.FormattingEnabled = true;
  255. this.cbAccountingClass.Location = new System.Drawing.Point(490, 70);
  256. this.cbAccountingClass.Name = "cbAccountingClass";
  257. this.cbAccountingClass.Size = new System.Drawing.Size(205, 28);
  258. this.cbAccountingClass.TabIndex = 3;
  259. this.cbAccountingClass.SelectedIndexChanged += new System.EventHandler(this.cbAccountingClass_SelectedIndexChanged);
  260. //
  261. // label4
  262. //
  263. this.label4.AutoSize = true;
  264. this.label4.Location = new System.Drawing.Point(757, 78);
  265. this.label4.Name = "label4";
  266. this.label4.Size = new System.Drawing.Size(112, 20);
  267. this.label4.TabIndex = 5;
  268. this.label4.Text = "借/貸方類別:";
  269. //
  270. // cbDCClass
  271. //
  272. this.cbDCClass.FormattingEnabled = true;
  273. this.cbDCClass.Location = new System.Drawing.Point(875, 70);
  274. this.cbDCClass.Name = "cbDCClass";
  275. this.cbDCClass.Size = new System.Drawing.Size(205, 28);
  276. this.cbDCClass.TabIndex = 4;
  277. //
  278. // label6
  279. //
  280. this.label6.AutoSize = true;
  281. this.label6.Location = new System.Drawing.Point(427, 140);
  282. this.label6.Name = "label6";
  283. this.label6.Size = new System.Drawing.Size(57, 20);
  284. this.label6.TabIndex = 5;
  285. this.label6.Text = "備註:";
  286. //
  287. // txtMemo
  288. //
  289. this.txtMemo.Location = new System.Drawing.Point(490, 137);
  290. this.txtMemo.Multiline = true;
  291. this.txtMemo.Name = "txtMemo";
  292. this.txtMemo.Size = new System.Drawing.Size(590, 131);
  293. this.txtMemo.TabIndex = 6;
  294. //
  295. // label5
  296. //
  297. this.label5.AutoSize = true;
  298. this.label5.Location = new System.Drawing.Point(395, 108);
  299. this.label5.Name = "label5";
  300. this.label5.Size = new System.Drawing.Size(89, 20);
  301. this.label5.TabIndex = 5;
  302. this.label5.Text = "是否結轉:";
  303. //
  304. // cbToCarry
  305. //
  306. this.cbToCarry.AutoSize = true;
  307. this.cbToCarry.Location = new System.Drawing.Point(491, 114);
  308. this.cbToCarry.Name = "cbToCarry";
  309. this.cbToCarry.Size = new System.Drawing.Size(15, 14);
  310. this.cbToCarry.TabIndex = 5;
  311. this.cbToCarry.UseVisualStyleBackColor = true;
  312. //
  313. // AccountingSubjectMaintain
  314. //
  315. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  316. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  317. this.ClientSize = new System.Drawing.Size(1150, 570);
  318. this.Controls.Add(this.cbToCarry);
  319. this.Controls.Add(this.cbDCClass);
  320. this.Controls.Add(this.cbAccountingClass);
  321. this.Controls.Add(this.tsButtons);
  322. this.Controls.Add(this.txtAccountingSubName);
  323. this.Controls.Add(this.label2);
  324. this.Controls.Add(this.label4);
  325. this.Controls.Add(this.txtMemo);
  326. this.Controls.Add(this.txtAccountingSubID);
  327. this.Controls.Add(this.label6);
  328. this.Controls.Add(this.label5);
  329. this.Controls.Add(this.label3);
  330. this.Controls.Add(this.label1);
  331. this.Controls.Add(this.dgvAccountingSubjects);
  332. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  333. this.Margin = new System.Windows.Forms.Padding(5);
  334. this.Name = "AccountingSubjectMaintain";
  335. this.Text = "會計科目管理";
  336. this.Load += new System.EventHandler(this.AccountingSubjectMaintain_Load);
  337. ((System.ComponentModel.ISupportInitialize)(this.dgvAccountingSubjects)).EndInit();
  338. this.tsButtons.ResumeLayout(false);
  339. this.tsButtons.PerformLayout();
  340. this.ResumeLayout(false);
  341. this.PerformLayout();
  342. }
  343. #endregion
  344. private System.Windows.Forms.DataGridView dgvAccountingSubjects;
  345. private System.Windows.Forms.Label label1;
  346. private System.Windows.Forms.TextBox txtAccountingSubID;
  347. private System.Windows.Forms.Label label2;
  348. private System.Windows.Forms.TextBox txtAccountingSubName;
  349. private System.Windows.Forms.ToolStrip tsButtons;
  350. private System.Windows.Forms.ToolStripButton tsbSearch;
  351. private System.Windows.Forms.ToolStripButton tsbAdd;
  352. private System.Windows.Forms.ToolStripButton tsbEdit;
  353. private System.Windows.Forms.ToolStripButton tsbDelete;
  354. private System.Windows.Forms.ToolStripButton tsbSave;
  355. private System.Windows.Forms.ToolStripButton tsbOK;
  356. private System.Windows.Forms.ToolStripButton tsbCancel;
  357. private System.Windows.Forms.ToolStripButton tsbExit;
  358. private System.Windows.Forms.Label label3;
  359. private System.Windows.Forms.ComboBox cbAccountingClass;
  360. private System.Windows.Forms.Label label4;
  361. private System.Windows.Forms.ComboBox cbDCClass;
  362. private System.Windows.Forms.Label label6;
  363. private System.Windows.Forms.TextBox txtMemo;
  364. private System.Windows.Forms.ToolStripButton tsbClean;
  365. private System.Windows.Forms.Label label5;
  366. private System.Windows.Forms.CheckBox cbToCarry;
  367. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingSubID;
  368. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingSubName;
  369. private System.Windows.Forms.ToolStripButton tsbSetup;
  370. }
  371. }