MainForm.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. namespace ShareWifi
  2. {
  3. partial class MainForm
  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.plLeftMenu = new System.Windows.Forms.Panel();
  29. this.btnAboutMe = new System.Windows.Forms.Button();
  30. this.btnHome = new System.Windows.Forms.Button();
  31. this.plTitle = new System.Windows.Forms.Panel();
  32. this.btnMini = new System.Windows.Forms.Button();
  33. this.btnClose = new System.Windows.Forms.Button();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.plContent = new System.Windows.Forms.Panel();
  36. this.plLeftMenu.SuspendLayout();
  37. this.plTitle.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // plLeftMenu
  41. //
  42. this.plLeftMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
  43. this.plLeftMenu.Controls.Add(this.btnAboutMe);
  44. this.plLeftMenu.Controls.Add(this.btnHome);
  45. this.plLeftMenu.Dock = System.Windows.Forms.DockStyle.Left;
  46. this.plLeftMenu.Location = new System.Drawing.Point(0, 37);
  47. this.plLeftMenu.Name = "plLeftMenu";
  48. this.plLeftMenu.Size = new System.Drawing.Size(196, 413);
  49. this.plLeftMenu.TabIndex = 0;
  50. //
  51. // btnAboutMe
  52. //
  53. this.btnAboutMe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  54. this.btnAboutMe.FlatAppearance.BorderSize = 0;
  55. this.btnAboutMe.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  56. this.btnAboutMe.Image = global::ShareWifi.Properties.Resources.icons8_about;
  57. this.btnAboutMe.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  58. this.btnAboutMe.Location = new System.Drawing.Point(0, 57);
  59. this.btnAboutMe.Name = "btnAboutMe";
  60. this.btnAboutMe.Size = new System.Drawing.Size(196, 46);
  61. this.btnAboutMe.TabIndex = 1;
  62. this.btnAboutMe.Text = "AboutMe";
  63. this.btnAboutMe.UseVisualStyleBackColor = false;
  64. this.btnAboutMe.Click += new System.EventHandler(this.btnAboutMe_Click);
  65. //
  66. // btnHome
  67. //
  68. this.btnHome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  69. this.btnHome.FlatAppearance.BorderSize = 0;
  70. this.btnHome.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  71. this.btnHome.Image = global::ShareWifi.Properties.Resources.icons8_home_1;
  72. this.btnHome.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  73. this.btnHome.Location = new System.Drawing.Point(0, 8);
  74. this.btnHome.Name = "btnHome";
  75. this.btnHome.Size = new System.Drawing.Size(196, 46);
  76. this.btnHome.TabIndex = 1;
  77. this.btnHome.Text = "Home";
  78. this.btnHome.UseVisualStyleBackColor = false;
  79. this.btnHome.Click += new System.EventHandler(this.btnHome_Click);
  80. //
  81. // plTitle
  82. //
  83. this.plTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
  84. this.plTitle.Controls.Add(this.btnMini);
  85. this.plTitle.Controls.Add(this.btnClose);
  86. this.plTitle.Controls.Add(this.label1);
  87. this.plTitle.Dock = System.Windows.Forms.DockStyle.Top;
  88. this.plTitle.Location = new System.Drawing.Point(0, 0);
  89. this.plTitle.Name = "plTitle";
  90. this.plTitle.Size = new System.Drawing.Size(800, 37);
  91. this.plTitle.TabIndex = 1;
  92. //
  93. // btnMini
  94. //
  95. this.btnMini.FlatAppearance.BorderSize = 0;
  96. this.btnMini.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  97. this.btnMini.ForeColor = System.Drawing.Color.Transparent;
  98. this.btnMini.Image = global::ShareWifi.Properties.Resources.Minus_icon;
  99. this.btnMini.Location = new System.Drawing.Point(724, 0);
  100. this.btnMini.Name = "btnMini";
  101. this.btnMini.Size = new System.Drawing.Size(37, 37);
  102. this.btnMini.TabIndex = 0;
  103. this.btnMini.UseVisualStyleBackColor = true;
  104. this.btnMini.Click += new System.EventHandler(this.btnMini_Click);
  105. //
  106. // btnClose
  107. //
  108. this.btnClose.FlatAppearance.BorderSize = 0;
  109. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  110. this.btnClose.Image = global::ShareWifi.Properties.Resources.Delete_icon;
  111. this.btnClose.Location = new System.Drawing.Point(759, 0);
  112. this.btnClose.Name = "btnClose";
  113. this.btnClose.Size = new System.Drawing.Size(37, 37);
  114. this.btnClose.TabIndex = 0;
  115. this.btnClose.UseVisualStyleBackColor = true;
  116. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  117. //
  118. // label1
  119. //
  120. this.label1.AutoSize = true;
  121. this.label1.Font = new System.Drawing.Font("Sitka Banner", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  122. this.label1.Location = new System.Drawing.Point(31, 3);
  123. this.label1.Name = "label1";
  124. this.label1.Size = new System.Drawing.Size(93, 30);
  125. this.label1.TabIndex = 0;
  126. this.label1.Text = "WifiShare";
  127. //
  128. // plContent
  129. //
  130. this.plContent.Dock = System.Windows.Forms.DockStyle.Fill;
  131. this.plContent.Location = new System.Drawing.Point(196, 37);
  132. this.plContent.Name = "plContent";
  133. this.plContent.Size = new System.Drawing.Size(604, 413);
  134. this.plContent.TabIndex = 0;
  135. //
  136. // MainForm
  137. //
  138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  139. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
  140. this.ClientSize = new System.Drawing.Size(800, 450);
  141. this.Controls.Add(this.plContent);
  142. this.Controls.Add(this.plLeftMenu);
  143. this.Controls.Add(this.plTitle);
  144. this.ForeColor = System.Drawing.Color.White;
  145. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  146. this.Name = "MainForm";
  147. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  148. this.Text = "Form1";
  149. this.Load += new System.EventHandler(this.MainForm_Load);
  150. this.plLeftMenu.ResumeLayout(false);
  151. this.plTitle.ResumeLayout(false);
  152. this.plTitle.PerformLayout();
  153. this.ResumeLayout(false);
  154. }
  155. #endregion
  156. private System.Windows.Forms.Panel plLeftMenu;
  157. private System.Windows.Forms.Panel plTitle;
  158. private System.Windows.Forms.Label label1;
  159. private System.Windows.Forms.Panel plContent;
  160. private System.Windows.Forms.Button btnClose;
  161. private System.Windows.Forms.Button btnMini;
  162. private System.Windows.Forms.Button btnHome;
  163. private System.Windows.Forms.Button btnAboutMe;
  164. }
  165. }