frmSendMicroTemplateSMS.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747
  1. namespace LYFZ.Software.UI.SMSManagement.SmsSend
  2. {
  3. partial class frmSendMicroTemplateSMS
  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(frmSendMicroTemplateSMS));
  29. this.cbxTList = new LYFZ.ComponentLibrary.ComboBoxEx();
  30. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.txtItemName = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.lbItemName = new LYFZ.ComponentLibrary.LabelEx();
  33. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  34. this.plTitle = new LYFZ.ComponentLibrary.PanelEx();
  35. this.linkTitle = new System.Windows.Forms.LinkLabel();
  36. this.txtTitle = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.lbtitle = new LYFZ.ComponentLibrary.LabelEx();
  38. this.plItemName = new LYFZ.ComponentLibrary.PanelEx();
  39. this.linkItemName = new System.Windows.Forms.LinkLabel();
  40. this.pltime = new LYFZ.ComponentLibrary.PanelEx();
  41. this.txttiem = new LYFZ.ComponentLibrary.TextBoxEx();
  42. this.lbtime = new LYFZ.ComponentLibrary.LabelEx();
  43. this.plAddress = new LYFZ.ComponentLibrary.PanelEx();
  44. this.linkAddress = new System.Windows.Forms.LinkLabel();
  45. this.txtAddress = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.lbAddress = new LYFZ.ComponentLibrary.LabelEx();
  47. this.plText = new LYFZ.ComponentLibrary.PanelEx();
  48. this.linkText = new System.Windows.Forms.LinkLabel();
  49. this.txttext = new LYFZ.ComponentLibrary.TextBoxEx();
  50. this.lbtxtCount = new LYFZ.ComponentLibrary.LabelEx();
  51. this.lbtext = new LYFZ.ComponentLibrary.LabelEx();
  52. this.plUrl = new LYFZ.ComponentLibrary.PanelEx();
  53. this.linkUrl = new System.Windows.Forms.LinkLabel();
  54. this.txtUrl = new LYFZ.ComponentLibrary.TextBoxEx();
  55. this.blUrl = new LYFZ.ComponentLibrary.LabelEx();
  56. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  57. this.btnclose = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  59. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  60. this.txtOPENID = new LYFZ.ComponentLibrary.TextBoxEx();
  61. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.lbContentExamples = new LYFZ.ComponentLibrary.LabelEx();
  63. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  64. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.lbNo = new LYFZ.ComponentLibrary.LabelEx();
  66. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.plExMainContainer.SuspendLayout();
  68. this.plFormMainContent.SuspendLayout();
  69. this.flowLayoutPanel1.SuspendLayout();
  70. this.plTitle.SuspendLayout();
  71. this.plItemName.SuspendLayout();
  72. this.pltime.SuspendLayout();
  73. this.plAddress.SuspendLayout();
  74. this.plText.SuspendLayout();
  75. this.plUrl.SuspendLayout();
  76. this.panelEx2.SuspendLayout();
  77. this.panelEx1.SuspendLayout();
  78. this.groupBoxEx1.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // plExMainContainer
  82. //
  83. this.plExMainContainer.Controls.Add(this.lbNo);
  84. this.plExMainContainer.Controls.Add(this.labelEx7);
  85. this.plExMainContainer.Controls.Add(this.labelEx4);
  86. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  87. this.plExMainContainer.Controls.Add(this.flowLayoutPanel1);
  88. this.plExMainContainer.Controls.Add(this.labelEx1);
  89. this.plExMainContainer.Controls.Add(this.cbxTList);
  90. this.plExMainContainer.Size = new System.Drawing.Size(960, 635);
  91. //
  92. // plFormMainContent
  93. //
  94. this.plFormMainContent.Size = new System.Drawing.Size(960, 635);
  95. //
  96. // btnAppFormMaximize
  97. //
  98. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  99. this.btnAppFormMaximize.Location = new System.Drawing.Point(901, 0);
  100. //
  101. // btnAppFormExit
  102. //
  103. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  104. this.btnAppFormExit.Location = new System.Drawing.Point(928, 0);
  105. //
  106. // btnAppFormMinimize
  107. //
  108. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  109. this.btnAppFormMinimize.Location = new System.Drawing.Point(901, 0);
  110. //
  111. // cbxTList
  112. //
  113. this.cbxTList.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  114. this.cbxTList.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  115. this.cbxTList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  116. this.cbxTList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.cbxTList.FormattingEnabled = true;
  118. this.cbxTList.IsCustomColor = false;
  119. this.cbxTList.Location = new System.Drawing.Point(89, 7);
  120. this.cbxTList.Name = "cbxTList";
  121. this.cbxTList.ReadOnly = true;
  122. this.cbxTList.Size = new System.Drawing.Size(190, 28);
  123. this.cbxTList.TabIndex = 0;
  124. //
  125. // labelEx1
  126. //
  127. this.labelEx1.AutoSize = true;
  128. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  129. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  130. this.labelEx1.Location = new System.Drawing.Point(27, 12);
  131. this.labelEx1.Name = "labelEx1";
  132. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  133. this.labelEx1.TabIndex = 1;
  134. this.labelEx1.Text = "选择模板";
  135. //
  136. // txtItemName
  137. //
  138. this.txtItemName.BackColor = System.Drawing.Color.Transparent;
  139. this.txtItemName.Icon = null;
  140. this.txtItemName.IconIsButton = false;
  141. this.txtItemName.IsPasswordChat = '\0';
  142. this.txtItemName.IsSystemPasswordChar = false;
  143. this.txtItemName.Lines = new string[0];
  144. this.txtItemName.Location = new System.Drawing.Point(74, 7);
  145. this.txtItemName.Margin = new System.Windows.Forms.Padding(0);
  146. this.txtItemName.MaxLength = 20;
  147. this.txtItemName.MinimumSize = new System.Drawing.Size(0, 26);
  148. this.txtItemName.MouseBack = null;
  149. this.txtItemName.Multiline = false;
  150. this.txtItemName.Name = "txtItemName";
  151. this.txtItemName.NormlBack = null;
  152. this.txtItemName.Padding = new System.Windows.Forms.Padding(5);
  153. this.txtItemName.ReadOnly = false;
  154. this.txtItemName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  155. this.txtItemName.Size = new System.Drawing.Size(381, 26);
  156. this.txtItemName.TabIndex = 2;
  157. this.txtItemName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  158. this.txtItemName.WaterColor = System.Drawing.Color.DarkGray;
  159. this.txtItemName.WaterText = "";
  160. this.txtItemName.WordWrap = true;
  161. //
  162. // lbItemName
  163. //
  164. this.lbItemName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  165. this.lbItemName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  166. this.lbItemName.Location = new System.Drawing.Point(9, 12);
  167. this.lbItemName.Name = "lbItemName";
  168. this.lbItemName.Size = new System.Drawing.Size(62, 17);
  169. this.lbItemName.TabIndex = 1;
  170. this.lbItemName.Text = "事项名称";
  171. this.lbItemName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  172. //
  173. // flowLayoutPanel1
  174. //
  175. this.flowLayoutPanel1.Controls.Add(this.plTitle);
  176. this.flowLayoutPanel1.Controls.Add(this.plItemName);
  177. this.flowLayoutPanel1.Controls.Add(this.pltime);
  178. this.flowLayoutPanel1.Controls.Add(this.plAddress);
  179. this.flowLayoutPanel1.Controls.Add(this.plText);
  180. this.flowLayoutPanel1.Controls.Add(this.plUrl);
  181. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  182. this.flowLayoutPanel1.Controls.Add(this.panelEx1);
  183. this.flowLayoutPanel1.Location = new System.Drawing.Point(16, 63);
  184. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  185. this.flowLayoutPanel1.Size = new System.Drawing.Size(545, 529);
  186. this.flowLayoutPanel1.TabIndex = 3;
  187. //
  188. // plTitle
  189. //
  190. this.plTitle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  191. this.plTitle.BorderWidth = 1;
  192. this.plTitle.Controls.Add(this.linkTitle);
  193. this.plTitle.Controls.Add(this.txtTitle);
  194. this.plTitle.Controls.Add(this.lbtitle);
  195. this.plTitle.Location = new System.Drawing.Point(3, 3);
  196. this.plTitle.Name = "plTitle";
  197. this.plTitle.Size = new System.Drawing.Size(542, 40);
  198. this.plTitle.TabIndex = 0;
  199. //
  200. // linkTitle
  201. //
  202. this.linkTitle.AutoSize = true;
  203. this.linkTitle.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.linkTitle.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  205. this.linkTitle.LinkColor = System.Drawing.Color.Navy;
  206. this.linkTitle.Location = new System.Drawing.Point(459, 9);
  207. this.linkTitle.Name = "linkTitle";
  208. this.linkTitle.Size = new System.Drawing.Size(41, 20);
  209. this.linkTitle.TabIndex = 3;
  210. this.linkTitle.TabStop = true;
  211. this.linkTitle.Text = " 选择";
  212. //
  213. // txtTitle
  214. //
  215. this.txtTitle.BackColor = System.Drawing.Color.Transparent;
  216. this.txtTitle.Icon = null;
  217. this.txtTitle.IconIsButton = false;
  218. this.txtTitle.IsPasswordChat = '\0';
  219. this.txtTitle.IsSystemPasswordChar = false;
  220. this.txtTitle.Lines = new string[0];
  221. this.txtTitle.Location = new System.Drawing.Point(74, 7);
  222. this.txtTitle.Margin = new System.Windows.Forms.Padding(0);
  223. this.txtTitle.MaxLength = 70;
  224. this.txtTitle.MinimumSize = new System.Drawing.Size(0, 26);
  225. this.txtTitle.MouseBack = null;
  226. this.txtTitle.Multiline = false;
  227. this.txtTitle.Name = "txtTitle";
  228. this.txtTitle.NormlBack = null;
  229. this.txtTitle.Padding = new System.Windows.Forms.Padding(5);
  230. this.txtTitle.ReadOnly = false;
  231. this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.None;
  232. this.txtTitle.Size = new System.Drawing.Size(381, 26);
  233. this.txtTitle.TabIndex = 2;
  234. this.txtTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  235. this.txtTitle.WaterColor = System.Drawing.Color.DarkGray;
  236. this.txtTitle.WaterText = "";
  237. this.txtTitle.WordWrap = true;
  238. //
  239. // lbtitle
  240. //
  241. this.lbtitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  242. this.lbtitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  243. this.lbtitle.Location = new System.Drawing.Point(7, 12);
  244. this.lbtitle.Name = "lbtitle";
  245. this.lbtitle.Size = new System.Drawing.Size(64, 17);
  246. this.lbtitle.TabIndex = 1;
  247. this.lbtitle.Text = "消息标题";
  248. this.lbtitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  249. //
  250. // plItemName
  251. //
  252. this.plItemName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  253. this.plItemName.BorderWidth = 1;
  254. this.plItemName.Controls.Add(this.linkItemName);
  255. this.plItemName.Controls.Add(this.txtItemName);
  256. this.plItemName.Controls.Add(this.lbItemName);
  257. this.plItemName.Location = new System.Drawing.Point(3, 49);
  258. this.plItemName.Name = "plItemName";
  259. this.plItemName.Size = new System.Drawing.Size(542, 40);
  260. this.plItemName.TabIndex = 0;
  261. //
  262. // linkItemName
  263. //
  264. this.linkItemName.AutoSize = true;
  265. this.linkItemName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.linkItemName.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  267. this.linkItemName.LinkColor = System.Drawing.Color.Navy;
  268. this.linkItemName.Location = new System.Drawing.Point(458, 9);
  269. this.linkItemName.Name = "linkItemName";
  270. this.linkItemName.Size = new System.Drawing.Size(41, 20);
  271. this.linkItemName.TabIndex = 4;
  272. this.linkItemName.TabStop = true;
  273. this.linkItemName.Text = " 选择";
  274. //
  275. // pltime
  276. //
  277. this.pltime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  278. this.pltime.BorderWidth = 1;
  279. this.pltime.Controls.Add(this.txttiem);
  280. this.pltime.Controls.Add(this.lbtime);
  281. this.pltime.Location = new System.Drawing.Point(3, 95);
  282. this.pltime.Name = "pltime";
  283. this.pltime.Size = new System.Drawing.Size(542, 40);
  284. this.pltime.TabIndex = 0;
  285. //
  286. // txttiem
  287. //
  288. this.txttiem.BackColor = System.Drawing.Color.Transparent;
  289. this.txttiem.Icon = null;
  290. this.txttiem.IconIsButton = false;
  291. this.txttiem.IsPasswordChat = '\0';
  292. this.txttiem.IsSystemPasswordChar = false;
  293. this.txttiem.Lines = new string[0];
  294. this.txttiem.Location = new System.Drawing.Point(74, 7);
  295. this.txttiem.Margin = new System.Windows.Forms.Padding(0);
  296. this.txttiem.MaxLength = 20;
  297. this.txttiem.MinimumSize = new System.Drawing.Size(0, 26);
  298. this.txttiem.MouseBack = null;
  299. this.txttiem.Multiline = false;
  300. this.txttiem.Name = "txttiem";
  301. this.txttiem.NormlBack = null;
  302. this.txttiem.Padding = new System.Windows.Forms.Padding(5);
  303. this.txttiem.ReadOnly = false;
  304. this.txttiem.ScrollBars = System.Windows.Forms.ScrollBars.None;
  305. this.txttiem.Size = new System.Drawing.Size(381, 26);
  306. this.txttiem.TabIndex = 2;
  307. this.txttiem.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  308. this.txttiem.WaterColor = System.Drawing.Color.DarkGray;
  309. this.txttiem.WaterText = "";
  310. this.txttiem.WordWrap = true;
  311. //
  312. // lbtime
  313. //
  314. this.lbtime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  315. this.lbtime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  316. this.lbtime.Location = new System.Drawing.Point(10, 11);
  317. this.lbtime.Name = "lbtime";
  318. this.lbtime.Size = new System.Drawing.Size(61, 17);
  319. this.lbtime.TabIndex = 1;
  320. this.lbtime.Text = "时间";
  321. this.lbtime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  322. //
  323. // plAddress
  324. //
  325. this.plAddress.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  326. this.plAddress.BorderWidth = 1;
  327. this.plAddress.Controls.Add(this.linkAddress);
  328. this.plAddress.Controls.Add(this.txtAddress);
  329. this.plAddress.Controls.Add(this.lbAddress);
  330. this.plAddress.Location = new System.Drawing.Point(3, 141);
  331. this.plAddress.Name = "plAddress";
  332. this.plAddress.Size = new System.Drawing.Size(542, 40);
  333. this.plAddress.TabIndex = 0;
  334. //
  335. // linkAddress
  336. //
  337. this.linkAddress.AutoSize = true;
  338. this.linkAddress.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.linkAddress.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  340. this.linkAddress.LinkColor = System.Drawing.Color.Navy;
  341. this.linkAddress.Location = new System.Drawing.Point(459, 10);
  342. this.linkAddress.Name = "linkAddress";
  343. this.linkAddress.Size = new System.Drawing.Size(41, 20);
  344. this.linkAddress.TabIndex = 4;
  345. this.linkAddress.TabStop = true;
  346. this.linkAddress.Text = " 选择";
  347. //
  348. // txtAddress
  349. //
  350. this.txtAddress.BackColor = System.Drawing.Color.Transparent;
  351. this.txtAddress.Icon = null;
  352. this.txtAddress.IconIsButton = false;
  353. this.txtAddress.IsPasswordChat = '\0';
  354. this.txtAddress.IsSystemPasswordChar = false;
  355. this.txtAddress.Lines = new string[0];
  356. this.txtAddress.Location = new System.Drawing.Point(74, 8);
  357. this.txtAddress.Margin = new System.Windows.Forms.Padding(0);
  358. this.txtAddress.MaxLength = 200;
  359. this.txtAddress.MinimumSize = new System.Drawing.Size(0, 26);
  360. this.txtAddress.MouseBack = null;
  361. this.txtAddress.Multiline = false;
  362. this.txtAddress.Name = "txtAddress";
  363. this.txtAddress.NormlBack = null;
  364. this.txtAddress.Padding = new System.Windows.Forms.Padding(5);
  365. this.txtAddress.ReadOnly = false;
  366. this.txtAddress.ScrollBars = System.Windows.Forms.ScrollBars.None;
  367. this.txtAddress.Size = new System.Drawing.Size(381, 26);
  368. this.txtAddress.TabIndex = 2;
  369. this.txtAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  370. this.txtAddress.WaterColor = System.Drawing.Color.DarkGray;
  371. this.txtAddress.WaterText = "";
  372. this.txtAddress.WordWrap = true;
  373. //
  374. // lbAddress
  375. //
  376. this.lbAddress.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  377. this.lbAddress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  378. this.lbAddress.Location = new System.Drawing.Point(9, 13);
  379. this.lbAddress.Name = "lbAddress";
  380. this.lbAddress.Size = new System.Drawing.Size(62, 17);
  381. this.lbAddress.TabIndex = 1;
  382. this.lbAddress.Text = "服务地点";
  383. this.lbAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  384. //
  385. // plText
  386. //
  387. this.plText.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  388. this.plText.BorderWidth = 1;
  389. this.plText.Controls.Add(this.linkText);
  390. this.plText.Controls.Add(this.txttext);
  391. this.plText.Controls.Add(this.lbtxtCount);
  392. this.plText.Controls.Add(this.lbtext);
  393. this.plText.Location = new System.Drawing.Point(3, 187);
  394. this.plText.Name = "plText";
  395. this.plText.Size = new System.Drawing.Size(542, 139);
  396. this.plText.TabIndex = 0;
  397. //
  398. // linkText
  399. //
  400. this.linkText.AutoSize = true;
  401. this.linkText.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.linkText.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  403. this.linkText.LinkColor = System.Drawing.Color.Navy;
  404. this.linkText.Location = new System.Drawing.Point(459, 11);
  405. this.linkText.Name = "linkText";
  406. this.linkText.Size = new System.Drawing.Size(41, 20);
  407. this.linkText.TabIndex = 4;
  408. this.linkText.TabStop = true;
  409. this.linkText.Text = " 选择";
  410. //
  411. // txttext
  412. //
  413. this.txttext.BackColor = System.Drawing.Color.Transparent;
  414. this.txttext.Icon = null;
  415. this.txttext.IconIsButton = false;
  416. this.txttext.IsPasswordChat = '\0';
  417. this.txttext.IsSystemPasswordChar = false;
  418. this.txttext.Lines = new string[0];
  419. this.txttext.Location = new System.Drawing.Point(74, 8);
  420. this.txttext.Margin = new System.Windows.Forms.Padding(0);
  421. this.txttext.MaxLength = 200;
  422. this.txttext.MinimumSize = new System.Drawing.Size(0, 26);
  423. this.txttext.MouseBack = null;
  424. this.txttext.Multiline = true;
  425. this.txttext.Name = "txttext";
  426. this.txttext.NormlBack = null;
  427. this.txttext.Padding = new System.Windows.Forms.Padding(5);
  428. this.txttext.ReadOnly = false;
  429. this.txttext.ScrollBars = System.Windows.Forms.ScrollBars.None;
  430. this.txttext.Size = new System.Drawing.Size(381, 102);
  431. this.txttext.TabIndex = 2;
  432. this.txttext.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  433. this.txttext.WaterColor = System.Drawing.Color.DarkGray;
  434. this.txttext.WaterText = "消息内容";
  435. this.txttext.WordWrap = true;
  436. //
  437. // lbtxtCount
  438. //
  439. this.lbtxtCount.AutoSize = true;
  440. this.lbtxtCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  441. this.lbtxtCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  442. this.lbtxtCount.Location = new System.Drawing.Point(73, 116);
  443. this.lbtxtCount.Name = "lbtxtCount";
  444. this.lbtxtCount.Size = new System.Drawing.Size(155, 17);
  445. this.lbtxtCount.TabIndex = 1;
  446. this.lbtxtCount.Text = "已输入消息内容长度 0 个字";
  447. //
  448. // lbtext
  449. //
  450. this.lbtext.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  451. this.lbtext.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  452. this.lbtext.Location = new System.Drawing.Point(9, 11);
  453. this.lbtext.Name = "lbtext";
  454. this.lbtext.Size = new System.Drawing.Size(62, 17);
  455. this.lbtext.TabIndex = 1;
  456. this.lbtext.Text = "消息内容";
  457. this.lbtext.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  458. //
  459. // plUrl
  460. //
  461. this.plUrl.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  462. this.plUrl.BorderWidth = 1;
  463. this.plUrl.Controls.Add(this.linkUrl);
  464. this.plUrl.Controls.Add(this.txtUrl);
  465. this.plUrl.Controls.Add(this.blUrl);
  466. this.plUrl.Location = new System.Drawing.Point(3, 332);
  467. this.plUrl.Name = "plUrl";
  468. this.plUrl.Size = new System.Drawing.Size(542, 39);
  469. this.plUrl.TabIndex = 0;
  470. //
  471. // linkUrl
  472. //
  473. this.linkUrl.AutoSize = true;
  474. this.linkUrl.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.linkUrl.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  476. this.linkUrl.LinkColor = System.Drawing.Color.Navy;
  477. this.linkUrl.Location = new System.Drawing.Point(459, 10);
  478. this.linkUrl.Name = "linkUrl";
  479. this.linkUrl.Size = new System.Drawing.Size(41, 20);
  480. this.linkUrl.TabIndex = 4;
  481. this.linkUrl.TabStop = true;
  482. this.linkUrl.Text = " 选择";
  483. //
  484. // txtUrl
  485. //
  486. this.txtUrl.BackColor = System.Drawing.Color.Transparent;
  487. this.txtUrl.Icon = null;
  488. this.txtUrl.IconIsButton = false;
  489. this.txtUrl.IsPasswordChat = '\0';
  490. this.txtUrl.IsSystemPasswordChar = false;
  491. this.txtUrl.Lines = new string[0];
  492. this.txtUrl.Location = new System.Drawing.Point(74, 7);
  493. this.txtUrl.Margin = new System.Windows.Forms.Padding(0);
  494. this.txtUrl.MaxLength = 2000;
  495. this.txtUrl.MinimumSize = new System.Drawing.Size(0, 26);
  496. this.txtUrl.MouseBack = null;
  497. this.txtUrl.Multiline = false;
  498. this.txtUrl.Name = "txtUrl";
  499. this.txtUrl.NormlBack = null;
  500. this.txtUrl.Padding = new System.Windows.Forms.Padding(5);
  501. this.txtUrl.ReadOnly = false;
  502. this.txtUrl.ScrollBars = System.Windows.Forms.ScrollBars.None;
  503. this.txtUrl.Size = new System.Drawing.Size(381, 26);
  504. this.txtUrl.TabIndex = 2;
  505. this.txtUrl.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  506. this.txtUrl.WaterColor = System.Drawing.Color.DarkGray;
  507. this.txtUrl.WaterText = "点击消息时跳转的链接地址,如:微网站或图文消息,也可以为空";
  508. this.txtUrl.WordWrap = true;
  509. //
  510. // blUrl
  511. //
  512. this.blUrl.AutoSize = true;
  513. this.blUrl.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  514. this.blUrl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  515. this.blUrl.Location = new System.Drawing.Point(14, 12);
  516. this.blUrl.Name = "blUrl";
  517. this.blUrl.Size = new System.Drawing.Size(55, 17);
  518. this.blUrl.TabIndex = 1;
  519. this.blUrl.Text = "链接URL";
  520. //
  521. // panelEx2
  522. //
  523. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  524. this.panelEx2.BorderWidth = 1;
  525. this.panelEx2.Controls.Add(this.btnclose);
  526. this.panelEx2.Controls.Add(this.btnSave);
  527. this.panelEx2.Location = new System.Drawing.Point(3, 377);
  528. this.panelEx2.Name = "panelEx2";
  529. this.panelEx2.Size = new System.Drawing.Size(542, 40);
  530. this.panelEx2.TabIndex = 0;
  531. //
  532. // btnclose
  533. //
  534. this.btnclose.BackColor = System.Drawing.Color.Transparent;
  535. this.btnclose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnclose.BackImg")));
  536. this.btnclose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  537. this.btnclose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  538. this.btnclose.ForeColor = System.Drawing.Color.White;
  539. this.btnclose.IsCustomBackImg = false;
  540. this.btnclose.IsShowText = true;
  541. this.btnclose.Location = new System.Drawing.Point(360, 5);
  542. this.btnclose.Name = "btnclose";
  543. this.btnclose.Size = new System.Drawing.Size(85, 28);
  544. this.btnclose.TabIndex = 1;
  545. this.btnclose.Text = "关 闭";
  546. this.btnclose.UseVisualStyleBackColor = false;
  547. //
  548. // btnSave
  549. //
  550. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  551. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  552. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  553. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  554. this.btnSave.ForeColor = System.Drawing.Color.White;
  555. this.btnSave.IsCustomBackImg = false;
  556. this.btnSave.IsShowText = true;
  557. this.btnSave.Location = new System.Drawing.Point(253, 5);
  558. this.btnSave.Name = "btnSave";
  559. this.btnSave.Size = new System.Drawing.Size(85, 28);
  560. this.btnSave.TabIndex = 1;
  561. this.btnSave.Text = "发 送";
  562. this.btnSave.UseVisualStyleBackColor = false;
  563. //
  564. // panelEx1
  565. //
  566. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  567. this.panelEx1.BorderWidth = 1;
  568. this.panelEx1.Controls.Add(this.txtOPENID);
  569. this.panelEx1.Controls.Add(this.labelEx3);
  570. this.panelEx1.Location = new System.Drawing.Point(3, 423);
  571. this.panelEx1.Name = "panelEx1";
  572. this.panelEx1.Size = new System.Drawing.Size(542, 96);
  573. this.panelEx1.TabIndex = 0;
  574. //
  575. // txtOPENID
  576. //
  577. this.txtOPENID.AutoScroll = true;
  578. this.txtOPENID.BackColor = System.Drawing.Color.Transparent;
  579. this.txtOPENID.Icon = null;
  580. this.txtOPENID.IconIsButton = false;
  581. this.txtOPENID.IsPasswordChat = '\0';
  582. this.txtOPENID.IsSystemPasswordChar = false;
  583. this.txtOPENID.Lines = new string[0];
  584. this.txtOPENID.Location = new System.Drawing.Point(74, 8);
  585. this.txtOPENID.Margin = new System.Windows.Forms.Padding(0);
  586. this.txtOPENID.MaxLength = 200;
  587. this.txtOPENID.MinimumSize = new System.Drawing.Size(0, 26);
  588. this.txtOPENID.MouseBack = null;
  589. this.txtOPENID.Multiline = true;
  590. this.txtOPENID.Name = "txtOPENID";
  591. this.txtOPENID.NormlBack = null;
  592. this.txtOPENID.Padding = new System.Windows.Forms.Padding(5);
  593. this.txtOPENID.ReadOnly = true;
  594. this.txtOPENID.ScrollBars = System.Windows.Forms.ScrollBars.None;
  595. this.txtOPENID.Size = new System.Drawing.Size(381, 79);
  596. this.txtOPENID.TabIndex = 2;
  597. this.txtOPENID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  598. this.txtOPENID.WaterColor = System.Drawing.Color.DarkGray;
  599. this.txtOPENID.WaterText = "接收人OPNID";
  600. this.txtOPENID.WordWrap = true;
  601. //
  602. // labelEx3
  603. //
  604. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  605. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  606. this.labelEx3.Location = new System.Drawing.Point(9, 11);
  607. this.labelEx3.Name = "labelEx3";
  608. this.labelEx3.Size = new System.Drawing.Size(62, 43);
  609. this.labelEx3.TabIndex = 1;
  610. this.labelEx3.Text = "接收人OPENID";
  611. this.labelEx3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  612. //
  613. // lbContentExamples
  614. //
  615. this.lbContentExamples.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  616. this.lbContentExamples.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  617. this.lbContentExamples.Location = new System.Drawing.Point(6, 23);
  618. this.lbContentExamples.Name = "lbContentExamples";
  619. this.lbContentExamples.Size = new System.Drawing.Size(370, 219);
  620. this.lbContentExamples.TabIndex = 6;
  621. this.lbContentExamples.Text = "尊敬的用户,您的全部拍摄已完毕,感谢您的全程配合:\r\n订单号:20130619-001\r\n顾客姓名:曾小婷\r\n拍摄状态:OK\r\n拍摄时间:2015年06月19日 " +
  622. " 21:00\r\n服务人员:大卫(摄影师),汀娜(化妆师)\r\n在您拍照期间,我们若有服务不周或待慢之处,在此恳请您原谅!如有疑问可致电4006067068咨询。";
  623. //
  624. // groupBoxEx1
  625. //
  626. this.groupBoxEx1.Controls.Add(this.lbContentExamples);
  627. this.groupBoxEx1.Location = new System.Drawing.Point(567, 63);
  628. this.groupBoxEx1.Name = "groupBoxEx1";
  629. this.groupBoxEx1.Size = new System.Drawing.Size(381, 529);
  630. this.groupBoxEx1.TabIndex = 7;
  631. this.groupBoxEx1.TabStop = false;
  632. this.groupBoxEx1.Text = "内容示例";
  633. //
  634. // labelEx4
  635. //
  636. this.labelEx4.AutoSize = true;
  637. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  638. this.labelEx4.ForeColor = System.Drawing.Color.Red;
  639. this.labelEx4.Location = new System.Drawing.Point(15, 595);
  640. this.labelEx4.Name = "labelEx4";
  641. this.labelEx4.Size = new System.Drawing.Size(893, 40);
  642. this.labelEx4.TabIndex = 8;
  643. this.labelEx4.Text = "温馨提醒:请不要在模板消息中输入任何营销类文字,严格按照微信公众号使用规范发送模板消息,以免被微信封号!(因此造成封号我司概不负责)\r\n模板内容(除链接URL外的" +
  644. "所以字段内容)长度不能超过200个汉字";
  645. //
  646. // lbNo
  647. //
  648. this.lbNo.AutoSize = true;
  649. this.lbNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  650. this.lbNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  651. this.lbNo.Location = new System.Drawing.Point(94, 45);
  652. this.lbNo.Name = "lbNo";
  653. this.lbNo.Size = new System.Drawing.Size(13, 17);
  654. this.lbNo.TabIndex = 9;
  655. this.lbNo.Text = "-";
  656. //
  657. // labelEx7
  658. //
  659. this.labelEx7.AutoSize = true;
  660. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  661. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  662. this.labelEx7.Location = new System.Drawing.Point(27, 44);
  663. this.labelEx7.Name = "labelEx7";
  664. this.labelEx7.Size = new System.Drawing.Size(61, 17);
  665. this.labelEx7.TabIndex = 10;
  666. this.labelEx7.Text = "模板 ID:";
  667. //
  668. // frmSendMicroTemplateSMS
  669. //
  670. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  671. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  672. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  673. this.ClientSize = new System.Drawing.Size(960, 700);
  674. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  675. this.IsMaximized = false;
  676. this.IsUserControlsSize = false;
  677. this.MaximizeBox = false;
  678. this.Name = "frmSendMicroTemplateSMS";
  679. this.Text = "发送微信模板消息";
  680. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  681. this.plExMainContainer.ResumeLayout(false);
  682. this.plExMainContainer.PerformLayout();
  683. this.plFormMainContent.ResumeLayout(false);
  684. this.flowLayoutPanel1.ResumeLayout(false);
  685. this.plTitle.ResumeLayout(false);
  686. this.plTitle.PerformLayout();
  687. this.plItemName.ResumeLayout(false);
  688. this.plItemName.PerformLayout();
  689. this.pltime.ResumeLayout(false);
  690. this.plAddress.ResumeLayout(false);
  691. this.plAddress.PerformLayout();
  692. this.plText.ResumeLayout(false);
  693. this.plText.PerformLayout();
  694. this.plUrl.ResumeLayout(false);
  695. this.plUrl.PerformLayout();
  696. this.panelEx2.ResumeLayout(false);
  697. this.panelEx1.ResumeLayout(false);
  698. this.groupBoxEx1.ResumeLayout(false);
  699. this.ResumeLayout(false);
  700. }
  701. #endregion
  702. private ComponentLibrary.LabelEx labelEx1;
  703. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  704. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  705. public ComponentLibrary.LabelEx lbContentExamples;
  706. private ComponentLibrary.LabelEx labelEx4;
  707. public ComponentLibrary.PanelEx plTitle;
  708. private ComponentLibrary.PanelEx panelEx2;
  709. public ComponentLibrary.ComboBoxEx cbxTList;
  710. public ComponentLibrary.TextBoxEx txtItemName;
  711. public ComponentLibrary.LabelEx lbItemName;
  712. public ComponentLibrary.TextBoxEx txtTitle;
  713. public ComponentLibrary.LabelEx lbtitle;
  714. public ComponentLibrary.PanelEx plItemName;
  715. public ComponentLibrary.PanelEx pltime;
  716. public ComponentLibrary.TextBoxEx txttiem;
  717. public ComponentLibrary.LabelEx lbtime;
  718. public ComponentLibrary.PanelEx plAddress;
  719. public ComponentLibrary.TextBoxEx txtAddress;
  720. public ComponentLibrary.LabelEx lbAddress;
  721. public ComponentLibrary.PanelEx plText;
  722. public ComponentLibrary.TextBoxEx txttext;
  723. public ComponentLibrary.LabelEx lbtext;
  724. public ComponentLibrary.PanelEx plUrl;
  725. public ComponentLibrary.TextBoxEx txtUrl;
  726. public ComponentLibrary.LabelEx blUrl;
  727. public ComponentLibrary.ButtonEx btnSave;
  728. public ComponentLibrary.ButtonEx btnclose;
  729. public ComponentLibrary.LabelEx lbtxtCount;
  730. public ComponentLibrary.LabelEx lbNo;
  731. private ComponentLibrary.LabelEx labelEx7;
  732. public System.Windows.Forms.LinkLabel linkTitle;
  733. public System.Windows.Forms.LinkLabel linkItemName;
  734. public System.Windows.Forms.LinkLabel linkAddress;
  735. public System.Windows.Forms.LinkLabel linkText;
  736. public System.Windows.Forms.LinkLabel linkUrl;
  737. public ComponentLibrary.PanelEx panelEx1;
  738. public ComponentLibrary.TextBoxEx txtOPENID;
  739. public ComponentLibrary.LabelEx labelEx3;
  740. }
  741. }