EdgeForm.Designer.cs 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. namespace Optimizer
  2. {
  3. partial class EdgeForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EdgeForm));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.cancel = new System.Windows.Forms.Button();
  33. this.ok = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  40. this.label1.ForeColor = System.Drawing.Color.DodgerBlue;
  41. this.label1.Location = new System.Drawing.Point(12, 9);
  42. this.label1.Name = "label1";
  43. this.label1.Size = new System.Drawing.Size(426, 35);
  44. this.label1.TabIndex = 0;
  45. this.label1.Tag = "themeable";
  46. this.label1.Text = "Enter your desired download folder:";
  47. //
  48. // label2
  49. //
  50. this.label2.AutoSize = true;
  51. this.label2.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  52. this.label2.ForeColor = System.Drawing.Color.DodgerBlue;
  53. this.label2.Location = new System.Drawing.Point(13, 84);
  54. this.label2.Name = "label2";
  55. this.label2.Size = new System.Drawing.Size(124, 28);
  56. this.label2.TabIndex = 34;
  57. this.label2.Tag = "themeable";
  58. this.label2.Text = "Example: X:\\";
  59. //
  60. // textBox1
  61. //
  62. this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  63. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  64. this.textBox1.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  65. this.textBox1.ForeColor = System.Drawing.Color.White;
  66. this.textBox1.Location = new System.Drawing.Point(18, 47);
  67. this.textBox1.Name = "textBox1";
  68. this.textBox1.Size = new System.Drawing.Size(472, 34);
  69. this.textBox1.TabIndex = 0;
  70. //
  71. // cancel
  72. //
  73. this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  74. this.cancel.BackColor = System.Drawing.Color.DodgerBlue;
  75. this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  76. this.cancel.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
  77. this.cancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  78. this.cancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  79. this.cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  80. this.cancel.ForeColor = System.Drawing.Color.White;
  81. this.cancel.Location = new System.Drawing.Point(306, 135);
  82. this.cancel.Name = "cancel";
  83. this.cancel.Size = new System.Drawing.Size(89, 39);
  84. this.cancel.TabIndex = 36;
  85. this.cancel.Tag = "themeable";
  86. this.cancel.Text = "Cancel";
  87. this.cancel.UseVisualStyleBackColor = false;
  88. this.cancel.Click += new System.EventHandler(this.cancel_Click);
  89. //
  90. // ok
  91. //
  92. this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  93. this.ok.BackColor = System.Drawing.Color.DodgerBlue;
  94. this.ok.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
  95. this.ok.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  96. this.ok.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  97. this.ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  98. this.ok.ForeColor = System.Drawing.Color.White;
  99. this.ok.Location = new System.Drawing.Point(401, 135);
  100. this.ok.Name = "ok";
  101. this.ok.Size = new System.Drawing.Size(89, 39);
  102. this.ok.TabIndex = 35;
  103. this.ok.Tag = "themeable";
  104. this.ok.Text = "OK";
  105. this.ok.UseVisualStyleBackColor = false;
  106. this.ok.Click += new System.EventHandler(this.ok_Click);
  107. //
  108. // EdgeFolder
  109. //
  110. this.AcceptButton = this.ok;
  111. this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
  112. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  113. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  114. this.CancelButton = this.cancel;
  115. this.ClientSize = new System.Drawing.Size(502, 186);
  116. this.Controls.Add(this.cancel);
  117. this.Controls.Add(this.ok);
  118. this.Controls.Add(this.textBox1);
  119. this.Controls.Add(this.label2);
  120. this.Controls.Add(this.label1);
  121. this.DoubleBuffered = true;
  122. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  123. this.ForeColor = System.Drawing.Color.White;
  124. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  125. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  126. this.MaximizeBox = false;
  127. this.MinimizeBox = false;
  128. this.Name = "EdgeFolder";
  129. this.ShowIcon = false;
  130. this.ShowInTaskbar = false;
  131. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  132. this.Load += new System.EventHandler(this.EdgeFolder_Load);
  133. this.ResumeLayout(false);
  134. this.PerformLayout();
  135. }
  136. #endregion
  137. private System.Windows.Forms.Label label1;
  138. private System.Windows.Forms.TextBox textBox1;
  139. private System.Windows.Forms.Label label2;
  140. private System.Windows.Forms.Button cancel;
  141. private System.Windows.Forms.Button ok;
  142. }
  143. }