namespace Core.StlMes.Client.SaleOrder.OrderForm
{
partial class FrmSaleAccountQuery
{
///
/// 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 appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BALANCESUBJECT", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYERCODE");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SECONDACCOUNT");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVOICE_ACCOUNT");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRE_MONEY");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INMONEY");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVOICE_MONEY");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LST_MONEY");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVOICE_MONTH");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTID");
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.cmbSaleOrg = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.dtInvoice = new System.Windows.Forms.DateTimePicker();
this.dataSet1 = new System.Data.DataSet();
this.dataTable1 = new System.Data.DataTable();
this.dataColumn1 = new System.Data.DataColumn();
this.dataColumn2 = new System.Data.DataColumn();
this.dataColumn3 = new System.Data.DataColumn();
this.dataColumn4 = new System.Data.DataColumn();
this.dataColumn5 = new System.Data.DataColumn();
this.dataColumn6 = new System.Data.DataColumn();
this.dataColumn7 = new System.Data.DataColumn();
this.dataColumn8 = new System.Data.DataColumn();
this.dataColumn9 = new System.Data.DataColumn();
this.gdAccount = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.dataColumn10 = new System.Data.DataColumn();
this.ultraPanel1.ClientArea.SuspendLayout();
this.ultraPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbSaleOrg)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gdAccount)).BeginInit();
this.SuspendLayout();
//
// ultraPanel1
//
//
// ultraPanel1.ClientArea
//
this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
this.ultraPanel1.ClientArea.Controls.Add(this.cmbSaleOrg);
this.ultraPanel1.ClientArea.Controls.Add(this.dtInvoice);
this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
this.ultraPanel1.Name = "ultraPanel1";
this.ultraPanel1.Size = new System.Drawing.Size(762, 39);
this.ultraPanel1.TabIndex = 0;
//
// ultraLabel2
//
this.ultraLabel2.AutoSize = true;
this.ultraLabel2.Location = new System.Drawing.Point(193, 13);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
this.ultraLabel2.TabIndex = 3;
this.ultraLabel2.Text = "销售组织";
//
// ultraLabel1
//
this.ultraLabel1.AutoSize = true;
this.ultraLabel1.Location = new System.Drawing.Point(22, 14);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
this.ultraLabel1.TabIndex = 3;
this.ultraLabel1.Text = "结算年月";
//
// cmbSaleOrg
//
this.cmbSaleOrg.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbSaleOrg.Location = new System.Drawing.Point(253, 10);
this.cmbSaleOrg.Name = "cmbSaleOrg";
this.cmbSaleOrg.Size = new System.Drawing.Size(99, 21);
this.cmbSaleOrg.TabIndex = 2;
//
// dtInvoice
//
this.dtInvoice.CustomFormat = "yyyy-MM";
this.dtInvoice.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtInvoice.Location = new System.Drawing.Point(82, 10);
this.dtInvoice.Name = "dtInvoice";
this.dtInvoice.Size = new System.Drawing.Size(85, 21);
this.dtInvoice.TabIndex = 1;
//
// dataSet1
//
this.dataSet1.DataSetName = "NewDataSet";
this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
this.dataTable1});
//
// dataTable1
//
this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
this.dataColumn1,
this.dataColumn2,
this.dataColumn3,
this.dataColumn4,
this.dataColumn5,
this.dataColumn6,
this.dataColumn7,
this.dataColumn8,
this.dataColumn9,
this.dataColumn10});
this.dataTable1.TableName = "Table1";
//
// dataColumn1
//
this.dataColumn1.Caption = "销售组织";
this.dataColumn1.ColumnName = "BALANCESUBJECT";
//
// dataColumn2
//
this.dataColumn2.Caption = "结算单位";
this.dataColumn2.ColumnName = "BUYERCODE";
//
// dataColumn3
//
this.dataColumn3.Caption = "销售片区";
this.dataColumn3.ColumnName = "SECONDACCOUNT";
//
// dataColumn4
//
this.dataColumn4.Caption = "账本名称";
this.dataColumn4.ColumnName = "INVOICE_ACCOUNT";
//
// dataColumn5
//
this.dataColumn5.Caption = "期初";
this.dataColumn5.ColumnName = "PRE_MONEY";
this.dataColumn5.DataType = typeof(decimal);
//
// dataColumn6
//
this.dataColumn6.Caption = "本月进款";
this.dataColumn6.ColumnName = "INMONEY";
this.dataColumn6.DataType = typeof(decimal);
//
// dataColumn7
//
this.dataColumn7.Caption = "本月结算";
this.dataColumn7.ColumnName = "INVOICE_MONEY";
this.dataColumn7.DataType = typeof(decimal);
//
// dataColumn8
//
this.dataColumn8.Caption = "期末";
this.dataColumn8.ColumnName = "LST_MONEY";
this.dataColumn8.DataType = typeof(decimal);
//
// dataColumn9
//
this.dataColumn9.Caption = "结算年月";
this.dataColumn9.ColumnName = "INVOICE_MONTH";
//
// gdAccount
//
this.gdAccount.DataMember = "Table1";
this.gdAccount.DataSource = this.dataSet1;
appearance1.BackColor = System.Drawing.SystemColors.Window;
appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
this.gdAccount.DisplayLayout.Appearance = appearance1;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(347, 0);
ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(95, 0);
ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(97, 0);
ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn5.Format = "";
ultraGridColumn5.Header.VisiblePosition = 4;
ultraGridColumn5.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
ultraGridColumn5.MaskInput = "nnn,nnn,nnn,nnn.nnnn";
ultraGridColumn5.PromptChar = ' ';
ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(134, 0);
ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn6.Header.VisiblePosition = 5;
ultraGridColumn6.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
ultraGridColumn6.MaskInput = "nnn,nnn,nnn,nnn.nnnn";
ultraGridColumn6.RowLayoutColumnInfo.OriginX = 5;
ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(146, 0);
ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn7.Header.VisiblePosition = 6;
ultraGridColumn7.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
ultraGridColumn7.MaskInput = "nnn,nnn,nnn,nnn.nnnn";
ultraGridColumn7.RowLayoutColumnInfo.OriginX = 6;
ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(145, 0);
ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn8.Header.VisiblePosition = 7;
ultraGridColumn8.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
ultraGridColumn8.MaskInput = "nnn,nnn,nnn,nnn.nnnn";
ultraGridColumn8.RowLayoutColumnInfo.OriginX = 7;
ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(137, 0);
ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn9.Header.VisiblePosition = 8;
ultraGridColumn9.RowLayoutColumnInfo.OriginX = 8;
ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn10.Header.VisiblePosition = 9;
ultraGridColumn10.Hidden = true;
ultraGridColumn10.RowLayoutColumnInfo.OriginX = 9;
ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4,
ultraGridColumn5,
ultraGridColumn6,
ultraGridColumn7,
ultraGridColumn8,
ultraGridColumn9,
ultraGridColumn10});
ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
this.gdAccount.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.gdAccount.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.gdAccount.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
appearance2.BorderColor = System.Drawing.SystemColors.Window;
this.gdAccount.DisplayLayout.GroupByBox.Appearance = appearance2;
appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
this.gdAccount.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
this.gdAccount.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
appearance4.BackColor2 = System.Drawing.SystemColors.Control;
appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
this.gdAccount.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
this.gdAccount.DisplayLayout.MaxColScrollRegions = 1;
this.gdAccount.DisplayLayout.MaxRowScrollRegions = 1;
appearance5.BackColor = System.Drawing.SystemColors.Window;
appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
this.gdAccount.DisplayLayout.Override.ActiveCellAppearance = appearance5;
appearance6.BackColor = System.Drawing.SystemColors.Highlight;
appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
this.gdAccount.DisplayLayout.Override.ActiveRowAppearance = appearance6;
this.gdAccount.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
this.gdAccount.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
this.gdAccount.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
appearance7.BackColor = System.Drawing.SystemColors.Window;
this.gdAccount.DisplayLayout.Override.CardAreaAppearance = appearance7;
appearance8.BorderColor = System.Drawing.Color.Silver;
appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
this.gdAccount.DisplayLayout.Override.CellAppearance = appearance8;
this.gdAccount.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
this.gdAccount.DisplayLayout.Override.CellPadding = 0;
appearance9.BackColor = System.Drawing.SystemColors.Control;
appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance9.BorderColor = System.Drawing.SystemColors.Window;
this.gdAccount.DisplayLayout.Override.GroupByRowAppearance = appearance9;
appearance10.TextHAlignAsString = "Left";
this.gdAccount.DisplayLayout.Override.HeaderAppearance = appearance10;
this.gdAccount.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
this.gdAccount.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
appearance11.BackColor = System.Drawing.SystemColors.Window;
appearance11.BorderColor = System.Drawing.Color.Silver;
this.gdAccount.DisplayLayout.Override.RowAppearance = appearance11;
this.gdAccount.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
this.gdAccount.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
this.gdAccount.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
this.gdAccount.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
this.gdAccount.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
this.gdAccount.Dock = System.Windows.Forms.DockStyle.Fill;
this.gdAccount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gdAccount.Location = new System.Drawing.Point(0, 39);
this.gdAccount.Name = "gdAccount";
this.gdAccount.Size = new System.Drawing.Size(762, 323);
this.gdAccount.TabIndex = 1;
this.gdAccount.Text = "ultraGrid1";
//
// dataColumn10
//
this.dataColumn10.ColumnName = "DEPARTID";
//
// FrmSaleAccountQuery
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(762, 362);
this.Controls.Add(this.gdAccount);
this.Controls.Add(this.ultraPanel1);
this.Name = "FrmSaleAccountQuery";
this.Text = "销售台帐查询";
this.Load += new System.EventHandler(this.FrmSaleAccountQuery_Load);
this.ultraPanel1.ClientArea.ResumeLayout(false);
this.ultraPanel1.ClientArea.PerformLayout();
this.ultraPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.cmbSaleOrg)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gdAccount)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.Misc.UltraPanel ultraPanel1;
private System.Windows.Forms.DateTimePicker dtInvoice;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSaleOrg;
private System.Data.DataSet dataSet1;
private System.Data.DataTable dataTable1;
private System.Data.DataColumn dataColumn1;
private System.Data.DataColumn dataColumn2;
private System.Data.DataColumn dataColumn3;
private System.Data.DataColumn dataColumn4;
private System.Data.DataColumn dataColumn5;
private System.Data.DataColumn dataColumn6;
private System.Data.DataColumn dataColumn7;
private System.Data.DataColumn dataColumn8;
private System.Data.DataColumn dataColumn9;
private Infragistics.Win.UltraWinGrid.UltraGrid gdAccount;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private System.Data.DataColumn dataColumn10;
}
}