namespace QMAPP.WinForm.Forms.TianJin { partial class TJfrmLineSetting { /// /// 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.label1 = new System.Windows.Forms.Label(); this.cmbProCode = new System.Windows.Forms.ComboBox(); this.btnSave = new System.Windows.Forms.Button(); this.cbPrintEnable = new System.Windows.Forms.CheckBox(); this.cbPastNoConfirmEnable = new System.Windows.Forms.CheckBox(); this.cbAlertConfirmEnable = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.txtStorageTimeLimit = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(39, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 12); this.label1.TabIndex = 18; this.label1.Text = "请选择工作中心:"; this.label1.Visible = false; // // cmbProCode // this.cmbProCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbProCode.FormattingEnabled = true; this.cmbProCode.Location = new System.Drawing.Point(172, 7); this.cmbProCode.Name = "cmbProCode"; this.cmbProCode.Size = new System.Drawing.Size(99, 20); this.cmbProCode.TabIndex = 17; this.cmbProCode.Visible = false; // // btnSave // this.btnSave.Location = new System.Drawing.Point(95, 201); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 16; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // cbPrintEnable // this.cbPrintEnable.AutoSize = true; this.cbPrintEnable.Location = new System.Drawing.Point(81, 47); this.cbPrintEnable.Name = "cbPrintEnable"; this.cbPrintEnable.Size = new System.Drawing.Size(108, 16); this.cbPrintEnable.TabIndex = 19; this.cbPrintEnable.Text = "启用贴车单打印"; this.cbPrintEnable.UseVisualStyleBackColor = true; // // cbPastNoConfirmEnable // this.cbPastNoConfirmEnable.AutoSize = true; this.cbPastNoConfirmEnable.Location = new System.Drawing.Point(81, 77); this.cbPastNoConfirmEnable.Name = "cbPastNoConfirmEnable"; this.cbPastNoConfirmEnable.Size = new System.Drawing.Size(132, 16); this.cbPastNoConfirmEnable.TabIndex = 20; this.cbPastNoConfirmEnable.Text = "启用前车贴车单确认"; this.cbPastNoConfirmEnable.UseVisualStyleBackColor = true; // // cbAlertConfirmEnable // this.cbAlertConfirmEnable.AutoSize = true; this.cbAlertConfirmEnable.Location = new System.Drawing.Point(81, 107); this.cbAlertConfirmEnable.Name = "cbAlertConfirmEnable"; this.cbAlertConfirmEnable.Size = new System.Drawing.Size(120, 16); this.cbAlertConfirmEnable.TabIndex = 21; this.cbAlertConfirmEnable.Text = "启用错误报警确认"; this.cbAlertConfirmEnable.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(82, 138); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(101, 12); this.label2.TabIndex = 22; this.label2.Text = "产品下线时间限制"; // // txtStorageTimeLimit // this.txtStorageTimeLimit.Location = new System.Drawing.Point(81, 155); this.txtStorageTimeLimit.Name = "txtStorageTimeLimit"; this.txtStorageTimeLimit.Size = new System.Drawing.Size(46, 21); this.txtStorageTimeLimit.TabIndex = 23; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(133, 158); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 24; this.label3.Text = "小时"; // // frmLineSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(283, 236); this.Controls.Add(this.label3); this.Controls.Add(this.txtStorageTimeLimit); this.Controls.Add(this.label2); this.Controls.Add(this.cbAlertConfirmEnable); this.Controls.Add(this.cbPastNoConfirmEnable); this.Controls.Add(this.cbPrintEnable); this.Controls.Add(this.label1); this.Controls.Add(this.cmbProCode); this.Controls.Add(this.btnSave); this.Name = "frmLineSetting"; this.Text = "贴车单设置"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbProCode; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.CheckBox cbPrintEnable; private System.Windows.Forms.CheckBox cbPastNoConfirmEnable; private System.Windows.Forms.CheckBox cbAlertConfirmEnable; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtStorageTimeLimit; private System.Windows.Forms.Label label3; } }