namespace WMS.UI.SynthesizeQuery { partial class FrmTaskHandOperation { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.ck_IsForceComplete = new System.Windows.Forms.CheckBox(); this.ck_IsDelete = new System.Windows.Forms.CheckBox(); this.lbl_SourceStation = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.button_cancel = new System.Windows.Forms.Button(); this.button_confirm = new System.Windows.Forms.Button(); this.lbl_createListCode = new System.Windows.Forms.Label(); this.lbl_taskName = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.lbl_taskName); this.panel1.Controls.Add(this.lbl_createListCode); this.panel1.Controls.Add(this.ck_IsForceComplete); this.panel1.Controls.Add(this.ck_IsDelete); this.panel1.Controls.Add(this.lbl_SourceStation); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.button_cancel); this.panel1.Controls.Add(this.button_confirm); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 35); this.panel1.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(358, 280); this.panel1.TabIndex = 3; // // ck_IsForceComplete // this.ck_IsForceComplete.AutoSize = true; this.ck_IsForceComplete.Font = new System.Drawing.Font("宋体", 15.75F); this.ck_IsForceComplete.Location = new System.Drawing.Point(192, 159); this.ck_IsForceComplete.Name = "ck_IsForceComplete"; this.ck_IsForceComplete.Size = new System.Drawing.Size(142, 31); this.ck_IsForceComplete.TabIndex = 40; this.ck_IsForceComplete.Text = "强制完成"; this.ck_IsForceComplete.UseVisualStyleBackColor = true; this.ck_IsForceComplete.CheckedChanged += new System.EventHandler(this.cb_IsForceComplete_CheckedChanged); // // ck_IsDelete // this.ck_IsDelete.AutoSize = true; this.ck_IsDelete.Font = new System.Drawing.Font("宋体", 15.75F); this.ck_IsDelete.Location = new System.Drawing.Point(62, 159); this.ck_IsDelete.Name = "ck_IsDelete"; this.ck_IsDelete.Size = new System.Drawing.Size(88, 31); this.ck_IsDelete.TabIndex = 39; this.ck_IsDelete.Text = "作废"; this.ck_IsDelete.UseVisualStyleBackColor = true; this.ck_IsDelete.CheckedChanged += new System.EventHandler(this.ck_IsDelete_CheckedChanged); // // lbl_SourceStation // this.lbl_SourceStation.AutoSize = true; this.lbl_SourceStation.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbl_SourceStation.Location = new System.Drawing.Point(164, 23); this.lbl_SourceStation.Name = "lbl_SourceStation"; this.lbl_SourceStation.Size = new System.Drawing.Size(0, 27); this.lbl_SourceStation.TabIndex = 37; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(57, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(107, 27); this.label1.TabIndex = 36; this.label1.Text = "任务号:"; // // button_cancel // this.button_cancel.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_cancel.ForeColor = System.Drawing.Color.Red; this.button_cancel.Location = new System.Drawing.Point(192, 208); this.button_cancel.Margin = new System.Windows.Forms.Padding(2); this.button_cancel.Name = "button_cancel"; this.button_cancel.Size = new System.Drawing.Size(107, 42); this.button_cancel.TabIndex = 6; this.button_cancel.Text = "取消"; this.button_cancel.UseVisualStyleBackColor = true; this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click); // // button_confirm // this.button_confirm.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_confirm.ForeColor = System.Drawing.Color.ForestGreen; this.button_confirm.Location = new System.Drawing.Point(59, 209); this.button_confirm.Margin = new System.Windows.Forms.Padding(2); this.button_confirm.Name = "button_confirm"; this.button_confirm.Size = new System.Drawing.Size(107, 41); this.button_confirm.TabIndex = 7; this.button_confirm.Text = "确定"; this.button_confirm.UseVisualStyleBackColor = true; this.button_confirm.Click += new System.EventHandler(this.button_confirm_Click); // // lbl_createListCode // this.lbl_createListCode.AutoSize = true; this.lbl_createListCode.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbl_createListCode.Location = new System.Drawing.Point(59, 69); this.lbl_createListCode.Name = "lbl_createListCode"; this.lbl_createListCode.Size = new System.Drawing.Size(134, 27); this.lbl_createListCode.TabIndex = 41; this.lbl_createListCode.Text = "来源单号:"; // // lbl_taskName // this.lbl_taskName.AutoSize = true; this.lbl_taskName.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbl_taskName.Location = new System.Drawing.Point(57, 112); this.lbl_taskName.Name = "lbl_taskName"; this.lbl_taskName.Size = new System.Drawing.Size(134, 27); this.lbl_taskName.TabIndex = 42; this.lbl_taskName.Text = "任务名称:"; // // FrmTaskHandOperation // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 27F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(358, 315); this.Controls.Add(this.panel1); this.Name = "FrmTaskHandOperation"; this.Text = "作废/强制完成"; this.Load += new System.EventHandler(this.FrmHandOutStore_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button_cancel; private System.Windows.Forms.Button button_confirm; private System.Windows.Forms.Label lbl_SourceStation; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox ck_IsDelete; private System.Windows.Forms.CheckBox ck_IsForceComplete; private System.Windows.Forms.Label lbl_taskName; private System.Windows.Forms.Label lbl_createListCode; } }