StartupRestoreForm.Designer.cs 9.9 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.label5 = new System.Windows.Forms.Label();
  29. this.listRestoreItems = new System.Windows.Forms.ListBox();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.button39 = new System.Windows.Forms.Button();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.txtNoBackups = new System.Windows.Forms.Label();
  35. this.panel1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // label5
  39. //
  40. this.label5.AutoSize = true;
  41. this.label5.Font = new System.Drawing.Font("Segoe UI Semibold", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  42. this.label5.ForeColor = System.Drawing.Color.DodgerBlue;
  43. this.label5.Location = new System.Drawing.Point(7, 9);
  44. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  45. this.label5.Name = "label5";
  46. this.label5.Size = new System.Drawing.Size(254, 28);
  47. this.label5.TabIndex = 4;
  48. this.label5.Tag = "themeable";
  49. this.label5.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(404, 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(406, 385);
  76. this.panel1.TabIndex = 6;
  77. //
  78. // button39
  79. //
  80. this.button39.BackColor = System.Drawing.Color.DodgerBlue;
  81. this.button39.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
  82. this.button39.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  83. this.button39.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  84. this.button39.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  85. this.button39.ForeColor = System.Drawing.Color.White;
  86. this.button39.Location = new System.Drawing.Point(423, 50);
  87. this.button39.Margin = new System.Windows.Forms.Padding(2);
  88. this.button39.Name = "button39";
  89. this.button39.Size = new System.Drawing.Size(102, 31);
  90. this.button39.TabIndex = 31;
  91. this.button39.Text = "Preview";
  92. this.button39.UseVisualStyleBackColor = false;
  93. this.button39.Click += new System.EventHandler(this.button39_Click);
  94. //
  95. // button1
  96. //
  97. this.button1.BackColor = System.Drawing.Color.DodgerBlue;
  98. this.button1.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
  99. this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  100. this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  101. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  102. this.button1.ForeColor = System.Drawing.Color.White;
  103. this.button1.Location = new System.Drawing.Point(423, 85);
  104. this.button1.Margin = new System.Windows.Forms.Padding(2);
  105. this.button1.Name = "button1";
  106. this.button1.Size = new System.Drawing.Size(102, 31);
  107. this.button1.TabIndex = 32;
  108. this.button1.Text = "Restore";
  109. this.button1.UseVisualStyleBackColor = false;
  110. this.button1.Click += new System.EventHandler(this.button1_Click);
  111. //
  112. // button2
  113. //
  114. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  115. this.button2.BackColor = System.Drawing.Color.DodgerBlue;
  116. this.button2.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
  117. this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  118. this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  119. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  120. this.button2.ForeColor = System.Drawing.Color.White;
  121. this.button2.Location = new System.Drawing.Point(423, 404);
  122. this.button2.Margin = new System.Windows.Forms.Padding(2);
  123. this.button2.Name = "button2";
  124. this.button2.Size = new System.Drawing.Size(102, 31);
  125. this.button2.TabIndex = 33;
  126. this.button2.Text = "Delete";
  127. this.button2.UseVisualStyleBackColor = false;
  128. this.button2.Click += new System.EventHandler(this.button2_Click);
  129. //
  130. // txtNoBackups
  131. //
  132. this.txtNoBackups.BackColor = System.Drawing.Color.Transparent;
  133. this.txtNoBackups.Dock = System.Windows.Forms.DockStyle.Fill;
  134. 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)));
  135. this.txtNoBackups.ForeColor = System.Drawing.Color.Gold;
  136. this.txtNoBackups.Location = new System.Drawing.Point(0, 0);
  137. this.txtNoBackups.Name = "txtNoBackups";
  138. this.txtNoBackups.Size = new System.Drawing.Size(404, 383);
  139. this.txtNoBackups.TabIndex = 168;
  140. this.txtNoBackups.Text = "No backups found";
  141. this.txtNoBackups.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  142. this.txtNoBackups.Visible = false;
  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(536, 447);
  150. this.Controls.Add(this.button2);
  151. this.Controls.Add(this.button1);
  152. this.Controls.Add(this.button39);
  153. this.Controls.Add(this.panel1);
  154. this.Controls.Add(this.label5);
  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 label5;
  174. private System.Windows.Forms.ListBox listRestoreItems;
  175. private System.Windows.Forms.Panel panel1;
  176. private System.Windows.Forms.Button button39;
  177. private System.Windows.Forms.Button button1;
  178. private System.Windows.Forms.Button button2;
  179. private System.Windows.Forms.Label txtNoBackups;
  180. }
  181. }