frmMicroWeiXinPayConfig.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace LYFZ.Software.MainBusiness.OAShopManagement
  2. {
  3. partial class frmMicroWeiXinPayConfig
  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(frmMicroWeiXinPayConfig));
  29. this.plExMainContainer.SuspendLayout();
  30. this.plFormMainContent.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // btn_Cancel
  34. //
  35. this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
  36. //
  37. // btn_OK
  38. //
  39. this.btn_OK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_OK.BackImg")));
  40. //
  41. // btn_Check
  42. //
  43. this.btn_Check.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Check.BackImg")));
  44. //
  45. // txt_Key
  46. //
  47. this.txt_Key.Lines = new string[0];
  48. //
  49. // txt_MchId
  50. //
  51. this.txt_MchId.Lines = new string[0];
  52. //
  53. // txt_AppId
  54. //
  55. this.txt_AppId.Lines = new string[0];
  56. //
  57. // plExMainContainer
  58. //
  59. this.plExMainContainer.Size = new System.Drawing.Size(501, 290);
  60. //
  61. // plFormMainContent
  62. //
  63. this.plFormMainContent.Size = new System.Drawing.Size(501, 290);
  64. //
  65. // btnAppFormMaximize
  66. //
  67. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  68. this.btnAppFormMaximize.Location = new System.Drawing.Point(442, 0);
  69. //
  70. // btnAppFormExit
  71. //
  72. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  73. this.btnAppFormExit.Location = new System.Drawing.Point(469, 0);
  74. //
  75. // btnAppFormMinimize
  76. //
  77. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  78. this.btnAppFormMinimize.Location = new System.Drawing.Point(415, 0);
  79. //
  80. // frmMicroWeiXinPayConfig
  81. //
  82. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  83. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  84. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  85. this.ClientSize = new System.Drawing.Size(501, 355);
  86. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  87. this.Name = "frmMicroWeiXinPayConfig";
  88. this.Text = "微信支付账户配置";
  89. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  90. this.plExMainContainer.ResumeLayout(false);
  91. this.plExMainContainer.PerformLayout();
  92. this.plFormMainContent.ResumeLayout(false);
  93. this.ResumeLayout(false);
  94. }
  95. #endregion
  96. }
  97. }