WizardForm.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace Optimizer
  2. {
  3. partial class WizardForm
  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.lblUsingPrint = new System.Windows.Forms.Label();
  29. this.moonToggleButton1 = new Optimizer.MoonToggleButton();
  30. this.panelGeneral = new System.Windows.Forms.Panel();
  31. this.panelGeneral.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // lblUsingPrint
  35. //
  36. this.lblUsingPrint.AutoSize = true;
  37. this.lblUsingPrint.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  38. this.lblUsingPrint.ForeColor = System.Drawing.Color.Silver;
  39. this.lblUsingPrint.Location = new System.Drawing.Point(21, 21);
  40. this.lblUsingPrint.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  41. this.lblUsingPrint.Name = "lblUsingPrint";
  42. this.lblUsingPrint.Size = new System.Drawing.Size(39, 19);
  43. this.lblUsingPrint.TabIndex = 56;
  44. this.lblUsingPrint.Tag = "";
  45. this.lblUsingPrint.Text = "label";
  46. //
  47. // moonToggleButton1
  48. //
  49. this.moonToggleButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
  50. this.moonToggleButton1.FlatAppearance.BorderSize = 0;
  51. this.moonToggleButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  52. this.moonToggleButton1.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold);
  53. this.moonToggleButton1.Location = new System.Drawing.Point(25, 43);
  54. this.moonToggleButton1.Name = "moonToggleButton1";
  55. this.moonToggleButton1.Size = new System.Drawing.Size(113, 29);
  56. this.moonToggleButton1.TabIndex = 57;
  57. this.moonToggleButton1.Text = "Yes";
  58. this.moonToggleButton1.ToggleState = false;
  59. this.moonToggleButton1.UseVisualStyleBackColor = false;
  60. this.moonToggleButton1.Click += new System.EventHandler(this.moonToggleButton1_Click);
  61. //
  62. // panelGeneral
  63. //
  64. this.panelGeneral.Controls.Add(this.moonToggleButton1);
  65. this.panelGeneral.Controls.Add(this.lblUsingPrint);
  66. this.panelGeneral.Location = new System.Drawing.Point(12, 12);
  67. this.panelGeneral.Name = "panelGeneral";
  68. this.panelGeneral.Size = new System.Drawing.Size(473, 402);
  69. this.panelGeneral.TabIndex = 57;
  70. //
  71. // WizardForm
  72. //
  73. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  74. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  75. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  76. this.ClientSize = new System.Drawing.Size(771, 568);
  77. this.Controls.Add(this.panelGeneral);
  78. this.DoubleBuffered = true;
  79. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
  80. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  81. this.MinimizeBox = false;
  82. this.Name = "WizardForm";
  83. this.ShowIcon = false;
  84. this.ShowInTaskbar = false;
  85. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  86. this.Load += new System.EventHandler(this.WizardForm_Load);
  87. this.panelGeneral.ResumeLayout(false);
  88. this.panelGeneral.PerformLayout();
  89. this.ResumeLayout(false);
  90. }
  91. #endregion
  92. private System.Windows.Forms.Label lblUsingPrint;
  93. private MoonToggleButton moonToggleButton1;
  94. private System.Windows.Forms.Panel panelGeneral;
  95. }
  96. }