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

EleptDensity.Designer.cs 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. 
  2. namespace HCTools
  3. {
  4. partial class EleptDensity
  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.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.comboBox_ptLayer = new System.Windows.Forms.ComboBox();
  32. this.comboBox_gw = new System.Windows.Forms.ComboBox();
  33. this.button_ok = new System.Windows.Forms.Button();
  34. this.button_cancel = new System.Windows.Forms.Button();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.textBox_density = new System.Windows.Forms.TextBox();
  37. this.checkBox_upon = new System.Windows.Forms.CheckBox();
  38. this.checkBox_below = new System.Windows.Forms.CheckBox();
  39. this.SuspendLayout();
  40. //
  41. // label1
  42. //
  43. this.label1.AutoSize = true;
  44. this.label1.Location = new System.Drawing.Point(51, 26);
  45. this.label1.Name = "label1";
  46. this.label1.Size = new System.Drawing.Size(127, 15);
  47. this.label1.TabIndex = 0;
  48. this.label1.Text = "高程点所在图层:";
  49. //
  50. // label2
  51. //
  52. this.label2.AutoSize = true;
  53. this.label2.Location = new System.Drawing.Point(66, 75);
  54. this.label2.Name = "label2";
  55. this.label2.Size = new System.Drawing.Size(112, 15);
  56. this.label2.TabIndex = 1;
  57. this.label2.Text = "格网所在图层:";
  58. //
  59. // comboBox_ptLayer
  60. //
  61. this.comboBox_ptLayer.FormattingEnabled = true;
  62. this.comboBox_ptLayer.Location = new System.Drawing.Point(184, 23);
  63. this.comboBox_ptLayer.Name = "comboBox_ptLayer";
  64. this.comboBox_ptLayer.Size = new System.Drawing.Size(197, 23);
  65. this.comboBox_ptLayer.TabIndex = 2;
  66. //
  67. // comboBox_gw
  68. //
  69. this.comboBox_gw.FormattingEnabled = true;
  70. this.comboBox_gw.Location = new System.Drawing.Point(184, 72);
  71. this.comboBox_gw.Name = "comboBox_gw";
  72. this.comboBox_gw.Size = new System.Drawing.Size(197, 23);
  73. this.comboBox_gw.TabIndex = 3;
  74. //
  75. // button_ok
  76. //
  77. this.button_ok.Location = new System.Drawing.Point(99, 167);
  78. this.button_ok.Name = "button_ok";
  79. this.button_ok.Size = new System.Drawing.Size(75, 29);
  80. this.button_ok.TabIndex = 6;
  81. this.button_ok.Text = "确 定";
  82. this.button_ok.UseVisualStyleBackColor = true;
  83. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  84. //
  85. // button_cancel
  86. //
  87. this.button_cancel.Location = new System.Drawing.Point(289, 167);
  88. this.button_cancel.Name = "button_cancel";
  89. this.button_cancel.Size = new System.Drawing.Size(75, 29);
  90. this.button_cancel.TabIndex = 7;
  91. this.button_cancel.Text = "取 消";
  92. this.button_cancel.UseVisualStyleBackColor = true;
  93. this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
  94. //
  95. // label3
  96. //
  97. this.label3.AutoSize = true;
  98. this.label3.Location = new System.Drawing.Point(45, 128);
  99. this.label3.Name = "label3";
  100. this.label3.Size = new System.Drawing.Size(52, 15);
  101. this.label3.TabIndex = 8;
  102. this.label3.Text = "密度:";
  103. //
  104. // textBox_density
  105. //
  106. this.textBox_density.Location = new System.Drawing.Point(103, 122);
  107. this.textBox_density.Name = "textBox_density";
  108. this.textBox_density.Size = new System.Drawing.Size(100, 25);
  109. this.textBox_density.TabIndex = 9;
  110. //
  111. // checkBox_upon
  112. //
  113. this.checkBox_upon.AutoSize = true;
  114. this.checkBox_upon.Location = new System.Drawing.Point(345, 124);
  115. this.checkBox_upon.Name = "checkBox_upon";
  116. this.checkBox_upon.Size = new System.Drawing.Size(89, 19);
  117. this.checkBox_upon.TabIndex = 10;
  118. this.checkBox_upon.Text = "大于密度";
  119. this.checkBox_upon.UseVisualStyleBackColor = true;
  120. //
  121. // checkBox_below
  122. //
  123. this.checkBox_below.AutoSize = true;
  124. this.checkBox_below.Location = new System.Drawing.Point(235, 124);
  125. this.checkBox_below.Name = "checkBox_below";
  126. this.checkBox_below.Size = new System.Drawing.Size(89, 19);
  127. this.checkBox_below.TabIndex = 11;
  128. this.checkBox_below.Text = "小于密度";
  129. this.checkBox_below.UseVisualStyleBackColor = true;
  130. //
  131. // EleptDensity
  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(468, 219);
  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 = "EleptDensity";
  147. this.Text = "高程点密度检查";
  148. this.Load += new System.EventHandler(this.EleptDensity_Load);
  149. this.ResumeLayout(false);
  150. this.PerformLayout();
  151. }
  152. #endregion
  153. private System.Windows.Forms.Label label1;
  154. private System.Windows.Forms.Label label2;
  155. private System.Windows.Forms.ComboBox comboBox_ptLayer;
  156. private System.Windows.Forms.ComboBox comboBox_gw;
  157. private System.Windows.Forms.Button button_ok;
  158. private System.Windows.Forms.Button button_cancel;
  159. private System.Windows.Forms.Label label3;
  160. private System.Windows.Forms.TextBox textBox_density;
  161. private System.Windows.Forms.CheckBox checkBox_upon;
  162. private System.Windows.Forms.CheckBox checkBox_below;
  163. }
  164. }