StartupRestoreForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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 System.Windows.Forms.ListBox();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.txtNoBackups = new System.Windows.Forms.Label();
  32. this.previewBackupB = new System.Windows.Forms.Button();
  33. this.restoreBackupB = new System.Windows.Forms.Button();
  34. this.deleteBackupB = new System.Windows.Forms.Button();
  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.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  57. this.listRestoreItems.ForeColor = System.Drawing.Color.White;
  58. this.listRestoreItems.FormattingEnabled = true;
  59. this.listRestoreItems.ItemHeight = 21;
  60. this.listRestoreItems.Location = new System.Drawing.Point(0, 0);
  61. this.listRestoreItems.Name = "listRestoreItems";
  62. this.listRestoreItems.Size = new System.Drawing.Size(364, 383);
  63. this.listRestoreItems.TabIndex = 5;
  64. this.listRestoreItems.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listRestoreItems_MouseDoubleClick);
  65. //
  66. // panel1
  67. //
  68. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  69. | System.Windows.Forms.AnchorStyles.Left)));
  70. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  71. this.panel1.Controls.Add(this.txtNoBackups);
  72. this.panel1.Controls.Add(this.listRestoreItems);
  73. this.panel1.Location = new System.Drawing.Point(12, 50);
  74. this.panel1.Name = "panel1";
  75. this.panel1.Size = new System.Drawing.Size(366, 385);
  76. this.panel1.TabIndex = 6;
  77. //
  78. // txtNoBackups
  79. //
  80. this.txtNoBackups.BackColor = System.Drawing.Color.Transparent;
  81. this.txtNoBackups.Dock = System.Windows.Forms.DockStyle.Fill;
  82. 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)));
  83. this.txtNoBackups.ForeColor = System.Drawing.Color.Gold;
  84. this.txtNoBackups.Location = new System.Drawing.Point(0, 0);
  85. this.txtNoBackups.Name = "txtNoBackups";
  86. this.txtNoBackups.Size = new System.Drawing.Size(364, 383);
  87. this.txtNoBackups.TabIndex = 168;
  88. this.txtNoBackups.Text = "No backups found";
  89. this.txtNoBackups.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  90. this.txtNoBackups.Visible = false;
  91. //
  92. // previewBackupB
  93. //
  94. this.previewBackupB.BackColor = System.Drawing.Color.DodgerBlue;
  95. this.previewBackupB.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
  96. this.previewBackupB.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  97. this.previewBackupB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  98. this.previewBackupB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  99. this.previewBackupB.ForeColor = System.Drawing.Color.White;
  100. this.previewBackupB.Location = new System.Drawing.Point(383, 50);
  101. this.previewBackupB.Margin = new System.Windows.Forms.Padding(2);
  102. this.previewBackupB.Name = "previewBackupB";
  103. this.previewBackupB.Size = new System.Drawing.Size(209, 31);
  104. this.previewBackupB.TabIndex = 31;
  105. this.previewBackupB.Text = "Preview";
  106. this.previewBackupB.UseVisualStyleBackColor = false;
  107. this.previewBackupB.Click += new System.EventHandler(this.button39_Click);
  108. //
  109. // restoreBackupB
  110. //
  111. this.restoreBackupB.BackColor = System.Drawing.Color.DodgerBlue;
  112. this.restoreBackupB.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
  113. this.restoreBackupB.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  114. this.restoreBackupB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  115. this.restoreBackupB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  116. this.restoreBackupB.ForeColor = System.Drawing.Color.White;
  117. this.restoreBackupB.Location = new System.Drawing.Point(383, 85);
  118. this.restoreBackupB.Margin = new System.Windows.Forms.Padding(2);
  119. this.restoreBackupB.Name = "restoreBackupB";
  120. this.restoreBackupB.Size = new System.Drawing.Size(209, 31);
  121. this.restoreBackupB.TabIndex = 32;
  122. this.restoreBackupB.Text = "Restore";
  123. this.restoreBackupB.UseVisualStyleBackColor = false;
  124. this.restoreBackupB.Click += new System.EventHandler(this.button1_Click);
  125. //
  126. // deleteBackupB
  127. //
  128. this.deleteBackupB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  129. this.deleteBackupB.BackColor = System.Drawing.Color.DodgerBlue;
  130. this.deleteBackupB.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
  131. this.deleteBackupB.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  132. this.deleteBackupB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  133. this.deleteBackupB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  134. this.deleteBackupB.ForeColor = System.Drawing.Color.White;
  135. this.deleteBackupB.Location = new System.Drawing.Point(383, 404);
  136. this.deleteBackupB.Margin = new System.Windows.Forms.Padding(2);
  137. this.deleteBackupB.Name = "deleteBackupB";
  138. this.deleteBackupB.Size = new System.Drawing.Size(209, 31);
  139. this.deleteBackupB.TabIndex = 33;
  140. this.deleteBackupB.Text = "Delete";
  141. this.deleteBackupB.UseVisualStyleBackColor = false;
  142. this.deleteBackupB.Click += new System.EventHandler(this.button2_Click);
  143. //
  144. // StartupRestoreForm
  145. //
  146. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  148. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  149. this.ClientSize = new System.Drawing.Size(603, 447);
  150. this.Controls.Add(this.deleteBackupB);
  151. this.Controls.Add(this.restoreBackupB);
  152. this.Controls.Add(this.previewBackupB);
  153. this.Controls.Add(this.panel1);
  154. this.Controls.Add(this.backupL);
  155. this.DoubleBuffered = true;
  156. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  157. this.ForeColor = System.Drawing.Color.White;
  158. this.MaximizeBox = false;
  159. this.MinimizeBox = false;
  160. this.MinimumSize = new System.Drawing.Size(552, 486);
  161. this.Name = "StartupRestoreForm";
  162. this.ShowIcon = false;
  163. this.ShowInTaskbar = false;
  164. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  165. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  166. this.Text = "Restore Startup Items";
  167. this.Load += new System.EventHandler(this.StartupRestoreForm_Load);
  168. this.panel1.ResumeLayout(false);
  169. this.ResumeLayout(false);
  170. this.PerformLayout();
  171. }
  172. #endregion
  173. private System.Windows.Forms.Label backupL;
  174. private System.Windows.Forms.ListBox listRestoreItems;
  175. private System.Windows.Forms.Panel panel1;
  176. private System.Windows.Forms.Button previewBackupB;
  177. private System.Windows.Forms.Button restoreBackupB;
  178. private System.Windows.Forms.Button deleteBackupB;
  179. private System.Windows.Forms.Label txtNoBackups;
  180. }
  181. }