MessagerForm.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. namespace Optimizer
  2. {
  3. partial class MessagerForm
  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.msg = new System.Windows.Forms.Label();
  29. this.yesbtn = new System.Windows.Forms.Button();
  30. this.nobtn = new System.Windows.Forms.Button();
  31. this.chkPrint = new System.Windows.Forms.CheckBox();
  32. this.chkSensors = new System.Windows.Forms.CheckBox();
  33. this.SuspendLayout();
  34. //
  35. // msg
  36. //
  37. this.msg.Font = new System.Drawing.Font("Segoe UI Semibold", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
  38. this.msg.Location = new System.Drawing.Point(10, 7);
  39. this.msg.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  40. this.msg.Name = "msg";
  41. this.msg.Size = new System.Drawing.Size(432, 69);
  42. this.msg.TabIndex = 0;
  43. this.msg.Text = "Restart to apply changes?";
  44. //
  45. // yesbtn
  46. //
  47. this.yesbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  48. this.yesbtn.BackColor = System.Drawing.Color.DodgerBlue;
  49. this.yesbtn.DialogResult = System.Windows.Forms.DialogResult.Yes;
  50. this.yesbtn.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
  51. this.yesbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  52. this.yesbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  53. this.yesbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  54. this.yesbtn.ForeColor = System.Drawing.Color.White;
  55. this.yesbtn.Location = new System.Drawing.Point(346, 128);
  56. this.yesbtn.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  57. this.yesbtn.Name = "yesbtn";
  58. this.yesbtn.Size = new System.Drawing.Size(96, 31);
  59. this.yesbtn.TabIndex = 31;
  60. this.yesbtn.Tag = "themeable";
  61. this.yesbtn.Text = "Yes";
  62. this.yesbtn.UseVisualStyleBackColor = false;
  63. this.yesbtn.Click += new System.EventHandler(this.button39_Click);
  64. //
  65. // nobtn
  66. //
  67. this.nobtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  68. this.nobtn.BackColor = System.Drawing.Color.DodgerBlue;
  69. this.nobtn.DialogResult = System.Windows.Forms.DialogResult.No;
  70. this.nobtn.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
  71. this.nobtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  72. this.nobtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  73. this.nobtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  74. this.nobtn.ForeColor = System.Drawing.Color.White;
  75. this.nobtn.Location = new System.Drawing.Point(245, 128);
  76. this.nobtn.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  77. this.nobtn.Name = "nobtn";
  78. this.nobtn.Size = new System.Drawing.Size(96, 31);
  79. this.nobtn.TabIndex = 32;
  80. this.nobtn.Tag = "themeable";
  81. this.nobtn.Text = "No";
  82. this.nobtn.UseVisualStyleBackColor = false;
  83. this.nobtn.Click += new System.EventHandler(this.button1_Click);
  84. //
  85. // chkPrint
  86. //
  87. this.chkPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  88. this.chkPrint.AutoSize = true;
  89. this.chkPrint.Checked = true;
  90. this.chkPrint.CheckState = System.Windows.Forms.CheckState.Checked;
  91. this.chkPrint.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
  92. this.chkPrint.Location = new System.Drawing.Point(10, 117);
  93. this.chkPrint.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  94. this.chkPrint.Name = "chkPrint";
  95. this.chkPrint.Size = new System.Drawing.Size(211, 19);
  96. this.chkPrint.TabIndex = 33;
  97. this.chkPrint.Text = "I use Print Service, do not disable it";
  98. this.chkPrint.UseVisualStyleBackColor = true;
  99. this.chkPrint.Visible = false;
  100. //
  101. // chkSensors
  102. //
  103. this.chkSensors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  104. this.chkSensors.AutoSize = true;
  105. this.chkSensors.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
  106. this.chkSensors.Location = new System.Drawing.Point(10, 140);
  107. this.chkSensors.Margin = new System.Windows.Forms.Padding(2);
  108. this.chkSensors.Name = "chkSensors";
  109. this.chkSensors.Size = new System.Drawing.Size(226, 19);
  110. this.chkSensors.TabIndex = 34;
  111. this.chkSensors.Text = "This is a tablet, do not disable Sensors";
  112. this.chkSensors.UseVisualStyleBackColor = true;
  113. this.chkSensors.Visible = false;
  114. //
  115. // Messager
  116. //
  117. this.AcceptButton = this.yesbtn;
  118. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  119. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  120. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  121. this.CancelButton = this.nobtn;
  122. this.ClientSize = new System.Drawing.Size(451, 169);
  123. this.Controls.Add(this.chkSensors);
  124. this.Controls.Add(this.chkPrint);
  125. this.Controls.Add(this.nobtn);
  126. this.Controls.Add(this.yesbtn);
  127. this.Controls.Add(this.msg);
  128. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
  129. this.ForeColor = System.Drawing.Color.White;
  130. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  131. this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  132. this.MaximizeBox = false;
  133. this.MinimizeBox = false;
  134. this.Name = "Messager";
  135. this.ShowIcon = false;
  136. this.ShowInTaskbar = false;
  137. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  138. this.Load += new System.EventHandler(this.Restarter_Load);
  139. this.ResumeLayout(false);
  140. this.PerformLayout();
  141. }
  142. #endregion
  143. private System.Windows.Forms.Label msg;
  144. private System.Windows.Forms.Button yesbtn;
  145. private System.Windows.Forms.Button nobtn;
  146. private System.Windows.Forms.CheckBox chkPrint;
  147. private System.Windows.Forms.CheckBox chkSensors;
  148. }
  149. }