namespace SmartCoalApplication.MeasureProcedure { partial class BasicMeasureDialog { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonDetermine = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel5 = new System.Windows.Forms.Panel(); this.radioButton10 = new System.Windows.Forms.RadioButton(); this.radioButton11 = new System.Windows.Forms.RadioButton(); this.radioButton12 = new System.Windows.Forms.RadioButton(); this.label6 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.panel3 = new System.Windows.Forms.Panel(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.radioButton5 = new System.Windows.Forms.RadioButton(); this.panel2 = new System.Windows.Forms.Panel(); this.radioButton8 = new System.Windows.Forms.RadioButton(); this.radioButton9 = new System.Windows.Forms.RadioButton(); this.panel1 = new System.Windows.Forms.Panel(); this.radioButton7 = new System.Windows.Forms.RadioButton(); this.radioButton6 = new System.Windows.Forms.RadioButton(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.labelLanguege = new System.Windows.Forms.Label(); this.panel6 = new System.Windows.Forms.Panel(); this.radioSimpleChnse = new System.Windows.Forms.RadioButton(); this.radioTraditionalChnse = new System.Windows.Forms.RadioButton(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel5.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.panel6.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.buttonCancel); this.groupBox1.Controls.Add(this.buttonDetermine); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(776, 60); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "操作"; // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Location = new System.Drawing.Point(695, 19); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 6; this.buttonCancel.Text = "取消"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonDetermine // this.buttonDetermine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.buttonDetermine.Location = new System.Drawing.Point(614, 19); this.buttonDetermine.Name = "buttonDetermine"; this.buttonDetermine.Size = new System.Drawing.Size(75, 23); this.buttonDetermine.TabIndex = 5; this.buttonDetermine.Text = "確定"; this.buttonDetermine.UseVisualStyleBackColor = true; this.buttonDetermine.Click += new System.EventHandler(this.buttonDetermine_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.panel6); this.groupBox2.Controls.Add(this.labelLanguege); this.groupBox2.Controls.Add(this.panel5); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.panel4); this.groupBox2.Controls.Add(this.panel3); this.groupBox2.Controls.Add(this.panel2); this.groupBox2.Controls.Add(this.panel1); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.numericUpDown1); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(12, 78); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(770, 336); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "設置"; // // panel5 // this.panel5.Controls.Add(this.radioButton10); this.panel5.Controls.Add(this.radioButton11); this.panel5.Controls.Add(this.radioButton12); this.panel5.Location = new System.Drawing.Point(306, 201); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(237, 40); this.panel5.TabIndex = 23; // // radioButton10 // this.radioButton10.AutoSize = true; this.radioButton10.Checked = true; this.radioButton10.Location = new System.Drawing.Point(165, 9); this.radioButton10.Name = "radioButton10"; this.radioButton10.Size = new System.Drawing.Size(47, 16); this.radioButton10.TabIndex = 20; this.radioButton10.TabStop = true; this.radioButton10.Text = "交互"; this.radioButton10.UseVisualStyleBackColor = true; // // radioButton11 // this.radioButton11.AutoSize = true; this.radioButton11.Location = new System.Drawing.Point(4, 9); this.radioButton11.Name = "radioButton11"; this.radioButton11.Size = new System.Drawing.Size(35, 16); this.radioButton11.TabIndex = 18; this.radioButton11.TabStop = true; this.radioButton11.Text = "是"; this.radioButton11.UseVisualStyleBackColor = true; // // radioButton12 // this.radioButton12.AutoSize = true; this.radioButton12.Location = new System.Drawing.Point(89, 9); this.radioButton12.Name = "radioButton12"; this.radioButton12.Size = new System.Drawing.Size(35, 16); this.radioButton12.TabIndex = 19; this.radioButton12.TabStop = true; this.radioButton12.Text = "否"; this.radioButton12.UseVisualStyleBackColor = true; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(160, 214); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(107, 12); this.label6.TabIndex = 22; this.label6.Text = "是否啟用SPC上傳:"; // // panel4 // this.panel4.Controls.Add(this.radioButton3); this.panel4.Controls.Add(this.radioButton1); this.panel4.Controls.Add(this.radioButton2); this.panel4.Location = new System.Drawing.Point(306, 156); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(237, 40); this.panel4.TabIndex = 21; // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Checked = true; this.radioButton3.Location = new System.Drawing.Point(165, 9); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(47, 16); this.radioButton3.TabIndex = 20; this.radioButton3.TabStop = true; this.radioButton3.Text = "交互"; this.radioButton3.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(4, 9); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(35, 16); this.radioButton1.TabIndex = 18; this.radioButton1.TabStop = true; this.radioButton1.Text = "是"; this.radioButton1.UseVisualStyleBackColor = true; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(89, 9); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(35, 16); this.radioButton2.TabIndex = 19; this.radioButton2.TabStop = true; this.radioButton2.Text = "否"; this.radioButton2.UseVisualStyleBackColor = true; // // panel3 // this.panel3.Controls.Add(this.radioButton4); this.panel3.Controls.Add(this.radioButton5); this.panel3.Location = new System.Drawing.Point(306, 246); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(143, 40); this.panel3.TabIndex = 20; // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.Checked = true; this.radioButton4.Location = new System.Drawing.Point(4, 9); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(35, 16); this.radioButton4.TabIndex = 18; this.radioButton4.TabStop = true; this.radioButton4.Text = "是"; this.radioButton4.UseVisualStyleBackColor = true; // // radioButton5 // this.radioButton5.AutoSize = true; this.radioButton5.Location = new System.Drawing.Point(89, 9); this.radioButton5.Name = "radioButton5"; this.radioButton5.Size = new System.Drawing.Size(35, 16); this.radioButton5.TabIndex = 19; this.radioButton5.TabStop = true; this.radioButton5.Text = "否"; this.radioButton5.UseVisualStyleBackColor = true; // // panel2 // this.panel2.Controls.Add(this.radioButton8); this.panel2.Controls.Add(this.radioButton9); this.panel2.Location = new System.Drawing.Point(306, 111); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(143, 40); this.panel2.TabIndex = 19; // // radioButton8 // this.radioButton8.AutoSize = true; this.radioButton8.Location = new System.Drawing.Point(4, 9); this.radioButton8.Name = "radioButton8"; this.radioButton8.Size = new System.Drawing.Size(35, 16); this.radioButton8.TabIndex = 18; this.radioButton8.TabStop = true; this.radioButton8.Text = "是"; this.radioButton8.UseVisualStyleBackColor = true; // // radioButton9 // this.radioButton9.AutoSize = true; this.radioButton9.Checked = true; this.radioButton9.Location = new System.Drawing.Point(89, 9); this.radioButton9.Name = "radioButton9"; this.radioButton9.Size = new System.Drawing.Size(35, 16); this.radioButton9.TabIndex = 19; this.radioButton9.TabStop = true; this.radioButton9.Text = "否"; this.radioButton9.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Controls.Add(this.radioButton7); this.panel1.Controls.Add(this.radioButton6); this.panel1.Location = new System.Drawing.Point(306, 66); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(143, 40); this.panel1.TabIndex = 18; // // radioButton7 // this.radioButton7.AutoSize = true; this.radioButton7.Location = new System.Drawing.Point(4, 9); this.radioButton7.Name = "radioButton7"; this.radioButton7.Size = new System.Drawing.Size(35, 16); this.radioButton7.TabIndex = 18; this.radioButton7.Text = "是"; this.radioButton7.UseVisualStyleBackColor = true; // // radioButton6 // this.radioButton6.AutoSize = true; this.radioButton6.Checked = true; this.radioButton6.Location = new System.Drawing.Point(89, 9); this.radioButton6.Name = "radioButton6"; this.radioButton6.Size = new System.Drawing.Size(35, 16); this.radioButton6.TabIndex = 19; this.radioButton6.TabStop = true; this.radioButton6.Text = "否"; this.radioButton6.UseVisualStyleBackColor = true; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(130, 124); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(137, 12); this.label5.TabIndex = 15; this.label5.Text = "是否自動打開量測視窗:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(130, 79); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(137, 12); this.label4.TabIndex = 14; this.label4.Text = "按照固定大小壓縮報告:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(154, 259); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(113, 12); this.label3.TabIndex = 8; this.label3.Text = "是否啟用下拉接口:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(142, 169); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(125, 12); this.label2.TabIndex = 7; this.label2.Text = "是否啟用实验室上傳:"; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(306, 38); this.numericUpDown1.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(120, 21); this.numericUpDown1.TabIndex = 1; this.numericUpDown1.Value = new decimal(new int[] { 2, 0, 0, 0}); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(106, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(161, 12); this.label1.TabIndex = 0; this.label1.Text = "測量及報告輸出小數點位數:"; // // labelLanguege // this.labelLanguege.AutoSize = true; this.labelLanguege.Location = new System.Drawing.Point(202, 305); this.labelLanguege.Name = "labelLanguege"; this.labelLanguege.Size = new System.Drawing.Size(65, 12); this.labelLanguege.TabIndex = 3; this.labelLanguege.Text = "語言選擇:"; // // panel6 // this.panel6.Controls.Add(this.radioTraditionalChnse); this.panel6.Controls.Add(this.radioSimpleChnse); this.panel6.Location = new System.Drawing.Point(306, 296); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(237, 40); this.panel6.TabIndex = 24; // // radioSimpleChnse // this.radioSimpleChnse.AutoSize = true; this.radioSimpleChnse.Location = new System.Drawing.Point(4, 9); this.radioSimpleChnse.Name = "radioSimpleChnse"; this.radioSimpleChnse.Size = new System.Drawing.Size(71, 16); this.radioSimpleChnse.TabIndex = 0; this.radioSimpleChnse.Text = "簡體中文"; this.radioSimpleChnse.UseVisualStyleBackColor = true; // // radioTraditionalChnse // this.radioTraditionalChnse.AutoSize = true; this.radioTraditionalChnse.Checked = true; this.radioTraditionalChnse.Location = new System.Drawing.Point(89, 9); this.radioTraditionalChnse.Name = "radioTraditionalChnse"; this.radioTraditionalChnse.Size = new System.Drawing.Size(71, 16); this.radioTraditionalChnse.TabIndex = 1; this.radioTraditionalChnse.TabStop = true; this.radioTraditionalChnse.Text = "繁體中文"; this.radioTraditionalChnse.UseVisualStyleBackColor = true; // // BasicMeasureDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(800, 441); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "BasicMeasureDialog"; this.Text = "基础信息"; this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.groupBox2, 0); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.panel6.ResumeLayout(false); this.panel6.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonDetermine; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.RadioButton radioButton7; private System.Windows.Forms.RadioButton radioButton6; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.RadioButton radioButton8; private System.Windows.Forms.RadioButton radioButton9; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.RadioButton radioButton4; private System.Windows.Forms.RadioButton radioButton5; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.RadioButton radioButton10; private System.Windows.Forms.RadioButton radioButton11; private System.Windows.Forms.RadioButton radioButton12; private System.Windows.Forms.Label label6; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.RadioButton radioTraditionalChnse; private System.Windows.Forms.RadioButton radioSimpleChnse; private System.Windows.Forms.Label labelLanguege; } }