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

CheckL.Designer.cs 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. 
  2. namespace HCTools
  3. {
  4. partial class CheckL
  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.textBox_Gap = new System.Windows.Forms.TextBox();
  30. this.label_Gap = new System.Windows.Forms.Label();
  31. this.btn_Cancel = new System.Windows.Forms.Button();
  32. this.btn_OK = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.comboBox_sqx = new System.Windows.Forms.ComboBox();
  36. this.comboBox_jqx = new System.Windows.Forms.ComboBox();
  37. this.SuspendLayout();
  38. //
  39. // textBox_Gap
  40. //
  41. this.textBox_Gap.Location = new System.Drawing.Point(167, 127);
  42. this.textBox_Gap.Name = "textBox_Gap";
  43. this.textBox_Gap.Size = new System.Drawing.Size(169, 25);
  44. this.textBox_Gap.TabIndex = 3;
  45. //
  46. // label_Gap
  47. //
  48. this.label_Gap.AutoSize = true;
  49. this.label_Gap.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.label_Gap.Location = new System.Drawing.Point(94, 130);
  51. this.label_Gap.Name = "label_Gap";
  52. this.label_Gap.Size = new System.Drawing.Size(67, 15);
  53. this.label_Gap.TabIndex = 2;
  54. this.label_Gap.Text = "等高距:";
  55. //
  56. // btn_Cancel
  57. //
  58. this.btn_Cancel.Location = new System.Drawing.Point(255, 171);
  59. this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4);
  60. this.btn_Cancel.Name = "btn_Cancel";
  61. this.btn_Cancel.Size = new System.Drawing.Size(100, 29);
  62. this.btn_Cancel.TabIndex = 34;
  63. this.btn_Cancel.Text = "取 消";
  64. this.btn_Cancel.UseVisualStyleBackColor = true;
  65. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  66. //
  67. // btn_OK
  68. //
  69. this.btn_OK.Location = new System.Drawing.Point(77, 171);
  70. this.btn_OK.Margin = new System.Windows.Forms.Padding(4);
  71. this.btn_OK.Name = "btn_OK";
  72. this.btn_OK.Size = new System.Drawing.Size(100, 29);
  73. this.btn_OK.TabIndex = 33;
  74. this.btn_OK.Text = "确 定";
  75. this.btn_OK.UseVisualStyleBackColor = true;
  76. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  77. //
  78. // label1
  79. //
  80. this.label1.AutoSize = true;
  81. this.label1.Location = new System.Drawing.Point(64, 25);
  82. this.label1.Name = "label1";
  83. this.label1.Size = new System.Drawing.Size(97, 15);
  84. this.label1.TabIndex = 35;
  85. this.label1.Text = "首曲线图层:";
  86. //
  87. // label2
  88. //
  89. this.label2.AutoSize = true;
  90. this.label2.Location = new System.Drawing.Point(64, 74);
  91. this.label2.Name = "label2";
  92. this.label2.Size = new System.Drawing.Size(97, 15);
  93. this.label2.TabIndex = 36;
  94. this.label2.Text = "计曲线图层:";
  95. //
  96. // comboBox_sqx
  97. //
  98. this.comboBox_sqx.FormattingEnabled = true;
  99. this.comboBox_sqx.Location = new System.Drawing.Point(167, 22);
  100. this.comboBox_sqx.Name = "comboBox_sqx";
  101. this.comboBox_sqx.Size = new System.Drawing.Size(169, 23);
  102. this.comboBox_sqx.TabIndex = 37;
  103. //
  104. // comboBox_jqx
  105. //
  106. this.comboBox_jqx.FormattingEnabled = true;
  107. this.comboBox_jqx.Location = new System.Drawing.Point(167, 71);
  108. this.comboBox_jqx.Name = "comboBox_jqx";
  109. this.comboBox_jqx.Size = new System.Drawing.Size(169, 23);
  110. this.comboBox_jqx.TabIndex = 38;
  111. //
  112. // CheckL
  113. //
  114. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  115. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  116. this.ClientSize = new System.Drawing.Size(434, 213);
  117. this.Controls.Add(this.comboBox_jqx);
  118. this.Controls.Add(this.comboBox_sqx);
  119. this.Controls.Add(this.label2);
  120. this.Controls.Add(this.label1);
  121. this.Controls.Add(this.btn_Cancel);
  122. this.Controls.Add(this.btn_OK);
  123. this.Controls.Add(this.textBox_Gap);
  124. this.Controls.Add(this.label_Gap);
  125. this.Name = "CheckL";
  126. this.Text = "等高线检查";
  127. this.Load += new System.EventHandler(this.CheckL_Load);
  128. this.ResumeLayout(false);
  129. this.PerformLayout();
  130. }
  131. #endregion
  132. private System.Windows.Forms.TextBox textBox_Gap;
  133. private System.Windows.Forms.Label label_Gap;
  134. private System.Windows.Forms.Button btn_Cancel;
  135. private System.Windows.Forms.Button btn_OK;
  136. private System.Windows.Forms.Label label1;
  137. private System.Windows.Forms.Label label2;
  138. private System.Windows.Forms.ComboBox comboBox_sqx;
  139. private System.Windows.Forms.ComboBox comboBox_jqx;
  140. }
  141. }