CleanPreviewForm.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. 
  2. namespace Optimizer
  3. {
  4. partial class CleanPreviewForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.cancelBackup = new System.Windows.Forms.Button();
  31. this.cleanDriveB = new System.Windows.Forms.Button();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.listPreview = new Optimizer.MoonCheckList();
  34. this.checkSelectAll = new System.Windows.Forms.LinkLabel();
  35. this.panel2.SuspendLayout();
  36. this.panel1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // panel2
  40. //
  41. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  42. this.panel2.Controls.Add(this.checkSelectAll);
  43. this.panel2.Controls.Add(this.cancelBackup);
  44. this.panel2.Controls.Add(this.cleanDriveB);
  45. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  46. this.panel2.Location = new System.Drawing.Point(0, 526);
  47. this.panel2.Name = "panel2";
  48. this.panel2.Size = new System.Drawing.Size(834, 38);
  49. this.panel2.TabIndex = 1;
  50. //
  51. // cancelBackup
  52. //
  53. this.cancelBackup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  54. this.cancelBackup.BackColor = System.Drawing.Color.DodgerBlue;
  55. this.cancelBackup.FlatAppearance.BorderSize = 0;
  56. this.cancelBackup.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  57. this.cancelBackup.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  58. this.cancelBackup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  59. this.cancelBackup.ForeColor = System.Drawing.Color.White;
  60. this.cancelBackup.Location = new System.Drawing.Point(532, 3);
  61. this.cancelBackup.Margin = new System.Windows.Forms.Padding(2);
  62. this.cancelBackup.Name = "cancelBackup";
  63. this.cancelBackup.Size = new System.Drawing.Size(147, 31);
  64. this.cancelBackup.TabIndex = 36;
  65. this.cancelBackup.Tag = "themeable";
  66. this.cancelBackup.Text = "Cancel";
  67. this.cancelBackup.UseVisualStyleBackColor = false;
  68. this.cancelBackup.Click += new System.EventHandler(this.cancelBackup_Click);
  69. //
  70. // cleanDriveB
  71. //
  72. this.cleanDriveB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  73. this.cleanDriveB.BackColor = System.Drawing.Color.DodgerBlue;
  74. this.cleanDriveB.FlatAppearance.BorderSize = 0;
  75. this.cleanDriveB.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  76. this.cleanDriveB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  77. this.cleanDriveB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  78. this.cleanDriveB.ForeColor = System.Drawing.Color.White;
  79. this.cleanDriveB.Location = new System.Drawing.Point(683, 3);
  80. this.cleanDriveB.Margin = new System.Windows.Forms.Padding(2);
  81. this.cleanDriveB.Name = "cleanDriveB";
  82. this.cleanDriveB.Size = new System.Drawing.Size(147, 31);
  83. this.cleanDriveB.TabIndex = 35;
  84. this.cleanDriveB.Tag = "themeable";
  85. this.cleanDriveB.Text = "Clean";
  86. this.cleanDriveB.UseVisualStyleBackColor = false;
  87. this.cleanDriveB.Click += new System.EventHandler(this.cleanDriveB_Click);
  88. //
  89. // panel1
  90. //
  91. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  92. this.panel1.Controls.Add(this.listPreview);
  93. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.panel1.Location = new System.Drawing.Point(0, 0);
  95. this.panel1.Name = "panel1";
  96. this.panel1.Size = new System.Drawing.Size(834, 526);
  97. this.panel1.TabIndex = 2;
  98. //
  99. // listPreview
  100. //
  101. this.listPreview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  102. this.listPreview.BorderStyle = System.Windows.Forms.BorderStyle.None;
  103. this.listPreview.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.listPreview.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  105. this.listPreview.ForeColor = System.Drawing.Color.Silver;
  106. this.listPreview.FormattingEnabled = true;
  107. this.listPreview.Location = new System.Drawing.Point(0, 0);
  108. this.listPreview.Name = "listPreview";
  109. this.listPreview.Size = new System.Drawing.Size(832, 524);
  110. this.listPreview.TabIndex = 0;
  111. //
  112. // checkSelectAll
  113. //
  114. this.checkSelectAll.AutoSize = true;
  115. this.checkSelectAll.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  116. this.checkSelectAll.ForeColor = System.Drawing.Color.DodgerBlue;
  117. this.checkSelectAll.LinkColor = System.Drawing.Color.DodgerBlue;
  118. this.checkSelectAll.Location = new System.Drawing.Point(2, 7);
  119. this.checkSelectAll.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  120. this.checkSelectAll.Name = "checkSelectAll";
  121. this.checkSelectAll.Size = new System.Drawing.Size(75, 21);
  122. this.checkSelectAll.TabIndex = 87;
  123. this.checkSelectAll.TabStop = true;
  124. this.checkSelectAll.Tag = "themeable";
  125. this.checkSelectAll.Text = "Select all";
  126. this.checkSelectAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.checkSelectAll_LinkClicked);
  127. //
  128. // CleanPreviewForm
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  132. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  133. this.ClientSize = new System.Drawing.Size(834, 564);
  134. this.Controls.Add(this.panel1);
  135. this.Controls.Add(this.panel2);
  136. this.DoubleBuffered = true;
  137. this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  138. this.ForeColor = System.Drawing.Color.White;
  139. this.MinimizeBox = false;
  140. this.Name = "CleanPreviewForm";
  141. this.ShowIcon = false;
  142. this.ShowInTaskbar = false;
  143. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  144. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  145. this.Text = "Clean Preview";
  146. this.Load += new System.EventHandler(this.CleanPreviewForm_Load);
  147. this.panel2.ResumeLayout(false);
  148. this.panel2.PerformLayout();
  149. this.panel1.ResumeLayout(false);
  150. this.ResumeLayout(false);
  151. }
  152. #endregion
  153. private System.Windows.Forms.Panel panel2;
  154. private System.Windows.Forms.Panel panel1;
  155. private System.Windows.Forms.Button cancelBackup;
  156. private System.Windows.Forms.Button cleanDriveB;
  157. private MoonCheckList listPreview;
  158. private System.Windows.Forms.LinkLabel checkSelectAll;
  159. }
  160. }