HostsEditorForm.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HostsEditorForm));
  29. this.bpanel = new System.Windows.Forms.Panel();
  30. this.closebtn = new System.Windows.Forms.Button();
  31. this.savebtn = new System.Windows.Forms.Button();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.bpanel.SuspendLayout();
  35. this.panel1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // bpanel
  39. //
  40. this.bpanel.Controls.Add(this.closebtn);
  41. this.bpanel.Controls.Add(this.savebtn);
  42. this.bpanel.Dock = System.Windows.Forms.DockStyle.Bottom;
  43. this.bpanel.Location = new System.Drawing.Point(0, 490);
  44. this.bpanel.Name = "bpanel";
  45. this.bpanel.Size = new System.Drawing.Size(755, 61);
  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.BorderColor = System.Drawing.Color.DodgerBlue;
  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.ForeColor = System.Drawing.Color.White;
  58. this.closebtn.Location = new System.Drawing.Point(559, 10);
  59. this.closebtn.Name = "closebtn";
  60. this.closebtn.Size = new System.Drawing.Size(89, 39);
  61. this.closebtn.TabIndex = 35;
  62. this.closebtn.Tag = "themeable";
  63. this.closebtn.Text = "Close";
  64. this.closebtn.UseVisualStyleBackColor = false;
  65. this.closebtn.Click += new System.EventHandler(this.button1_Click);
  66. //
  67. // savebtn
  68. //
  69. this.savebtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  70. this.savebtn.BackColor = System.Drawing.Color.DodgerBlue;
  71. this.savebtn.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
  72. this.savebtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  73. this.savebtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  74. this.savebtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  75. this.savebtn.ForeColor = System.Drawing.Color.White;
  76. this.savebtn.Location = new System.Drawing.Point(654, 10);
  77. this.savebtn.Name = "savebtn";
  78. this.savebtn.Size = new System.Drawing.Size(89, 39);
  79. this.savebtn.TabIndex = 34;
  80. this.savebtn.Tag = "themeable";
  81. this.savebtn.Text = "Save";
  82. this.savebtn.UseVisualStyleBackColor = false;
  83. this.savebtn.Click += new System.EventHandler(this.button7_Click);
  84. //
  85. // panel1
  86. //
  87. this.panel1.Controls.Add(this.textBox1);
  88. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  89. this.panel1.Location = new System.Drawing.Point(0, 0);
  90. this.panel1.Name = "panel1";
  91. this.panel1.Size = new System.Drawing.Size(755, 490);
  92. this.panel1.TabIndex = 1;
  93. //
  94. // textBox1
  95. //
  96. this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  97. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  98. this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.textBox1.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  100. this.textBox1.ForeColor = System.Drawing.Color.White;
  101. this.textBox1.Location = new System.Drawing.Point(0, 0);
  102. this.textBox1.Multiline = true;
  103. this.textBox1.Name = "textBox1";
  104. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  105. this.textBox1.Size = new System.Drawing.Size(755, 490);
  106. this.textBox1.TabIndex = 0;
  107. //
  108. // HostsEditor
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  112. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  113. this.CancelButton = this.closebtn;
  114. this.ClientSize = new System.Drawing.Size(755, 551);
  115. this.Controls.Add(this.panel1);
  116. this.Controls.Add(this.bpanel);
  117. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  118. this.ForeColor = System.Drawing.Color.White;
  119. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  120. this.MinimizeBox = false;
  121. this.Name = "HostsEditor";
  122. this.ShowIcon = false;
  123. this.ShowInTaskbar = false;
  124. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  125. this.Text = "Hosts Editor";
  126. this.Load += new System.EventHandler(this.HostsEditor_Load);
  127. this.bpanel.ResumeLayout(false);
  128. this.panel1.ResumeLayout(false);
  129. this.panel1.PerformLayout();
  130. this.ResumeLayout(false);
  131. }
  132. #endregion
  133. private System.Windows.Forms.Panel bpanel;
  134. private System.Windows.Forms.Button closebtn;
  135. private System.Windows.Forms.Button savebtn;
  136. private System.Windows.Forms.Panel panel1;
  137. private System.Windows.Forms.TextBox textBox1;
  138. }
  139. }