123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- namespace LYFZ.Software.SelfService
- {
- partial class frmPersonalCenter
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|