| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
-
- namespace HCTools
- {
- partial class JQXLabel_grid
- {
- /// <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.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.comboBox_jqx = new System.Windows.Forms.ComboBox();
- this.comboBox_bz = new System.Windows.Forms.ComboBox();
- this.button_ok = new System.Windows.Forms.Button();
- this.comboBox_tk = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.comboBox_blc = new System.Windows.Forms.ComboBox();
- this.label5 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(56, 42);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(127, 15);
- this.label2.TabIndex = 1;
- this.label2.Text = "计曲线所在图层:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(71, 216);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(112, 15);
- this.label3.TabIndex = 2;
- this.label3.Text = "标注所在图层:";
- //
- // comboBox_jqx
- //
- this.comboBox_jqx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_jqx.FormattingEnabled = true;
- this.comboBox_jqx.Location = new System.Drawing.Point(189, 39);
- this.comboBox_jqx.Name = "comboBox_jqx";
- this.comboBox_jqx.Size = new System.Drawing.Size(173, 23);
- this.comboBox_jqx.TabIndex = 4;
- //
- // comboBox_bz
- //
- this.comboBox_bz.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_bz.FormattingEnabled = true;
- this.comboBox_bz.Location = new System.Drawing.Point(189, 213);
- this.comboBox_bz.Name = "comboBox_bz";
- this.comboBox_bz.Size = new System.Drawing.Size(173, 23);
- this.comboBox_bz.TabIndex = 5;
- //
- // button_ok
- //
- this.button_ok.Location = new System.Drawing.Point(164, 267);
- this.button_ok.Name = "button_ok";
- this.button_ok.Size = new System.Drawing.Size(75, 31);
- this.button_ok.TabIndex = 6;
- this.button_ok.Text = "确 定";
- this.button_ok.UseVisualStyleBackColor = true;
- this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
- //
- // comboBox_tk
- //
- this.comboBox_tk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_tk.FormattingEnabled = true;
- this.comboBox_tk.Location = new System.Drawing.Point(189, 99);
- this.comboBox_tk.Name = "comboBox_tk";
- this.comboBox_tk.Size = new System.Drawing.Size(173, 23);
- this.comboBox_tk.TabIndex = 8;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(71, 102);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(112, 15);
- this.label4.TabIndex = 7;
- this.label4.Text = "图框所在图层:";
- //
- // comboBox_blc
- //
- this.comboBox_blc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_blc.FormattingEnabled = true;
- this.comboBox_blc.Items.AddRange(new object[] {
- "1:500",
- "1:1000",
- "1:2000",
- "1:5000",
- "1:10000"});
- this.comboBox_blc.Location = new System.Drawing.Point(189, 157);
- this.comboBox_blc.Name = "comboBox_blc";
- this.comboBox_blc.Size = new System.Drawing.Size(173, 23);
- this.comboBox_blc.TabIndex = 10;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(116, 160);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(67, 15);
- this.label5.TabIndex = 9;
- this.label5.Text = "比例尺:";
- //
- // JQXLabel_grid
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(437, 320);
- this.Controls.Add(this.comboBox_blc);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.comboBox_tk);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.button_ok);
- this.Controls.Add(this.comboBox_bz);
- this.Controls.Add(this.comboBox_jqx);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Name = "JQXLabel_grid";
- this.Text = "计曲线高程标注(网格版)";
- this.Load += new System.EventHandler(this.JQXLabel_grid_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox comboBox_jqx;
- private System.Windows.Forms.ComboBox comboBox_bz;
- private System.Windows.Forms.Button button_ok;
- private System.Windows.Forms.ComboBox comboBox_tk;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox comboBox_blc;
- private System.Windows.Forms.Label label5;
- }
- }
|