HostsEditorForm.Designer.cs 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. namespace Optimizer
  2. {
  3. partial class HostsEditorForm
  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.bpanel = new System.Windows.Forms.Panel();
  29. this.closebtn = new MoonButton();
  30. this.savebtn = new MoonButton();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.textBox1 = new System.Windows.Forms.RichTextBox();
  33. this.bpanel.SuspendLayout();
  34. this.panel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // bpanel
  38. //
  39. this.bpanel.Controls.Add(this.closebtn);
  40. this.bpanel.Controls.Add(this.savebtn);
  41. this.bpanel.Dock = System.Windows.Forms.DockStyle.Bottom;
  42. this.bpanel.Location = new System.Drawing.Point(0, 491);
  43. this.bpanel.Margin = new System.Windows.Forms.Padding(2);
  44. this.bpanel.Name = "bpanel";
  45. this.bpanel.Size = new System.Drawing.Size(615, 49);
  46. this.bpanel.TabIndex = 0;
  47. //
  48. // closebtn
  49. //
  50. this.closebtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  51. this.closebtn.BackColor = System.Drawing.Color.DodgerBlue;
  52. this.closebtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  53. this.closebtn.FlatAppearance.BorderSize = 0;
  54. this.closebtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  55. this.closebtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  56. this.closebtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  57. this.closebtn.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  58. this.closebtn.ForeColor = System.Drawing.Color.White;
  59. this.closebtn.Location = new System.Drawing.Point(277, 8);
  60. this.closebtn.Margin = new System.Windows.Forms.Padding(2);
  61. this.closebtn.Name = "closebtn";
  62. this.closebtn.Size = new System.Drawing.Size(162, 31);
  63. this.closebtn.TabIndex = 35;
  64. this.closebtn.Tag = "themeable";
  65. this.closebtn.Text = "Close";
  66. this.closebtn.UseVisualStyleBackColor = false;
  67. this.closebtn.Click += new System.EventHandler(this.button1_Click);
  68. //
  69. // savebtn
  70. //
  71. this.savebtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  72. this.savebtn.BackColor = System.Drawing.Color.DodgerBlue;
  73. this.savebtn.FlatAppearance.BorderSize = 0;
  74. this.savebtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  75. this.savebtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  76. this.savebtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  77. this.savebtn.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  78. this.savebtn.ForeColor = System.Drawing.Color.White;
  79. this.savebtn.Location = new System.Drawing.Point(443, 8);
  80. this.savebtn.Margin = new System.Windows.Forms.Padding(2);
  81. this.savebtn.Name = "savebtn";
  82. this.savebtn.Size = new System.Drawing.Size(162, 31);
  83. this.savebtn.TabIndex = 34;
  84. this.savebtn.Tag = "themeable";
  85. this.savebtn.Text = "Save";
  86. this.savebtn.UseVisualStyleBackColor = false;
  87. this.savebtn.Click += new System.EventHandler(this.button7_Click);
  88. //
  89. // panel1
  90. //
  91. this.panel1.Controls.Add(this.textBox1);
  92. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.panel1.Location = new System.Drawing.Point(0, 0);
  94. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  95. this.panel1.Name = "panel1";
  96. this.panel1.Size = new System.Drawing.Size(615, 491);
  97. this.panel1.TabIndex = 1;
  98. //
  99. // textBox1
  100. //
  101. this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  102. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  103. this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.textBox1.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  105. this.textBox1.ForeColor = System.Drawing.Color.White;
  106. this.textBox1.Location = new System.Drawing.Point(0, 0);
  107. this.textBox1.Name = "textBox1";
  108. this.textBox1.Size = new System.Drawing.Size(615, 491);
  109. this.textBox1.TabIndex = 0;
  110. this.textBox1.Text = "";
  111. //
  112. // HostsEditorForm
  113. //
  114. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  115. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  116. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  117. this.CancelButton = this.closebtn;
  118. this.ClientSize = new System.Drawing.Size(615, 540);
  119. this.Controls.Add(this.panel1);
  120. this.Controls.Add(this.bpanel);
  121. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  122. this.ForeColor = System.Drawing.Color.White;
  123. this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  124. this.MinimizeBox = false;
  125. this.Name = "HostsEditorForm";
  126. this.ShowIcon = false;
  127. this.ShowInTaskbar = false;
  128. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  129. this.Text = "Hosts Editor";
  130. this.Load += new System.EventHandler(this.HostsEditor_Load);
  131. this.bpanel.ResumeLayout(false);
  132. this.panel1.ResumeLayout(false);
  133. this.ResumeLayout(false);
  134. }
  135. #endregion
  136. private System.Windows.Forms.Panel bpanel;
  137. private MoonButton closebtn;
  138. private MoonButton savebtn;
  139. private System.Windows.Forms.Panel panel1;
  140. private System.Windows.Forms.RichTextBox textBox1;
  141. }
  142. }