FileExpanderForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. 
  2. namespace FileExpander
  3. {
  4. partial class FileExpanderForm
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.FileTextLabel = new System.Windows.Forms.Label();
  30. this.FileValueLabel = new System.Windows.Forms.Label();
  31. this.SelectButton = new System.Windows.Forms.Button();
  32. this.DragDropLabel = new System.Windows.Forms.Label();
  33. this.SizeTextLabel = new System.Windows.Forms.Label();
  34. this.SizeValueLabel = new System.Windows.Forms.Label();
  35. this.ExpandNumericUpDown = new System.Windows.Forms.NumericUpDown();
  36. this.KbRadioButton = new System.Windows.Forms.RadioButton();
  37. this.MbRadioButton = new System.Windows.Forms.RadioButton();
  38. this.GbRadioButton = new System.Windows.Forms.RadioButton();
  39. this.AfterExpandTextLabel = new System.Windows.Forms.Label();
  40. this.AfterExpandValueLabel = new System.Windows.Forms.Label();
  41. this.ExpandLabel = new System.Windows.Forms.Label();
  42. this.GoButton = new System.Windows.Forms.Button();
  43. ((System.ComponentModel.ISupportInitialize)(this.ExpandNumericUpDown)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // FileTextLabel
  47. //
  48. this.FileTextLabel.AutoSize = true;
  49. this.FileTextLabel.Location = new System.Drawing.Point(12, 9);
  50. this.FileTextLabel.Name = "FileTextLabel";
  51. this.FileTextLabel.Size = new System.Drawing.Size(35, 12);
  52. this.FileTextLabel.TabIndex = 0;
  53. this.FileTextLabel.Text = "File:";
  54. //
  55. // FileValueLabel
  56. //
  57. this.FileValueLabel.AllowDrop = true;
  58. this.FileValueLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.FileValueLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  61. this.FileValueLabel.Location = new System.Drawing.Point(53, 8);
  62. this.FileValueLabel.Name = "FileValueLabel";
  63. this.FileValueLabel.Size = new System.Drawing.Size(230, 44);
  64. this.FileValueLabel.TabIndex = 1;
  65. this.FileValueLabel.Text = "- No Selected -";
  66. this.FileValueLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.FileValueLabel_DragDrop);
  67. this.FileValueLabel.DragEnter += new System.Windows.Forms.DragEventHandler(this.FileValueLabel_DragEnter);
  68. //
  69. // SelectButton
  70. //
  71. this.SelectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  72. this.SelectButton.Location = new System.Drawing.Point(289, 8);
  73. this.SelectButton.Name = "SelectButton";
  74. this.SelectButton.Size = new System.Drawing.Size(89, 23);
  75. this.SelectButton.TabIndex = 2;
  76. this.SelectButton.Text = "Select";
  77. this.SelectButton.UseVisualStyleBackColor = true;
  78. this.SelectButton.Click += new System.EventHandler(this.SelectButton_Click);
  79. //
  80. // DragDropLabel
  81. //
  82. this.DragDropLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  83. this.DragDropLabel.AutoSize = true;
  84. this.DragDropLabel.Location = new System.Drawing.Point(289, 40);
  85. this.DragDropLabel.Name = "DragDropLabel";
  86. this.DragDropLabel.Size = new System.Drawing.Size(89, 12);
  87. this.DragDropLabel.TabIndex = 0;
  88. this.DragDropLabel.Text = "← Or DragDrop";
  89. //
  90. // SizeTextLabel
  91. //
  92. this.SizeTextLabel.AutoSize = true;
  93. this.SizeTextLabel.Location = new System.Drawing.Point(14, 66);
  94. this.SizeTextLabel.Name = "SizeTextLabel";
  95. this.SizeTextLabel.Size = new System.Drawing.Size(35, 12);
  96. this.SizeTextLabel.TabIndex = 3;
  97. this.SizeTextLabel.Text = "Size:";
  98. //
  99. // SizeValueLabel
  100. //
  101. this.SizeValueLabel.AutoSize = true;
  102. this.SizeValueLabel.Location = new System.Drawing.Point(55, 66);
  103. this.SizeValueLabel.Name = "SizeValueLabel";
  104. this.SizeValueLabel.Size = new System.Drawing.Size(125, 12);
  105. this.SizeValueLabel.TabIndex = 3;
  106. this.SizeValueLabel.Text = "- No File Selected -";
  107. //
  108. // ExpandNumericUpDown
  109. //
  110. this.ExpandNumericUpDown.Location = new System.Drawing.Point(66, 92);
  111. this.ExpandNumericUpDown.Maximum = new decimal(new int[] {
  112. 1024,
  113. 0,
  114. 0,
  115. 0});
  116. this.ExpandNumericUpDown.Minimum = new decimal(new int[] {
  117. 1,
  118. 0,
  119. 0,
  120. 0});
  121. this.ExpandNumericUpDown.Name = "ExpandNumericUpDown";
  122. this.ExpandNumericUpDown.Size = new System.Drawing.Size(44, 21);
  123. this.ExpandNumericUpDown.TabIndex = 4;
  124. this.ExpandNumericUpDown.Value = new decimal(new int[] {
  125. 1,
  126. 0,
  127. 0,
  128. 0});
  129. this.ExpandNumericUpDown.ValueChanged += new System.EventHandler(this.ExpandNumericUpDown_ValueChanged);
  130. //
  131. // KbRadioButton
  132. //
  133. this.KbRadioButton.Location = new System.Drawing.Point(121, 92);
  134. this.KbRadioButton.Name = "KbRadioButton";
  135. this.KbRadioButton.Size = new System.Drawing.Size(40, 21);
  136. this.KbRadioButton.TabIndex = 5;
  137. this.KbRadioButton.TabStop = true;
  138. this.KbRadioButton.Text = "KB";
  139. this.KbRadioButton.UseVisualStyleBackColor = true;
  140. this.KbRadioButton.CheckedChanged += new System.EventHandler(this.UnitRadioButton_CheckedChanged);
  141. //
  142. // MbRadioButton
  143. //
  144. this.MbRadioButton.Location = new System.Drawing.Point(167, 92);
  145. this.MbRadioButton.Name = "MbRadioButton";
  146. this.MbRadioButton.Size = new System.Drawing.Size(38, 21);
  147. this.MbRadioButton.TabIndex = 5;
  148. this.MbRadioButton.TabStop = true;
  149. this.MbRadioButton.Text = "MB";
  150. this.MbRadioButton.UseVisualStyleBackColor = true;
  151. this.MbRadioButton.CheckedChanged += new System.EventHandler(this.UnitRadioButton_CheckedChanged);
  152. //
  153. // GbRadioButton
  154. //
  155. this.GbRadioButton.Location = new System.Drawing.Point(211, 92);
  156. this.GbRadioButton.Name = "GbRadioButton";
  157. this.GbRadioButton.Size = new System.Drawing.Size(42, 21);
  158. this.GbRadioButton.TabIndex = 5;
  159. this.GbRadioButton.TabStop = true;
  160. this.GbRadioButton.Text = "GB";
  161. this.GbRadioButton.UseVisualStyleBackColor = true;
  162. this.GbRadioButton.CheckedChanged += new System.EventHandler(this.UnitRadioButton_CheckedChanged);
  163. //
  164. // AfterExpandTextLabel
  165. //
  166. this.AfterExpandTextLabel.AutoSize = true;
  167. this.AfterExpandTextLabel.Location = new System.Drawing.Point(14, 126);
  168. this.AfterExpandTextLabel.Name = "AfterExpandTextLabel";
  169. this.AfterExpandTextLabel.Size = new System.Drawing.Size(41, 12);
  170. this.AfterExpandTextLabel.TabIndex = 3;
  171. this.AfterExpandTextLabel.Text = "After:";
  172. //
  173. // AfterExpandValueLabel
  174. //
  175. this.AfterExpandValueLabel.AutoSize = true;
  176. this.AfterExpandValueLabel.Location = new System.Drawing.Point(61, 126);
  177. this.AfterExpandValueLabel.Name = "AfterExpandValueLabel";
  178. this.AfterExpandValueLabel.Size = new System.Drawing.Size(125, 12);
  179. this.AfterExpandValueLabel.TabIndex = 3;
  180. this.AfterExpandValueLabel.Text = "- No Unit Selected -";
  181. //
  182. // ExpandLabel
  183. //
  184. this.ExpandLabel.AutoSize = true;
  185. this.ExpandLabel.Location = new System.Drawing.Point(12, 96);
  186. this.ExpandLabel.Name = "ExpandLabel";
  187. this.ExpandLabel.Size = new System.Drawing.Size(47, 12);
  188. this.ExpandLabel.TabIndex = 3;
  189. this.ExpandLabel.Text = "Expand:";
  190. //
  191. // GoButton
  192. //
  193. this.GoButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  194. this.GoButton.Location = new System.Drawing.Point(155, 149);
  195. this.GoButton.Name = "GoButton";
  196. this.GoButton.Size = new System.Drawing.Size(75, 23);
  197. this.GoButton.TabIndex = 6;
  198. this.GoButton.Text = "Go";
  199. this.GoButton.UseVisualStyleBackColor = true;
  200. this.GoButton.Click += new System.EventHandler(this.GoButton_Click);
  201. //
  202. // FileExpanderForm
  203. //
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.ClientSize = new System.Drawing.Size(385, 184);
  207. this.Controls.Add(this.GoButton);
  208. this.Controls.Add(this.GbRadioButton);
  209. this.Controls.Add(this.MbRadioButton);
  210. this.Controls.Add(this.KbRadioButton);
  211. this.Controls.Add(this.ExpandNumericUpDown);
  212. this.Controls.Add(this.AfterExpandValueLabel);
  213. this.Controls.Add(this.SizeValueLabel);
  214. this.Controls.Add(this.ExpandLabel);
  215. this.Controls.Add(this.AfterExpandTextLabel);
  216. this.Controls.Add(this.SizeTextLabel);
  217. this.Controls.Add(this.SelectButton);
  218. this.Controls.Add(this.FileValueLabel);
  219. this.Controls.Add(this.DragDropLabel);
  220. this.Controls.Add(this.FileTextLabel);
  221. this.Name = "FileExpanderForm";
  222. this.Text = "File Expander";
  223. ((System.ComponentModel.ISupportInitialize)(this.ExpandNumericUpDown)).EndInit();
  224. this.ResumeLayout(false);
  225. this.PerformLayout();
  226. }
  227. #endregion
  228. private System.Windows.Forms.Label FileTextLabel;
  229. private System.Windows.Forms.Label FileValueLabel;
  230. private System.Windows.Forms.Button SelectButton;
  231. private System.Windows.Forms.Label DragDropLabel;
  232. private System.Windows.Forms.Label SizeTextLabel;
  233. private System.Windows.Forms.Label SizeValueLabel;
  234. private System.Windows.Forms.NumericUpDown ExpandNumericUpDown;
  235. private System.Windows.Forms.RadioButton KbRadioButton;
  236. private System.Windows.Forms.RadioButton MbRadioButton;
  237. private System.Windows.Forms.RadioButton GbRadioButton;
  238. private System.Windows.Forms.Label AfterExpandTextLabel;
  239. private System.Windows.Forms.Label AfterExpandValueLabel;
  240. private System.Windows.Forms.Label ExpandLabel;
  241. private System.Windows.Forms.Button GoButton;
  242. }
  243. }