frmThridPayConfig.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791
  1. namespace LYFZ.Software.UI.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.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  30. this.rdo_WXAutonomyBtn = new LYFZ.ComponentLibrary.RadioButtonEx();
  31. this.rdo_WXAgentBtn = new LYFZ.ComponentLibrary.RadioButtonEx();
  32. this.txt_MchId = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.cb_MySaltCompanyPay = new System.Windows.Forms.ComboBox();
  34. this.btn_Check = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.cb_Open = new LYFZ.ComponentLibrary.CheckBoxEx();
  36. this.txt_Key = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.txt_AppId = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.lab_Key = new LYFZ.ComponentLibrary.LabelEx();
  40. this.lab_MchId = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  43. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  44. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.rdo_RSA = new LYFZ.ComponentLibrary.RadioButtonEx();
  46. this.rdo_RSA2 = new LYFZ.ComponentLibrary.RadioButtonEx();
  47. this.rdo_ZFBAutonomyBtn = new LYFZ.ComponentLibrary.RadioButtonEx();
  48. this.rdo_ZFBAgentBtn = new LYFZ.ComponentLibrary.RadioButtonEx();
  49. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.cb_AliPayAccount = new System.Windows.Forms.ComboBox();
  51. this.btn_AliCheck = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.cb_AliOpen = new LYFZ.ComponentLibrary.CheckBoxEx();
  53. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.txt_AliPublicKey = new LYFZ.ComponentLibrary.TextBoxEx();
  55. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.txt_AliKey = new LYFZ.ComponentLibrary.TextBoxEx();
  57. this.txt_AliMchId = new LYFZ.ComponentLibrary.TextBoxEx();
  58. this.txt_AliAppid = new LYFZ.ComponentLibrary.TextBoxEx();
  59. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  63. this.btn_Update = new LYFZ.ComponentLibrary.ButtonEx();
  64. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  65. this.btn_AliOK = new LYFZ.ComponentLibrary.ButtonEx();
  66. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  67. this.btn_AliCancel = new LYFZ.ComponentLibrary.ButtonEx();
  68. this.plExMainContainer.SuspendLayout();
  69. this.plFormMainContent.SuspendLayout();
  70. this.groupBoxEx1.SuspendLayout();
  71. this.groupBoxEx2.SuspendLayout();
  72. this.panelEx4.SuspendLayout();
  73. this.panelEx2.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // plExMainContainer
  77. //
  78. this.plExMainContainer.Controls.Add(this.panelEx2);
  79. this.plExMainContainer.Controls.Add(this.groupBoxEx2);
  80. this.plExMainContainer.Controls.Add(this.panelEx1);
  81. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  82. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  83. this.plExMainContainer.Size = new System.Drawing.Size(974, 813);
  84. //
  85. // plFormMainContent
  86. //
  87. this.plFormMainContent.Size = new System.Drawing.Size(974, 813);
  88. //
  89. // btnAppFormMaximize
  90. //
  91. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  92. this.btnAppFormMaximize.Location = new System.Drawing.Point(915, 0);
  93. //
  94. // btnAppFormExit
  95. //
  96. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  97. this.btnAppFormExit.Location = new System.Drawing.Point(942, 0);
  98. //
  99. // btnAppFormMinimize
  100. //
  101. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  102. this.btnAppFormMinimize.Location = new System.Drawing.Point(888, 0);
  103. //
  104. // groupBoxEx1
  105. //
  106. this.groupBoxEx1.Controls.Add(this.rdo_WXAutonomyBtn);
  107. this.groupBoxEx1.Controls.Add(this.rdo_WXAgentBtn);
  108. this.groupBoxEx1.Controls.Add(this.txt_MchId);
  109. this.groupBoxEx1.Controls.Add(this.cb_MySaltCompanyPay);
  110. this.groupBoxEx1.Controls.Add(this.btn_Check);
  111. this.groupBoxEx1.Controls.Add(this.cb_Open);
  112. this.groupBoxEx1.Controls.Add(this.txt_Key);
  113. this.groupBoxEx1.Controls.Add(this.txt_AppId);
  114. this.groupBoxEx1.Controls.Add(this.labelEx8);
  115. this.groupBoxEx1.Controls.Add(this.lab_Key);
  116. this.groupBoxEx1.Controls.Add(this.lab_MchId);
  117. this.groupBoxEx1.Controls.Add(this.labelEx5);
  118. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Top;
  119. this.groupBoxEx1.Location = new System.Drawing.Point(10, 10);
  120. this.groupBoxEx1.Name = "groupBoxEx1";
  121. this.groupBoxEx1.Size = new System.Drawing.Size(954, 205);
  122. this.groupBoxEx1.TabIndex = 0;
  123. this.groupBoxEx1.TabStop = false;
  124. this.groupBoxEx1.Text = "微信支付";
  125. //
  126. // rdo_WXAutonomyBtn
  127. //
  128. this.rdo_WXAutonomyBtn.AutoSize = true;
  129. this.rdo_WXAutonomyBtn.BackColor = System.Drawing.Color.Transparent;
  130. this.rdo_WXAutonomyBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  131. this.rdo_WXAutonomyBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  132. this.rdo_WXAutonomyBtn.Location = new System.Drawing.Point(293, 21);
  133. this.rdo_WXAutonomyBtn.Name = "rdo_WXAutonomyBtn";
  134. this.rdo_WXAutonomyBtn.Size = new System.Drawing.Size(98, 21);
  135. this.rdo_WXAutonomyBtn.TabIndex = 24;
  136. this.rdo_WXAutonomyBtn.Text = "自主方式绑定";
  137. this.rdo_WXAutonomyBtn.UseVisualStyleBackColor = false;
  138. //
  139. // rdo_WXAgentBtn
  140. //
  141. this.rdo_WXAgentBtn.AutoSize = true;
  142. this.rdo_WXAgentBtn.BackColor = System.Drawing.Color.Transparent;
  143. this.rdo_WXAgentBtn.Checked = true;
  144. this.rdo_WXAgentBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  145. this.rdo_WXAgentBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  146. this.rdo_WXAgentBtn.Location = new System.Drawing.Point(105, 21);
  147. this.rdo_WXAgentBtn.Name = "rdo_WXAgentBtn";
  148. this.rdo_WXAgentBtn.Size = new System.Drawing.Size(146, 21);
  149. this.rdo_WXAgentBtn.TabIndex = 24;
  150. this.rdo_WXAgentBtn.TabStop = true;
  151. this.rdo_WXAgentBtn.Text = "代理方式绑定(推荐)";
  152. this.rdo_WXAgentBtn.UseVisualStyleBackColor = false;
  153. //
  154. // txt_MchId
  155. //
  156. this.txt_MchId.BackColor = System.Drawing.Color.Transparent;
  157. this.txt_MchId.Icon = null;
  158. this.txt_MchId.IconIsButton = false;
  159. this.txt_MchId.IsPasswordChat = '\0';
  160. this.txt_MchId.IsSystemPasswordChar = false;
  161. this.txt_MchId.Lines = new string[0];
  162. this.txt_MchId.Location = new System.Drawing.Point(105, 83);
  163. this.txt_MchId.Margin = new System.Windows.Forms.Padding(0);
  164. this.txt_MchId.MaxLength = 32767;
  165. this.txt_MchId.MinimumSize = new System.Drawing.Size(0, 26);
  166. this.txt_MchId.MouseBack = null;
  167. this.txt_MchId.Multiline = false;
  168. this.txt_MchId.Name = "txt_MchId";
  169. this.txt_MchId.NormlBack = null;
  170. this.txt_MchId.Padding = new System.Windows.Forms.Padding(5);
  171. this.txt_MchId.ReadOnly = false;
  172. this.txt_MchId.ScrollBars = System.Windows.Forms.ScrollBars.None;
  173. this.txt_MchId.Size = new System.Drawing.Size(361, 26);
  174. this.txt_MchId.TabIndex = 12;
  175. this.txt_MchId.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  176. this.txt_MchId.WaterColor = System.Drawing.Color.DarkGray;
  177. this.txt_MchId.WaterText = "商户号";
  178. this.txt_MchId.WordWrap = true;
  179. //
  180. // cb_MySaltCompanyPay
  181. //
  182. this.cb_MySaltCompanyPay.FormattingEnabled = true;
  183. this.cb_MySaltCompanyPay.Location = new System.Drawing.Point(107, 86);
  184. this.cb_MySaltCompanyPay.Name = "cb_MySaltCompanyPay";
  185. this.cb_MySaltCompanyPay.Size = new System.Drawing.Size(355, 20);
  186. this.cb_MySaltCompanyPay.TabIndex = 23;
  187. //
  188. // btn_Check
  189. //
  190. this.btn_Check.BackColor = System.Drawing.Color.Transparent;
  191. this.btn_Check.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Check.BackImg")));
  192. this.btn_Check.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  193. this.btn_Check.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  194. this.btn_Check.ForeColor = System.Drawing.Color.White;
  195. this.btn_Check.IsCustomBackImg = false;
  196. this.btn_Check.IsShowText = true;
  197. this.btn_Check.Location = new System.Drawing.Point(389, 48);
  198. this.btn_Check.Name = "btn_Check";
  199. this.btn_Check.Size = new System.Drawing.Size(70, 30);
  200. this.btn_Check.TabIndex = 22;
  201. this.btn_Check.Text = "测试";
  202. this.btn_Check.UseVisualStyleBackColor = false;
  203. //
  204. // cb_Open
  205. //
  206. this.cb_Open.AutoSize = true;
  207. this.cb_Open.BackColor = System.Drawing.Color.Transparent;
  208. this.cb_Open.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  209. this.cb_Open.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  210. this.cb_Open.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  211. this.cb_Open.Fourstates = false;
  212. this.cb_Open.IsGreenTick = false;
  213. this.cb_Open.Location = new System.Drawing.Point(104, 56);
  214. this.cb_Open.Name = "cb_Open";
  215. this.cb_Open.Size = new System.Drawing.Size(15, 14);
  216. this.cb_Open.TabIndex = 14;
  217. this.cb_Open.UseVisualStyleBackColor = false;
  218. //
  219. // txt_Key
  220. //
  221. this.txt_Key.BackColor = System.Drawing.Color.Transparent;
  222. this.txt_Key.Icon = null;
  223. this.txt_Key.IconIsButton = false;
  224. this.txt_Key.IsPasswordChat = '\0';
  225. this.txt_Key.IsSystemPasswordChar = false;
  226. this.txt_Key.Lines = new string[0];
  227. this.txt_Key.Location = new System.Drawing.Point(106, 153);
  228. this.txt_Key.Margin = new System.Windows.Forms.Padding(0);
  229. this.txt_Key.MaxLength = 32767;
  230. this.txt_Key.MinimumSize = new System.Drawing.Size(0, 26);
  231. this.txt_Key.MouseBack = null;
  232. this.txt_Key.Multiline = false;
  233. this.txt_Key.Name = "txt_Key";
  234. this.txt_Key.NormlBack = null;
  235. this.txt_Key.Padding = new System.Windows.Forms.Padding(5);
  236. this.txt_Key.ReadOnly = false;
  237. this.txt_Key.ScrollBars = System.Windows.Forms.ScrollBars.None;
  238. this.txt_Key.Size = new System.Drawing.Size(361, 26);
  239. this.txt_Key.TabIndex = 13;
  240. this.txt_Key.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  241. this.txt_Key.WaterColor = System.Drawing.Color.DarkGray;
  242. this.txt_Key.WaterText = "商户秘钥";
  243. this.txt_Key.WordWrap = true;
  244. //
  245. // txt_AppId
  246. //
  247. this.txt_AppId.BackColor = System.Drawing.Color.Transparent;
  248. this.txt_AppId.Icon = null;
  249. this.txt_AppId.IconIsButton = false;
  250. this.txt_AppId.IsPasswordChat = '\0';
  251. this.txt_AppId.IsSystemPasswordChar = false;
  252. this.txt_AppId.Lines = new string[0];
  253. this.txt_AppId.Location = new System.Drawing.Point(105, 118);
  254. this.txt_AppId.Margin = new System.Windows.Forms.Padding(0);
  255. this.txt_AppId.MaxLength = 32767;
  256. this.txt_AppId.MinimumSize = new System.Drawing.Size(0, 26);
  257. this.txt_AppId.MouseBack = null;
  258. this.txt_AppId.Multiline = false;
  259. this.txt_AppId.Name = "txt_AppId";
  260. this.txt_AppId.NormlBack = null;
  261. this.txt_AppId.Padding = new System.Windows.Forms.Padding(5);
  262. this.txt_AppId.ReadOnly = false;
  263. this.txt_AppId.ScrollBars = System.Windows.Forms.ScrollBars.None;
  264. this.txt_AppId.Size = new System.Drawing.Size(361, 26);
  265. this.txt_AppId.TabIndex = 11;
  266. this.txt_AppId.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  267. this.txt_AppId.WaterColor = System.Drawing.Color.DarkGray;
  268. this.txt_AppId.WaterText = "商户APPID";
  269. this.txt_AppId.WordWrap = true;
  270. //
  271. // labelEx8
  272. //
  273. this.labelEx8.AutoSize = true;
  274. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  275. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  276. this.labelEx8.Location = new System.Drawing.Point(21, 121);
  277. this.labelEx8.Name = "labelEx8";
  278. this.labelEx8.Size = new System.Drawing.Size(79, 17);
  279. this.labelEx8.TabIndex = 8;
  280. this.labelEx8.Text = "商户APPID:";
  281. //
  282. // lab_Key
  283. //
  284. this.lab_Key.AutoSize = true;
  285. this.lab_Key.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  286. this.lab_Key.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  287. this.lab_Key.Location = new System.Drawing.Point(55, 158);
  288. this.lab_Key.Name = "lab_Key";
  289. this.lab_Key.Size = new System.Drawing.Size(44, 17);
  290. this.lab_Key.TabIndex = 8;
  291. this.lab_Key.Text = "秘钥:";
  292. //
  293. // lab_MchId
  294. //
  295. this.lab_MchId.AutoSize = true;
  296. this.lab_MchId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  297. this.lab_MchId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  298. this.lab_MchId.Location = new System.Drawing.Point(43, 87);
  299. this.lab_MchId.Name = "lab_MchId";
  300. this.lab_MchId.Size = new System.Drawing.Size(56, 17);
  301. this.lab_MchId.TabIndex = 9;
  302. this.lab_MchId.Text = "商户号:";
  303. //
  304. // labelEx5
  305. //
  306. this.labelEx5.AutoSize = true;
  307. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  308. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  309. this.labelEx5.Location = new System.Drawing.Point(31, 56);
  310. this.labelEx5.Name = "labelEx5";
  311. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  312. this.labelEx5.TabIndex = 10;
  313. this.labelEx5.Text = "是否启用:";
  314. //
  315. // panelEx1
  316. //
  317. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  318. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  319. this.panelEx1.BorderWidth = 1;
  320. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  321. this.panelEx1.Location = new System.Drawing.Point(10, 215);
  322. this.panelEx1.Name = "panelEx1";
  323. this.panelEx1.Size = new System.Drawing.Size(954, 10);
  324. this.panelEx1.TabIndex = 1;
  325. //
  326. // groupBoxEx2
  327. //
  328. this.groupBoxEx2.Controls.Add(this.panelEx4);
  329. this.groupBoxEx2.Controls.Add(this.rdo_ZFBAutonomyBtn);
  330. this.groupBoxEx2.Controls.Add(this.rdo_ZFBAgentBtn);
  331. this.groupBoxEx2.Controls.Add(this.labelEx7);
  332. this.groupBoxEx2.Controls.Add(this.cb_AliPayAccount);
  333. this.groupBoxEx2.Controls.Add(this.btn_AliCheck);
  334. this.groupBoxEx2.Controls.Add(this.cb_AliOpen);
  335. this.groupBoxEx2.Controls.Add(this.labelEx6);
  336. this.groupBoxEx2.Controls.Add(this.txt_AliPublicKey);
  337. this.groupBoxEx2.Controls.Add(this.labelEx4);
  338. this.groupBoxEx2.Controls.Add(this.txt_AliKey);
  339. this.groupBoxEx2.Controls.Add(this.txt_AliMchId);
  340. this.groupBoxEx2.Controls.Add(this.txt_AliAppid);
  341. this.groupBoxEx2.Controls.Add(this.labelEx1);
  342. this.groupBoxEx2.Controls.Add(this.labelEx2);
  343. this.groupBoxEx2.Controls.Add(this.labelEx3);
  344. this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Top;
  345. this.groupBoxEx2.Location = new System.Drawing.Point(10, 225);
  346. this.groupBoxEx2.Name = "groupBoxEx2";
  347. this.groupBoxEx2.Size = new System.Drawing.Size(954, 539);
  348. this.groupBoxEx2.TabIndex = 2;
  349. this.groupBoxEx2.TabStop = false;
  350. this.groupBoxEx2.Text = "支付宝";
  351. //
  352. // panelEx4
  353. //
  354. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  355. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  356. this.panelEx4.BorderWidth = 1;
  357. this.panelEx4.Controls.Add(this.rdo_RSA);
  358. this.panelEx4.Controls.Add(this.rdo_RSA2);
  359. this.panelEx4.Location = new System.Drawing.Point(262, 52);
  360. this.panelEx4.Name = "panelEx4";
  361. this.panelEx4.Size = new System.Drawing.Size(119, 27);
  362. this.panelEx4.TabIndex = 29;
  363. //
  364. // rdo_RSA
  365. //
  366. this.rdo_RSA.AutoSize = true;
  367. this.rdo_RSA.BackColor = System.Drawing.Color.Transparent;
  368. this.rdo_RSA.Checked = true;
  369. this.rdo_RSA.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  370. this.rdo_RSA.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  371. this.rdo_RSA.Location = new System.Drawing.Point(3, 3);
  372. this.rdo_RSA.Name = "rdo_RSA";
  373. this.rdo_RSA.Size = new System.Drawing.Size(49, 21);
  374. this.rdo_RSA.TabIndex = 28;
  375. this.rdo_RSA.TabStop = true;
  376. this.rdo_RSA.Text = "RSA";
  377. this.rdo_RSA.UseVisualStyleBackColor = false;
  378. //
  379. // rdo_RSA2
  380. //
  381. this.rdo_RSA2.AutoSize = true;
  382. this.rdo_RSA2.BackColor = System.Drawing.Color.Transparent;
  383. this.rdo_RSA2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  384. this.rdo_RSA2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  385. this.rdo_RSA2.Location = new System.Drawing.Point(58, 3);
  386. this.rdo_RSA2.Name = "rdo_RSA2";
  387. this.rdo_RSA2.Size = new System.Drawing.Size(56, 21);
  388. this.rdo_RSA2.TabIndex = 28;
  389. this.rdo_RSA2.Text = "RSA2";
  390. this.rdo_RSA2.UseVisualStyleBackColor = false;
  391. //
  392. // rdo_ZFBAutonomyBtn
  393. //
  394. this.rdo_ZFBAutonomyBtn.AutoSize = true;
  395. this.rdo_ZFBAutonomyBtn.BackColor = System.Drawing.Color.Transparent;
  396. this.rdo_ZFBAutonomyBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  397. this.rdo_ZFBAutonomyBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  398. this.rdo_ZFBAutonomyBtn.Location = new System.Drawing.Point(293, 22);
  399. this.rdo_ZFBAutonomyBtn.Name = "rdo_ZFBAutonomyBtn";
  400. this.rdo_ZFBAutonomyBtn.Size = new System.Drawing.Size(98, 21);
  401. this.rdo_ZFBAutonomyBtn.TabIndex = 26;
  402. this.rdo_ZFBAutonomyBtn.Text = "自主方式绑定";
  403. this.rdo_ZFBAutonomyBtn.UseVisualStyleBackColor = false;
  404. //
  405. // rdo_ZFBAgentBtn
  406. //
  407. this.rdo_ZFBAgentBtn.AutoSize = true;
  408. this.rdo_ZFBAgentBtn.BackColor = System.Drawing.Color.Transparent;
  409. this.rdo_ZFBAgentBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  410. this.rdo_ZFBAgentBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  411. this.rdo_ZFBAgentBtn.Location = new System.Drawing.Point(105, 22);
  412. this.rdo_ZFBAgentBtn.Name = "rdo_ZFBAgentBtn";
  413. this.rdo_ZFBAgentBtn.Size = new System.Drawing.Size(146, 21);
  414. this.rdo_ZFBAgentBtn.TabIndex = 27;
  415. this.rdo_ZFBAgentBtn.Text = "代理方式绑定(推荐)";
  416. this.rdo_ZFBAgentBtn.UseVisualStyleBackColor = false;
  417. //
  418. // labelEx7
  419. //
  420. this.labelEx7.AutoSize = true;
  421. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  422. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  423. this.labelEx7.Location = new System.Drawing.Point(21, 93);
  424. this.labelEx7.Name = "labelEx7";
  425. this.labelEx7.Size = new System.Drawing.Size(80, 17);
  426. this.labelEx7.TabIndex = 25;
  427. this.labelEx7.Text = "支付宝账号:";
  428. //
  429. // cb_AliPayAccount
  430. //
  431. this.cb_AliPayAccount.FormattingEnabled = true;
  432. this.cb_AliPayAccount.Location = new System.Drawing.Point(105, 92);
  433. this.cb_AliPayAccount.Name = "cb_AliPayAccount";
  434. this.cb_AliPayAccount.Size = new System.Drawing.Size(359, 20);
  435. this.cb_AliPayAccount.TabIndex = 24;
  436. //
  437. // btn_AliCheck
  438. //
  439. this.btn_AliCheck.BackColor = System.Drawing.Color.Transparent;
  440. this.btn_AliCheck.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AliCheck.BackImg")));
  441. this.btn_AliCheck.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  442. this.btn_AliCheck.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  443. this.btn_AliCheck.ForeColor = System.Drawing.Color.White;
  444. this.btn_AliCheck.IsCustomBackImg = false;
  445. this.btn_AliCheck.IsShowText = true;
  446. this.btn_AliCheck.Location = new System.Drawing.Point(387, 49);
  447. this.btn_AliCheck.Name = "btn_AliCheck";
  448. this.btn_AliCheck.Size = new System.Drawing.Size(70, 33);
  449. this.btn_AliCheck.TabIndex = 21;
  450. this.btn_AliCheck.Text = "测试";
  451. this.btn_AliCheck.UseVisualStyleBackColor = false;
  452. //
  453. // cb_AliOpen
  454. //
  455. this.cb_AliOpen.AutoSize = true;
  456. this.cb_AliOpen.BackColor = System.Drawing.Color.Transparent;
  457. this.cb_AliOpen.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  458. this.cb_AliOpen.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  459. this.cb_AliOpen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  460. this.cb_AliOpen.Fourstates = false;
  461. this.cb_AliOpen.IsGreenTick = false;
  462. this.cb_AliOpen.Location = new System.Drawing.Point(105, 60);
  463. this.cb_AliOpen.Name = "cb_AliOpen";
  464. this.cb_AliOpen.Size = new System.Drawing.Size(15, 14);
  465. this.cb_AliOpen.TabIndex = 20;
  466. this.cb_AliOpen.UseVisualStyleBackColor = false;
  467. //
  468. // labelEx6
  469. //
  470. this.labelEx6.AutoSize = true;
  471. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  472. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  473. this.labelEx6.Location = new System.Drawing.Point(32, 58);
  474. this.labelEx6.Name = "labelEx6";
  475. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  476. this.labelEx6.TabIndex = 19;
  477. this.labelEx6.Text = "是否启用:";
  478. //
  479. // txt_AliPublicKey
  480. //
  481. this.txt_AliPublicKey.BackColor = System.Drawing.Color.Transparent;
  482. this.txt_AliPublicKey.Icon = null;
  483. this.txt_AliPublicKey.IconIsButton = false;
  484. this.txt_AliPublicKey.IsPasswordChat = '\0';
  485. this.txt_AliPublicKey.IsSystemPasswordChar = false;
  486. this.txt_AliPublicKey.Lines = new string[0];
  487. this.txt_AliPublicKey.Location = new System.Drawing.Point(103, 416);
  488. this.txt_AliPublicKey.Margin = new System.Windows.Forms.Padding(0);
  489. this.txt_AliPublicKey.MaxLength = 32767;
  490. this.txt_AliPublicKey.MinimumSize = new System.Drawing.Size(0, 26);
  491. this.txt_AliPublicKey.MouseBack = null;
  492. this.txt_AliPublicKey.Multiline = true;
  493. this.txt_AliPublicKey.Name = "txt_AliPublicKey";
  494. this.txt_AliPublicKey.NormlBack = null;
  495. this.txt_AliPublicKey.Padding = new System.Windows.Forms.Padding(5);
  496. this.txt_AliPublicKey.ReadOnly = false;
  497. this.txt_AliPublicKey.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
  498. this.txt_AliPublicKey.Size = new System.Drawing.Size(773, 110);
  499. this.txt_AliPublicKey.TabIndex = 18;
  500. this.txt_AliPublicKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  501. this.txt_AliPublicKey.WaterColor = System.Drawing.Color.DarkGray;
  502. this.txt_AliPublicKey.WaterText = "商户公钥";
  503. this.txt_AliPublicKey.WordWrap = true;
  504. //
  505. // labelEx4
  506. //
  507. this.labelEx4.AutoSize = true;
  508. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  509. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  510. this.labelEx4.Location = new System.Drawing.Point(52, 420);
  511. this.labelEx4.Name = "labelEx4";
  512. this.labelEx4.Size = new System.Drawing.Size(44, 17);
  513. this.labelEx4.TabIndex = 17;
  514. this.labelEx4.Text = "公钥:";
  515. //
  516. // txt_AliKey
  517. //
  518. this.txt_AliKey.BackColor = System.Drawing.Color.Transparent;
  519. this.txt_AliKey.Icon = null;
  520. this.txt_AliKey.IconIsButton = false;
  521. this.txt_AliKey.IsPasswordChat = '\0';
  522. this.txt_AliKey.IsSystemPasswordChar = false;
  523. this.txt_AliKey.Lines = new string[0];
  524. this.txt_AliKey.Location = new System.Drawing.Point(103, 190);
  525. this.txt_AliKey.Margin = new System.Windows.Forms.Padding(0);
  526. this.txt_AliKey.MaxLength = 32767;
  527. this.txt_AliKey.MinimumSize = new System.Drawing.Size(0, 26);
  528. this.txt_AliKey.MouseBack = null;
  529. this.txt_AliKey.Multiline = true;
  530. this.txt_AliKey.Name = "txt_AliKey";
  531. this.txt_AliKey.NormlBack = null;
  532. this.txt_AliKey.Padding = new System.Windows.Forms.Padding(5);
  533. this.txt_AliKey.ReadOnly = false;
  534. this.txt_AliKey.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
  535. this.txt_AliKey.Size = new System.Drawing.Size(773, 214);
  536. this.txt_AliKey.TabIndex = 13;
  537. this.txt_AliKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  538. this.txt_AliKey.WaterColor = System.Drawing.Color.DarkGray;
  539. this.txt_AliKey.WaterText = "商户秘钥";
  540. this.txt_AliKey.WordWrap = true;
  541. //
  542. // txt_AliMchId
  543. //
  544. this.txt_AliMchId.BackColor = System.Drawing.Color.Transparent;
  545. this.txt_AliMchId.Icon = null;
  546. this.txt_AliMchId.IconIsButton = false;
  547. this.txt_AliMchId.IsPasswordChat = '\0';
  548. this.txt_AliMchId.IsSystemPasswordChar = false;
  549. this.txt_AliMchId.Lines = new string[0];
  550. this.txt_AliMchId.Location = new System.Drawing.Point(103, 155);
  551. this.txt_AliMchId.Margin = new System.Windows.Forms.Padding(0);
  552. this.txt_AliMchId.MaxLength = 32767;
  553. this.txt_AliMchId.MinimumSize = new System.Drawing.Size(0, 26);
  554. this.txt_AliMchId.MouseBack = null;
  555. this.txt_AliMchId.Multiline = false;
  556. this.txt_AliMchId.Name = "txt_AliMchId";
  557. this.txt_AliMchId.NormlBack = null;
  558. this.txt_AliMchId.Padding = new System.Windows.Forms.Padding(5);
  559. this.txt_AliMchId.ReadOnly = false;
  560. this.txt_AliMchId.ScrollBars = System.Windows.Forms.ScrollBars.None;
  561. this.txt_AliMchId.Size = new System.Drawing.Size(361, 26);
  562. this.txt_AliMchId.TabIndex = 12;
  563. this.txt_AliMchId.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  564. this.txt_AliMchId.WaterColor = System.Drawing.Color.DarkGray;
  565. this.txt_AliMchId.WaterText = "商户号";
  566. this.txt_AliMchId.WordWrap = true;
  567. //
  568. // txt_AliAppid
  569. //
  570. this.txt_AliAppid.BackColor = System.Drawing.Color.Transparent;
  571. this.txt_AliAppid.Icon = null;
  572. this.txt_AliAppid.IconIsButton = false;
  573. this.txt_AliAppid.IsPasswordChat = '\0';
  574. this.txt_AliAppid.IsSystemPasswordChar = false;
  575. this.txt_AliAppid.Lines = new string[0];
  576. this.txt_AliAppid.Location = new System.Drawing.Point(103, 120);
  577. this.txt_AliAppid.Margin = new System.Windows.Forms.Padding(0);
  578. this.txt_AliAppid.MaxLength = 32767;
  579. this.txt_AliAppid.MinimumSize = new System.Drawing.Size(0, 26);
  580. this.txt_AliAppid.MouseBack = null;
  581. this.txt_AliAppid.Multiline = false;
  582. this.txt_AliAppid.Name = "txt_AliAppid";
  583. this.txt_AliAppid.NormlBack = null;
  584. this.txt_AliAppid.Padding = new System.Windows.Forms.Padding(5);
  585. this.txt_AliAppid.ReadOnly = false;
  586. this.txt_AliAppid.ScrollBars = System.Windows.Forms.ScrollBars.None;
  587. this.txt_AliAppid.Size = new System.Drawing.Size(361, 26);
  588. this.txt_AliAppid.TabIndex = 11;
  589. this.txt_AliAppid.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  590. this.txt_AliAppid.WaterColor = System.Drawing.Color.DarkGray;
  591. this.txt_AliAppid.WaterText = "商户APPID";
  592. this.txt_AliAppid.WordWrap = true;
  593. //
  594. // labelEx1
  595. //
  596. this.labelEx1.AutoSize = true;
  597. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  598. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  599. this.labelEx1.Location = new System.Drawing.Point(56, 195);
  600. this.labelEx1.Name = "labelEx1";
  601. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  602. this.labelEx1.TabIndex = 8;
  603. this.labelEx1.Text = "秘钥:";
  604. //
  605. // labelEx2
  606. //
  607. this.labelEx2.AutoSize = true;
  608. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  609. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  610. this.labelEx2.Location = new System.Drawing.Point(44, 159);
  611. this.labelEx2.Name = "labelEx2";
  612. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  613. this.labelEx2.TabIndex = 9;
  614. this.labelEx2.Text = "商户号:";
  615. //
  616. // labelEx3
  617. //
  618. this.labelEx3.AutoSize = true;
  619. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  620. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  621. this.labelEx3.Location = new System.Drawing.Point(44, 124);
  622. this.labelEx3.Name = "labelEx3";
  623. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  624. this.labelEx3.TabIndex = 10;
  625. this.labelEx3.Text = "AppId:";
  626. //
  627. // panelEx2
  628. //
  629. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  630. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  631. this.panelEx2.BorderWidth = 1;
  632. this.panelEx2.Controls.Add(this.btn_Update);
  633. this.panelEx2.Controls.Add(this.panelEx5);
  634. this.panelEx2.Controls.Add(this.btn_AliOK);
  635. this.panelEx2.Controls.Add(this.panelEx3);
  636. this.panelEx2.Controls.Add(this.btn_AliCancel);
  637. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  638. this.panelEx2.Location = new System.Drawing.Point(10, 764);
  639. this.panelEx2.Name = "panelEx2";
  640. this.panelEx2.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
  641. this.panelEx2.Size = new System.Drawing.Size(954, 43);
  642. this.panelEx2.TabIndex = 17;
  643. //
  644. // btn_Update
  645. //
  646. this.btn_Update.BackColor = System.Drawing.Color.Transparent;
  647. this.btn_Update.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Update.BackImg")));
  648. this.btn_Update.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  649. this.btn_Update.Dock = System.Windows.Forms.DockStyle.Right;
  650. this.btn_Update.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  651. this.btn_Update.ForeColor = System.Drawing.Color.White;
  652. this.btn_Update.IsCustomBackImg = false;
  653. this.btn_Update.IsShowText = true;
  654. this.btn_Update.Location = new System.Drawing.Point(724, 10);
  655. this.btn_Update.Name = "btn_Update";
  656. this.btn_Update.Size = new System.Drawing.Size(70, 33);
  657. this.btn_Update.TabIndex = 22;
  658. this.btn_Update.Text = "更新";
  659. this.btn_Update.UseVisualStyleBackColor = false;
  660. //
  661. // panelEx5
  662. //
  663. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  664. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  665. this.panelEx5.BorderWidth = 1;
  666. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Right;
  667. this.panelEx5.Location = new System.Drawing.Point(794, 10);
  668. this.panelEx5.Name = "panelEx5";
  669. this.panelEx5.Size = new System.Drawing.Size(10, 33);
  670. this.panelEx5.TabIndex = 21;
  671. //
  672. // btn_AliOK
  673. //
  674. this.btn_AliOK.BackColor = System.Drawing.Color.Transparent;
  675. this.btn_AliOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AliOK.BackImg")));
  676. this.btn_AliOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  677. this.btn_AliOK.Dock = System.Windows.Forms.DockStyle.Right;
  678. this.btn_AliOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  679. this.btn_AliOK.ForeColor = System.Drawing.Color.White;
  680. this.btn_AliOK.IsCustomBackImg = false;
  681. this.btn_AliOK.IsShowText = true;
  682. this.btn_AliOK.Location = new System.Drawing.Point(804, 10);
  683. this.btn_AliOK.Name = "btn_AliOK";
  684. this.btn_AliOK.Size = new System.Drawing.Size(70, 33);
  685. this.btn_AliOK.TabIndex = 18;
  686. this.btn_AliOK.Text = "保存";
  687. this.btn_AliOK.UseVisualStyleBackColor = false;
  688. //
  689. // panelEx3
  690. //
  691. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  692. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  693. this.panelEx3.BorderWidth = 1;
  694. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Right;
  695. this.panelEx3.Location = new System.Drawing.Point(874, 10);
  696. this.panelEx3.Name = "panelEx3";
  697. this.panelEx3.Size = new System.Drawing.Size(10, 33);
  698. this.panelEx3.TabIndex = 20;
  699. //
  700. // btn_AliCancel
  701. //
  702. this.btn_AliCancel.BackColor = System.Drawing.Color.Transparent;
  703. this.btn_AliCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AliCancel.BackImg")));
  704. this.btn_AliCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  705. this.btn_AliCancel.Dock = System.Windows.Forms.DockStyle.Right;
  706. this.btn_AliCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  707. this.btn_AliCancel.ForeColor = System.Drawing.Color.White;
  708. this.btn_AliCancel.IsCustomBackImg = false;
  709. this.btn_AliCancel.IsShowText = true;
  710. this.btn_AliCancel.Location = new System.Drawing.Point(884, 10);
  711. this.btn_AliCancel.Name = "btn_AliCancel";
  712. this.btn_AliCancel.Size = new System.Drawing.Size(70, 33);
  713. this.btn_AliCancel.TabIndex = 19;
  714. this.btn_AliCancel.Text = "取消";
  715. this.btn_AliCancel.UseVisualStyleBackColor = false;
  716. //
  717. // frmThridPayConfig
  718. //
  719. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  720. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  721. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  722. this.ClientSize = new System.Drawing.Size(974, 878);
  723. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  724. this.Name = "frmThridPayConfig";
  725. this.Text = "frmThridPayConfig";
  726. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  727. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  728. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  729. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  730. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  731. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  732. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  733. this.plExMainContainer.ResumeLayout(false);
  734. this.plFormMainContent.ResumeLayout(false);
  735. this.groupBoxEx1.ResumeLayout(false);
  736. this.groupBoxEx1.PerformLayout();
  737. this.groupBoxEx2.ResumeLayout(false);
  738. this.groupBoxEx2.PerformLayout();
  739. this.panelEx4.ResumeLayout(false);
  740. this.panelEx4.PerformLayout();
  741. this.panelEx2.ResumeLayout(false);
  742. this.ResumeLayout(false);
  743. }
  744. #endregion
  745. protected ComponentLibrary.TextBoxEx txt_Key;
  746. protected ComponentLibrary.TextBoxEx txt_MchId;
  747. protected ComponentLibrary.TextBoxEx txt_AppId;
  748. private ComponentLibrary.LabelEx lab_Key;
  749. private ComponentLibrary.LabelEx lab_MchId;
  750. protected ComponentLibrary.TextBoxEx txt_AliKey;
  751. protected ComponentLibrary.TextBoxEx txt_AliMchId;
  752. protected ComponentLibrary.TextBoxEx txt_AliAppid;
  753. private ComponentLibrary.LabelEx labelEx1;
  754. private ComponentLibrary.LabelEx labelEx2;
  755. private ComponentLibrary.LabelEx labelEx3;
  756. private ComponentLibrary.PanelEx panelEx1;
  757. protected ComponentLibrary.TextBoxEx txt_AliPublicKey;
  758. private ComponentLibrary.LabelEx labelEx4;
  759. private ComponentLibrary.PanelEx panelEx2;
  760. private ComponentLibrary.PanelEx panelEx5;
  761. private ComponentLibrary.PanelEx panelEx3;
  762. protected ComponentLibrary.ButtonEx btn_AliCancel;
  763. protected ComponentLibrary.ButtonEx btn_AliOK;
  764. protected ComponentLibrary.CheckBoxEx cb_AliOpen;
  765. private ComponentLibrary.LabelEx labelEx6;
  766. protected ComponentLibrary.CheckBoxEx cb_Open;
  767. private ComponentLibrary.LabelEx labelEx5;
  768. protected ComponentLibrary.ButtonEx btn_AliCheck;
  769. protected ComponentLibrary.ButtonEx btn_Check;
  770. protected ComponentLibrary.ButtonEx btn_Update;
  771. public System.Windows.Forms.ComboBox cb_MySaltCompanyPay;
  772. private ComponentLibrary.LabelEx labelEx7;
  773. public System.Windows.Forms.ComboBox cb_AliPayAccount;
  774. private ComponentLibrary.LabelEx labelEx8;
  775. public ComponentLibrary.GroupBoxEx groupBoxEx1;
  776. public ComponentLibrary.GroupBoxEx groupBoxEx2;
  777. public ComponentLibrary.RadioButtonEx rdo_WXAutonomyBtn;
  778. public ComponentLibrary.RadioButtonEx rdo_WXAgentBtn;
  779. public ComponentLibrary.RadioButtonEx rdo_ZFBAutonomyBtn;
  780. public ComponentLibrary.RadioButtonEx rdo_ZFBAgentBtn;
  781. private ComponentLibrary.PanelEx panelEx4;
  782. protected internal ComponentLibrary.RadioButtonEx rdo_RSA;
  783. protected internal ComponentLibrary.RadioButtonEx rdo_RSA2;
  784. }
  785. }