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

Joinedge_Form.Designer.cs 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. 
  2. namespace HCTools
  3. {
  4. partial class Joinedge_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.comboBox_tk = new System.Windows.Forms.ComboBox();
  31. this.button_ok = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.textBox_sele = new System.Windows.Forms.TextBox();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Location = new System.Drawing.Point(61, 38);
  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. // comboBox_tk
  46. //
  47. this.comboBox_tk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  48. this.comboBox_tk.FormattingEnabled = true;
  49. this.comboBox_tk.Location = new System.Drawing.Point(206, 35);
  50. this.comboBox_tk.Name = "comboBox_tk";
  51. this.comboBox_tk.Size = new System.Drawing.Size(158, 23);
  52. this.comboBox_tk.TabIndex = 1;
  53. //
  54. // button_ok
  55. //
  56. this.button_ok.Location = new System.Drawing.Point(181, 137);
  57. this.button_ok.Name = "button_ok";
  58. this.button_ok.Size = new System.Drawing.Size(75, 31);
  59. this.button_ok.TabIndex = 2;
  60. this.button_ok.Text = "确 定";
  61. this.button_ok.UseVisualStyleBackColor = true;
  62. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  63. //
  64. // label2
  65. //
  66. this.label2.AutoSize = true;
  67. this.label2.Location = new System.Drawing.Point(64, 91);
  68. this.label2.Name = "label2";
  69. this.label2.Size = new System.Drawing.Size(82, 15);
  70. this.label2.TabIndex = 3;
  71. this.label2.Text = "搜索阈值:";
  72. //
  73. // textBox_sele
  74. //
  75. this.textBox_sele.Location = new System.Drawing.Point(206, 88);
  76. this.textBox_sele.Name = "textBox_sele";
  77. this.textBox_sele.Size = new System.Drawing.Size(100, 25);
  78. this.textBox_sele.TabIndex = 4;
  79. this.textBox_sele.Text = "0.001";
  80. //
  81. // Joinedge_Form
  82. //
  83. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  84. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  85. this.ClientSize = new System.Drawing.Size(475, 206);
  86. this.Controls.Add(this.textBox_sele);
  87. this.Controls.Add(this.label2);
  88. this.Controls.Add(this.button_ok);
  89. this.Controls.Add(this.comboBox_tk);
  90. this.Controls.Add(this.label1);
  91. this.Name = "Joinedge_Form";
  92. this.Text = "图幅接边";
  93. this.Load += new System.EventHandler(this.Joinedge_Form_Load);
  94. this.ResumeLayout(false);
  95. this.PerformLayout();
  96. }
  97. #endregion
  98. private System.Windows.Forms.Label label1;
  99. private System.Windows.Forms.ComboBox comboBox_tk;
  100. private System.Windows.Forms.Button button_ok;
  101. private System.Windows.Forms.Label label2;
  102. private System.Windows.Forms.TextBox textBox_sele;
  103. }
  104. }