| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | this.ucLookOrg1 = new Gs.DevApp.UserControl.UcLookOrg(); |
| | | this.dateEdit1 = new DevExpress.XtraEditors.DateEdit(); |
| | | this.dateEdit2 = new DevExpress.XtraEditors.DateEdit(); |
| | | this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); |
| | | this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.ucLookOrg1 = new Gs.DevApp.UserControl.UcLookOrg(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // ucLookOrg1 |
| | | // |
| | | this.ucLookOrg1.IsReadly = false; |
| | | this.ucLookOrg1.Location = new System.Drawing.Point(209, 45); |
| | | this.ucLookOrg1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.ucLookOrg1.Name = "ucLookOrg1"; |
| | | this.ucLookOrg1.Size = new System.Drawing.Size(386, 37); |
| | | this.ucLookOrg1.TabIndex = 0; |
| | | // |
| | | // dateEdit1 |
| | | // |
| | | this.dateEdit1.EditValue = null; |
| | | this.dateEdit1.Location = new System.Drawing.Point(209, 99); |
| | | this.dateEdit1.Location = new System.Drawing.Point(167, 81); |
| | | this.dateEdit1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); |
| | | this.dateEdit1.Name = "dateEdit1"; |
| | | this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.dateEdit1.Size = new System.Drawing.Size(386, 28); |
| | | this.dateEdit1.Size = new System.Drawing.Size(309, 24); |
| | | this.dateEdit1.TabIndex = 1; |
| | | // |
| | | // dateEdit2 |
| | | // |
| | | this.dateEdit2.EditValue = null; |
| | | this.dateEdit2.Location = new System.Drawing.Point(209, 152); |
| | | this.dateEdit2.Location = new System.Drawing.Point(167, 124); |
| | | this.dateEdit2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); |
| | | this.dateEdit2.Name = "dateEdit2"; |
| | | this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.dateEdit2.Size = new System.Drawing.Size(386, 28); |
| | | this.dateEdit2.Size = new System.Drawing.Size(309, 24); |
| | | this.dateEdit2.TabIndex = 2; |
| | | // |
| | | // simpleButton1 |
| | | // |
| | | this.simpleButton1.Location = new System.Drawing.Point(255, 223); |
| | | this.simpleButton1.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x161; |
| | | this.simpleButton1.Location = new System.Drawing.Point(204, 182); |
| | | this.simpleButton1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); |
| | | this.simpleButton1.Name = "simpleButton1"; |
| | | this.simpleButton1.Size = new System.Drawing.Size(137, 44); |
| | | this.simpleButton1.Size = new System.Drawing.Size(110, 36); |
| | | this.simpleButton1.TabIndex = 3; |
| | | this.simpleButton1.Text = "查询"; |
| | | this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); |
| | | // |
| | | // labelControl1 |
| | | // |
| | | this.labelControl1.Location = new System.Drawing.Point(65, 45); |
| | | this.labelControl1.Location = new System.Drawing.Point(52, 37); |
| | | this.labelControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); |
| | | this.labelControl1.Name = "labelControl1"; |
| | | this.labelControl1.Size = new System.Drawing.Size(36, 22); |
| | | this.labelControl1.Size = new System.Drawing.Size(65, 18); |
| | | this.labelControl1.TabIndex = 4; |
| | | this.labelControl1.Text = "组织"; |
| | | this.labelControl1.Text = "选择组织:"; |
| | | // |
| | | // labelControl2 |
| | | // |
| | | this.labelControl2.Location = new System.Drawing.Point(65, 105); |
| | | this.labelControl2.Location = new System.Drawing.Point(52, 86); |
| | | this.labelControl2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); |
| | | this.labelControl2.Name = "labelControl2"; |
| | | this.labelControl2.Size = new System.Drawing.Size(90, 22); |
| | | this.labelControl2.Size = new System.Drawing.Size(75, 18); |
| | | this.labelControl2.TabIndex = 5; |
| | | this.labelControl2.Text = "开始日期:"; |
| | | // |
| | | // labelControl3 |
| | | // |
| | | this.labelControl3.Location = new System.Drawing.Point(65, 158); |
| | | this.labelControl3.Location = new System.Drawing.Point(52, 129); |
| | | this.labelControl3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); |
| | | this.labelControl3.Name = "labelControl3"; |
| | | this.labelControl3.Size = new System.Drawing.Size(90, 22); |
| | | this.labelControl3.Size = new System.Drawing.Size(75, 18); |
| | | this.labelControl3.TabIndex = 6; |
| | | this.labelControl3.Text = "结束日期:"; |
| | | // |
| | | // ucLookOrg1 |
| | | // |
| | | this.ucLookOrg1.IsReadly = false; |
| | | this.ucLookOrg1.Location = new System.Drawing.Point(167, 37); |
| | | this.ucLookOrg1.Name = "ucLookOrg1"; |
| | | this.ucLookOrg1.Size = new System.Drawing.Size(309, 30); |
| | | this.ucLookOrg1.TabIndex = 0; |
| | | // |
| | | // QLCX |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(661, 312); |
| | | this.ClientSize = new System.Drawing.Size(517, 255); |
| | | this.Controls.Add(this.labelControl3); |
| | | this.Controls.Add(this.labelControl2); |
| | | this.Controls.Add(this.labelControl1); |
| | |
| | | this.Controls.Add(this.dateEdit2); |
| | | this.Controls.Add(this.dateEdit1); |
| | | this.Controls.Add(this.ucLookOrg1); |
| | | this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); |
| | | this.MaximizeBox = false; |
| | | this.MinimizeBox = false; |
| | | this.Name = "QLCX"; |
| | | this.Text = "QLCX"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "欠料表查询"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit(); |