123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
-
- namespace HCTools
- {
- partial class Layerchange_Form
- {
- /// <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.textBox_dwgpath = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.button_ok = new System.Windows.Forms.Button();
- this.button_cancel = new System.Windows.Forms.Button();
- this.checkedListBox_tc = new System.Windows.Forms.CheckedListBox();
- this.checkBox_delete = new System.Windows.Forms.CheckBox();
- this.checkBox_open = new System.Windows.Forms.CheckBox();
- this.checkBox_close = new System.Windows.Forms.CheckBox();
- this.button_choose = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox_savepath = new System.Windows.Forms.TextBox();
- this.button_cssavepath = new System.Windows.Forms.Button();
- this.checkBox_deletself = new System.Windows.Forms.CheckBox();
- this.checkBox_deletnull = new System.Windows.Forms.CheckBox();
- this.checkBox_selectall = new System.Windows.Forms.CheckBox();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(31, 35);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(121, 15);
- this.label1.TabIndex = 0;
- this.label1.Text = "dwg所在文件夹:";
- //
- // textBox_dwgpath
- //
- this.textBox_dwgpath.Location = new System.Drawing.Point(158, 29);
- this.textBox_dwgpath.Name = "textBox_dwgpath";
- this.textBox_dwgpath.Size = new System.Drawing.Size(275, 25);
- this.textBox_dwgpath.TabIndex = 1;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(61, 102);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(82, 15);
- this.label2.TabIndex = 2;
- this.label2.Text = "选择图层:";
- //
- // button_ok
- //
- this.button_ok.Location = new System.Drawing.Point(101, 310);
- this.button_ok.Name = "button_ok";
- this.button_ok.Size = new System.Drawing.Size(71, 31);
- 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_cancel
- //
- this.button_cancel.Location = new System.Drawing.Point(406, 310);
- this.button_cancel.Name = "button_cancel";
- this.button_cancel.Size = new System.Drawing.Size(75, 31);
- this.button_cancel.TabIndex = 5;
- this.button_cancel.Text = "取 消";
- this.button_cancel.UseVisualStyleBackColor = true;
- this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
- //
- // checkedListBox_tc
- //
- this.checkedListBox_tc.FormattingEnabled = true;
- this.checkedListBox_tc.Location = new System.Drawing.Point(158, 128);
- this.checkedListBox_tc.Name = "checkedListBox_tc";
- this.checkedListBox_tc.Size = new System.Drawing.Size(275, 164);
- this.checkedListBox_tc.TabIndex = 6;
- //
- // checkBox_delete
- //
- this.checkBox_delete.AutoSize = true;
- this.checkBox_delete.Location = new System.Drawing.Point(476, 128);
- this.checkBox_delete.Name = "checkBox_delete";
- this.checkBox_delete.Size = new System.Drawing.Size(164, 34);
- this.checkBox_delete.TabIndex = 7;
- this.checkBox_delete.Text = "删除图层\n(不包括图层本身)";
- this.checkBox_delete.UseVisualStyleBackColor = true;
- //
- // checkBox_open
- //
- this.checkBox_open.AutoSize = true;
- this.checkBox_open.Location = new System.Drawing.Point(631, 168);
- this.checkBox_open.Name = "checkBox_open";
- this.checkBox_open.Size = new System.Drawing.Size(89, 19);
- this.checkBox_open.TabIndex = 8;
- this.checkBox_open.Text = "打开图层";
- this.checkBox_open.UseVisualStyleBackColor = true;
- //
- // checkBox_close
- //
- this.checkBox_close.AutoSize = true;
- this.checkBox_close.Location = new System.Drawing.Point(631, 215);
- this.checkBox_close.Name = "checkBox_close";
- this.checkBox_close.Size = new System.Drawing.Size(89, 19);
- this.checkBox_close.TabIndex = 9;
- this.checkBox_close.Text = "关闭图层";
- this.checkBox_close.UseVisualStyleBackColor = true;
- //
- // button_choose
- //
- this.button_choose.Location = new System.Drawing.Point(476, 18);
- this.button_choose.Name = "button_choose";
- this.button_choose.Size = new System.Drawing.Size(75, 32);
- this.button_choose.TabIndex = 10;
- this.button_choose.Text = "选 择";
- this.button_choose.UseVisualStyleBackColor = true;
- this.button_choose.Click += new System.EventHandler(this.button_choose_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(61, 70);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(82, 15);
- this.label3.TabIndex = 11;
- this.label3.Text = "保存路径:";
- //
- // textBox_savepath
- //
- this.textBox_savepath.Location = new System.Drawing.Point(158, 67);
- this.textBox_savepath.Name = "textBox_savepath";
- this.textBox_savepath.Size = new System.Drawing.Size(275, 25);
- this.textBox_savepath.TabIndex = 12;
- //
- // button_cssavepath
- //
- this.button_cssavepath.Location = new System.Drawing.Point(476, 61);
- this.button_cssavepath.Name = "button_cssavepath";
- this.button_cssavepath.Size = new System.Drawing.Size(75, 32);
- this.button_cssavepath.TabIndex = 13;
- this.button_cssavepath.Text = "选 择";
- this.button_cssavepath.UseVisualStyleBackColor = true;
- this.button_cssavepath.Click += new System.EventHandler(this.button_cssavepath_Click);
- //
- // checkBox_deletself
- //
- this.checkBox_deletself.AutoSize = true;
- this.checkBox_deletself.Location = new System.Drawing.Point(476, 179);
- this.checkBox_deletself.Name = "checkBox_deletself";
- this.checkBox_deletself.Size = new System.Drawing.Size(149, 34);
- this.checkBox_deletself.TabIndex = 14;
- this.checkBox_deletself.Text = "删除图层\n(包括图层本身)";
- this.checkBox_deletself.UseVisualStyleBackColor = true;
- //
- // checkBox_deletnull
- //
- this.checkBox_deletnull.AutoSize = true;
- this.checkBox_deletnull.Location = new System.Drawing.Point(476, 235);
- this.checkBox_deletnull.Name = "checkBox_deletnull";
- this.checkBox_deletnull.Size = new System.Drawing.Size(104, 19);
- this.checkBox_deletnull.TabIndex = 15;
- this.checkBox_deletnull.Text = "删除空图层";
- this.checkBox_deletnull.UseVisualStyleBackColor = true;
- //
- // checkBox_selectall
- //
- this.checkBox_selectall.AutoSize = true;
- this.checkBox_selectall.Location = new System.Drawing.Point(374, 103);
- this.checkBox_selectall.Name = "checkBox_selectall";
- this.checkBox_selectall.Size = new System.Drawing.Size(59, 19);
- this.checkBox_selectall.TabIndex = 16;
- this.checkBox_selectall.Text = "全选";
- this.checkBox_selectall.UseVisualStyleBackColor = true;
- this.checkBox_selectall.CheckedChanged += new System.EventHandler(this.checkBox_selectall_CheckedChanged);
- //
- // Layerchange_Form
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(750, 379);
- this.Controls.Add(this.checkBox_selectall);
- this.Controls.Add(this.checkBox_deletnull);
- this.Controls.Add(this.checkBox_deletself);
- this.Controls.Add(this.button_cssavepath);
- this.Controls.Add(this.textBox_savepath);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.button_choose);
- this.Controls.Add(this.checkBox_close);
- this.Controls.Add(this.checkBox_open);
- this.Controls.Add(this.checkBox_delete);
- this.Controls.Add(this.checkedListBox_tc);
- this.Controls.Add(this.button_cancel);
- this.Controls.Add(this.button_ok);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.textBox_dwgpath);
- this.Controls.Add(this.label1);
- this.Name = "Layerchange_Form";
- this.Text = "图层删改";
- this.Load += new System.EventHandler(this.Layerchange_Form_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox textBox_dwgpath;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button button_ok;
- private System.Windows.Forms.Button button_cancel;
- private System.Windows.Forms.CheckedListBox checkedListBox_tc;
- private System.Windows.Forms.CheckBox checkBox_delete;
- private System.Windows.Forms.CheckBox checkBox_open;
- private System.Windows.Forms.CheckBox checkBox_close;
- private System.Windows.Forms.Button button_choose;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBox_savepath;
- private System.Windows.Forms.Button button_cssavepath;
- private System.Windows.Forms.CheckBox checkBox_deletself;
- private System.Windows.Forms.CheckBox checkBox_deletnull;
- private System.Windows.Forms.CheckBox checkBox_selectall;
- }
- }
|