123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- namespace UAS_MES_NEW.CustomControl
- {
- partial class HeadBar
- { /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeadBar));
- this.TitleLabel = new System.Windows.Forms.Label();
- this.MinWindow2 = new System.Windows.Forms.PictureBox();
- this.MinWindow = new System.Windows.Forms.PictureBox();
- this.MinWindow1 = new System.Windows.Forms.PictureBox();
- this.CloseWindow = new System.Windows.Forms.PictureBox();
- this.LoginOut = new DevExpress.XtraEditors.SimpleButton();
- this.Change_psw = new DevExpress.XtraEditors.SimpleButton();
- this.UpperCollection = new DevExpress.XtraEditors.ToggleSwitch();
- ((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.UpperCollection.Properties)).BeginInit();
- this.SuspendLayout();
- //
- // TitleLabel
- //
- resources.ApplyResources(this.TitleLabel, "TitleLabel");
- this.TitleLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
- this.TitleLabel.ForeColor = System.Drawing.Color.RoyalBlue;
- this.TitleLabel.Name = "TitleLabel";
- //
- // MinWindow2
- //
- resources.ApplyResources(this.MinWindow2, "MinWindow2");
- this.MinWindow2.Name = "MinWindow2";
- this.MinWindow2.TabStop = false;
- //
- // MinWindow
- //
- resources.ApplyResources(this.MinWindow, "MinWindow");
- this.MinWindow.Image = global::UAS_MES_NEW.Properties.Resources.Close_up_32px_1181430_easyicon_net;
- this.MinWindow.Name = "MinWindow";
- this.MinWindow.TabStop = false;
- this.MinWindow.Click += new System.EventHandler(this.MinWindow_Click);
- //
- // MinWindow1
- //
- resources.ApplyResources(this.MinWindow1, "MinWindow1");
- this.MinWindow1.Name = "MinWindow1";
- this.MinWindow1.TabStop = false;
- this.MinWindow1.Click += new System.EventHandler(this.CloseWindow_Click);
- //
- // CloseWindow
- //
- resources.ApplyResources(this.CloseWindow, "CloseWindow");
- this.CloseWindow.Image = global::UAS_MES_NEW.Properties.Resources.close_32px_1181428_easyicon_net;
- this.CloseWindow.Name = "CloseWindow";
- this.CloseWindow.TabStop = false;
- this.CloseWindow.Click += new System.EventHandler(this.CloseWindow_Click);
- //
- // LoginOut
- //
- this.LoginOut.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("LoginOut.Appearance.Font")));
- this.LoginOut.Appearance.Options.UseFont = true;
- this.LoginOut.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- resources.ApplyResources(this.LoginOut, "LoginOut");
- this.LoginOut.Image = global::UAS_MES_NEW.Properties.Resources.Logout_32px_581264_easyicon_net;
- this.LoginOut.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
- this.LoginOut.Name = "LoginOut";
- this.LoginOut.Click += new System.EventHandler(this.LoginOut_Click);
- //
- // Change_psw
- //
- this.Change_psw.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("Change_psw.Appearance.Font")));
- this.Change_psw.Appearance.Options.UseFont = true;
- this.Change_psw.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- resources.ApplyResources(this.Change_psw, "Change_psw");
- this.Change_psw.Image = global::UAS_MES_NEW.Properties.Resources.pwd;
- this.Change_psw.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
- this.Change_psw.Name = "Change_psw";
- this.Change_psw.Click += new System.EventHandler(this.Change_psw_Click);
- //
- // UpperCollection
- //
- resources.ApplyResources(this.UpperCollection, "UpperCollection");
- this.UpperCollection.Name = "UpperCollection";
- this.UpperCollection.Properties.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("UpperCollection.Properties.Appearance.Font")));
- this.UpperCollection.Properties.Appearance.Options.UseFont = true;
- this.UpperCollection.Properties.OffText = resources.GetString("UpperCollection.Properties.OffText");
- this.UpperCollection.Properties.OnText = resources.GetString("UpperCollection.Properties.OnText");
- this.UpperCollection.Toggled += new System.EventHandler(this.UpperCollection_Toggled);
- //
- // HeadBar
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
- this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.Controls.Add(this.UpperCollection);
- this.Controls.Add(this.Change_psw);
- this.Controls.Add(this.LoginOut);
- this.Controls.Add(this.MinWindow2);
- this.Controls.Add(this.TitleLabel);
- this.Controls.Add(this.MinWindow);
- this.Controls.Add(this.MinWindow1);
- this.Controls.Add(this.CloseWindow);
- this.Name = "HeadBar";
- this.Load += new System.EventHandler(this.HeadBar_Load);
- this.BackColorChanged += new System.EventHandler(this.HeadBar_BackColorChanged);
- ((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.UpperCollection.Properties)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.PictureBox MinWindow1;
- private System.Windows.Forms.PictureBox CloseWindow;
- private System.Windows.Forms.PictureBox MinWindow;
- private System.Windows.Forms.Label TitleLabel;
- private System.Windows.Forms.PictureBox MinWindow2;
- private DevExpress.XtraEditors.SimpleButton Change_psw;
- private DevExpress.XtraEditors.SimpleButton LoginOut;
- private DevExpress.XtraEditors.ToggleSwitch UpperCollection;
- }
- }
|