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.

485 lines
25 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// 設計工具所需的變數。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清除任何使用中的資源。
  11. /// </summary>
  12. /// <param name="disposing">如果應該處置 Managed 資源則為 true,否則為 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 設計工具產生的程式碼
  22. /// <summary>
  23. /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
  24. /// 修改這個方法的內容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. this.SsStatus = new System.Windows.Forms.StatusStrip();
  30. this.toolStripStatusLabel7 = new System.Windows.Forms.ToolStripStatusLabel();
  31. this.tsslAccountingBook = new System.Windows.Forms.ToolStripStatusLabel();
  32. this.toolStripStatusLabel10 = new System.Windows.Forms.ToolStripStatusLabel();
  33. this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
  34. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  35. this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel();
  36. this.toolStripStatusLabel11 = new System.Windows.Forms.ToolStripStatusLabel();
  37. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  38. this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
  39. this.tsslModifyUser = new System.Windows.Forms.ToolStripStatusLabel();
  40. this.toolStripStatusLabel9 = new System.Windows.Forms.ToolStripStatusLabel();
  41. this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
  42. this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
  43. this.tsslModifyDate = new System.Windows.Forms.ToolStripStatusLabel();
  44. this.toolStripStatusLabel8 = new System.Windows.Forms.ToolStripStatusLabel();
  45. this.msMenu = new System.Windows.Forms.MenuStrip();
  46. this.tsmSystemSetup = new System.Windows.Forms.ToolStripMenuItem();
  47. this.tsmiAccountingBookMaintain = new System.Windows.Forms.ToolStripMenuItem();
  48. this.tsmiCurrenyRateSetting = new System.Windows.Forms.ToolStripMenuItem();
  49. this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
  50. this.tESTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51. this.tsmHR = new System.Windows.Forms.ToolStripMenuItem();
  52. this.tsmiHRDataMaintain = new System.Windows.Forms.ToolStripMenuItem();
  53. this.tsmiInsuranceMaintain = new System.Windows.Forms.ToolStripMenuItem();
  54. this.tsmiSalary = new System.Windows.Forms.ToolStripMenuItem();
  55. this.tsmSalesManagement = new System.Windows.Forms.ToolStripMenuItem();
  56. this.tsmiPayPlanManagement = new System.Windows.Forms.ToolStripMenuItem();
  57. this.tsmiARManagement = new System.Windows.Forms.ToolStripMenuItem();
  58. this.tsmiAPManagement = new System.Windows.Forms.ToolStripMenuItem();
  59. this.tsmAccounting = new System.Windows.Forms.ToolStripMenuItem();
  60. this.tsmiAccountingBook = new System.Windows.Forms.ToolStripMenuItem();
  61. this.tsmiLedger = new System.Windows.Forms.ToolStripMenuItem();
  62. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  63. this.tsmiAccountingItem = new System.Windows.Forms.ToolStripMenuItem();
  64. this.tsmiOpeningEntry = new System.Windows.Forms.ToolStripMenuItem();
  65. this.tsmFinanical = new System.Windows.Forms.ToolStripMenuItem();
  66. this.tsmiBalanceSheet = new System.Windows.Forms.ToolStripMenuItem();
  67. this.tsmIncomeStatement = new System.Windows.Forms.ToolStripMenuItem();
  68. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  69. this.tsmiCashFlow = new System.Windows.Forms.ToolStripMenuItem();
  70. this.tsmiCustomerProvide = new System.Windows.Forms.ToolStripMenuItem();
  71. this.tsmProjectIncomeStatement = new System.Windows.Forms.ToolStripMenuItem();
  72. this.tsmiGoCorrect = new System.Windows.Forms.ToolStripMenuItem();
  73. this.SsStatus.SuspendLayout();
  74. this.msMenu.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // SsStatus
  78. //
  79. this.SsStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  80. this.toolStripStatusLabel7,
  81. this.tsslAccountingBook,
  82. this.toolStripStatusLabel10,
  83. this.toolStripStatusLabel6,
  84. this.toolStripStatusLabel1,
  85. this.tsslStatus,
  86. this.toolStripStatusLabel11,
  87. this.toolStripStatusLabel2,
  88. this.toolStripStatusLabel3,
  89. this.tsslModifyUser,
  90. this.toolStripStatusLabel9,
  91. this.toolStripStatusLabel4,
  92. this.toolStripStatusLabel5,
  93. this.tsslModifyDate,
  94. this.toolStripStatusLabel8});
  95. this.SsStatus.Location = new System.Drawing.Point(0, 786);
  96. this.SsStatus.Name = "SsStatus";
  97. this.SsStatus.Size = new System.Drawing.Size(1382, 22);
  98. this.SsStatus.TabIndex = 1;
  99. this.SsStatus.Text = "statusStrip1";
  100. //
  101. // toolStripStatusLabel7
  102. //
  103. this.toolStripStatusLabel7.Name = "toolStripStatusLabel7";
  104. this.toolStripStatusLabel7.Size = new System.Drawing.Size(67, 17);
  105. this.toolStripStatusLabel7.Text = "現行帳本:";
  106. //
  107. // tsslAccountingBook
  108. //
  109. this.tsslAccountingBook.Name = "tsslAccountingBook";
  110. this.tsslAccountingBook.Size = new System.Drawing.Size(0, 17);
  111. //
  112. // toolStripStatusLabel10
  113. //
  114. this.toolStripStatusLabel10.Name = "toolStripStatusLabel10";
  115. this.toolStripStatusLabel10.Size = new System.Drawing.Size(16, 17);
  116. this.toolStripStatusLabel10.Text = " ";
  117. //
  118. // toolStripStatusLabel6
  119. //
  120. this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
  121. this.toolStripStatusLabel6.Size = new System.Drawing.Size(10, 17);
  122. this.toolStripStatusLabel6.Text = "|";
  123. //
  124. // toolStripStatusLabel1
  125. //
  126. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  127. this.toolStripStatusLabel1.Size = new System.Drawing.Size(67, 17);
  128. this.toolStripStatusLabel1.Text = "工作狀態:";
  129. //
  130. // tsslStatus
  131. //
  132. this.tsslStatus.Name = "tsslStatus";
  133. this.tsslStatus.Size = new System.Drawing.Size(0, 17);
  134. //
  135. // toolStripStatusLabel11
  136. //
  137. this.toolStripStatusLabel11.Name = "toolStripStatusLabel11";
  138. this.toolStripStatusLabel11.Size = new System.Drawing.Size(16, 17);
  139. this.toolStripStatusLabel11.Text = " ";
  140. //
  141. // toolStripStatusLabel2
  142. //
  143. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  144. this.toolStripStatusLabel2.Size = new System.Drawing.Size(10, 17);
  145. this.toolStripStatusLabel2.Text = "|";
  146. //
  147. // toolStripStatusLabel3
  148. //
  149. this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
  150. this.toolStripStatusLabel3.Size = new System.Drawing.Size(91, 17);
  151. this.toolStripStatusLabel3.Text = "最後更新人員:";
  152. //
  153. // tsslModifyUser
  154. //
  155. this.tsslModifyUser.Name = "tsslModifyUser";
  156. this.tsslModifyUser.Size = new System.Drawing.Size(0, 17);
  157. //
  158. // toolStripStatusLabel9
  159. //
  160. this.toolStripStatusLabel9.Name = "toolStripStatusLabel9";
  161. this.toolStripStatusLabel9.Size = new System.Drawing.Size(16, 17);
  162. this.toolStripStatusLabel9.Text = " ";
  163. //
  164. // toolStripStatusLabel4
  165. //
  166. this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
  167. this.toolStripStatusLabel4.Size = new System.Drawing.Size(10, 17);
  168. this.toolStripStatusLabel4.Text = "|";
  169. //
  170. // toolStripStatusLabel5
  171. //
  172. this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
  173. this.toolStripStatusLabel5.Size = new System.Drawing.Size(91, 17);
  174. this.toolStripStatusLabel5.Text = "最後更新時間:";
  175. //
  176. // tsslModifyDate
  177. //
  178. this.tsslModifyDate.Name = "tsslModifyDate";
  179. this.tsslModifyDate.Size = new System.Drawing.Size(0, 17);
  180. //
  181. // toolStripStatusLabel8
  182. //
  183. this.toolStripStatusLabel8.Name = "toolStripStatusLabel8";
  184. this.toolStripStatusLabel8.Size = new System.Drawing.Size(0, 17);
  185. //
  186. // msMenu
  187. //
  188. this.msMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  189. this.tsmSystemSetup,
  190. this.tsmHR,
  191. this.tsmSalesManagement,
  192. this.tsmAccounting,
  193. this.tsmFinanical});
  194. this.msMenu.Location = new System.Drawing.Point(0, 0);
  195. this.msMenu.Name = "msMenu";
  196. this.msMenu.Size = new System.Drawing.Size(1382, 24);
  197. this.msMenu.TabIndex = 2;
  198. this.msMenu.Text = "msMenu";
  199. //
  200. // tsmSystemSetup
  201. //
  202. this.tsmSystemSetup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  203. this.tsmiAccountingBookMaintain,
  204. this.tsmiCurrenyRateSetting,
  205. this.tsmiExit,
  206. this.tESTToolStripMenuItem});
  207. this.tsmSystemSetup.Name = "tsmSystemSetup";
  208. this.tsmSystemSetup.Size = new System.Drawing.Size(91, 20);
  209. this.tsmSystemSetup.Text = "系統管理設定";
  210. //
  211. // tsmiAccountingBookMaintain
  212. //
  213. this.tsmiAccountingBookMaintain.Name = "tsmiAccountingBookMaintain";
  214. this.tsmiAccountingBookMaintain.Size = new System.Drawing.Size(122, 22);
  215. this.tsmiAccountingBookMaintain.Text = "帳本管理";
  216. this.tsmiAccountingBookMaintain.Click += new System.EventHandler(this.tsmiAccountingBookMaintain_Click);
  217. //
  218. // tsmiCurrenyRateSetting
  219. //
  220. this.tsmiCurrenyRateSetting.Name = "tsmiCurrenyRateSetting";
  221. this.tsmiCurrenyRateSetting.Size = new System.Drawing.Size(122, 22);
  222. this.tsmiCurrenyRateSetting.Text = "匯率設定";
  223. this.tsmiCurrenyRateSetting.Click += new System.EventHandler(this.tsmiCurrenyRateSetting_Click);
  224. //
  225. // tsmiExit
  226. //
  227. this.tsmiExit.Name = "tsmiExit";
  228. this.tsmiExit.Size = new System.Drawing.Size(122, 22);
  229. this.tsmiExit.Text = "離開系統";
  230. this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
  231. //
  232. // tESTToolStripMenuItem
  233. //
  234. this.tESTToolStripMenuItem.Name = "tESTToolStripMenuItem";
  235. this.tESTToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
  236. this.tESTToolStripMenuItem.Text = "TEST";
  237. this.tESTToolStripMenuItem.Visible = false;
  238. this.tESTToolStripMenuItem.Click += new System.EventHandler(this.tESTToolStripMenuItem_Click);
  239. //
  240. // tsmHR
  241. //
  242. this.tsmHR.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  243. this.tsmiHRDataMaintain,
  244. this.tsmiInsuranceMaintain,
  245. this.tsmiSalary,
  246. this.tsmiGoCorrect});
  247. this.tsmHR.Name = "tsmHR";
  248. this.tsmHR.Size = new System.Drawing.Size(91, 20);
  249. this.tsmHR.Text = "人事管理模組";
  250. //
  251. // tsmiHRDataMaintain
  252. //
  253. this.tsmiHRDataMaintain.Name = "tsmiHRDataMaintain";
  254. this.tsmiHRDataMaintain.Size = new System.Drawing.Size(182, 22);
  255. this.tsmiHRDataMaintain.Text = "人事基本資料維護";
  256. this.tsmiHRDataMaintain.Click += new System.EventHandler(this.tsmiHRDataMaintain_Click);
  257. //
  258. // tsmiInsuranceMaintain
  259. //
  260. this.tsmiInsuranceMaintain.Name = "tsmiInsuranceMaintain";
  261. this.tsmiInsuranceMaintain.Size = new System.Drawing.Size(182, 22);
  262. this.tsmiInsuranceMaintain.Text = "勞健保級距資料維護";
  263. this.tsmiInsuranceMaintain.Click += new System.EventHandler(this.tsmiInsuranceMaintain_Click);
  264. //
  265. // tsmiSalary
  266. //
  267. this.tsmiSalary.Name = "tsmiSalary";
  268. this.tsmiSalary.Size = new System.Drawing.Size(182, 22);
  269. this.tsmiSalary.Text = "薪資結算";
  270. this.tsmiSalary.Click += new System.EventHandler(this.tsmiSalary_Click);
  271. //
  272. // tsmSalesManagement
  273. //
  274. this.tsmSalesManagement.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  275. this.tsmiPayPlanManagement,
  276. this.tsmiARManagement,
  277. this.tsmiAPManagement});
  278. this.tsmSalesManagement.Name = "tsmSalesManagement";
  279. this.tsmSalesManagement.Size = new System.Drawing.Size(67, 20);
  280. this.tsmSalesManagement.Text = "帳務管理";
  281. //
  282. // tsmiPayPlanManagement
  283. //
  284. this.tsmiPayPlanManagement.Name = "tsmiPayPlanManagement";
  285. this.tsmiPayPlanManagement.Size = new System.Drawing.Size(146, 22);
  286. this.tsmiPayPlanManagement.Text = "請款計劃維護";
  287. this.tsmiPayPlanManagement.Click += new System.EventHandler(this.tsmiPayPlanManagement_Click);
  288. //
  289. // tsmiARManagement
  290. //
  291. this.tsmiARManagement.Name = "tsmiARManagement";
  292. this.tsmiARManagement.Size = new System.Drawing.Size(146, 22);
  293. this.tsmiARManagement.Text = "應收帳款管理";
  294. this.tsmiARManagement.Click += new System.EventHandler(this.tsmiARManagement_Click);
  295. //
  296. // tsmiAPManagement
  297. //
  298. this.tsmiAPManagement.Name = "tsmiAPManagement";
  299. this.tsmiAPManagement.Size = new System.Drawing.Size(146, 22);
  300. this.tsmiAPManagement.Text = "應付帳款管理";
  301. this.tsmiAPManagement.Click += new System.EventHandler(this.tsmiAPManagement_Click);
  302. //
  303. // tsmAccounting
  304. //
  305. this.tsmAccounting.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  306. this.tsmiAccountingBook,
  307. this.tsmiLedger,
  308. this.toolStripSeparator1,
  309. this.tsmiAccountingItem,
  310. this.tsmiOpeningEntry});
  311. this.tsmAccounting.Name = "tsmAccounting";
  312. this.tsmAccounting.Size = new System.Drawing.Size(91, 20);
  313. this.tsmAccounting.Text = "會計管理系統";
  314. //
  315. // tsmiAccountingBook
  316. //
  317. this.tsmiAccountingBook.Name = "tsmiAccountingBook";
  318. this.tsmiAccountingBook.Size = new System.Drawing.Size(146, 22);
  319. this.tsmiAccountingBook.Text = "日記帳功能";
  320. this.tsmiAccountingBook.Click += new System.EventHandler(this.tsmiAccountingBook_Click);
  321. //
  322. // tsmiLedger
  323. //
  324. this.tsmiLedger.Name = "tsmiLedger";
  325. this.tsmiLedger.Size = new System.Drawing.Size(146, 22);
  326. this.tsmiLedger.Text = "分類帳查詢";
  327. this.tsmiLedger.Click += new System.EventHandler(this.tsmiLedger_Click);
  328. //
  329. // toolStripSeparator1
  330. //
  331. this.toolStripSeparator1.Name = "toolStripSeparator1";
  332. this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
  333. //
  334. // tsmiAccountingItem
  335. //
  336. this.tsmiAccountingItem.Name = "tsmiAccountingItem";
  337. this.tsmiAccountingItem.Size = new System.Drawing.Size(146, 22);
  338. this.tsmiAccountingItem.Text = "會計科目管理";
  339. this.tsmiAccountingItem.Click += new System.EventHandler(this.tsmiAccountingItem_Click);
  340. //
  341. // tsmiOpeningEntry
  342. //
  343. this.tsmiOpeningEntry.Name = "tsmiOpeningEntry";
  344. this.tsmiOpeningEntry.Size = new System.Drawing.Size(146, 22);
  345. this.tsmiOpeningEntry.Text = "關帳作業";
  346. this.tsmiOpeningEntry.Click += new System.EventHandler(this.tsmiOpeningEntry_Click);
  347. //
  348. // tsmFinanical
  349. //
  350. this.tsmFinanical.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  351. this.tsmiBalanceSheet,
  352. this.tsmIncomeStatement,
  353. this.toolStripSeparator2,
  354. this.tsmiCashFlow,
  355. this.tsmiCustomerProvide,
  356. this.tsmProjectIncomeStatement});
  357. this.tsmFinanical.Name = "tsmFinanical";
  358. this.tsmFinanical.Size = new System.Drawing.Size(91, 20);
  359. this.tsmFinanical.Text = "財務分析系統";
  360. //
  361. // tsmiBalanceSheet
  362. //
  363. this.tsmiBalanceSheet.Name = "tsmiBalanceSheet";
  364. this.tsmiBalanceSheet.Size = new System.Drawing.Size(182, 22);
  365. this.tsmiBalanceSheet.Text = "資產負債表";
  366. this.tsmiBalanceSheet.Click += new System.EventHandler(this.tsmiBalanceSheet_Click);
  367. //
  368. // tsmIncomeStatement
  369. //
  370. this.tsmIncomeStatement.Name = "tsmIncomeStatement";
  371. this.tsmIncomeStatement.Size = new System.Drawing.Size(182, 22);
  372. this.tsmIncomeStatement.Text = "損益表";
  373. this.tsmIncomeStatement.Click += new System.EventHandler(this.tsmIncomeStatement_Click);
  374. //
  375. // toolStripSeparator2
  376. //
  377. this.toolStripSeparator2.Name = "toolStripSeparator2";
  378. this.toolStripSeparator2.Size = new System.Drawing.Size(179, 6);
  379. //
  380. // tsmiCashFlow
  381. //
  382. this.tsmiCashFlow.Name = "tsmiCashFlow";
  383. this.tsmiCashFlow.Size = new System.Drawing.Size(182, 22);
  384. this.tsmiCashFlow.Text = "現金流預測表";
  385. this.tsmiCashFlow.Click += new System.EventHandler(this.tsmiCashFlow_Click);
  386. //
  387. // tsmiCustomerProvide
  388. //
  389. this.tsmiCustomerProvide.Name = "tsmiCustomerProvide";
  390. this.tsmiCustomerProvide.Size = new System.Drawing.Size(182, 22);
  391. this.tsmiCustomerProvide.Text = "客戶營收貢獻度分析";
  392. this.tsmiCustomerProvide.Click += new System.EventHandler(this.tsmiCustomerProvide_Click);
  393. //
  394. // tsmProjectIncomeStatement
  395. //
  396. this.tsmProjectIncomeStatement.Name = "tsmProjectIncomeStatement";
  397. this.tsmProjectIncomeStatement.Size = new System.Drawing.Size(182, 22);
  398. this.tsmProjectIncomeStatement.Text = "專案損益表";
  399. this.tsmProjectIncomeStatement.Click += new System.EventHandler(this.tsmProjectIncomeStatement_Click);
  400. //
  401. // tsmiGoCorrect
  402. //
  403. this.tsmiGoCorrect.Name = "tsmiGoCorrect";
  404. this.tsmiGoCorrect.Size = new System.Drawing.Size(182, 22);
  405. this.tsmiGoCorrect.Text = "更正工作彙報";
  406. this.tsmiGoCorrect.Click += new System.EventHandler(this.tsmiGoCorrect_Click);
  407. //
  408. // MainForm
  409. //
  410. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
  411. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  412. this.ClientSize = new System.Drawing.Size(1382, 808);
  413. this.Controls.Add(this.SsStatus);
  414. this.Controls.Add(this.msMenu);
  415. this.Font = new System.Drawing.Font("新細明體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  416. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  417. this.IsMdiContainer = true;
  418. this.MainMenuStrip = this.msMenu;
  419. this.Margin = new System.Windows.Forms.Padding(4);
  420. this.Name = "MainForm";
  421. this.Text = "元赫管理系統";
  422. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  423. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
  424. this.Load += new System.EventHandler(this.MainForm_Load);
  425. this.SsStatus.ResumeLayout(false);
  426. this.SsStatus.PerformLayout();
  427. this.msMenu.ResumeLayout(false);
  428. this.msMenu.PerformLayout();
  429. this.ResumeLayout(false);
  430. this.PerformLayout();
  431. }
  432. #endregion
  433. private System.Windows.Forms.MenuStrip msMenu;
  434. private System.Windows.Forms.ToolStripMenuItem tsmSystemSetup;
  435. private System.Windows.Forms.ToolStripMenuItem tsmHR;
  436. private System.Windows.Forms.ToolStripMenuItem tsmiHRDataMaintain;
  437. private System.Windows.Forms.ToolStripMenuItem tsmAccounting;
  438. private System.Windows.Forms.ToolStripMenuItem tsmFinanical;
  439. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  440. private System.Windows.Forms.ToolStripStatusLabel tsslStatus;
  441. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  442. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
  443. private System.Windows.Forms.ToolStripStatusLabel tsslModifyUser;
  444. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
  445. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
  446. private System.Windows.Forms.ToolStripStatusLabel tsslModifyDate;
  447. private System.Windows.Forms.ToolStripMenuItem tsmiInsuranceMaintain;
  448. private System.Windows.Forms.ToolStripMenuItem tsmiAccountingBook;
  449. private System.Windows.Forms.ToolStripMenuItem tsmiExit;
  450. private System.Windows.Forms.ToolStripMenuItem tESTToolStripMenuItem;
  451. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  452. private System.Windows.Forms.ToolStripMenuItem tsmiAccountingItem;
  453. private System.Windows.Forms.ToolStripMenuItem tsmiOpeningEntry;
  454. private System.Windows.Forms.ToolStripMenuItem tsmiAccountingBookMaintain;
  455. private System.Windows.Forms.ToolStripMenuItem tsmiLedger;
  456. private System.Windows.Forms.ToolStripMenuItem tsmSalesManagement;
  457. private System.Windows.Forms.ToolStripMenuItem tsmiPayPlanManagement;
  458. private System.Windows.Forms.ToolStripMenuItem tsmiARManagement;
  459. private System.Windows.Forms.ToolStripMenuItem tsmiAPManagement;
  460. private System.Windows.Forms.ToolStripMenuItem tsmiSalary;
  461. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel7;
  462. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel6;
  463. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel8;
  464. public System.Windows.Forms.StatusStrip SsStatus;
  465. public System.Windows.Forms.ToolStripStatusLabel tsslAccountingBook;
  466. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel10;
  467. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel9;
  468. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel11;
  469. private System.Windows.Forms.ToolStripMenuItem tsmIncomeStatement;
  470. private System.Windows.Forms.ToolStripMenuItem tsmiCashFlow;
  471. private System.Windows.Forms.ToolStripMenuItem tsmiCustomerProvide;
  472. private System.Windows.Forms.ToolStripMenuItem tsmProjectIncomeStatement;
  473. private System.Windows.Forms.ToolStripMenuItem tsmiCurrenyRateSetting;
  474. private System.Windows.Forms.ToolStripMenuItem tsmiBalanceSheet;
  475. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  476. private System.Windows.Forms.ToolStripMenuItem tsmiGoCorrect;
  477. }
  478. }