FrmOtherIncomeEntry.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. namespace LYFZ.Software.UI.FinancialManagement.OtherIncome
  2. {
  3. partial class FrmOtherIncomeEntry
  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(FrmOtherIncomeEntry));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.txtOiae_IEDatetime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  31. this.btnUpdateTime = new LYFZ.ComponentLibrary.ButtonForm();
  32. this.cmbPay_PaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  33. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  34. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.txtOiae_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  36. this.txtOiae_ProjectName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  37. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.txtOiae_PersonHandling = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  41. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.txtOiae_Money = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  44. this.txtOiae_ThePayer = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  45. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.btnCanle = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.plExMainContainer.SuspendLayout();
  49. this.plFormMainContent.SuspendLayout();
  50. this.panelEx1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // plExMainContainer
  54. //
  55. this.plExMainContainer.Controls.Add(this.panelEx1);
  56. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  57. this.plExMainContainer.Size = new System.Drawing.Size(437, 464);
  58. //
  59. // plFormMainContent
  60. //
  61. this.plFormMainContent.Size = new System.Drawing.Size(437, 464);
  62. //
  63. // btnAppFormExit
  64. //
  65. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  66. this.btnAppFormExit.Location = new System.Drawing.Point(405, 0);
  67. //
  68. // btnAppFormMinimize
  69. //
  70. this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
  71. //
  72. // panelEx1
  73. //
  74. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  75. this.panelEx1.BorderWidth = 1;
  76. this.panelEx1.Controls.Add(this.txtOiae_IEDatetime);
  77. this.panelEx1.Controls.Add(this.btnUpdateTime);
  78. this.panelEx1.Controls.Add(this.cmbPay_PaymentMethod);
  79. this.panelEx1.Controls.Add(this.btnSet);
  80. this.panelEx1.Controls.Add(this.labelEx10);
  81. this.panelEx1.Controls.Add(this.txtOiae_Remark);
  82. this.panelEx1.Controls.Add(this.txtOiae_ProjectName);
  83. this.panelEx1.Controls.Add(this.labelEx2);
  84. this.panelEx1.Controls.Add(this.labelEx11);
  85. this.panelEx1.Controls.Add(this.labelEx8);
  86. this.panelEx1.Controls.Add(this.txtOiae_PersonHandling);
  87. this.panelEx1.Controls.Add(this.labelEx7);
  88. this.panelEx1.Controls.Add(this.labelEx4);
  89. this.panelEx1.Controls.Add(this.txtOiae_Money);
  90. this.panelEx1.Controls.Add(this.txtOiae_ThePayer);
  91. this.panelEx1.Controls.Add(this.labelEx15);
  92. this.panelEx1.Controls.Add(this.btnCanle);
  93. this.panelEx1.Controls.Add(this.btnSave);
  94. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  96. this.panelEx1.Name = "panelEx1";
  97. this.panelEx1.Size = new System.Drawing.Size(417, 444);
  98. this.panelEx1.TabIndex = 1;
  99. //
  100. // txtOiae_IEDatetime
  101. //
  102. this.txtOiae_IEDatetime.CustomFormat = " ";
  103. this.txtOiae_IEDatetime.DateValue = "";
  104. this.txtOiae_IEDatetime.Enabled = false;
  105. this.txtOiae_IEDatetime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  106. this.txtOiae_IEDatetime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  107. this.txtOiae_IEDatetime.IsShowTime = false;
  108. this.txtOiae_IEDatetime.Location = new System.Drawing.Point(112, 202);
  109. this.txtOiae_IEDatetime.Name = "txtOiae_IEDatetime";
  110. this.txtOiae_IEDatetime.Size = new System.Drawing.Size(189, 23);
  111. this.txtOiae_IEDatetime.TabIndex = 306;
  112. //
  113. // btnUpdateTime
  114. //
  115. this.btnUpdateTime.BackColor = System.Drawing.Color.Transparent;
  116. this.btnUpdateTime.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateTime.BackImg")));
  117. this.btnUpdateTime.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  118. this.btnUpdateTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  119. this.btnUpdateTime.ForeColor = System.Drawing.Color.White;
  120. this.btnUpdateTime.IsCustomBackImg = false;
  121. this.btnUpdateTime.IsShowText = true;
  122. this.btnUpdateTime.Location = new System.Drawing.Point(307, 201);
  123. this.btnUpdateTime.Name = "btnUpdateTime";
  124. this.btnUpdateTime.Size = new System.Drawing.Size(55, 25);
  125. this.btnUpdateTime.TabIndex = 305;
  126. this.btnUpdateTime.Text = " 更改";
  127. this.btnUpdateTime.UseVisualStyleBackColor = false;
  128. //
  129. // cmbPay_PaymentMethod
  130. //
  131. this.cmbPay_PaymentMethod.AfterSelectLevelFirstNode = true;
  132. this.cmbPay_PaymentMethod.DropDownHeight = 220;
  133. this.cmbPay_PaymentMethod.DropDownShow = false;
  134. this.cmbPay_PaymentMethod.FormattingEnabled = true;
  135. this.cmbPay_PaymentMethod.IntegralHeight = false;
  136. this.cmbPay_PaymentMethod.IsNodeMouseClick = true;
  137. this.cmbPay_PaymentMethod.IsSelectParentNode = false;
  138. this.cmbPay_PaymentMethod.Location = new System.Drawing.Point(112, 163);
  139. this.cmbPay_PaymentMethod.Name = "cmbPay_PaymentMethod";
  140. this.cmbPay_PaymentMethod.ReadOnly = true;
  141. this.cmbPay_PaymentMethod.SelectedNode = null;
  142. this.cmbPay_PaymentMethod.Size = new System.Drawing.Size(189, 20);
  143. this.cmbPay_PaymentMethod.StrGetName = "";
  144. this.cmbPay_PaymentMethod.StrKey = null;
  145. this.cmbPay_PaymentMethod.TabIndex = 221;
  146. //
  147. // btnSet
  148. //
  149. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  150. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  151. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  152. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  153. this.btnSet.ForeColor = System.Drawing.Color.White;
  154. this.btnSet.IsCustomBackImg = false;
  155. this.btnSet.IsShowText = true;
  156. this.btnSet.Location = new System.Drawing.Point(307, 161);
  157. this.btnSet.Name = "btnSet";
  158. this.btnSet.Size = new System.Drawing.Size(55, 25);
  159. this.btnSet.TabIndex = 175;
  160. this.btnSet.Text = " 设置";
  161. this.btnSet.UseVisualStyleBackColor = false;
  162. //
  163. // labelEx10
  164. //
  165. this.labelEx10.AutoSize = true;
  166. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  167. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  168. this.labelEx10.Location = new System.Drawing.Point(32, 164);
  169. this.labelEx10.Name = "labelEx10";
  170. this.labelEx10.Size = new System.Drawing.Size(77, 17);
  171. this.labelEx10.TabIndex = 171;
  172. this.labelEx10.Text = "* 支付方式:";
  173. //
  174. // txtOiae_Remark
  175. //
  176. this.txtOiae_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  177. this.txtOiae_Remark.EmptyTextTip = null;
  178. this.txtOiae_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  179. this.txtOiae_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  180. this.txtOiae_Remark.Location = new System.Drawing.Point(112, 285);
  181. this.txtOiae_Remark.Multiline = true;
  182. this.txtOiae_Remark.Name = "txtOiae_Remark";
  183. this.txtOiae_Remark.Size = new System.Drawing.Size(250, 65);
  184. this.txtOiae_Remark.TabIndex = 6;
  185. //
  186. // txtOiae_ProjectName
  187. //
  188. this.txtOiae_ProjectName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  189. this.txtOiae_ProjectName.EmptyTextTip = null;
  190. this.txtOiae_ProjectName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  191. this.txtOiae_ProjectName.Font = new System.Drawing.Font("微软雅黑", 9F);
  192. this.txtOiae_ProjectName.Location = new System.Drawing.Point(112, 76);
  193. this.txtOiae_ProjectName.Name = "txtOiae_ProjectName";
  194. this.txtOiae_ProjectName.Size = new System.Drawing.Size(250, 23);
  195. this.txtOiae_ProjectName.TabIndex = 1;
  196. //
  197. // labelEx2
  198. //
  199. this.labelEx2.AutoSize = true;
  200. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  201. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  202. this.labelEx2.Location = new System.Drawing.Point(32, 79);
  203. this.labelEx2.Name = "labelEx2";
  204. this.labelEx2.Size = new System.Drawing.Size(77, 17);
  205. this.labelEx2.TabIndex = 156;
  206. this.labelEx2.Text = "* 项目名称:";
  207. //
  208. // labelEx11
  209. //
  210. this.labelEx11.AutoSize = true;
  211. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  212. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  213. this.labelEx11.Location = new System.Drawing.Point(65, 288);
  214. this.labelEx11.Name = "labelEx11";
  215. this.labelEx11.Size = new System.Drawing.Size(44, 17);
  216. this.labelEx11.TabIndex = 170;
  217. this.labelEx11.Text = "备注:";
  218. //
  219. // labelEx8
  220. //
  221. this.labelEx8.AutoSize = true;
  222. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  223. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  224. this.labelEx8.Location = new System.Drawing.Point(44, 245);
  225. this.labelEx8.Name = "labelEx8";
  226. this.labelEx8.Size = new System.Drawing.Size(65, 17);
  227. this.labelEx8.TabIndex = 167;
  228. this.labelEx8.Text = "* 录单人:";
  229. //
  230. // txtOiae_PersonHandling
  231. //
  232. this.txtOiae_PersonHandling.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  233. this.txtOiae_PersonHandling.EmptyTextTip = null;
  234. this.txtOiae_PersonHandling.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  235. this.txtOiae_PersonHandling.Enabled = false;
  236. this.txtOiae_PersonHandling.Font = new System.Drawing.Font("微软雅黑", 9F);
  237. this.txtOiae_PersonHandling.Location = new System.Drawing.Point(112, 242);
  238. this.txtOiae_PersonHandling.Name = "txtOiae_PersonHandling";
  239. this.txtOiae_PersonHandling.Size = new System.Drawing.Size(250, 23);
  240. this.txtOiae_PersonHandling.TabIndex = 5;
  241. //
  242. // labelEx7
  243. //
  244. this.labelEx7.AutoSize = true;
  245. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  246. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  247. this.labelEx7.Location = new System.Drawing.Point(56, 205);
  248. this.labelEx7.Name = "labelEx7";
  249. this.labelEx7.Size = new System.Drawing.Size(53, 17);
  250. this.labelEx7.TabIndex = 165;
  251. this.labelEx7.Text = "* 日期:";
  252. //
  253. // labelEx4
  254. //
  255. this.labelEx4.AutoSize = true;
  256. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  257. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  258. this.labelEx4.Location = new System.Drawing.Point(56, 122);
  259. this.labelEx4.Name = "labelEx4";
  260. this.labelEx4.Size = new System.Drawing.Size(53, 17);
  261. this.labelEx4.TabIndex = 163;
  262. this.labelEx4.Text = "* 金额:";
  263. //
  264. // txtOiae_Money
  265. //
  266. this.txtOiae_Money.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  267. this.txtOiae_Money.EmptyTextTip = null;
  268. this.txtOiae_Money.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  269. this.txtOiae_Money.Font = new System.Drawing.Font("微软雅黑", 9F);
  270. this.txtOiae_Money.Location = new System.Drawing.Point(112, 119);
  271. this.txtOiae_Money.Name = "txtOiae_Money";
  272. this.txtOiae_Money.Size = new System.Drawing.Size(250, 23);
  273. this.txtOiae_Money.TabIndex = 2;
  274. //
  275. // txtOiae_ThePayer
  276. //
  277. this.txtOiae_ThePayer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  278. this.txtOiae_ThePayer.EmptyTextTip = null;
  279. this.txtOiae_ThePayer.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  280. this.txtOiae_ThePayer.Font = new System.Drawing.Font("微软雅黑", 9F);
  281. this.txtOiae_ThePayer.Location = new System.Drawing.Point(112, 34);
  282. this.txtOiae_ThePayer.Name = "txtOiae_ThePayer";
  283. this.txtOiae_ThePayer.Size = new System.Drawing.Size(250, 23);
  284. this.txtOiae_ThePayer.TabIndex = 0;
  285. //
  286. // labelEx15
  287. //
  288. this.labelEx15.AutoSize = true;
  289. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  290. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  291. this.labelEx15.Location = new System.Drawing.Point(44, 37);
  292. this.labelEx15.Name = "labelEx15";
  293. this.labelEx15.Size = new System.Drawing.Size(65, 17);
  294. this.labelEx15.TabIndex = 162;
  295. this.labelEx15.Text = "* 付款人:";
  296. //
  297. // btnCanle
  298. //
  299. this.btnCanle.BackColor = System.Drawing.Color.Transparent;
  300. this.btnCanle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanle.BackImg")));
  301. this.btnCanle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  302. this.btnCanle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  303. this.btnCanle.ForeColor = System.Drawing.Color.White;
  304. this.btnCanle.IsCustomBackImg = false;
  305. this.btnCanle.IsShowText = true;
  306. this.btnCanle.Location = new System.Drawing.Point(225, 389);
  307. this.btnCanle.Name = "btnCanle";
  308. this.btnCanle.Size = new System.Drawing.Size(85, 28);
  309. this.btnCanle.TabIndex = 160;
  310. this.btnCanle.Text = "取消";
  311. this.btnCanle.UseVisualStyleBackColor = false;
  312. //
  313. // btnSave
  314. //
  315. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  316. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  317. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  318. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  319. this.btnSave.ForeColor = System.Drawing.Color.White;
  320. this.btnSave.IsCustomBackImg = false;
  321. this.btnSave.IsShowText = true;
  322. this.btnSave.Location = new System.Drawing.Point(132, 389);
  323. this.btnSave.Name = "btnSave";
  324. this.btnSave.Size = new System.Drawing.Size(85, 28);
  325. this.btnSave.TabIndex = 159;
  326. this.btnSave.Text = "保存";
  327. this.btnSave.UseVisualStyleBackColor = false;
  328. //
  329. // FrmOtherIncomeEntry
  330. //
  331. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  332. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  333. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  334. this.ClientSize = new System.Drawing.Size(437, 529);
  335. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  336. this.IsUserControlsSize = false;
  337. this.MaximizeBox = false;
  338. this.MinimizeBox = false;
  339. this.Name = "FrmOtherIncomeEntry";
  340. this.Text = "其它收入录入";
  341. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  342. this.plExMainContainer.ResumeLayout(false);
  343. this.plFormMainContent.ResumeLayout(false);
  344. this.panelEx1.ResumeLayout(false);
  345. this.panelEx1.PerformLayout();
  346. this.ResumeLayout(false);
  347. }
  348. #endregion
  349. private ComponentLibrary.PanelEx panelEx1;
  350. private ComponentLibrary.LabelEx labelEx10;
  351. protected ComponentLibrary.TextBoxBasicEx txtOiae_Remark;
  352. protected ComponentLibrary.TextBoxBasicEx txtOiae_ProjectName;
  353. private ComponentLibrary.LabelEx labelEx2;
  354. private ComponentLibrary.LabelEx labelEx11;
  355. private ComponentLibrary.LabelEx labelEx8;
  356. protected ComponentLibrary.TextBoxBasicEx txtOiae_PersonHandling;
  357. private ComponentLibrary.LabelEx labelEx7;
  358. private ComponentLibrary.LabelEx labelEx4;
  359. protected ComponentLibrary.TextBoxBasicEx txtOiae_Money;
  360. protected ComponentLibrary.TextBoxBasicEx txtOiae_ThePayer;
  361. private ComponentLibrary.LabelEx labelEx15;
  362. protected ComponentLibrary.ButtonEx btnCanle;
  363. protected ComponentLibrary.ButtonEx btnSave;
  364. protected ComponentLibrary.ButtonForm btnSet;
  365. protected ComponentLibrary.ComboBoxTreeViewEx cmbPay_PaymentMethod;
  366. protected ComponentLibrary.DateTimePickerEx txtOiae_IEDatetime;
  367. protected ComponentLibrary.ButtonForm btnUpdateTime;
  368. }
  369. }