123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- namespace PMSUI.UI.库位状态显示
- {
- partial class EditWareHouseMsg
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.txt_StationNum = new System.Windows.Forms.TextBox();
- this.cbx_Sel = new System.Windows.Forms.ComboBox();
- this.cbx_StationValue = new System.Windows.Forms.ComboBox();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(78, 91);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(106, 24);
- this.label1.TabIndex = 0;
- this.label1.Text = "库位状态";
- //
- // button1
- //
- this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button1.Location = new System.Drawing.Point(82, 212);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(212, 75);
- this.button1.TabIndex = 2;
- this.button1.Text = "修改";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(78, 142);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(106, 24);
- this.label2.TabIndex = 0;
- this.label2.Text = "库位顺序";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(78, 35);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(106, 24);
- this.label3.TabIndex = 0;
- this.label3.Text = "库位名称";
- //
- // txt_StationNum
- //
- this.txt_StationNum.Location = new System.Drawing.Point(190, 30);
- this.txt_StationNum.Name = "txt_StationNum";
- this.txt_StationNum.Size = new System.Drawing.Size(104, 35);
- this.txt_StationNum.TabIndex = 1;
- //
- // cbx_Sel
- //
- this.cbx_Sel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbx_Sel.FormattingEnabled = true;
- this.cbx_Sel.Items.AddRange(new object[] {
- "1",
- "2"});
- this.cbx_Sel.Location = new System.Drawing.Point(190, 142);
- this.cbx_Sel.Name = "cbx_Sel";
- this.cbx_Sel.Size = new System.Drawing.Size(104, 32);
- this.cbx_Sel.TabIndex = 3;
- //
- // cbx_StationValue
- //
- this.cbx_StationValue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbx_StationValue.FormattingEnabled = true;
- this.cbx_StationValue.Items.AddRange(new object[] {
- "空",
- "满"});
- this.cbx_StationValue.Location = new System.Drawing.Point(190, 88);
- this.cbx_StationValue.Name = "cbx_StationValue";
- this.cbx_StationValue.Size = new System.Drawing.Size(104, 32);
- this.cbx_StationValue.TabIndex = 3;
- //
- // EditWareHouseMsg
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(334, 315);
- this.Controls.Add(this.cbx_StationValue);
- this.Controls.Add(this.cbx_Sel);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.txt_StationNum);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Name = "EditWareHouseMsg";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "信息更新";
- this.Load += new System.EventHandler(this.EditWareHouseMsg_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox txt_StationNum;
- private System.Windows.Forms.ComboBox cbx_Sel;
- private System.Windows.Forms.ComboBox cbx_StationValue;
- }
- }
|