namespace UAS_MES.CustomControl { partial class HeadBar { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeadBar)); this.MinWindow1 = new System.Windows.Forms.PictureBox(); this.CloseWindow = new System.Windows.Forms.PictureBox(); this.MinWindow = new System.Windows.Forms.PictureBox(); this.TitleLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).BeginInit(); this.SuspendLayout(); // // 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); // // 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); // // TitleLabel // resources.ApplyResources(this.TitleLabel, "TitleLabel"); this.TitleLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.TitleLabel.Name = "TitleLabel"; // // HeadBar // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlDarkDark; 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.MinWindow1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).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; } }