123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
-
- namespace HCTools
- {
- partial class InstDOM
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox_dom = new System.Windows.Forms.TextBox();
- this.textBox_dwg = new System.Windows.Forms.TextBox();
- this.button_ok = new System.Windows.Forms.Button();
- this.button_choose1 = new System.Windows.Forms.Button();
- this.button_choose2 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(35, 46);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(136, 15);
- this.label1.TabIndex = 0;
- this.label1.Text = "DOM文件所在位置:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(35, 105);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(136, 15);
- this.label2.TabIndex = 1;
- this.label2.Text = "DWG文件所在位置:";
- //
- // textBox_dom
- //
- this.textBox_dom.Location = new System.Drawing.Point(168, 36);
- this.textBox_dom.Name = "textBox_dom";
- this.textBox_dom.Size = new System.Drawing.Size(325, 25);
- this.textBox_dom.TabIndex = 2;
- //
- // textBox_dwg
- //
- this.textBox_dwg.Location = new System.Drawing.Point(168, 95);
- this.textBox_dwg.Name = "textBox_dwg";
- this.textBox_dwg.Size = new System.Drawing.Size(325, 25);
- this.textBox_dwg.TabIndex = 3;
- //
- // button_ok
- //
- this.button_ok.Location = new System.Drawing.Point(277, 144);
- this.button_ok.Name = "button_ok";
- this.button_ok.Size = new System.Drawing.Size(74, 33);
- this.button_ok.TabIndex = 4;
- this.button_ok.Text = "确 定";
- this.button_ok.UseVisualStyleBackColor = true;
- this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
- //
- // button_choose1
- //
- this.button_choose1.Location = new System.Drawing.Point(509, 31);
- this.button_choose1.Name = "button_choose1";
- this.button_choose1.Size = new System.Drawing.Size(76, 31);
- this.button_choose1.TabIndex = 5;
- this.button_choose1.Text = "选 择";
- this.button_choose1.UseVisualStyleBackColor = true;
- this.button_choose1.Click += new System.EventHandler(this.button_choose1_Click);
- //
- // button_choose2
- //
- this.button_choose2.Location = new System.Drawing.Point(509, 89);
- this.button_choose2.Name = "button_choose2";
- this.button_choose2.Size = new System.Drawing.Size(76, 31);
- this.button_choose2.TabIndex = 6;
- this.button_choose2.Text = "选 择";
- this.button_choose2.UseVisualStyleBackColor = true;
- this.button_choose2.Click += new System.EventHandler(this.button_choose2_Click);
- //
- // InstDOM
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(641, 200);
- this.Controls.Add(this.button_choose2);
- this.Controls.Add(this.button_choose1);
- this.Controls.Add(this.button_ok);
- this.Controls.Add(this.textBox_dwg);
- this.Controls.Add(this.textBox_dom);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Name = "InstDOM";
- this.Text = "InstDOM";
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox_dom;
- private System.Windows.Forms.TextBox textBox_dwg;
- private System.Windows.Forms.Button button_ok;
- private System.Windows.Forms.Button button_choose1;
- private System.Windows.Forms.Button button_choose2;
- }
- }
|