namespace LYFZ.Software.SelfService
{
partial class frmPersonalCenter
{
///
/// 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(frmPersonalCenter));
this.btnRefresh = new LYFZ.ComponentLibrary.ButtonEx();
this.cbDelHuanChun = new LYFZ.ComponentLibrary.CheckBoxEx();
this.plFormMainContent.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
//
// plFormMainContent
//
this.plFormMainContent.Controls.Add(this.cbDelHuanChun);
this.plFormMainContent.Controls.Add(this.btnRefresh);
this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
this.plFormMainContent.Controls.SetChildIndex(this.btnRefresh, 0);
this.plFormMainContent.Controls.SetChildIndex(this.cbDelHuanChun, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// btnRefresh
//
this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
this.btnRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRefresh.BackImg")));
this.btnRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnRefresh.ForeColor = System.Drawing.Color.White;
this.btnRefresh.IsCustomBackImg = false;
this.btnRefresh.IsShowText = true;
this.btnRefresh.Location = new System.Drawing.Point(190, 6);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(85, 28);
this.btnRefresh.TabIndex = 4;
this.btnRefresh.Text = "刷 新";
this.btnRefresh.UseVisualStyleBackColor = false;
//
// cbDelHuanChun
//
this.cbDelHuanChun.AutoSize = true;
this.cbDelHuanChun.BackColor = System.Drawing.Color.Transparent;
this.cbDelHuanChun.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.cbDelHuanChun.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.cbDelHuanChun.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.cbDelHuanChun.Fourstates = false;
this.cbDelHuanChun.IsGreenTick = false;
this.cbDelHuanChun.Location = new System.Drawing.Point(281, 11);
this.cbDelHuanChun.Name = "cbDelHuanChun";
this.cbDelHuanChun.Size = new System.Drawing.Size(111, 21);
this.cbDelHuanChun.TabIndex = 6;
this.cbDelHuanChun.Text = "刷新时清除缓存";
this.cbDelHuanChun.UseVisualStyleBackColor = false;
//
// frmPersonalCenter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(910, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsShowUcNavigationTool = true;
this.Name = "frmPersonalCenter";
this.Text = "自助中心";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
this.Controls.SetChildIndex(this.btnAppFormExit, 0);
this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
this.Controls.SetChildIndex(this.plFormMainContent, 0);
this.plFormMainContent.ResumeLayout(false);
this.plFormMainContent.PerformLayout();
this.ResumeLayout(false);
}
#endregion
public ComponentLibrary.ButtonEx btnRefresh;
public ComponentLibrary.CheckBoxEx cbDelHuanChun;
}
}