namespace MyGlassEdit.EDIT { partial class 设置磨量 { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(设置磨量)); this.tlpBody = new System.Windows.Forms.TableLayoutPanel(); this.gBoxShow = new System.Windows.Forms.GroupBox(); this.tlpEdging = new System.Windows.Forms.TableLayoutPanel(); this.tlpUP = new System.Windows.Forms.TableLayoutPanel(); this.txtUp = new System.Windows.Forms.TextBox(); this.btnUPMinus = new System.Windows.Forms.Button(); this.btnUpAdd = new System.Windows.Forms.Button(); this.tlpRight = new System.Windows.Forms.TableLayoutPanel(); this.txtRight = new System.Windows.Forms.TextBox(); this.btnRightMinus = new System.Windows.Forms.Button(); this.btnRightAdd = new System.Windows.Forms.Button(); this.panSquare = new System.Windows.Forms.Panel(); this.tlpLeft = new System.Windows.Forms.TableLayoutPanel(); this.txtLeft = new System.Windows.Forms.TextBox(); this.btnLeftMinus = new System.Windows.Forms.Button(); this.btnLeftAdd = new System.Windows.Forms.Button(); this.tlpDown = new System.Windows.Forms.TableLayoutPanel(); this.txtDown = new System.Windows.Forms.TextBox(); this.btnDownMinus = new System.Windows.Forms.Button(); this.btnDownAdd = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.cmbProcessList = new System.Windows.Forms.ComboBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.txtQuickEdge = new System.Windows.Forms.TextBox(); this.btnMinusAll = new System.Windows.Forms.Button(); this.btnAddAll = new System.Windows.Forms.Button(); this.lblMag = new System.Windows.Forms.Label(); this.cboxAuto = new System.Windows.Forms.CheckBox(); this.txtMinEdgeLength = new System.Windows.Forms.TextBox(); this.lblBtnUseEdge = new System.Windows.Forms.Label(); this.tcBody = new System.Windows.Forms.TabControl(); this.tpEdge = new System.Windows.Forms.TabPage(); this.tpTrim = new System.Windows.Forms.TabPage(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.txtTrimUp = new System.Windows.Forms.TextBox(); this.btnTrimUpSub = new System.Windows.Forms.Button(); this.btnTrimUpAdd = new System.Windows.Forms.Button(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.txtTrimRight = new System.Windows.Forms.TextBox(); this.btnTrimRightSub = new System.Windows.Forms.Button(); this.btnTrimRightAdd = new System.Windows.Forms.Button(); this.panStockTrim = new System.Windows.Forms.Panel(); this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.txtTrimLeft = new System.Windows.Forms.TextBox(); this.btnTrimLeftSub = new System.Windows.Forms.Button(); this.btnTrimLeftAdd = new System.Windows.Forms.Button(); this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); this.txtTrimDown = new System.Windows.Forms.TextBox(); this.btnTrimDownSub = new System.Windows.Forms.Button(); this.btnTrimDownAdd = new System.Windows.Forms.Button(); this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); this.txtTrimQuick = new System.Windows.Forms.TextBox(); this.btnTrimQuickSub = new System.Windows.Forms.Button(); this.btnTrimQuickAdd = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.cBoxTrimAutoFill = new System.Windows.Forms.CheckBox(); this.lblBtnTrimSave = new System.Windows.Forms.Label(); this.tlpBody.SuspendLayout(); this.gBoxShow.SuspendLayout(); this.tlpEdging.SuspendLayout(); this.tlpUP.SuspendLayout(); this.tlpRight.SuspendLayout(); this.tlpLeft.SuspendLayout(); this.tlpDown.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tcBody.SuspendLayout(); this.tpEdge.SuspendLayout(); this.tpTrim.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); this.tableLayoutPanel6.SuspendLayout(); this.tableLayoutPanel7.SuspendLayout(); this.tableLayoutPanel8.SuspendLayout(); this.SuspendLayout(); // // tlpBody // resources.ApplyResources(this.tlpBody, "tlpBody"); this.tlpBody.Controls.Add(this.gBoxShow, 1, 1); this.tlpBody.Controls.Add(this.tableLayoutPanel1, 2, 2); this.tlpBody.Controls.Add(this.lblMag, 1, 2); this.tlpBody.Controls.Add(this.cboxAuto, 1, 3); this.tlpBody.Controls.Add(this.txtMinEdgeLength, 2, 3); this.tlpBody.Controls.Add(this.lblBtnUseEdge, 2, 1); this.tlpBody.Name = "tlpBody"; // // gBoxShow // this.gBoxShow.Controls.Add(this.tlpEdging); resources.ApplyResources(this.gBoxShow, "gBoxShow"); this.gBoxShow.Name = "gBoxShow"; this.gBoxShow.TabStop = false; // // tlpEdging // resources.ApplyResources(this.tlpEdging, "tlpEdging"); this.tlpEdging.Controls.Add(this.tlpUP, 1, 1); this.tlpEdging.Controls.Add(this.tlpRight, 2, 2); this.tlpEdging.Controls.Add(this.panSquare, 1, 2); this.tlpEdging.Controls.Add(this.tlpLeft, 0, 2); this.tlpEdging.Controls.Add(this.tlpDown, 1, 3); this.tlpEdging.Controls.Add(this.label2, 0, 0); this.tlpEdging.Controls.Add(this.cmbProcessList, 1, 0); this.tlpEdging.Name = "tlpEdging"; // // tlpUP // resources.ApplyResources(this.tlpUP, "tlpUP"); this.tlpUP.Controls.Add(this.txtUp, 0, 0); this.tlpUP.Controls.Add(this.btnUPMinus, 1, 1); this.tlpUP.Controls.Add(this.btnUpAdd, 1, 0); this.tlpUP.Name = "tlpUP"; // // txtUp // resources.ApplyResources(this.txtUp, "txtUp"); this.txtUp.Name = "txtUp"; this.tlpUP.SetRowSpan(this.txtUp, 2); // // btnUPMinus // resources.ApplyResources(this.btnUPMinus, "btnUPMinus"); this.btnUPMinus.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnUPMinus.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnUPMinus.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnUPMinus.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnUPMinus.Name = "btnUPMinus"; this.btnUPMinus.UseVisualStyleBackColor = true; this.btnUPMinus.Click += new System.EventHandler(this.btnUPMinus_Click); // // btnUpAdd // resources.ApplyResources(this.btnUpAdd, "btnUpAdd"); this.btnUpAdd.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnUpAdd.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnUpAdd.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnUpAdd.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnUpAdd.Name = "btnUpAdd"; this.btnUpAdd.UseVisualStyleBackColor = true; this.btnUpAdd.Click += new System.EventHandler(this.btnUpAdd_Click); // // tlpRight // resources.ApplyResources(this.tlpRight, "tlpRight"); this.tlpRight.Controls.Add(this.txtRight, 0, 1); this.tlpRight.Controls.Add(this.btnRightMinus, 1, 2); this.tlpRight.Controls.Add(this.btnRightAdd, 1, 1); this.tlpRight.Name = "tlpRight"; // // txtRight // resources.ApplyResources(this.txtRight, "txtRight"); this.txtRight.Name = "txtRight"; this.tlpRight.SetRowSpan(this.txtRight, 2); // // btnRightMinus // resources.ApplyResources(this.btnRightMinus, "btnRightMinus"); this.btnRightMinus.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnRightMinus.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnRightMinus.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnRightMinus.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnRightMinus.Name = "btnRightMinus"; this.btnRightMinus.UseVisualStyleBackColor = true; this.btnRightMinus.Click += new System.EventHandler(this.btnRightMinus_Click); // // btnRightAdd // resources.ApplyResources(this.btnRightAdd, "btnRightAdd"); this.btnRightAdd.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnRightAdd.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnRightAdd.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnRightAdd.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnRightAdd.Name = "btnRightAdd"; this.btnRightAdd.UseVisualStyleBackColor = true; this.btnRightAdd.Click += new System.EventHandler(this.btnRightAdd_Click); // // panSquare // this.panSquare.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); resources.ApplyResources(this.panSquare, "panSquare"); this.panSquare.Name = "panSquare"; this.panSquare.Click += new System.EventHandler(this.panSquare_Click); // // tlpLeft // resources.ApplyResources(this.tlpLeft, "tlpLeft"); this.tlpLeft.Controls.Add(this.txtLeft, 0, 1); this.tlpLeft.Controls.Add(this.btnLeftMinus, 1, 2); this.tlpLeft.Controls.Add(this.btnLeftAdd, 1, 1); this.tlpLeft.Name = "tlpLeft"; // // txtLeft // resources.ApplyResources(this.txtLeft, "txtLeft"); this.txtLeft.Name = "txtLeft"; this.tlpLeft.SetRowSpan(this.txtLeft, 2); // // btnLeftMinus // resources.ApplyResources(this.btnLeftMinus, "btnLeftMinus"); this.btnLeftMinus.Name = "btnLeftMinus"; this.btnLeftMinus.UseVisualStyleBackColor = true; this.btnLeftMinus.Click += new System.EventHandler(this.btnLeftMinus_Click); // // btnLeftAdd // resources.ApplyResources(this.btnLeftAdd, "btnLeftAdd"); this.btnLeftAdd.Name = "btnLeftAdd"; this.btnLeftAdd.UseVisualStyleBackColor = true; this.btnLeftAdd.Click += new System.EventHandler(this.btnLeftAdd_Click); // // tlpDown // resources.ApplyResources(this.tlpDown, "tlpDown"); this.tlpDown.Controls.Add(this.txtDown, 0, 0); this.tlpDown.Controls.Add(this.btnDownMinus, 1, 1); this.tlpDown.Controls.Add(this.btnDownAdd, 1, 0); this.tlpDown.Name = "tlpDown"; // // txtDown // resources.ApplyResources(this.txtDown, "txtDown"); this.txtDown.Name = "txtDown"; this.tlpDown.SetRowSpan(this.txtDown, 2); // // btnDownMinus // resources.ApplyResources(this.btnDownMinus, "btnDownMinus"); this.btnDownMinus.Name = "btnDownMinus"; this.btnDownMinus.UseVisualStyleBackColor = true; this.btnDownMinus.Click += new System.EventHandler(this.btnDownMinus_Click); // // btnDownAdd // resources.ApplyResources(this.btnDownAdd, "btnDownAdd"); this.btnDownAdd.Name = "btnDownAdd"; this.btnDownAdd.UseVisualStyleBackColor = true; this.btnDownAdd.Click += new System.EventHandler(this.btnDownAdd_Click); // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // cmbProcessList // this.tlpEdging.SetColumnSpan(this.cmbProcessList, 2); resources.ApplyResources(this.cmbProcessList, "cmbProcessList"); this.cmbProcessList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbProcessList.FormattingEnabled = true; this.cmbProcessList.Name = "cmbProcessList"; // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.txtQuickEdge, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btnMinusAll, 1, 1); this.tableLayoutPanel1.Controls.Add(this.btnAddAll, 1, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // txtQuickEdge // resources.ApplyResources(this.txtQuickEdge, "txtQuickEdge"); this.txtQuickEdge.Name = "txtQuickEdge"; this.tableLayoutPanel1.SetRowSpan(this.txtQuickEdge, 2); // // btnMinusAll // resources.ApplyResources(this.btnMinusAll, "btnMinusAll"); this.btnMinusAll.Name = "btnMinusAll"; this.btnMinusAll.UseVisualStyleBackColor = true; this.btnMinusAll.Click += new System.EventHandler(this.btnMinusAll_Click); // // btnAddAll // resources.ApplyResources(this.btnAddAll, "btnAddAll"); this.btnAddAll.Name = "btnAddAll"; this.btnAddAll.UseVisualStyleBackColor = true; this.btnAddAll.Click += new System.EventHandler(this.btnAddAll_Click); // // lblMag // resources.ApplyResources(this.lblMag, "lblMag"); this.lblMag.Name = "lblMag"; // // cboxAuto // resources.ApplyResources(this.cboxAuto, "cboxAuto"); this.cboxAuto.Name = "cboxAuto"; this.cboxAuto.UseVisualStyleBackColor = true; // // txtMinEdgeLength // resources.ApplyResources(this.txtMinEdgeLength, "txtMinEdgeLength"); this.txtMinEdgeLength.Name = "txtMinEdgeLength"; // // lblBtnUseEdge // this.lblBtnUseEdge.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); resources.ApplyResources(this.lblBtnUseEdge, "lblBtnUseEdge"); this.lblBtnUseEdge.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.lblBtnUseEdge.Name = "lblBtnUseEdge"; this.lblBtnUseEdge.Click += new System.EventHandler(this.lblBtnUseEdge_Click); // // tcBody // this.tcBody.Controls.Add(this.tpEdge); this.tcBody.Controls.Add(this.tpTrim); resources.ApplyResources(this.tcBody, "tcBody"); this.tcBody.Name = "tcBody"; this.tcBody.SelectedIndex = 0; // // tpEdge // this.tpEdge.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(234)))), ((int)(((byte)(255))))); this.tpEdge.Controls.Add(this.tlpBody); resources.ApplyResources(this.tpEdge, "tpEdge"); this.tpEdge.Name = "tpEdge"; // // tpTrim // this.tpTrim.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(234)))), ((int)(((byte)(255))))); this.tpTrim.Controls.Add(this.tableLayoutPanel2); resources.ApplyResources(this.tpTrim, "tpTrim"); this.tpTrim.Name = "tpTrim"; // // tableLayoutPanel2 // resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); this.tableLayoutPanel2.Controls.Add(this.groupBox1, 1, 1); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel8, 2, 2); this.tableLayoutPanel2.Controls.Add(this.label1, 1, 2); this.tableLayoutPanel2.Controls.Add(this.cBoxTrimAutoFill, 1, 3); this.tableLayoutPanel2.Controls.Add(this.lblBtnTrimSave, 2, 1); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; // // groupBox1 // this.groupBox1.Controls.Add(this.tableLayoutPanel3); resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // tableLayoutPanel3 // resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 1, 0); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel5, 2, 1); this.tableLayoutPanel3.Controls.Add(this.panStockTrim, 1, 1); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel6, 0, 1); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel7, 1, 2); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; // // tableLayoutPanel4 // resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4"); this.tableLayoutPanel4.Controls.Add(this.txtTrimUp, 0, 0); this.tableLayoutPanel4.Controls.Add(this.btnTrimUpSub, 1, 1); this.tableLayoutPanel4.Controls.Add(this.btnTrimUpAdd, 1, 0); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; // // txtTrimUp // resources.ApplyResources(this.txtTrimUp, "txtTrimUp"); this.txtTrimUp.Name = "txtTrimUp"; this.tableLayoutPanel4.SetRowSpan(this.txtTrimUp, 2); this.txtTrimUp.Leave += new System.EventHandler(this.txtTrimUp_Leave); // // btnTrimUpSub // resources.ApplyResources(this.btnTrimUpSub, "btnTrimUpSub"); this.btnTrimUpSub.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimUpSub.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimUpSub.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimUpSub.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimUpSub.Name = "btnTrimUpSub"; this.btnTrimUpSub.UseVisualStyleBackColor = true; this.btnTrimUpSub.Click += new System.EventHandler(this.btnTrimUpSub_Click); // // btnTrimUpAdd // resources.ApplyResources(this.btnTrimUpAdd, "btnTrimUpAdd"); this.btnTrimUpAdd.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimUpAdd.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimUpAdd.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimUpAdd.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimUpAdd.Name = "btnTrimUpAdd"; this.btnTrimUpAdd.UseVisualStyleBackColor = true; this.btnTrimUpAdd.Click += new System.EventHandler(this.btnTrimUpAdd_Click); // // tableLayoutPanel5 // resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5"); this.tableLayoutPanel5.Controls.Add(this.txtTrimRight, 0, 1); this.tableLayoutPanel5.Controls.Add(this.btnTrimRightSub, 1, 2); this.tableLayoutPanel5.Controls.Add(this.btnTrimRightAdd, 1, 1); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; // // txtTrimRight // resources.ApplyResources(this.txtTrimRight, "txtTrimRight"); this.txtTrimRight.Name = "txtTrimRight"; this.tableLayoutPanel5.SetRowSpan(this.txtTrimRight, 2); this.txtTrimRight.Leave += new System.EventHandler(this.txtTrimRight_Leave); // // btnTrimRightSub // resources.ApplyResources(this.btnTrimRightSub, "btnTrimRightSub"); this.btnTrimRightSub.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimRightSub.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimRightSub.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimRightSub.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimRightSub.Name = "btnTrimRightSub"; this.btnTrimRightSub.UseVisualStyleBackColor = true; this.btnTrimRightSub.Click += new System.EventHandler(this.btnTrimRightSub_Click); // // btnTrimRightAdd // resources.ApplyResources(this.btnTrimRightAdd, "btnTrimRightAdd"); this.btnTrimRightAdd.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimRightAdd.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimRightAdd.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimRightAdd.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnTrimRightAdd.Name = "btnTrimRightAdd"; this.btnTrimRightAdd.UseVisualStyleBackColor = true; this.btnTrimRightAdd.Click += new System.EventHandler(this.btnTrimRightAdd_Click); // // panStockTrim // this.panStockTrim.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); resources.ApplyResources(this.panStockTrim, "panStockTrim"); this.panStockTrim.Name = "panStockTrim"; this.panStockTrim.Click += new System.EventHandler(this.panStockTrim_Click); // // tableLayoutPanel6 // resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6"); this.tableLayoutPanel6.Controls.Add(this.txtTrimLeft, 0, 1); this.tableLayoutPanel6.Controls.Add(this.btnTrimLeftSub, 1, 2); this.tableLayoutPanel6.Controls.Add(this.btnTrimLeftAdd, 1, 1); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; // // txtTrimLeft // resources.ApplyResources(this.txtTrimLeft, "txtTrimLeft"); this.txtTrimLeft.Name = "txtTrimLeft"; this.tableLayoutPanel6.SetRowSpan(this.txtTrimLeft, 2); this.txtTrimLeft.Leave += new System.EventHandler(this.txtTrimLeft_Leave); // // btnTrimLeftSub // resources.ApplyResources(this.btnTrimLeftSub, "btnTrimLeftSub"); this.btnTrimLeftSub.Name = "btnTrimLeftSub"; this.btnTrimLeftSub.UseVisualStyleBackColor = true; this.btnTrimLeftSub.Click += new System.EventHandler(this.btnTrimLeftSub_Click); // // btnTrimLeftAdd // resources.ApplyResources(this.btnTrimLeftAdd, "btnTrimLeftAdd"); this.btnTrimLeftAdd.Name = "btnTrimLeftAdd"; this.btnTrimLeftAdd.UseVisualStyleBackColor = true; this.btnTrimLeftAdd.Click += new System.EventHandler(this.btnTrimLeftAdd_Click); // // tableLayoutPanel7 // resources.ApplyResources(this.tableLayoutPanel7, "tableLayoutPanel7"); this.tableLayoutPanel7.Controls.Add(this.txtTrimDown, 0, 0); this.tableLayoutPanel7.Controls.Add(this.btnTrimDownSub, 1, 1); this.tableLayoutPanel7.Controls.Add(this.btnTrimDownAdd, 1, 0); this.tableLayoutPanel7.Name = "tableLayoutPanel7"; // // txtTrimDown // resources.ApplyResources(this.txtTrimDown, "txtTrimDown"); this.txtTrimDown.Name = "txtTrimDown"; this.tableLayoutPanel7.SetRowSpan(this.txtTrimDown, 2); this.txtTrimDown.Leave += new System.EventHandler(this.txtTrimDown_Leave); // // btnTrimDownSub // resources.ApplyResources(this.btnTrimDownSub, "btnTrimDownSub"); this.btnTrimDownSub.Name = "btnTrimDownSub"; this.btnTrimDownSub.UseVisualStyleBackColor = true; this.btnTrimDownSub.Click += new System.EventHandler(this.btnTrimDownSub_Click); // // btnTrimDownAdd // resources.ApplyResources(this.btnTrimDownAdd, "btnTrimDownAdd"); this.btnTrimDownAdd.Name = "btnTrimDownAdd"; this.btnTrimDownAdd.UseVisualStyleBackColor = true; this.btnTrimDownAdd.Click += new System.EventHandler(this.btnTrimDownAdd_Click); // // tableLayoutPanel8 // resources.ApplyResources(this.tableLayoutPanel8, "tableLayoutPanel8"); this.tableLayoutPanel8.Controls.Add(this.txtTrimQuick, 0, 0); this.tableLayoutPanel8.Controls.Add(this.btnTrimQuickSub, 1, 1); this.tableLayoutPanel8.Controls.Add(this.btnTrimQuickAdd, 1, 0); this.tableLayoutPanel8.Name = "tableLayoutPanel8"; // // txtTrimQuick // resources.ApplyResources(this.txtTrimQuick, "txtTrimQuick"); this.txtTrimQuick.Name = "txtTrimQuick"; this.tableLayoutPanel8.SetRowSpan(this.txtTrimQuick, 2); this.txtTrimQuick.Leave += new System.EventHandler(this.txtTrimQuick_Leave); // // btnTrimQuickSub // resources.ApplyResources(this.btnTrimQuickSub, "btnTrimQuickSub"); this.btnTrimQuickSub.Name = "btnTrimQuickSub"; this.btnTrimQuickSub.UseVisualStyleBackColor = true; this.btnTrimQuickSub.Click += new System.EventHandler(this.btnTrimQuickSub_Click); // // btnTrimQuickAdd // resources.ApplyResources(this.btnTrimQuickAdd, "btnTrimQuickAdd"); this.btnTrimQuickAdd.Name = "btnTrimQuickAdd"; this.btnTrimQuickAdd.UseVisualStyleBackColor = true; this.btnTrimQuickAdd.Click += new System.EventHandler(this.btnTrimQuickAdd_Click); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // cBoxTrimAutoFill // resources.ApplyResources(this.cBoxTrimAutoFill, "cBoxTrimAutoFill"); this.cBoxTrimAutoFill.Name = "cBoxTrimAutoFill"; this.cBoxTrimAutoFill.UseVisualStyleBackColor = true; // // lblBtnTrimSave // this.lblBtnTrimSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); resources.ApplyResources(this.lblBtnTrimSave, "lblBtnTrimSave"); this.lblBtnTrimSave.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.lblBtnTrimSave.Name = "lblBtnTrimSave"; this.lblBtnTrimSave.Click += new System.EventHandler(this.lblBtnTrimSave_Click); // // 设置磨量 // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(234)))), ((int)(((byte)(255))))); this.Controls.Add(this.tcBody); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "设置磨量"; this.Load += new System.EventHandler(this.设置磨量_Load); this.tlpBody.ResumeLayout(false); this.tlpBody.PerformLayout(); this.gBoxShow.ResumeLayout(false); this.tlpEdging.ResumeLayout(false); this.tlpEdging.PerformLayout(); this.tlpUP.ResumeLayout(false); this.tlpUP.PerformLayout(); this.tlpRight.ResumeLayout(false); this.tlpRight.PerformLayout(); this.tlpLeft.ResumeLayout(false); this.tlpLeft.PerformLayout(); this.tlpDown.ResumeLayout(false); this.tlpDown.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tcBody.ResumeLayout(false); this.tpEdge.ResumeLayout(false); this.tpTrim.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel5.PerformLayout(); this.tableLayoutPanel6.ResumeLayout(false); this.tableLayoutPanel6.PerformLayout(); this.tableLayoutPanel7.ResumeLayout(false); this.tableLayoutPanel7.PerformLayout(); this.tableLayoutPanel8.ResumeLayout(false); this.tableLayoutPanel8.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tlpBody; private System.Windows.Forms.GroupBox gBoxShow; private System.Windows.Forms.TableLayoutPanel tlpEdging; private System.Windows.Forms.TableLayoutPanel tlpRight; private System.Windows.Forms.TextBox txtRight; private System.Windows.Forms.Panel panSquare; private System.Windows.Forms.TableLayoutPanel tlpUP; private System.Windows.Forms.TextBox txtUp; private System.Windows.Forms.Button btnUPMinus; private System.Windows.Forms.Button btnUpAdd; private System.Windows.Forms.Button btnRightMinus; private System.Windows.Forms.Button btnRightAdd; private System.Windows.Forms.TableLayoutPanel tlpLeft; private System.Windows.Forms.TextBox txtLeft; private System.Windows.Forms.Button btnLeftMinus; private System.Windows.Forms.Button btnLeftAdd; private System.Windows.Forms.TableLayoutPanel tlpDown; private System.Windows.Forms.TextBox txtDown; private System.Windows.Forms.Button btnDownMinus; private System.Windows.Forms.Button btnDownAdd; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TextBox txtQuickEdge; private System.Windows.Forms.Button btnMinusAll; private System.Windows.Forms.Button btnAddAll; private System.Windows.Forms.Label lblMag; private System.Windows.Forms.CheckBox cboxAuto; private System.Windows.Forms.TextBox txtMinEdgeLength; private System.Windows.Forms.TabControl tcBody; private System.Windows.Forms.TabPage tpEdge; private System.Windows.Forms.TabPage tpTrim; private System.Windows.Forms.Label lblBtnUseEdge; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.TextBox txtTrimUp; private System.Windows.Forms.Button btnTrimUpSub; private System.Windows.Forms.Button btnTrimUpAdd; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; private System.Windows.Forms.TextBox txtTrimRight; private System.Windows.Forms.Button btnTrimRightSub; private System.Windows.Forms.Button btnTrimRightAdd; private System.Windows.Forms.Panel panStockTrim; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; private System.Windows.Forms.TextBox txtTrimLeft; private System.Windows.Forms.Button btnTrimLeftSub; private System.Windows.Forms.Button btnTrimLeftAdd; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7; private System.Windows.Forms.TextBox txtTrimDown; private System.Windows.Forms.Button btnTrimDownSub; private System.Windows.Forms.Button btnTrimDownAdd; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8; private System.Windows.Forms.TextBox txtTrimQuick; private System.Windows.Forms.Button btnTrimQuickSub; private System.Windows.Forms.Button btnTrimQuickAdd; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox cBoxTrimAutoFill; private System.Windows.Forms.Label lblBtnTrimSave; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbProcessList; } }