FileUnlockForm.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace Optimizer
  2. {
  3. partial class FileUnlockForm
  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.txtFile = new System.Windows.Forms.TextBox();
  29. this.radioFile = new System.Windows.Forms.Label();
  30. this.btnFind = new MoonButton();
  31. this.panelModernAppsList = new System.Windows.Forms.Panel();
  32. this.listProcesses = new Optimizer.MoonCheckList();
  33. this.btnKill = new MoonButton();
  34. this.panelModernAppsList.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // txtFile
  38. //
  39. this.txtFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  40. this.txtFile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  41. this.txtFile.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  42. this.txtFile.ForeColor = System.Drawing.Color.White;
  43. this.txtFile.Location = new System.Drawing.Point(16, 32);
  44. this.txtFile.Margin = new System.Windows.Forms.Padding(2);
  45. this.txtFile.Name = "txtFile";
  46. this.txtFile.Size = new System.Drawing.Size(333, 25);
  47. this.txtFile.TabIndex = 54;
  48. //
  49. // radioFile
  50. //
  51. this.radioFile.AutoSize = true;
  52. this.radioFile.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  53. this.radioFile.ForeColor = System.Drawing.Color.DodgerBlue;
  54. this.radioFile.Location = new System.Drawing.Point(11, 9);
  55. this.radioFile.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  56. this.radioFile.Name = "radioFile";
  57. this.radioFile.Size = new System.Drawing.Size(34, 19);
  58. this.radioFile.TabIndex = 55;
  59. this.radioFile.Tag = "themeable";
  60. this.radioFile.Text = "File:";
  61. //
  62. // btnFind
  63. //
  64. this.btnFind.BackColor = System.Drawing.Color.DodgerBlue;
  65. this.btnFind.FlatAppearance.BorderSize = 0;
  66. this.btnFind.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  67. this.btnFind.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  68. this.btnFind.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  69. this.btnFind.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold);
  70. this.btnFind.ForeColor = System.Drawing.Color.White;
  71. this.btnFind.Location = new System.Drawing.Point(353, 32);
  72. this.btnFind.Margin = new System.Windows.Forms.Padding(2);
  73. this.btnFind.Name = "btnFind";
  74. this.btnFind.Size = new System.Drawing.Size(50, 25);
  75. this.btnFind.TabIndex = 58;
  76. this.btnFind.Text = "✓";
  77. this.btnFind.UseVisualStyleBackColor = false;
  78. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  79. //
  80. // panelModernAppsList
  81. //
  82. this.panelModernAppsList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  83. | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.panelModernAppsList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  86. this.panelModernAppsList.Controls.Add(this.listProcesses);
  87. this.panelModernAppsList.Location = new System.Drawing.Point(16, 74);
  88. this.panelModernAppsList.Name = "panelModernAppsList";
  89. this.panelModernAppsList.Size = new System.Drawing.Size(387, 292);
  90. this.panelModernAppsList.TabIndex = 59;
  91. //
  92. // listProcesses
  93. //
  94. this.listProcesses.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  95. this.listProcesses.BorderStyle = System.Windows.Forms.BorderStyle.None;
  96. this.listProcesses.CheckOnClick = true;
  97. this.listProcesses.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.listProcesses.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  99. this.listProcesses.ForeColor = System.Drawing.Color.White;
  100. this.listProcesses.FormattingEnabled = true;
  101. this.listProcesses.HorizontalScrollbar = true;
  102. this.listProcesses.Location = new System.Drawing.Point(0, 0);
  103. this.listProcesses.Name = "listProcesses";
  104. this.listProcesses.Size = new System.Drawing.Size(385, 290);
  105. this.listProcesses.Sorted = true;
  106. this.listProcesses.TabIndex = 0;
  107. //
  108. // btnKill
  109. //
  110. this.btnKill.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  111. this.btnKill.BackColor = System.Drawing.Color.DodgerBlue;
  112. this.btnKill.FlatAppearance.BorderSize = 0;
  113. this.btnKill.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  114. this.btnKill.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  115. this.btnKill.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  116. this.btnKill.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold);
  117. this.btnKill.ForeColor = System.Drawing.Color.White;
  118. this.btnKill.Location = new System.Drawing.Point(255, 371);
  119. this.btnKill.Margin = new System.Windows.Forms.Padding(2);
  120. this.btnKill.Name = "btnKill";
  121. this.btnKill.Size = new System.Drawing.Size(148, 31);
  122. this.btnKill.TabIndex = 61;
  123. this.btnKill.Text = "Kill";
  124. this.btnKill.UseVisualStyleBackColor = false;
  125. this.btnKill.Click += new System.EventHandler(this.btnKill_Click);
  126. //
  127. // FileUnlockForm
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  131. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  132. this.ClientSize = new System.Drawing.Size(414, 413);
  133. this.Controls.Add(this.btnKill);
  134. this.Controls.Add(this.panelModernAppsList);
  135. this.Controls.Add(this.btnFind);
  136. this.Controls.Add(this.txtFile);
  137. this.Controls.Add(this.radioFile);
  138. this.DoubleBuffered = true;
  139. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
  140. this.ForeColor = System.Drawing.Color.White;
  141. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  142. this.MinimizeBox = false;
  143. this.Name = "FileUnlockForm";
  144. this.ShowIcon = false;
  145. this.ShowInTaskbar = false;
  146. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  147. this.Load += new System.EventHandler(this.FileUnlockForm_Load);
  148. this.panelModernAppsList.ResumeLayout(false);
  149. this.ResumeLayout(false);
  150. this.PerformLayout();
  151. }
  152. #endregion
  153. private System.Windows.Forms.TextBox txtFile;
  154. private System.Windows.Forms.Label radioFile;
  155. private MoonButton btnFind;
  156. private System.Windows.Forms.Panel panelModernAppsList;
  157. private MoonCheckList listProcesses;
  158. private MoonButton btnKill;
  159. }
  160. }