工具箱相关
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

JQXLabel_grid.Designer.cs 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. 
  2. namespace HCTools
  3. {
  4. partial class JQXLabel_grid
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.comboBox_jqx = new System.Windows.Forms.ComboBox();
  32. this.comboBox_bz = new System.Windows.Forms.ComboBox();
  33. this.button_ok = new System.Windows.Forms.Button();
  34. this.comboBox_tk = new System.Windows.Forms.ComboBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.comboBox_blc = new System.Windows.Forms.ComboBox();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.SuspendLayout();
  39. //
  40. // label2
  41. //
  42. this.label2.AutoSize = true;
  43. this.label2.Location = new System.Drawing.Point(56, 42);
  44. this.label2.Name = "label2";
  45. this.label2.Size = new System.Drawing.Size(127, 15);
  46. this.label2.TabIndex = 1;
  47. this.label2.Text = "计曲线所在图层:";
  48. //
  49. // label3
  50. //
  51. this.label3.AutoSize = true;
  52. this.label3.Location = new System.Drawing.Point(71, 216);
  53. this.label3.Name = "label3";
  54. this.label3.Size = new System.Drawing.Size(112, 15);
  55. this.label3.TabIndex = 2;
  56. this.label3.Text = "标注所在图层:";
  57. //
  58. // comboBox_jqx
  59. //
  60. this.comboBox_jqx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  61. this.comboBox_jqx.FormattingEnabled = true;
  62. this.comboBox_jqx.Location = new System.Drawing.Point(189, 39);
  63. this.comboBox_jqx.Name = "comboBox_jqx";
  64. this.comboBox_jqx.Size = new System.Drawing.Size(173, 23);
  65. this.comboBox_jqx.TabIndex = 4;
  66. //
  67. // comboBox_bz
  68. //
  69. this.comboBox_bz.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  70. this.comboBox_bz.FormattingEnabled = true;
  71. this.comboBox_bz.Location = new System.Drawing.Point(189, 213);
  72. this.comboBox_bz.Name = "comboBox_bz";
  73. this.comboBox_bz.Size = new System.Drawing.Size(173, 23);
  74. this.comboBox_bz.TabIndex = 5;
  75. //
  76. // button_ok
  77. //
  78. this.button_ok.Location = new System.Drawing.Point(164, 267);
  79. this.button_ok.Name = "button_ok";
  80. this.button_ok.Size = new System.Drawing.Size(75, 31);
  81. this.button_ok.TabIndex = 6;
  82. this.button_ok.Text = "确 定";
  83. this.button_ok.UseVisualStyleBackColor = true;
  84. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  85. //
  86. // comboBox_tk
  87. //
  88. this.comboBox_tk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  89. this.comboBox_tk.FormattingEnabled = true;
  90. this.comboBox_tk.Location = new System.Drawing.Point(189, 99);
  91. this.comboBox_tk.Name = "comboBox_tk";
  92. this.comboBox_tk.Size = new System.Drawing.Size(173, 23);
  93. this.comboBox_tk.TabIndex = 8;
  94. //
  95. // label4
  96. //
  97. this.label4.AutoSize = true;
  98. this.label4.Location = new System.Drawing.Point(71, 102);
  99. this.label4.Name = "label4";
  100. this.label4.Size = new System.Drawing.Size(112, 15);
  101. this.label4.TabIndex = 7;
  102. this.label4.Text = "图框所在图层:";
  103. //
  104. // comboBox_blc
  105. //
  106. this.comboBox_blc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  107. this.comboBox_blc.FormattingEnabled = true;
  108. this.comboBox_blc.Items.AddRange(new object[] {
  109. "1:500",
  110. "1:1000",
  111. "1:2000",
  112. "1:5000",
  113. "1:10000"});
  114. this.comboBox_blc.Location = new System.Drawing.Point(189, 157);
  115. this.comboBox_blc.Name = "comboBox_blc";
  116. this.comboBox_blc.Size = new System.Drawing.Size(173, 23);
  117. this.comboBox_blc.TabIndex = 10;
  118. //
  119. // label5
  120. //
  121. this.label5.AutoSize = true;
  122. this.label5.Location = new System.Drawing.Point(116, 160);
  123. this.label5.Name = "label5";
  124. this.label5.Size = new System.Drawing.Size(67, 15);
  125. this.label5.TabIndex = 9;
  126. this.label5.Text = "比例尺:";
  127. //
  128. // JQXLabel_grid
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.ClientSize = new System.Drawing.Size(437, 320);
  133. this.Controls.Add(this.comboBox_blc);
  134. this.Controls.Add(this.label5);
  135. this.Controls.Add(this.comboBox_tk);
  136. this.Controls.Add(this.label4);
  137. this.Controls.Add(this.button_ok);
  138. this.Controls.Add(this.comboBox_bz);
  139. this.Controls.Add(this.comboBox_jqx);
  140. this.Controls.Add(this.label3);
  141. this.Controls.Add(this.label2);
  142. this.Name = "JQXLabel_grid";
  143. this.Text = "计曲线高程标注(网格版)";
  144. this.Load += new System.EventHandler(this.JQXLabel_grid_Load);
  145. this.ResumeLayout(false);
  146. this.PerformLayout();
  147. }
  148. #endregion
  149. private System.Windows.Forms.Label label2;
  150. private System.Windows.Forms.Label label3;
  151. private System.Windows.Forms.ComboBox comboBox_jqx;
  152. private System.Windows.Forms.ComboBox comboBox_bz;
  153. private System.Windows.Forms.Button button_ok;
  154. private System.Windows.Forms.ComboBox comboBox_tk;
  155. private System.Windows.Forms.Label label4;
  156. private System.Windows.Forms.ComboBox comboBox_blc;
  157. private System.Windows.Forms.Label label5;
  158. }
  159. }