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

DeleteElept.Designer.cs 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. 
  2. namespace HCTools
  3. {
  4. partial class DeleteElept
  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.comboBox_gcd = new System.Windows.Forms.ComboBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.checkedListBox_ly = new System.Windows.Forms.CheckedListBox();
  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.comboBox_blc = new System.Windows.Forms.ComboBox();
  37. this.SuspendLayout();
  38. //
  39. // label1
  40. //
  41. this.label1.AutoSize = true;
  42. this.label1.Location = new System.Drawing.Point(54, 28);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(127, 15);
  45. this.label1.TabIndex = 0;
  46. this.label1.Text = "高程点所在图层:";
  47. //
  48. // comboBox_gcd
  49. //
  50. this.comboBox_gcd.FormattingEnabled = true;
  51. this.comboBox_gcd.Location = new System.Drawing.Point(180, 25);
  52. this.comboBox_gcd.Name = "comboBox_gcd";
  53. this.comboBox_gcd.Size = new System.Drawing.Size(222, 23);
  54. this.comboBox_gcd.TabIndex = 1;
  55. //
  56. // label2
  57. //
  58. this.label2.AutoSize = true;
  59. this.label2.Location = new System.Drawing.Point(16, 111);
  60. this.label2.Name = "label2";
  61. this.label2.Size = new System.Drawing.Size(202, 15);
  62. this.label2.TabIndex = 2;
  63. this.label2.Text = "需要删除内部高程点的图层:";
  64. //
  65. // checkedListBox_ly
  66. //
  67. this.checkedListBox_ly.FormattingEnabled = true;
  68. this.checkedListBox_ly.Location = new System.Drawing.Point(91, 140);
  69. this.checkedListBox_ly.Name = "checkedListBox_ly";
  70. this.checkedListBox_ly.Size = new System.Drawing.Size(379, 184);
  71. this.checkedListBox_ly.TabIndex = 3;
  72. //
  73. // button_ok
  74. //
  75. this.button_ok.Location = new System.Drawing.Point(133, 345);
  76. this.button_ok.Name = "button_ok";
  77. this.button_ok.Size = new System.Drawing.Size(75, 31);
  78. this.button_ok.TabIndex = 4;
  79. this.button_ok.Text = "确 定";
  80. this.button_ok.UseVisualStyleBackColor = true;
  81. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  82. //
  83. // button_cancel
  84. //
  85. this.button_cancel.Location = new System.Drawing.Point(355, 345);
  86. this.button_cancel.Name = "button_cancel";
  87. this.button_cancel.Size = new System.Drawing.Size(75, 31);
  88. this.button_cancel.TabIndex = 5;
  89. this.button_cancel.Text = "取 消";
  90. this.button_cancel.UseVisualStyleBackColor = true;
  91. this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
  92. //
  93. // label3
  94. //
  95. this.label3.AutoSize = true;
  96. this.label3.Location = new System.Drawing.Point(114, 66);
  97. this.label3.Name = "label3";
  98. this.label3.Size = new System.Drawing.Size(67, 15);
  99. this.label3.TabIndex = 6;
  100. this.label3.Text = "比例尺:";
  101. //
  102. // comboBox_blc
  103. //
  104. this.comboBox_blc.FormattingEnabled = true;
  105. this.comboBox_blc.Items.AddRange(new object[] {
  106. "1:500",
  107. "1:1000",
  108. "1:2000",
  109. "1:5000"});
  110. this.comboBox_blc.Location = new System.Drawing.Point(180, 63);
  111. this.comboBox_blc.Name = "comboBox_blc";
  112. this.comboBox_blc.Size = new System.Drawing.Size(222, 23);
  113. this.comboBox_blc.TabIndex = 7;
  114. //
  115. // DeleteElept
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.ClientSize = new System.Drawing.Size(535, 388);
  120. this.Controls.Add(this.comboBox_blc);
  121. this.Controls.Add(this.label3);
  122. this.Controls.Add(this.button_cancel);
  123. this.Controls.Add(this.button_ok);
  124. this.Controls.Add(this.checkedListBox_ly);
  125. this.Controls.Add(this.label2);
  126. this.Controls.Add(this.comboBox_gcd);
  127. this.Controls.Add(this.label1);
  128. this.Name = "DeleteElept";
  129. this.Text = "删除内部高程点";
  130. this.Load += new System.EventHandler(this.DeleteElept_Load);
  131. this.ResumeLayout(false);
  132. this.PerformLayout();
  133. }
  134. #endregion
  135. private System.Windows.Forms.Label label1;
  136. private System.Windows.Forms.ComboBox comboBox_gcd;
  137. private System.Windows.Forms.Label label2;
  138. private System.Windows.Forms.CheckedListBox checkedListBox_ly;
  139. private System.Windows.Forms.Button button_ok;
  140. private System.Windows.Forms.Button button_cancel;
  141. private System.Windows.Forms.Label label3;
  142. private System.Windows.Forms.ComboBox comboBox_blc;
  143. }
  144. }