namespace Bro.M141.Process.UI { partial class Frm_Login { /// /// 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() { uiButton1 = new Sunny.UI.UIButton(); uiTextBox2 = new Sunny.UI.UITextBox(); uiLabel2 = new Sunny.UI.UILabel(); uiTextBox1 = new Sunny.UI.UITextBox(); uiLabel1 = new Sunny.UI.UILabel(); SuspendLayout(); // // uiButton1 // uiButton1.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point); uiButton1.IsScaled = false; uiButton1.Location = new Point(568, 294); uiButton1.MinimumSize = new Size(1, 1); uiButton1.Name = "uiButton1"; uiButton1.Size = new Size(150, 52); uiButton1.TabIndex = 9; uiButton1.Text = "用户登入"; uiButton1.Click += uiButton1_Click; // // uiTextBox2 // uiTextBox2.ButtonSymbol = 61761; uiTextBox2.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point); uiTextBox2.IsScaled = false; uiTextBox2.Location = new Point(214, 212); uiTextBox2.Margin = new Padding(4, 5, 4, 5); uiTextBox2.Maximum = 2147483647D; uiTextBox2.Minimum = -2147483648D; uiTextBox2.MinimumSize = new Size(1, 1); uiTextBox2.Name = "uiTextBox2"; uiTextBox2.PasswordChar = '*'; uiTextBox2.Size = new Size(317, 39); uiTextBox2.TabIndex = 8; uiTextBox2.TextAlignment = ContentAlignment.MiddleLeft; // // uiLabel2 // uiLabel2.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point); uiLabel2.Location = new Point(82, 209); uiLabel2.Name = "uiLabel2"; uiLabel2.Size = new Size(150, 34); uiLabel2.TabIndex = 7; uiLabel2.Text = "用户账号:"; uiLabel2.TextAlign = ContentAlignment.MiddleLeft; // // uiTextBox1 // uiTextBox1.ButtonSymbol = 61761; uiTextBox1.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point); uiTextBox1.IsScaled = false; uiTextBox1.Location = new Point(214, 108); uiTextBox1.Margin = new Padding(4, 5, 4, 5); uiTextBox1.Maximum = 2147483647D; uiTextBox1.Minimum = -2147483648D; uiTextBox1.MinimumSize = new Size(1, 1); uiTextBox1.Name = "uiTextBox1"; uiTextBox1.Size = new Size(317, 39); uiTextBox1.TabIndex = 6; uiTextBox1.Text = "管理员"; uiTextBox1.TextAlignment = ContentAlignment.MiddleLeft; // // uiLabel1 // uiLabel1.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point); uiLabel1.Location = new Point(82, 105); uiLabel1.Name = "uiLabel1"; uiLabel1.Size = new Size(150, 34); uiLabel1.TabIndex = 5; uiLabel1.Text = "用户账号:"; uiLabel1.TextAlign = ContentAlignment.MiddleLeft; // // Frm_Login // AutoScaleDimensions = new SizeF(11F, 24F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(800, 450); Controls.Add(uiButton1); Controls.Add(uiTextBox2); Controls.Add(uiLabel2); Controls.Add(uiTextBox1); Controls.Add(uiLabel1); Name = "Frm_Login"; Text = "Frm_Login"; ResumeLayout(false); } #endregion private Sunny.UI.UIButton uiButton1; private Sunny.UI.UITextBox uiTextBox2; private Sunny.UI.UILabel uiLabel2; private Sunny.UI.UITextBox uiTextBox1; private Sunny.UI.UILabel uiLabel1; } }