123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- namespace LYFZ.Software.MicroApplet
- {
- partial class frmMicroAppletAdmin
- {
- /// <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(frmMicroAppletAdmin));
- this.btnRefresh = new LYFZ.ComponentLibrary.ButtonEx();
- this.cbDelHuanChun = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.comAccountList = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSetAccount = new LYFZ.ComponentLibrary.ButtonForm();
- 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.btnSetAccount);
- this.plFormMainContent.Controls.Add(this.comAccountList);
- this.plFormMainContent.Controls.Add(this.cbDelHuanChun);
- this.plFormMainContent.Controls.Add(this.btnRefresh);
- this.plFormMainContent.Controls.Add(this.labelEx3);
- this.plFormMainContent.Controls.SetChildIndex(this.labelEx3, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnRefresh, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.cbDelHuanChun, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.comAccountList, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnSetAccount, 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(720, 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(811, 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;
- //
- // comAccountList
- //
- this.comAccountList.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.comAccountList.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.comAccountList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.comAccountList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comAccountList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comAccountList.FormattingEnabled = true;
- this.comAccountList.IsCustomColor = false;
- this.comAccountList.Location = new System.Drawing.Point(368, 5);
- this.comAccountList.Name = "comAccountList";
- this.comAccountList.ReadOnly = false;
- this.comAccountList.Size = new System.Drawing.Size(254, 28);
- this.comAccountList.TabIndex = 0;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.BackColor = System.Drawing.Color.Transparent;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(272, 11);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(92, 17);
- this.labelEx3.TabIndex = 0;
- this.labelEx3.Text = "小程序当前帐号";
- //
- // btnSetAccount
- //
- this.btnSetAccount.BackColor = System.Drawing.Color.Transparent;
- this.btnSetAccount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetAccount.BackImg")));
- this.btnSetAccount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSetAccount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSetAccount.ForeColor = System.Drawing.Color.White;
- this.btnSetAccount.IsCustomBackImg = false;
- this.btnSetAccount.IsShowText = true;
- this.btnSetAccount.Location = new System.Drawing.Point(628, 6);
- this.btnSetAccount.Name = "btnSetAccount";
- this.btnSetAccount.Size = new System.Drawing.Size(85, 28);
- this.btnSetAccount.TabIndex = 8;
- this.btnSetAccount.Text = "帐号管理";
- this.btnSetAccount.UseVisualStyleBackColor = false;
- //
- // frmMicroAppletAdmin
- //
- 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 = "frmMicroAppletAdmin";
- 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;
- public ComponentLibrary.ButtonForm btnSetAccount;
- private ComponentLibrary.LabelEx labelEx3;
- public ComponentLibrary.ComboBoxEx comAccountList;
- }
- }
|