namespace SmartCoalApplication.MeasureProcedure { partial class AuxiliaryLineSetting { /// /// 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.groupBox16 = new System.Windows.Forms.GroupBox(); this.label28 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonDetermine = new System.Windows.Forms.Button(); this.panel6 = new System.Windows.Forms.Panel(); this.groupBox16.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox16 // this.groupBox16.Controls.Add(this.panel6); this.groupBox16.Controls.Add(this.label28); this.groupBox16.Controls.Add(this.label27); this.groupBox16.Controls.Add(this.label26); this.groupBox16.Controls.Add(this.numericUpDown1); this.groupBox16.Controls.Add(this.comboBox2); this.groupBox16.Location = new System.Drawing.Point(12, 78); this.groupBox16.Name = "groupBox16"; this.groupBox16.Size = new System.Drawing.Size(394, 217); this.groupBox16.TabIndex = 49; this.groupBox16.TabStop = false; this.groupBox16.Text = "辅助线设置"; // // panel6 // this.panel6.BackColor = System.Drawing.SystemColors.Window; this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel6.Location = new System.Drawing.Point(135, 100); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(152, 20); this.panel6.TabIndex = 18; this.panel6.Click += new System.EventHandler(this.panel6_Click); // // label28 // this.label28.AutoSize = true; this.label28.Location = new System.Drawing.Point(45, 162); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(59, 12); this.label28.TabIndex = 17; this.label28.Text = "线条宽度:"; // // label27 // this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(45, 108); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(59, 12); this.label27.TabIndex = 16; this.label27.Text = "线条颜色:"; // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(45, 54); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(59, 12); this.label26.TabIndex = 15; this.label26.Text = "线条样式:"; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(135, 158); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(152, 21); this.numericUpDown1.TabIndex = 14; this.numericUpDown1.Value = new decimal(new int[] { 1, 0, 0, 0}); // // comboBox2 // this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(135, 51); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(152, 20); this.comboBox2.TabIndex = 12; // // 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(394, 60); this.groupBox1.TabIndex = 50; 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(313, 20); 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(232, 20); 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); // // AuxiliaryLineSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(419, 301); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox16); this.Name = "AuxiliaryLineSetting"; this.Text = "辅助线设置"; this.groupBox16.ResumeLayout(false); this.groupBox16.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox16; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label27; private System.Windows.Forms.Label label26; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonDetermine; private System.Windows.Forms.Panel panel6; } }