工具箱相关
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. namespace Thumbnail
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.textBox_files = new System.Windows.Forms.TextBox();
  32. this.textBox_tk = new System.Windows.Forms.TextBox();
  33. this.textBox_iplfiles = new System.Windows.Forms.TextBox();
  34. this.button_files = new System.Windows.Forms.Button();
  35. this.button_tk = new System.Windows.Forms.Button();
  36. this.button_iplfiles = new System.Windows.Forms.Button();
  37. this.button_ok = new System.Windows.Forms.Button();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.comboBox_blc = new System.Windows.Forms.ComboBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.textBox_tkn = new System.Windows.Forms.TextBox();
  43. this.textBox_tfh = new System.Windows.Forms.TextBox();
  44. this.SuspendLayout();
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Location = new System.Drawing.Point(39, 17);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(157, 15);
  52. this.label1.TabIndex = 0;
  53. this.label1.Text = "待替换文件所在位置:";
  54. //
  55. // label2
  56. //
  57. this.label2.AutoSize = true;
  58. this.label2.Location = new System.Drawing.Point(39, 68);
  59. this.label2.Name = "label2";
  60. this.label2.Size = new System.Drawing.Size(127, 15);
  61. this.label2.TabIndex = 1;
  62. this.label2.Text = "截图表所在位置:";
  63. //
  64. // label3
  65. //
  66. this.label3.AutoSize = true;
  67. this.label3.Location = new System.Drawing.Point(39, 118);
  68. this.label3.Name = "label3";
  69. this.label3.Size = new System.Drawing.Size(157, 15);
  70. this.label3.TabIndex = 2;
  71. this.label3.Text = "替换后文件保存位置:";
  72. //
  73. // textBox_files
  74. //
  75. this.textBox_files.Location = new System.Drawing.Point(207, 12);
  76. this.textBox_files.Name = "textBox_files";
  77. this.textBox_files.Size = new System.Drawing.Size(260, 25);
  78. this.textBox_files.TabIndex = 3;
  79. //
  80. // textBox_tk
  81. //
  82. this.textBox_tk.Location = new System.Drawing.Point(207, 61);
  83. this.textBox_tk.Name = "textBox_tk";
  84. this.textBox_tk.Size = new System.Drawing.Size(260, 25);
  85. this.textBox_tk.TabIndex = 4;
  86. //
  87. // textBox_iplfiles
  88. //
  89. this.textBox_iplfiles.Location = new System.Drawing.Point(207, 108);
  90. this.textBox_iplfiles.Name = "textBox_iplfiles";
  91. this.textBox_iplfiles.Size = new System.Drawing.Size(260, 25);
  92. this.textBox_iplfiles.TabIndex = 5;
  93. //
  94. // button_files
  95. //
  96. this.button_files.Location = new System.Drawing.Point(499, 7);
  97. this.button_files.Name = "button_files";
  98. this.button_files.Size = new System.Drawing.Size(75, 30);
  99. this.button_files.TabIndex = 6;
  100. this.button_files.Text = "选 择";
  101. this.button_files.UseVisualStyleBackColor = true;
  102. this.button_files.Click += new System.EventHandler(this.button_files_Click);
  103. //
  104. // button_tk
  105. //
  106. this.button_tk.Location = new System.Drawing.Point(499, 56);
  107. this.button_tk.Name = "button_tk";
  108. this.button_tk.Size = new System.Drawing.Size(75, 30);
  109. this.button_tk.TabIndex = 7;
  110. this.button_tk.Text = "选 择";
  111. this.button_tk.UseVisualStyleBackColor = true;
  112. this.button_tk.Click += new System.EventHandler(this.button_tk_Click);
  113. //
  114. // button_iplfiles
  115. //
  116. this.button_iplfiles.Location = new System.Drawing.Point(499, 103);
  117. this.button_iplfiles.Name = "button_iplfiles";
  118. this.button_iplfiles.Size = new System.Drawing.Size(75, 30);
  119. this.button_iplfiles.TabIndex = 8;
  120. this.button_iplfiles.Text = "选 择";
  121. this.button_iplfiles.UseVisualStyleBackColor = true;
  122. this.button_iplfiles.Click += new System.EventHandler(this.button_iplfiles_Click);
  123. //
  124. // button_ok
  125. //
  126. this.button_ok.Location = new System.Drawing.Point(253, 295);
  127. this.button_ok.Name = "button_ok";
  128. this.button_ok.Size = new System.Drawing.Size(75, 31);
  129. this.button_ok.TabIndex = 9;
  130. this.button_ok.Text = "确 定";
  131. this.button_ok.UseVisualStyleBackColor = true;
  132. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  133. //
  134. // label4
  135. //
  136. this.label4.AutoSize = true;
  137. this.label4.Location = new System.Drawing.Point(39, 258);
  138. this.label4.Name = "label4";
  139. this.label4.Size = new System.Drawing.Size(97, 15);
  140. this.label4.TabIndex = 10;
  141. this.label4.Text = "选择比例尺:";
  142. //
  143. // comboBox_blc
  144. //
  145. this.comboBox_blc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  146. this.comboBox_blc.FormattingEnabled = true;
  147. this.comboBox_blc.Items.AddRange(new object[] {
  148. "1:500",
  149. "1:1000",
  150. "1:2000",
  151. "1:5000",
  152. "1:10000"});
  153. this.comboBox_blc.Location = new System.Drawing.Point(207, 250);
  154. this.comboBox_blc.Name = "comboBox_blc";
  155. this.comboBox_blc.Size = new System.Drawing.Size(172, 23);
  156. this.comboBox_blc.TabIndex = 11;
  157. //
  158. // label5
  159. //
  160. this.label5.AutoSize = true;
  161. this.label5.Location = new System.Drawing.Point(39, 163);
  162. this.label5.Name = "label5";
  163. this.label5.Size = new System.Drawing.Size(187, 15);
  164. this.label5.TabIndex = 12;
  165. this.label5.Text = "结合表图框所在图层名称:";
  166. //
  167. // label6
  168. //
  169. this.label6.AutoSize = true;
  170. this.label6.Location = new System.Drawing.Point(39, 206);
  171. this.label6.Name = "label6";
  172. this.label6.Size = new System.Drawing.Size(202, 15);
  173. this.label6.TabIndex = 13;
  174. this.label6.Text = "结合表图幅号所在图层名称:";
  175. //
  176. // textBox_tkn
  177. //
  178. this.textBox_tkn.Location = new System.Drawing.Point(253, 163);
  179. this.textBox_tkn.Name = "textBox_tkn";
  180. this.textBox_tkn.Size = new System.Drawing.Size(126, 25);
  181. this.textBox_tkn.TabIndex = 14;
  182. //
  183. // textBox_tfh
  184. //
  185. this.textBox_tfh.Location = new System.Drawing.Point(253, 206);
  186. this.textBox_tfh.Name = "textBox_tfh";
  187. this.textBox_tfh.Size = new System.Drawing.Size(126, 25);
  188. this.textBox_tfh.TabIndex = 15;
  189. //
  190. // Form1
  191. //
  192. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  193. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  194. this.ClientSize = new System.Drawing.Size(644, 346);
  195. this.Controls.Add(this.textBox_tfh);
  196. this.Controls.Add(this.textBox_tkn);
  197. this.Controls.Add(this.label6);
  198. this.Controls.Add(this.label5);
  199. this.Controls.Add(this.comboBox_blc);
  200. this.Controls.Add(this.label4);
  201. this.Controls.Add(this.button_ok);
  202. this.Controls.Add(this.button_iplfiles);
  203. this.Controls.Add(this.button_tk);
  204. this.Controls.Add(this.button_files);
  205. this.Controls.Add(this.textBox_iplfiles);
  206. this.Controls.Add(this.textBox_tk);
  207. this.Controls.Add(this.textBox_files);
  208. this.Controls.Add(this.label3);
  209. this.Controls.Add(this.label2);
  210. this.Controls.Add(this.label1);
  211. this.Name = "Form1";
  212. this.Text = "接图表替换";
  213. this.Load += new System.EventHandler(this.Form1_Load);
  214. this.ResumeLayout(false);
  215. this.PerformLayout();
  216. }
  217. #endregion
  218. private System.Windows.Forms.Label label1;
  219. private System.Windows.Forms.Label label2;
  220. private System.Windows.Forms.Label label3;
  221. private System.Windows.Forms.TextBox textBox_files;
  222. private System.Windows.Forms.TextBox textBox_tk;
  223. private System.Windows.Forms.TextBox textBox_iplfiles;
  224. private System.Windows.Forms.Button button_files;
  225. private System.Windows.Forms.Button button_tk;
  226. private System.Windows.Forms.Button button_iplfiles;
  227. private System.Windows.Forms.Button button_ok;
  228. private System.Windows.Forms.Label label4;
  229. private System.Windows.Forms.ComboBox comboBox_blc;
  230. private System.Windows.Forms.Label label5;
  231. private System.Windows.Forms.Label label6;
  232. private System.Windows.Forms.TextBox textBox_tkn;
  233. private System.Windows.Forms.TextBox textBox_tfh;
  234. }
  235. }