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.

429 lines
20 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class CashFlowForecastEdit
  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. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.txtForecastIncome = new System.Windows.Forms.TextBox();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.txtForecastExpand = new System.Windows.Forms.TextBox();
  33. this.btnGetCustomer = new System.Windows.Forms.Button();
  34. this.txtCustomerID = new System.Windows.Forms.TextBox();
  35. this.txtCustomerName = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.btnGetProject = new System.Windows.Forms.Button();
  38. this.txtProjectNumber = new System.Windows.Forms.TextBox();
  39. this.txtProjectName = new System.Windows.Forms.TextBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.txtMemo = new System.Windows.Forms.TextBox();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.txtInvoiceNo = new System.Windows.Forms.TextBox();
  45. this.rbForecastType = new System.Windows.Forms.RadioButton();
  46. this.rbForecastType1 = new System.Windows.Forms.RadioButton();
  47. this.label8 = new System.Windows.Forms.Label();
  48. this.label9 = new System.Windows.Forms.Label();
  49. this.label11 = new System.Windows.Forms.Label();
  50. this.txtCycleTimes = new System.Windows.Forms.TextBox();
  51. this.btnClose = new System.Windows.Forms.Button();
  52. this.btnClean = new System.Windows.Forms.Button();
  53. this.btnSave = new System.Windows.Forms.Button();
  54. this.dpForcastDate = new System.Windows.Forms.DateTimePicker();
  55. this.dpStartDate = new System.Windows.Forms.DateTimePicker();
  56. this.rbForecastType2 = new System.Windows.Forms.RadioButton();
  57. this.dpEndDate = new System.Windows.Forms.DateTimePicker();
  58. this.label12 = new System.Windows.Forms.Label();
  59. this.SuspendLayout();
  60. //
  61. // label1
  62. //
  63. this.label1.AutoSize = true;
  64. this.label1.Location = new System.Drawing.Point(45, 75);
  65. this.label1.Name = "label1";
  66. this.label1.Size = new System.Drawing.Size(89, 20);
  67. this.label1.TabIndex = 0;
  68. this.label1.Text = "預估日期:";
  69. //
  70. // label2
  71. //
  72. this.label2.AutoSize = true;
  73. this.label2.Location = new System.Drawing.Point(40, 249);
  74. this.label2.Name = "label2";
  75. this.label2.Size = new System.Drawing.Size(89, 20);
  76. this.label2.TabIndex = 0;
  77. this.label2.Text = "預估收入:";
  78. //
  79. // txtForecastIncome
  80. //
  81. this.txtForecastIncome.Location = new System.Drawing.Point(140, 246);
  82. this.txtForecastIncome.Name = "txtForecastIncome";
  83. this.txtForecastIncome.Size = new System.Drawing.Size(167, 29);
  84. this.txtForecastIncome.TabIndex = 15;
  85. this.txtForecastIncome.Enter += new System.EventHandler(this.txtForecastIncome_Enter);
  86. this.txtForecastIncome.Leave += new System.EventHandler(this.txtForecastIncome_Leave);
  87. //
  88. // label3
  89. //
  90. this.label3.AutoSize = true;
  91. this.label3.Location = new System.Drawing.Point(364, 249);
  92. this.label3.Name = "label3";
  93. this.label3.Size = new System.Drawing.Size(89, 20);
  94. this.label3.TabIndex = 0;
  95. this.label3.Text = "預估支出:";
  96. //
  97. // txtForecastExpand
  98. //
  99. this.txtForecastExpand.Location = new System.Drawing.Point(459, 246);
  100. this.txtForecastExpand.Name = "txtForecastExpand";
  101. this.txtForecastExpand.Size = new System.Drawing.Size(167, 29);
  102. this.txtForecastExpand.TabIndex = 16;
  103. this.txtForecastExpand.Enter += new System.EventHandler(this.txtForecastExpand_Enter);
  104. this.txtForecastExpand.Leave += new System.EventHandler(this.txtForecastExpand_Leave);
  105. //
  106. // btnGetCustomer
  107. //
  108. this.btnGetCustomer.Location = new System.Drawing.Point(442, 105);
  109. this.btnGetCustomer.Name = "btnGetCustomer";
  110. this.btnGetCustomer.Size = new System.Drawing.Size(41, 31);
  111. this.btnGetCustomer.TabIndex = 10;
  112. this.btnGetCustomer.Text = "...";
  113. this.btnGetCustomer.UseVisualStyleBackColor = true;
  114. this.btnGetCustomer.Click += new System.EventHandler(this.btnGetCustomer_Click);
  115. //
  116. // txtCustomerID
  117. //
  118. this.txtCustomerID.Location = new System.Drawing.Point(489, 107);
  119. this.txtCustomerID.Name = "txtCustomerID";
  120. this.txtCustomerID.Size = new System.Drawing.Size(66, 29);
  121. this.txtCustomerID.TabIndex = 15;
  122. this.txtCustomerID.Visible = false;
  123. this.txtCustomerID.WordWrap = false;
  124. //
  125. // txtCustomerName
  126. //
  127. this.txtCustomerName.Location = new System.Drawing.Point(140, 107);
  128. this.txtCustomerName.Name = "txtCustomerName";
  129. this.txtCustomerName.Size = new System.Drawing.Size(296, 29);
  130. this.txtCustomerName.TabIndex = 9;
  131. //
  132. // label4
  133. //
  134. this.label4.AutoSize = true;
  135. this.label4.Location = new System.Drawing.Point(45, 109);
  136. this.label4.Name = "label4";
  137. this.label4.Size = new System.Drawing.Size(89, 20);
  138. this.label4.TabIndex = 14;
  139. this.label4.Text = "客戶名稱:";
  140. //
  141. // btnGetProject
  142. //
  143. this.btnGetProject.Location = new System.Drawing.Point(442, 140);
  144. this.btnGetProject.Name = "btnGetProject";
  145. this.btnGetProject.Size = new System.Drawing.Size(41, 31);
  146. this.btnGetProject.TabIndex = 12;
  147. this.btnGetProject.Text = "...";
  148. this.btnGetProject.UseVisualStyleBackColor = true;
  149. this.btnGetProject.Click += new System.EventHandler(this.btnGetProject_Click);
  150. //
  151. // txtProjectNumber
  152. //
  153. this.txtProjectNumber.Location = new System.Drawing.Point(489, 139);
  154. this.txtProjectNumber.Name = "txtProjectNumber";
  155. this.txtProjectNumber.Size = new System.Drawing.Size(66, 29);
  156. this.txtProjectNumber.TabIndex = 31;
  157. this.txtProjectNumber.Visible = false;
  158. this.txtProjectNumber.WordWrap = false;
  159. //
  160. // txtProjectName
  161. //
  162. this.txtProjectName.Location = new System.Drawing.Point(140, 142);
  163. this.txtProjectName.Name = "txtProjectName";
  164. this.txtProjectName.Size = new System.Drawing.Size(296, 29);
  165. this.txtProjectName.TabIndex = 11;
  166. //
  167. // label5
  168. //
  169. this.label5.AutoSize = true;
  170. this.label5.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  171. this.label5.Location = new System.Drawing.Point(45, 144);
  172. this.label5.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  173. this.label5.Name = "label5";
  174. this.label5.Size = new System.Drawing.Size(89, 20);
  175. this.label5.TabIndex = 29;
  176. this.label5.Text = "專案名稱:";
  177. //
  178. // label6
  179. //
  180. this.label6.AutoSize = true;
  181. this.label6.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  182. this.label6.Location = new System.Drawing.Point(77, 180);
  183. this.label6.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  184. this.label6.Name = "label6";
  185. this.label6.Size = new System.Drawing.Size(57, 20);
  186. this.label6.TabIndex = 29;
  187. this.label6.Text = "備註:";
  188. //
  189. // txtMemo
  190. //
  191. this.txtMemo.Location = new System.Drawing.Point(140, 177);
  192. this.txtMemo.Name = "txtMemo";
  193. this.txtMemo.Size = new System.Drawing.Size(592, 29);
  194. this.txtMemo.TabIndex = 13;
  195. //
  196. // label7
  197. //
  198. this.label7.AutoSize = true;
  199. this.label7.Location = new System.Drawing.Point(45, 214);
  200. this.label7.Name = "label7";
  201. this.label7.Size = new System.Drawing.Size(89, 20);
  202. this.label7.TabIndex = 0;
  203. this.label7.Text = "發票編號:";
  204. //
  205. // txtInvoiceNo
  206. //
  207. this.txtInvoiceNo.Location = new System.Drawing.Point(140, 211);
  208. this.txtInvoiceNo.Name = "txtInvoiceNo";
  209. this.txtInvoiceNo.Size = new System.Drawing.Size(167, 29);
  210. this.txtInvoiceNo.TabIndex = 14;
  211. //
  212. // rbForecastType
  213. //
  214. this.rbForecastType.AutoSize = true;
  215. this.rbForecastType.Checked = true;
  216. this.rbForecastType.Location = new System.Drawing.Point(140, 7);
  217. this.rbForecastType.Name = "rbForecastType";
  218. this.rbForecastType.Size = new System.Drawing.Size(59, 24);
  219. this.rbForecastType.TabIndex = 1;
  220. this.rbForecastType.TabStop = true;
  221. this.rbForecastType.Text = "單次";
  222. this.rbForecastType.UseVisualStyleBackColor = true;
  223. this.rbForecastType.CheckedChanged += new System.EventHandler(this.rbForecastType_CheckedChanged);
  224. //
  225. // rbForecastType1
  226. //
  227. this.rbForecastType1.AutoSize = true;
  228. this.rbForecastType1.Location = new System.Drawing.Point(205, 7);
  229. this.rbForecastType1.Name = "rbForecastType1";
  230. this.rbForecastType1.Size = new System.Drawing.Size(101, 24);
  231. this.rbForecastType1.TabIndex = 2;
  232. this.rbForecastType1.Text = "循環(多次)";
  233. this.rbForecastType1.UseVisualStyleBackColor = true;
  234. this.rbForecastType1.CheckedChanged += new System.EventHandler(this.rbForecastType1_CheckedChanged);
  235. //
  236. // label8
  237. //
  238. this.label8.AutoSize = true;
  239. this.label8.Location = new System.Drawing.Point(45, 9);
  240. this.label8.Name = "label8";
  241. this.label8.Size = new System.Drawing.Size(89, 20);
  242. this.label8.TabIndex = 0;
  243. this.label8.Text = "預估模式:";
  244. //
  245. // label9
  246. //
  247. this.label9.AutoSize = true;
  248. this.label9.Location = new System.Drawing.Point(13, 38);
  249. this.label9.Name = "label9";
  250. this.label9.Size = new System.Drawing.Size(121, 20);
  251. this.label9.TabIndex = 0;
  252. this.label9.Text = "首次計算日期:";
  253. //
  254. // label11
  255. //
  256. this.label11.AutoSize = true;
  257. this.label11.Location = new System.Drawing.Point(292, 40);
  258. this.label11.Name = "label11";
  259. this.label11.Size = new System.Drawing.Size(89, 20);
  260. this.label11.TabIndex = 0;
  261. this.label11.Text = "周期次數:";
  262. //
  263. // txtCycleTimes
  264. //
  265. this.txtCycleTimes.Location = new System.Drawing.Point(387, 37);
  266. this.txtCycleTimes.Name = "txtCycleTimes";
  267. this.txtCycleTimes.Size = new System.Drawing.Size(66, 29);
  268. this.txtCycleTimes.TabIndex = 6;
  269. this.txtCycleTimes.WordWrap = false;
  270. //
  271. // btnClose
  272. //
  273. this.btnClose.Location = new System.Drawing.Point(657, 300);
  274. this.btnClose.Name = "btnClose";
  275. this.btnClose.Size = new System.Drawing.Size(75, 29);
  276. this.btnClose.TabIndex = 19;
  277. this.btnClose.Text = "關 閉";
  278. this.btnClose.UseVisualStyleBackColor = true;
  279. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  280. //
  281. // btnClean
  282. //
  283. this.btnClean.Location = new System.Drawing.Point(576, 300);
  284. this.btnClean.Name = "btnClean";
  285. this.btnClean.Size = new System.Drawing.Size(75, 29);
  286. this.btnClean.TabIndex = 18;
  287. this.btnClean.Text = "清 除";
  288. this.btnClean.UseVisualStyleBackColor = true;
  289. this.btnClean.Click += new System.EventHandler(this.btnClean_Click);
  290. //
  291. // btnSave
  292. //
  293. this.btnSave.Location = new System.Drawing.Point(495, 300);
  294. this.btnSave.Name = "btnSave";
  295. this.btnSave.Size = new System.Drawing.Size(75, 29);
  296. this.btnSave.TabIndex = 17;
  297. this.btnSave.Text = "儲 存";
  298. this.btnSave.UseVisualStyleBackColor = true;
  299. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  300. //
  301. // dpForcastDate
  302. //
  303. this.dpForcastDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  304. this.dpForcastDate.Location = new System.Drawing.Point(140, 72);
  305. this.dpForcastDate.Name = "dpForcastDate";
  306. this.dpForcastDate.Size = new System.Drawing.Size(130, 29);
  307. this.dpForcastDate.TabIndex = 8;
  308. //
  309. // dpStartDate
  310. //
  311. this.dpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  312. this.dpStartDate.Location = new System.Drawing.Point(140, 37);
  313. this.dpStartDate.Name = "dpStartDate";
  314. this.dpStartDate.Size = new System.Drawing.Size(130, 29);
  315. this.dpStartDate.TabIndex = 4;
  316. //
  317. // rbForecastType2
  318. //
  319. this.rbForecastType2.AutoSize = true;
  320. this.rbForecastType2.Location = new System.Drawing.Point(312, 7);
  321. this.rbForecastType2.Name = "rbForecastType2";
  322. this.rbForecastType2.Size = new System.Drawing.Size(101, 24);
  323. this.rbForecastType2.TabIndex = 3;
  324. this.rbForecastType2.Text = "循環(期間)";
  325. this.rbForecastType2.UseVisualStyleBackColor = true;
  326. this.rbForecastType2.CheckedChanged += new System.EventHandler(this.rbForecastType2_CheckedChanged);
  327. //
  328. // dpEndDate
  329. //
  330. this.dpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  331. this.dpEndDate.Location = new System.Drawing.Point(595, 40);
  332. this.dpEndDate.Name = "dpEndDate";
  333. this.dpEndDate.Size = new System.Drawing.Size(137, 29);
  334. this.dpEndDate.TabIndex = 7;
  335. //
  336. // label12
  337. //
  338. this.label12.AutoSize = true;
  339. this.label12.Location = new System.Drawing.Point(468, 41);
  340. this.label12.Name = "label12";
  341. this.label12.Size = new System.Drawing.Size(121, 20);
  342. this.label12.TabIndex = 34;
  343. this.label12.Text = "結束計算日期:";
  344. //
  345. // CashFlowForecastEdit
  346. //
  347. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  348. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  349. this.ClientSize = new System.Drawing.Size(776, 341);
  350. this.Controls.Add(this.dpEndDate);
  351. this.Controls.Add(this.label12);
  352. this.Controls.Add(this.dpStartDate);
  353. this.Controls.Add(this.dpForcastDate);
  354. this.Controls.Add(this.btnSave);
  355. this.Controls.Add(this.btnClean);
  356. this.Controls.Add(this.btnClose);
  357. this.Controls.Add(this.rbForecastType2);
  358. this.Controls.Add(this.rbForecastType1);
  359. this.Controls.Add(this.rbForecastType);
  360. this.Controls.Add(this.txtMemo);
  361. this.Controls.Add(this.btnGetProject);
  362. this.Controls.Add(this.txtProjectNumber);
  363. this.Controls.Add(this.txtProjectName);
  364. this.Controls.Add(this.label6);
  365. this.Controls.Add(this.label5);
  366. this.Controls.Add(this.btnGetCustomer);
  367. this.Controls.Add(this.txtCycleTimes);
  368. this.Controls.Add(this.txtCustomerID);
  369. this.Controls.Add(this.txtCustomerName);
  370. this.Controls.Add(this.label4);
  371. this.Controls.Add(this.txtForecastExpand);
  372. this.Controls.Add(this.txtForecastIncome);
  373. this.Controls.Add(this.label3);
  374. this.Controls.Add(this.txtInvoiceNo);
  375. this.Controls.Add(this.label2);
  376. this.Controls.Add(this.label7);
  377. this.Controls.Add(this.label8);
  378. this.Controls.Add(this.label11);
  379. this.Controls.Add(this.label9);
  380. this.Controls.Add(this.label1);
  381. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  382. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  383. this.MaximizeBox = false;
  384. this.MinimizeBox = false;
  385. this.Name = "CashFlowForecastEdit";
  386. this.Text = "金流預估編輯";
  387. this.Load += new System.EventHandler(this.CashFlowForecastEdit_Load);
  388. this.ResumeLayout(false);
  389. this.PerformLayout();
  390. }
  391. #endregion
  392. private System.Windows.Forms.Label label1;
  393. private System.Windows.Forms.Label label2;
  394. private System.Windows.Forms.TextBox txtForecastIncome;
  395. private System.Windows.Forms.Label label3;
  396. private System.Windows.Forms.TextBox txtForecastExpand;
  397. private System.Windows.Forms.Button btnGetCustomer;
  398. private System.Windows.Forms.TextBox txtCustomerID;
  399. private System.Windows.Forms.TextBox txtCustomerName;
  400. private System.Windows.Forms.Label label4;
  401. private System.Windows.Forms.Button btnGetProject;
  402. public System.Windows.Forms.TextBox txtProjectNumber;
  403. public System.Windows.Forms.TextBox txtProjectName;
  404. private System.Windows.Forms.Label label5;
  405. private System.Windows.Forms.Label label6;
  406. private System.Windows.Forms.TextBox txtMemo;
  407. private System.Windows.Forms.Label label7;
  408. private System.Windows.Forms.TextBox txtInvoiceNo;
  409. private System.Windows.Forms.Label label8;
  410. public System.Windows.Forms.RadioButton rbForecastType;
  411. public System.Windows.Forms.RadioButton rbForecastType1;
  412. private System.Windows.Forms.Label label9;
  413. private System.Windows.Forms.Label label11;
  414. public System.Windows.Forms.TextBox txtCycleTimes;
  415. private System.Windows.Forms.Button btnClose;
  416. private System.Windows.Forms.Button btnClean;
  417. private System.Windows.Forms.Button btnSave;
  418. private System.Windows.Forms.DateTimePicker dpForcastDate;
  419. private System.Windows.Forms.DateTimePicker dpStartDate;
  420. public System.Windows.Forms.RadioButton rbForecastType2;
  421. private System.Windows.Forms.DateTimePicker dpEndDate;
  422. private System.Windows.Forms.Label label12;
  423. }
  424. }