namespace LYFZ.Software.UI.OAShopManagement
{
partial class frmActionPay
{
///
/// 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(frmActionPay));
this.labbelEx7 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.lab_PayType = new LYFZ.ComponentLibrary.LabelEx();
this.lab_PayAmount = new LYFZ.ComponentLibrary.LabelEx();
this.lab_payMsg = new LYFZ.ComponentLibrary.LabelEx();
this.txt_AuCode = new LYFZ.ComponentLibrary.TextBoxEx();
this.btn_Close = new LYFZ.ComponentLibrary.ButtonEx();
this.btn_OK = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.btn_OK);
this.plExMainContainer.Controls.Add(this.btn_Close);
this.plExMainContainer.Controls.Add(this.txt_AuCode);
this.plExMainContainer.Controls.Add(this.lab_payMsg);
this.plExMainContainer.Controls.Add(this.lab_PayAmount);
this.plExMainContainer.Controls.Add(this.lab_PayType);
this.plExMainContainer.Controls.Add(this.labelEx3);
this.plExMainContainer.Controls.Add(this.labelEx1);
this.plExMainContainer.Controls.Add(this.labelEx2);
this.plExMainContainer.Controls.Add(this.labbelEx7);
this.plExMainContainer.Size = new System.Drawing.Size(602, 190);
//
// plFormMainContent
//
this.plFormMainContent.Location = new System.Drawing.Point(0, 25);
this.plFormMainContent.Size = new System.Drawing.Size(602, 190);
//
// btnAppFormMenu
//
this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
this.btnAppFormMenu.Location = new System.Drawing.Point(576, 0);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(549, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(576, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(549, 0);
//
// labbelEx7
//
this.labbelEx7.AutoSize = true;
this.labbelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labbelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labbelEx7.Location = new System.Drawing.Point(35, 23);
this.labbelEx7.Name = "labbelEx7";
this.labbelEx7.Size = new System.Drawing.Size(68, 17);
this.labbelEx7.TabIndex = 0;
this.labbelEx7.Text = "付款类型:";
//
// labelEx2
//
this.labelEx2.AutoSize = true;
this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx2.Location = new System.Drawing.Point(35, 52);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(68, 17);
this.labelEx2.TabIndex = 0;
this.labelEx2.Text = "付款金额:";
//
// 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(35, 81);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(68, 17);
this.labelEx1.TabIndex = 0;
this.labelEx1.Text = "付款编码:";
//
// labelEx3
//
this.labelEx3.AutoSize = true;
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(35, 110);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(68, 17);
this.labelEx3.TabIndex = 0;
this.labelEx3.Text = "反馈描述:";
//
// lab_PayType
//
this.lab_PayType.AutoSize = true;
this.lab_PayType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_PayType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_PayType.Location = new System.Drawing.Point(105, 23);
this.lab_PayType.Name = "lab_PayType";
this.lab_PayType.Size = new System.Drawing.Size(56, 17);
this.lab_PayType.TabIndex = 1;
this.lab_PayType.Text = "labelEx4";
//
// lab_PayAmount
//
this.lab_PayAmount.AutoSize = true;
this.lab_PayAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_PayAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_PayAmount.Location = new System.Drawing.Point(105, 49);
this.lab_PayAmount.Name = "lab_PayAmount";
this.lab_PayAmount.Size = new System.Drawing.Size(56, 17);
this.lab_PayAmount.TabIndex = 2;
this.lab_PayAmount.Text = "labelEx5";
//
// lab_payMsg
//
this.lab_payMsg.AutoSize = true;
this.lab_payMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_payMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_payMsg.Location = new System.Drawing.Point(105, 110);
this.lab_payMsg.Name = "lab_payMsg";
this.lab_payMsg.Size = new System.Drawing.Size(56, 17);
this.lab_payMsg.TabIndex = 3;
this.lab_payMsg.Text = "labelEx6";
//
// txt_AuCode
//
this.txt_AuCode.BackColor = System.Drawing.Color.Transparent;
this.txt_AuCode.Icon = null;
this.txt_AuCode.IconIsButton = false;
this.txt_AuCode.IsPasswordChat = '\0';
this.txt_AuCode.IsSystemPasswordChar = false;
this.txt_AuCode.Lines = new string[0];
this.txt_AuCode.Location = new System.Drawing.Point(104, 75);
this.txt_AuCode.Margin = new System.Windows.Forms.Padding(0);
this.txt_AuCode.MaxLength = 32767;
this.txt_AuCode.MinimumSize = new System.Drawing.Size(0, 26);
this.txt_AuCode.MouseBack = null;
this.txt_AuCode.Multiline = false;
this.txt_AuCode.Name = "txt_AuCode";
this.txt_AuCode.NormlBack = null;
this.txt_AuCode.Padding = new System.Windows.Forms.Padding(5);
this.txt_AuCode.ReadOnly = false;
this.txt_AuCode.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txt_AuCode.Size = new System.Drawing.Size(456, 26);
this.txt_AuCode.TabIndex = 1;
this.txt_AuCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txt_AuCode.WaterColor = System.Drawing.Color.DarkGray;
this.txt_AuCode.WaterText = "输入付款条码,如果是手动输入的需要点击回车键";
this.txt_AuCode.WordWrap = true;
//
// btn_Close
//
this.btn_Close.BackColor = System.Drawing.Color.Transparent;
this.btn_Close.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Close.BackImg")));
this.btn_Close.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Close.ForeColor = System.Drawing.Color.White;
this.btn_Close.IsCustomBackImg = false;
this.btn_Close.IsShowText = true;
this.btn_Close.Location = new System.Drawing.Point(474, 153);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(85, 28);
this.btn_Close.TabIndex = 5;
this.btn_Close.Text = "取消";
this.btn_Close.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(383, 153);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(85, 28);
this.btn_OK.TabIndex = 5;
this.btn_OK.Text = "确定";
this.btn_OK.UseVisualStyleBackColor = false;
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
//
// frmActionPay
//
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(602, 240);
this.ControlBox = false;
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsShowCloseBox = false;
this.IsShowIcon = false;
this.IsShowTitle = false;
this.IsUserControlsSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmActionPay";
this.ShowIcon = false;
this.Text = "执行付款窗体";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.TitleBgImageHeight = 25;
this.plExMainContainer.ResumeLayout(false);
this.plExMainContainer.PerformLayout();
this.plFormMainContent.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.LabelEx labelEx1;
private ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.LabelEx labbelEx7;
protected ComponentLibrary.TextBoxEx txt_AuCode;
protected ComponentLibrary.LabelEx lab_payMsg;
protected ComponentLibrary.LabelEx lab_PayAmount;
protected ComponentLibrary.LabelEx lab_PayType;
protected ComponentLibrary.ButtonEx btn_Close;
protected ComponentLibrary.ButtonEx btn_OK;
}
}