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

Conn.Designer.cs 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. 
  2. namespace HCTools
  3. {
  4. partial class Conn
  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.comboBox_blc = new System.Windows.Forms.ComboBox();
  30. this.label_Blc = 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.comboBox_jqx = new System.Windows.Forms.ComboBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.comboBox_sqx = new System.Windows.Forms.ComboBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // comboBox_blc
  40. //
  41. this.comboBox_blc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  42. this.comboBox_blc.FormattingEnabled = true;
  43. this.comboBox_blc.Items.AddRange(new object[] {
  44. "1:500",
  45. "1:1000",
  46. "1:2000",
  47. "1:5000"});
  48. this.comboBox_blc.Location = new System.Drawing.Point(186, 28);
  49. this.comboBox_blc.Margin = new System.Windows.Forms.Padding(4);
  50. this.comboBox_blc.Name = "comboBox_blc";
  51. this.comboBox_blc.Size = new System.Drawing.Size(160, 23);
  52. this.comboBox_blc.TabIndex = 53;
  53. //
  54. // label_Blc
  55. //
  56. this.label_Blc.AutoSize = true;
  57. this.label_Blc.Location = new System.Drawing.Point(83, 31);
  58. this.label_Blc.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  59. this.label_Blc.Name = "label_Blc";
  60. this.label_Blc.Size = new System.Drawing.Size(97, 15);
  61. this.label_Blc.TabIndex = 52;
  62. this.label_Blc.Text = "比例尺选择:";
  63. //
  64. // btn_Cancel
  65. //
  66. this.btn_Cancel.Location = new System.Drawing.Point(246, 167);
  67. this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4);
  68. this.btn_Cancel.Name = "btn_Cancel";
  69. this.btn_Cancel.Size = new System.Drawing.Size(100, 29);
  70. this.btn_Cancel.TabIndex = 55;
  71. this.btn_Cancel.Text = "取 消";
  72. this.btn_Cancel.UseVisualStyleBackColor = true;
  73. //
  74. // btn_OK
  75. //
  76. this.btn_OK.Location = new System.Drawing.Point(83, 167);
  77. this.btn_OK.Margin = new System.Windows.Forms.Padding(4);
  78. this.btn_OK.Name = "btn_OK";
  79. this.btn_OK.Size = new System.Drawing.Size(100, 29);
  80. this.btn_OK.TabIndex = 54;
  81. this.btn_OK.Text = "确 定";
  82. this.btn_OK.UseVisualStyleBackColor = true;
  83. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  84. //
  85. // comboBox_jqx
  86. //
  87. this.comboBox_jqx.FormattingEnabled = true;
  88. this.comboBox_jqx.Location = new System.Drawing.Point(186, 77);
  89. this.comboBox_jqx.Name = "comboBox_jqx";
  90. this.comboBox_jqx.Size = new System.Drawing.Size(160, 23);
  91. this.comboBox_jqx.TabIndex = 59;
  92. //
  93. // label2
  94. //
  95. this.label2.AutoSize = true;
  96. this.label2.Location = new System.Drawing.Point(83, 80);
  97. this.label2.Name = "label2";
  98. this.label2.Size = new System.Drawing.Size(97, 15);
  99. this.label2.TabIndex = 58;
  100. this.label2.Text = "计曲线图层:";
  101. //
  102. // comboBox_sqx
  103. //
  104. this.comboBox_sqx.FormattingEnabled = true;
  105. this.comboBox_sqx.Location = new System.Drawing.Point(186, 123);
  106. this.comboBox_sqx.Name = "comboBox_sqx";
  107. this.comboBox_sqx.Size = new System.Drawing.Size(160, 23);
  108. this.comboBox_sqx.TabIndex = 61;
  109. //
  110. // label1
  111. //
  112. this.label1.AutoSize = true;
  113. this.label1.Location = new System.Drawing.Point(83, 126);
  114. this.label1.Name = "label1";
  115. this.label1.Size = new System.Drawing.Size(97, 15);
  116. this.label1.TabIndex = 60;
  117. this.label1.Text = "首曲线图层:";
  118. //
  119. // Conn
  120. //
  121. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  122. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  123. this.ClientSize = new System.Drawing.Size(432, 223);
  124. this.Controls.Add(this.comboBox_sqx);
  125. this.Controls.Add(this.label1);
  126. this.Controls.Add(this.comboBox_jqx);
  127. this.Controls.Add(this.label2);
  128. this.Controls.Add(this.btn_Cancel);
  129. this.Controls.Add(this.btn_OK);
  130. this.Controls.Add(this.comboBox_blc);
  131. this.Controls.Add(this.label_Blc);
  132. this.Name = "Conn";
  133. this.Text = "线相交检查";
  134. this.Load += new System.EventHandler(this.Conn_Load);
  135. this.ResumeLayout(false);
  136. this.PerformLayout();
  137. }
  138. #endregion
  139. private System.Windows.Forms.ComboBox comboBox_blc;
  140. private System.Windows.Forms.Label label_Blc;
  141. private System.Windows.Forms.Button btn_Cancel;
  142. private System.Windows.Forms.Button btn_OK;
  143. private System.Windows.Forms.ComboBox comboBox_jqx;
  144. private System.Windows.Forms.Label label2;
  145. private System.Windows.Forms.ComboBox comboBox_sqx;
  146. private System.Windows.Forms.Label label1;
  147. }
  148. }