Form1.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. namespace 空白文件生成器
  2. {
  3. partial class Form1
  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. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  29. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  34. this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.textBox2 = new System.Windows.Forms.TextBox();
  37. this.comboBox1 = new System.Windows.Forms.ComboBox();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.comboBox2 = new System.Windows.Forms.ComboBox();
  40. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.trackBar1 = new System.Windows.Forms.TrackBar();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.label8 = new System.Windows.Forms.Label();
  47. this.label9 = new System.Windows.Forms.Label();
  48. this.label10 = new System.Windows.Forms.Label();
  49. this.button2 = new System.Windows.Forms.Button();
  50. this.menuStrip1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // button1
  56. //
  57. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  58. this.button1.Location = new System.Drawing.Point(339, 40);
  59. this.button1.Name = "button1";
  60. this.button1.Size = new System.Drawing.Size(75, 23);
  61. this.button1.TabIndex = 0;
  62. this.button1.Text = "浏览文件夹";
  63. this.button1.UseVisualStyleBackColor = true;
  64. this.button1.Click += new System.EventHandler(this.button1_Click);
  65. //
  66. // textBox1
  67. //
  68. this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  69. | System.Windows.Forms.AnchorStyles.Right)));
  70. this.textBox1.Location = new System.Drawing.Point(59, 40);
  71. this.textBox1.Name = "textBox1";
  72. this.textBox1.Size = new System.Drawing.Size(274, 21);
  73. this.textBox1.TabIndex = 1;
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Location = new System.Drawing.Point(12, 43);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(29, 12);
  81. this.label1.TabIndex = 2;
  82. this.label1.Text = "位置";
  83. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  84. //
  85. // menuStrip1
  86. //
  87. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  88. this.关于ToolStripMenuItem});
  89. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  90. this.menuStrip1.Name = "menuStrip1";
  91. this.menuStrip1.Size = new System.Drawing.Size(426, 25);
  92. this.menuStrip1.TabIndex = 3;
  93. this.menuStrip1.Text = "menuStrip1";
  94. //
  95. // 关于ToolStripMenuItem
  96. //
  97. this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
  98. this.关于ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  99. this.关于ToolStripMenuItem.Text = "关于";
  100. this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
  101. //
  102. // label2
  103. //
  104. this.label2.AutoSize = true;
  105. this.label2.Location = new System.Drawing.Point(12, 70);
  106. this.label2.Name = "label2";
  107. this.label2.Size = new System.Drawing.Size(41, 12);
  108. this.label2.TabIndex = 4;
  109. this.label2.Text = "文件名";
  110. //
  111. // textBox2
  112. //
  113. this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  114. | System.Windows.Forms.AnchorStyles.Right)));
  115. this.textBox2.Location = new System.Drawing.Point(59, 67);
  116. this.textBox2.Name = "textBox2";
  117. this.textBox2.Size = new System.Drawing.Size(355, 21);
  118. this.textBox2.TabIndex = 5;
  119. //
  120. // comboBox1
  121. //
  122. this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  123. | System.Windows.Forms.AnchorStyles.Right)));
  124. this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
  125. this.comboBox1.FormattingEnabled = true;
  126. this.comboBox1.Items.AddRange(new object[] {
  127. "txt",
  128. "doc",
  129. "docx",
  130. "ppt",
  131. "pptx",
  132. "xls",
  133. "xlsx",
  134. "captb"});
  135. this.comboBox1.Location = new System.Drawing.Point(76, 94);
  136. this.comboBox1.Name = "comboBox1";
  137. this.comboBox1.Size = new System.Drawing.Size(338, 20);
  138. this.comboBox1.TabIndex = 7;
  139. //
  140. // label3
  141. //
  142. this.label3.AutoSize = true;
  143. this.label3.Location = new System.Drawing.Point(12, 97);
  144. this.label3.Name = "label3";
  145. this.label3.Size = new System.Drawing.Size(41, 12);
  146. this.label3.TabIndex = 8;
  147. this.label3.Text = "扩展名";
  148. //
  149. // comboBox2
  150. //
  151. this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  152. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  153. this.comboBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
  154. this.comboBox2.FormattingEnabled = true;
  155. this.comboBox2.Items.AddRange(new object[] {
  156. "B",
  157. "KB",
  158. "MB",
  159. "GB"});
  160. this.comboBox2.Location = new System.Drawing.Point(339, 121);
  161. this.comboBox2.Name = "comboBox2";
  162. this.comboBox2.Size = new System.Drawing.Size(75, 20);
  163. this.comboBox2.TabIndex = 9;
  164. //
  165. // numericUpDown1
  166. //
  167. this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  168. | System.Windows.Forms.AnchorStyles.Right)));
  169. this.numericUpDown1.Location = new System.Drawing.Point(59, 120);
  170. this.numericUpDown1.Maximum = new decimal(new int[] {
  171. 268435455,
  172. 1042612833,
  173. 542101086,
  174. 0});
  175. this.numericUpDown1.Minimum = new decimal(new int[] {
  176. 1,
  177. 0,
  178. 0,
  179. 0});
  180. this.numericUpDown1.Name = "numericUpDown1";
  181. this.numericUpDown1.Size = new System.Drawing.Size(239, 21);
  182. this.numericUpDown1.TabIndex = 10;
  183. this.numericUpDown1.Value = new decimal(new int[] {
  184. 1,
  185. 0,
  186. 0,
  187. 0});
  188. //
  189. // label4
  190. //
  191. this.label4.AutoSize = true;
  192. this.label4.Location = new System.Drawing.Point(12, 124);
  193. this.label4.Name = "label4";
  194. this.label4.Size = new System.Drawing.Size(29, 12);
  195. this.label4.TabIndex = 11;
  196. this.label4.Text = "大小";
  197. //
  198. // label5
  199. //
  200. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  201. this.label5.AutoSize = true;
  202. this.label5.Location = new System.Drawing.Point(304, 124);
  203. this.label5.Name = "label5";
  204. this.label5.Size = new System.Drawing.Size(29, 12);
  205. this.label5.TabIndex = 12;
  206. this.label5.Text = "单位";
  207. //
  208. // label6
  209. //
  210. this.label6.AutoSize = true;
  211. this.label6.Location = new System.Drawing.Point(57, 147);
  212. this.label6.Name = "label6";
  213. this.label6.Size = new System.Drawing.Size(89, 12);
  214. this.label6.TabIndex = 13;
  215. this.label6.Text = "大小按钮步进:";
  216. //
  217. // trackBar1
  218. //
  219. this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  220. | System.Windows.Forms.AnchorStyles.Right)));
  221. this.trackBar1.LargeChange = 100;
  222. this.trackBar1.Location = new System.Drawing.Point(169, 147);
  223. this.trackBar1.Maximum = 1024;
  224. this.trackBar1.Minimum = 1;
  225. this.trackBar1.Name = "trackBar1";
  226. this.trackBar1.Size = new System.Drawing.Size(220, 45);
  227. this.trackBar1.SmallChange = 10;
  228. this.trackBar1.TabIndex = 14;
  229. this.trackBar1.TickFrequency = 64;
  230. this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.Both;
  231. this.trackBar1.Value = 1;
  232. this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
  233. //
  234. // label7
  235. //
  236. this.label7.AutoSize = true;
  237. this.label7.Location = new System.Drawing.Point(57, 159);
  238. this.label7.Name = "label7";
  239. this.label7.Size = new System.Drawing.Size(89, 12);
  240. this.label7.TabIndex = 15;
  241. this.label7.Text = "大小按钮步进值";
  242. //
  243. // label8
  244. //
  245. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  246. this.label8.AutoSize = true;
  247. this.label8.ForeColor = System.Drawing.SystemColors.AppWorkspace;
  248. this.label8.Location = new System.Drawing.Point(395, 159);
  249. this.label8.Name = "label8";
  250. this.label8.Size = new System.Drawing.Size(29, 12);
  251. this.label8.TabIndex = 16;
  252. this.label8.Text = "1024";
  253. //
  254. // label9
  255. //
  256. this.label9.AutoSize = true;
  257. this.label9.BackColor = System.Drawing.SystemColors.Control;
  258. this.label9.ForeColor = System.Drawing.SystemColors.AppWorkspace;
  259. this.label9.Location = new System.Drawing.Point(152, 159);
  260. this.label9.Name = "label9";
  261. this.label9.Size = new System.Drawing.Size(11, 12);
  262. this.label9.TabIndex = 17;
  263. this.label9.Text = "1";
  264. //
  265. // label10
  266. //
  267. this.label10.AutoSize = true;
  268. this.label10.Location = new System.Drawing.Point(59, 97);
  269. this.label10.Name = "label10";
  270. this.label10.Size = new System.Drawing.Size(11, 12);
  271. this.label10.TabIndex = 18;
  272. this.label10.Text = ".";
  273. //
  274. // button2
  275. //
  276. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  277. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
  278. this.button2.Location = new System.Drawing.Point(339, 198);
  279. this.button2.Name = "button2";
  280. this.button2.Size = new System.Drawing.Size(75, 23);
  281. this.button2.TabIndex = 19;
  282. this.button2.Text = "生成";
  283. this.button2.UseVisualStyleBackColor = true;
  284. this.button2.Click += new System.EventHandler(this.button2_Click);
  285. //
  286. // Form1
  287. //
  288. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.ClientSize = new System.Drawing.Size(426, 232);
  291. this.Controls.Add(this.button2);
  292. this.Controls.Add(this.label10);
  293. this.Controls.Add(this.label9);
  294. this.Controls.Add(this.label8);
  295. this.Controls.Add(this.label7);
  296. this.Controls.Add(this.trackBar1);
  297. this.Controls.Add(this.label6);
  298. this.Controls.Add(this.label5);
  299. this.Controls.Add(this.label4);
  300. this.Controls.Add(this.numericUpDown1);
  301. this.Controls.Add(this.comboBox2);
  302. this.Controls.Add(this.label3);
  303. this.Controls.Add(this.comboBox1);
  304. this.Controls.Add(this.textBox2);
  305. this.Controls.Add(this.label2);
  306. this.Controls.Add(this.label1);
  307. this.Controls.Add(this.textBox1);
  308. this.Controls.Add(this.button1);
  309. this.Controls.Add(this.menuStrip1);
  310. this.DoubleBuffered = true;
  311. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  312. this.MainMenuStrip = this.menuStrip1;
  313. this.MinimumSize = new System.Drawing.Size(442, 271);
  314. this.Name = "Form1";
  315. this.Text = "空白文件生成器";
  316. this.menuStrip1.ResumeLayout(false);
  317. this.menuStrip1.PerformLayout();
  318. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
  320. this.ResumeLayout(false);
  321. this.PerformLayout();
  322. }
  323. #endregion
  324. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  325. private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  326. private System.Windows.Forms.Button button1;
  327. private System.Windows.Forms.TextBox textBox1;
  328. private System.Windows.Forms.Label label1;
  329. private System.Windows.Forms.MenuStrip menuStrip1;
  330. private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
  331. private System.Windows.Forms.Label label2;
  332. private System.Windows.Forms.TextBox textBox2;
  333. private System.Windows.Forms.ComboBox comboBox1;
  334. private System.Windows.Forms.Label label3;
  335. private System.Windows.Forms.ComboBox comboBox2;
  336. private System.Windows.Forms.NumericUpDown numericUpDown1;
  337. private System.Windows.Forms.Label label4;
  338. private System.Windows.Forms.Label label5;
  339. private System.Windows.Forms.Label label6;
  340. private System.Windows.Forms.TrackBar trackBar1;
  341. private System.Windows.Forms.Label label7;
  342. private System.Windows.Forms.Label label8;
  343. private System.Windows.Forms.Label label9;
  344. private System.Windows.Forms.Label label10;
  345. private System.Windows.Forms.Button button2;
  346. }
  347. }