namespace Core.StlMes.Client.Sale.UI.Balance.BalanceAccount
{
partial class FrmMnyInput
{
///
/// 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 appearance23 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance93 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance94 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance95 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance96 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance97 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance98 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance99 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance100 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance103 = new Infragistics.Win.Appearance();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker1 = 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.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.dateTimePicker2);
this.groupBox1.Controls.Add(this.dateTimePicker1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(796, 42);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// label2
//
this.label2.BackColor = System.Drawing.Color.LightSteelBlue;
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label2.Font = new System.Drawing.Font("宋体", 9F);
this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label2.Location = new System.Drawing.Point(3, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(57, 21);
this.label2.TabIndex = 507;
this.label2.Text = "维护时间";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// dateTimePicker2
//
this.dateTimePicker2.Location = new System.Drawing.Point(187, 14);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(121, 21);
this.dateTimePicker2.TabIndex = 502;
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(63, 14);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(121, 21);
this.dateTimePicker1.TabIndex = 502;
//
// 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.dataTable1.TableName = "Table1";
//
// dataColumn1
//
this.dataColumn1.ColumnName = "Column1";
//
// dataColumn2
//
this.dataColumn2.ColumnName = "Column2";
//
// dataColumn3
//
this.dataColumn3.ColumnName = "Column3";
//
// dataColumn4
//
this.dataColumn4.ColumnName = "Column4";
//
// ultraGrid1
//
appearance23.BackColor = System.Drawing.SystemColors.Window;
appearance23.BorderColor = System.Drawing.SystemColors.InactiveCaption;
this.ultraGrid1.DisplayLayout.Appearance = appearance23;
this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
appearance24.BackColor = System.Drawing.SystemColors.ActiveBorder;
appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
appearance24.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance24;
appearance25.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance25;
this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
appearance26.BackColor = System.Drawing.SystemColors.ControlLightLight;
appearance26.BackColor2 = System.Drawing.SystemColors.Control;
appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance26.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance26;
this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
appearance27.BackColor = System.Drawing.SystemColors.Window;
appearance27.ForeColor = System.Drawing.SystemColors.ControlText;
this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance27;
appearance28.BackColor = System.Drawing.SystemColors.Highlight;
appearance28.ForeColor = System.Drawing.SystemColors.HighlightText;
this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance28;
this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
appearance29.BackColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance29;
appearance30.BorderColor = System.Drawing.Color.Silver;
appearance30.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance30;
this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
appearance31.BackColor = System.Drawing.SystemColors.Control;
appearance31.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance31.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance31.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance31;
appearance32.TextHAlignAsString = "Left";
this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance32;
this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
appearance33.BackColor = System.Drawing.SystemColors.Window;
appearance33.BorderColor = System.Drawing.Color.Silver;
this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance33;
this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
appearance34.BackColor = System.Drawing.SystemColors.ControlLight;
this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance34;
this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGrid1.Location = new System.Drawing.Point(0, 42);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(796, 213);
this.ultraGrid1.TabIndex = 37;
this.ultraGrid1.Text = "ultraGrid1";
this.ultraGrid1.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid1_InitializeRow_1);
this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate_1);
//
// ultraGrid2
//
appearance44.BackColor = System.Drawing.SystemColors.Window;
appearance44.BorderColor = System.Drawing.SystemColors.InactiveCaption;
this.ultraGrid2.DisplayLayout.Appearance = appearance44;
this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
appearance93.BackColor = System.Drawing.SystemColors.ActiveBorder;
appearance93.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance93.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
appearance93.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance93;
appearance94.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance94;
this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
appearance95.BackColor = System.Drawing.SystemColors.ControlLightLight;
appearance95.BackColor2 = System.Drawing.SystemColors.Control;
appearance95.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance95.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance95;
this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
appearance96.BackColor = System.Drawing.SystemColors.Window;
appearance96.ForeColor = System.Drawing.SystemColors.ControlText;
this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance96;
appearance97.BackColor = System.Drawing.SystemColors.Highlight;
appearance97.ForeColor = System.Drawing.SystemColors.HighlightText;
this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance97;
this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
appearance98.BackColor = System.Drawing.SystemColors.Window;
this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance98;
appearance99.BorderColor = System.Drawing.Color.Silver;
appearance99.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance99;
this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
appearance100.BackColor = System.Drawing.SystemColors.Control;
appearance100.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance100.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
appearance100.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance100.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance100;
appearance101.TextHAlignAsString = "Left";
this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance101;
this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
appearance102.BackColor = System.Drawing.SystemColors.Window;
appearance102.BorderColor = System.Drawing.Color.Silver;
this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance102;
this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
appearance103.BackColor = System.Drawing.SystemColors.ControlLight;
this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance103;
this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraGrid2.Location = new System.Drawing.Point(0, 255);
this.ultraGrid2.Name = "ultraGrid2";
this.ultraGrid2.Size = new System.Drawing.Size(796, 100);
this.ultraGrid2.TabIndex = 38;
this.ultraGrid2.Text = "ultraGrid2";
this.ultraGrid2.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid2_ClickCellButton_1);
//
// FrmMnyInput
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(796, 355);
this.Controls.Add(this.ultraGrid1);
this.Controls.Add(this.ultraGrid2);
this.Controls.Add(this.groupBox1);
this.Name = "FrmMnyInput";
this.Text = "冲减金额维护";
this.Load += new System.EventHandler(this.FrmMnyInput_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
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 Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
private System.Windows.Forms.Label label2;
}
}