| | |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Margin = new System.Windows.Forms.Padding(4); |
| | | this.gcMain.Name = "gcMain"; |
| | | this.gcMain.Size = new System.Drawing.Size(1292, 662); |
| | | this.gcMain.Size = new System.Drawing.Size(1025, 662); |
| | | this.gcMain.TabIndex = 6; |
| | | this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1}); |
| | |
| | | this.panelControl1.Location = new System.Drawing.Point(0, 662); |
| | | this.panelControl1.Margin = new System.Windows.Forms.Padding(4); |
| | | this.panelControl1.Name = "panelControl1"; |
| | | this.panelControl1.Size = new System.Drawing.Size(1292, 53); |
| | | this.panelControl1.Size = new System.Drawing.Size(1025, 53); |
| | | this.panelControl1.TabIndex = 9; |
| | | // |
| | | // btnIn |
| | |
| | | this.btnIn.Appearance.Options.UseBackColor = true; |
| | | this.btnIn.Dock = System.Windows.Forms.DockStyle.Right; |
| | | this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbuttons_16x161; |
| | | this.btnIn.Location = new System.Drawing.Point(1172, 2); |
| | | this.btnIn.Location = new System.Drawing.Point(905, 2); |
| | | this.btnIn.Margin = new System.Windows.Forms.Padding(4); |
| | | this.btnIn.Name = "btnIn"; |
| | | this.btnIn.Size = new System.Drawing.Size(118, 49); |
| | |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1292, 715); |
| | | this.ClientSize = new System.Drawing.Size(1025, 715); |
| | | this.Controls.Add(this.gcMain); |
| | | this.Controls.Add(this.panelControl1); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.Margin = new System.Windows.Forms.Padding(4); |
| | | this.Name = "SelectSTAFF"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "生产退料申请,只显示可退数量大于0的"; |
| | | this.Text = "选择员工"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); |