frmMicroLetterPlatformInterface.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmMicroLetterPlatformInterface
  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(frmMicroLetterPlatformInterface));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.comboBoxMdian = new LYFZ.ComponentLibrary.ComboBoxEx();
  31. this.picQrCodeImage = new LYFZ.ComponentLibrary.PictureBoxEx();
  32. this.labDetectedInfo = new LYFZ.ComponentLibrary.LabelEx();
  33. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.btnAutoReply = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnCustommenuManager = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnDetected = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnAuthorizationAndBind = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.txtToken = new LYFZ.ComponentLibrary.TextBoxEx();
  41. this.textBoxEx1 = new LYFZ.ComponentLibrary.TextBoxEx();
  42. this.txtAPPEnterpriseID = new LYFZ.ComponentLibrary.TextBoxEx();
  43. this.txtVisitDomainName = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.txtMicroSignal = new LYFZ.ComponentLibrary.TextBoxEx();
  45. this.txtAppID = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.txtPublicNumberName = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.plExMainContainer.SuspendLayout();
  57. this.plFormMainContent.SuspendLayout();
  58. this.panelEx1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.picQrCodeImage)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // plExMainContainer
  63. //
  64. this.plExMainContainer.Controls.Add(this.panelEx1);
  65. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  66. this.plExMainContainer.Size = new System.Drawing.Size(779, 450);
  67. //
  68. // plFormMainContent
  69. //
  70. this.plFormMainContent.Size = new System.Drawing.Size(779, 490);
  71. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  72. //
  73. // btnAppFormMaximize
  74. //
  75. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  76. this.btnAppFormMaximize.Location = new System.Drawing.Point(720, 0);
  77. //
  78. // btnAppFormExit
  79. //
  80. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  81. this.btnAppFormExit.Location = new System.Drawing.Point(747, 0);
  82. //
  83. // btnAppFormMinimize
  84. //
  85. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  86. this.btnAppFormMinimize.Location = new System.Drawing.Point(693, 0);
  87. //
  88. // panelEx1
  89. //
  90. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  91. | System.Windows.Forms.AnchorStyles.Left)
  92. | System.Windows.Forms.AnchorStyles.Right)));
  93. this.panelEx1.AutoScroll = true;
  94. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  95. this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  96. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  97. this.panelEx1.BorderWidth = 1;
  98. this.panelEx1.Controls.Add(this.comboBoxMdian);
  99. this.panelEx1.Controls.Add(this.picQrCodeImage);
  100. this.panelEx1.Controls.Add(this.labDetectedInfo);
  101. this.panelEx1.Controls.Add(this.labelEx3);
  102. this.panelEx1.Controls.Add(this.labelEx15);
  103. this.panelEx1.Controls.Add(this.btnAutoReply);
  104. this.panelEx1.Controls.Add(this.btnCustommenuManager);
  105. this.panelEx1.Controls.Add(this.btnDetected);
  106. this.panelEx1.Controls.Add(this.btnAuthorizationAndBind);
  107. this.panelEx1.Controls.Add(this.btnClose);
  108. this.panelEx1.Controls.Add(this.txtToken);
  109. this.panelEx1.Controls.Add(this.textBoxEx1);
  110. this.panelEx1.Controls.Add(this.txtAPPEnterpriseID);
  111. this.panelEx1.Controls.Add(this.txtVisitDomainName);
  112. this.panelEx1.Controls.Add(this.txtMicroSignal);
  113. this.panelEx1.Controls.Add(this.txtAppID);
  114. this.panelEx1.Controls.Add(this.txtPublicNumberName);
  115. this.panelEx1.Controls.Add(this.labelEx7);
  116. this.panelEx1.Controls.Add(this.labelEx10);
  117. this.panelEx1.Controls.Add(this.labelEx1);
  118. this.panelEx1.Controls.Add(this.labelEx6);
  119. this.panelEx1.Controls.Add(this.labelEx5);
  120. this.panelEx1.Controls.Add(this.labelEx2);
  121. this.panelEx1.Controls.Add(this.labelEx8);
  122. this.panelEx1.Controls.Add(this.labelEx9);
  123. this.panelEx1.Controls.Add(this.labelEx4);
  124. this.panelEx1.Location = new System.Drawing.Point(12, 12);
  125. this.panelEx1.Margin = new System.Windows.Forms.Padding(0);
  126. this.panelEx1.Name = "panelEx1";
  127. this.panelEx1.Size = new System.Drawing.Size(755, 429);
  128. this.panelEx1.TabIndex = 2;
  129. //
  130. // comboBoxMdian
  131. //
  132. this.comboBoxMdian.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  133. this.comboBoxMdian.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  134. this.comboBoxMdian.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  135. this.comboBoxMdian.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.comboBoxMdian.FormattingEnabled = true;
  137. this.comboBoxMdian.IsCustomColor = false;
  138. this.comboBoxMdian.Location = new System.Drawing.Point(123, 130);
  139. this.comboBoxMdian.Name = "comboBoxMdian";
  140. this.comboBoxMdian.ReadOnly = true;
  141. this.comboBoxMdian.Size = new System.Drawing.Size(397, 28);
  142. this.comboBoxMdian.TabIndex = 23;
  143. //
  144. // picQrCodeImage
  145. //
  146. this.picQrCodeImage.Location = new System.Drawing.Point(641, 220);
  147. this.picQrCodeImage.Name = "picQrCodeImage";
  148. this.picQrCodeImage.Size = new System.Drawing.Size(93, 85);
  149. this.picQrCodeImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  150. this.picQrCodeImage.TabIndex = 22;
  151. this.picQrCodeImage.TabStop = false;
  152. this.picQrCodeImage.Visible = false;
  153. //
  154. // labDetectedInfo
  155. //
  156. this.labDetectedInfo.AutoSize = true;
  157. this.labDetectedInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  158. this.labDetectedInfo.ForeColor = System.Drawing.Color.DarkOrange;
  159. this.labDetectedInfo.Location = new System.Drawing.Point(120, 173);
  160. this.labDetectedInfo.Name = "labDetectedInfo";
  161. this.labDetectedInfo.Size = new System.Drawing.Size(101, 17);
  162. this.labDetectedInfo.TabIndex = 21;
  163. this.labDetectedInfo.Text = "正在检测请稍等...";
  164. //
  165. // labelEx3
  166. //
  167. this.labelEx3.AutoSize = true;
  168. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  169. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  170. this.labelEx3.Location = new System.Drawing.Point(168, 400);
  171. this.labelEx3.Name = "labelEx3";
  172. this.labelEx3.Size = new System.Drawing.Size(248, 17);
  173. this.labelEx3.TabIndex = 21;
  174. this.labelEx3.Text = "用于显示在管理软件件回复的图文消息中展示";
  175. this.labelEx3.Visible = false;
  176. //
  177. // labelEx15
  178. //
  179. this.labelEx15.AutoSize = true;
  180. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  181. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  182. this.labelEx15.Location = new System.Drawing.Point(169, 313);
  183. this.labelEx15.Name = "labelEx15";
  184. this.labelEx15.Size = new System.Drawing.Size(371, 17);
  185. this.labelEx15.TabIndex = 21;
  186. this.labelEx15.Text = "请输入服务器上安装的花生壳域名地址,如果是内网版时请加上端口号";
  187. this.labelEx15.Visible = false;
  188. //
  189. // btnAutoReply
  190. //
  191. this.btnAutoReply.BackColor = System.Drawing.Color.Transparent;
  192. this.btnAutoReply.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAutoReply.BackImg")));
  193. this.btnAutoReply.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  194. this.btnAutoReply.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  195. this.btnAutoReply.ForeColor = System.Drawing.Color.White;
  196. this.btnAutoReply.IsCustomBackImg = false;
  197. this.btnAutoReply.IsShowText = true;
  198. this.btnAutoReply.Location = new System.Drawing.Point(643, 6);
  199. this.btnAutoReply.Name = "btnAutoReply";
  200. this.btnAutoReply.Size = new System.Drawing.Size(91, 28);
  201. this.btnAutoReply.TabIndex = 20;
  202. this.btnAutoReply.Text = "自动回复";
  203. this.btnAutoReply.UseVisualStyleBackColor = false;
  204. this.btnAutoReply.Visible = false;
  205. //
  206. // btnCustommenuManager
  207. //
  208. this.btnCustommenuManager.BackColor = System.Drawing.Color.Transparent;
  209. this.btnCustommenuManager.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCustommenuManager.BackImg")));
  210. this.btnCustommenuManager.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  211. this.btnCustommenuManager.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  212. this.btnCustommenuManager.ForeColor = System.Drawing.Color.White;
  213. this.btnCustommenuManager.IsCustomBackImg = false;
  214. this.btnCustommenuManager.IsShowText = true;
  215. this.btnCustommenuManager.Location = new System.Drawing.Point(534, 6);
  216. this.btnCustommenuManager.Name = "btnCustommenuManager";
  217. this.btnCustommenuManager.Size = new System.Drawing.Size(91, 28);
  218. this.btnCustommenuManager.TabIndex = 20;
  219. this.btnCustommenuManager.Text = "自定义菜单";
  220. this.btnCustommenuManager.UseVisualStyleBackColor = false;
  221. //
  222. // btnDetected
  223. //
  224. this.btnDetected.BackColor = System.Drawing.Color.Transparent;
  225. this.btnDetected.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDetected.BackImg")));
  226. this.btnDetected.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  227. this.btnDetected.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
  228. this.btnDetected.ForeColor = System.Drawing.Color.White;
  229. this.btnDetected.IsCustomBackImg = false;
  230. this.btnDetected.IsShowText = true;
  231. this.btnDetected.Location = new System.Drawing.Point(123, 205);
  232. this.btnDetected.Name = "btnDetected";
  233. this.btnDetected.Size = new System.Drawing.Size(168, 32);
  234. this.btnDetected.TabIndex = 19;
  235. this.btnDetected.Text = "保存并测试APP接口";
  236. this.btnDetected.UseVisualStyleBackColor = false;
  237. //
  238. // btnAuthorizationAndBind
  239. //
  240. this.btnAuthorizationAndBind.BackColor = System.Drawing.Color.Transparent;
  241. this.btnAuthorizationAndBind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAuthorizationAndBind.BackImg")));
  242. this.btnAuthorizationAndBind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  243. this.btnAuthorizationAndBind.Enabled = false;
  244. this.btnAuthorizationAndBind.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
  245. this.btnAuthorizationAndBind.ForeColor = System.Drawing.Color.White;
  246. this.btnAuthorizationAndBind.IsCustomBackImg = false;
  247. this.btnAuthorizationAndBind.IsShowText = true;
  248. this.btnAuthorizationAndBind.Location = new System.Drawing.Point(308, 205);
  249. this.btnAuthorizationAndBind.Name = "btnAuthorizationAndBind";
  250. this.btnAuthorizationAndBind.Size = new System.Drawing.Size(168, 32);
  251. this.btnAuthorizationAndBind.TabIndex = 19;
  252. this.btnAuthorizationAndBind.Text = "授权并绑定接口";
  253. this.btnAuthorizationAndBind.UseVisualStyleBackColor = false;
  254. //
  255. // btnClose
  256. //
  257. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  258. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  259. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  260. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
  261. this.btnClose.ForeColor = System.Drawing.Color.White;
  262. this.btnClose.IsCustomBackImg = false;
  263. this.btnClose.IsShowText = true;
  264. this.btnClose.Location = new System.Drawing.Point(493, 205);
  265. this.btnClose.Name = "btnClose";
  266. this.btnClose.Size = new System.Drawing.Size(99, 32);
  267. this.btnClose.TabIndex = 17;
  268. this.btnClose.Text = "关 闭";
  269. this.btnClose.UseVisualStyleBackColor = false;
  270. //
  271. // txtToken
  272. //
  273. this.txtToken.AutoScroll = true;
  274. this.txtToken.BackColor = System.Drawing.Color.Transparent;
  275. this.txtToken.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.txtToken.Icon = null;
  277. this.txtToken.IconIsButton = false;
  278. this.txtToken.IsPasswordChat = '\0';
  279. this.txtToken.IsSystemPasswordChar = false;
  280. this.txtToken.Lines = new string[0];
  281. this.txtToken.Location = new System.Drawing.Point(166, 249);
  282. this.txtToken.Margin = new System.Windows.Forms.Padding(0);
  283. this.txtToken.MaxLength = 32767;
  284. this.txtToken.MinimumSize = new System.Drawing.Size(0, 28);
  285. this.txtToken.MouseBack = null;
  286. this.txtToken.Multiline = false;
  287. this.txtToken.Name = "txtToken";
  288. this.txtToken.NormlBack = null;
  289. this.txtToken.Padding = new System.Windows.Forms.Padding(5);
  290. this.txtToken.ReadOnly = true;
  291. this.txtToken.ScrollBars = System.Windows.Forms.ScrollBars.None;
  292. this.txtToken.Size = new System.Drawing.Size(400, 28);
  293. this.txtToken.TabIndex = 18;
  294. this.txtToken.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  295. this.txtToken.Visible = false;
  296. this.txtToken.WaterColor = System.Drawing.Color.DarkGray;
  297. this.txtToken.WaterText = "Token(令牌)自动生成";
  298. this.txtToken.WordWrap = true;
  299. //
  300. // textBoxEx1
  301. //
  302. this.textBoxEx1.AutoScroll = true;
  303. this.textBoxEx1.BackColor = System.Drawing.Color.Transparent;
  304. this.textBoxEx1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.textBoxEx1.Icon = null;
  306. this.textBoxEx1.IconIsButton = false;
  307. this.textBoxEx1.IsPasswordChat = '\0';
  308. this.textBoxEx1.IsSystemPasswordChar = false;
  309. this.textBoxEx1.Lines = new string[0];
  310. this.textBoxEx1.Location = new System.Drawing.Point(166, 364);
  311. this.textBoxEx1.Margin = new System.Windows.Forms.Padding(0);
  312. this.textBoxEx1.MaxLength = 32767;
  313. this.textBoxEx1.MinimumSize = new System.Drawing.Size(0, 28);
  314. this.textBoxEx1.MouseBack = null;
  315. this.textBoxEx1.Multiline = false;
  316. this.textBoxEx1.Name = "textBoxEx1";
  317. this.textBoxEx1.NormlBack = null;
  318. this.textBoxEx1.Padding = new System.Windows.Forms.Padding(5);
  319. this.textBoxEx1.ReadOnly = false;
  320. this.textBoxEx1.ScrollBars = System.Windows.Forms.ScrollBars.None;
  321. this.textBoxEx1.Size = new System.Drawing.Size(459, 28);
  322. this.textBoxEx1.TabIndex = 18;
  323. this.textBoxEx1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  324. this.textBoxEx1.Visible = false;
  325. this.textBoxEx1.WaterColor = System.Drawing.Color.DarkGray;
  326. this.textBoxEx1.WaterText = "用于显示在管理软件件回复的图文消息中展示";
  327. this.textBoxEx1.WordWrap = true;
  328. //
  329. // txtAPPEnterpriseID
  330. //
  331. this.txtAPPEnterpriseID.AutoScroll = true;
  332. this.txtAPPEnterpriseID.BackColor = System.Drawing.Color.Transparent;
  333. this.txtAPPEnterpriseID.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.txtAPPEnterpriseID.Icon = null;
  335. this.txtAPPEnterpriseID.IconIsButton = false;
  336. this.txtAPPEnterpriseID.IsPasswordChat = '\0';
  337. this.txtAPPEnterpriseID.IsSystemPasswordChar = false;
  338. this.txtAPPEnterpriseID.Lines = new string[0];
  339. this.txtAPPEnterpriseID.Location = new System.Drawing.Point(166, 330);
  340. this.txtAPPEnterpriseID.Margin = new System.Windows.Forms.Padding(0);
  341. this.txtAPPEnterpriseID.MaxLength = 32767;
  342. this.txtAPPEnterpriseID.MinimumSize = new System.Drawing.Size(0, 28);
  343. this.txtAPPEnterpriseID.MouseBack = null;
  344. this.txtAPPEnterpriseID.Multiline = false;
  345. this.txtAPPEnterpriseID.Name = "txtAPPEnterpriseID";
  346. this.txtAPPEnterpriseID.NormlBack = null;
  347. this.txtAPPEnterpriseID.Padding = new System.Windows.Forms.Padding(5);
  348. this.txtAPPEnterpriseID.ReadOnly = false;
  349. this.txtAPPEnterpriseID.ScrollBars = System.Windows.Forms.ScrollBars.None;
  350. this.txtAPPEnterpriseID.Size = new System.Drawing.Size(459, 28);
  351. this.txtAPPEnterpriseID.TabIndex = 18;
  352. this.txtAPPEnterpriseID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  353. this.txtAPPEnterpriseID.Visible = false;
  354. this.txtAPPEnterpriseID.WaterColor = System.Drawing.Color.DarkGray;
  355. this.txtAPPEnterpriseID.WaterText = "请输入APP注册的企业ID,请联系利亚方舟客服获取";
  356. this.txtAPPEnterpriseID.WordWrap = true;
  357. //
  358. // txtVisitDomainName
  359. //
  360. this.txtVisitDomainName.AutoScroll = true;
  361. this.txtVisitDomainName.BackColor = System.Drawing.Color.Transparent;
  362. this.txtVisitDomainName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.txtVisitDomainName.Icon = null;
  364. this.txtVisitDomainName.IconIsButton = false;
  365. this.txtVisitDomainName.IsPasswordChat = '\0';
  366. this.txtVisitDomainName.IsSystemPasswordChar = false;
  367. this.txtVisitDomainName.Lines = new string[0];
  368. this.txtVisitDomainName.Location = new System.Drawing.Point(167, 277);
  369. this.txtVisitDomainName.Margin = new System.Windows.Forms.Padding(0);
  370. this.txtVisitDomainName.MaxLength = 32767;
  371. this.txtVisitDomainName.MinimumSize = new System.Drawing.Size(0, 28);
  372. this.txtVisitDomainName.MouseBack = null;
  373. this.txtVisitDomainName.Multiline = false;
  374. this.txtVisitDomainName.Name = "txtVisitDomainName";
  375. this.txtVisitDomainName.NormlBack = null;
  376. this.txtVisitDomainName.Padding = new System.Windows.Forms.Padding(5);
  377. this.txtVisitDomainName.ReadOnly = false;
  378. this.txtVisitDomainName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  379. this.txtVisitDomainName.Size = new System.Drawing.Size(458, 28);
  380. this.txtVisitDomainName.TabIndex = 18;
  381. this.txtVisitDomainName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  382. this.txtVisitDomainName.Visible = false;
  383. this.txtVisitDomainName.WaterColor = System.Drawing.Color.DarkGray;
  384. this.txtVisitDomainName.WaterText = "请输入服务器上安装的花生壳域名地址,如果是内网版时请加上端口号";
  385. this.txtVisitDomainName.WordWrap = true;
  386. //
  387. // txtMicroSignal
  388. //
  389. this.txtMicroSignal.AutoScroll = true;
  390. this.txtMicroSignal.BackColor = System.Drawing.Color.Transparent;
  391. this.txtMicroSignal.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.txtMicroSignal.Icon = null;
  393. this.txtMicroSignal.IconIsButton = false;
  394. this.txtMicroSignal.IsPasswordChat = '\0';
  395. this.txtMicroSignal.IsSystemPasswordChar = false;
  396. this.txtMicroSignal.Lines = new string[0];
  397. this.txtMicroSignal.Location = new System.Drawing.Point(120, 48);
  398. this.txtMicroSignal.Margin = new System.Windows.Forms.Padding(0);
  399. this.txtMicroSignal.MaxLength = 32767;
  400. this.txtMicroSignal.MinimumSize = new System.Drawing.Size(0, 28);
  401. this.txtMicroSignal.MouseBack = null;
  402. this.txtMicroSignal.Multiline = false;
  403. this.txtMicroSignal.Name = "txtMicroSignal";
  404. this.txtMicroSignal.NormlBack = null;
  405. this.txtMicroSignal.Padding = new System.Windows.Forms.Padding(5);
  406. this.txtMicroSignal.ReadOnly = false;
  407. this.txtMicroSignal.ScrollBars = System.Windows.Forms.ScrollBars.None;
  408. this.txtMicroSignal.Size = new System.Drawing.Size(400, 28);
  409. this.txtMicroSignal.TabIndex = 18;
  410. this.txtMicroSignal.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  411. this.txtMicroSignal.WaterColor = System.Drawing.Color.DarkGray;
  412. this.txtMicroSignal.WaterText = "请输入微信号";
  413. this.txtMicroSignal.WordWrap = true;
  414. //
  415. // txtAppID
  416. //
  417. this.txtAppID.AutoScroll = true;
  418. this.txtAppID.BackColor = System.Drawing.Color.Transparent;
  419. this.txtAppID.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.txtAppID.Icon = null;
  421. this.txtAppID.IconIsButton = false;
  422. this.txtAppID.IsPasswordChat = '\0';
  423. this.txtAppID.IsSystemPasswordChar = false;
  424. this.txtAppID.Lines = new string[0];
  425. this.txtAppID.Location = new System.Drawing.Point(121, 90);
  426. this.txtAppID.Margin = new System.Windows.Forms.Padding(0);
  427. this.txtAppID.MaxLength = 32767;
  428. this.txtAppID.MinimumSize = new System.Drawing.Size(0, 28);
  429. this.txtAppID.MouseBack = null;
  430. this.txtAppID.Multiline = false;
  431. this.txtAppID.Name = "txtAppID";
  432. this.txtAppID.NormlBack = null;
  433. this.txtAppID.Padding = new System.Windows.Forms.Padding(5);
  434. this.txtAppID.ReadOnly = false;
  435. this.txtAppID.ScrollBars = System.Windows.Forms.ScrollBars.None;
  436. this.txtAppID.Size = new System.Drawing.Size(399, 28);
  437. this.txtAppID.TabIndex = 18;
  438. this.txtAppID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  439. this.txtAppID.WaterColor = System.Drawing.Color.DarkGray;
  440. this.txtAppID.WaterText = "请输入公众号AppID(应用ID)";
  441. this.txtAppID.WordWrap = true;
  442. //
  443. // txtPublicNumberName
  444. //
  445. this.txtPublicNumberName.AutoScroll = true;
  446. this.txtPublicNumberName.BackColor = System.Drawing.Color.Transparent;
  447. this.txtPublicNumberName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.txtPublicNumberName.Icon = null;
  449. this.txtPublicNumberName.IconIsButton = false;
  450. this.txtPublicNumberName.IsPasswordChat = '\0';
  451. this.txtPublicNumberName.IsSystemPasswordChar = false;
  452. this.txtPublicNumberName.Lines = new string[0];
  453. this.txtPublicNumberName.Location = new System.Drawing.Point(120, 6);
  454. this.txtPublicNumberName.Margin = new System.Windows.Forms.Padding(0);
  455. this.txtPublicNumberName.MaxLength = 32767;
  456. this.txtPublicNumberName.MinimumSize = new System.Drawing.Size(0, 28);
  457. this.txtPublicNumberName.MouseBack = null;
  458. this.txtPublicNumberName.Multiline = false;
  459. this.txtPublicNumberName.Name = "txtPublicNumberName";
  460. this.txtPublicNumberName.NormlBack = null;
  461. this.txtPublicNumberName.Padding = new System.Windows.Forms.Padding(5);
  462. this.txtPublicNumberName.ReadOnly = false;
  463. this.txtPublicNumberName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  464. this.txtPublicNumberName.Size = new System.Drawing.Size(400, 28);
  465. this.txtPublicNumberName.TabIndex = 18;
  466. this.txtPublicNumberName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  467. this.txtPublicNumberName.WaterColor = System.Drawing.Color.DarkGray;
  468. this.txtPublicNumberName.WaterText = "请输入公众号名称";
  469. this.txtPublicNumberName.WordWrap = true;
  470. //
  471. // labelEx7
  472. //
  473. this.labelEx7.AutoSize = true;
  474. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  475. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
  476. this.labelEx7.Location = new System.Drawing.Point(52, 173);
  477. this.labelEx7.Name = "labelEx7";
  478. this.labelEx7.Size = new System.Drawing.Size(59, 17);
  479. this.labelEx7.TabIndex = 10;
  480. this.labelEx7.Text = "工作状态:";
  481. //
  482. // labelEx10
  483. //
  484. this.labelEx10.AutoSize = true;
  485. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  487. this.labelEx10.Location = new System.Drawing.Point(77, 336);
  488. this.labelEx10.Name = "labelEx10";
  489. this.labelEx10.Size = new System.Drawing.Size(78, 17);
  490. this.labelEx10.TabIndex = 10;
  491. this.labelEx10.Text = "APP 企业ID:";
  492. this.labelEx10.Visible = false;
  493. //
  494. // labelEx1
  495. //
  496. this.labelEx1.AutoSize = true;
  497. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  499. this.labelEx1.Location = new System.Drawing.Point(52, 370);
  500. this.labelEx1.Name = "labelEx1";
  501. this.labelEx1.Size = new System.Drawing.Size(107, 17);
  502. this.labelEx1.TabIndex = 10;
  503. this.labelEx1.Text = "影楼形像图片URL:";
  504. this.labelEx1.Visible = false;
  505. //
  506. // labelEx6
  507. //
  508. this.labelEx6.AutoSize = true;
  509. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  511. this.labelEx6.Location = new System.Drawing.Point(78, 283);
  512. this.labelEx6.Name = "labelEx6";
  513. this.labelEx6.Size = new System.Drawing.Size(84, 17);
  514. this.labelEx6.TabIndex = 10;
  515. this.labelEx6.Text = "APP接口地址:";
  516. this.labelEx6.Visible = false;
  517. //
  518. // labelEx5
  519. //
  520. this.labelEx5.AutoSize = true;
  521. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  523. this.labelEx5.Location = new System.Drawing.Point(79, 256);
  524. this.labelEx5.Name = "labelEx5";
  525. this.labelEx5.Size = new System.Drawing.Size(83, 17);
  526. this.labelEx5.TabIndex = 10;
  527. this.labelEx5.Text = "Token(令牌):";
  528. this.labelEx5.Visible = false;
  529. //
  530. // labelEx2
  531. //
  532. this.labelEx2.AutoSize = true;
  533. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  534. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  535. this.labelEx2.Location = new System.Drawing.Point(65, 54);
  536. this.labelEx2.Name = "labelEx2";
  537. this.labelEx2.Size = new System.Drawing.Size(47, 17);
  538. this.labelEx2.TabIndex = 10;
  539. this.labelEx2.Text = "微信号:";
  540. //
  541. // labelEx8
  542. //
  543. this.labelEx8.AutoSize = true;
  544. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  546. this.labelEx8.Location = new System.Drawing.Point(34, 136);
  547. this.labelEx8.Name = "labelEx8";
  548. this.labelEx8.Size = new System.Drawing.Size(83, 17);
  549. this.labelEx8.TabIndex = 10;
  550. this.labelEx8.Text = "选择所属门店:";
  551. //
  552. // labelEx9
  553. //
  554. this.labelEx9.AutoSize = true;
  555. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  556. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  557. this.labelEx9.Location = new System.Drawing.Point(19, 95);
  558. this.labelEx9.Name = "labelEx9";
  559. this.labelEx9.Size = new System.Drawing.Size(98, 17);
  560. this.labelEx9.TabIndex = 10;
  561. this.labelEx9.Text = "AppID(应用ID):";
  562. //
  563. // labelEx4
  564. //
  565. this.labelEx4.AutoSize = true;
  566. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  567. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  568. this.labelEx4.Location = new System.Drawing.Point(41, 12);
  569. this.labelEx4.Name = "labelEx4";
  570. this.labelEx4.Size = new System.Drawing.Size(71, 17);
  571. this.labelEx4.TabIndex = 10;
  572. this.labelEx4.Text = "公众号名称:";
  573. //
  574. // frmMicroLetterPlatformInterface
  575. //
  576. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  577. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  578. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  579. this.ClientSize = new System.Drawing.Size(779, 555);
  580. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  581. this.IsShowUcNavigationTool = true;
  582. this.Name = "frmMicroLetterPlatformInterface";
  583. this.Text = "微信公众号管理";
  584. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  585. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  586. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  587. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  588. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  589. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  590. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  591. this.plExMainContainer.ResumeLayout(false);
  592. this.plFormMainContent.ResumeLayout(false);
  593. this.panelEx1.ResumeLayout(false);
  594. this.panelEx1.PerformLayout();
  595. ((System.ComponentModel.ISupportInitialize)(this.picQrCodeImage)).EndInit();
  596. this.ResumeLayout(false);
  597. }
  598. #endregion
  599. private ComponentLibrary.PanelEx panelEx1;
  600. private ComponentLibrary.LabelEx labelEx4;
  601. private ComponentLibrary.LabelEx labelEx5;
  602. private ComponentLibrary.LabelEx labelEx2;
  603. public ComponentLibrary.ButtonEx btnCustommenuManager;
  604. public ComponentLibrary.TextBoxEx txtVisitDomainName;
  605. private ComponentLibrary.LabelEx labelEx6;
  606. public ComponentLibrary.ButtonEx btnAuthorizationAndBind;
  607. public ComponentLibrary.ButtonEx btnClose;
  608. public ComponentLibrary.TextBoxEx txtPublicNumberName;
  609. public ComponentLibrary.TextBoxEx txtToken;
  610. public ComponentLibrary.TextBoxEx txtMicroSignal;
  611. public ComponentLibrary.PictureBoxEx picQrCodeImage;
  612. public ComponentLibrary.TextBoxEx txtAppID;
  613. private ComponentLibrary.LabelEx labelEx9;
  614. private ComponentLibrary.LabelEx labelEx7;
  615. public ComponentLibrary.ButtonEx btnDetected;
  616. public ComponentLibrary.LabelEx labDetectedInfo;
  617. private ComponentLibrary.LabelEx labelEx15;
  618. public ComponentLibrary.ButtonEx btnAutoReply;
  619. private ComponentLibrary.LabelEx labelEx3;
  620. public ComponentLibrary.TextBoxEx textBoxEx1;
  621. private ComponentLibrary.LabelEx labelEx1;
  622. public ComponentLibrary.TextBoxEx txtAPPEnterpriseID;
  623. private ComponentLibrary.LabelEx labelEx10;
  624. private ComponentLibrary.LabelEx labelEx8;
  625. public ComponentLibrary.ComboBoxEx comboBoxMdian;
  626. }
  627. }