| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- namespace UAS_MES.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.LoginOut = new System.Windows.Forms.PictureBox();
- 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.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.LoginOut)).BeginInit();
- ((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.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // TitleLabel
- //
- resources.ApplyResources(this.TitleLabel, "TitleLabel");
- this.TitleLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.TitleLabel.Name = "TitleLabel";
- //
- // LoginOut
- //
- resources.ApplyResources(this.LoginOut, "LoginOut");
- this.LoginOut.Image = global::UAS_MES.Properties.Resources._0802192135;
- this.LoginOut.Name = "LoginOut";
- this.LoginOut.TabStop = false;
- this.LoginOut.Click += new System.EventHandler(this.pictureBox1_Click);
- this.LoginOut.MouseEnter += new System.EventHandler(this.LoginOut_MouseEnter);
- this.LoginOut.MouseLeave += new System.EventHandler(this.LoginOut_MouseLeave);
- //
- // 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.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.Properties.Resources.close_32px_1181428_easyicon_net;
- this.CloseWindow.Name = "CloseWindow";
- this.CloseWindow.TabStop = false;
- this.CloseWindow.Click += new System.EventHandler(this.CloseWindow_Click);
- //
- // pictureBox1
- //
- resources.ApplyResources(this.pictureBox1, "pictureBox1");
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.TabStop = false;
- //
- // HeadBar
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
- this.Controls.Add(this.pictureBox1);
- 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);
- ((System.ComponentModel.ISupportInitialize)(this.LoginOut)).EndInit();
- ((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.pictureBox1)).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 System.Windows.Forms.PictureBox LoginOut;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }
|