123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- namespace ShareWifi.Views
- {
- partial class Home
- {
- /// <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.pictureBox3 = new System.Windows.Forms.PictureBox();
- this.btnGenerate = new System.Windows.Forms.Button();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).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.Location = new System.Drawing.Point(171, 359);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(262, 23);
- this.label4.TabIndex = 4;
- this.label4.Text = "Phone Scan the QRCode to Connect Wifi.";
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.White;
- this.panel2.Controls.Add(this.pictureBox3);
- this.panel2.Location = new System.Drawing.Point(175, 30);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(256, 249);
- this.panel2.TabIndex = 3;
- //
- // pictureBox3
- //
- this.pictureBox3.Location = new System.Drawing.Point(9, 9);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(238, 228);
- this.pictureBox3.TabIndex = 0;
- this.pictureBox3.TabStop = false;
- //
- // btnGenerate
- //
- this.btnGenerate.FlatAppearance.BorderSize = 0;
- this.btnGenerate.ForeColor = System.Drawing.Color.Black;
- this.btnGenerate.Location = new System.Drawing.Point(219, 300);
- 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);
- //
- // Home
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.label4);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.btnGenerate);
- this.Name = "Home";
- this.Size = new System.Drawing.Size(604, 413);
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.PictureBox pictureBox3;
- private System.Windows.Forms.Button btnGenerate;
- }
- }
|