StartupRestoreForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. namespace Optimizer
  2. {
  3. partial class StartupRestoreForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.backupL = new System.Windows.Forms.Label();
  29. this.listRestoreItems = new Optimizer.MoonList();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.txtNoBackups = new System.Windows.Forms.Label();
  32. this.previewBackupB = new MoonButton();
  33. this.restoreBackupB = new MoonButton();
  34. this.deleteBackupB = new MoonButton();
  35. this.panel1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // backupL
  39. //
  40. this.backupL.AutoSize = true;
  41. this.backupL.Font = new System.Drawing.Font("Segoe UI Semibold", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  42. this.backupL.ForeColor = System.Drawing.Color.DodgerBlue;
  43. this.backupL.Location = new System.Drawing.Point(7, 9);
  44. this.backupL.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  45. this.backupL.Name = "backupL";
  46. this.backupL.Size = new System.Drawing.Size(254, 28);
  47. this.backupL.TabIndex = 4;
  48. this.backupL.Tag = "themeable";
  49. this.backupL.Text = "Restore your startup items";
  50. //
  51. // listRestoreItems
  52. //
  53. this.listRestoreItems.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  54. this.listRestoreItems.BorderStyle = System.Windows.Forms.BorderStyle.None;
  55. this.listRestoreItems.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.listRestoreItems.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
  57. this.listRestoreItems.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  58. this.listRestoreItems.ForeColor = System.Drawing.Color.White;
  59. this.listRestoreItems.FormattingEnabled = true;
  60. this.listRestoreItems.ItemHeight = 21;
  61. this.listRestoreItems.Location = new System.Drawing.Point(0, 0);
  62. this.listRestoreItems.Name = "listRestoreItems";
  63. this.listRestoreItems.Size = new System.Drawing.Size(364, 383);
  64. this.listRestoreItems.TabIndex = 5;
  65. this.listRestoreItems.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listRestoreItems_MouseDoubleClick);
  66. //
  67. // panel1
  68. //
  69. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  70. | System.Windows.Forms.AnchorStyles.Left)));
  71. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  72. this.panel1.Controls.Add(this.txtNoBackups);
  73. this.panel1.Controls.Add(this.listRestoreItems);
  74. this.panel1.Location = new System.Drawing.Point(12, 50);
  75. this.panel1.Name = "panel1";
  76. this.panel1.Size = new System.Drawing.Size(366, 385);
  77. this.panel1.TabIndex = 6;
  78. //
  79. // txtNoBackups
  80. //
  81. this.txtNoBackups.BackColor = System.Drawing.Color.Transparent;
  82. this.txtNoBackups.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.txtNoBackups.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.txtNoBackups.ForeColor = System.Drawing.Color.Gold;
  85. this.txtNoBackups.Location = new System.Drawing.Point(0, 0);
  86. this.txtNoBackups.Name = "txtNoBackups";
  87. this.txtNoBackups.Size = new System.Drawing.Size(364, 383);
  88. this.txtNoBackups.TabIndex = 168;
  89. this.txtNoBackups.Text = "No backups found";
  90. this.txtNoBackups.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  91. this.txtNoBackups.Visible = false;
  92. //
  93. // previewBackupB
  94. //
  95. this.previewBackupB.BackColor = System.Drawing.Color.DodgerBlue;
  96. this.previewBackupB.FlatAppearance.BorderSize = 0;
  97. this.previewBackupB.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  98. this.previewBackupB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  99. this.previewBackupB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  100. this.previewBackupB.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  101. this.previewBackupB.ForeColor = System.Drawing.Color.White;
  102. this.previewBackupB.Location = new System.Drawing.Point(383, 50);
  103. this.previewBackupB.Margin = new System.Windows.Forms.Padding(2);
  104. this.previewBackupB.Name = "previewBackupB";
  105. this.previewBackupB.Size = new System.Drawing.Size(209, 31);
  106. this.previewBackupB.TabIndex = 31;
  107. this.previewBackupB.Text = "Preview";
  108. this.previewBackupB.UseVisualStyleBackColor = false;
  109. this.previewBackupB.Click += new System.EventHandler(this.button39_Click);
  110. //
  111. // restoreBackupB
  112. //
  113. this.restoreBackupB.BackColor = System.Drawing.Color.DodgerBlue;
  114. this.restoreBackupB.FlatAppearance.BorderSize = 0;
  115. this.restoreBackupB.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  116. this.restoreBackupB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  117. this.restoreBackupB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  118. this.restoreBackupB.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  119. this.restoreBackupB.ForeColor = System.Drawing.Color.White;
  120. this.restoreBackupB.Location = new System.Drawing.Point(383, 85);
  121. this.restoreBackupB.Margin = new System.Windows.Forms.Padding(2);
  122. this.restoreBackupB.Name = "restoreBackupB";
  123. this.restoreBackupB.Size = new System.Drawing.Size(209, 31);
  124. this.restoreBackupB.TabIndex = 32;
  125. this.restoreBackupB.Text = "Restore";
  126. this.restoreBackupB.UseVisualStyleBackColor = false;
  127. this.restoreBackupB.Click += new System.EventHandler(this.button1_Click);
  128. //
  129. // deleteBackupB
  130. //
  131. this.deleteBackupB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  132. this.deleteBackupB.BackColor = System.Drawing.Color.DodgerBlue;
  133. this.deleteBackupB.FlatAppearance.BorderSize = 0;
  134. this.deleteBackupB.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  135. this.deleteBackupB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  136. this.deleteBackupB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  137. this.deleteBackupB.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  138. this.deleteBackupB.ForeColor = System.Drawing.Color.White;
  139. this.deleteBackupB.Location = new System.Drawing.Point(383, 404);
  140. this.deleteBackupB.Margin = new System.Windows.Forms.Padding(2);
  141. this.deleteBackupB.Name = "deleteBackupB";
  142. this.deleteBackupB.Size = new System.Drawing.Size(209, 31);
  143. this.deleteBackupB.TabIndex = 33;
  144. this.deleteBackupB.Text = "Delete";
  145. this.deleteBackupB.UseVisualStyleBackColor = false;
  146. this.deleteBackupB.Click += new System.EventHandler(this.button2_Click);
  147. //
  148. // StartupRestoreForm
  149. //
  150. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  151. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  152. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  153. this.ClientSize = new System.Drawing.Size(603, 447);
  154. this.Controls.Add(this.deleteBackupB);
  155. this.Controls.Add(this.restoreBackupB);
  156. this.Controls.Add(this.previewBackupB);
  157. this.Controls.Add(this.panel1);
  158. this.Controls.Add(this.backupL);
  159. this.DoubleBuffered = true;
  160. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  161. this.ForeColor = System.Drawing.Color.White;
  162. this.MaximizeBox = false;
  163. this.MinimizeBox = false;
  164. this.MinimumSize = new System.Drawing.Size(552, 486);
  165. this.Name = "StartupRestoreForm";
  166. this.ShowIcon = false;
  167. this.ShowInTaskbar = false;
  168. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  169. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  170. this.Text = "Restore Startup Items";
  171. this.Load += new System.EventHandler(this.StartupRestoreForm_Load);
  172. this.panel1.ResumeLayout(false);
  173. this.ResumeLayout(false);
  174. this.PerformLayout();
  175. }
  176. #endregion
  177. private System.Windows.Forms.Label backupL;
  178. private MoonList listRestoreItems;
  179. private System.Windows.Forms.Panel panel1;
  180. private MoonButton previewBackupB;
  181. private MoonButton restoreBackupB;
  182. private MoonButton deleteBackupB;
  183. private System.Windows.Forms.Label txtNoBackups;
  184. }
  185. }