namespace ryControls { partial class Formbase { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.s_pnlWinTop = new System.Windows.Forms.Panel(); this.s_pnlWinTitle = new System.Windows.Forms.Panel(); this.s_lblText = new System.Windows.Forms.Label(); this.s_pnMini = new System.Windows.Forms.Panel(); this.s_btnmin = new System.Windows.Forms.Button(); this.s_pnMax = new System.Windows.Forms.Panel(); this.s_btnMax = new System.Windows.Forms.Button(); this.s_pnClose = new System.Windows.Forms.Panel(); this.s_btnClose = new System.Windows.Forms.Button(); this.s_pnTopRight = new System.Windows.Forms.Panel(); this.s_pnTopLeft = new System.Windows.Forms.Panel(); this.s_pnlToolMenu = new System.Windows.Forms.Panel(); this.s_pnlWinTop.SuspendLayout(); this.s_pnlWinTitle.SuspendLayout(); this.s_pnMini.SuspendLayout(); this.s_pnMax.SuspendLayout(); this.s_pnClose.SuspendLayout(); this.s_pnlToolMenu.SuspendLayout(); this.SuspendLayout(); // // s_pnlWinTop // this.s_pnlWinTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(177)))), ((int)(((byte)(252))))); this.s_pnlWinTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.s_pnlWinTop.Controls.Add(this.s_pnlWinTitle); this.s_pnlWinTop.Controls.Add(this.s_pnMini); this.s_pnlWinTop.Controls.Add(this.s_pnMax); this.s_pnlWinTop.Controls.Add(this.s_pnClose); this.s_pnlWinTop.Controls.Add(this.s_pnTopRight); this.s_pnlWinTop.Controls.Add(this.s_pnTopLeft); this.s_pnlWinTop.Dock = System.Windows.Forms.DockStyle.Fill; this.s_pnlWinTop.Location = new System.Drawing.Point(0, 0); this.s_pnlWinTop.Name = "s_pnlWinTop"; this.s_pnlWinTop.Size = new System.Drawing.Size(592, 34); this.s_pnlWinTop.TabIndex = 0; this.s_pnlWinTop.DoubleClick += new System.EventHandler(this.PnlWinTop_DoubleClick); this.s_pnlWinTop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseDown); this.s_pnlWinTop.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseMove); this.s_pnlWinTop.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseUp); // // s_pnlWinTitle // this.s_pnlWinTitle.BackColor = System.Drawing.Color.Transparent; this.s_pnlWinTitle.Controls.Add(this.s_lblText); this.s_pnlWinTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.s_pnlWinTitle.Location = new System.Drawing.Point(10, 0); this.s_pnlWinTitle.Name = "s_pnlWinTitle"; this.s_pnlWinTitle.Size = new System.Drawing.Size(478, 34); this.s_pnlWinTitle.TabIndex = 6; this.s_pnlWinTitle.DoubleClick += new System.EventHandler(this.PnlWinTop_DoubleClick); this.s_pnlWinTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseDown); this.s_pnlWinTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseMove); this.s_pnlWinTitle.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseUp); // // s_lblText // this.s_lblText.AutoSize = true; this.s_lblText.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.s_lblText.ForeColor = System.Drawing.Color.White; this.s_lblText.Location = new System.Drawing.Point(1, 10); this.s_lblText.Name = "s_lblText"; this.s_lblText.Size = new System.Drawing.Size(38, 16); this.s_lblText.TabIndex = 0; this.s_lblText.Text = "标题1"; this.s_lblText.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseDown); this.s_lblText.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseMove); this.s_lblText.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseUp); // // s_pnMini // this.s_pnMini.BackColor = System.Drawing.Color.Transparent; this.s_pnMini.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.s_pnMini.Controls.Add(this.s_btnmin); this.s_pnMini.Dock = System.Windows.Forms.DockStyle.Right; this.s_pnMini.Location = new System.Drawing.Point(488, 0); this.s_pnMini.Name = "s_pnMini"; this.s_pnMini.Size = new System.Drawing.Size(32, 34); this.s_pnMini.TabIndex = 4; this.s_pnMini.Paint += new System.Windows.Forms.PaintEventHandler(this.PnMini_Paint); // // s_btnmin // this.s_btnmin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.s_btnmin.FlatAppearance.BorderSize = 0; this.s_btnmin.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.s_btnmin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.s_btnmin.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.s_btnmin.Location = new System.Drawing.Point(3, 6); this.s_btnmin.Name = "s_btnmin"; this.s_btnmin.Size = new System.Drawing.Size(26, 24); this.s_btnmin.TabIndex = 5; this.s_btnmin.TabStop = false; this.s_btnmin.UseVisualStyleBackColor = true; this.s_btnmin.Click += new System.EventHandler(this.Btnmin_Click); // // s_pnMax // this.s_pnMax.BackColor = System.Drawing.Color.Transparent; this.s_pnMax.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.s_pnMax.Controls.Add(this.s_btnMax); this.s_pnMax.Dock = System.Windows.Forms.DockStyle.Right; this.s_pnMax.Location = new System.Drawing.Point(520, 0); this.s_pnMax.Name = "s_pnMax"; this.s_pnMax.Size = new System.Drawing.Size(32, 34); this.s_pnMax.TabIndex = 7; // // s_btnMax // this.s_btnMax.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.s_btnMax.FlatAppearance.BorderSize = 0; this.s_btnMax.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.s_btnMax.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.s_btnMax.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.s_btnMax.Location = new System.Drawing.Point(3, 6); this.s_btnMax.Name = "s_btnMax"; this.s_btnMax.Size = new System.Drawing.Size(26, 24); this.s_btnMax.TabIndex = 5; this.s_btnMax.TabStop = false; this.s_btnMax.UseVisualStyleBackColor = true; this.s_btnMax.Click += new System.EventHandler(this.BtnMax_Click); this.s_btnMax.MouseEnter += new System.EventHandler(this.BtnMax_MouseEnter); this.s_btnMax.MouseLeave += new System.EventHandler(this.BtnMax_MouseLeave); // // s_pnClose // this.s_pnClose.BackColor = System.Drawing.Color.Transparent; this.s_pnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.s_pnClose.Controls.Add(this.s_btnClose); this.s_pnClose.Dock = System.Windows.Forms.DockStyle.Right; this.s_pnClose.Location = new System.Drawing.Point(552, 0); this.s_pnClose.Name = "s_pnClose"; this.s_pnClose.Size = new System.Drawing.Size(30, 34); this.s_pnClose.TabIndex = 2; // // s_btnClose // this.s_btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.s_btnClose.FlatAppearance.BorderSize = 0; this.s_btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.s_btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.s_btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.s_btnClose.Location = new System.Drawing.Point(3, 6); this.s_btnClose.Name = "s_btnClose"; this.s_btnClose.Size = new System.Drawing.Size(27, 24); this.s_btnClose.TabIndex = 2; this.s_btnClose.TabStop = false; this.s_btnClose.UseVisualStyleBackColor = true; this.s_btnClose.Click += new System.EventHandler(this.BtnClose_Click); this.s_btnClose.MouseEnter += new System.EventHandler(this.BtnClose_MouseEnter); this.s_btnClose.MouseLeave += new System.EventHandler(this.BtnClose_MouseLeave); // // s_pnTopRight // this.s_pnTopRight.BackColor = System.Drawing.Color.Transparent; this.s_pnTopRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.s_pnTopRight.Dock = System.Windows.Forms.DockStyle.Right; this.s_pnTopRight.Location = new System.Drawing.Point(582, 0); this.s_pnTopRight.Name = "s_pnTopRight"; this.s_pnTopRight.Size = new System.Drawing.Size(10, 34); this.s_pnTopRight.TabIndex = 1; // // s_pnTopLeft // this.s_pnTopLeft.BackColor = System.Drawing.Color.Transparent; this.s_pnTopLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.s_pnTopLeft.Dock = System.Windows.Forms.DockStyle.Left; this.s_pnTopLeft.Location = new System.Drawing.Point(0, 0); this.s_pnTopLeft.Name = "s_pnTopLeft"; this.s_pnTopLeft.Size = new System.Drawing.Size(10, 34); this.s_pnTopLeft.TabIndex = 0; // // s_pnlToolMenu // this.s_pnlToolMenu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.s_pnlToolMenu.Controls.Add(this.s_pnlWinTop); this.s_pnlToolMenu.Dock = System.Windows.Forms.DockStyle.Top; this.s_pnlToolMenu.Location = new System.Drawing.Point(0, 0); this.s_pnlToolMenu.Name = "s_pnlToolMenu"; this.s_pnlToolMenu.Size = new System.Drawing.Size(592, 34); this.s_pnlToolMenu.TabIndex = 0; // // Formbase // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.Color.White; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(592, 426); this.Controls.Add(this.s_pnlToolMenu); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.KeyPreview = true; this.Name = "Formbase"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Activated += new System.EventHandler(this.Formbase_Activated); this.Deactivate += new System.EventHandler(this.Formbase_Deactivate); this.Load += new System.EventHandler(this.Formbase_Load); this.Shown += new System.EventHandler(this.Formbase_Shown); this.ResizeEnd += new System.EventHandler(this.Formbase_ResizeEnd); this.VisibleChanged += new System.EventHandler(this.Formbase_VisibleChanged); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Formbase_KeyDown); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseMove); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PnlWinTop_MouseUp); this.Resize += new System.EventHandler(this.Formbase_Resize); this.s_pnlWinTop.ResumeLayout(false); this.s_pnlWinTitle.ResumeLayout(false); this.s_pnlWinTitle.PerformLayout(); this.s_pnMini.ResumeLayout(false); this.s_pnMax.ResumeLayout(false); this.s_pnClose.ResumeLayout(false); this.s_pnlToolMenu.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel s_pnlWinTop; private System.Windows.Forms.Panel s_pnMini; private System.Windows.Forms.Panel s_pnMax; private System.Windows.Forms.Panel s_pnClose; private System.Windows.Forms.Button s_btnClose; private System.Windows.Forms.Panel s_pnTopRight; private System.Windows.Forms.Panel s_pnTopLeft; private System.Windows.Forms.Panel s_pnlToolMenu; private System.Windows.Forms.Button s_btnMax; private System.Windows.Forms.Button s_btnmin; private System.Windows.Forms.Panel s_pnlWinTitle; private System.Windows.Forms.Label s_lblText; } }