Home.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. namespace ShareWifi.Views
  2. {
  3. partial class Home
  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 Component 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.label4 = new System.Windows.Forms.Label();
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  31. this.btnGenerate = new System.Windows.Forms.Button();
  32. this.panel2.SuspendLayout();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // label4
  37. //
  38. this.label4.AutoSize = true;
  39. this.label4.Font = new System.Drawing.Font("Sitka Banner", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  40. this.label4.Location = new System.Drawing.Point(171, 359);
  41. this.label4.Name = "label4";
  42. this.label4.Size = new System.Drawing.Size(262, 23);
  43. this.label4.TabIndex = 4;
  44. this.label4.Text = "Phone Scan the QRCode to Connect Wifi.";
  45. //
  46. // panel2
  47. //
  48. this.panel2.Controls.Add(this.pictureBox3);
  49. this.panel2.Location = new System.Drawing.Point(175, 30);
  50. this.panel2.Name = "panel2";
  51. this.panel2.Size = new System.Drawing.Size(256, 249);
  52. this.panel2.TabIndex = 3;
  53. //
  54. // pictureBox3
  55. //
  56. this.pictureBox3.Location = new System.Drawing.Point(9, 9);
  57. this.pictureBox3.Name = "pictureBox3";
  58. this.pictureBox3.Size = new System.Drawing.Size(238, 228);
  59. this.pictureBox3.TabIndex = 0;
  60. this.pictureBox3.TabStop = false;
  61. //
  62. // btnGenerate
  63. //
  64. this.btnGenerate.FlatAppearance.BorderSize = 0;
  65. this.btnGenerate.ForeColor = System.Drawing.Color.Black;
  66. this.btnGenerate.Location = new System.Drawing.Point(219, 300);
  67. this.btnGenerate.Name = "btnGenerate";
  68. this.btnGenerate.Size = new System.Drawing.Size(174, 38);
  69. this.btnGenerate.TabIndex = 2;
  70. this.btnGenerate.Text = "Genate Wifi QRCode";
  71. this.btnGenerate.UseVisualStyleBackColor = true;
  72. this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
  73. //
  74. // Home
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.Controls.Add(this.label4);
  79. this.Controls.Add(this.panel2);
  80. this.Controls.Add(this.btnGenerate);
  81. this.Name = "Home";
  82. this.Size = new System.Drawing.Size(604, 413);
  83. this.panel2.ResumeLayout(false);
  84. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  85. this.ResumeLayout(false);
  86. this.PerformLayout();
  87. }
  88. #endregion
  89. private System.Windows.Forms.Label label4;
  90. private System.Windows.Forms.Panel panel2;
  91. private System.Windows.Forms.PictureBox pictureBox3;
  92. private System.Windows.Forms.Button btnGenerate;
  93. }
  94. }