123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
-
- namespace SmartCoalApplication.MeasureProcedure
- {
- partial class AuxiliaryLineSetting
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|