frmAddMicroTemplateMessage.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. namespace LYFZ.Software.UI.SMSManagement
  2. {
  3. partial class frmAddMicroTemplateMessage
  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(frmAddMicroTemplateMessage));
  29. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.txtdescription = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.lbTips = new LYFZ.ComponentLibrary.LabelEx();
  35. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.txtURL = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.lbContentExamples = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.cmbtemplate = new LYFZ.ComponentLibrary.ComboBoxEx();
  40. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  43. this.plExMainContainer.SuspendLayout();
  44. this.plFormMainContent.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // plExMainContainer
  48. //
  49. this.plExMainContainer.Controls.Add(this.panelEx1);
  50. this.plExMainContainer.Controls.Add(this.btnSave);
  51. this.plExMainContainer.Controls.Add(this.txtURL);
  52. this.plExMainContainer.Controls.Add(this.txtRemark);
  53. this.plExMainContainer.Controls.Add(this.txtdescription);
  54. this.plExMainContainer.Controls.Add(this.cmbtemplate);
  55. this.plExMainContainer.Controls.Add(this.lbContentExamples);
  56. this.plExMainContainer.Controls.Add(this.lbTips);
  57. this.plExMainContainer.Controls.Add(this.labelEx5);
  58. this.plExMainContainer.Controls.Add(this.labelEx3);
  59. this.plExMainContainer.Controls.Add(this.labelEx2);
  60. this.plExMainContainer.Controls.Add(this.labelEx4);
  61. this.plExMainContainer.Controls.Add(this.labelEx11);
  62. this.plExMainContainer.Controls.Add(this.labelEx6);
  63. this.plExMainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.plExMainContainer.Size = new System.Drawing.Size(760, 555);
  65. //
  66. // plFormMainContent
  67. //
  68. this.plFormMainContent.Size = new System.Drawing.Size(760, 555);
  69. //
  70. // btnAppFormExit
  71. //
  72. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  73. this.btnAppFormExit.Location = new System.Drawing.Point(728, 0);
  74. //
  75. // btnAppFormMinimize
  76. //
  77. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  78. this.btnAppFormMinimize.Location = new System.Drawing.Point(701, 0);
  79. //
  80. // labelEx2
  81. //
  82. this.labelEx2.AutoSize = true;
  83. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  84. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  85. this.labelEx2.Location = new System.Drawing.Point(34, 57);
  86. this.labelEx2.Name = "labelEx2";
  87. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  88. this.labelEx2.TabIndex = 0;
  89. this.labelEx2.Text = "消息描述";
  90. //
  91. // txtdescription
  92. //
  93. this.txtdescription.BackColor = System.Drawing.Color.Transparent;
  94. this.txtdescription.Icon = null;
  95. this.txtdescription.IconIsButton = false;
  96. this.txtdescription.IsPasswordChat = '\0';
  97. this.txtdescription.IsSystemPasswordChar = false;
  98. this.txtdescription.Lines = new string[] {
  99. "尊敬的XXX先生/女士您好"};
  100. this.txtdescription.Location = new System.Drawing.Point(95, 52);
  101. this.txtdescription.Margin = new System.Windows.Forms.Padding(0);
  102. this.txtdescription.MaxLength = 32767;
  103. this.txtdescription.MinimumSize = new System.Drawing.Size(0, 26);
  104. this.txtdescription.MouseBack = null;
  105. this.txtdescription.Multiline = true;
  106. this.txtdescription.Name = "txtdescription";
  107. this.txtdescription.NormlBack = null;
  108. this.txtdescription.Padding = new System.Windows.Forms.Padding(5);
  109. this.txtdescription.ReadOnly = false;
  110. this.txtdescription.ScrollBars = System.Windows.Forms.ScrollBars.None;
  111. this.txtdescription.Size = new System.Drawing.Size(649, 50);
  112. this.txtdescription.TabIndex = 2;
  113. this.txtdescription.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  114. this.txtdescription.WaterColor = System.Drawing.Color.DarkGray;
  115. this.txtdescription.WaterText = "请输入模板消息描述信息,建义不要超过100个字他符";
  116. this.txtdescription.WordWrap = true;
  117. //
  118. // btnSave
  119. //
  120. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  121. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  122. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  123. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.btnSave.ForeColor = System.Drawing.Color.White;
  125. this.btnSave.IsCustomBackImg = false;
  126. this.btnSave.IsShowText = true;
  127. this.btnSave.Location = new System.Drawing.Point(620, 267);
  128. this.btnSave.Name = "btnSave";
  129. this.btnSave.Size = new System.Drawing.Size(120, 48);
  130. this.btnSave.TabIndex = 3;
  131. this.btnSave.Text = "发送模板消息";
  132. this.btnSave.UseVisualStyleBackColor = false;
  133. //
  134. // labelEx3
  135. //
  136. this.labelEx3.AutoSize = true;
  137. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  138. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  139. this.labelEx3.Location = new System.Drawing.Point(34, 111);
  140. this.labelEx3.Name = "labelEx3";
  141. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  142. this.labelEx3.TabIndex = 0;
  143. this.labelEx3.Text = "消息备注";
  144. //
  145. // txtRemark
  146. //
  147. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  148. this.txtRemark.Icon = null;
  149. this.txtRemark.IconIsButton = false;
  150. this.txtRemark.IsPasswordChat = '\0';
  151. this.txtRemark.IsSystemPasswordChar = false;
  152. this.txtRemark.Lines = new string[] {
  153. "如有疑问,请致电13912345XXX 联系我们。"};
  154. this.txtRemark.Location = new System.Drawing.Point(95, 107);
  155. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  156. this.txtRemark.MaxLength = 32767;
  157. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 26);
  158. this.txtRemark.MouseBack = null;
  159. this.txtRemark.Multiline = true;
  160. this.txtRemark.Name = "txtRemark";
  161. this.txtRemark.NormlBack = null;
  162. this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
  163. this.txtRemark.ReadOnly = false;
  164. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  165. this.txtRemark.Size = new System.Drawing.Size(649, 50);
  166. this.txtRemark.TabIndex = 2;
  167. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  168. this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
  169. this.txtRemark.WaterText = "请输入模板消息备注信息,建义不要超过100个字他符";
  170. this.txtRemark.WordWrap = true;
  171. //
  172. // lbTips
  173. //
  174. this.lbTips.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.lbTips.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  176. this.lbTips.Location = new System.Drawing.Point(95, 160);
  177. this.lbTips.Name = "lbTips";
  178. this.lbTips.Size = new System.Drawing.Size(645, 62);
  179. this.lbTips.TabIndex = 0;
  180. this.lbTips.Text = "说明:XXX 为客户姓名";
  181. //
  182. // labelEx5
  183. //
  184. this.labelEx5.AutoSize = true;
  185. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  186. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  187. this.labelEx5.Location = new System.Drawing.Point(11, 237);
  188. this.labelEx5.Name = "labelEx5";
  189. this.labelEx5.Size = new System.Drawing.Size(79, 17);
  190. this.labelEx5.TabIndex = 0;
  191. this.labelEx5.Text = "消息链接URL";
  192. //
  193. // txtURL
  194. //
  195. this.txtURL.BackColor = System.Drawing.Color.Transparent;
  196. this.txtURL.Icon = null;
  197. this.txtURL.IconIsButton = false;
  198. this.txtURL.IsPasswordChat = '\0';
  199. this.txtURL.IsSystemPasswordChar = false;
  200. this.txtURL.Lines = new string[0];
  201. this.txtURL.Location = new System.Drawing.Point(95, 233);
  202. this.txtURL.Margin = new System.Windows.Forms.Padding(0);
  203. this.txtURL.MaxLength = 32767;
  204. this.txtURL.MinimumSize = new System.Drawing.Size(0, 26);
  205. this.txtURL.MouseBack = null;
  206. this.txtURL.Multiline = false;
  207. this.txtURL.Name = "txtURL";
  208. this.txtURL.NormlBack = null;
  209. this.txtURL.Padding = new System.Windows.Forms.Padding(5);
  210. this.txtURL.ReadOnly = false;
  211. this.txtURL.ScrollBars = System.Windows.Forms.ScrollBars.None;
  212. this.txtURL.Size = new System.Drawing.Size(649, 26);
  213. this.txtURL.TabIndex = 2;
  214. this.txtURL.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  215. this.txtURL.WaterColor = System.Drawing.Color.DarkGray;
  216. this.txtURL.WaterText = "此URL地址为用户点击收到的消息时跳转的链接地址,如:微网站或图文消息,也可以为空";
  217. this.txtURL.WordWrap = true;
  218. //
  219. // lbContentExamples
  220. //
  221. this.lbContentExamples.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.lbContentExamples.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  223. this.lbContentExamples.Location = new System.Drawing.Point(96, 348);
  224. this.lbContentExamples.Name = "lbContentExamples";
  225. this.lbContentExamples.Size = new System.Drawing.Size(645, 160);
  226. this.lbContentExamples.TabIndex = 0;
  227. this.lbContentExamples.Text = "-";
  228. //
  229. // labelEx6
  230. //
  231. this.labelEx6.AutoSize = true;
  232. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  233. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  234. this.labelEx6.Location = new System.Drawing.Point(34, 19);
  235. this.labelEx6.Name = "labelEx6";
  236. this.labelEx6.Size = new System.Drawing.Size(56, 17);
  237. this.labelEx6.TabIndex = 0;
  238. this.labelEx6.Text = "选择模板";
  239. //
  240. // cmbtemplate
  241. //
  242. this.cmbtemplate.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  243. this.cmbtemplate.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  244. this.cmbtemplate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  245. this.cmbtemplate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.cmbtemplate.FormattingEnabled = true;
  247. this.cmbtemplate.IsCustomColor = false;
  248. this.cmbtemplate.Location = new System.Drawing.Point(95, 13);
  249. this.cmbtemplate.Name = "cmbtemplate";
  250. this.cmbtemplate.ReadOnly = true;
  251. this.cmbtemplate.Size = new System.Drawing.Size(265, 28);
  252. this.cmbtemplate.TabIndex = 1;
  253. //
  254. // labelEx11
  255. //
  256. this.labelEx11.AutoSize = true;
  257. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  258. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  259. this.labelEx11.Location = new System.Drawing.Point(22, 346);
  260. this.labelEx11.Name = "labelEx11";
  261. this.labelEx11.Size = new System.Drawing.Size(68, 17);
  262. this.labelEx11.TabIndex = 0;
  263. this.labelEx11.Text = "内容示例:";
  264. //
  265. // labelEx4
  266. //
  267. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.labelEx4.ForeColor = System.Drawing.Color.Red;
  269. this.labelEx4.Location = new System.Drawing.Point(8, 512);
  270. this.labelEx4.Name = "labelEx4";
  271. this.labelEx4.Size = new System.Drawing.Size(743, 42);
  272. this.labelEx4.TabIndex = 0;
  273. this.labelEx4.Text = "温馨提醒:请不要在模板消息中输入任何营销类文字,严格按照微信公众号使用规范发送模板消息,以免被微信封号!\r\n(因此造成封号我司概不负责) 模板内容(消息描述+消" +
  274. "息备注)长度不能超过200个汉字";
  275. //
  276. // panelEx1
  277. //
  278. this.panelEx1.BackColor = System.Drawing.Color.Silver;
  279. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  280. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  281. this.panelEx1.BorderWidth = 1;
  282. this.panelEx1.Location = new System.Drawing.Point(5, 326);
  283. this.panelEx1.Margin = new System.Windows.Forms.Padding(1);
  284. this.panelEx1.Name = "panelEx1";
  285. this.panelEx1.Size = new System.Drawing.Size(750, 1);
  286. this.panelEx1.TabIndex = 7;
  287. //
  288. // frmAddMicroTemplateMessage
  289. //
  290. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  291. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  292. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  293. this.ClientSize = new System.Drawing.Size(760, 620);
  294. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  295. this.IsMaximized = false;
  296. this.IsUserControlsSize = false;
  297. this.MaximizeBox = false;
  298. this.Name = "frmAddMicroTemplateMessage";
  299. this.Text = "添加微信模板消息发送记录";
  300. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  301. this.plExMainContainer.ResumeLayout(false);
  302. this.plExMainContainer.PerformLayout();
  303. this.plFormMainContent.ResumeLayout(false);
  304. this.ResumeLayout(false);
  305. }
  306. #endregion
  307. private ComponentLibrary.LabelEx labelEx2;
  308. protected internal ComponentLibrary.ButtonEx btnSave;
  309. protected internal ComponentLibrary.TextBoxEx txtdescription;
  310. protected internal ComponentLibrary.TextBoxEx txtRemark;
  311. private ComponentLibrary.LabelEx labelEx3;
  312. protected internal ComponentLibrary.LabelEx lbTips;
  313. protected internal ComponentLibrary.TextBoxEx txtURL;
  314. protected internal ComponentLibrary.ComboBoxEx cmbtemplate;
  315. private ComponentLibrary.LabelEx labelEx5;
  316. private ComponentLibrary.LabelEx labelEx6;
  317. private ComponentLibrary.LabelEx labelEx11;
  318. public ComponentLibrary.LabelEx lbContentExamples;
  319. private ComponentLibrary.LabelEx labelEx4;
  320. private ComponentLibrary.PanelEx panelEx1;
  321. }
  322. }