namespace MyGlassEdit.配置 { 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.label11 = new System.Windows.Forms.Label(); this.txtDefaultDisplayDays = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.rBtnPolysList = new System.Windows.Forms.RadioButton(); this.rBtnOptimaResult = new System.Windows.Forms.RadioButton(); this.label8 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.tlpXBSZ = new System.Windows.Forms.TableLayoutPanel(); this.rBtnNoBHXB = new System.Windows.Forms.RadioButton(); this.rBtnBHXB = new System.Windows.Forms.RadioButton(); this.label7 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.rBtnPian = new System.Windows.Forms.RadioButton(); this.rBtnArea = new System.Windows.Forms.RadioButton(); this.tlpBody = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.rBtnReStream = new System.Windows.Forms.RadioButton(); this.rBtnReOffice = new System.Windows.Forms.RadioButton(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.rBtnZXFile = new System.Windows.Forms.RadioButton(); this.rBtnZXSQL = new System.Windows.Forms.RadioButton(); this.label5 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtPolyEdge = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtAlertDuration = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.rBtnNoOptima = new System.Windows.Forms.RadioButton(); this.rBtnOptima = new System.Windows.Forms.RadioButton(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.label14 = new System.Windows.Forms.Label(); this.tableLayoutPanel2.SuspendLayout(); this.tlpXBSZ.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tlpBody.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); this.tableLayoutPanel6.SuspendLayout(); this.SuspendLayout(); // // label11 // this.label11.Font = new System.Drawing.Font("微软雅黑", 12F); this.label11.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label11.Location = new System.Drawing.Point(488, 198); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(56, 33); this.label11.TabIndex = 164; this.label11.Text = "天"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtDefaultDisplayDays // this.txtDefaultDisplayDays.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtDefaultDisplayDays.Location = new System.Drawing.Point(300, 200); this.txtDefaultDisplayDays.Margin = new System.Windows.Forms.Padding(2); this.txtDefaultDisplayDays.Name = "txtDefaultDisplayDays"; this.txtDefaultDisplayDays.Size = new System.Drawing.Size(183, 29); this.txtDefaultDisplayDays.TabIndex = 163; // // label9 // this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label9.Font = new System.Drawing.Font("微软雅黑", 12F); this.label9.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label9.Location = new System.Drawing.Point(49, 198); this.label9.Margin = new System.Windows.Forms.Padding(0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(249, 33); this.label9.TabIndex = 162; this.label9.Text = "默认显示几天内的已优化工程"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; this.tlpBody.SetColumnSpan(this.tableLayoutPanel2, 2); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.Controls.Add(this.rBtnPolysList, 0, 0); this.tableLayoutPanel2.Controls.Add(this.rBtnOptimaResult, 1, 0); this.tableLayoutPanel2.Location = new System.Drawing.Point(298, 132); this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(249, 33); this.tableLayoutPanel2.TabIndex = 159; // // rBtnPolysList // this.rBtnPolysList.AutoSize = true; this.rBtnPolysList.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnPolysList.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnPolysList.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnPolysList.Location = new System.Drawing.Point(0, 0); this.rBtnPolysList.Margin = new System.Windows.Forms.Padding(0); this.rBtnPolysList.Name = "rBtnPolysList"; this.rBtnPolysList.Size = new System.Drawing.Size(124, 33); this.rBtnPolysList.TabIndex = 1; this.rBtnPolysList.TabStop = true; this.rBtnPolysList.Text = "成品列表"; this.rBtnPolysList.UseVisualStyleBackColor = true; // // rBtnOptimaResult // this.rBtnOptimaResult.AutoSize = true; this.rBtnOptimaResult.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnOptimaResult.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnOptimaResult.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnOptimaResult.Location = new System.Drawing.Point(124, 0); this.rBtnOptimaResult.Margin = new System.Windows.Forms.Padding(0); this.rBtnOptimaResult.Name = "rBtnOptimaResult"; this.rBtnOptimaResult.Size = new System.Drawing.Size(125, 33); this.rBtnOptimaResult.TabIndex = 0; this.rBtnOptimaResult.TabStop = true; this.rBtnOptimaResult.Text = "优化结果"; this.rBtnOptimaResult.UseVisualStyleBackColor = true; // // label8 // this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label8.Dock = System.Windows.Forms.DockStyle.Fill; this.label8.Font = new System.Drawing.Font("微软雅黑", 12F); this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label8.Location = new System.Drawing.Point(49, 132); this.label8.Margin = new System.Windows.Forms.Padding(0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(249, 33); this.label8.TabIndex = 161; this.label8.Text = "保存时,优化数据来源"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label6 // this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label6.Dock = System.Windows.Forms.DockStyle.Fill; this.label6.Font = new System.Drawing.Font("微软雅黑", 12F); this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label6.Location = new System.Drawing.Point(49, 66); this.label6.Margin = new System.Windows.Forms.Padding(0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(249, 33); this.label6.TabIndex = 160; this.label6.Text = "执行时,原片单位"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tlpXBSZ // this.tlpXBSZ.ColumnCount = 2; this.tlpBody.SetColumnSpan(this.tlpXBSZ, 2); this.tlpXBSZ.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpXBSZ.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpXBSZ.Controls.Add(this.rBtnNoBHXB, 1, 0); this.tlpXBSZ.Controls.Add(this.rBtnBHXB, 0, 0); this.tlpXBSZ.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpXBSZ.Location = new System.Drawing.Point(298, 33); this.tlpXBSZ.Margin = new System.Windows.Forms.Padding(0); this.tlpXBSZ.Name = "tlpXBSZ"; this.tlpXBSZ.RowCount = 1; this.tlpXBSZ.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpXBSZ.Size = new System.Drawing.Size(249, 33); this.tlpXBSZ.TabIndex = 158; // // rBtnNoBHXB // this.rBtnNoBHXB.AutoSize = true; this.rBtnNoBHXB.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnNoBHXB.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnNoBHXB.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnNoBHXB.Location = new System.Drawing.Point(124, 0); this.rBtnNoBHXB.Margin = new System.Windows.Forms.Padding(0); this.rBtnNoBHXB.Name = "rBtnNoBHXB"; this.rBtnNoBHXB.Size = new System.Drawing.Size(125, 33); this.rBtnNoBHXB.TabIndex = 1; this.rBtnNoBHXB.TabStop = true; this.rBtnNoBHXB.Text = "不包含修边"; this.rBtnNoBHXB.UseVisualStyleBackColor = true; // // rBtnBHXB // this.rBtnBHXB.AutoSize = true; this.rBtnBHXB.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnBHXB.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnBHXB.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnBHXB.Location = new System.Drawing.Point(0, 0); this.rBtnBHXB.Margin = new System.Windows.Forms.Padding(0); this.rBtnBHXB.Name = "rBtnBHXB"; this.rBtnBHXB.Size = new System.Drawing.Size(124, 33); this.rBtnBHXB.TabIndex = 0; this.rBtnBHXB.TabStop = true; this.rBtnBHXB.Text = "包含修边"; this.rBtnBHXB.UseVisualStyleBackColor = true; // // label7 // this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label7.Dock = System.Windows.Forms.DockStyle.Fill; this.label7.Font = new System.Drawing.Font("微软雅黑", 12F); this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label7.Location = new System.Drawing.Point(49, 33); this.label7.Margin = new System.Windows.Forms.Padding(0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(249, 33); this.label7.TabIndex = 159; this.label7.Text = "原片切裁率计算"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tlpBody.SetColumnSpan(this.tableLayoutPanel1, 2); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.rBtnPian, 0, 0); this.tableLayoutPanel1.Controls.Add(this.rBtnArea, 1, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(298, 66); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(249, 33); this.tableLayoutPanel1.TabIndex = 159; // // rBtnPian // this.rBtnPian.AutoSize = true; this.rBtnPian.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnPian.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnPian.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnPian.Location = new System.Drawing.Point(0, 0); this.rBtnPian.Margin = new System.Windows.Forms.Padding(0); this.rBtnPian.Name = "rBtnPian"; this.rBtnPian.Size = new System.Drawing.Size(124, 33); this.rBtnPian.TabIndex = 1; this.rBtnPian.TabStop = true; this.rBtnPian.Text = "片(Z1)"; this.rBtnPian.UseVisualStyleBackColor = true; // // rBtnArea // this.rBtnArea.AutoSize = true; this.rBtnArea.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnArea.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnArea.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnArea.Location = new System.Drawing.Point(124, 0); this.rBtnArea.Margin = new System.Windows.Forms.Padding(0); this.rBtnArea.Name = "rBtnArea"; this.rBtnArea.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0); this.rBtnArea.Size = new System.Drawing.Size(125, 33); this.rBtnArea.TabIndex = 0; this.rBtnArea.TabStop = true; this.rBtnArea.Text = "面积(M2)"; this.rBtnArea.UseVisualStyleBackColor = true; // // tlpBody // this.tlpBody.ColumnCount = 5; this.tlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8F)); this.tlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12F)); this.tlpBody.Controls.Add(this.tableLayoutPanel4, 2, 10); this.tlpBody.Controls.Add(this.tableLayoutPanel1, 2, 2); this.tlpBody.Controls.Add(this.label7, 1, 1); this.tlpBody.Controls.Add(this.tlpXBSZ, 2, 1); this.tlpBody.Controls.Add(this.label6, 1, 2); this.tlpBody.Controls.Add(this.label8, 1, 4); this.tlpBody.Controls.Add(this.tableLayoutPanel3, 2, 3); this.tlpBody.Controls.Add(this.label5, 1, 3); this.tlpBody.Controls.Add(this.label9, 1, 6); this.tlpBody.Controls.Add(this.txtDefaultDisplayDays, 2, 6); this.tlpBody.Controls.Add(this.label11, 3, 6); this.tlpBody.Controls.Add(this.label1, 1, 7); this.tlpBody.Controls.Add(this.txtPolyEdge, 2, 7); this.tlpBody.Controls.Add(this.label2, 3, 7); this.tlpBody.Controls.Add(this.label3, 1, 8); this.tlpBody.Controls.Add(this.txtAlertDuration, 2, 8); this.tlpBody.Controls.Add(this.label4, 3, 8); this.tlpBody.Controls.Add(this.label10, 1, 10); this.tlpBody.Controls.Add(this.tableLayoutPanel2, 2, 4); this.tlpBody.Controls.Add(this.tableLayoutPanel5, 2, 12); this.tlpBody.Controls.Add(this.label12, 1, 12); this.tlpBody.Controls.Add(this.tableLayoutPanel6, 2, 13); this.tlpBody.Controls.Add(this.label14, 0, 13); this.tlpBody.Controls.Add(this.label13, 1, 13); this.tlpBody.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpBody.Location = new System.Drawing.Point(0, 0); this.tlpBody.Margin = new System.Windows.Forms.Padding(2); this.tlpBody.Name = "tlpBody"; this.tlpBody.RowCount = 14; this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F)); this.tlpBody.Size = new System.Drawing.Size(624, 464); this.tlpBody.TabIndex = 169; // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 2; this.tlpBody.SetColumnSpan(this.tableLayoutPanel4, 2); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.Controls.Add(this.rBtnReStream, 0, 0); this.tableLayoutPanel4.Controls.Add(this.rBtnReOffice, 1, 0); this.tableLayoutPanel4.Location = new System.Drawing.Point(298, 330); this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 1; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(249, 33); this.tableLayoutPanel4.TabIndex = 160; // // rBtnReStream // this.rBtnReStream.AutoSize = true; this.rBtnReStream.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnReStream.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnReStream.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnReStream.Location = new System.Drawing.Point(0, 0); this.rBtnReStream.Margin = new System.Windows.Forms.Padding(0); this.rBtnReStream.Name = "rBtnReStream"; this.rBtnReStream.Size = new System.Drawing.Size(124, 33); this.rBtnReStream.TabIndex = 1; this.rBtnReStream.TabStop = true; this.rBtnReStream.Text = "数据流"; this.rBtnReStream.UseVisualStyleBackColor = true; // // rBtnReOffice // this.rBtnReOffice.AutoSize = true; this.rBtnReOffice.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnReOffice.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnReOffice.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnReOffice.Location = new System.Drawing.Point(124, 0); this.rBtnReOffice.Margin = new System.Windows.Forms.Padding(0); this.rBtnReOffice.Name = "rBtnReOffice"; this.rBtnReOffice.Size = new System.Drawing.Size(125, 33); this.rBtnReOffice.TabIndex = 0; this.rBtnReOffice.TabStop = true; this.rBtnReOffice.Text = "Office插件"; this.rBtnReOffice.UseVisualStyleBackColor = true; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tlpBody.SetColumnSpan(this.tableLayoutPanel3, 2); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Controls.Add(this.rBtnZXFile, 1, 0); this.tableLayoutPanel3.Controls.Add(this.rBtnZXSQL, 0, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(298, 99); this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(249, 33); this.tableLayoutPanel3.TabIndex = 159; // // rBtnZXFile // this.rBtnZXFile.AutoSize = true; this.rBtnZXFile.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnZXFile.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnZXFile.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnZXFile.Location = new System.Drawing.Point(124, 0); this.rBtnZXFile.Margin = new System.Windows.Forms.Padding(0); this.rBtnZXFile.Name = "rBtnZXFile"; this.rBtnZXFile.Size = new System.Drawing.Size(125, 33); this.rBtnZXFile.TabIndex = 0; this.rBtnZXFile.TabStop = true; this.rBtnZXFile.Text = "优化文件"; this.rBtnZXFile.UseVisualStyleBackColor = true; // // rBtnZXSQL // this.rBtnZXSQL.AutoSize = true; this.rBtnZXSQL.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnZXSQL.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnZXSQL.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnZXSQL.Location = new System.Drawing.Point(0, 0); this.rBtnZXSQL.Margin = new System.Windows.Forms.Padding(0); this.rBtnZXSQL.Name = "rBtnZXSQL"; this.rBtnZXSQL.Size = new System.Drawing.Size(124, 33); this.rBtnZXSQL.TabIndex = 1; this.rBtnZXSQL.TabStop = true; this.rBtnZXSQL.Text = "数据库"; this.rBtnZXSQL.UseVisualStyleBackColor = true; // // label5 // this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label5.Dock = System.Windows.Forms.DockStyle.Fill; this.label5.Font = new System.Drawing.Font("微软雅黑", 12F); this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label5.Location = new System.Drawing.Point(49, 99); this.label5.Margin = new System.Windows.Forms.Padding(0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(249, 33); this.label5.TabIndex = 171; this.label5.Text = "执行时,原片数据读取来源"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F); this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label1.Location = new System.Drawing.Point(49, 231); this.label1.Margin = new System.Windows.Forms.Padding(0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(249, 33); this.label1.TabIndex = 165; this.label1.Text = "成品存在单边大于多少时提醒"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtPolyEdge // this.txtPolyEdge.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtPolyEdge.Location = new System.Drawing.Point(300, 233); this.txtPolyEdge.Margin = new System.Windows.Forms.Padding(2); this.txtPolyEdge.Name = "txtPolyEdge"; this.txtPolyEdge.Size = new System.Drawing.Size(183, 29); this.txtPolyEdge.TabIndex = 166; // // label2 // this.label2.Font = new System.Drawing.Font("微软雅黑", 12F); this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label2.Location = new System.Drawing.Point(488, 231); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 33); this.label2.TabIndex = 167; this.label2.Text = "毫米"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F); this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label3.Location = new System.Drawing.Point(49, 264); this.label3.Margin = new System.Windows.Forms.Padding(0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(249, 33); this.label3.TabIndex = 168; this.label3.Text = "消息提示框,默认显示时间"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtAlertDuration // this.txtAlertDuration.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtAlertDuration.Location = new System.Drawing.Point(300, 266); this.txtAlertDuration.Margin = new System.Windows.Forms.Padding(2); this.txtAlertDuration.Name = "txtAlertDuration"; this.txtAlertDuration.Size = new System.Drawing.Size(183, 29); this.txtAlertDuration.TabIndex = 169; // // label4 // this.label4.Font = new System.Drawing.Font("微软雅黑", 12F); this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label4.Location = new System.Drawing.Point(488, 264); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 33); this.label4.TabIndex = 170; this.label4.Text = "秒"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label10 // this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label10.Font = new System.Drawing.Font("微软雅黑", 12F); this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label10.Location = new System.Drawing.Point(49, 330); this.label10.Margin = new System.Windows.Forms.Padding(0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(249, 33); this.label10.TabIndex = 168; this.label10.Text = "数据表导出模式"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableLayoutPanel5 // this.tableLayoutPanel5.ColumnCount = 2; this.tlpBody.SetColumnSpan(this.tableLayoutPanel5, 2); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.Controls.Add(this.rBtnNoOptima, 0, 0); this.tableLayoutPanel5.Controls.Add(this.rBtnOptima, 1, 0); this.tableLayoutPanel5.Location = new System.Drawing.Point(298, 396); this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; this.tableLayoutPanel5.RowCount = 1; this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel5.Size = new System.Drawing.Size(249, 33); this.tableLayoutPanel5.TabIndex = 172; this.tableLayoutPanel5.Visible = false; // // rBtnNoOptima // this.rBtnNoOptima.AutoSize = true; this.rBtnNoOptima.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnNoOptima.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnNoOptima.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnNoOptima.Location = new System.Drawing.Point(0, 0); this.rBtnNoOptima.Margin = new System.Windows.Forms.Padding(0); this.rBtnNoOptima.Name = "rBtnNoOptima"; this.rBtnNoOptima.Size = new System.Drawing.Size(124, 33); this.rBtnNoOptima.TabIndex = 1; this.rBtnNoOptima.TabStop = true; this.rBtnNoOptima.Text = "不允许"; this.rBtnNoOptima.UseVisualStyleBackColor = true; // // rBtnOptima // this.rBtnOptima.AutoSize = true; this.rBtnOptima.Dock = System.Windows.Forms.DockStyle.Fill; this.rBtnOptima.Font = new System.Drawing.Font("微软雅黑", 12F); this.rBtnOptima.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rBtnOptima.Location = new System.Drawing.Point(124, 0); this.rBtnOptima.Margin = new System.Windows.Forms.Padding(0); this.rBtnOptima.Name = "rBtnOptima"; this.rBtnOptima.Size = new System.Drawing.Size(125, 33); this.rBtnOptima.TabIndex = 0; this.rBtnOptima.TabStop = true; this.rBtnOptima.Text = "允许"; this.rBtnOptima.UseVisualStyleBackColor = true; // // label12 // this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label12.Font = new System.Drawing.Font("微软雅黑", 12F); this.label12.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label12.Location = new System.Drawing.Point(49, 396); this.label12.Margin = new System.Windows.Forms.Padding(0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(249, 33); this.label12.TabIndex = 173; this.label12.Text = "是否允许异形优化"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.label12.Visible = false; // // label13 // this.label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label13.Font = new System.Drawing.Font("微软雅黑", 12F); this.label13.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label13.Location = new System.Drawing.Point(49, 429); this.label13.Margin = new System.Windows.Forms.Padding(0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(249, 33); this.label13.TabIndex = 174; this.label13.Text = "异形优化设置显示"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.label13.Visible = false; // // tableLayoutPanel6 // this.tableLayoutPanel6.ColumnCount = 2; this.tlpBody.SetColumnSpan(this.tableLayoutPanel6, 2); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel6.Controls.Add(this.radioButton3, 0, 0); this.tableLayoutPanel6.Controls.Add(this.radioButton4, 1, 0); this.tableLayoutPanel6.Location = new System.Drawing.Point(298, 429); this.tableLayoutPanel6.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; this.tableLayoutPanel6.RowCount = 1; this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel6.Size = new System.Drawing.Size(249, 33); this.tableLayoutPanel6.TabIndex = 175; this.tableLayoutPanel6.Visible = false; // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Checked = true; this.radioButton3.Dock = System.Windows.Forms.DockStyle.Fill; this.radioButton3.Font = new System.Drawing.Font("微软雅黑", 12F); this.radioButton3.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.radioButton3.Location = new System.Drawing.Point(0, 0); this.radioButton3.Margin = new System.Windows.Forms.Padding(0); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(124, 33); this.radioButton3.TabIndex = 1; this.radioButton3.TabStop = true; this.radioButton3.Text = "不显示"; this.radioButton3.UseVisualStyleBackColor = true; this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged); // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.Dock = System.Windows.Forms.DockStyle.Fill; this.radioButton4.Font = new System.Drawing.Font("微软雅黑", 12F); this.radioButton4.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.radioButton4.Location = new System.Drawing.Point(124, 0); this.radioButton4.Margin = new System.Windows.Forms.Padding(0); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(125, 33); this.radioButton4.TabIndex = 0; this.radioButton4.Text = "显示"; this.radioButton4.UseVisualStyleBackColor = true; // // label14 // this.label14.Dock = System.Windows.Forms.DockStyle.Fill; this.label14.Location = new System.Drawing.Point(3, 429); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(43, 35); this.label14.TabIndex = 176; this.label14.DoubleClick += new System.EventHandler(this.label14_DoubleClick); // // 使用设置 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(234)))), ((int)(((byte)(255))))); this.ClientSize = new System.Drawing.Size(624, 464); this.Controls.Add(this.tlpBody); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "使用设置"; this.Text = "使用设置"; this.Load += new System.EventHandler(this.使用设置_Load); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.tlpXBSZ.ResumeLayout(false); this.tlpXBSZ.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tlpBody.ResumeLayout(false); this.tlpBody.PerformLayout(); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel5.PerformLayout(); this.tableLayoutPanel6.ResumeLayout(false); this.tableLayoutPanel6.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txtDefaultDisplayDays; private System.Windows.Forms.Label label9; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.TableLayoutPanel tlpBody; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.RadioButton rBtnPian; private System.Windows.Forms.RadioButton rBtnArea; private System.Windows.Forms.Label label7; private System.Windows.Forms.TableLayoutPanel tlpXBSZ; private System.Windows.Forms.RadioButton rBtnNoBHXB; private System.Windows.Forms.RadioButton rBtnBHXB; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label8; private System.Windows.Forms.RadioButton rBtnPolysList; private System.Windows.Forms.RadioButton rBtnOptimaResult; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtPolyEdge; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtAlertDuration; private System.Windows.Forms.Label label4; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.RadioButton rBtnZXFile; private System.Windows.Forms.RadioButton rBtnZXSQL; private System.Windows.Forms.Label label5; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.RadioButton rBtnReStream; private System.Windows.Forms.RadioButton rBtnReOffice; private System.Windows.Forms.Label label10; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; private System.Windows.Forms.RadioButton rBtnNoOptima; private System.Windows.Forms.RadioButton rBtnOptima; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton4; private System.Windows.Forms.Label label14; } }