namespace LB_SmartVision.Forms.Pages.UserManagementPage { partial class LoadForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoadForm)); themeForm1 = new ReaLTaiizor.Forms.ThemeForm(); uibtnCancel = new Button(); uibtnLoad = new Button(); uilabelPassWord = new Label(); uilabelUserName = new Label(); uitextBoxPassWord = new TextBox(); uitextBoxUserName = new TextBox(); controlBox1 = new ReaLTaiizor.Controls.ControlBox(); themeForm1.SuspendLayout(); SuspendLayout(); // // themeForm1 // themeForm1.BackColor = Color.FromArgb(32, 41, 50); themeForm1.Controls.Add(uibtnCancel); themeForm1.Controls.Add(uibtnLoad); themeForm1.Controls.Add(uilabelPassWord); themeForm1.Controls.Add(uilabelUserName); themeForm1.Controls.Add(uitextBoxPassWord); themeForm1.Controls.Add(uitextBoxUserName); themeForm1.Controls.Add(controlBox1); themeForm1.Font = new Font("Microsoft Sans Serif", 9F); themeForm1.ForeColor = SystemColors.Control; themeForm1.Image = (Image)resources.GetObject("themeForm1.Image"); themeForm1.Location = new Point(0, 0); themeForm1.Name = "themeForm1"; themeForm1.Padding = new Padding(10, 70, 10, 9); themeForm1.RoundCorners = true; themeForm1.Sizable = true; themeForm1.Size = new Size(507, 309); themeForm1.SmartBounds = true; themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation; themeForm1.TabIndex = 0; themeForm1.Text = "登录界面"; // // uibtnCancel // uibtnCancel.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); uibtnCancel.ForeColor = SystemColors.Control; uibtnCancel.Location = new Point(302, 234); uibtnCancel.Name = "uibtnCancel"; uibtnCancel.Size = new Size(100, 35); uibtnCancel.TabIndex = 6; uibtnCancel.Text = "取消"; uibtnCancel.UseVisualStyleBackColor = false; // // uibtnLoad // uibtnLoad.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); uibtnLoad.ForeColor = SystemColors.Control; uibtnLoad.Location = new Point(110, 234); uibtnLoad.Name = "uibtnLoad"; uibtnLoad.Size = new Size(100, 35); uibtnLoad.TabIndex = 5; uibtnLoad.Text = "登录"; uibtnLoad.UseVisualStyleBackColor = false; // // uilabelPassWord // uilabelPassWord.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); uilabelPassWord.ForeColor = SystemColors.Control; uilabelPassWord.Location = new Point(120, 163); uilabelPassWord.Name = "uilabelPassWord"; uilabelPassWord.Size = new Size(100, 23); uilabelPassWord.TabIndex = 4; uilabelPassWord.Text = "密码"; // // uilabelUserName // uilabelUserName.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); uilabelUserName.ForeColor = SystemColors.Control; uilabelUserName.Location = new Point(120, 97); uilabelUserName.Name = "uilabelUserName"; uilabelUserName.Size = new Size(100, 23); uilabelUserName.TabIndex = 3; uilabelUserName.Text = "用户名"; // // uitextBoxPassWord // uitextBoxPassWord.Location = new Point(227, 157); uitextBoxPassWord.Name = "uitextBoxPassWord"; uitextBoxPassWord.Size = new Size(150, 24); uitextBoxPassWord.TabIndex = 2; // // uitextBoxUserName // uitextBoxUserName.Location = new Point(227, 94); uitextBoxUserName.Name = "uitextBoxUserName"; uitextBoxUserName.Size = new Size(150, 24); uitextBoxUserName.TabIndex = 1; // // controlBox1 // controlBox1.Anchor = AnchorStyles.Top | AnchorStyles.Right; controlBox1.BackColor = Color.FromArgb(32, 34, 37); controlBox1.CloseHoverColor = Color.FromArgb(230, 17, 35); controlBox1.DefaultLocation = true; controlBox1.EnableHoverHighlight = true; controlBox1.EnableMaximizeButton = true; controlBox1.EnableMinimizeButton = true; controlBox1.ForeColor = Color.FromArgb(155, 155, 155); controlBox1.Location = new Point(407, 18); controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74); controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65); controlBox1.Name = "controlBox1"; controlBox1.Size = new Size(90, 25); controlBox1.TabIndex = 0; controlBox1.Text = "controlBox1"; // // LoadForm // AutoScaleMode = AutoScaleMode.None; ClientSize = new Size(507, 309); ControlBox = false; Controls.Add(themeForm1); FormBorderStyle = FormBorderStyle.None; MinimumSize = new Size(261, 61); Name = "LoadForm"; Text = "登录界面"; TransparencyKey = Color.Fuchsia; themeForm1.ResumeLayout(false); themeForm1.PerformLayout(); ResumeLayout(false); } #endregion private ReaLTaiizor.Forms.ThemeForm themeForm1; private ReaLTaiizor.Controls.ControlBox controlBox1; private Label uilabelPassWord; private Label uilabelUserName; private TextBox uitextBoxPassWord; private TextBox uitextBoxUserName; private Button uibtnCancel; private Button uibtnLoad; } }