MainForm.Designer.cs 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. namespace FileCharsetConvert
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. ColumnHeader columnHeader1;
  29. ColumnHeader columnHeader3;
  30. label2 = new Label();
  31. proc = new ProgressBar();
  32. btnApplySelection = new Button();
  33. cmbInEnc = new ComboBox();
  34. btnScan = new Button();
  35. label1 = new Label();
  36. btnSelectFolder = new Button();
  37. txtFolder = new TextBox();
  38. lvMain = new ListView();
  39. chkSubDir = new CheckBox();
  40. txtFlt = new TextBox();
  41. label3 = new Label();
  42. cmbOutEnc = new ComboBox();
  43. label4 = new Label();
  44. dlgFolder = new FolderBrowserDialog();
  45. columnHeader1 = new ColumnHeader();
  46. columnHeader3 = new ColumnHeader();
  47. SuspendLayout();
  48. //
  49. // columnHeader1
  50. //
  51. columnHeader1.Text = "文件名(双击预览)";
  52. columnHeader1.Width = 427;
  53. //
  54. // columnHeader3
  55. //
  56. columnHeader3.Text = "状态";
  57. columnHeader3.Width = 64;
  58. //
  59. // label2
  60. //
  61. label2.AutoSize = true;
  62. label2.Location = new Point(14, 86);
  63. label2.Margin = new Padding(4, 0, 4, 0);
  64. label2.Name = "label2";
  65. label2.Size = new Size(44, 17);
  66. label2.TabIndex = 18;
  67. label2.Text = "读编码";
  68. //
  69. // proc
  70. //
  71. proc.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  72. proc.Location = new Point(14, 154);
  73. proc.Margin = new Padding(4, 4, 4, 4);
  74. proc.Name = "proc";
  75. proc.Size = new Size(584, 14);
  76. proc.TabIndex = 17;
  77. //
  78. // btnApplySelection
  79. //
  80. btnApplySelection.Anchor = AnchorStyles.Top | AnchorStyles.Right;
  81. btnApplySelection.Location = new Point(511, 103);
  82. btnApplySelection.Margin = new Padding(4, 4, 4, 4);
  83. btnApplySelection.Name = "btnApplySelection";
  84. btnApplySelection.Size = new Size(88, 33);
  85. btnApplySelection.TabIndex = 7;
  86. btnApplySelection.Text = "应用选中";
  87. btnApplySelection.UseVisualStyleBackColor = true;
  88. btnApplySelection.Click += btnApplySelection_Click;
  89. //
  90. // cmbInEnc
  91. //
  92. cmbInEnc.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  93. cmbInEnc.DisplayMember = "DisplayName";
  94. cmbInEnc.FormattingEnabled = true;
  95. cmbInEnc.Location = new Point(65, 82);
  96. cmbInEnc.Margin = new Padding(4, 4, 4, 4);
  97. cmbInEnc.Name = "cmbInEnc";
  98. cmbInEnc.Size = new Size(438, 25);
  99. cmbInEnc.TabIndex = 5;
  100. //
  101. // btnScan
  102. //
  103. btnScan.Anchor = AnchorStyles.Top | AnchorStyles.Right;
  104. btnScan.Location = new Point(511, 47);
  105. btnScan.Margin = new Padding(4, 4, 4, 4);
  106. btnScan.Name = "btnScan";
  107. btnScan.Size = new Size(88, 33);
  108. btnScan.TabIndex = 4;
  109. btnScan.Text = "扫描";
  110. btnScan.UseVisualStyleBackColor = true;
  111. btnScan.Click += btnScan_Click;
  112. //
  113. // label1
  114. //
  115. label1.AutoSize = true;
  116. label1.Location = new Point(14, 13);
  117. label1.Margin = new Padding(4, 0, 4, 0);
  118. label1.Name = "label1";
  119. label1.Size = new Size(44, 17);
  120. label1.TabIndex = 12;
  121. label1.Text = "文件夹";
  122. //
  123. // btnSelectFolder
  124. //
  125. btnSelectFolder.Anchor = AnchorStyles.Top | AnchorStyles.Right;
  126. btnSelectFolder.Location = new Point(511, 6);
  127. btnSelectFolder.Margin = new Padding(4, 4, 4, 4);
  128. btnSelectFolder.Name = "btnSelectFolder";
  129. btnSelectFolder.Size = new Size(88, 33);
  130. btnSelectFolder.TabIndex = 1;
  131. btnSelectFolder.Text = "浏览";
  132. btnSelectFolder.UseVisualStyleBackColor = true;
  133. btnSelectFolder.Click += btnSelectFolder_Click;
  134. //
  135. // txtFolder
  136. //
  137. txtFolder.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  138. txtFolder.Location = new Point(65, 8);
  139. txtFolder.Margin = new Padding(4, 4, 4, 4);
  140. txtFolder.Name = "txtFolder";
  141. txtFolder.Size = new Size(438, 23);
  142. txtFolder.TabIndex = 0;
  143. //
  144. // lvMain
  145. //
  146. lvMain.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
  147. lvMain.Columns.AddRange(new ColumnHeader[] { columnHeader1, columnHeader3 });
  148. lvMain.FullRowSelect = true;
  149. lvMain.Location = new Point(14, 177);
  150. lvMain.Margin = new Padding(4, 4, 4, 4);
  151. lvMain.Name = "lvMain";
  152. lvMain.Size = new Size(584, 438);
  153. lvMain.TabIndex = 8;
  154. lvMain.UseCompatibleStateImageBehavior = false;
  155. lvMain.View = View.Details;
  156. lvMain.MouseDoubleClick += lvMain_MouseDoubleClick;
  157. //
  158. // chkSubDir
  159. //
  160. chkSubDir.Anchor = AnchorStyles.Top | AnchorStyles.Right;
  161. chkSubDir.AutoSize = true;
  162. chkSubDir.Location = new Point(405, 47);
  163. chkSubDir.Margin = new Padding(4, 4, 4, 4);
  164. chkSubDir.Name = "chkSubDir";
  165. chkSubDir.Size = new Size(99, 21);
  166. chkSubDir.TabIndex = 3;
  167. chkSubDir.Text = "包含子文件夹";
  168. chkSubDir.UseVisualStyleBackColor = true;
  169. //
  170. // txtFlt
  171. //
  172. txtFlt.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  173. txtFlt.Location = new Point(65, 44);
  174. txtFlt.Margin = new Padding(4, 4, 4, 4);
  175. txtFlt.Name = "txtFlt";
  176. txtFlt.Size = new Size(319, 23);
  177. txtFlt.TabIndex = 2;
  178. txtFlt.Text = "*.txt;*.cs;*.aspx";
  179. //
  180. // label3
  181. //
  182. label3.AutoSize = true;
  183. label3.Location = new Point(14, 48);
  184. label3.Margin = new Padding(4, 0, 4, 0);
  185. label3.Name = "label3";
  186. label3.Size = new Size(32, 17);
  187. label3.TabIndex = 21;
  188. label3.Text = "过滤";
  189. //
  190. // cmbOutEnc
  191. //
  192. cmbOutEnc.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  193. cmbOutEnc.DisplayMember = "DisplayName";
  194. cmbOutEnc.FormattingEnabled = true;
  195. cmbOutEnc.Location = new Point(65, 119);
  196. cmbOutEnc.Margin = new Padding(4, 4, 4, 4);
  197. cmbOutEnc.Name = "cmbOutEnc";
  198. cmbOutEnc.Size = new Size(438, 25);
  199. cmbOutEnc.TabIndex = 6;
  200. //
  201. // label4
  202. //
  203. label4.AutoSize = true;
  204. label4.Location = new Point(14, 123);
  205. label4.Margin = new Padding(4, 0, 4, 0);
  206. label4.Name = "label4";
  207. label4.Size = new Size(44, 17);
  208. label4.TabIndex = 18;
  209. label4.Text = "写编码";
  210. //
  211. // dlgFolder
  212. //
  213. dlgFolder.RootFolder = Environment.SpecialFolder.MyComputer;
  214. //
  215. // MainForm
  216. //
  217. AutoScaleDimensions = new SizeF(7F, 17F);
  218. AutoScaleMode = AutoScaleMode.Font;
  219. ClientSize = new Size(612, 633);
  220. Controls.Add(label3);
  221. Controls.Add(txtFlt);
  222. Controls.Add(chkSubDir);
  223. Controls.Add(label4);
  224. Controls.Add(label2);
  225. Controls.Add(proc);
  226. Controls.Add(btnApplySelection);
  227. Controls.Add(cmbOutEnc);
  228. Controls.Add(cmbInEnc);
  229. Controls.Add(btnScan);
  230. Controls.Add(label1);
  231. Controls.Add(btnSelectFolder);
  232. Controls.Add(txtFolder);
  233. Controls.Add(lvMain);
  234. Margin = new Padding(4, 4, 4, 4);
  235. Name = "MainForm";
  236. Text = "文件编码转换";
  237. ResumeLayout(false);
  238. PerformLayout();
  239. }
  240. #endregion
  241. private System.Windows.Forms.Label label2;
  242. private System.Windows.Forms.ProgressBar proc;
  243. private System.Windows.Forms.Button btnApplySelection;
  244. private System.Windows.Forms.ComboBox cmbInEnc;
  245. private System.Windows.Forms.Button btnScan;
  246. private System.Windows.Forms.Label label1;
  247. private System.Windows.Forms.Button btnSelectFolder;
  248. private System.Windows.Forms.TextBox txtFolder;
  249. private System.Windows.Forms.ListView lvMain;
  250. private System.Windows.Forms.CheckBox chkSubDir;
  251. private System.Windows.Forms.TextBox txtFlt;
  252. private System.Windows.Forms.Label label3;
  253. private System.Windows.Forms.ComboBox cmbOutEnc;
  254. private System.Windows.Forms.Label label4;
  255. private System.Windows.Forms.FolderBrowserDialog dlgFolder;
  256. }
  257. }