namespace NewArchivesCenter { partial class 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() { DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(login)); pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); labelControl2 = new DevExpress.XtraEditors.LabelControl(); labelControl1 = new DevExpress.XtraEditors.LabelControl(); simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); textEdit1 = new DevExpress.XtraEditors.TextEdit(); labelControl3 = new DevExpress.XtraEditors.LabelControl(); labelControl4 = new DevExpress.XtraEditors.LabelControl(); textEdit2 = new DevExpress.XtraEditors.TextEdit(); simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(WaitForm1), true, true); ((System.ComponentModel.ISupportInitialize)pictureEdit1.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).BeginInit(); SuspendLayout(); // // pictureEdit1 // pictureEdit1.EditValue = Properties.Resources.Icon_0105; pictureEdit1.Location = new System.Drawing.Point(24, 24); pictureEdit1.Margin = new System.Windows.Forms.Padding(4); pictureEdit1.Name = "pictureEdit1"; pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; pictureEdit1.Properties.Appearance.Options.UseBackColor = true; pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; pictureEdit1.Size = new System.Drawing.Size(64, 64); pictureEdit1.TabIndex = 1; // // labelControl2 // labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134); labelControl2.Appearance.Options.UseFont = true; labelControl2.Location = new System.Drawing.Point(96, 46); labelControl2.Margin = new System.Windows.Forms.Padding(4); labelControl2.Name = "labelControl2"; labelControl2.Size = new System.Drawing.Size(64, 42); labelControl2.TabIndex = 3; labelControl2.Text = "登录"; // // labelControl1 // labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134); labelControl1.Appearance.Options.UseFont = true; labelControl1.Location = new System.Drawing.Point(96, 24); labelControl1.Margin = new System.Windows.Forms.Padding(4); labelControl1.Name = "labelControl1"; labelControl1.Size = new System.Drawing.Size(84, 28); labelControl1.TabIndex = 2; labelControl1.Text = "日志中心"; // // simpleButton1 // simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134); simpleButton1.Appearance.Options.UseFont = true; simpleButton1.Location = new System.Drawing.Point(263, 164); simpleButton1.Margin = new System.Windows.Forms.Padding(4); simpleButton1.Name = "simpleButton1"; simpleButton1.Size = new System.Drawing.Size(75, 23); simpleButton1.TabIndex = 9; simpleButton1.Text = "登录"; simpleButton1.Click += simpleButton1_Click; // // textEdit1 // textEdit1.Location = new System.Drawing.Point(96, 96); textEdit1.Margin = new System.Windows.Forms.Padding(4); textEdit1.Name = "textEdit1"; textEdit1.Size = new System.Drawing.Size(211, 26); textEdit1.TabIndex = 6; // // labelControl3 // labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134); labelControl3.Appearance.Options.UseFont = true; labelControl3.Location = new System.Drawing.Point(46, 97); labelControl3.Margin = new System.Windows.Forms.Padding(4); labelControl3.Name = "labelControl3"; labelControl3.Size = new System.Drawing.Size(42, 20); labelControl3.TabIndex = 4; labelControl3.Text = "用户名"; // // labelControl4 // labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134); labelControl4.Appearance.Options.UseFont = true; labelControl4.Location = new System.Drawing.Point(60, 131); labelControl4.Margin = new System.Windows.Forms.Padding(4); labelControl4.Name = "labelControl4"; labelControl4.Size = new System.Drawing.Size(28, 20); labelControl4.TabIndex = 5; labelControl4.Text = "密码"; // // textEdit2 // textEdit2.Location = new System.Drawing.Point(96, 130); textEdit2.Margin = new System.Windows.Forms.Padding(4); textEdit2.Name = "textEdit2"; textEdit2.Properties.UseSystemPasswordChar = true; textEdit2.Size = new System.Drawing.Size(242, 26); textEdit2.TabIndex = 8; // // simpleButton2 // simpleButton2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134); simpleButton2.Appearance.Options.UseFont = true; simpleButton2.ImageOptions.Image = Properties.Resources.Icon_0798; simpleButton2.Location = new System.Drawing.Point(315, 97); simpleButton2.Margin = new System.Windows.Forms.Padding(4); simpleButton2.Name = "simpleButton2"; simpleButton2.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light; simpleButton2.Size = new System.Drawing.Size(23, 21); toolTipTitleItem1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True; toolTipTitleItem1.Text = "系统登陆"; toolTipItem1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True; toolTipItem1.Text = "使用登陆当前操作系统的用户账户登录"; superToolTip1.Items.Add(toolTipTitleItem1); superToolTip1.Items.Add(toolTipItem1); simpleButton2.SuperTip = superToolTip1; simpleButton2.TabIndex = 7; simpleButton2.Click += simpleButton2_Click; // // simpleButton3 // simpleButton3.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134); simpleButton3.Appearance.Options.UseFont = true; simpleButton3.ImageOptions.Image = Properties.Resources.Icon_1383; simpleButton3.Location = new System.Drawing.Point(180, 164); simpleButton3.Margin = new System.Windows.Forms.Padding(4); simpleButton3.Name = "simpleButton3"; simpleButton3.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light; simpleButton3.Size = new System.Drawing.Size(75, 23); simpleButton3.TabIndex = 10; simpleButton3.Text = "新建用户"; simpleButton3.Click += simpleButton3_Click; // // splashScreenManager1 // splashScreenManager1.ClosingDelay = 500; // // login // Appearance.Options.UseFont = true; AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(384, 222); Controls.Add(simpleButton3); Controls.Add(simpleButton2); Controls.Add(textEdit2); Controls.Add(labelControl4); Controls.Add(labelControl3); Controls.Add(labelControl1); Controls.Add(labelControl2); Controls.Add(pictureEdit1); Controls.Add(textEdit1); Controls.Add(simpleButton1); Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; IconOptions.Icon = (System.Drawing.Icon)resources.GetObject("login.IconOptions.Icon"); Margin = new System.Windows.Forms.Padding(4); MaximumSize = new System.Drawing.Size(400, 262); MinimumSize = new System.Drawing.Size(386, 256); Name = "login"; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "登录"; FormClosing += login_FormClosing; ((System.ComponentModel.ISupportInitialize)pictureEdit1.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DevExpress.XtraEditors.PictureEdit pictureEdit1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.TextEdit textEdit1; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit textEdit2; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton simpleButton3; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; } }