frmThridPayConfig.Designer.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. namespace LYFZ.Software.MainBusiness.OAShopManagement
  2. {
  3. partial class frmThridPayConfig
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmThridPayConfig));
  29. this.plFormMainContent.SuspendLayout();
  30. this.SuspendLayout();
  31. //
  32. // txt_Key
  33. //
  34. this.txt_Key.Lines = new string[0];
  35. //
  36. // txt_MchId
  37. //
  38. this.txt_MchId.Lines = new string[0];
  39. //
  40. // txt_AppId
  41. //
  42. this.txt_AppId.Lines = new string[0];
  43. //
  44. // txt_AliKey
  45. //
  46. this.txt_AliKey.AutoScroll = true;
  47. this.txt_AliKey.Lines = new string[0];
  48. this.txt_AliKey.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  49. //
  50. // txt_AliMchId
  51. //
  52. this.txt_AliMchId.Lines = new string[0];
  53. //
  54. // txt_AliAppid
  55. //
  56. this.txt_AliAppid.Lines = new string[0];
  57. //
  58. // txt_AliPublicKey
  59. //
  60. this.txt_AliPublicKey.AutoScroll = true;
  61. this.txt_AliPublicKey.Lines = new string[0];
  62. this.txt_AliPublicKey.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  63. //
  64. // btn_AliCancel
  65. //
  66. this.btn_AliCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AliCancel.BackImg")));
  67. //
  68. // btn_AliOK
  69. //
  70. this.btn_AliOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AliOK.BackImg")));
  71. //
  72. // btn_AliCheck
  73. //
  74. this.btn_AliCheck.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AliCheck.BackImg")));
  75. //
  76. // btn_Check
  77. //
  78. this.btn_Check.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Check.BackImg")));
  79. //
  80. // cb_MySaltCompanyPay
  81. //
  82. this.cb_MySaltCompanyPay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  83. //
  84. // comboBox1
  85. //
  86. this.cb_AliPayAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  87. //
  88. // plExMainContainer
  89. //
  90. this.plExMainContainer.Size = new System.Drawing.Size(910, 636);
  91. //
  92. // plFormMainContent
  93. //
  94. this.plFormMainContent.Size = new System.Drawing.Size(910, 636);
  95. //
  96. // btnAppFormExit
  97. //
  98. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  99. //
  100. // btnAppFormMinimize
  101. //
  102. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  103. //
  104. // frmThridPayConfig
  105. //
  106. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  107. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  108. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  109. this.ClientSize = new System.Drawing.Size(910, 701);
  110. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  111. this.Name = "frmThridPayConfig";
  112. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  113. this.plFormMainContent.ResumeLayout(false);
  114. this.ResumeLayout(false);
  115. }
  116. #endregion
  117. }
  118. }