namespace LYFZ.Software.UI.OAShopManagement
{
partial class frmAliPayConfig
{
///
/// 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(frmAliPayConfig));
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.txt_PublicKey = new LYFZ.ComponentLibrary.TextBoxEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.SuspendLayout();
//
// btn_Cancel
//
this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
this.btn_Cancel.Location = new System.Drawing.Point(293, 315);
//
// btn_OK
//
this.btn_OK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_OK.BackImg")));
this.btn_OK.Location = new System.Drawing.Point(210, 315);
//
// btn_Check
//
this.btn_Check.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Check.BackImg")));
this.btn_Check.Location = new System.Drawing.Point(127, 315);
//
// txt_Key
//
this.txt_Key.Lines = new string[0];
//
// txt_MchId
//
this.txt_MchId.Lines = new string[0];
//
// txt_AppId
//
this.txt_AppId.Lines = new string[0];
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.txt_PublicKey);
this.plExMainContainer.Controls.Add(this.labelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(490, 367);
this.plExMainContainer.Controls.SetChildIndex(this.txt_AppId, 0);
this.plExMainContainer.Controls.SetChildIndex(this.txt_MchId, 0);
this.plExMainContainer.Controls.SetChildIndex(this.txt_Key, 0);
this.plExMainContainer.Controls.SetChildIndex(this.btn_Check, 0);
this.plExMainContainer.Controls.SetChildIndex(this.btn_OK, 0);
this.plExMainContainer.Controls.SetChildIndex(this.btn_Cancel, 0);
this.plExMainContainer.Controls.SetChildIndex(this.labelEx1, 0);
this.plExMainContainer.Controls.SetChildIndex(this.txt_PublicKey, 0);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(490, 367);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(43, 209);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(44, 17);
this.labelEx1.TabIndex = 8;
this.labelEx1.Text = "公钥:";
//
// txt_PublicKey
//
this.txt_PublicKey.BackColor = System.Drawing.Color.Transparent;
this.txt_PublicKey.Icon = null;
this.txt_PublicKey.IconIsButton = false;
this.txt_PublicKey.IsPasswordChat = '\0';
this.txt_PublicKey.IsSystemPasswordChar = false;
this.txt_PublicKey.Lines = new string[0];
this.txt_PublicKey.Location = new System.Drawing.Point(94, 209);
this.txt_PublicKey.Margin = new System.Windows.Forms.Padding(0);
this.txt_PublicKey.MaxLength = 32767;
this.txt_PublicKey.MinimumSize = new System.Drawing.Size(0, 26);
this.txt_PublicKey.MouseBack = null;
this.txt_PublicKey.Multiline = true;
this.txt_PublicKey.Name = "txt_PublicKey";
this.txt_PublicKey.NormlBack = null;
this.txt_PublicKey.Padding = new System.Windows.Forms.Padding(5);
this.txt_PublicKey.ReadOnly = false;
this.txt_PublicKey.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txt_PublicKey.Size = new System.Drawing.Size(357, 89);
this.txt_PublicKey.TabIndex = 9;
this.txt_PublicKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txt_PublicKey.WaterColor = System.Drawing.Color.DarkGray;
this.txt_PublicKey.WaterText = "商户公钥";
this.txt_PublicKey.WordWrap = true;
//
// frmAliPayConfig
//
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, 432);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.Name = "frmAliPayConfig";
this.Text = "frmAliPayConfig";
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 labelEx1;
protected ComponentLibrary.TextBoxEx txt_PublicKey;
}
}