123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- namespace PMSUI.UI.库位管理
- {
- partial class RightSettingForm
- {
- /// <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.panel1 = new System.Windows.Forms.Panel();
- this.tbIndex = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.tbID = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.btnDelete = new System.Windows.Forms.Button();
- this.btnUpdate = new System.Windows.Forms.Button();
- this.comstatus = new System.Windows.Forms.ComboBox();
- this.tbMaterials = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tbMark = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.tbYPoint = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.tbXPoint = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.btCancel = new System.Windows.Forms.Button();
- this.btAdd = new System.Windows.Forms.Button();
- this.tbHeight = new System.Windows.Forms.TextBox();
- this.tbWidth = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.labstatus = new System.Windows.Forms.Label();
- this.tbName = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.tbIndex);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(this.tbID);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.btnDelete);
- this.panel1.Controls.Add(this.btnUpdate);
- this.panel1.Controls.Add(this.comstatus);
- this.panel1.Controls.Add(this.tbMaterials);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.tbMark);
- this.panel1.Controls.Add(this.label6);
- this.panel1.Controls.Add(this.tbYPoint);
- this.panel1.Controls.Add(this.label10);
- this.panel1.Controls.Add(this.tbXPoint);
- this.panel1.Controls.Add(this.label9);
- this.panel1.Controls.Add(this.btCancel);
- this.panel1.Controls.Add(this.btAdd);
- this.panel1.Controls.Add(this.tbHeight);
- this.panel1.Controls.Add(this.tbWidth);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.labstatus);
- this.panel1.Controls.Add(this.tbName);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(501, 387);
- this.panel1.TabIndex = 0;
- //
- // tbIndex
- //
- this.tbIndex.Location = new System.Drawing.Point(346, 45);
- this.tbIndex.Name = "tbIndex";
- this.tbIndex.Size = new System.Drawing.Size(120, 21);
- this.tbIndex.TabIndex = 85;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(273, 48);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(42, 16);
- this.label7.TabIndex = 84;
- this.label7.Text = "顺序";
- //
- // tbID
- //
- this.tbID.Enabled = false;
- this.tbID.Location = new System.Drawing.Point(129, 47);
- this.tbID.Name = "tbID";
- this.tbID.Size = new System.Drawing.Size(120, 21);
- this.tbID.TabIndex = 83;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(60, 50);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(42, 16);
- this.label2.TabIndex = 82;
- this.label2.Text = "编号";
- //
- // btnDelete
- //
- this.btnDelete.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnDelete.Location = new System.Drawing.Point(270, 319);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(75, 23);
- this.btnDelete.TabIndex = 81;
- this.btnDelete.Text = "删除";
- this.btnDelete.UseVisualStyleBackColor = true;
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // btnUpdate
- //
- this.btnUpdate.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnUpdate.Location = new System.Drawing.Point(174, 319);
- this.btnUpdate.Name = "btnUpdate";
- this.btnUpdate.Size = new System.Drawing.Size(75, 23);
- this.btnUpdate.TabIndex = 80;
- this.btnUpdate.Text = "修改";
- this.btnUpdate.UseVisualStyleBackColor = true;
- this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
- //
- // comstatus
- //
- this.comstatus.FormattingEnabled = true;
- this.comstatus.Location = new System.Drawing.Point(344, 92);
- this.comstatus.Name = "comstatus";
- this.comstatus.Size = new System.Drawing.Size(121, 20);
- this.comstatus.TabIndex = 79;
- //
- // tbMaterials
- //
- this.tbMaterials.Location = new System.Drawing.Point(343, 138);
- this.tbMaterials.Name = "tbMaterials";
- this.tbMaterials.Size = new System.Drawing.Size(120, 21);
- this.tbMaterials.TabIndex = 77;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(271, 141);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(42, 16);
- this.label5.TabIndex = 78;
- this.label5.Text = "物料";
- //
- // tbMark
- //
- this.tbMark.Location = new System.Drawing.Point(129, 140);
- this.tbMark.Name = "tbMark";
- this.tbMark.Size = new System.Drawing.Size(120, 21);
- this.tbMark.TabIndex = 75;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(34, 143);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(76, 16);
- this.label6.TabIndex = 76;
- this.label6.Text = "活动站点";
- //
- // tbYPoint
- //
- this.tbYPoint.Location = new System.Drawing.Point(339, 239);
- this.tbYPoint.Name = "tbYPoint";
- this.tbYPoint.Size = new System.Drawing.Size(120, 21);
- this.tbYPoint.TabIndex = 74;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.Location = new System.Drawing.Point(274, 246);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(51, 16);
- this.label10.TabIndex = 73;
- this.label10.Text = "Y坐标";
- //
- // tbXPoint
- //
- this.tbXPoint.Location = new System.Drawing.Point(128, 241);
- this.tbXPoint.Name = "tbXPoint";
- this.tbXPoint.Size = new System.Drawing.Size(120, 21);
- this.tbXPoint.TabIndex = 72;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(63, 243);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(51, 16);
- this.label9.TabIndex = 71;
- this.label9.Text = "X坐标";
- //
- // btCancel
- //
- this.btCancel.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btCancel.Location = new System.Drawing.Point(368, 319);
- this.btCancel.Name = "btCancel";
- this.btCancel.Size = new System.Drawing.Size(75, 23);
- this.btCancel.TabIndex = 70;
- this.btCancel.Text = "取 消";
- this.btCancel.UseVisualStyleBackColor = true;
- this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
- //
- // btAdd
- //
- this.btAdd.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btAdd.Location = new System.Drawing.Point(76, 319);
- this.btAdd.Name = "btAdd";
- this.btAdd.Size = new System.Drawing.Size(75, 23);
- this.btAdd.TabIndex = 69;
- this.btAdd.Text = "增加";
- this.btAdd.UseVisualStyleBackColor = true;
- this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
- //
- // tbHeight
- //
- this.tbHeight.Location = new System.Drawing.Point(128, 189);
- this.tbHeight.Name = "tbHeight";
- this.tbHeight.Size = new System.Drawing.Size(120, 21);
- this.tbHeight.TabIndex = 66;
- //
- // tbWidth
- //
- this.tbWidth.Location = new System.Drawing.Point(341, 190);
- this.tbWidth.Name = "tbWidth";
- this.tbWidth.Size = new System.Drawing.Size(120, 21);
- this.tbWidth.TabIndex = 68;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(63, 188);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(42, 16);
- this.label4.TabIndex = 67;
- this.label4.Text = "高度";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(271, 192);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(42, 16);
- this.label3.TabIndex = 65;
- this.label3.Text = "宽度";
- //
- // labstatus
- //
- this.labstatus.AutoSize = true;
- this.labstatus.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labstatus.Location = new System.Drawing.Point(271, 93);
- this.labstatus.Name = "labstatus";
- this.labstatus.Size = new System.Drawing.Size(42, 16);
- this.labstatus.TabIndex = 64;
- this.labstatus.Text = "状态";
- //
- // tbName
- //
- this.tbName.Location = new System.Drawing.Point(129, 92);
- this.tbName.Name = "tbName";
- this.tbName.Size = new System.Drawing.Size(120, 21);
- this.tbName.TabIndex = 63;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(60, 95);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(42, 16);
- this.label1.TabIndex = 62;
- this.label1.Text = "名称";
- //
- // RightSettingForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(501, 387);
- this.Controls.Add(this.panel1);
- this.Name = "RightSettingForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "RightSettingForm";
- this.Load += new System.EventHandler(this.RightSettingForm_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.TextBox tbIndex;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox tbID;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btnDelete;
- private System.Windows.Forms.Button btnUpdate;
- private System.Windows.Forms.ComboBox comstatus;
- private System.Windows.Forms.TextBox tbMaterials;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox tbMark;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tbYPoint;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox tbXPoint;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Button btCancel;
- private System.Windows.Forms.Button btAdd;
- private System.Windows.Forms.TextBox tbHeight;
- private System.Windows.Forms.TextBox tbWidth;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label labstatus;
- private System.Windows.Forms.TextBox tbName;
- private System.Windows.Forms.Label label1;
- }
- }
|