frmMicroWeiXinPayConfig.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. namespace LYFZ.Software.UI.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.lab_AppId = new LYFZ.ComponentLibrary.LabelEx();
  30. this.lab_MchId = new LYFZ.ComponentLibrary.LabelEx();
  31. this.lab_Key = new LYFZ.ComponentLibrary.LabelEx();
  32. this.txt_AppId = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.txt_MchId = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.txt_Key = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.btn_Check = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btn_OK = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.plExMainContainer.SuspendLayout();
  39. this.plFormMainContent.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // plExMainContainer
  43. //
  44. this.plExMainContainer.Controls.Add(this.btn_Cancel);
  45. this.plExMainContainer.Controls.Add(this.btn_OK);
  46. this.plExMainContainer.Controls.Add(this.btn_Check);
  47. this.plExMainContainer.Controls.Add(this.txt_Key);
  48. this.plExMainContainer.Controls.Add(this.txt_MchId);
  49. this.plExMainContainer.Controls.Add(this.txt_AppId);
  50. this.plExMainContainer.Controls.Add(this.lab_Key);
  51. this.plExMainContainer.Controls.Add(this.lab_MchId);
  52. this.plExMainContainer.Controls.Add(this.lab_AppId);
  53. this.plExMainContainer.Size = new System.Drawing.Size(490, 288);
  54. //
  55. // plFormMainContent
  56. //
  57. this.plFormMainContent.Size = new System.Drawing.Size(490, 288);
  58. //
  59. // btnAppFormMaximize
  60. //
  61. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  62. this.btnAppFormMaximize.Location = new System.Drawing.Point(431, 0);
  63. //
  64. // btnAppFormExit
  65. //
  66. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  67. this.btnAppFormExit.Location = new System.Drawing.Point(458, 0);
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  72. this.btnAppFormMinimize.Location = new System.Drawing.Point(404, 0);
  73. //
  74. // lab_AppId
  75. //
  76. this.lab_AppId.AutoSize = true;
  77. this.lab_AppId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  78. this.lab_AppId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  79. this.lab_AppId.Location = new System.Drawing.Point(31, 32);
  80. this.lab_AppId.Name = "lab_AppId";
  81. this.lab_AppId.Size = new System.Drawing.Size(56, 17);
  82. this.lab_AppId.TabIndex = 0;
  83. this.lab_AppId.Text = "AppId:";
  84. //
  85. // lab_MchId
  86. //
  87. this.lab_MchId.AutoSize = true;
  88. this.lab_MchId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  89. this.lab_MchId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  90. this.lab_MchId.Location = new System.Drawing.Point(31, 68);
  91. this.lab_MchId.Name = "lab_MchId";
  92. this.lab_MchId.Size = new System.Drawing.Size(56, 17);
  93. this.lab_MchId.TabIndex = 0;
  94. this.lab_MchId.Text = "商户号:";
  95. //
  96. // lab_Key
  97. //
  98. this.lab_Key.AutoSize = true;
  99. this.lab_Key.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  100. this.lab_Key.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  101. this.lab_Key.Location = new System.Drawing.Point(43, 104);
  102. this.lab_Key.Name = "lab_Key";
  103. this.lab_Key.Size = new System.Drawing.Size(44, 17);
  104. this.lab_Key.TabIndex = 0;
  105. this.lab_Key.Text = "秘钥:";
  106. //
  107. // txt_AppId
  108. //
  109. this.txt_AppId.BackColor = System.Drawing.Color.Transparent;
  110. this.txt_AppId.Icon = null;
  111. this.txt_AppId.IconIsButton = false;
  112. this.txt_AppId.IsPasswordChat = '\0';
  113. this.txt_AppId.IsSystemPasswordChar = false;
  114. this.txt_AppId.Lines = new string[0];
  115. this.txt_AppId.Location = new System.Drawing.Point(90, 28);
  116. this.txt_AppId.Margin = new System.Windows.Forms.Padding(0);
  117. this.txt_AppId.MaxLength = 32767;
  118. this.txt_AppId.MinimumSize = new System.Drawing.Size(0, 26);
  119. this.txt_AppId.MouseBack = null;
  120. this.txt_AppId.Multiline = false;
  121. this.txt_AppId.Name = "txt_AppId";
  122. this.txt_AppId.NormlBack = null;
  123. this.txt_AppId.Padding = new System.Windows.Forms.Padding(5);
  124. this.txt_AppId.ReadOnly = false;
  125. this.txt_AppId.ScrollBars = System.Windows.Forms.ScrollBars.None;
  126. this.txt_AppId.Size = new System.Drawing.Size(361, 26);
  127. this.txt_AppId.TabIndex = 1;
  128. this.txt_AppId.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  129. this.txt_AppId.WaterColor = System.Drawing.Color.DarkGray;
  130. this.txt_AppId.WaterText = "商户APPID";
  131. this.txt_AppId.WordWrap = true;
  132. //
  133. // txt_MchId
  134. //
  135. this.txt_MchId.BackColor = System.Drawing.Color.Transparent;
  136. this.txt_MchId.Icon = null;
  137. this.txt_MchId.IconIsButton = false;
  138. this.txt_MchId.IsPasswordChat = '\0';
  139. this.txt_MchId.IsSystemPasswordChar = false;
  140. this.txt_MchId.Lines = new string[0];
  141. this.txt_MchId.Location = new System.Drawing.Point(90, 64);
  142. this.txt_MchId.Margin = new System.Windows.Forms.Padding(0);
  143. this.txt_MchId.MaxLength = 32767;
  144. this.txt_MchId.MinimumSize = new System.Drawing.Size(0, 26);
  145. this.txt_MchId.MouseBack = null;
  146. this.txt_MchId.Multiline = false;
  147. this.txt_MchId.Name = "txt_MchId";
  148. this.txt_MchId.NormlBack = null;
  149. this.txt_MchId.Padding = new System.Windows.Forms.Padding(5);
  150. this.txt_MchId.ReadOnly = false;
  151. this.txt_MchId.ScrollBars = System.Windows.Forms.ScrollBars.None;
  152. this.txt_MchId.Size = new System.Drawing.Size(361, 26);
  153. this.txt_MchId.TabIndex = 2;
  154. this.txt_MchId.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  155. this.txt_MchId.WaterColor = System.Drawing.Color.DarkGray;
  156. this.txt_MchId.WaterText = "商户号";
  157. this.txt_MchId.WordWrap = true;
  158. //
  159. // txt_Key
  160. //
  161. this.txt_Key.BackColor = System.Drawing.Color.Transparent;
  162. this.txt_Key.Icon = null;
  163. this.txt_Key.IconIsButton = false;
  164. this.txt_Key.IsPasswordChat = '\0';
  165. this.txt_Key.IsSystemPasswordChar = false;
  166. this.txt_Key.Lines = new string[0];
  167. this.txt_Key.Location = new System.Drawing.Point(90, 99);
  168. this.txt_Key.Margin = new System.Windows.Forms.Padding(0);
  169. this.txt_Key.MaxLength = 32767;
  170. this.txt_Key.MinimumSize = new System.Drawing.Size(0, 26);
  171. this.txt_Key.MouseBack = null;
  172. this.txt_Key.Multiline = true;
  173. this.txt_Key.Name = "txt_Key";
  174. this.txt_Key.NormlBack = null;
  175. this.txt_Key.Padding = new System.Windows.Forms.Padding(5);
  176. this.txt_Key.ReadOnly = false;
  177. this.txt_Key.ScrollBars = System.Windows.Forms.ScrollBars.None;
  178. this.txt_Key.Size = new System.Drawing.Size(361, 99);
  179. this.txt_Key.TabIndex = 4;
  180. this.txt_Key.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  181. this.txt_Key.WaterColor = System.Drawing.Color.DarkGray;
  182. this.txt_Key.WaterText = "商户秘钥";
  183. this.txt_Key.WordWrap = true;
  184. //
  185. // btn_Check
  186. //
  187. this.btn_Check.BackColor = System.Drawing.Color.Transparent;
  188. this.btn_Check.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Check.BackImg")));
  189. this.btn_Check.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  190. this.btn_Check.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  191. this.btn_Check.ForeColor = System.Drawing.Color.White;
  192. this.btn_Check.IsCustomBackImg = false;
  193. this.btn_Check.IsShowText = true;
  194. this.btn_Check.Location = new System.Drawing.Point(127, 242);
  195. this.btn_Check.Name = "btn_Check";
  196. this.btn_Check.Size = new System.Drawing.Size(70, 28);
  197. this.btn_Check.TabIndex = 5;
  198. this.btn_Check.Text = "测试";
  199. this.btn_Check.UseVisualStyleBackColor = false;
  200. //
  201. // btn_OK
  202. //
  203. this.btn_OK.BackColor = System.Drawing.Color.Transparent;
  204. this.btn_OK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_OK.BackImg")));
  205. this.btn_OK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  206. this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  207. this.btn_OK.ForeColor = System.Drawing.Color.White;
  208. this.btn_OK.IsCustomBackImg = false;
  209. this.btn_OK.IsShowText = true;
  210. this.btn_OK.Location = new System.Drawing.Point(210, 242);
  211. this.btn_OK.Name = "btn_OK";
  212. this.btn_OK.Size = new System.Drawing.Size(70, 28);
  213. this.btn_OK.TabIndex = 6;
  214. this.btn_OK.Text = "确定";
  215. this.btn_OK.UseVisualStyleBackColor = false;
  216. //
  217. // btn_Cancel
  218. //
  219. this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
  220. this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
  221. this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  222. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  223. this.btn_Cancel.ForeColor = System.Drawing.Color.White;
  224. this.btn_Cancel.IsCustomBackImg = false;
  225. this.btn_Cancel.IsShowText = true;
  226. this.btn_Cancel.Location = new System.Drawing.Point(293, 242);
  227. this.btn_Cancel.Name = "btn_Cancel";
  228. this.btn_Cancel.Size = new System.Drawing.Size(70, 28);
  229. this.btn_Cancel.TabIndex = 7;
  230. this.btn_Cancel.Text = "取消";
  231. this.btn_Cancel.UseVisualStyleBackColor = false;
  232. //
  233. // frmMicroWeiXinPayConfig
  234. //
  235. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  236. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  237. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  238. this.ClientSize = new System.Drawing.Size(490, 353);
  239. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  240. this.Name = "frmMicroWeiXinPayConfig";
  241. this.Text = "微信支付配置";
  242. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  243. this.plExMainContainer.ResumeLayout(false);
  244. this.plExMainContainer.PerformLayout();
  245. this.plFormMainContent.ResumeLayout(false);
  246. this.ResumeLayout(false);
  247. }
  248. #endregion
  249. private ComponentLibrary.LabelEx lab_Key;
  250. private ComponentLibrary.LabelEx lab_MchId;
  251. private ComponentLibrary.LabelEx lab_AppId;
  252. protected ComponentLibrary.ButtonEx btn_Cancel;
  253. protected ComponentLibrary.ButtonEx btn_OK;
  254. protected ComponentLibrary.ButtonEx btn_Check;
  255. protected ComponentLibrary.TextBoxEx txt_Key;
  256. protected ComponentLibrary.TextBoxEx txt_MchId;
  257. protected ComponentLibrary.TextBoxEx txt_AppId;
  258. }
  259. }