frmPersonalCenter.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. namespace LYFZ.Software.SelfService
  2. {
  3. partial class frmPersonalCenter
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPersonalCenter));
  29. this.btnRefresh = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.cbDelHuanChun = new LYFZ.ComponentLibrary.CheckBoxEx();
  31. this.plFormMainContent.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // plExMainContainer
  35. //
  36. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  37. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  38. //
  39. // plFormMainContent
  40. //
  41. this.plFormMainContent.Controls.Add(this.cbDelHuanChun);
  42. this.plFormMainContent.Controls.Add(this.btnRefresh);
  43. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  44. this.plFormMainContent.Controls.SetChildIndex(this.btnRefresh, 0);
  45. this.plFormMainContent.Controls.SetChildIndex(this.cbDelHuanChun, 0);
  46. //
  47. // btnAppFormExit
  48. //
  49. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  50. //
  51. // btnAppFormMinimize
  52. //
  53. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  54. //
  55. // btnRefresh
  56. //
  57. this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
  58. this.btnRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRefresh.BackImg")));
  59. this.btnRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  60. this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  61. this.btnRefresh.ForeColor = System.Drawing.Color.White;
  62. this.btnRefresh.IsCustomBackImg = false;
  63. this.btnRefresh.IsShowText = true;
  64. this.btnRefresh.Location = new System.Drawing.Point(190, 6);
  65. this.btnRefresh.Name = "btnRefresh";
  66. this.btnRefresh.Size = new System.Drawing.Size(85, 28);
  67. this.btnRefresh.TabIndex = 4;
  68. this.btnRefresh.Text = "刷 新";
  69. this.btnRefresh.UseVisualStyleBackColor = false;
  70. //
  71. // cbDelHuanChun
  72. //
  73. this.cbDelHuanChun.AutoSize = true;
  74. this.cbDelHuanChun.BackColor = System.Drawing.Color.Transparent;
  75. this.cbDelHuanChun.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  76. this.cbDelHuanChun.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  77. this.cbDelHuanChun.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  78. this.cbDelHuanChun.Fourstates = false;
  79. this.cbDelHuanChun.IsGreenTick = false;
  80. this.cbDelHuanChun.Location = new System.Drawing.Point(281, 11);
  81. this.cbDelHuanChun.Name = "cbDelHuanChun";
  82. this.cbDelHuanChun.Size = new System.Drawing.Size(111, 21);
  83. this.cbDelHuanChun.TabIndex = 6;
  84. this.cbDelHuanChun.Text = "刷新时清除缓存";
  85. this.cbDelHuanChun.UseVisualStyleBackColor = false;
  86. //
  87. // frmPersonalCenter
  88. //
  89. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  92. this.ClientSize = new System.Drawing.Size(910, 610);
  93. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  94. this.IsShowUcNavigationTool = true;
  95. this.Name = "frmPersonalCenter";
  96. this.Text = "自助中心";
  97. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  98. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  99. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  100. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  101. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  102. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  103. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  104. this.plFormMainContent.ResumeLayout(false);
  105. this.plFormMainContent.PerformLayout();
  106. this.ResumeLayout(false);
  107. }
  108. #endregion
  109. public ComponentLibrary.ButtonEx btnRefresh;
  110. public ComponentLibrary.CheckBoxEx cbDelHuanChun;
  111. }
  112. }