123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706 |
- namespace PMSUI
- {
- partial class CWMSSettingForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.WarehouseID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.WarehouseStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.WarehouseType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RegionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RegionType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MaterialID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RackID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SupplyPriority = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btHelps = new System.Windows.Forms.Button();
- this.GpBatchOpt = new System.Windows.Forms.GroupBox();
- this.tbpWmsStartNum = new System.Windows.Forms.TextBox();
- this.tbpWmsEndNum = new System.Windows.Forms.TextBox();
- this.tbpWmsCode = new System.Windows.Forms.TextBox();
- this.btBatchAdd = new System.Windows.Forms.Button();
- this.label15 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.gp_Read = new System.Windows.Forms.GroupBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tbSelStation = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.CBSelectAddressType = new System.Windows.Forms.ComboBox();
- this.label10 = new System.Windows.Forms.Label();
- this.CBSelectRegion = new System.Windows.Forms.ComboBox();
- this.gp_Opt = new System.Windows.Forms.GroupBox();
- this.cbRegionID = new System.Windows.Forms.ComboBox();
- this.cbProductRegion = new System.Windows.Forms.ComboBox();
- this.label17 = new System.Windows.Forms.Label();
- this.TBRackID = new System.Windows.Forms.TextBox();
- this.tbRegionSeq = new System.Windows.Forms.TextBox();
- this.lbRackID = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.tbWarehouseName = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.lbMaterialID = new System.Windows.Forms.Label();
- this.CBWarehouseStatus = new System.Windows.Forms.ComboBox();
- this.CBWarehouseType = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.TBMaterialID = new System.Windows.Forms.TextBox();
- this.TBStationID = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.btnChange = new System.Windows.Forms.Button();
- this.btnDelete = new System.Windows.Forms.Button();
- this.btnAdd = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.TBWarehouseID = new System.Windows.Forms.TextBox();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.GpBatchOpt.SuspendLayout();
- this.gp_Read.SuspendLayout();
- this.gp_Opt.SuspendLayout();
- this.SuspendLayout();
- //
- // splitContainer1
- //
- this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
- this.splitContainer1.Panel2.Controls.Add(this.btHelps);
- this.splitContainer1.Panel2.Controls.Add(this.GpBatchOpt);
- this.splitContainer1.Panel2.Controls.Add(this.gp_Read);
- this.splitContainer1.Panel2.Controls.Add(this.gp_Opt);
- this.splitContainer1.Size = new System.Drawing.Size(1199, 557);
- this.splitContainer1.SplitterDistance = 788;
- this.splitContainer1.TabIndex = 1;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.AllowUserToResizeRows = false;
- this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.WarehouseID,
- this.WarehouseStatus,
- this.WarehouseType,
- this.StationID,
- this.RegionID,
- this.RegionType,
- this.MaterialID,
- this.RackID,
- this.SupplyPriority,
- this.UpdateTime,
- this.Column1});
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(0, 0);
- this.dataGridView1.MultiSelect = false;
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.RowHeadersVisible = false;
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView1.Size = new System.Drawing.Size(788, 557);
- this.dataGridView1.TabIndex = 2;
- this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
- //
- // WarehouseID
- //
- this.WarehouseID.HeaderText = "库位号";
- this.WarehouseID.Name = "WarehouseID";
- this.WarehouseID.ReadOnly = true;
- //
- // WarehouseStatus
- //
- this.WarehouseStatus.HeaderText = "库位状态";
- this.WarehouseStatus.Name = "WarehouseStatus";
- this.WarehouseStatus.ReadOnly = true;
- //
- // WarehouseType
- //
- this.WarehouseType.HeaderText = "库位类型";
- this.WarehouseType.Name = "WarehouseType";
- this.WarehouseType.ReadOnly = true;
- //
- // StationID
- //
- this.StationID.HeaderText = "活动站点";
- this.StationID.Name = "StationID";
- this.StationID.ReadOnly = true;
- //
- // RegionID
- //
- this.RegionID.HeaderText = "区域号";
- this.RegionID.Name = "RegionID";
- this.RegionID.ReadOnly = true;
- //
- // RegionType
- //
- this.RegionType.HeaderText = "区域类型";
- this.RegionType.Name = "RegionType";
- this.RegionType.ReadOnly = true;
- //
- // MaterialID
- //
- this.MaterialID.HeaderText = "物料号";
- this.MaterialID.Name = "MaterialID";
- this.MaterialID.ReadOnly = true;
- //
- // RackID
- //
- this.RackID.HeaderText = "料架号";
- this.RackID.Name = "RackID";
- this.RackID.ReadOnly = true;
- //
- // SupplyPriority
- //
- this.SupplyPriority.HeaderText = "优先供应点";
- this.SupplyPriority.Name = "SupplyPriority";
- this.SupplyPriority.ReadOnly = true;
- //
- // UpdateTime
- //
- this.UpdateTime.HeaderText = "更新时间";
- this.UpdateTime.Name = "UpdateTime";
- this.UpdateTime.ReadOnly = true;
- //
- // Column1
- //
- this.Column1.HeaderText = "生产区";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- //
- // btHelps
- //
- this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btHelps.Location = new System.Drawing.Point(6, 13);
- this.btHelps.Name = "btHelps";
- this.btHelps.Size = new System.Drawing.Size(85, 23);
- this.btHelps.TabIndex = 49;
- this.btHelps.Text = "帮助信息";
- this.btHelps.UseVisualStyleBackColor = true;
- this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
- //
- // GpBatchOpt
- //
- this.GpBatchOpt.Controls.Add(this.tbpWmsStartNum);
- this.GpBatchOpt.Controls.Add(this.tbpWmsEndNum);
- this.GpBatchOpt.Controls.Add(this.tbpWmsCode);
- this.GpBatchOpt.Controls.Add(this.btBatchAdd);
- this.GpBatchOpt.Controls.Add(this.label15);
- this.GpBatchOpt.Controls.Add(this.label14);
- this.GpBatchOpt.Location = new System.Drawing.Point(6, 419);
- this.GpBatchOpt.Name = "GpBatchOpt";
- this.GpBatchOpt.Size = new System.Drawing.Size(392, 64);
- this.GpBatchOpt.TabIndex = 38;
- this.GpBatchOpt.TabStop = false;
- //
- // tbpWmsStartNum
- //
- this.tbpWmsStartNum.BackColor = System.Drawing.SystemColors.Window;
- this.tbpWmsStartNum.Location = new System.Drawing.Point(126, 25);
- this.tbpWmsStartNum.Name = "tbpWmsStartNum";
- this.tbpWmsStartNum.Size = new System.Drawing.Size(66, 21);
- this.tbpWmsStartNum.TabIndex = 35;
- //
- // tbpWmsEndNum
- //
- this.tbpWmsEndNum.BackColor = System.Drawing.SystemColors.Window;
- this.tbpWmsEndNum.Location = new System.Drawing.Point(210, 24);
- this.tbpWmsEndNum.Name = "tbpWmsEndNum";
- this.tbpWmsEndNum.Size = new System.Drawing.Size(66, 21);
- this.tbpWmsEndNum.TabIndex = 37;
- //
- // tbpWmsCode
- //
- this.tbpWmsCode.BackColor = System.Drawing.SystemColors.Window;
- this.tbpWmsCode.Location = new System.Drawing.Point(58, 26);
- this.tbpWmsCode.Name = "tbpWmsCode";
- this.tbpWmsCode.Size = new System.Drawing.Size(62, 21);
- this.tbpWmsCode.TabIndex = 33;
- //
- // btBatchAdd
- //
- this.btBatchAdd.Location = new System.Drawing.Point(299, 20);
- this.btBatchAdd.Name = "btBatchAdd";
- this.btBatchAdd.Size = new System.Drawing.Size(86, 28);
- this.btBatchAdd.TabIndex = 33;
- this.btBatchAdd.Text = "批量增加";
- this.btBatchAdd.UseVisualStyleBackColor = true;
- this.btBatchAdd.Click += new System.EventHandler(this.btBatchAdd_Click);
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(194, 29);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(11, 12);
- this.label15.TabIndex = 36;
- this.label15.Text = "-";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(5, 27);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(41, 12);
- this.label14.TabIndex = 34;
- this.label14.Text = "库位号";
- //
- // gp_Read
- //
- this.gp_Read.BackColor = System.Drawing.Color.Transparent;
- this.gp_Read.CausesValidation = false;
- this.gp_Read.Controls.Add(this.label5);
- this.gp_Read.Controls.Add(this.tbSelStation);
- this.gp_Read.Controls.Add(this.label11);
- this.gp_Read.Controls.Add(this.CBSelectAddressType);
- this.gp_Read.Controls.Add(this.label10);
- this.gp_Read.Controls.Add(this.CBSelectRegion);
- this.gp_Read.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gp_Read.Location = new System.Drawing.Point(3, 39);
- this.gp_Read.Name = "gp_Read";
- this.gp_Read.Size = new System.Drawing.Size(396, 90);
- this.gp_Read.TabIndex = 4;
- this.gp_Read.TabStop = false;
- this.gp_Read.Text = "查看";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(9, 58);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 30;
- this.label5.Text = "活动站点";
- //
- // tbSelStation
- //
- this.tbSelStation.BackColor = System.Drawing.SystemColors.Window;
- this.tbSelStation.Location = new System.Drawing.Point(80, 55);
- this.tbSelStation.Name = "tbSelStation";
- this.tbSelStation.Size = new System.Drawing.Size(103, 21);
- this.tbSelStation.TabIndex = 29;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(9, 26);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(53, 12);
- this.label11.TabIndex = 28;
- this.label11.Text = "库位类型";
- //
- // CBSelectAddressType
- //
- this.CBSelectAddressType.BackColor = System.Drawing.SystemColors.Window;
- this.CBSelectAddressType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CBSelectAddressType.FormattingEnabled = true;
- this.CBSelectAddressType.Location = new System.Drawing.Point(80, 23);
- this.CBSelectAddressType.Name = "CBSelectAddressType";
- this.CBSelectAddressType.Size = new System.Drawing.Size(103, 20);
- this.CBSelectAddressType.TabIndex = 27;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(207, 26);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(41, 12);
- this.label10.TabIndex = 26;
- this.label10.Text = "区域号";
- //
- // CBSelectRegion
- //
- this.CBSelectRegion.BackColor = System.Drawing.SystemColors.Window;
- this.CBSelectRegion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CBSelectRegion.FormattingEnabled = true;
- this.CBSelectRegion.Location = new System.Drawing.Point(271, 23);
- this.CBSelectRegion.Name = "CBSelectRegion";
- this.CBSelectRegion.Size = new System.Drawing.Size(103, 20);
- this.CBSelectRegion.TabIndex = 0;
- //
- // gp_Opt
- //
- this.gp_Opt.BackColor = System.Drawing.Color.Transparent;
- this.gp_Opt.Controls.Add(this.cbRegionID);
- this.gp_Opt.Controls.Add(this.cbProductRegion);
- this.gp_Opt.Controls.Add(this.label17);
- this.gp_Opt.Controls.Add(this.TBRackID);
- this.gp_Opt.Controls.Add(this.tbRegionSeq);
- this.gp_Opt.Controls.Add(this.lbRackID);
- this.gp_Opt.Controls.Add(this.label16);
- this.gp_Opt.Controls.Add(this.tbWarehouseName);
- this.gp_Opt.Controls.Add(this.label8);
- this.gp_Opt.Controls.Add(this.lbMaterialID);
- this.gp_Opt.Controls.Add(this.CBWarehouseStatus);
- this.gp_Opt.Controls.Add(this.CBWarehouseType);
- this.gp_Opt.Controls.Add(this.label4);
- this.gp_Opt.Controls.Add(this.label6);
- this.gp_Opt.Controls.Add(this.TBMaterialID);
- this.gp_Opt.Controls.Add(this.TBStationID);
- this.gp_Opt.Controls.Add(this.label3);
- this.gp_Opt.Controls.Add(this.btnChange);
- this.gp_Opt.Controls.Add(this.btnDelete);
- this.gp_Opt.Controls.Add(this.btnAdd);
- this.gp_Opt.Controls.Add(this.label2);
- this.gp_Opt.Controls.Add(this.label1);
- this.gp_Opt.Controls.Add(this.TBWarehouseID);
- this.gp_Opt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gp_Opt.Location = new System.Drawing.Point(6, 135);
- this.gp_Opt.Name = "gp_Opt";
- this.gp_Opt.Size = new System.Drawing.Size(393, 278);
- this.gp_Opt.TabIndex = 3;
- this.gp_Opt.TabStop = false;
- this.gp_Opt.Text = "操作";
- //
- // cbRegionID
- //
- this.cbRegionID.BackColor = System.Drawing.SystemColors.Window;
- this.cbRegionID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbRegionID.FormattingEnabled = true;
- this.cbRegionID.Items.AddRange(new object[] {
- "",
- "rrrr"});
- this.cbRegionID.Location = new System.Drawing.Point(271, 97);
- this.cbRegionID.Name = "cbRegionID";
- this.cbRegionID.Size = new System.Drawing.Size(103, 20);
- this.cbRegionID.TabIndex = 38;
- //
- // cbProductRegion
- //
- this.cbProductRegion.BackColor = System.Drawing.SystemColors.Window;
- this.cbProductRegion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbProductRegion.FormattingEnabled = true;
- this.cbProductRegion.Items.AddRange(new object[] {
- "",
- "fdfsdf"});
- this.cbProductRegion.Location = new System.Drawing.Point(80, 137);
- this.cbProductRegion.Name = "cbProductRegion";
- this.cbProductRegion.Size = new System.Drawing.Size(103, 20);
- this.cbProductRegion.TabIndex = 37;
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(207, 140);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(53, 12);
- this.label17.TabIndex = 36;
- this.label17.Text = "区域顺序";
- //
- // TBRackID
- //
- this.TBRackID.BackColor = System.Drawing.SystemColors.Window;
- this.TBRackID.Location = new System.Drawing.Point(271, 173);
- this.TBRackID.Name = "TBRackID";
- this.TBRackID.Size = new System.Drawing.Size(103, 21);
- this.TBRackID.TabIndex = 23;
- //
- // tbRegionSeq
- //
- this.tbRegionSeq.BackColor = System.Drawing.SystemColors.Window;
- this.tbRegionSeq.Location = new System.Drawing.Point(271, 136);
- this.tbRegionSeq.Name = "tbRegionSeq";
- this.tbRegionSeq.Size = new System.Drawing.Size(103, 21);
- this.tbRegionSeq.TabIndex = 35;
- //
- // lbRackID
- //
- this.lbRackID.AutoSize = true;
- this.lbRackID.Location = new System.Drawing.Point(207, 176);
- this.lbRackID.Name = "lbRackID";
- this.lbRackID.Size = new System.Drawing.Size(41, 12);
- this.lbRackID.TabIndex = 22;
- this.lbRackID.Text = "料架号";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(207, 24);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(41, 12);
- this.label16.TabIndex = 34;
- this.label16.Text = "库位名";
- //
- // tbWarehouseName
- //
- this.tbWarehouseName.BackColor = System.Drawing.SystemColors.Window;
- this.tbWarehouseName.Location = new System.Drawing.Point(271, 22);
- this.tbWarehouseName.Name = "tbWarehouseName";
- this.tbWarehouseName.Size = new System.Drawing.Size(103, 21);
- this.tbWarehouseName.TabIndex = 33;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(9, 140);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(41, 12);
- this.label8.TabIndex = 30;
- this.label8.Text = "生产区";
- //
- // lbMaterialID
- //
- this.lbMaterialID.AutoSize = true;
- this.lbMaterialID.Location = new System.Drawing.Point(9, 176);
- this.lbMaterialID.Name = "lbMaterialID";
- this.lbMaterialID.Size = new System.Drawing.Size(41, 12);
- this.lbMaterialID.TabIndex = 19;
- this.lbMaterialID.Text = "物料号";
- //
- // CBWarehouseStatus
- //
- this.CBWarehouseStatus.BackColor = System.Drawing.SystemColors.Window;
- this.CBWarehouseStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CBWarehouseStatus.FormattingEnabled = true;
- this.CBWarehouseStatus.Items.AddRange(new object[] {
- "UnKnown",
- "Empty",
- "Full",
- "Rack",
- "MesLock",
- "AGVLock"});
- this.CBWarehouseStatus.Location = new System.Drawing.Point(271, 61);
- this.CBWarehouseStatus.Name = "CBWarehouseStatus";
- this.CBWarehouseStatus.Size = new System.Drawing.Size(103, 20);
- this.CBWarehouseStatus.TabIndex = 26;
- //
- // CBWarehouseType
- //
- this.CBWarehouseType.BackColor = System.Drawing.SystemColors.Window;
- this.CBWarehouseType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CBWarehouseType.FormattingEnabled = true;
- this.CBWarehouseType.Items.AddRange(new object[] {
- "TA",
- "TB",
- "TC",
- "TD",
- "TE",
- "TF",
- "TG"});
- this.CBWarehouseType.Location = new System.Drawing.Point(80, 62);
- this.CBWarehouseType.Name = "CBWarehouseType";
- this.CBWarehouseType.Size = new System.Drawing.Size(103, 20);
- this.CBWarehouseType.TabIndex = 25;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(9, 101);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 16;
- this.label4.Text = "活动站点";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(207, 100);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(41, 12);
- this.label6.TabIndex = 14;
- this.label6.Text = "区域号";
- //
- // TBMaterialID
- //
- this.TBMaterialID.BackColor = System.Drawing.SystemColors.Window;
- this.TBMaterialID.Location = new System.Drawing.Point(80, 173);
- this.TBMaterialID.Name = "TBMaterialID";
- this.TBMaterialID.Size = new System.Drawing.Size(103, 21);
- this.TBMaterialID.TabIndex = 18;
- //
- // TBStationID
- //
- this.TBStationID.BackColor = System.Drawing.SystemColors.Window;
- this.TBStationID.Location = new System.Drawing.Point(80, 97);
- this.TBStationID.Name = "TBStationID";
- this.TBStationID.Size = new System.Drawing.Size(103, 21);
- this.TBStationID.TabIndex = 13;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(9, 65);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 9;
- this.label3.Text = "库位类型";
- //
- // btnChange
- //
- this.btnChange.Location = new System.Drawing.Point(256, 228);
- this.btnChange.Name = "btnChange";
- this.btnChange.Size = new System.Drawing.Size(86, 28);
- this.btnChange.TabIndex = 6;
- this.btnChange.Text = "修改";
- this.btnChange.UseVisualStyleBackColor = true;
- this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
- //
- // btnDelete
- //
- this.btnDelete.Location = new System.Drawing.Point(139, 228);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(86, 28);
- this.btnDelete.TabIndex = 5;
- this.btnDelete.Text = "删除";
- this.btnDelete.UseVisualStyleBackColor = true;
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // btnAdd
- //
- this.btnAdd.Location = new System.Drawing.Point(18, 228);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(86, 28);
- this.btnAdd.TabIndex = 4;
- this.btnAdd.Text = "增加";
- this.btnAdd.UseVisualStyleBackColor = true;
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(207, 65);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 3;
- this.label2.Text = "库位状态";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(9, 22);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "库位号";
- //
- // TBWarehouseID
- //
- this.TBWarehouseID.BackColor = System.Drawing.SystemColors.Window;
- this.TBWarehouseID.Location = new System.Drawing.Point(80, 20);
- this.TBWarehouseID.Name = "TBWarehouseID";
- this.TBWarehouseID.Size = new System.Drawing.Size(103, 21);
- this.TBWarehouseID.TabIndex = 0;
- //
- // CWMSSettingForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1199, 557);
- this.Controls.Add(this.splitContainer1);
- this.Name = "CWMSSettingForm";
- this.Text = "库位设置";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CWMSSettingForm_FormClosed);
- this.Load += new System.EventHandler(this.CWMSSettingForm_Load);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.GpBatchOpt.ResumeLayout(false);
- this.GpBatchOpt.PerformLayout();
- this.gp_Read.ResumeLayout(false);
- this.gp_Read.PerformLayout();
- this.gp_Opt.ResumeLayout(false);
- this.gp_Opt.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn WarehouseID;
- private System.Windows.Forms.DataGridViewTextBoxColumn WarehouseStatus;
- private System.Windows.Forms.DataGridViewTextBoxColumn WarehouseType;
- private System.Windows.Forms.DataGridViewTextBoxColumn StationID;
- private System.Windows.Forms.DataGridViewTextBoxColumn RegionID;
- private System.Windows.Forms.DataGridViewTextBoxColumn RegionType;
- private System.Windows.Forms.DataGridViewTextBoxColumn MaterialID;
- private System.Windows.Forms.DataGridViewTextBoxColumn RackID;
- private System.Windows.Forms.DataGridViewTextBoxColumn SupplyPriority;
- private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.GroupBox GpBatchOpt;
- private System.Windows.Forms.TextBox tbpWmsStartNum;
- private System.Windows.Forms.TextBox tbpWmsEndNum;
- private System.Windows.Forms.TextBox tbpWmsCode;
- private System.Windows.Forms.Button btBatchAdd;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.GroupBox gp_Read;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.ComboBox CBSelectAddressType;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.ComboBox CBSelectRegion;
- private System.Windows.Forms.GroupBox gp_Opt;
- private System.Windows.Forms.ComboBox cbRegionID;
- private System.Windows.Forms.ComboBox cbProductRegion;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.TextBox TBRackID;
- private System.Windows.Forms.TextBox tbRegionSeq;
- private System.Windows.Forms.Label lbRackID;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.TextBox tbWarehouseName;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label lbMaterialID;
- private System.Windows.Forms.ComboBox CBWarehouseStatus;
- private System.Windows.Forms.ComboBox CBWarehouseType;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox TBMaterialID;
- private System.Windows.Forms.TextBox TBStationID;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnChange;
- private System.Windows.Forms.Button btnDelete;
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox TBWarehouseID;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox tbSelStation;
- private System.Windows.Forms.Button btHelps;
- }
- }
|