namespace Lskj.Main4 { partial class FrmSkins { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSkins)); this.btnClose = new System.Windows.Forms.Button(); this.skinControl1 = new Lskj.Main4.Control.SkinControl(); this.SuspendLayout(); // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = global::Lskj.Main4.Properties.Resources.Cancel_32x32; this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand; this.btnClose.FlatAppearance.BorderSize = 0; this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Location = new System.Drawing.Point(885, 3); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 26); this.btnClose.TabIndex = 5; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // skinControl1 // this.skinControl1.BackColor = System.Drawing.Color.White; this.skinControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.skinControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.skinControl1.Location = new System.Drawing.Point(0, 0); this.skinControl1.Name = "skinControl1"; this.skinControl1.Size = new System.Drawing.Size(919, 585); this.skinControl1.TabIndex = 0; // // FrmSkins // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(919, 585); this.Controls.Add(this.btnClose); this.Controls.Add(this.skinControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSkins"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "皮肤管理"; this.ResumeLayout(false); } #endregion private Control.SkinControl skinControl1; private System.Windows.Forms.Button btnClose; } }