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

GCDdelete_Form.Designer.cs 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. 
  2. namespace HCTools
  3. {
  4. partial class GCDdelete_Form
  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.comboBox1 = new System.Windows.Forms.ComboBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.comboBox_blc = new System.Windows.Forms.ComboBox();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Location = new System.Drawing.Point(52, 93);
  40. this.label1.Name = "label1";
  41. this.label1.Size = new System.Drawing.Size(127, 15);
  42. this.label1.TabIndex = 0;
  43. this.label1.Text = "高程点所在图层:";
  44. //
  45. // comboBox1
  46. //
  47. this.comboBox1.FormattingEnabled = true;
  48. this.comboBox1.Location = new System.Drawing.Point(185, 90);
  49. this.comboBox1.Name = "comboBox1";
  50. this.comboBox1.Size = new System.Drawing.Size(172, 23);
  51. this.comboBox1.TabIndex = 1;
  52. //
  53. // button1
  54. //
  55. this.button1.Location = new System.Drawing.Point(176, 135);
  56. this.button1.Name = "button1";
  57. this.button1.Size = new System.Drawing.Size(67, 29);
  58. this.button1.TabIndex = 2;
  59. this.button1.Text = "确 定";
  60. this.button1.UseVisualStyleBackColor = true;
  61. this.button1.Click += new System.EventHandler(this.button1_Click);
  62. //
  63. // label2
  64. //
  65. this.label2.AutoSize = true;
  66. this.label2.Location = new System.Drawing.Point(112, 41);
  67. this.label2.Name = "label2";
  68. this.label2.Size = new System.Drawing.Size(67, 15);
  69. this.label2.TabIndex = 3;
  70. this.label2.Text = "比例尺:";
  71. //
  72. // comboBox_blc
  73. //
  74. this.comboBox_blc.FormattingEnabled = true;
  75. this.comboBox_blc.Items.AddRange(new object[] {
  76. "1:500",
  77. "1:2000",
  78. "1:5000",
  79. "1:10000"});
  80. this.comboBox_blc.Location = new System.Drawing.Point(185, 38);
  81. this.comboBox_blc.Name = "comboBox_blc";
  82. this.comboBox_blc.Size = new System.Drawing.Size(172, 23);
  83. this.comboBox_blc.TabIndex = 4;
  84. //
  85. // GCDdelete_Form
  86. //
  87. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  88. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  89. this.ClientSize = new System.Drawing.Size(427, 176);
  90. this.Controls.Add(this.comboBox_blc);
  91. this.Controls.Add(this.label2);
  92. this.Controls.Add(this.button1);
  93. this.Controls.Add(this.comboBox1);
  94. this.Controls.Add(this.label1);
  95. this.Name = "GCDdelete_Form";
  96. this.Text = "删除整数值高程点";
  97. this.Load += new System.EventHandler(this.GCDdelete_Form_Load);
  98. this.ResumeLayout(false);
  99. this.PerformLayout();
  100. }
  101. #endregion
  102. private System.Windows.Forms.Label label1;
  103. private System.Windows.Forms.ComboBox comboBox1;
  104. private System.Windows.Forms.Button button1;
  105. private System.Windows.Forms.Label label2;
  106. private System.Windows.Forms.ComboBox comboBox_blc;
  107. }
  108. }