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

PtCheck.Designer.cs 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. 
  2. namespace HCTools
  3. {
  4. partial class PtCheck
  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.label_ElePoint = new System.Windows.Forms.Label();
  30. this.comboBox_blc = new System.Windows.Forms.ComboBox();
  31. this.label_Blc = new System.Windows.Forms.Label();
  32. this.comboBox_ElePoint = new System.Windows.Forms.ComboBox();
  33. this.btn_Cancel = new System.Windows.Forms.Button();
  34. this.btn_OK = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // label_ElePoint
  38. //
  39. this.label_ElePoint.AutoSize = true;
  40. this.label_ElePoint.Location = new System.Drawing.Point(58, 38);
  41. this.label_ElePoint.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  42. this.label_ElePoint.Name = "label_ElePoint";
  43. this.label_ElePoint.Size = new System.Drawing.Size(157, 15);
  44. this.label_ElePoint.TabIndex = 52;
  45. this.label_ElePoint.Text = "高程点所在图层选择:";
  46. //
  47. // comboBox_blc
  48. //
  49. this.comboBox_blc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  50. this.comboBox_blc.FormattingEnabled = true;
  51. this.comboBox_blc.Items.AddRange(new object[] {
  52. "1:500",
  53. "1:1000",
  54. "1:2000",
  55. "1:5000"});
  56. this.comboBox_blc.Location = new System.Drawing.Point(221, 93);
  57. this.comboBox_blc.Margin = new System.Windows.Forms.Padding(4);
  58. this.comboBox_blc.Name = "comboBox_blc";
  59. this.comboBox_blc.Size = new System.Drawing.Size(160, 23);
  60. this.comboBox_blc.TabIndex = 59;
  61. //
  62. // label_Blc
  63. //
  64. this.label_Blc.AutoSize = true;
  65. this.label_Blc.Location = new System.Drawing.Point(116, 96);
  66. this.label_Blc.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  67. this.label_Blc.Name = "label_Blc";
  68. this.label_Blc.Size = new System.Drawing.Size(97, 15);
  69. this.label_Blc.TabIndex = 58;
  70. this.label_Blc.Text = "比例尺选择:";
  71. //
  72. // comboBox_ElePoint
  73. //
  74. this.comboBox_ElePoint.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  75. this.comboBox_ElePoint.FormattingEnabled = true;
  76. this.comboBox_ElePoint.Location = new System.Drawing.Point(221, 35);
  77. this.comboBox_ElePoint.Margin = new System.Windows.Forms.Padding(4);
  78. this.comboBox_ElePoint.MaxDropDownItems = 30;
  79. this.comboBox_ElePoint.Name = "comboBox_ElePoint";
  80. this.comboBox_ElePoint.Size = new System.Drawing.Size(160, 23);
  81. this.comboBox_ElePoint.TabIndex = 53;
  82. //
  83. // btn_Cancel
  84. //
  85. this.btn_Cancel.Location = new System.Drawing.Point(263, 154);
  86. this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4);
  87. this.btn_Cancel.Name = "btn_Cancel";
  88. this.btn_Cancel.Size = new System.Drawing.Size(100, 29);
  89. this.btn_Cancel.TabIndex = 61;
  90. this.btn_Cancel.Text = "取 消";
  91. this.btn_Cancel.UseVisualStyleBackColor = true;
  92. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  93. //
  94. // btn_OK
  95. //
  96. this.btn_OK.Location = new System.Drawing.Point(107, 154);
  97. this.btn_OK.Margin = new System.Windows.Forms.Padding(4);
  98. this.btn_OK.Name = "btn_OK";
  99. this.btn_OK.Size = new System.Drawing.Size(100, 29);
  100. this.btn_OK.TabIndex = 60;
  101. this.btn_OK.Text = "确 定";
  102. this.btn_OK.UseVisualStyleBackColor = true;
  103. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  104. //
  105. // PtCheck
  106. //
  107. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  108. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  109. this.ClientSize = new System.Drawing.Size(456, 206);
  110. this.Controls.Add(this.btn_Cancel);
  111. this.Controls.Add(this.btn_OK);
  112. this.Controls.Add(this.label_ElePoint);
  113. this.Controls.Add(this.comboBox_blc);
  114. this.Controls.Add(this.label_Blc);
  115. this.Controls.Add(this.comboBox_ElePoint);
  116. this.Name = "PtCheck";
  117. this.Text = "高程点检查";
  118. this.Load += new System.EventHandler(this.PtCheck_Load);
  119. this.ResumeLayout(false);
  120. this.PerformLayout();
  121. }
  122. #endregion
  123. private System.Windows.Forms.Label label_ElePoint;
  124. private System.Windows.Forms.ComboBox comboBox_blc;
  125. private System.Windows.Forms.Label label_Blc;
  126. private System.Windows.Forms.ComboBox comboBox_ElePoint;
  127. private System.Windows.Forms.Button btn_Cancel;
  128. private System.Windows.Forms.Button btn_OK;
  129. }
  130. }