frmMicroAppletAdmin.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. namespace LYFZ.Software.MicroApplet
  2. {
  3. partial class frmMicroAppletAdmin
  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(frmMicroAppletAdmin));
  29. this.btnRefresh = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.cbDelHuanChun = new LYFZ.ComponentLibrary.CheckBoxEx();
  31. this.comAccountList = new LYFZ.ComponentLibrary.ComboBoxEx();
  32. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.btnSetAccount = new LYFZ.ComponentLibrary.ButtonForm();
  34. this.plFormMainContent.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // plExMainContainer
  38. //
  39. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  40. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  41. //
  42. // plFormMainContent
  43. //
  44. this.plFormMainContent.Controls.Add(this.btnSetAccount);
  45. this.plFormMainContent.Controls.Add(this.comAccountList);
  46. this.plFormMainContent.Controls.Add(this.cbDelHuanChun);
  47. this.plFormMainContent.Controls.Add(this.btnRefresh);
  48. this.plFormMainContent.Controls.Add(this.labelEx3);
  49. this.plFormMainContent.Controls.SetChildIndex(this.labelEx3, 0);
  50. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  51. this.plFormMainContent.Controls.SetChildIndex(this.btnRefresh, 0);
  52. this.plFormMainContent.Controls.SetChildIndex(this.cbDelHuanChun, 0);
  53. this.plFormMainContent.Controls.SetChildIndex(this.comAccountList, 0);
  54. this.plFormMainContent.Controls.SetChildIndex(this.btnSetAccount, 0);
  55. //
  56. // btnAppFormExit
  57. //
  58. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  59. //
  60. // btnAppFormMinimize
  61. //
  62. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  63. //
  64. // btnRefresh
  65. //
  66. this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
  67. this.btnRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRefresh.BackImg")));
  68. this.btnRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  69. this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  70. this.btnRefresh.ForeColor = System.Drawing.Color.White;
  71. this.btnRefresh.IsCustomBackImg = false;
  72. this.btnRefresh.IsShowText = true;
  73. this.btnRefresh.Location = new System.Drawing.Point(720, 6);
  74. this.btnRefresh.Name = "btnRefresh";
  75. this.btnRefresh.Size = new System.Drawing.Size(85, 28);
  76. this.btnRefresh.TabIndex = 4;
  77. this.btnRefresh.Text = "刷 新";
  78. this.btnRefresh.UseVisualStyleBackColor = false;
  79. //
  80. // cbDelHuanChun
  81. //
  82. this.cbDelHuanChun.AutoSize = true;
  83. this.cbDelHuanChun.BackColor = System.Drawing.Color.Transparent;
  84. this.cbDelHuanChun.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  85. this.cbDelHuanChun.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  86. this.cbDelHuanChun.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  87. this.cbDelHuanChun.Fourstates = false;
  88. this.cbDelHuanChun.IsGreenTick = false;
  89. this.cbDelHuanChun.Location = new System.Drawing.Point(811, 11);
  90. this.cbDelHuanChun.Name = "cbDelHuanChun";
  91. this.cbDelHuanChun.Size = new System.Drawing.Size(111, 21);
  92. this.cbDelHuanChun.TabIndex = 6;
  93. this.cbDelHuanChun.Text = "刷新时清除缓存";
  94. this.cbDelHuanChun.UseVisualStyleBackColor = false;
  95. //
  96. // comAccountList
  97. //
  98. this.comAccountList.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  99. this.comAccountList.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  100. this.comAccountList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  101. this.comAccountList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  102. this.comAccountList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.comAccountList.FormattingEnabled = true;
  104. this.comAccountList.IsCustomColor = false;
  105. this.comAccountList.Location = new System.Drawing.Point(368, 5);
  106. this.comAccountList.Name = "comAccountList";
  107. this.comAccountList.ReadOnly = false;
  108. this.comAccountList.Size = new System.Drawing.Size(254, 28);
  109. this.comAccountList.TabIndex = 0;
  110. //
  111. // labelEx3
  112. //
  113. this.labelEx3.AutoSize = true;
  114. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  115. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  116. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  117. this.labelEx3.Location = new System.Drawing.Point(272, 11);
  118. this.labelEx3.Name = "labelEx3";
  119. this.labelEx3.Size = new System.Drawing.Size(92, 17);
  120. this.labelEx3.TabIndex = 0;
  121. this.labelEx3.Text = "小程序当前帐号";
  122. //
  123. // btnSetAccount
  124. //
  125. this.btnSetAccount.BackColor = System.Drawing.Color.Transparent;
  126. this.btnSetAccount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetAccount.BackImg")));
  127. this.btnSetAccount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  128. this.btnSetAccount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  129. this.btnSetAccount.ForeColor = System.Drawing.Color.White;
  130. this.btnSetAccount.IsCustomBackImg = false;
  131. this.btnSetAccount.IsShowText = true;
  132. this.btnSetAccount.Location = new System.Drawing.Point(628, 6);
  133. this.btnSetAccount.Name = "btnSetAccount";
  134. this.btnSetAccount.Size = new System.Drawing.Size(85, 28);
  135. this.btnSetAccount.TabIndex = 8;
  136. this.btnSetAccount.Text = "帐号管理";
  137. this.btnSetAccount.UseVisualStyleBackColor = false;
  138. //
  139. // frmMicroAppletAdmin
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  144. this.ClientSize = new System.Drawing.Size(910, 610);
  145. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  146. this.IsShowUcNavigationTool = true;
  147. this.Name = "frmMicroAppletAdmin";
  148. this.Text = "微信小程序后台管理";
  149. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  150. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  151. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  152. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  153. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  154. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  155. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  156. this.plFormMainContent.ResumeLayout(false);
  157. this.plFormMainContent.PerformLayout();
  158. this.ResumeLayout(false);
  159. }
  160. #endregion
  161. public ComponentLibrary.ButtonEx btnRefresh;
  162. public ComponentLibrary.CheckBoxEx cbDelHuanChun;
  163. public ComponentLibrary.ButtonForm btnSetAccount;
  164. private ComponentLibrary.LabelEx labelEx3;
  165. public ComponentLibrary.ComboBoxEx comAccountList;
  166. }
  167. }