namespace Sunny.UI.Demo.Forms { partial class FLogin { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // lblTitle // this.lblTitle.Text = "SunnyUI.Net Login Form"; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); this.pictureBox1.Image = global::Sunny.UI.Demo.Properties.Resources.SunnyLogin; this.pictureBox1.Location = new System.Drawing.Point(183, 212); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(71, 71); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox1.TabIndex = 9; this.pictureBox1.TabStop = false; // // FLogin // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(750, 450); this.Controls.Add(this.pictureBox1); this.Name = "FLogin"; this.Text = "SunnyUI.Net Login Form"; this.ButtonLoginClick += new System.EventHandler(this.FLogin_ButtonLoginClick); this.Controls.SetChildIndex(this.lblTitle, 0); this.Controls.SetChildIndex(this.pictureBox1, 0); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; } }