namespace LYFZ.Software.UI.OAShopManagement
{
partial class frmMicroWeiXinPayConfig
{
///
/// 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(frmMicroWeiXinPayConfig));
this.lab_AppId = new LYFZ.ComponentLibrary.LabelEx();
this.lab_MchId = new LYFZ.ComponentLibrary.LabelEx();
this.lab_Key = new LYFZ.ComponentLibrary.LabelEx();
this.txt_AppId = new LYFZ.ComponentLibrary.TextBoxEx();
this.txt_MchId = new LYFZ.ComponentLibrary.TextBoxEx();
this.txt_Key = new LYFZ.ComponentLibrary.TextBoxEx();
this.btn_Check = new LYFZ.ComponentLibrary.ButtonEx();
this.btn_OK = new LYFZ.ComponentLibrary.ButtonEx();
this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.btn_Cancel);
this.plExMainContainer.Controls.Add(this.btn_OK);
this.plExMainContainer.Controls.Add(this.btn_Check);
this.plExMainContainer.Controls.Add(this.txt_Key);
this.plExMainContainer.Controls.Add(this.txt_MchId);
this.plExMainContainer.Controls.Add(this.txt_AppId);
this.plExMainContainer.Controls.Add(this.lab_Key);
this.plExMainContainer.Controls.Add(this.lab_MchId);
this.plExMainContainer.Controls.Add(this.lab_AppId);
this.plExMainContainer.Size = new System.Drawing.Size(490, 288);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(490, 288);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(431, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(458, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(404, 0);
//
// lab_AppId
//
this.lab_AppId.AutoSize = true;
this.lab_AppId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_AppId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_AppId.Location = new System.Drawing.Point(31, 32);
this.lab_AppId.Name = "lab_AppId";
this.lab_AppId.Size = new System.Drawing.Size(56, 17);
this.lab_AppId.TabIndex = 0;
this.lab_AppId.Text = "AppId:";
//
// lab_MchId
//
this.lab_MchId.AutoSize = true;
this.lab_MchId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_MchId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_MchId.Location = new System.Drawing.Point(31, 68);
this.lab_MchId.Name = "lab_MchId";
this.lab_MchId.Size = new System.Drawing.Size(56, 17);
this.lab_MchId.TabIndex = 0;
this.lab_MchId.Text = "商户号:";
//
// lab_Key
//
this.lab_Key.AutoSize = true;
this.lab_Key.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_Key.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_Key.Location = new System.Drawing.Point(43, 104);
this.lab_Key.Name = "lab_Key";
this.lab_Key.Size = new System.Drawing.Size(44, 17);
this.lab_Key.TabIndex = 0;
this.lab_Key.Text = "秘钥:";
//
// txt_AppId
//
this.txt_AppId.BackColor = System.Drawing.Color.Transparent;
this.txt_AppId.Icon = null;
this.txt_AppId.IconIsButton = false;
this.txt_AppId.IsPasswordChat = '\0';
this.txt_AppId.IsSystemPasswordChar = false;
this.txt_AppId.Lines = new string[0];
this.txt_AppId.Location = new System.Drawing.Point(90, 28);
this.txt_AppId.Margin = new System.Windows.Forms.Padding(0);
this.txt_AppId.MaxLength = 32767;
this.txt_AppId.MinimumSize = new System.Drawing.Size(0, 26);
this.txt_AppId.MouseBack = null;
this.txt_AppId.Multiline = false;
this.txt_AppId.Name = "txt_AppId";
this.txt_AppId.NormlBack = null;
this.txt_AppId.Padding = new System.Windows.Forms.Padding(5);
this.txt_AppId.ReadOnly = false;
this.txt_AppId.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txt_AppId.Size = new System.Drawing.Size(361, 26);
this.txt_AppId.TabIndex = 1;
this.txt_AppId.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txt_AppId.WaterColor = System.Drawing.Color.DarkGray;
this.txt_AppId.WaterText = "商户APPID";
this.txt_AppId.WordWrap = true;
//
// txt_MchId
//
this.txt_MchId.BackColor = System.Drawing.Color.Transparent;
this.txt_MchId.Icon = null;
this.txt_MchId.IconIsButton = false;
this.txt_MchId.IsPasswordChat = '\0';
this.txt_MchId.IsSystemPasswordChar = false;
this.txt_MchId.Lines = new string[0];
this.txt_MchId.Location = new System.Drawing.Point(90, 64);
this.txt_MchId.Margin = new System.Windows.Forms.Padding(0);
this.txt_MchId.MaxLength = 32767;
this.txt_MchId.MinimumSize = new System.Drawing.Size(0, 26);
this.txt_MchId.MouseBack = null;
this.txt_MchId.Multiline = false;
this.txt_MchId.Name = "txt_MchId";
this.txt_MchId.NormlBack = null;
this.txt_MchId.Padding = new System.Windows.Forms.Padding(5);
this.txt_MchId.ReadOnly = false;
this.txt_MchId.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txt_MchId.Size = new System.Drawing.Size(361, 26);
this.txt_MchId.TabIndex = 2;
this.txt_MchId.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txt_MchId.WaterColor = System.Drawing.Color.DarkGray;
this.txt_MchId.WaterText = "商户号";
this.txt_MchId.WordWrap = true;
//
// txt_Key
//
this.txt_Key.BackColor = System.Drawing.Color.Transparent;
this.txt_Key.Icon = null;
this.txt_Key.IconIsButton = false;
this.txt_Key.IsPasswordChat = '\0';
this.txt_Key.IsSystemPasswordChar = false;
this.txt_Key.Lines = new string[0];
this.txt_Key.Location = new System.Drawing.Point(90, 99);
this.txt_Key.Margin = new System.Windows.Forms.Padding(0);
this.txt_Key.MaxLength = 32767;
this.txt_Key.MinimumSize = new System.Drawing.Size(0, 26);
this.txt_Key.MouseBack = null;
this.txt_Key.Multiline = true;
this.txt_Key.Name = "txt_Key";
this.txt_Key.NormlBack = null;
this.txt_Key.Padding = new System.Windows.Forms.Padding(5);
this.txt_Key.ReadOnly = false;
this.txt_Key.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txt_Key.Size = new System.Drawing.Size(361, 99);
this.txt_Key.TabIndex = 4;
this.txt_Key.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txt_Key.WaterColor = System.Drawing.Color.DarkGray;
this.txt_Key.WaterText = "商户秘钥";
this.txt_Key.WordWrap = true;
//
// btn_Check
//
this.btn_Check.BackColor = System.Drawing.Color.Transparent;
this.btn_Check.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Check.BackImg")));
this.btn_Check.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Check.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Check.ForeColor = System.Drawing.Color.White;
this.btn_Check.IsCustomBackImg = false;
this.btn_Check.IsShowText = true;
this.btn_Check.Location = new System.Drawing.Point(127, 242);
this.btn_Check.Name = "btn_Check";
this.btn_Check.Size = new System.Drawing.Size(70, 28);
this.btn_Check.TabIndex = 5;
this.btn_Check.Text = "测试";
this.btn_Check.UseVisualStyleBackColor = false;
//
// btn_OK
//
this.btn_OK.BackColor = System.Drawing.Color.Transparent;
this.btn_OK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_OK.BackImg")));
this.btn_OK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_OK.ForeColor = System.Drawing.Color.White;
this.btn_OK.IsCustomBackImg = false;
this.btn_OK.IsShowText = true;
this.btn_OK.Location = new System.Drawing.Point(210, 242);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(70, 28);
this.btn_OK.TabIndex = 6;
this.btn_OK.Text = "确定";
this.btn_OK.UseVisualStyleBackColor = false;
//
// btn_Cancel
//
this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Cancel.ForeColor = System.Drawing.Color.White;
this.btn_Cancel.IsCustomBackImg = false;
this.btn_Cancel.IsShowText = true;
this.btn_Cancel.Location = new System.Drawing.Point(293, 242);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(70, 28);
this.btn_Cancel.TabIndex = 7;
this.btn_Cancel.Text = "取消";
this.btn_Cancel.UseVisualStyleBackColor = false;
//
// frmMicroWeiXinPayConfig
//
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(490, 353);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.Name = "frmMicroWeiXinPayConfig";
this.Text = "微信支付配置";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plExMainContainer.PerformLayout();
this.plFormMainContent.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.LabelEx lab_Key;
private ComponentLibrary.LabelEx lab_MchId;
private ComponentLibrary.LabelEx lab_AppId;
protected ComponentLibrary.ButtonEx btn_Cancel;
protected ComponentLibrary.ButtonEx btn_OK;
protected ComponentLibrary.ButtonEx btn_Check;
protected ComponentLibrary.TextBoxEx txt_Key;
protected ComponentLibrary.TextBoxEx txt_MchId;
protected ComponentLibrary.TextBoxEx txt_AppId;
}
}