namespace Gs.DevApp.DevFrm.JJGZ { partial class YDCQCX { /// /// 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() { this.beginDate = new DevExpress.XtraEditors.DateEdit(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.textEdit1 = new DevExpress.XtraEditors.SearchLookUpEdit(); this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.endDate = new DevExpress.XtraEditors.DateEdit(); ((System.ComponentModel.ISupportInitialize)(this.beginDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.beginDate.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties.CalendarTimeProperties)).BeginInit(); this.SuspendLayout(); // // beginDate // this.beginDate.EditValue = null; this.beginDate.Location = new System.Drawing.Point(210, 108); this.beginDate.Margin = new System.Windows.Forms.Padding(2); this.beginDate.Name = "beginDate"; this.beginDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.beginDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.beginDate.Size = new System.Drawing.Size(386, 28); this.beginDate.TabIndex = 1; // // simpleButton1 // this.simpleButton1.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x161; this.simpleButton1.Location = new System.Drawing.Point(248, 215); this.simpleButton1.Margin = new System.Windows.Forms.Padding(2); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(138, 44); this.simpleButton1.TabIndex = 3; this.simpleButton1.Text = "查询"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(66, 49); this.labelControl1.Margin = new System.Windows.Forms.Padding(2); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(78, 22); this.labelControl1.TabIndex = 4; this.labelControl1.Text = "选择产线:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(66, 114); this.labelControl2.Margin = new System.Windows.Forms.Padding(2); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(90, 22); this.labelControl2.TabIndex = 5; this.labelControl2.Text = "开始日期:"; // // textEdit1 // this.textEdit1.Location = new System.Drawing.Point(210, 49); this.textEdit1.Name = "textEdit1"; this.textEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.textEdit1.Properties.NullText = ""; this.textEdit1.Properties.PopupView = this.searchLookUpEdit1View; this.textEdit1.Size = new System.Drawing.Size(386, 28); this.textEdit1.TabIndex = 6; // // searchLookUpEdit1View // this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.searchLookUpEdit1View.Name = "searchLookUpEdit1View"; this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(66, 174); this.labelControl3.Margin = new System.Windows.Forms.Padding(2); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(90, 22); this.labelControl3.TabIndex = 8; this.labelControl3.Text = "结束日期:"; // // endDate // this.endDate.EditValue = null; this.endDate.Location = new System.Drawing.Point(210, 168); this.endDate.Margin = new System.Windows.Forms.Padding(2); this.endDate.Name = "endDate"; this.endDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.endDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.endDate.Size = new System.Drawing.Size(386, 28); this.endDate.TabIndex = 7; // // YDCQCX // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(646, 314); this.Controls.Add(this.labelControl3); this.Controls.Add(this.endDate); this.Controls.Add(this.labelControl2); this.Controls.Add(this.labelControl1); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.beginDate); this.Controls.Add(this.textEdit1); this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "YDCQCX"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "查询"; ((System.ComponentModel.ISupportInitialize)(this.beginDate.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.beginDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.DateEdit beginDate; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SearchLookUpEdit textEdit1; private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.DateEdit endDate; } }