工具箱相关
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 9.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. 
  2. namespace CADTools
  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.label1 = new System.Windows.Forms.Label();
  39. this.comboBox_sqx = new System.Windows.Forms.ComboBox();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.textBox_decimal = new System.Windows.Forms.TextBox();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.SuspendLayout();
  44. //
  45. // label2
  46. //
  47. this.label2.AutoSize = true;
  48. this.label2.Location = new System.Drawing.Point(56, 42);
  49. this.label2.Name = "label2";
  50. this.label2.Size = new System.Drawing.Size(127, 15);
  51. this.label2.TabIndex = 1;
  52. this.label2.Text = "计曲线所在图层:";
  53. //
  54. // label3
  55. //
  56. this.label3.AutoSize = true;
  57. this.label3.Location = new System.Drawing.Point(68, 266);
  58. this.label3.Name = "label3";
  59. this.label3.Size = new System.Drawing.Size(112, 15);
  60. this.label3.TabIndex = 2;
  61. this.label3.Text = "标注所在图层:";
  62. //
  63. // comboBox_jqx
  64. //
  65. this.comboBox_jqx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  66. this.comboBox_jqx.FormattingEnabled = true;
  67. this.comboBox_jqx.Location = new System.Drawing.Point(189, 39);
  68. this.comboBox_jqx.Name = "comboBox_jqx";
  69. this.comboBox_jqx.Size = new System.Drawing.Size(173, 23);
  70. this.comboBox_jqx.TabIndex = 4;
  71. //
  72. // comboBox_bz
  73. //
  74. this.comboBox_bz.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  75. this.comboBox_bz.FormattingEnabled = true;
  76. this.comboBox_bz.Location = new System.Drawing.Point(186, 263);
  77. this.comboBox_bz.Name = "comboBox_bz";
  78. this.comboBox_bz.Size = new System.Drawing.Size(173, 23);
  79. this.comboBox_bz.TabIndex = 5;
  80. //
  81. // button_ok
  82. //
  83. this.button_ok.Location = new System.Drawing.Point(162, 346);
  84. this.button_ok.Name = "button_ok";
  85. this.button_ok.Size = new System.Drawing.Size(75, 31);
  86. this.button_ok.TabIndex = 6;
  87. this.button_ok.Text = "确 定";
  88. this.button_ok.UseVisualStyleBackColor = true;
  89. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  90. //
  91. // comboBox_tk
  92. //
  93. this.comboBox_tk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  94. this.comboBox_tk.FormattingEnabled = true;
  95. this.comboBox_tk.Location = new System.Drawing.Point(186, 149);
  96. this.comboBox_tk.Name = "comboBox_tk";
  97. this.comboBox_tk.Size = new System.Drawing.Size(173, 23);
  98. this.comboBox_tk.TabIndex = 8;
  99. //
  100. // label4
  101. //
  102. this.label4.AutoSize = true;
  103. this.label4.Location = new System.Drawing.Point(68, 152);
  104. this.label4.Name = "label4";
  105. this.label4.Size = new System.Drawing.Size(112, 15);
  106. this.label4.TabIndex = 7;
  107. this.label4.Text = "图框所在图层:";
  108. //
  109. // comboBox_blc
  110. //
  111. this.comboBox_blc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  112. this.comboBox_blc.FormattingEnabled = true;
  113. this.comboBox_blc.Items.AddRange(new object[] {
  114. "1:500",
  115. "1:1000",
  116. "1:2000",
  117. "1:5000",
  118. "1:10000"});
  119. this.comboBox_blc.Location = new System.Drawing.Point(186, 207);
  120. this.comboBox_blc.Name = "comboBox_blc";
  121. this.comboBox_blc.Size = new System.Drawing.Size(173, 23);
  122. this.comboBox_blc.TabIndex = 10;
  123. //
  124. // label5
  125. //
  126. this.label5.AutoSize = true;
  127. this.label5.Location = new System.Drawing.Point(113, 210);
  128. this.label5.Name = "label5";
  129. this.label5.Size = new System.Drawing.Size(67, 15);
  130. this.label5.TabIndex = 9;
  131. this.label5.Text = "比例尺:";
  132. //
  133. // label1
  134. //
  135. this.label1.AutoSize = true;
  136. this.label1.Location = new System.Drawing.Point(59, 94);
  137. this.label1.Name = "label1";
  138. this.label1.Size = new System.Drawing.Size(127, 15);
  139. this.label1.TabIndex = 11;
  140. this.label1.Text = "首曲线所在图层:";
  141. //
  142. // comboBox_sqx
  143. //
  144. this.comboBox_sqx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  145. this.comboBox_sqx.FormattingEnabled = true;
  146. this.comboBox_sqx.Location = new System.Drawing.Point(189, 94);
  147. this.comboBox_sqx.Name = "comboBox_sqx";
  148. this.comboBox_sqx.Size = new System.Drawing.Size(173, 23);
  149. this.comboBox_sqx.TabIndex = 12;
  150. //
  151. // label6
  152. //
  153. this.label6.AutoSize = true;
  154. this.label6.Location = new System.Drawing.Point(130, 306);
  155. this.label6.Name = "label6";
  156. this.label6.Size = new System.Drawing.Size(37, 15);
  157. this.label6.TabIndex = 13;
  158. this.label6.Text = "保留";
  159. //
  160. // textBox_decimal
  161. //
  162. this.textBox_decimal.Location = new System.Drawing.Point(173, 303);
  163. this.textBox_decimal.Name = "textBox_decimal";
  164. this.textBox_decimal.Size = new System.Drawing.Size(42, 25);
  165. this.textBox_decimal.TabIndex = 14;
  166. //
  167. // label7
  168. //
  169. this.label7.AutoSize = true;
  170. this.label7.Location = new System.Drawing.Point(221, 306);
  171. this.label7.Name = "label7";
  172. this.label7.Size = new System.Drawing.Size(52, 15);
  173. this.label7.TabIndex = 15;
  174. this.label7.Text = "位小数";
  175. //
  176. // JQXLabel_grid
  177. //
  178. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  179. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  180. this.ClientSize = new System.Drawing.Size(484, 413);
  181. this.Controls.Add(this.label7);
  182. this.Controls.Add(this.textBox_decimal);
  183. this.Controls.Add(this.label6);
  184. this.Controls.Add(this.comboBox_sqx);
  185. this.Controls.Add(this.label1);
  186. this.Controls.Add(this.comboBox_blc);
  187. this.Controls.Add(this.label5);
  188. this.Controls.Add(this.comboBox_tk);
  189. this.Controls.Add(this.label4);
  190. this.Controls.Add(this.button_ok);
  191. this.Controls.Add(this.comboBox_bz);
  192. this.Controls.Add(this.comboBox_jqx);
  193. this.Controls.Add(this.label3);
  194. this.Controls.Add(this.label2);
  195. this.Name = "JQXLabel_grid";
  196. this.Text = "计曲线高程标注(网格版)";
  197. this.Load += new System.EventHandler(this.JQXLabel_grid_Load);
  198. this.ResumeLayout(false);
  199. this.PerformLayout();
  200. }
  201. #endregion
  202. private System.Windows.Forms.Label label2;
  203. private System.Windows.Forms.Label label3;
  204. private System.Windows.Forms.ComboBox comboBox_jqx;
  205. private System.Windows.Forms.ComboBox comboBox_bz;
  206. private System.Windows.Forms.Button button_ok;
  207. private System.Windows.Forms.ComboBox comboBox_tk;
  208. private System.Windows.Forms.Label label4;
  209. private System.Windows.Forms.ComboBox comboBox_blc;
  210. private System.Windows.Forms.Label label5;
  211. private System.Windows.Forms.Label label1;
  212. private System.Windows.Forms.ComboBox comboBox_sqx;
  213. private System.Windows.Forms.Label label6;
  214. private System.Windows.Forms.TextBox textBox_decimal;
  215. private System.Windows.Forms.Label label7;
  216. }
  217. }