namespace ProjectManagementSystem.Forms { partial class FormPmsTaskInfo { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label9 = new System.Windows.Forms.Label(); this.cmbTargetLocationCode = new System.Windows.Forms.ComboBox(); this.cmbLocationCode = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.cmbWareHouseCode = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.cmbTargetWareHouseCode = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.cmbMaterialId = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(22, 260); this.label9.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(86, 31); this.label9.TabIndex = 21; this.label9.Text = "放货点"; // // cmbTargetLocationCode // this.cmbTargetLocationCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTargetLocationCode.FormattingEnabled = true; this.cmbTargetLocationCode.Location = new System.Drawing.Point(211, 257); this.cmbTargetLocationCode.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3); this.cmbTargetLocationCode.Name = "cmbTargetLocationCode"; this.cmbTargetLocationCode.Size = new System.Drawing.Size(333, 39); this.cmbTargetLocationCode.TabIndex = 20; // // cmbLocationCode // this.cmbLocationCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLocationCode.FormattingEnabled = true; this.cmbLocationCode.Location = new System.Drawing.Point(211, 92); this.cmbLocationCode.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3); this.cmbLocationCode.Name = "cmbLocationCode"; this.cmbLocationCode.Size = new System.Drawing.Size(333, 39); this.cmbLocationCode.TabIndex = 18; this.cmbLocationCode.SelectedIndexChanged += new System.EventHandler(this.cmbLocationCode_SelectedIndexChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(22, 95); this.label5.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(86, 31); this.label5.TabIndex = 17; this.label5.Text = "取货点"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(22, 150); this.label6.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(62, 31); this.label6.TabIndex = 16; this.label6.Text = "物料"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(22, 40); this.label7.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(110, 31); this.label7.TabIndex = 15; this.label7.Text = "取货仓库"; // // cmbWareHouseCode // this.cmbWareHouseCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbWareHouseCode.FormattingEnabled = true; this.cmbWareHouseCode.Location = new System.Drawing.Point(211, 37); this.cmbWareHouseCode.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3); this.cmbWareHouseCode.Name = "cmbWareHouseCode"; this.cmbWareHouseCode.Size = new System.Drawing.Size(333, 39); this.cmbWareHouseCode.TabIndex = 14; this.cmbWareHouseCode.SelectedIndexChanged += new System.EventHandler(this.cmbWareHouseCode_SelectedIndexChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(22, 205); this.label8.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(110, 31); this.label8.TabIndex = 13; this.label8.Text = "放货仓库"; // // cmbTargetWareHouseCode // this.cmbTargetWareHouseCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTargetWareHouseCode.FormattingEnabled = true; this.cmbTargetWareHouseCode.Location = new System.Drawing.Point(211, 202); this.cmbTargetWareHouseCode.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3); this.cmbTargetWareHouseCode.Name = "cmbTargetWareHouseCode"; this.cmbTargetWareHouseCode.Size = new System.Drawing.Size(333, 39); this.cmbTargetWareHouseCode.TabIndex = 12; this.cmbTargetWareHouseCode.SelectedIndexChanged += new System.EventHandler(this.cmbTargetWareHouseCode_SelectedIndexChanged); // // button1 // this.button1.Location = new System.Drawing.Point(357, 318); this.button1.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(187, 44); this.button1.TabIndex = 22; this.button1.Text = "下发任务"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // cmbMaterialId // this.cmbMaterialId.FormattingEnabled = true; this.cmbMaterialId.Location = new System.Drawing.Point(211, 147); this.cmbMaterialId.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3); this.cmbMaterialId.Name = "cmbMaterialId"; this.cmbMaterialId.Size = new System.Drawing.Size(333, 39); this.cmbMaterialId.TabIndex = 23; // // FormPmsTaskInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 31F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(574, 384); this.Controls.Add(this.cmbMaterialId); this.Controls.Add(this.button1); this.Controls.Add(this.label9); this.Controls.Add(this.cmbTargetLocationCode); this.Controls.Add(this.cmbLocationCode); this.Controls.Add(this.label5); this.Controls.Add(this.label6); this.Controls.Add(this.label7); this.Controls.Add(this.cmbWareHouseCode); this.Controls.Add(this.label8); this.Controls.Add(this.cmbTargetWareHouseCode); this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(7); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPmsTaskInfo"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "任务信息"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label9; private System.Windows.Forms.ComboBox cmbTargetLocationCode; private System.Windows.Forms.ComboBox cmbLocationCode; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox cmbWareHouseCode; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox cmbTargetWareHouseCode; private System.Windows.Forms.Button button1; private System.Windows.Forms.ComboBox cmbMaterialId; } }