namespace Cyberpipe { partial class FrmLogin { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.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.pictureBox2 = new System.Windows.Forms.PictureBox(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.reflectionImage1 = new DevComponents.DotNetBar.Controls.ReflectionImage(); this.txtUser = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).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.BlueBackstageBgImage; 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(416, 282); 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(117, 192); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(60, 25); 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(171, 143); this.textBoxPassWord.Name = "textBoxPassWord"; this.textBoxPassWord.PasswordChar = '*'; this.textBoxPassWord.Size = new System.Drawing.Size(127, 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(238, 192); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(60, 25); 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(223, 170); this.checkBoxXRememberPassword.Name = "checkBoxXRememberPassword"; this.checkBoxXRememberPassword.Size = new System.Drawing.Size(72, 16); this.checkBoxXRememberPassword.TabIndex = 37; this.checkBoxXRememberPassword.Text = "记住密码"; this.checkBoxXRememberPassword.UseVisualStyleBackColor = false; // // pictureBox2 // this.pictureBox2.BackgroundImage = global::Cyberpipe.Properties.Resources.l; this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox2.Location = new System.Drawing.Point(68, 27); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(293, 45); this.pictureBox2.TabIndex = 38; this.pictureBox2.TabStop = false; // // labelX1 // this.labelX1.BackColor = System.Drawing.Color.Transparent; // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(117, 103); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(75, 23); this.labelX1.TabIndex = 39; this.labelX1.Text = "用户名:"; // // labelX2 // this.labelX2.BackColor = System.Drawing.Color.Transparent; // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(117, 141); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(75, 23); this.labelX2.TabIndex = 39; this.labelX2.Text = "密码:"; // // reflectionImage1 // this.reflectionImage1.BackColor = System.Drawing.Color.White; // // // this.reflectionImage1.BackgroundStyle.Class = ""; this.reflectionImage1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.reflectionImage1.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.reflectionImage1.Image = ((System.Drawing.Image)(resources.GetObject("reflectionImage1.Image"))); this.reflectionImage1.Location = new System.Drawing.Point(22, 29); this.reflectionImage1.Name = "reflectionImage1"; this.reflectionImage1.Size = new System.Drawing.Size(49, 44); this.reflectionImage1.TabIndex = 40; // // txtUser // this.txtUser.Location = new System.Drawing.Point(171, 103); this.txtUser.Name = "txtUser"; this.txtUser.Size = new System.Drawing.Size(127, 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 = global::Cyberpipe.Properties.Resources.BlueBackstageBgImage; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(416, 282); this.Controls.Add(this.txtUser); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.reflectionImage1); this.Controls.Add(this.textBoxPassWord); this.Controls.Add(this.labelX2); this.Controls.Add(this.labelX1); this.Controls.Add(this.checkBoxXRememberPassword); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.pictureBox1); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; 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(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevComponents.DotNetBar.ButtonItem btnAddPipeline2; private System.Windows.Forms.PictureBox pictureBox1; private DevComponents.DotNetBar.ButtonX btnOK; private System.Windows.Forms.TextBox textBoxPassWord; private DevComponents.DotNetBar.ButtonX btnCancel; private System.Windows.Forms.CheckBox checkBoxXRememberPassword; private System.Windows.Forms.PictureBox pictureBox2; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.Controls.ReflectionImage reflectionImage1; private System.Windows.Forms.TextBox txtUser; } }