namespace Scada { partial class FrmScada { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.GCMiStock = new WMS.Ctrl.GridControlCustom(); this.bgsStock = new System.Windows.Forms.BindingSource(this.components); this.GVMiStock = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colPUTIN_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCTL = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGOODS_TYPEID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGOODS_TYPENAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGOODS_MEASURE_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGOODS_NAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSHELVES_NUM = new DevExpress.XtraGrid.Columns.GridColumn(); this.colWARE_DATE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTS = new DevExpress.XtraGrid.Columns.GridColumn(); this.panel1.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bgsStock)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).BeginInit(); this.SuspendLayout(); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "1"}); this.comboBox1.Location = new System.Drawing.Point(60, 20); this.comboBox1.Margin = new System.Windows.Forms.Padding(2); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(212, 22); this.comboBox1.TabIndex = 1; this.comboBox1.Text = "1"; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 22); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(31, 14); this.label1.TabIndex = 2; this.label1.Text = "巷道"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); this.label5.Location = new System.Drawing.Point(1333, 26); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 18); this.label5.TabIndex = 281; this.label5.Text = "已冻结"; // // label4 // this.label4.BackColor = System.Drawing.Color.Yellow; this.label4.Location = new System.Drawing.Point(1253, 26); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(75, 19); this.label4.TabIndex = 280; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); this.label14.Location = new System.Drawing.Point(1185, 26); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(53, 18); this.label14.TabIndex = 279; this.label14.Text = "可入库"; // // label15 // this.label15.BackColor = System.Drawing.Color.Green; this.label15.Location = new System.Drawing.Point(1105, 24); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(75, 19); this.label15.TabIndex = 278; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); this.label11.ForeColor = System.Drawing.Color.Black; this.label11.Location = new System.Drawing.Point(1038, 25); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(53, 18); this.label11.TabIndex = 277; this.label11.Text = "有库存"; // // label10 // this.label10.BackColor = System.Drawing.Color.LightSkyBlue; this.label10.Location = new System.Drawing.Point(957, 24); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(77, 19); this.label10.TabIndex = 276; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(283, 15); this.simpleButton1.Margin = new System.Windows.Forms.Padding(2); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(146, 36); this.simpleButton1.TabIndex = 284; this.simpleButton1.Text = "查询"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // panel1 // this.panel1.Controls.Add(this.simpleButton1); this.panel1.Controls.Add(this.comboBox1); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.label14); this.panel1.Controls.Add(this.label11); this.panel1.Controls.Add(this.label15); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1421, 60); this.panel1.TabIndex = 285; // // panel2 // this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 60); this.panel2.Margin = new System.Windows.Forms.Padding(2); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1421, 823); this.panel2.TabIndex = 286; // // panel3 // this.panel3.Controls.Add(this.GCMiStock); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(0, 725); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1421, 158); this.panel3.TabIndex = 287; // // GCMiStock // this.GCMiStock.ColorApprove = System.Drawing.Color.Empty; this.GCMiStock.ColorApproveValue = null; this.GCMiStock.ColorPass = System.Drawing.Color.Empty; this.GCMiStock.ColorPassValue = null; this.GCMiStock.ColorRepeal = System.Drawing.Color.Empty; this.GCMiStock.ColorRepealValue = null; this.GCMiStock.ColorReWork = System.Drawing.Color.Empty; this.GCMiStock.ColorReWorkValue = null; this.GCMiStock.ColorSelectedRow = System.Drawing.Color.Empty; this.GCMiStock.ColorShortage = System.Drawing.Color.Empty; this.GCMiStock.ColorShortageFlagColumn = null; this.GCMiStock.ColorShortageValue = null; this.GCMiStock.ColorUnExecute = System.Drawing.Color.Empty; this.GCMiStock.ColorUnExecuteValue = null; this.GCMiStock.ColorUnPass = System.Drawing.Color.Empty; this.GCMiStock.ColorUnPassValue = "1"; this.GCMiStock.ColorVerify = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.GCMiStock.ColorVerifyFlagColumn = "STS"; this.GCMiStock.ColorVerifyValue = "1"; this.GCMiStock.ColorWarning = System.Drawing.Color.Empty; this.GCMiStock.ColorWarningValue = null; this.GCMiStock.DataSource = this.bgsStock; this.GCMiStock.Dock = System.Windows.Forms.DockStyle.Bottom; this.GCMiStock.EnableAppearanceEvenRow = true; this.GCMiStock.IndicatorWidth = 40; this.GCMiStock.Location = new System.Drawing.Point(0, 14); this.GCMiStock.MainView = this.GVMiStock; this.GCMiStock.Name = "GCMiStock"; this.GCMiStock.ShowRowID = true; this.GCMiStock.Size = new System.Drawing.Size(1421, 144); this.GCMiStock.TabIndex = 253; this.GCMiStock.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GVMiStock}); // // bgsStock // this.bgsStock.DataSource = typeof(WMS.Model.Stock.MIStockModel); // // GVMiStock // this.GVMiStock.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.GVMiStock.Appearance.EvenRow.Options.UseBackColor = true; this.GVMiStock.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F); this.GVMiStock.Appearance.HeaderPanel.Options.UseFont = true; this.GVMiStock.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F); this.GVMiStock.Appearance.Row.Options.UseFont = true; this.GVMiStock.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colPUTIN_ID, this.colCTL, this.colLOCATION_ID, this.colGOODS_TYPEID, this.colGOODS_TYPENAME, this.colVERSION, this.colGOODS_MEASURE_ID, this.colGOODS_ID, this.colGOODS_NAME, this.colSHELVES_NUM, this.colWARE_DATE, this.colSTS}); this.GVMiStock.GridControl = this.GCMiStock; this.GVMiStock.IndicatorWidth = 34; this.GVMiStock.Name = "GVMiStock"; this.GVMiStock.OptionsBehavior.Editable = false; this.GVMiStock.OptionsView.ColumnAutoWidth = false; this.GVMiStock.OptionsView.EnableAppearanceEvenRow = true; this.GVMiStock.OptionsView.ShowGroupPanel = false; // // colPUTIN_ID // this.colPUTIN_ID.FieldName = "PUTIN_ID"; this.colPUTIN_ID.Name = "colPUTIN_ID"; this.colPUTIN_ID.Visible = true; this.colPUTIN_ID.VisibleIndex = 0; this.colPUTIN_ID.Width = 120; // // colCTL // this.colCTL.FieldName = "CTL"; this.colCTL.Name = "colCTL"; this.colCTL.Visible = true; this.colCTL.VisibleIndex = 1; this.colCTL.Width = 100; // // colLOCATION_ID // this.colLOCATION_ID.FieldName = "LOCATION_ID"; this.colLOCATION_ID.Name = "colLOCATION_ID"; this.colLOCATION_ID.Visible = true; this.colLOCATION_ID.VisibleIndex = 2; this.colLOCATION_ID.Width = 100; // // colGOODS_TYPEID // this.colGOODS_TYPEID.FieldName = "GOODS_TYPEID"; this.colGOODS_TYPEID.Name = "colGOODS_TYPEID"; this.colGOODS_TYPEID.Visible = true; this.colGOODS_TYPEID.VisibleIndex = 3; this.colGOODS_TYPEID.Width = 100; // // colGOODS_TYPENAME // this.colGOODS_TYPENAME.FieldName = "GOODS_TYPENAME"; this.colGOODS_TYPENAME.Name = "colGOODS_TYPENAME"; this.colGOODS_TYPENAME.Visible = true; this.colGOODS_TYPENAME.VisibleIndex = 4; this.colGOODS_TYPENAME.Width = 100; // // colVERSION // this.colVERSION.FieldName = "VERSION"; this.colVERSION.Name = "colVERSION"; this.colVERSION.Visible = true; this.colVERSION.VisibleIndex = 5; this.colVERSION.Width = 200; // // colGOODS_MEASURE_ID // this.colGOODS_MEASURE_ID.FieldName = "GOODS_MEASURE_ID"; this.colGOODS_MEASURE_ID.Name = "colGOODS_MEASURE_ID"; this.colGOODS_MEASURE_ID.Visible = true; this.colGOODS_MEASURE_ID.VisibleIndex = 6; this.colGOODS_MEASURE_ID.Width = 160; // // colGOODS_ID // this.colGOODS_ID.FieldName = "GOODS_ID"; this.colGOODS_ID.Name = "colGOODS_ID"; this.colGOODS_ID.Visible = true; this.colGOODS_ID.VisibleIndex = 7; this.colGOODS_ID.Width = 120; // // colGOODS_NAME // this.colGOODS_NAME.FieldName = "GOODS_NAME"; this.colGOODS_NAME.Name = "colGOODS_NAME"; this.colGOODS_NAME.Visible = true; this.colGOODS_NAME.VisibleIndex = 8; this.colGOODS_NAME.Width = 100; // // colSHELVES_NUM // this.colSHELVES_NUM.FieldName = "SHELVES_NUM"; this.colSHELVES_NUM.Name = "colSHELVES_NUM"; this.colSHELVES_NUM.Visible = true; this.colSHELVES_NUM.VisibleIndex = 9; this.colSHELVES_NUM.Width = 80; // // colWARE_DATE // this.colWARE_DATE.FieldName = "WARE_DATE"; this.colWARE_DATE.Name = "colWARE_DATE"; this.colWARE_DATE.Visible = true; this.colWARE_DATE.VisibleIndex = 10; this.colWARE_DATE.Width = 120; // // colSTS // this.colSTS.FieldName = "STS"; this.colSTS.Name = "colSTS"; this.colSTS.Visible = true; this.colSTS.VisibleIndex = 11; this.colSTS.Width = 100; // // FrmScada // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1421, 883); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "FrmScada"; this.Load += new System.EventHandler(this.FrmScada_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bgsStock)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private DevExpress.XtraEditors.SimpleButton simpleButton1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private WMS.Ctrl.GridControlCustom GCMiStock; private DevExpress.XtraGrid.Views.Grid.GridView GVMiStock; private System.Windows.Forms.BindingSource bgsStock; private DevExpress.XtraGrid.Columns.GridColumn colPUTIN_ID; private DevExpress.XtraGrid.Columns.GridColumn colCTL; private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_ID; private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPEID; private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPENAME; private DevExpress.XtraGrid.Columns.GridColumn colVERSION; private DevExpress.XtraGrid.Columns.GridColumn colGOODS_MEASURE_ID; private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID; private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NAME; private DevExpress.XtraGrid.Columns.GridColumn colSHELVES_NUM; private DevExpress.XtraGrid.Columns.GridColumn colWARE_DATE; private DevExpress.XtraGrid.Columns.GridColumn colSTS; } }