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

DgxAnno.Designer.cs 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. 
  2. namespace HCTools
  3. {
  4. partial class DgxAnno
  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.checkBox_below = new System.Windows.Forms.CheckBox();
  30. this.checkBox_upon = new System.Windows.Forms.CheckBox();
  31. this.textBox_density = new System.Windows.Forms.TextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.button_cancel = new System.Windows.Forms.Button();
  34. this.button_ok = new System.Windows.Forms.Button();
  35. this.comboBox_gw = new System.Windows.Forms.ComboBox();
  36. this.comboBox_ptLayer = new System.Windows.Forms.ComboBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.SuspendLayout();
  40. //
  41. // checkBox_below
  42. //
  43. this.checkBox_below.AutoSize = true;
  44. this.checkBox_below.Location = new System.Drawing.Point(236, 135);
  45. this.checkBox_below.Name = "checkBox_below";
  46. this.checkBox_below.Size = new System.Drawing.Size(89, 19);
  47. this.checkBox_below.TabIndex = 21;
  48. this.checkBox_below.Text = "小于密度";
  49. this.checkBox_below.UseVisualStyleBackColor = true;
  50. //
  51. // checkBox_upon
  52. //
  53. this.checkBox_upon.AutoSize = true;
  54. this.checkBox_upon.Location = new System.Drawing.Point(346, 135);
  55. this.checkBox_upon.Name = "checkBox_upon";
  56. this.checkBox_upon.Size = new System.Drawing.Size(89, 19);
  57. this.checkBox_upon.TabIndex = 20;
  58. this.checkBox_upon.Text = "大于密度";
  59. this.checkBox_upon.UseVisualStyleBackColor = true;
  60. //
  61. // textBox_density
  62. //
  63. this.textBox_density.Location = new System.Drawing.Point(104, 133);
  64. this.textBox_density.Name = "textBox_density";
  65. this.textBox_density.Size = new System.Drawing.Size(100, 25);
  66. this.textBox_density.TabIndex = 19;
  67. //
  68. // label3
  69. //
  70. this.label3.AutoSize = true;
  71. this.label3.Location = new System.Drawing.Point(46, 139);
  72. this.label3.Name = "label3";
  73. this.label3.Size = new System.Drawing.Size(52, 15);
  74. this.label3.TabIndex = 18;
  75. this.label3.Text = "密度:";
  76. //
  77. // button_cancel
  78. //
  79. this.button_cancel.Location = new System.Drawing.Point(290, 178);
  80. this.button_cancel.Name = "button_cancel";
  81. this.button_cancel.Size = new System.Drawing.Size(75, 29);
  82. this.button_cancel.TabIndex = 17;
  83. this.button_cancel.Text = "取 消";
  84. this.button_cancel.UseVisualStyleBackColor = true;
  85. this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
  86. //
  87. // button_ok
  88. //
  89. this.button_ok.Location = new System.Drawing.Point(100, 178);
  90. this.button_ok.Name = "button_ok";
  91. this.button_ok.Size = new System.Drawing.Size(75, 29);
  92. this.button_ok.TabIndex = 16;
  93. this.button_ok.Text = "确 定";
  94. this.button_ok.UseVisualStyleBackColor = true;
  95. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  96. //
  97. // comboBox_gw
  98. //
  99. this.comboBox_gw.FormattingEnabled = true;
  100. this.comboBox_gw.Location = new System.Drawing.Point(185, 83);
  101. this.comboBox_gw.Name = "comboBox_gw";
  102. this.comboBox_gw.Size = new System.Drawing.Size(197, 23);
  103. this.comboBox_gw.TabIndex = 15;
  104. //
  105. // comboBox_ptLayer
  106. //
  107. this.comboBox_ptLayer.FormattingEnabled = true;
  108. this.comboBox_ptLayer.Location = new System.Drawing.Point(185, 34);
  109. this.comboBox_ptLayer.Name = "comboBox_ptLayer";
  110. this.comboBox_ptLayer.Size = new System.Drawing.Size(197, 23);
  111. this.comboBox_ptLayer.TabIndex = 14;
  112. //
  113. // label2
  114. //
  115. this.label2.AutoSize = true;
  116. this.label2.Location = new System.Drawing.Point(67, 86);
  117. this.label2.Name = "label2";
  118. this.label2.Size = new System.Drawing.Size(112, 15);
  119. this.label2.TabIndex = 13;
  120. this.label2.Text = "格网所在图层:";
  121. //
  122. // label1
  123. //
  124. this.label1.AutoSize = true;
  125. this.label1.Location = new System.Drawing.Point(22, 37);
  126. this.label1.Name = "label1";
  127. this.label1.Size = new System.Drawing.Size(157, 15);
  128. this.label1.TabIndex = 12;
  129. this.label1.Text = "等高线注记所在图层:";
  130. //
  131. // DgxAnno
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.ClientSize = new System.Drawing.Size(478, 232);
  136. this.Controls.Add(this.checkBox_below);
  137. this.Controls.Add(this.checkBox_upon);
  138. this.Controls.Add(this.textBox_density);
  139. this.Controls.Add(this.label3);
  140. this.Controls.Add(this.button_cancel);
  141. this.Controls.Add(this.button_ok);
  142. this.Controls.Add(this.comboBox_gw);
  143. this.Controls.Add(this.comboBox_ptLayer);
  144. this.Controls.Add(this.label2);
  145. this.Controls.Add(this.label1);
  146. this.Name = "DgxAnno";
  147. this.Text = "等高线高程注记密度检查";
  148. this.Load += new System.EventHandler(this.DgxAnno_Load);
  149. this.ResumeLayout(false);
  150. this.PerformLayout();
  151. }
  152. #endregion
  153. private System.Windows.Forms.CheckBox checkBox_below;
  154. private System.Windows.Forms.CheckBox checkBox_upon;
  155. private System.Windows.Forms.TextBox textBox_density;
  156. private System.Windows.Forms.Label label3;
  157. private System.Windows.Forms.Button button_cancel;
  158. private System.Windows.Forms.Button button_ok;
  159. private System.Windows.Forms.ComboBox comboBox_gw;
  160. private System.Windows.Forms.ComboBox comboBox_ptLayer;
  161. private System.Windows.Forms.Label label2;
  162. private System.Windows.Forms.Label label1;
  163. }
  164. }