123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- namespace LYFZ.Software.MainBusiness.OAShopManagement
- {
- partial class frmThridPayConfig
- {
- /// <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(frmThridPayConfig));
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // 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];
- //
- // txt_AliKey
- //
- this.txt_AliKey.AutoScroll = true;
- this.txt_AliKey.Lines = new string[0];
- this.txt_AliKey.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- //
- // txt_AliMchId
- //
- this.txt_AliMchId.Lines = new string[0];
- //
- // txt_AliAppid
- //
- this.txt_AliAppid.Lines = new string[0];
- //
- // txt_AliPublicKey
- //
- this.txt_AliPublicKey.AutoScroll = true;
- this.txt_AliPublicKey.Lines = new string[0];
- this.txt_AliPublicKey.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- //
- // btn_AliCancel
- //
- this.btn_AliCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AliCancel.BackImg")));
- //
- // btn_AliOK
- //
- this.btn_AliOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AliOK.BackImg")));
- //
- // btn_AliCheck
- //
- this.btn_AliCheck.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AliCheck.BackImg")));
- //
- // btn_Check
- //
- this.btn_Check.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Check.BackImg")));
- //
- // cb_MySaltCompanyPay
- //
- this.cb_MySaltCompanyPay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- //
- // comboBox1
- //
- this.cb_AliPayAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- //
- // plExMainContainer
- //
- this.plExMainContainer.Size = new System.Drawing.Size(910, 636);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(910, 636);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // frmThridPayConfig
- //
- 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, 701);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "frmThridPayConfig";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|