namespace ButcherFactory.SegmentSaleOut_ { partial class DiscontSetDialog { /// /// 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.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.lbl1 = new System.Windows.Forms.Label(); this.lbl2 = new System.Windows.Forms.Label(); this.lbl3 = new System.Windows.Forms.Label(); this.lbl4 = new System.Windows.Forms.Label(); this.okBtn = new ButcherFactory.Controls.ColorButton(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F); this.label1.Location = new System.Drawing.Point(72, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 16); this.label1.TabIndex = 0; this.label1.Text = "扣重一"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 12F); this.label2.Location = new System.Drawing.Point(72, 87); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 16); this.label2.TabIndex = 1; this.label2.Text = "扣重二"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 12F); this.label3.Location = new System.Drawing.Point(72, 144); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 16); this.label3.TabIndex = 2; this.label3.Text = "扣重三"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 12F); this.label4.Location = new System.Drawing.Point(72, 201); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 16); this.label4.TabIndex = 3; this.label4.Text = "扣重四"; // // lbl1 // this.lbl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbl1.Font = new System.Drawing.Font("黑体", 12F); this.lbl1.ForeColor = System.Drawing.Color.Red; this.lbl1.Location = new System.Drawing.Point(161, 29); this.lbl1.Name = "lbl1"; this.lbl1.Size = new System.Drawing.Size(100, 30); this.lbl1.TabIndex = 4; this.lbl1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbl1.Click += new System.EventHandler(this.lbl1_Click); // // lbl2 // this.lbl2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbl2.Font = new System.Drawing.Font("黑体", 12F); this.lbl2.ForeColor = System.Drawing.Color.Red; this.lbl2.Location = new System.Drawing.Point(161, 84); this.lbl2.Name = "lbl2"; this.lbl2.Size = new System.Drawing.Size(100, 30); this.lbl2.TabIndex = 5; this.lbl2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbl2.Click += new System.EventHandler(this.lbl1_Click); // // lbl3 // this.lbl3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbl3.Font = new System.Drawing.Font("黑体", 12F); this.lbl3.ForeColor = System.Drawing.Color.Red; this.lbl3.Location = new System.Drawing.Point(161, 141); this.lbl3.Name = "lbl3"; this.lbl3.Size = new System.Drawing.Size(100, 30); this.lbl3.TabIndex = 6; this.lbl3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbl3.Click += new System.EventHandler(this.lbl1_Click); // // lbl4 // this.lbl4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbl4.Font = new System.Drawing.Font("黑体", 12F); this.lbl4.ForeColor = System.Drawing.Color.Red; this.lbl4.Location = new System.Drawing.Point(161, 198); this.lbl4.Name = "lbl4"; this.lbl4.Size = new System.Drawing.Size(100, 30); this.lbl4.TabIndex = 7; this.lbl4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbl4.Click += new System.EventHandler(this.lbl1_Click); // // okBtn // this.okBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245))))); this.okBtn.Font = new System.Drawing.Font("宋体", 12F); this.okBtn.ForeColor = System.Drawing.Color.White; this.okBtn.Location = new System.Drawing.Point(119, 271); this.okBtn.Name = "okBtn"; this.okBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106))))); this.okBtn.Size = new System.Drawing.Size(98, 43); this.okBtn.TabIndex = 8; this.okBtn.Text = "确定"; this.okBtn.UseVisualStyleBackColor = false; this.okBtn.Click += new System.EventHandler(this.okBtn_Click); // // DiscontSetDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(343, 343); this.ControlBox = false; this.Controls.Add(this.okBtn); this.Controls.Add(this.lbl4); this.Controls.Add(this.lbl3); this.Controls.Add(this.lbl2); this.Controls.Add(this.lbl1); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "DiscontSetDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "扣重设置"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label lbl1; private System.Windows.Forms.Label lbl2; private System.Windows.Forms.Label lbl3; private System.Windows.Forms.Label lbl4; private Controls.ColorButton okBtn; } }