123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- namespace ShareWifi
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.plLeftMenu = new System.Windows.Forms.Panel();
- this.plTitle = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.plContent = new System.Windows.Forms.Panel();
- this.btnAboutMe = new System.Windows.Forms.Button();
- this.btnHome = new System.Windows.Forms.Button();
- this.btnMini = new System.Windows.Forms.Button();
- this.btnClose = new System.Windows.Forms.Button();
- this.plLeftMenu.SuspendLayout();
- this.plTitle.SuspendLayout();
- this.SuspendLayout();
- //
- // plLeftMenu
- //
- this.plLeftMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
- this.plLeftMenu.Controls.Add(this.btnAboutMe);
- this.plLeftMenu.Controls.Add(this.btnHome);
- this.plLeftMenu.Dock = System.Windows.Forms.DockStyle.Left;
- this.plLeftMenu.Location = new System.Drawing.Point(0, 37);
- this.plLeftMenu.Name = "plLeftMenu";
- this.plLeftMenu.Size = new System.Drawing.Size(196, 413);
- this.plLeftMenu.TabIndex = 0;
- //
- // plTitle
- //
- this.plTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
- this.plTitle.Controls.Add(this.btnMini);
- this.plTitle.Controls.Add(this.btnClose);
- this.plTitle.Controls.Add(this.label1);
- this.plTitle.Dock = System.Windows.Forms.DockStyle.Top;
- this.plTitle.Location = new System.Drawing.Point(0, 0);
- this.plTitle.Name = "plTitle";
- this.plTitle.Size = new System.Drawing.Size(800, 37);
- this.plTitle.TabIndex = 1;
- this.plTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.plTitle_MouseDown);
- this.plTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.plTitle_MouseMove);
- this.plTitle.MouseUp += new System.Windows.Forms.MouseEventHandler(this.plTitle_MouseUp);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Sitka Banner", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.Location = new System.Drawing.Point(13, 3);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(117, 30);
- this.label1.TabIndex = 0;
- this.label1.Text = "Wifi QRCode";
- //
- // plContent
- //
- this.plContent.Dock = System.Windows.Forms.DockStyle.Fill;
- this.plContent.Location = new System.Drawing.Point(196, 37);
- this.plContent.Name = "plContent";
- this.plContent.Size = new System.Drawing.Size(604, 413);
- this.plContent.TabIndex = 0;
- //
- // btnAboutMe
- //
- this.btnAboutMe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
- this.btnAboutMe.FlatAppearance.BorderSize = 0;
- this.btnAboutMe.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnAboutMe.Image = global::ShareWifi.Properties.Resources.icons8_about;
- this.btnAboutMe.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnAboutMe.Location = new System.Drawing.Point(0, 95);
- this.btnAboutMe.Name = "btnAboutMe";
- this.btnAboutMe.Size = new System.Drawing.Size(196, 46);
- this.btnAboutMe.TabIndex = 1;
- this.btnAboutMe.Text = "AboutMe";
- this.btnAboutMe.UseVisualStyleBackColor = false;
- this.btnAboutMe.Click += new System.EventHandler(this.btnAboutMe_Click);
- //
- // btnHome
- //
- this.btnHome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
- this.btnHome.FlatAppearance.BorderSize = 0;
- this.btnHome.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnHome.Image = global::ShareWifi.Properties.Resources.icons8_home_1;
- this.btnHome.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnHome.Location = new System.Drawing.Point(0, 46);
- this.btnHome.Name = "btnHome";
- this.btnHome.Size = new System.Drawing.Size(196, 46);
- this.btnHome.TabIndex = 1;
- this.btnHome.Text = "Home";
- this.btnHome.UseVisualStyleBackColor = false;
- this.btnHome.Click += new System.EventHandler(this.btnHome_Click);
- //
- // btnMini
- //
- this.btnMini.FlatAppearance.BorderSize = 0;
- this.btnMini.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnMini.ForeColor = System.Drawing.Color.Transparent;
- this.btnMini.Image = global::ShareWifi.Properties.Resources.Minus_icon;
- this.btnMini.Location = new System.Drawing.Point(724, 0);
- this.btnMini.Name = "btnMini";
- this.btnMini.Size = new System.Drawing.Size(37, 37);
- this.btnMini.TabIndex = 0;
- this.btnMini.UseVisualStyleBackColor = true;
- this.btnMini.Click += new System.EventHandler(this.btnMini_Click);
- //
- // btnClose
- //
- this.btnClose.FlatAppearance.BorderSize = 0;
- this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnClose.Image = global::ShareWifi.Properties.Resources.Delete_icon;
- this.btnClose.Location = new System.Drawing.Point(759, 2);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(30, 30);
- this.btnClose.TabIndex = 0;
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // MainForm
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.plContent);
- this.Controls.Add(this.plLeftMenu);
- this.Controls.Add(this.plTitle);
- this.ForeColor = System.Drawing.Color.White;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "MainForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Form1";
- this.Load += new System.EventHandler(this.MainForm_Load);
- this.plLeftMenu.ResumeLayout(false);
- this.plTitle.ResumeLayout(false);
- this.plTitle.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel plLeftMenu;
- private System.Windows.Forms.Panel plTitle;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel plContent;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Button btnMini;
- private System.Windows.Forms.Button btnHome;
- private System.Windows.Forms.Button btnAboutMe;
- }
- }
|