using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; namespace Cyberpipe { partial class FrmLogin { /// <summary> /// Required designer variable. /// </summary> private IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogin)); this.btnAddPipeline2 = new DevComponents.DotNetBar.ButtonItem(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.btnOK = new DevComponents.DotNetBar.ButtonX(); this.textBoxPassWord = new System.Windows.Forms.TextBox(); this.btnCancel = new DevComponents.DotNetBar.ButtonX(); this.checkBoxXRememberPassword = new System.Windows.Forms.CheckBox(); this.txtUser = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // btnAddPipeline2 // this.btnAddPipeline2.Name = "btnAddPipeline2"; this.btnAddPipeline2.SubItemsExpandWidth = 14; this.btnAddPipeline2.Text = "添加管线"; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.BackgroundImage = global::Cyberpipe.Properties.Resources.登录页3; this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.ErrorImage = null; this.pictureBox1.InitialImage = null; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(892, 546); this.pictureBox1.TabIndex = 29; this.pictureBox1.TabStop = false; // // btnOK // this.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnOK.Location = new System.Drawing.Point(314, 493); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(39, 19); this.btnOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnOK.TabIndex = 35; this.btnOK.Text = "登录"; this.btnOK.Click += new System.EventHandler(this.button1_Click); // // textBoxPassWord // this.textBoxPassWord.Location = new System.Drawing.Point(208, 468); this.textBoxPassWord.Name = "textBoxPassWord"; this.textBoxPassWord.PasswordChar = '*'; this.textBoxPassWord.Size = new System.Drawing.Size(206, 21); this.textBoxPassWord.TabIndex = 33; // // btnCancel // this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCancel.Location = new System.Drawing.Point(376, 493); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(38, 19); this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCancel.TabIndex = 35; this.btnCancel.Text = "关闭"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // checkBoxXRememberPassword // this.checkBoxXRememberPassword.AutoSize = true; this.checkBoxXRememberPassword.BackColor = System.Drawing.Color.Transparent; this.checkBoxXRememberPassword.ForeColor = System.Drawing.SystemColors.ControlText; this.checkBoxXRememberPassword.Location = new System.Drawing.Point(192, 496); this.checkBoxXRememberPassword.Name = "checkBoxXRememberPassword"; this.checkBoxXRememberPassword.Size = new System.Drawing.Size(72, 16); this.checkBoxXRememberPassword.TabIndex = 37; this.checkBoxXRememberPassword.Text = "记住密码"; this.checkBoxXRememberPassword.UseVisualStyleBackColor = false; // // txtUser // this.txtUser.Location = new System.Drawing.Point(208, 439); this.txtUser.Name = "txtUser"; this.txtUser.Size = new System.Drawing.Size(206, 21); this.txtUser.TabIndex = 32; // // FrmLogin // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247))))); this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(892, 546); this.ControlBox = false; this.Controls.Add(this.txtUser); this.Controls.Add(this.textBoxPassWord); this.Controls.Add(this.checkBoxXRememberPassword); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.pictureBox1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.ImeMode = System.Windows.Forms.ImeMode.On; this.MaximizeBox = false; this.Name = "FrmLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "航天科工智能管网管理系统"; this.Load += new System.EventHandler(this.FrmLogin_Load); this.Click += new System.EventHandler(this.FrmLogin_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ButtonItem btnAddPipeline2; private PictureBox pictureBox1; private ButtonX btnOK; private TextBox textBoxPassWord; private ButtonX btnCancel; private CheckBox checkBoxXRememberPassword; private TextBox txtUser; } }