namespace Core.StlMes.Client.Sale.SaleFundMgt.FundUI.UIFrm { partial class FrmFundInOutQuery { /// /// 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 appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.button1 = new System.Windows.Forms.Button(); this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker(); this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.checkBox1); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.dateTimePicker3); this.groupBox1.Controls.Add(this.dateTimePicker2); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.label4); 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(976, 41); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(458, 12); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(72, 16); this.checkBox1.TabIndex = 16; this.checkBox1.Text = "进出时间"; this.checkBox1.UseVisualStyleBackColor = true; // // button1 // this.button1.BackColor = System.Drawing.SystemColors.ActiveBorder; this.button1.Location = new System.Drawing.Point(403, 10); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(41, 23); this.button1.TabIndex = 15; this.button1.Text = "+"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // dateTimePicker3 // this.dateTimePicker3.Location = new System.Drawing.Point(694, 12); this.dateTimePicker3.Name = "dateTimePicker3"; this.dateTimePicker3.Size = new System.Drawing.Size(159, 21); this.dateTimePicker3.TabIndex = 12; // // dateTimePicker2 // this.dateTimePicker2.Location = new System.Drawing.Point(533, 12); this.dateTimePicker2.Name = "dateTimePicker2"; this.dateTimePicker2.Size = new System.Drawing.Size(153, 21); this.dateTimePicker2.TabIndex = 12; // // textBox1 // this.textBox1.Enabled = false; this.textBox1.Location = new System.Drawing.Point(83, 11); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(319, 21); this.textBox1.TabIndex = 0; // // label4 // this.label4.BackColor = System.Drawing.Color.LightBlue; this.label4.Location = new System.Drawing.Point(4, 11); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(78, 20); this.label4.TabIndex = 7; this.label4.Text = "客户名称"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // ultraGrid1 // appearance12.BackColor = System.Drawing.SystemColors.Window; appearance12.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.ultraGrid1.DisplayLayout.Appearance = appearance12; this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; appearance13.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance13.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance13.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance13; appearance14.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance14; this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; appearance15.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance15.BackColor2 = System.Drawing.SystemColors.Control; appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance15.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance15; this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1; this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1; appearance16.BackColor = System.Drawing.SystemColors.Window; appearance16.ForeColor = System.Drawing.SystemColors.ControlText; this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance16; appearance17.BackColor = System.Drawing.SystemColors.Highlight; appearance17.ForeColor = System.Drawing.SystemColors.HighlightText; this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance17; this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted; this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted; appearance18.BackColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance18; appearance19.BorderColor = System.Drawing.Color.Silver; appearance19.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance19; this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.ultraGrid1.DisplayLayout.Override.CellPadding = 0; appearance20.BackColor = System.Drawing.SystemColors.Control; appearance20.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance20.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance20.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance20; appearance21.TextHAlignAsString = "Left"; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance21; this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand; appearance22.BackColor = System.Drawing.SystemColors.Window; appearance22.BorderColor = System.Drawing.Color.Silver; this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance22; this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; appearance35.BackColor = System.Drawing.SystemColors.ControlLight; this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance35; 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, 41); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(976, 336); this.ultraGrid1.TabIndex = 75; this.ultraGrid1.Text = "ultraGrid1"; // // FrmFundInOutQuery // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(976, 377); this.Controls.Add(this.ultraGrid1); this.Controls.Add(this.groupBox1); this.Name = "FrmFundInOutQuery"; this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计"; this.Text = "FrmFundInOutQuery"; this.Load += new System.EventHandler(this.FrmFundInOutQuery_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.DateTimePicker dateTimePicker3; private System.Windows.Forms.DateTimePicker dateTimePicker2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label4; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; } }