123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- namespace ShareWifi.Views
- {
- partial class HomeControl
- {
- /// <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 Component 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.label4 = new System.Windows.Forms.Label();
- this.panel2 = new System.Windows.Forms.Panel();
- this.picQR = new System.Windows.Forms.PictureBox();
- this.btnGenerate = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.lbPWD = new System.Windows.Forms.Label();
- this.lbSSID = new System.Windows.Forms.Label();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picQR)).BeginInit();
- this.SuspendLayout();
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Sitka Banner", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label4.ForeColor = System.Drawing.Color.Red;
- this.label4.Location = new System.Drawing.Point(81, 351);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(308, 23);
- this.label4.TabIndex = 4;
- this.label4.Text = "Mobile Phone Scan the QRCode to Connect Wifi.";
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.White;
- this.panel2.Controls.Add(this.picQR);
- this.panel2.Location = new System.Drawing.Point(85, 23);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(228, 228);
- this.panel2.TabIndex = 3;
- //
- // picQR
- //
- this.picQR.Location = new System.Drawing.Point(0, 0);
- this.picQR.Name = "picQR";
- this.picQR.Size = new System.Drawing.Size(228, 228);
- this.picQR.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picQR.TabIndex = 0;
- this.picQR.TabStop = false;
- //
- // btnGenerate
- //
- this.btnGenerate.FlatAppearance.BorderSize = 0;
- this.btnGenerate.ForeColor = System.Drawing.Color.Black;
- this.btnGenerate.Location = new System.Drawing.Point(109, 289);
- this.btnGenerate.Name = "btnGenerate";
- this.btnGenerate.Size = new System.Drawing.Size(174, 38);
- this.btnGenerate.TabIndex = 2;
- this.btnGenerate.Text = "Generate Wifi QRCode";
- this.btnGenerate.UseVisualStyleBackColor = true;
- this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.Location = new System.Drawing.Point(398, 108);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(46, 21);
- this.label1.TabIndex = 5;
- this.label1.Text = "SSID:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.Location = new System.Drawing.Point(347, 138);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(97, 21);
- this.label2.TabIndex = 5;
- this.label2.Text = "PASSWORD:";
- //
- // lbPWD
- //
- this.lbPWD.AutoSize = true;
- this.lbPWD.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lbPWD.Location = new System.Drawing.Point(460, 138);
- this.lbPWD.Name = "lbPWD";
- this.lbPWD.Size = new System.Drawing.Size(40, 21);
- this.lbPWD.TabIndex = 5;
- this.lbPWD.Text = "null";
- //
- // lbSSID
- //
- this.lbSSID.AutoSize = true;
- this.lbSSID.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lbSSID.Location = new System.Drawing.Point(460, 108);
- this.lbSSID.Name = "lbSSID";
- this.lbSSID.Size = new System.Drawing.Size(40, 21);
- this.lbSSID.TabIndex = 5;
- this.lbSSID.Text = "null";
- //
- // HomeControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.lbSSID);
- this.Controls.Add(this.lbPWD);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.btnGenerate);
- this.Name = "HomeControl";
- this.Size = new System.Drawing.Size(604, 413);
- this.Load += new System.EventHandler(this.HomeControl_Load);
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picQR)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.PictureBox picQR;
- private System.Windows.Forms.Button btnGenerate;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label lbPWD;
- private System.Windows.Forms.Label lbSSID;
- }
- }
|