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

InstDOM.Designer.cs 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. 
  2. namespace HCTools
  3. {
  4. partial class InstDOM
  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.label2 = new System.Windows.Forms.Label();
  31. this.textBox_dom = new System.Windows.Forms.TextBox();
  32. this.textBox_dwg = new System.Windows.Forms.TextBox();
  33. this.button_ok = new System.Windows.Forms.Button();
  34. this.button_choose1 = new System.Windows.Forms.Button();
  35. this.button_choose2 = new System.Windows.Forms.Button();
  36. this.SuspendLayout();
  37. //
  38. // label1
  39. //
  40. this.label1.AutoSize = true;
  41. this.label1.Location = new System.Drawing.Point(35, 46);
  42. this.label1.Name = "label1";
  43. this.label1.Size = new System.Drawing.Size(136, 15);
  44. this.label1.TabIndex = 0;
  45. this.label1.Text = "DOM文件所在位置:";
  46. //
  47. // label2
  48. //
  49. this.label2.AutoSize = true;
  50. this.label2.Location = new System.Drawing.Point(35, 105);
  51. this.label2.Name = "label2";
  52. this.label2.Size = new System.Drawing.Size(136, 15);
  53. this.label2.TabIndex = 1;
  54. this.label2.Text = "DWG文件所在位置:";
  55. //
  56. // textBox_dom
  57. //
  58. this.textBox_dom.Location = new System.Drawing.Point(168, 36);
  59. this.textBox_dom.Name = "textBox_dom";
  60. this.textBox_dom.Size = new System.Drawing.Size(325, 25);
  61. this.textBox_dom.TabIndex = 2;
  62. //
  63. // textBox_dwg
  64. //
  65. this.textBox_dwg.Location = new System.Drawing.Point(168, 95);
  66. this.textBox_dwg.Name = "textBox_dwg";
  67. this.textBox_dwg.Size = new System.Drawing.Size(325, 25);
  68. this.textBox_dwg.TabIndex = 3;
  69. //
  70. // button_ok
  71. //
  72. this.button_ok.Location = new System.Drawing.Point(277, 144);
  73. this.button_ok.Name = "button_ok";
  74. this.button_ok.Size = new System.Drawing.Size(74, 33);
  75. this.button_ok.TabIndex = 4;
  76. this.button_ok.Text = "确 定";
  77. this.button_ok.UseVisualStyleBackColor = true;
  78. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  79. //
  80. // button_choose1
  81. //
  82. this.button_choose1.Location = new System.Drawing.Point(509, 31);
  83. this.button_choose1.Name = "button_choose1";
  84. this.button_choose1.Size = new System.Drawing.Size(76, 31);
  85. this.button_choose1.TabIndex = 5;
  86. this.button_choose1.Text = "选 择";
  87. this.button_choose1.UseVisualStyleBackColor = true;
  88. this.button_choose1.Click += new System.EventHandler(this.button_choose1_Click);
  89. //
  90. // button_choose2
  91. //
  92. this.button_choose2.Location = new System.Drawing.Point(509, 89);
  93. this.button_choose2.Name = "button_choose2";
  94. this.button_choose2.Size = new System.Drawing.Size(76, 31);
  95. this.button_choose2.TabIndex = 6;
  96. this.button_choose2.Text = "选 择";
  97. this.button_choose2.UseVisualStyleBackColor = true;
  98. this.button_choose2.Click += new System.EventHandler(this.button_choose2_Click);
  99. //
  100. // InstDOM
  101. //
  102. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  104. this.ClientSize = new System.Drawing.Size(641, 200);
  105. this.Controls.Add(this.button_choose2);
  106. this.Controls.Add(this.button_choose1);
  107. this.Controls.Add(this.button_ok);
  108. this.Controls.Add(this.textBox_dwg);
  109. this.Controls.Add(this.textBox_dom);
  110. this.Controls.Add(this.label2);
  111. this.Controls.Add(this.label1);
  112. this.Name = "InstDOM";
  113. this.Text = "InstDOM";
  114. this.ResumeLayout(false);
  115. this.PerformLayout();
  116. }
  117. #endregion
  118. private System.Windows.Forms.Label label1;
  119. private System.Windows.Forms.Label label2;
  120. private System.Windows.Forms.TextBox textBox_dom;
  121. private System.Windows.Forms.TextBox textBox_dwg;
  122. private System.Windows.Forms.Button button_ok;
  123. private System.Windows.Forms.Button button_choose1;
  124. private System.Windows.Forms.Button button_choose2;
  125. }
  126. }