frmAliPayConfig.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmAliPayConfig
  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(frmAliPayConfig));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.txt_PublicKey = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.plExMainContainer.SuspendLayout();
  32. this.plFormMainContent.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // btn_Cancel
  36. //
  37. this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
  38. this.btn_Cancel.Location = new System.Drawing.Point(293, 315);
  39. //
  40. // btn_OK
  41. //
  42. this.btn_OK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_OK.BackImg")));
  43. this.btn_OK.Location = new System.Drawing.Point(210, 315);
  44. //
  45. // btn_Check
  46. //
  47. this.btn_Check.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Check.BackImg")));
  48. this.btn_Check.Location = new System.Drawing.Point(127, 315);
  49. //
  50. // txt_Key
  51. //
  52. this.txt_Key.Lines = new string[0];
  53. //
  54. // txt_MchId
  55. //
  56. this.txt_MchId.Lines = new string[0];
  57. //
  58. // txt_AppId
  59. //
  60. this.txt_AppId.Lines = new string[0];
  61. //
  62. // plExMainContainer
  63. //
  64. this.plExMainContainer.Controls.Add(this.txt_PublicKey);
  65. this.plExMainContainer.Controls.Add(this.labelEx1);
  66. this.plExMainContainer.Size = new System.Drawing.Size(490, 367);
  67. this.plExMainContainer.Controls.SetChildIndex(this.txt_AppId, 0);
  68. this.plExMainContainer.Controls.SetChildIndex(this.txt_MchId, 0);
  69. this.plExMainContainer.Controls.SetChildIndex(this.txt_Key, 0);
  70. this.plExMainContainer.Controls.SetChildIndex(this.btn_Check, 0);
  71. this.plExMainContainer.Controls.SetChildIndex(this.btn_OK, 0);
  72. this.plExMainContainer.Controls.SetChildIndex(this.btn_Cancel, 0);
  73. this.plExMainContainer.Controls.SetChildIndex(this.labelEx1, 0);
  74. this.plExMainContainer.Controls.SetChildIndex(this.txt_PublicKey, 0);
  75. //
  76. // plFormMainContent
  77. //
  78. this.plFormMainContent.Size = new System.Drawing.Size(490, 367);
  79. //
  80. // btnAppFormExit
  81. //
  82. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  83. //
  84. // btnAppFormMinimize
  85. //
  86. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  87. //
  88. // labelEx1
  89. //
  90. this.labelEx1.AutoSize = true;
  91. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  92. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  93. this.labelEx1.Location = new System.Drawing.Point(43, 209);
  94. this.labelEx1.Name = "labelEx1";
  95. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  96. this.labelEx1.TabIndex = 8;
  97. this.labelEx1.Text = "公钥:";
  98. //
  99. // txt_PublicKey
  100. //
  101. this.txt_PublicKey.BackColor = System.Drawing.Color.Transparent;
  102. this.txt_PublicKey.Icon = null;
  103. this.txt_PublicKey.IconIsButton = false;
  104. this.txt_PublicKey.IsPasswordChat = '\0';
  105. this.txt_PublicKey.IsSystemPasswordChar = false;
  106. this.txt_PublicKey.Lines = new string[0];
  107. this.txt_PublicKey.Location = new System.Drawing.Point(94, 209);
  108. this.txt_PublicKey.Margin = new System.Windows.Forms.Padding(0);
  109. this.txt_PublicKey.MaxLength = 32767;
  110. this.txt_PublicKey.MinimumSize = new System.Drawing.Size(0, 26);
  111. this.txt_PublicKey.MouseBack = null;
  112. this.txt_PublicKey.Multiline = true;
  113. this.txt_PublicKey.Name = "txt_PublicKey";
  114. this.txt_PublicKey.NormlBack = null;
  115. this.txt_PublicKey.Padding = new System.Windows.Forms.Padding(5);
  116. this.txt_PublicKey.ReadOnly = false;
  117. this.txt_PublicKey.ScrollBars = System.Windows.Forms.ScrollBars.None;
  118. this.txt_PublicKey.Size = new System.Drawing.Size(357, 89);
  119. this.txt_PublicKey.TabIndex = 9;
  120. this.txt_PublicKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  121. this.txt_PublicKey.WaterColor = System.Drawing.Color.DarkGray;
  122. this.txt_PublicKey.WaterText = "商户公钥";
  123. this.txt_PublicKey.WordWrap = true;
  124. //
  125. // frmAliPayConfig
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  130. this.ClientSize = new System.Drawing.Size(490, 432);
  131. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  132. this.Name = "frmAliPayConfig";
  133. this.Text = "frmAliPayConfig";
  134. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  135. this.plExMainContainer.ResumeLayout(false);
  136. this.plExMainContainer.PerformLayout();
  137. this.plFormMainContent.ResumeLayout(false);
  138. this.ResumeLayout(false);
  139. }
  140. #endregion
  141. private ComponentLibrary.LabelEx labelEx1;
  142. protected ComponentLibrary.TextBoxEx txt_PublicKey;
  143. }
  144. }