namespace Pur.balance
{
partial class WinBalanceBillInfo
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
this.btnOk = new Infragistics.Win.Misc.UltraButton();
this.txtBILL_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel119 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.txtTOTAL_REAL_PRICE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txt_voucherNum = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.materGroup = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.txt_remark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.TOTAL_BUY_AMT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
((System.ComponentModel.ISupportInitialize)(this.txtBILL_NO)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtTOTAL_REAL_PRICE)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_voucherNum)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.materGroup)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_remark)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TOTAL_BUY_AMT)).BeginInit();
this.SuspendLayout();
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(143, 15);
this.btnOk.Margin = new System.Windows.Forms.Padding(4);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(100, 29);
this.btnOk.TabIndex = 223;
this.btnOk.Text = "确定";
this.btnOk.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// txtBILL_NO
//
appearance74.TextVAlignAsString = "Middle";
this.txtBILL_NO.Appearance = appearance74;
this.txtBILL_NO.AutoSize = false;
this.txtBILL_NO.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.txtBILL_NO.Location = new System.Drawing.Point(69, 68);
this.txtBILL_NO.Margin = new System.Windows.Forms.Padding(4);
this.txtBILL_NO.Multiline = true;
this.txtBILL_NO.Name = "txtBILL_NO";
this.txtBILL_NO.Scrollbars = System.Windows.Forms.ScrollBars.Both;
this.txtBILL_NO.Size = new System.Drawing.Size(313, 50);
this.txtBILL_NO.TabIndex = 225;
//
// ultraLabel119
//
appearance1.TextHAlignAsString = "Center";
appearance1.TextVAlignAsString = "Middle";
this.ultraLabel119.Appearance = appearance1;
this.ultraLabel119.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraLabel119.Location = new System.Drawing.Point(3, 68);
this.ultraLabel119.Margin = new System.Windows.Forms.Padding(4);
this.ultraLabel119.Name = "ultraLabel119";
this.ultraLabel119.Size = new System.Drawing.Size(67, 50);
this.ultraLabel119.TabIndex = 224;
this.ultraLabel119.Text = "发票编号";
//
// ultraLabel1
//
appearance2.TextHAlignAsString = "Center";
appearance2.TextVAlignAsString = "Middle";
this.ultraLabel1.Appearance = appearance2;
this.ultraLabel1.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraLabel1.Location = new System.Drawing.Point(3, 131);
this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(67, 50);
this.ultraLabel1.TabIndex = 226;
this.ultraLabel1.Text = "发票金额";
//
// txtTOTAL_REAL_PRICE
//
this.txtTOTAL_REAL_PRICE.AutoSize = false;
this.txtTOTAL_REAL_PRICE.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.txtTOTAL_REAL_PRICE.Location = new System.Drawing.Point(69, 131);
this.txtTOTAL_REAL_PRICE.Margin = new System.Windows.Forms.Padding(4);
this.txtTOTAL_REAL_PRICE.Name = "txtTOTAL_REAL_PRICE";
this.txtTOTAL_REAL_PRICE.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.txtTOTAL_REAL_PRICE.Size = new System.Drawing.Size(313, 50);
this.txtTOTAL_REAL_PRICE.TabIndex = 228;
this.txtTOTAL_REAL_PRICE.Text = " ";
this.txtTOTAL_REAL_PRICE.TextChanged += new System.EventHandler(this.txtTOTAL_REAL_PRICE_TextChanged);
//
// txt_voucherNum
//
this.txt_voucherNum.AutoSize = false;
this.txt_voucherNum.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.txt_voucherNum.Location = new System.Drawing.Point(69, 194);
this.txt_voucherNum.Margin = new System.Windows.Forms.Padding(4);
this.txt_voucherNum.Name = "txt_voucherNum";
this.txt_voucherNum.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.txt_voucherNum.Size = new System.Drawing.Size(313, 46);
this.txt_voucherNum.TabIndex = 236;
this.txt_voucherNum.Text = " ";
//
// ultraLabel3
//
appearance3.TextHAlignAsString = "Center";
appearance3.TextVAlignAsString = "Middle";
this.ultraLabel3.Appearance = appearance3;
this.ultraLabel3.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraLabel3.Location = new System.Drawing.Point(3, 194);
this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(67, 46);
this.ultraLabel3.TabIndex = 235;
this.ultraLabel3.Text = "附件张数";
//
// materGroup
//
this.materGroup.AutoSize = false;
this.materGroup.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.materGroup.Location = new System.Drawing.Point(69, 357);
this.materGroup.Margin = new System.Windows.Forms.Padding(4);
this.materGroup.Name = "materGroup";
this.materGroup.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.materGroup.Size = new System.Drawing.Size(313, 75);
this.materGroup.TabIndex = 242;
this.materGroup.Text = " ";
//
// ultraLabel2
//
appearance5.TextHAlignAsString = "Center";
appearance5.TextVAlignAsString = "Middle";
this.ultraLabel2.Appearance = appearance5;
this.ultraLabel2.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraLabel2.Location = new System.Drawing.Point(3, 357);
this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(67, 75);
this.ultraLabel2.TabIndex = 241;
this.ultraLabel2.Text = "报销事宜";
//
// txt_remark
//
this.txt_remark.AutoSize = false;
this.txt_remark.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.txt_remark.Location = new System.Drawing.Point(69, 445);
this.txt_remark.Margin = new System.Windows.Forms.Padding(4);
this.txt_remark.Multiline = true;
this.txt_remark.Name = "txt_remark";
this.txt_remark.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.txt_remark.Size = new System.Drawing.Size(313, 75);
this.txt_remark.TabIndex = 240;
this.txt_remark.Text = " ";
//
// ultraLabel4
//
appearance47.TextHAlignAsString = "Center";
appearance47.TextVAlignAsString = "Middle";
this.ultraLabel4.Appearance = appearance47;
this.ultraLabel4.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraLabel4.Location = new System.Drawing.Point(3, 445);
this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(67, 75);
this.ultraLabel4.TabIndex = 239;
this.ultraLabel4.Text = "备注";
//
// TOTAL_BUY_AMT
//
this.TOTAL_BUY_AMT.AutoSize = false;
this.TOTAL_BUY_AMT.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.TOTAL_BUY_AMT.Location = new System.Drawing.Point(69, 262);
this.TOTAL_BUY_AMT.Margin = new System.Windows.Forms.Padding(4);
this.TOTAL_BUY_AMT.Name = "TOTAL_BUY_AMT";
this.TOTAL_BUY_AMT.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.TOTAL_BUY_AMT.Size = new System.Drawing.Size(313, 75);
this.TOTAL_BUY_AMT.TabIndex = 244;
this.TOTAL_BUY_AMT.Text = " ";
//
// ultraLabel5
//
appearance4.TextHAlignAsString = "Center";
appearance4.TextVAlignAsString = "Middle";
this.ultraLabel5.Appearance = appearance4;
this.ultraLabel5.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraLabel5.Location = new System.Drawing.Point(3, 262);
this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(67, 75);
this.ultraLabel5.TabIndex = 243;
this.ultraLabel5.Text = "不含税金额";
//
// WinBalanceBillInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(385, 544);
this.Controls.Add(this.TOTAL_BUY_AMT);
this.Controls.Add(this.ultraLabel5);
this.Controls.Add(this.materGroup);
this.Controls.Add(this.ultraLabel2);
this.Controls.Add(this.txt_remark);
this.Controls.Add(this.ultraLabel4);
this.Controls.Add(this.txt_voucherNum);
this.Controls.Add(this.ultraLabel3);
this.Controls.Add(this.txtTOTAL_REAL_PRICE);
this.Controls.Add(this.ultraLabel1);
this.Controls.Add(this.txtBILL_NO);
this.Controls.Add(this.ultraLabel119);
this.Controls.Add(this.btnOk);
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "WinBalanceBillInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "结算信息";
((System.ComponentModel.ISupportInitialize)(this.txtBILL_NO)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtTOTAL_REAL_PRICE)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_voucherNum)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.materGroup)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_remark)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.TOTAL_BUY_AMT)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.Misc.UltraButton btnOk;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtBILL_NO;
private Infragistics.Win.Misc.UltraLabel ultraLabel119;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTOTAL_REAL_PRICE;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_voucherNum;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.UltraWinEditors.UltraTextEditor materGroup;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_remark;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.UltraWinEditors.UltraTextEditor TOTAL_BUY_AMT;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
}
}