工具箱相关
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

joinedge.Designer.cs 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. 
  2. namespace CutDGX
  3. {
  4. partial class joinedge
  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_sele = new System.Windows.Forms.TextBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.button_ok = new System.Windows.Forms.Button();
  32. this.comboBox_tk = new System.Windows.Forms.ComboBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // textBox_sele
  37. //
  38. this.textBox_sele.Location = new System.Drawing.Point(231, 90);
  39. this.textBox_sele.Name = "textBox_sele";
  40. this.textBox_sele.Size = new System.Drawing.Size(100, 25);
  41. this.textBox_sele.TabIndex = 9;
  42. this.textBox_sele.Text = "0.001";
  43. //
  44. // label2
  45. //
  46. this.label2.AutoSize = true;
  47. this.label2.Location = new System.Drawing.Point(89, 93);
  48. this.label2.Name = "label2";
  49. this.label2.Size = new System.Drawing.Size(82, 15);
  50. this.label2.TabIndex = 8;
  51. this.label2.Text = "搜索阈值:";
  52. //
  53. // button_ok
  54. //
  55. this.button_ok.Location = new System.Drawing.Point(206, 139);
  56. this.button_ok.Name = "button_ok";
  57. this.button_ok.Size = new System.Drawing.Size(75, 31);
  58. this.button_ok.TabIndex = 7;
  59. this.button_ok.Text = "确 定";
  60. this.button_ok.UseVisualStyleBackColor = true;
  61. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  62. //
  63. // comboBox_tk
  64. //
  65. this.comboBox_tk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  66. this.comboBox_tk.FormattingEnabled = true;
  67. this.comboBox_tk.Location = new System.Drawing.Point(231, 37);
  68. this.comboBox_tk.Name = "comboBox_tk";
  69. this.comboBox_tk.Size = new System.Drawing.Size(158, 23);
  70. this.comboBox_tk.TabIndex = 6;
  71. //
  72. // label1
  73. //
  74. this.label1.AutoSize = true;
  75. this.label1.Location = new System.Drawing.Point(86, 40);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(127, 15);
  78. this.label1.TabIndex = 5;
  79. this.label1.Text = "图幅框所在图层:";
  80. //
  81. // joinedge
  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(474, 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";
  92. this.Text = "图幅接边";
  93. this.Load += new System.EventHandler(this.joinedge_Load);
  94. this.ResumeLayout(false);
  95. this.PerformLayout();
  96. }
  97. #endregion
  98. private System.Windows.Forms.TextBox textBox_sele;
  99. private System.Windows.Forms.Label label2;
  100. private System.Windows.Forms.Button button_ok;
  101. private System.Windows.Forms.ComboBox comboBox_tk;
  102. private System.Windows.Forms.Label label1;
  103. }
  104. }