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

Layerchange_Form.Designer.cs 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. 
  2. namespace HCTools
  3. {
  4. partial class Layerchange_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.textBox_dwgpath = new System.Windows.Forms.TextBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.button_ok = new System.Windows.Forms.Button();
  33. this.button_cancel = new System.Windows.Forms.Button();
  34. this.checkedListBox_tc = new System.Windows.Forms.CheckedListBox();
  35. this.checkBox_delete = new System.Windows.Forms.CheckBox();
  36. this.checkBox_open = new System.Windows.Forms.CheckBox();
  37. this.checkBox_close = new System.Windows.Forms.CheckBox();
  38. this.button_choose = new System.Windows.Forms.Button();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.textBox_savepath = new System.Windows.Forms.TextBox();
  41. this.button_cssavepath = new System.Windows.Forms.Button();
  42. this.checkBox_deletself = new System.Windows.Forms.CheckBox();
  43. this.checkBox_deletnull = new System.Windows.Forms.CheckBox();
  44. this.checkBox_selectall = new System.Windows.Forms.CheckBox();
  45. this.SuspendLayout();
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Location = new System.Drawing.Point(31, 35);
  51. this.label1.Name = "label1";
  52. this.label1.Size = new System.Drawing.Size(121, 15);
  53. this.label1.TabIndex = 0;
  54. this.label1.Text = "dwg所在文件夹:";
  55. //
  56. // textBox_dwgpath
  57. //
  58. this.textBox_dwgpath.Location = new System.Drawing.Point(158, 29);
  59. this.textBox_dwgpath.Name = "textBox_dwgpath";
  60. this.textBox_dwgpath.Size = new System.Drawing.Size(275, 25);
  61. this.textBox_dwgpath.TabIndex = 1;
  62. //
  63. // label2
  64. //
  65. this.label2.AutoSize = true;
  66. this.label2.Location = new System.Drawing.Point(61, 102);
  67. this.label2.Name = "label2";
  68. this.label2.Size = new System.Drawing.Size(82, 15);
  69. this.label2.TabIndex = 2;
  70. this.label2.Text = "选择图层:";
  71. //
  72. // button_ok
  73. //
  74. this.button_ok.Location = new System.Drawing.Point(101, 310);
  75. this.button_ok.Name = "button_ok";
  76. this.button_ok.Size = new System.Drawing.Size(71, 31);
  77. this.button_ok.TabIndex = 4;
  78. this.button_ok.Text = "确 定";
  79. this.button_ok.UseVisualStyleBackColor = true;
  80. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  81. //
  82. // button_cancel
  83. //
  84. this.button_cancel.Location = new System.Drawing.Point(406, 310);
  85. this.button_cancel.Name = "button_cancel";
  86. this.button_cancel.Size = new System.Drawing.Size(75, 31);
  87. this.button_cancel.TabIndex = 5;
  88. this.button_cancel.Text = "取 消";
  89. this.button_cancel.UseVisualStyleBackColor = true;
  90. this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
  91. //
  92. // checkedListBox_tc
  93. //
  94. this.checkedListBox_tc.FormattingEnabled = true;
  95. this.checkedListBox_tc.Location = new System.Drawing.Point(158, 128);
  96. this.checkedListBox_tc.Name = "checkedListBox_tc";
  97. this.checkedListBox_tc.Size = new System.Drawing.Size(275, 164);
  98. this.checkedListBox_tc.TabIndex = 6;
  99. //
  100. // checkBox_delete
  101. //
  102. this.checkBox_delete.AutoSize = true;
  103. this.checkBox_delete.Location = new System.Drawing.Point(476, 128);
  104. this.checkBox_delete.Name = "checkBox_delete";
  105. this.checkBox_delete.Size = new System.Drawing.Size(164, 34);
  106. this.checkBox_delete.TabIndex = 7;
  107. this.checkBox_delete.Text = "删除图层\n(不包括图层本身)";
  108. this.checkBox_delete.UseVisualStyleBackColor = true;
  109. //
  110. // checkBox_open
  111. //
  112. this.checkBox_open.AutoSize = true;
  113. this.checkBox_open.Location = new System.Drawing.Point(631, 168);
  114. this.checkBox_open.Name = "checkBox_open";
  115. this.checkBox_open.Size = new System.Drawing.Size(89, 19);
  116. this.checkBox_open.TabIndex = 8;
  117. this.checkBox_open.Text = "打开图层";
  118. this.checkBox_open.UseVisualStyleBackColor = true;
  119. //
  120. // checkBox_close
  121. //
  122. this.checkBox_close.AutoSize = true;
  123. this.checkBox_close.Location = new System.Drawing.Point(631, 215);
  124. this.checkBox_close.Name = "checkBox_close";
  125. this.checkBox_close.Size = new System.Drawing.Size(89, 19);
  126. this.checkBox_close.TabIndex = 9;
  127. this.checkBox_close.Text = "关闭图层";
  128. this.checkBox_close.UseVisualStyleBackColor = true;
  129. //
  130. // button_choose
  131. //
  132. this.button_choose.Location = new System.Drawing.Point(476, 18);
  133. this.button_choose.Name = "button_choose";
  134. this.button_choose.Size = new System.Drawing.Size(75, 32);
  135. this.button_choose.TabIndex = 10;
  136. this.button_choose.Text = "选 择";
  137. this.button_choose.UseVisualStyleBackColor = true;
  138. this.button_choose.Click += new System.EventHandler(this.button_choose_Click);
  139. //
  140. // label3
  141. //
  142. this.label3.AutoSize = true;
  143. this.label3.Location = new System.Drawing.Point(61, 70);
  144. this.label3.Name = "label3";
  145. this.label3.Size = new System.Drawing.Size(82, 15);
  146. this.label3.TabIndex = 11;
  147. this.label3.Text = "保存路径:";
  148. //
  149. // textBox_savepath
  150. //
  151. this.textBox_savepath.Location = new System.Drawing.Point(158, 67);
  152. this.textBox_savepath.Name = "textBox_savepath";
  153. this.textBox_savepath.Size = new System.Drawing.Size(275, 25);
  154. this.textBox_savepath.TabIndex = 12;
  155. //
  156. // button_cssavepath
  157. //
  158. this.button_cssavepath.Location = new System.Drawing.Point(476, 61);
  159. this.button_cssavepath.Name = "button_cssavepath";
  160. this.button_cssavepath.Size = new System.Drawing.Size(75, 32);
  161. this.button_cssavepath.TabIndex = 13;
  162. this.button_cssavepath.Text = "选 择";
  163. this.button_cssavepath.UseVisualStyleBackColor = true;
  164. this.button_cssavepath.Click += new System.EventHandler(this.button_cssavepath_Click);
  165. //
  166. // checkBox_deletself
  167. //
  168. this.checkBox_deletself.AutoSize = true;
  169. this.checkBox_deletself.Location = new System.Drawing.Point(476, 179);
  170. this.checkBox_deletself.Name = "checkBox_deletself";
  171. this.checkBox_deletself.Size = new System.Drawing.Size(149, 34);
  172. this.checkBox_deletself.TabIndex = 14;
  173. this.checkBox_deletself.Text = "删除图层\n(包括图层本身)";
  174. this.checkBox_deletself.UseVisualStyleBackColor = true;
  175. //
  176. // checkBox_deletnull
  177. //
  178. this.checkBox_deletnull.AutoSize = true;
  179. this.checkBox_deletnull.Location = new System.Drawing.Point(476, 235);
  180. this.checkBox_deletnull.Name = "checkBox_deletnull";
  181. this.checkBox_deletnull.Size = new System.Drawing.Size(104, 19);
  182. this.checkBox_deletnull.TabIndex = 15;
  183. this.checkBox_deletnull.Text = "删除空图层";
  184. this.checkBox_deletnull.UseVisualStyleBackColor = true;
  185. //
  186. // checkBox_selectall
  187. //
  188. this.checkBox_selectall.AutoSize = true;
  189. this.checkBox_selectall.Location = new System.Drawing.Point(374, 103);
  190. this.checkBox_selectall.Name = "checkBox_selectall";
  191. this.checkBox_selectall.Size = new System.Drawing.Size(59, 19);
  192. this.checkBox_selectall.TabIndex = 16;
  193. this.checkBox_selectall.Text = "全选";
  194. this.checkBox_selectall.UseVisualStyleBackColor = true;
  195. this.checkBox_selectall.CheckedChanged += new System.EventHandler(this.checkBox_selectall_CheckedChanged);
  196. //
  197. // Layerchange_Form
  198. //
  199. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  200. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  201. this.ClientSize = new System.Drawing.Size(750, 379);
  202. this.Controls.Add(this.checkBox_selectall);
  203. this.Controls.Add(this.checkBox_deletnull);
  204. this.Controls.Add(this.checkBox_deletself);
  205. this.Controls.Add(this.button_cssavepath);
  206. this.Controls.Add(this.textBox_savepath);
  207. this.Controls.Add(this.label3);
  208. this.Controls.Add(this.button_choose);
  209. this.Controls.Add(this.checkBox_close);
  210. this.Controls.Add(this.checkBox_open);
  211. this.Controls.Add(this.checkBox_delete);
  212. this.Controls.Add(this.checkedListBox_tc);
  213. this.Controls.Add(this.button_cancel);
  214. this.Controls.Add(this.button_ok);
  215. this.Controls.Add(this.label2);
  216. this.Controls.Add(this.textBox_dwgpath);
  217. this.Controls.Add(this.label1);
  218. this.Name = "Layerchange_Form";
  219. this.Text = "图层删改";
  220. this.Load += new System.EventHandler(this.Layerchange_Form_Load);
  221. this.ResumeLayout(false);
  222. this.PerformLayout();
  223. }
  224. #endregion
  225. private System.Windows.Forms.Label label1;
  226. private System.Windows.Forms.TextBox textBox_dwgpath;
  227. private System.Windows.Forms.Label label2;
  228. private System.Windows.Forms.Button button_ok;
  229. private System.Windows.Forms.Button button_cancel;
  230. private System.Windows.Forms.CheckedListBox checkedListBox_tc;
  231. private System.Windows.Forms.CheckBox checkBox_delete;
  232. private System.Windows.Forms.CheckBox checkBox_open;
  233. private System.Windows.Forms.CheckBox checkBox_close;
  234. private System.Windows.Forms.Button button_choose;
  235. private System.Windows.Forms.Label label3;
  236. private System.Windows.Forms.TextBox textBox_savepath;
  237. private System.Windows.Forms.Button button_cssavepath;
  238. private System.Windows.Forms.CheckBox checkBox_deletself;
  239. private System.Windows.Forms.CheckBox checkBox_deletnull;
  240. private System.Windows.Forms.CheckBox checkBox_selectall;
  241. }
  242. }