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.

320 lines
16 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class AccountingBookMaintain
  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(AccountingBookMaintain));
  29. this.tsButtons = new System.Windows.Forms.ToolStrip();
  30. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  31. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  32. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  33. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  34. this.tsbSave = new System.Windows.Forms.ToolStripButton();
  35. this.tsbOK = new System.Windows.Forms.ToolStripButton();
  36. this.tsbCancel = new System.Windows.Forms.ToolStripButton();
  37. this.tsbClean = new System.Windows.Forms.ToolStripButton();
  38. this.tsbExit = new System.Windows.Forms.ToolStripButton();
  39. this.dgvAccountingBook = new System.Windows.Forms.DataGridView();
  40. this.cAccountingBookID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.cAccountingBookName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.txtAccountingBookID = new System.Windows.Forms.TextBox();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.txtAccountingBookName = new System.Windows.Forms.TextBox();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.cbBelongOrg = new System.Windows.Forms.ComboBox();
  47. this.label12 = new System.Windows.Forms.Label();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.cbEffective = new System.Windows.Forms.CheckBox();
  50. this.tsButtons.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgvAccountingBook)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // tsButtons
  55. //
  56. this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
  57. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  58. this.tsbSearch,
  59. this.tsbAdd,
  60. this.tsbEdit,
  61. this.tsbDelete,
  62. this.tsbSave,
  63. this.tsbOK,
  64. this.tsbCancel,
  65. this.tsbClean,
  66. this.tsbExit});
  67. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  68. this.tsButtons.Name = "tsButtons";
  69. this.tsButtons.Size = new System.Drawing.Size(1033, 32);
  70. this.tsButtons.TabIndex = 5;
  71. this.tsButtons.Text = "功能按鈕表";
  72. //
  73. // tsbSearch
  74. //
  75. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  76. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  77. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  78. this.tsbSearch.Name = "tsbSearch";
  79. this.tsbSearch.Size = new System.Drawing.Size(29, 29);
  80. this.tsbSearch.Text = "搜尋";
  81. this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
  82. //
  83. // tsbAdd
  84. //
  85. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  86. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  87. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  88. this.tsbAdd.Name = "tsbAdd";
  89. this.tsbAdd.Size = new System.Drawing.Size(29, 29);
  90. this.tsbAdd.Text = "新增";
  91. this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
  92. //
  93. // tsbEdit
  94. //
  95. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  96. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  97. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  98. this.tsbEdit.Name = "tsbEdit";
  99. this.tsbEdit.Size = new System.Drawing.Size(29, 29);
  100. this.tsbEdit.Text = "修改";
  101. this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
  102. //
  103. // tsbDelete
  104. //
  105. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  106. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  107. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  108. this.tsbDelete.Name = "tsbDelete";
  109. this.tsbDelete.Size = new System.Drawing.Size(29, 29);
  110. this.tsbDelete.Text = "刪除";
  111. this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
  112. //
  113. // tsbSave
  114. //
  115. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  116. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  117. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  118. this.tsbSave.Name = "tsbSave";
  119. this.tsbSave.Size = new System.Drawing.Size(29, 29);
  120. this.tsbSave.Text = "儲存";
  121. this.tsbSave.Visible = false;
  122. this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
  123. //
  124. // tsbOK
  125. //
  126. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  127. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  128. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  129. this.tsbOK.Name = "tsbOK";
  130. this.tsbOK.Size = new System.Drawing.Size(29, 29);
  131. this.tsbOK.Text = "確認";
  132. this.tsbOK.Visible = false;
  133. //
  134. // tsbCancel
  135. //
  136. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  137. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  138. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  139. this.tsbCancel.Name = "tsbCancel";
  140. this.tsbCancel.Size = new System.Drawing.Size(29, 29);
  141. this.tsbCancel.Text = "取消";
  142. this.tsbCancel.Visible = false;
  143. this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
  144. //
  145. // tsbClean
  146. //
  147. this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  148. this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
  149. this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
  150. this.tsbClean.Name = "tsbClean";
  151. this.tsbClean.Size = new System.Drawing.Size(29, 29);
  152. this.tsbClean.Text = "清除";
  153. this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click);
  154. //
  155. // tsbExit
  156. //
  157. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  158. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  159. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  160. this.tsbExit.Name = "tsbExit";
  161. this.tsbExit.Size = new System.Drawing.Size(29, 29);
  162. this.tsbExit.Text = "離開";
  163. this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
  164. //
  165. // dgvAccountingBook
  166. //
  167. this.dgvAccountingBook.AllowUserToAddRows = false;
  168. this.dgvAccountingBook.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  169. | System.Windows.Forms.AnchorStyles.Left)));
  170. this.dgvAccountingBook.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  171. this.dgvAccountingBook.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  172. this.cAccountingBookID,
  173. this.cAccountingBookName});
  174. this.dgvAccountingBook.Location = new System.Drawing.Point(0, 36);
  175. this.dgvAccountingBook.Margin = new System.Windows.Forms.Padding(5);
  176. this.dgvAccountingBook.Name = "dgvAccountingBook";
  177. this.dgvAccountingBook.ReadOnly = true;
  178. this.dgvAccountingBook.RowTemplate.Height = 24;
  179. this.dgvAccountingBook.Size = new System.Drawing.Size(348, 401);
  180. this.dgvAccountingBook.TabIndex = 6;
  181. this.dgvAccountingBook.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccountingBook_CellEnter);
  182. //
  183. // cAccountingBookID
  184. //
  185. this.cAccountingBookID.DataPropertyName = "AccountingBookID";
  186. this.cAccountingBookID.HeaderText = "帳本編號";
  187. this.cAccountingBookID.Name = "cAccountingBookID";
  188. this.cAccountingBookID.ReadOnly = true;
  189. //
  190. // cAccountingBookName
  191. //
  192. this.cAccountingBookName.DataPropertyName = "AccountingBookName";
  193. this.cAccountingBookName.HeaderText = "帳本名稱";
  194. this.cAccountingBookName.Name = "cAccountingBookName";
  195. this.cAccountingBookName.ReadOnly = true;
  196. this.cAccountingBookName.Width = 200;
  197. //
  198. // txtAccountingBookID
  199. //
  200. this.txtAccountingBookID.Location = new System.Drawing.Point(466, 36);
  201. this.txtAccountingBookID.Name = "txtAccountingBookID";
  202. this.txtAccountingBookID.Size = new System.Drawing.Size(110, 29);
  203. this.txtAccountingBookID.TabIndex = 7;
  204. //
  205. // label1
  206. //
  207. this.label1.AutoSize = true;
  208. this.label1.Location = new System.Drawing.Point(371, 39);
  209. this.label1.Name = "label1";
  210. this.label1.Size = new System.Drawing.Size(89, 20);
  211. this.label1.TabIndex = 8;
  212. this.label1.Text = "帳本編號:";
  213. //
  214. // txtAccountingBookName
  215. //
  216. this.txtAccountingBookName.Location = new System.Drawing.Point(466, 71);
  217. this.txtAccountingBookName.Name = "txtAccountingBookName";
  218. this.txtAccountingBookName.Size = new System.Drawing.Size(205, 29);
  219. this.txtAccountingBookName.TabIndex = 9;
  220. //
  221. // label2
  222. //
  223. this.label2.AutoSize = true;
  224. this.label2.Location = new System.Drawing.Point(371, 74);
  225. this.label2.Name = "label2";
  226. this.label2.Size = new System.Drawing.Size(89, 20);
  227. this.label2.TabIndex = 10;
  228. this.label2.Text = "帳本名稱:";
  229. //
  230. // cbBelongOrg
  231. //
  232. this.cbBelongOrg.Enabled = false;
  233. this.cbBelongOrg.FormattingEnabled = true;
  234. this.cbBelongOrg.Location = new System.Drawing.Point(466, 106);
  235. this.cbBelongOrg.Name = "cbBelongOrg";
  236. this.cbBelongOrg.Size = new System.Drawing.Size(205, 28);
  237. this.cbBelongOrg.TabIndex = 11;
  238. //
  239. // label12
  240. //
  241. this.label12.AutoSize = true;
  242. this.label12.Location = new System.Drawing.Point(371, 109);
  243. this.label12.Name = "label12";
  244. this.label12.Size = new System.Drawing.Size(89, 20);
  245. this.label12.TabIndex = 12;
  246. this.label12.Text = "所屬組織:";
  247. //
  248. // label3
  249. //
  250. this.label3.AutoSize = true;
  251. this.label3.Location = new System.Drawing.Point(371, 141);
  252. this.label3.Name = "label3";
  253. this.label3.Size = new System.Drawing.Size(89, 20);
  254. this.label3.TabIndex = 12;
  255. this.label3.Text = "是否有效:";
  256. //
  257. // cbEffective
  258. //
  259. this.cbEffective.AutoSize = true;
  260. this.cbEffective.Location = new System.Drawing.Point(466, 145);
  261. this.cbEffective.Name = "cbEffective";
  262. this.cbEffective.Size = new System.Drawing.Size(15, 14);
  263. this.cbEffective.TabIndex = 13;
  264. this.cbEffective.UseVisualStyleBackColor = true;
  265. //
  266. // AccountingBookMaintain
  267. //
  268. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  269. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  270. this.ClientSize = new System.Drawing.Size(1033, 435);
  271. this.Controls.Add(this.cbEffective);
  272. this.Controls.Add(this.cbBelongOrg);
  273. this.Controls.Add(this.label3);
  274. this.Controls.Add(this.label12);
  275. this.Controls.Add(this.txtAccountingBookName);
  276. this.Controls.Add(this.label2);
  277. this.Controls.Add(this.txtAccountingBookID);
  278. this.Controls.Add(this.label1);
  279. this.Controls.Add(this.dgvAccountingBook);
  280. this.Controls.Add(this.tsButtons);
  281. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  282. this.Margin = new System.Windows.Forms.Padding(5);
  283. this.Name = "AccountingBookMaintain";
  284. this.Text = "帳本管理";
  285. this.Load += new System.EventHandler(this.AccountingBookMaintain_Load);
  286. this.tsButtons.ResumeLayout(false);
  287. this.tsButtons.PerformLayout();
  288. ((System.ComponentModel.ISupportInitialize)(this.dgvAccountingBook)).EndInit();
  289. this.ResumeLayout(false);
  290. this.PerformLayout();
  291. }
  292. #endregion
  293. private System.Windows.Forms.ToolStrip tsButtons;
  294. private System.Windows.Forms.ToolStripButton tsbSearch;
  295. private System.Windows.Forms.ToolStripButton tsbAdd;
  296. private System.Windows.Forms.ToolStripButton tsbEdit;
  297. private System.Windows.Forms.ToolStripButton tsbDelete;
  298. private System.Windows.Forms.ToolStripButton tsbSave;
  299. private System.Windows.Forms.ToolStripButton tsbOK;
  300. private System.Windows.Forms.ToolStripButton tsbCancel;
  301. private System.Windows.Forms.ToolStripButton tsbClean;
  302. private System.Windows.Forms.ToolStripButton tsbExit;
  303. private System.Windows.Forms.DataGridView dgvAccountingBook;
  304. private System.Windows.Forms.TextBox txtAccountingBookID;
  305. private System.Windows.Forms.Label label1;
  306. private System.Windows.Forms.TextBox txtAccountingBookName;
  307. private System.Windows.Forms.Label label2;
  308. private System.Windows.Forms.ComboBox cbBelongOrg;
  309. private System.Windows.Forms.Label label12;
  310. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingBookID;
  311. private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingBookName;
  312. private System.Windows.Forms.Label label3;
  313. private System.Windows.Forms.CheckBox cbEffective;
  314. }
  315. }