namespace ControlLib.com { partial class FormTitleBar { /// /// 必需的设计器变量。 /// 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(FormTitleBar)); this.picBg = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.lblTitle = new System.Windows.Forms.Label(); this.btnClose = new ControlLib.inh.ImageButton(); this.btnRestore = new ControlLib.inh.ImageButton(); this.btnMax = new ControlLib.inh.ImageButton(); this.btnMin = new ControlLib.inh.ImageButton(); ((System.ComponentModel.ISupportInitialize)(this.picBg)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnRestore)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnMax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnMin)).BeginInit(); this.SuspendLayout(); // // picBg // this.picBg.BackColor = System.Drawing.Color.Transparent; this.picBg.Dock = System.Windows.Forms.DockStyle.Fill; this.picBg.Image = ((System.Drawing.Image)(resources.GetObject("picBg.Image"))); this.picBg.Location = new System.Drawing.Point(0, 0); this.picBg.Name = "picBg"; this.picBg.Size = new System.Drawing.Size(824, 18); this.picBg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picBg.TabIndex = 0; this.picBg.TabStop = false; this.picBg.DoubleClick += new System.EventHandler(this.picBg_DoubleClick); this.picBg.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picBg_MouseDown); // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(3, 1); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(20, 16); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 1; this.pictureBox2.TabStop = false; // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(140)))), ((int)(((byte)(204))))); this.lblTitle.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(27, 2); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(85, 15); this.lblTitle.TabIndex = 3; this.lblTitle.Text = "朗速ERP3.0"; // // btnClose // this.btnClose.Location = new System.Drawing.Point(550, 2); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(27, 13); this.btnClose.Source = null; this.btnClose.TabIndex = 6; this.btnClose.TabStop = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnRestore // this.btnRestore.BackColor = System.Drawing.Color.Transparent; this.btnRestore.Location = new System.Drawing.Point(503, 2); this.btnRestore.Name = "btnRestore"; this.btnRestore.Size = new System.Drawing.Size(27, 13); this.btnRestore.Source = null; this.btnRestore.TabIndex = 5; this.btnRestore.TabStop = false; this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click); // // btnMax // this.btnMax.BackColor = System.Drawing.Color.Transparent; this.btnMax.Location = new System.Drawing.Point(455, 2); this.btnMax.Name = "btnMax"; this.btnMax.Size = new System.Drawing.Size(27, 13); this.btnMax.Source = null; this.btnMax.TabIndex = 4; this.btnMax.TabStop = false; this.btnMax.Click += new System.EventHandler(this.btnMax_Click); // // btnMin // this.btnMin.Location = new System.Drawing.Point(408, 2); this.btnMin.Name = "btnMin"; this.btnMin.Size = new System.Drawing.Size(27, 13); this.btnMin.Source = null; this.btnMin.TabIndex = 2; this.btnMin.TabStop = false; this.btnMin.Click += new System.EventHandler(this.btnMin_Click); // // FormTitleBar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnClose); this.Controls.Add(this.btnRestore); this.Controls.Add(this.btnMax); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnMin); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.picBg); this.Name = "FormTitleBar"; this.Size = new System.Drawing.Size(824, 18); this.Load += new System.EventHandler(this.FormTitleBar_Load); ((System.ComponentModel.ISupportInitialize)(this.picBg)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnRestore)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnMax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnMin)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox picBg; private System.Windows.Forms.PictureBox pictureBox2; private inh.ImageButton btnMin; private System.Windows.Forms.Label lblTitle; private inh.ImageButton btnMax; private inh.ImageButton btnRestore; private inh.ImageButton btnClose; } }