MainForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. namespace FileNameCharsetConvert
  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. System.Windows.Forms.ColumnHeader columnHeader1;
  29. System.Windows.Forms.ColumnHeader columnHeader2;
  30. System.Windows.Forms.ColumnHeader columnHeader3;
  31. this.lvMain = new System.Windows.Forms.ListView();
  32. this.txtFolder = new System.Windows.Forms.TextBox();
  33. this.btnSelectFolder = new System.Windows.Forms.Button();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.btnScan = new System.Windows.Forms.Button();
  36. this.cmbEncoding = new System.Windows.Forms.ComboBox();
  37. this.btnConvert = new System.Windows.Forms.Button();
  38. this.btnApplySelection = new System.Windows.Forms.Button();
  39. this.dlgFolder = new System.Windows.Forms.FolderBrowserDialog();
  40. this.proc = new System.Windows.Forms.ProgressBar();
  41. this.label2 = new System.Windows.Forms.Label();
  42. columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  45. this.SuspendLayout();
  46. //
  47. // columnHeader1
  48. //
  49. columnHeader1.Text = "原始文件名";
  50. columnHeader1.Width = 235;
  51. //
  52. // columnHeader2
  53. //
  54. columnHeader2.Text = "目标文件名";
  55. columnHeader2.Width = 191;
  56. //
  57. // columnHeader3
  58. //
  59. columnHeader3.Text = "状态";
  60. columnHeader3.Width = 64;
  61. //
  62. // lvMain
  63. //
  64. this.lvMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  65. | System.Windows.Forms.AnchorStyles.Left)
  66. | System.Windows.Forms.AnchorStyles.Right)));
  67. this.lvMain.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  68. columnHeader1,
  69. columnHeader2,
  70. columnHeader3});
  71. this.lvMain.FullRowSelect = true;
  72. this.lvMain.HideSelection = false;
  73. this.lvMain.Location = new System.Drawing.Point(12, 81);
  74. this.lvMain.Name = "lvMain";
  75. this.lvMain.Size = new System.Drawing.Size(597, 280);
  76. this.lvMain.TabIndex = 0;
  77. this.lvMain.UseCompatibleStateImageBehavior = false;
  78. this.lvMain.View = System.Windows.Forms.View.Details;
  79. //
  80. // txtFolder
  81. //
  82. this.txtFolder.AllowDrop = true;
  83. this.txtFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.txtFolder.Location = new System.Drawing.Point(56, 6);
  86. this.txtFolder.Name = "txtFolder";
  87. this.txtFolder.Size = new System.Drawing.Size(391, 21);
  88. this.txtFolder.TabIndex = 1;
  89. this.txtFolder.DragDrop += new System.Windows.Forms.DragEventHandler(this.txtFolder_DragDrop);
  90. this.txtFolder.DragEnter += new System.Windows.Forms.DragEventHandler(this.txtFolder_DragEnter);
  91. //
  92. // btnSelectFolder
  93. //
  94. this.btnSelectFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  95. this.btnSelectFolder.Location = new System.Drawing.Point(453, 4);
  96. this.btnSelectFolder.Name = "btnSelectFolder";
  97. this.btnSelectFolder.Size = new System.Drawing.Size(75, 23);
  98. this.btnSelectFolder.TabIndex = 2;
  99. this.btnSelectFolder.Text = "浏览";
  100. this.btnSelectFolder.UseVisualStyleBackColor = true;
  101. this.btnSelectFolder.Click += new System.EventHandler(this.btnSelectFolder_Click);
  102. //
  103. // label1
  104. //
  105. this.label1.AutoSize = true;
  106. this.label1.Location = new System.Drawing.Point(12, 9);
  107. this.label1.Name = "label1";
  108. this.label1.Size = new System.Drawing.Size(41, 12);
  109. this.label1.TabIndex = 3;
  110. this.label1.Text = "文件夹";
  111. //
  112. // btnScan
  113. //
  114. this.btnScan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  115. this.btnScan.Location = new System.Drawing.Point(534, 4);
  116. this.btnScan.Name = "btnScan";
  117. this.btnScan.Size = new System.Drawing.Size(71, 23);
  118. this.btnScan.TabIndex = 4;
  119. this.btnScan.Text = "扫描";
  120. this.btnScan.UseVisualStyleBackColor = true;
  121. this.btnScan.Click += new System.EventHandler(this.btnScan_Click);
  122. //
  123. // cmbEncoding
  124. //
  125. this.cmbEncoding.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  126. | System.Windows.Forms.AnchorStyles.Right)));
  127. this.cmbEncoding.DisplayMember = "DisplayName";
  128. this.cmbEncoding.FormattingEnabled = true;
  129. this.cmbEncoding.Location = new System.Drawing.Point(56, 38);
  130. this.cmbEncoding.Name = "cmbEncoding";
  131. this.cmbEncoding.Size = new System.Drawing.Size(391, 20);
  132. this.cmbEncoding.TabIndex = 5;
  133. //
  134. // btnConvert
  135. //
  136. this.btnConvert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  137. this.btnConvert.Location = new System.Drawing.Point(453, 36);
  138. this.btnConvert.Name = "btnConvert";
  139. this.btnConvert.Size = new System.Drawing.Size(75, 23);
  140. this.btnConvert.TabIndex = 6;
  141. this.btnConvert.Text = "转换文件名";
  142. this.btnConvert.UseVisualStyleBackColor = true;
  143. this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
  144. //
  145. // btnApplySelection
  146. //
  147. this.btnApplySelection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  148. this.btnApplySelection.Location = new System.Drawing.Point(534, 36);
  149. this.btnApplySelection.Name = "btnApplySelection";
  150. this.btnApplySelection.Size = new System.Drawing.Size(71, 23);
  151. this.btnApplySelection.TabIndex = 6;
  152. this.btnApplySelection.Text = "应用选中";
  153. this.btnApplySelection.UseVisualStyleBackColor = true;
  154. this.btnApplySelection.Click += new System.EventHandler(this.btnApplySelection_Click);
  155. //
  156. // dlgFolder
  157. //
  158. this.dlgFolder.RootFolder = System.Environment.SpecialFolder.MyComputer;
  159. //
  160. // proc
  161. //
  162. this.proc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  163. | System.Windows.Forms.AnchorStyles.Right)));
  164. this.proc.Location = new System.Drawing.Point(12, 65);
  165. this.proc.Name = "proc";
  166. this.proc.Size = new System.Drawing.Size(595, 10);
  167. this.proc.TabIndex = 7;
  168. //
  169. // label2
  170. //
  171. this.label2.AutoSize = true;
  172. this.label2.Location = new System.Drawing.Point(12, 41);
  173. this.label2.Name = "label2";
  174. this.label2.Size = new System.Drawing.Size(29, 12);
  175. this.label2.TabIndex = 8;
  176. this.label2.Text = "编码";
  177. //
  178. // Form1
  179. //
  180. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  181. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  182. this.ClientSize = new System.Drawing.Size(621, 373);
  183. this.Controls.Add(this.label2);
  184. this.Controls.Add(this.proc);
  185. this.Controls.Add(this.btnApplySelection);
  186. this.Controls.Add(this.btnConvert);
  187. this.Controls.Add(this.cmbEncoding);
  188. this.Controls.Add(this.btnScan);
  189. this.Controls.Add(this.label1);
  190. this.Controls.Add(this.btnSelectFolder);
  191. this.Controls.Add(this.txtFolder);
  192. this.Controls.Add(this.lvMain);
  193. this.MinimumSize = new System.Drawing.Size(530, 400);
  194. this.Name = "Form1";
  195. this.Text = "乱码文件名修正";
  196. this.ResumeLayout(false);
  197. this.PerformLayout();
  198. }
  199. #endregion
  200. private System.Windows.Forms.ListView lvMain;
  201. private System.Windows.Forms.TextBox txtFolder;
  202. private System.Windows.Forms.Button btnSelectFolder;
  203. private System.Windows.Forms.Label label1;
  204. private System.Windows.Forms.Button btnScan;
  205. private System.Windows.Forms.ComboBox cmbEncoding;
  206. private System.Windows.Forms.Button btnConvert;
  207. private System.Windows.Forms.Button btnApplySelection;
  208. private System.Windows.Forms.FolderBrowserDialog dlgFolder;
  209. private System.Windows.Forms.ProgressBar proc;
  210. private System.Windows.Forms.Label label2;
  211. }
  212. }