WinBalanceBillInfo.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. namespace Pur.balance
  2. {
  3. partial class WinBalanceBillInfo
  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. Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  35. this.btnOk = new Infragistics.Win.Misc.UltraButton();
  36. this.txtBILL_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  37. this.ultraLabel119 = new Infragistics.Win.Misc.UltraLabel();
  38. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  39. this.txtTOTAL_REAL_PRICE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  40. this.txt_voucherNum = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  41. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  42. this.materGroup = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  43. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  44. this.txt_remark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  45. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  46. this.TOTAL_BUY_AMT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  47. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtBILL_NO)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtTOTAL_REAL_PRICE)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.txt_voucherNum)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.materGroup)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txt_remark)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.TOTAL_BUY_AMT)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // btnOk
  57. //
  58. this.btnOk.Location = new System.Drawing.Point(143, 15);
  59. this.btnOk.Margin = new System.Windows.Forms.Padding(4);
  60. this.btnOk.Name = "btnOk";
  61. this.btnOk.Size = new System.Drawing.Size(100, 29);
  62. this.btnOk.TabIndex = 223;
  63. this.btnOk.Text = "确定";
  64. this.btnOk.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  65. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  66. //
  67. // txtBILL_NO
  68. //
  69. appearance74.TextVAlignAsString = "Middle";
  70. this.txtBILL_NO.Appearance = appearance74;
  71. this.txtBILL_NO.AutoSize = false;
  72. this.txtBILL_NO.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  73. this.txtBILL_NO.Location = new System.Drawing.Point(69, 68);
  74. this.txtBILL_NO.Margin = new System.Windows.Forms.Padding(4);
  75. this.txtBILL_NO.Multiline = true;
  76. this.txtBILL_NO.Name = "txtBILL_NO";
  77. this.txtBILL_NO.Scrollbars = System.Windows.Forms.ScrollBars.Both;
  78. this.txtBILL_NO.Size = new System.Drawing.Size(313, 50);
  79. this.txtBILL_NO.TabIndex = 225;
  80. //
  81. // ultraLabel119
  82. //
  83. appearance1.TextHAlignAsString = "Center";
  84. appearance1.TextVAlignAsString = "Middle";
  85. this.ultraLabel119.Appearance = appearance1;
  86. this.ultraLabel119.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  87. this.ultraLabel119.Location = new System.Drawing.Point(3, 68);
  88. this.ultraLabel119.Margin = new System.Windows.Forms.Padding(4);
  89. this.ultraLabel119.Name = "ultraLabel119";
  90. this.ultraLabel119.Size = new System.Drawing.Size(67, 50);
  91. this.ultraLabel119.TabIndex = 224;
  92. this.ultraLabel119.Text = "发票编号";
  93. //
  94. // ultraLabel1
  95. //
  96. appearance2.TextHAlignAsString = "Center";
  97. appearance2.TextVAlignAsString = "Middle";
  98. this.ultraLabel1.Appearance = appearance2;
  99. this.ultraLabel1.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  100. this.ultraLabel1.Location = new System.Drawing.Point(3, 131);
  101. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
  102. this.ultraLabel1.Name = "ultraLabel1";
  103. this.ultraLabel1.Size = new System.Drawing.Size(67, 50);
  104. this.ultraLabel1.TabIndex = 226;
  105. this.ultraLabel1.Text = "发票金额";
  106. //
  107. // txtTOTAL_REAL_PRICE
  108. //
  109. this.txtTOTAL_REAL_PRICE.AutoSize = false;
  110. this.txtTOTAL_REAL_PRICE.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  111. this.txtTOTAL_REAL_PRICE.Location = new System.Drawing.Point(69, 131);
  112. this.txtTOTAL_REAL_PRICE.Margin = new System.Windows.Forms.Padding(4);
  113. this.txtTOTAL_REAL_PRICE.Name = "txtTOTAL_REAL_PRICE";
  114. this.txtTOTAL_REAL_PRICE.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  115. this.txtTOTAL_REAL_PRICE.Size = new System.Drawing.Size(313, 50);
  116. this.txtTOTAL_REAL_PRICE.TabIndex = 228;
  117. this.txtTOTAL_REAL_PRICE.Text = " ";
  118. this.txtTOTAL_REAL_PRICE.TextChanged += new System.EventHandler(this.txtTOTAL_REAL_PRICE_TextChanged);
  119. //
  120. // txt_voucherNum
  121. //
  122. this.txt_voucherNum.AutoSize = false;
  123. this.txt_voucherNum.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  124. this.txt_voucherNum.Location = new System.Drawing.Point(69, 194);
  125. this.txt_voucherNum.Margin = new System.Windows.Forms.Padding(4);
  126. this.txt_voucherNum.Name = "txt_voucherNum";
  127. this.txt_voucherNum.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  128. this.txt_voucherNum.Size = new System.Drawing.Size(313, 46);
  129. this.txt_voucherNum.TabIndex = 236;
  130. this.txt_voucherNum.Text = " ";
  131. //
  132. // ultraLabel3
  133. //
  134. appearance3.TextHAlignAsString = "Center";
  135. appearance3.TextVAlignAsString = "Middle";
  136. this.ultraLabel3.Appearance = appearance3;
  137. this.ultraLabel3.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  138. this.ultraLabel3.Location = new System.Drawing.Point(3, 194);
  139. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4);
  140. this.ultraLabel3.Name = "ultraLabel3";
  141. this.ultraLabel3.Size = new System.Drawing.Size(67, 46);
  142. this.ultraLabel3.TabIndex = 235;
  143. this.ultraLabel3.Text = "附件张数";
  144. //
  145. // materGroup
  146. //
  147. this.materGroup.AutoSize = false;
  148. this.materGroup.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  149. this.materGroup.Location = new System.Drawing.Point(69, 357);
  150. this.materGroup.Margin = new System.Windows.Forms.Padding(4);
  151. this.materGroup.Name = "materGroup";
  152. this.materGroup.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  153. this.materGroup.Size = new System.Drawing.Size(313, 75);
  154. this.materGroup.TabIndex = 242;
  155. this.materGroup.Text = " ";
  156. //
  157. // ultraLabel2
  158. //
  159. appearance5.TextHAlignAsString = "Center";
  160. appearance5.TextVAlignAsString = "Middle";
  161. this.ultraLabel2.Appearance = appearance5;
  162. this.ultraLabel2.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  163. this.ultraLabel2.Location = new System.Drawing.Point(3, 357);
  164. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4);
  165. this.ultraLabel2.Name = "ultraLabel2";
  166. this.ultraLabel2.Size = new System.Drawing.Size(67, 75);
  167. this.ultraLabel2.TabIndex = 241;
  168. this.ultraLabel2.Text = "报销事宜";
  169. //
  170. // txt_remark
  171. //
  172. this.txt_remark.AutoSize = false;
  173. this.txt_remark.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  174. this.txt_remark.Location = new System.Drawing.Point(69, 445);
  175. this.txt_remark.Margin = new System.Windows.Forms.Padding(4);
  176. this.txt_remark.Multiline = true;
  177. this.txt_remark.Name = "txt_remark";
  178. this.txt_remark.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  179. this.txt_remark.Size = new System.Drawing.Size(313, 75);
  180. this.txt_remark.TabIndex = 240;
  181. this.txt_remark.Text = " ";
  182. //
  183. // ultraLabel4
  184. //
  185. appearance47.TextHAlignAsString = "Center";
  186. appearance47.TextVAlignAsString = "Middle";
  187. this.ultraLabel4.Appearance = appearance47;
  188. this.ultraLabel4.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  189. this.ultraLabel4.Location = new System.Drawing.Point(3, 445);
  190. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4);
  191. this.ultraLabel4.Name = "ultraLabel4";
  192. this.ultraLabel4.Size = new System.Drawing.Size(67, 75);
  193. this.ultraLabel4.TabIndex = 239;
  194. this.ultraLabel4.Text = "备注";
  195. //
  196. // TOTAL_BUY_AMT
  197. //
  198. this.TOTAL_BUY_AMT.AutoSize = false;
  199. this.TOTAL_BUY_AMT.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  200. this.TOTAL_BUY_AMT.Location = new System.Drawing.Point(69, 262);
  201. this.TOTAL_BUY_AMT.Margin = new System.Windows.Forms.Padding(4);
  202. this.TOTAL_BUY_AMT.Name = "TOTAL_BUY_AMT";
  203. this.TOTAL_BUY_AMT.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  204. this.TOTAL_BUY_AMT.Size = new System.Drawing.Size(313, 75);
  205. this.TOTAL_BUY_AMT.TabIndex = 244;
  206. this.TOTAL_BUY_AMT.Text = " ";
  207. //
  208. // ultraLabel5
  209. //
  210. appearance4.TextHAlignAsString = "Center";
  211. appearance4.TextVAlignAsString = "Middle";
  212. this.ultraLabel5.Appearance = appearance4;
  213. this.ultraLabel5.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  214. this.ultraLabel5.Location = new System.Drawing.Point(3, 262);
  215. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4);
  216. this.ultraLabel5.Name = "ultraLabel5";
  217. this.ultraLabel5.Size = new System.Drawing.Size(67, 75);
  218. this.ultraLabel5.TabIndex = 243;
  219. this.ultraLabel5.Text = "不含税金额";
  220. //
  221. // WinBalanceBillInfo
  222. //
  223. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  224. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  225. this.ClientSize = new System.Drawing.Size(385, 544);
  226. this.Controls.Add(this.TOTAL_BUY_AMT);
  227. this.Controls.Add(this.ultraLabel5);
  228. this.Controls.Add(this.materGroup);
  229. this.Controls.Add(this.ultraLabel2);
  230. this.Controls.Add(this.txt_remark);
  231. this.Controls.Add(this.ultraLabel4);
  232. this.Controls.Add(this.txt_voucherNum);
  233. this.Controls.Add(this.ultraLabel3);
  234. this.Controls.Add(this.txtTOTAL_REAL_PRICE);
  235. this.Controls.Add(this.ultraLabel1);
  236. this.Controls.Add(this.txtBILL_NO);
  237. this.Controls.Add(this.ultraLabel119);
  238. this.Controls.Add(this.btnOk);
  239. this.Margin = new System.Windows.Forms.Padding(5);
  240. this.Name = "WinBalanceBillInfo";
  241. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  242. this.Text = "结算信息";
  243. ((System.ComponentModel.ISupportInitialize)(this.txtBILL_NO)).EndInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.txtTOTAL_REAL_PRICE)).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.txt_voucherNum)).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.materGroup)).EndInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.txt_remark)).EndInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.TOTAL_BUY_AMT)).EndInit();
  249. this.ResumeLayout(false);
  250. }
  251. #endregion
  252. private Infragistics.Win.Misc.UltraButton btnOk;
  253. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtBILL_NO;
  254. private Infragistics.Win.Misc.UltraLabel ultraLabel119;
  255. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  256. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTOTAL_REAL_PRICE;
  257. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_voucherNum;
  258. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  259. private Infragistics.Win.UltraWinEditors.UltraTextEditor materGroup;
  260. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  261. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_remark;
  262. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  263. private Infragistics.Win.UltraWinEditors.UltraTextEditor TOTAL_BUY_AMT;
  264. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  265. }
  266. }