MainForm.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. namespace StrangeFileCopy
  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. this.components = new System.ComponentModel.Container();
  29. this.TotalProgressBar = new System.Windows.Forms.ProgressBar();
  30. this.ReOpenProgressBar = new System.Windows.Forms.ProgressBar();
  31. this.FromLabel = new System.Windows.Forms.Label();
  32. this.FromTextBox = new System.Windows.Forms.TextBox();
  33. this.ToTextBox = new System.Windows.Forms.TextBox();
  34. this.ToLabel = new System.Windows.Forms.Label();
  35. this.FireButton = new System.Windows.Forms.Button();
  36. this.Totallabel = new System.Windows.Forms.Label();
  37. this.ReOpenLabel = new System.Windows.Forms.Label();
  38. this.BufProgressBar = new System.Windows.Forms.ProgressBar();
  39. this.BufLabel = new System.Windows.Forms.Label();
  40. this.CurrentOpLabel = new System.Windows.Forms.Label();
  41. this.CurrentOperationLabel = new System.Windows.Forms.Label();
  42. this.ConfigGroupBox = new System.Windows.Forms.GroupBox();
  43. this.FlushCheckBox = new System.Windows.Forms.CheckBox();
  44. this.ReOpenSizeUnDown = new System.Windows.Forms.NumericUpDown();
  45. this.ReOpenGbLabel = new System.Windows.Forms.Label();
  46. this.BufSizeUpDown = new System.Windows.Forms.NumericUpDown();
  47. this.ReOpenSizeLabel = new System.Windows.Forms.Label();
  48. this.BufSizeMbLabel = new System.Windows.Forms.Label();
  49. this.BufSizeLabel = new System.Windows.Forms.Label();
  50. this.UiUpdateTimer = new System.Windows.Forms.Timer(this.components);
  51. this.ConfigGroupBox.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.ReOpenSizeUnDown)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.BufSizeUpDown)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // TotalProgressBar
  57. //
  58. this.TotalProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.TotalProgressBar.Location = new System.Drawing.Point(75, 221);
  61. this.TotalProgressBar.Name = "TotalProgressBar";
  62. this.TotalProgressBar.Size = new System.Drawing.Size(474, 23);
  63. this.TotalProgressBar.TabIndex = 0;
  64. //
  65. // ReOpenProgressBar
  66. //
  67. this.ReOpenProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  68. | System.Windows.Forms.AnchorStyles.Right)));
  69. this.ReOpenProgressBar.Location = new System.Drawing.Point(75, 192);
  70. this.ReOpenProgressBar.Name = "ReOpenProgressBar";
  71. this.ReOpenProgressBar.Size = new System.Drawing.Size(474, 23);
  72. this.ReOpenProgressBar.TabIndex = 0;
  73. //
  74. // FromLabel
  75. //
  76. this.FromLabel.Location = new System.Drawing.Point(10, 80);
  77. this.FromLabel.Name = "FromLabel";
  78. this.FromLabel.Size = new System.Drawing.Size(59, 18);
  79. this.FromLabel.TabIndex = 1;
  80. this.FromLabel.Text = "File From";
  81. //
  82. // FromTextBox
  83. //
  84. this.FromTextBox.AllowDrop = true;
  85. this.FromTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  86. | System.Windows.Forms.AnchorStyles.Right)));
  87. this.FromTextBox.Location = new System.Drawing.Point(75, 77);
  88. this.FromTextBox.Name = "FromTextBox";
  89. this.FromTextBox.ReadOnly = true;
  90. this.FromTextBox.Size = new System.Drawing.Size(393, 21);
  91. this.FromTextBox.TabIndex = 0;
  92. this.FromTextBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.FromTextBox_DragDrop);
  93. this.FromTextBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.FromTextBox_DragEnter);
  94. //
  95. // ToTextBox
  96. //
  97. this.ToTextBox.AllowDrop = true;
  98. this.ToTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  99. | System.Windows.Forms.AnchorStyles.Right)));
  100. this.ToTextBox.Location = new System.Drawing.Point(75, 104);
  101. this.ToTextBox.Name = "ToTextBox";
  102. this.ToTextBox.ReadOnly = true;
  103. this.ToTextBox.Size = new System.Drawing.Size(393, 21);
  104. this.ToTextBox.TabIndex = 1;
  105. this.ToTextBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.ToTextBox_DragDrop);
  106. this.ToTextBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.ToTextBox_DragEnter);
  107. //
  108. // ToLabel
  109. //
  110. this.ToLabel.Location = new System.Drawing.Point(10, 107);
  111. this.ToLabel.Name = "ToLabel";
  112. this.ToLabel.Size = new System.Drawing.Size(59, 18);
  113. this.ToLabel.TabIndex = 1;
  114. this.ToLabel.Text = "To Folder";
  115. //
  116. // FireButton
  117. //
  118. this.FireButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  119. this.FireButton.Location = new System.Drawing.Point(474, 77);
  120. this.FireButton.Name = "FireButton";
  121. this.FireButton.Size = new System.Drawing.Size(75, 48);
  122. this.FireButton.TabIndex = 2;
  123. this.FireButton.Text = "Fire!";
  124. this.FireButton.UseVisualStyleBackColor = true;
  125. this.FireButton.Click += new System.EventHandler(this.FireButton_Click);
  126. //
  127. // Totallabel
  128. //
  129. this.Totallabel.Location = new System.Drawing.Point(10, 221);
  130. this.Totallabel.Name = "Totallabel";
  131. this.Totallabel.Size = new System.Drawing.Size(41, 23);
  132. this.Totallabel.TabIndex = 1;
  133. this.Totallabel.Text = "Total";
  134. this.Totallabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  135. //
  136. // ReOpenLabel
  137. //
  138. this.ReOpenLabel.Location = new System.Drawing.Point(10, 192);
  139. this.ReOpenLabel.Name = "ReOpenLabel";
  140. this.ReOpenLabel.Size = new System.Drawing.Size(41, 23);
  141. this.ReOpenLabel.TabIndex = 1;
  142. this.ReOpenLabel.Text = "ReOpen";
  143. this.ReOpenLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  144. //
  145. // BufProgressBar
  146. //
  147. this.BufProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  148. | System.Windows.Forms.AnchorStyles.Right)));
  149. this.BufProgressBar.Location = new System.Drawing.Point(75, 163);
  150. this.BufProgressBar.Name = "BufProgressBar";
  151. this.BufProgressBar.Size = new System.Drawing.Size(474, 23);
  152. this.BufProgressBar.TabIndex = 0;
  153. //
  154. // BufLabel
  155. //
  156. this.BufLabel.Location = new System.Drawing.Point(12, 163);
  157. this.BufLabel.Name = "BufLabel";
  158. this.BufLabel.Size = new System.Drawing.Size(39, 23);
  159. this.BufLabel.TabIndex = 1;
  160. this.BufLabel.Text = "Buf";
  161. this.BufLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  162. //
  163. // CurrentOpLabel
  164. //
  165. this.CurrentOpLabel.AutoSize = true;
  166. this.CurrentOpLabel.Location = new System.Drawing.Point(10, 138);
  167. this.CurrentOpLabel.Name = "CurrentOpLabel";
  168. this.CurrentOpLabel.Size = new System.Drawing.Size(47, 12);
  169. this.CurrentOpLabel.TabIndex = 1;
  170. this.CurrentOpLabel.Text = "Status:";
  171. //
  172. // CurrentOperationLabel
  173. //
  174. this.CurrentOperationLabel.AutoSize = true;
  175. this.CurrentOperationLabel.Location = new System.Drawing.Point(87, 138);
  176. this.CurrentOperationLabel.Name = "CurrentOperationLabel";
  177. this.CurrentOperationLabel.Size = new System.Drawing.Size(35, 12);
  178. this.CurrentOperationLabel.TabIndex = 1;
  179. this.CurrentOperationLabel.Text = "RWFCO";
  180. //
  181. // ConfigGroupBox
  182. //
  183. this.ConfigGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  184. | System.Windows.Forms.AnchorStyles.Right)));
  185. this.ConfigGroupBox.Controls.Add(this.FlushCheckBox);
  186. this.ConfigGroupBox.Controls.Add(this.ReOpenSizeUnDown);
  187. this.ConfigGroupBox.Controls.Add(this.ReOpenGbLabel);
  188. this.ConfigGroupBox.Controls.Add(this.BufSizeUpDown);
  189. this.ConfigGroupBox.Controls.Add(this.ReOpenSizeLabel);
  190. this.ConfigGroupBox.Controls.Add(this.BufSizeMbLabel);
  191. this.ConfigGroupBox.Controls.Add(this.BufSizeLabel);
  192. this.ConfigGroupBox.Location = new System.Drawing.Point(12, 12);
  193. this.ConfigGroupBox.Name = "ConfigGroupBox";
  194. this.ConfigGroupBox.Size = new System.Drawing.Size(537, 59);
  195. this.ConfigGroupBox.TabIndex = 4;
  196. this.ConfigGroupBox.TabStop = false;
  197. this.ConfigGroupBox.Text = "Config";
  198. //
  199. // FlushCheckBox
  200. //
  201. this.FlushCheckBox.AutoSize = true;
  202. this.FlushCheckBox.Checked = true;
  203. this.FlushCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  204. this.FlushCheckBox.Location = new System.Drawing.Point(156, 23);
  205. this.FlushCheckBox.Name = "FlushCheckBox";
  206. this.FlushCheckBox.Size = new System.Drawing.Size(54, 16);
  207. this.FlushCheckBox.TabIndex = 1;
  208. this.FlushCheckBox.Text = "Flush";
  209. this.FlushCheckBox.UseVisualStyleBackColor = true;
  210. //
  211. // ReOpenSizeUnDown
  212. //
  213. this.ReOpenSizeUnDown.Location = new System.Drawing.Point(332, 20);
  214. this.ReOpenSizeUnDown.Maximum = new decimal(new int[] {
  215. 1024,
  216. 0,
  217. 0,
  218. 0});
  219. this.ReOpenSizeUnDown.Minimum = new decimal(new int[] {
  220. 1,
  221. 0,
  222. 0,
  223. 0});
  224. this.ReOpenSizeUnDown.Name = "ReOpenSizeUnDown";
  225. this.ReOpenSizeUnDown.Size = new System.Drawing.Size(47, 21);
  226. this.ReOpenSizeUnDown.TabIndex = 2;
  227. this.ReOpenSizeUnDown.Value = new decimal(new int[] {
  228. 3,
  229. 0,
  230. 0,
  231. 0});
  232. //
  233. // ReOpenGbLabel
  234. //
  235. this.ReOpenGbLabel.Location = new System.Drawing.Point(385, 20);
  236. this.ReOpenGbLabel.Name = "ReOpenGbLabel";
  237. this.ReOpenGbLabel.Size = new System.Drawing.Size(22, 21);
  238. this.ReOpenGbLabel.TabIndex = 1;
  239. this.ReOpenGbLabel.Tag = "";
  240. this.ReOpenGbLabel.Text = "GB";
  241. this.ReOpenGbLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  242. //
  243. // BufSizeUpDown
  244. //
  245. this.BufSizeUpDown.Location = new System.Drawing.Point(75, 20);
  246. this.BufSizeUpDown.Maximum = new decimal(new int[] {
  247. 1024,
  248. 0,
  249. 0,
  250. 0});
  251. this.BufSizeUpDown.Minimum = new decimal(new int[] {
  252. 1,
  253. 0,
  254. 0,
  255. 0});
  256. this.BufSizeUpDown.Name = "BufSizeUpDown";
  257. this.BufSizeUpDown.Size = new System.Drawing.Size(47, 21);
  258. this.BufSizeUpDown.TabIndex = 0;
  259. this.BufSizeUpDown.Value = new decimal(new int[] {
  260. 512,
  261. 0,
  262. 0,
  263. 0});
  264. //
  265. // ReOpenSizeLabel
  266. //
  267. this.ReOpenSizeLabel.Location = new System.Drawing.Point(254, 20);
  268. this.ReOpenSizeLabel.Name = "ReOpenSizeLabel";
  269. this.ReOpenSizeLabel.Size = new System.Drawing.Size(72, 21);
  270. this.ReOpenSizeLabel.TabIndex = 1;
  271. this.ReOpenSizeLabel.Tag = "";
  272. this.ReOpenSizeLabel.Text = "ReOpen Size";
  273. this.ReOpenSizeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  274. //
  275. // BufSizeMbLabel
  276. //
  277. this.BufSizeMbLabel.Location = new System.Drawing.Point(128, 20);
  278. this.BufSizeMbLabel.Name = "BufSizeMbLabel";
  279. this.BufSizeMbLabel.Size = new System.Drawing.Size(22, 21);
  280. this.BufSizeMbLabel.TabIndex = 1;
  281. this.BufSizeMbLabel.Tag = "";
  282. this.BufSizeMbLabel.Text = "MB";
  283. this.BufSizeMbLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  284. //
  285. // BufSizeLabel
  286. //
  287. this.BufSizeLabel.Location = new System.Drawing.Point(14, 20);
  288. this.BufSizeLabel.Name = "BufSizeLabel";
  289. this.BufSizeLabel.Size = new System.Drawing.Size(55, 21);
  290. this.BufSizeLabel.TabIndex = 1;
  291. this.BufSizeLabel.Tag = "";
  292. this.BufSizeLabel.Text = "Buf Size";
  293. this.BufSizeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  294. //
  295. // UiUpdateTimer
  296. //
  297. this.UiUpdateTimer.Enabled = true;
  298. this.UiUpdateTimer.Tick += new System.EventHandler(this.UiUpdateTimer_Tick);
  299. //
  300. // MainForm
  301. //
  302. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  303. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  304. this.ClientSize = new System.Drawing.Size(561, 261);
  305. this.Controls.Add(this.ConfigGroupBox);
  306. this.Controls.Add(this.FireButton);
  307. this.Controls.Add(this.ToTextBox);
  308. this.Controls.Add(this.FromTextBox);
  309. this.Controls.Add(this.CurrentOperationLabel);
  310. this.Controls.Add(this.CurrentOpLabel);
  311. this.Controls.Add(this.BufLabel);
  312. this.Controls.Add(this.ReOpenLabel);
  313. this.Controls.Add(this.Totallabel);
  314. this.Controls.Add(this.ToLabel);
  315. this.Controls.Add(this.FromLabel);
  316. this.Controls.Add(this.BufProgressBar);
  317. this.Controls.Add(this.ReOpenProgressBar);
  318. this.Controls.Add(this.TotalProgressBar);
  319. this.MaximizeBox = false;
  320. this.MaximumSize = new System.Drawing.Size(99999, 300);
  321. this.MinimumSize = new System.Drawing.Size(450, 300);
  322. this.Name = "MainForm";
  323. this.Text = "Strange File Copy";
  324. this.ConfigGroupBox.ResumeLayout(false);
  325. this.ConfigGroupBox.PerformLayout();
  326. ((System.ComponentModel.ISupportInitialize)(this.ReOpenSizeUnDown)).EndInit();
  327. ((System.ComponentModel.ISupportInitialize)(this.BufSizeUpDown)).EndInit();
  328. this.ResumeLayout(false);
  329. this.PerformLayout();
  330. }
  331. #endregion
  332. private System.Windows.Forms.ProgressBar TotalProgressBar;
  333. private System.Windows.Forms.ProgressBar ReOpenProgressBar;
  334. private System.Windows.Forms.Label FromLabel;
  335. private System.Windows.Forms.TextBox FromTextBox;
  336. private System.Windows.Forms.TextBox ToTextBox;
  337. private System.Windows.Forms.Label ToLabel;
  338. private System.Windows.Forms.Button FireButton;
  339. private System.Windows.Forms.Label Totallabel;
  340. private System.Windows.Forms.Label ReOpenLabel;
  341. private System.Windows.Forms.ProgressBar BufProgressBar;
  342. private System.Windows.Forms.Label BufLabel;
  343. private System.Windows.Forms.Label CurrentOpLabel;
  344. private System.Windows.Forms.Label CurrentOperationLabel;
  345. private System.Windows.Forms.GroupBox ConfigGroupBox;
  346. private System.Windows.Forms.Label BufSizeLabel;
  347. private System.Windows.Forms.NumericUpDown BufSizeUpDown;
  348. private System.Windows.Forms.Label BufSizeMbLabel;
  349. private System.Windows.Forms.CheckBox FlushCheckBox;
  350. private System.Windows.Forms.NumericUpDown ReOpenSizeUnDown;
  351. private System.Windows.Forms.Label ReOpenGbLabel;
  352. private System.Windows.Forms.Label ReOpenSizeLabel;
  353. private System.Windows.Forms.Timer UiUpdateTimer;
  354. }
  355. }