frmAddMicroTemplateItem.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. namespace LYFZ.Software.UI.SMSManagement
  2. {
  3. partial class frmAddMicroTemplateItem
  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(frmAddMicroTemplateItem));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.cboxTList = new LYFZ.ComponentLibrary.ComboBoxEx();
  31. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.txtSmsTID = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.chkAutoGet = new LYFZ.ComponentLibrary.CheckBoxEx();
  35. this.lbContentExamples = new LYFZ.ComponentLibrary.LabelEx();
  36. this.lbTitle = new LYFZ.ComponentLibrary.LabelEx();
  37. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.txtSmsTNo = new LYFZ.ComponentLibrary.TextBoxEx();
  40. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.linkLabelURL = new System.Windows.Forms.LinkLabel();
  42. this.chkaccess_token = new LYFZ.ComponentLibrary.CheckBoxEx();
  43. this.plExMainContainer.SuspendLayout();
  44. this.plFormMainContent.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // plExMainContainer
  48. //
  49. this.plExMainContainer.Controls.Add(this.linkLabelURL);
  50. this.plExMainContainer.Controls.Add(this.lbContentExamples);
  51. this.plExMainContainer.Controls.Add(this.lbTitle);
  52. this.plExMainContainer.Controls.Add(this.labelEx11);
  53. this.plExMainContainer.Controls.Add(this.labelEx8);
  54. this.plExMainContainer.Controls.Add(this.chkaccess_token);
  55. this.plExMainContainer.Controls.Add(this.chkAutoGet);
  56. this.plExMainContainer.Controls.Add(this.btnSave);
  57. this.plExMainContainer.Controls.Add(this.txtSmsTNo);
  58. this.plExMainContainer.Controls.Add(this.txtSmsTID);
  59. this.plExMainContainer.Controls.Add(this.cboxTList);
  60. this.plExMainContainer.Controls.Add(this.labelEx3);
  61. this.plExMainContainer.Controls.Add(this.labelEx2);
  62. this.plExMainContainer.Controls.Add(this.labelEx1);
  63. this.plExMainContainer.Size = new System.Drawing.Size(760, 385);
  64. //
  65. // plFormMainContent
  66. //
  67. this.plFormMainContent.Size = new System.Drawing.Size(760, 385);
  68. //
  69. // btnAppFormExit
  70. //
  71. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  72. this.btnAppFormExit.Location = new System.Drawing.Point(728, 0);
  73. //
  74. // btnAppFormMinimize
  75. //
  76. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  77. this.btnAppFormMinimize.Location = new System.Drawing.Point(701, 0);
  78. //
  79. // labelEx1
  80. //
  81. this.labelEx1.AutoSize = true;
  82. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  83. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  84. this.labelEx1.Location = new System.Drawing.Point(18, 19);
  85. this.labelEx1.Name = "labelEx1";
  86. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  87. this.labelEx1.TabIndex = 0;
  88. this.labelEx1.Text = "选择模板";
  89. //
  90. // cboxTList
  91. //
  92. this.cboxTList.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  93. this.cboxTList.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  94. this.cboxTList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  95. this.cboxTList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.cboxTList.FormattingEnabled = true;
  97. this.cboxTList.IsCustomColor = false;
  98. this.cboxTList.Location = new System.Drawing.Point(82, 13);
  99. this.cboxTList.Name = "cboxTList";
  100. this.cboxTList.ReadOnly = true;
  101. this.cboxTList.Size = new System.Drawing.Size(203, 28);
  102. this.cboxTList.TabIndex = 1;
  103. //
  104. // labelEx2
  105. //
  106. this.labelEx2.AutoSize = true;
  107. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  108. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  109. this.labelEx2.Location = new System.Drawing.Point(29, 51);
  110. this.labelEx2.Name = "labelEx2";
  111. this.labelEx2.Size = new System.Drawing.Size(45, 17);
  112. this.labelEx2.TabIndex = 0;
  113. this.labelEx2.Text = "模板ID";
  114. //
  115. // txtSmsTID
  116. //
  117. this.txtSmsTID.BackColor = System.Drawing.Color.Transparent;
  118. this.txtSmsTID.Icon = null;
  119. this.txtSmsTID.IconIsButton = false;
  120. this.txtSmsTID.IsPasswordChat = '\0';
  121. this.txtSmsTID.IsSystemPasswordChar = false;
  122. this.txtSmsTID.Lines = new string[0];
  123. this.txtSmsTID.Location = new System.Drawing.Point(79, 47);
  124. this.txtSmsTID.Margin = new System.Windows.Forms.Padding(0);
  125. this.txtSmsTID.MaxLength = 32767;
  126. this.txtSmsTID.MinimumSize = new System.Drawing.Size(0, 26);
  127. this.txtSmsTID.MouseBack = null;
  128. this.txtSmsTID.Multiline = false;
  129. this.txtSmsTID.Name = "txtSmsTID";
  130. this.txtSmsTID.NormlBack = null;
  131. this.txtSmsTID.Padding = new System.Windows.Forms.Padding(5);
  132. this.txtSmsTID.ReadOnly = true;
  133. this.txtSmsTID.ScrollBars = System.Windows.Forms.ScrollBars.None;
  134. this.txtSmsTID.Size = new System.Drawing.Size(649, 26);
  135. this.txtSmsTID.TabIndex = 2;
  136. this.txtSmsTID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  137. this.txtSmsTID.WaterColor = System.Drawing.Color.DarkGray;
  138. this.txtSmsTID.WaterText = "请输入公众号\"我的模板\"中的对应模板ID,如果公众号还没有添加模板可以勾上\"自动获取并添加\"";
  139. this.txtSmsTID.WordWrap = true;
  140. //
  141. // btnSave
  142. //
  143. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  144. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  145. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  146. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  147. this.btnSave.ForeColor = System.Drawing.Color.White;
  148. this.btnSave.IsCustomBackImg = false;
  149. this.btnSave.IsShowText = true;
  150. this.btnSave.Location = new System.Drawing.Point(305, 13);
  151. this.btnSave.Name = "btnSave";
  152. this.btnSave.Size = new System.Drawing.Size(85, 28);
  153. this.btnSave.TabIndex = 3;
  154. this.btnSave.Text = "添 加 模 板";
  155. this.btnSave.UseVisualStyleBackColor = false;
  156. //
  157. // chkAutoGet
  158. //
  159. this.chkAutoGet.AutoSize = true;
  160. this.chkAutoGet.BackColor = System.Drawing.Color.Transparent;
  161. this.chkAutoGet.Checked = true;
  162. this.chkAutoGet.CheckState = System.Windows.Forms.CheckState.Checked;
  163. this.chkAutoGet.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  164. this.chkAutoGet.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  165. this.chkAutoGet.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  166. this.chkAutoGet.Fourstates = false;
  167. this.chkAutoGet.IsGreenTick = false;
  168. this.chkAutoGet.Location = new System.Drawing.Point(293, 86);
  169. this.chkAutoGet.Name = "chkAutoGet";
  170. this.chkAutoGet.Size = new System.Drawing.Size(135, 21);
  171. this.chkAutoGet.TabIndex = 4;
  172. this.chkAutoGet.Text = "自动下载并添加模板";
  173. this.chkAutoGet.UseVisualStyleBackColor = false;
  174. //
  175. // lbContentExamples
  176. //
  177. this.lbContentExamples.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.lbContentExamples.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  179. this.lbContentExamples.Location = new System.Drawing.Point(79, 146);
  180. this.lbContentExamples.Name = "lbContentExamples";
  181. this.lbContentExamples.Size = new System.Drawing.Size(645, 219);
  182. this.lbContentExamples.TabIndex = 5;
  183. this.lbContentExamples.Text = "尊敬的用户,您的全部拍摄已完毕,感谢您的全程配合:\r\n订单号:20130619-001\r\n顾客姓名:曾小婷\r\n拍摄状态:OK\r\n拍摄时间:2015年06月19日 " +
  184. " 21:00\r\n服务人员:大卫(摄影师),汀娜(化妆师)\r\n在您拍照期间,我们若有服务不周或待慢之处,在此恳请您原谅!如有疑问可致电4006067068咨询。";
  185. //
  186. // lbTitle
  187. //
  188. this.lbTitle.AutoSize = true;
  189. this.lbTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  190. this.lbTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  191. this.lbTitle.Location = new System.Drawing.Point(79, 120);
  192. this.lbTitle.Name = "lbTitle";
  193. this.lbTitle.Size = new System.Drawing.Size(80, 17);
  194. this.lbTitle.TabIndex = 6;
  195. this.lbTitle.Text = "拍照完毕提醒";
  196. //
  197. // labelEx11
  198. //
  199. this.labelEx11.AutoSize = true;
  200. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  201. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  202. this.labelEx11.Location = new System.Drawing.Point(5, 144);
  203. this.labelEx11.Name = "labelEx11";
  204. this.labelEx11.Size = new System.Drawing.Size(68, 17);
  205. this.labelEx11.TabIndex = 7;
  206. this.labelEx11.Text = "内容示例:";
  207. //
  208. // labelEx8
  209. //
  210. this.labelEx8.AutoSize = true;
  211. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  212. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  213. this.labelEx8.Location = new System.Drawing.Point(5, 120);
  214. this.labelEx8.Name = "labelEx8";
  215. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  216. this.labelEx8.TabIndex = 8;
  217. this.labelEx8.Text = "模板标题:";
  218. //
  219. // txtSmsTNo
  220. //
  221. this.txtSmsTNo.BackColor = System.Drawing.Color.Transparent;
  222. this.txtSmsTNo.Icon = null;
  223. this.txtSmsTNo.IconIsButton = false;
  224. this.txtSmsTNo.IsPasswordChat = '\0';
  225. this.txtSmsTNo.IsSystemPasswordChar = false;
  226. this.txtSmsTNo.Lines = new string[0];
  227. this.txtSmsTNo.Location = new System.Drawing.Point(82, 83);
  228. this.txtSmsTNo.Margin = new System.Windows.Forms.Padding(0);
  229. this.txtSmsTNo.MaxLength = 32767;
  230. this.txtSmsTNo.MinimumSize = new System.Drawing.Size(0, 26);
  231. this.txtSmsTNo.MouseBack = null;
  232. this.txtSmsTNo.Multiline = false;
  233. this.txtSmsTNo.Name = "txtSmsTNo";
  234. this.txtSmsTNo.NormlBack = null;
  235. this.txtSmsTNo.Padding = new System.Windows.Forms.Padding(5);
  236. this.txtSmsTNo.ReadOnly = true;
  237. this.txtSmsTNo.ScrollBars = System.Windows.Forms.ScrollBars.None;
  238. this.txtSmsTNo.Size = new System.Drawing.Size(203, 26);
  239. this.txtSmsTNo.TabIndex = 2;
  240. this.txtSmsTNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  241. this.txtSmsTNo.WaterColor = System.Drawing.Color.DarkGray;
  242. this.txtSmsTNo.WaterText = "";
  243. this.txtSmsTNo.WordWrap = true;
  244. //
  245. // labelEx3
  246. //
  247. this.labelEx3.AutoSize = true;
  248. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  249. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  250. this.labelEx3.Location = new System.Drawing.Point(18, 88);
  251. this.labelEx3.Name = "labelEx3";
  252. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  253. this.labelEx3.TabIndex = 0;
  254. this.labelEx3.Text = "模板编号";
  255. //
  256. // linkLabelURL
  257. //
  258. this.linkLabelURL.AutoSize = true;
  259. this.linkLabelURL.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  260. this.linkLabelURL.LinkArea = new System.Windows.Forms.LinkArea(2, 6);
  261. this.linkLabelURL.Location = new System.Drawing.Point(649, 87);
  262. this.linkLabelURL.Name = "linkLabelURL";
  263. this.linkLabelURL.Size = new System.Drawing.Size(79, 19);
  264. this.linkLabelURL.TabIndex = 14;
  265. this.linkLabelURL.TabStop = true;
  266. this.linkLabelURL.Text = "错误返回代码";
  267. this.linkLabelURL.UseCompatibleTextRendering = true;
  268. //
  269. // chkaccess_token
  270. //
  271. this.chkaccess_token.AutoSize = true;
  272. this.chkaccess_token.BackColor = System.Drawing.Color.Transparent;
  273. this.chkaccess_token.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  274. this.chkaccess_token.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  275. this.chkaccess_token.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  276. this.chkaccess_token.Fourstates = false;
  277. this.chkaccess_token.IsGreenTick = false;
  278. this.chkaccess_token.Location = new System.Drawing.Point(439, 86);
  279. this.chkaccess_token.Name = "chkaccess_token";
  280. this.chkaccess_token.Size = new System.Drawing.Size(128, 21);
  281. this.chkaccess_token.TabIndex = 4;
  282. this.chkaccess_token.Text = "刷新Access_token";
  283. this.chkaccess_token.UseVisualStyleBackColor = false;
  284. //
  285. // frmAddMicroTemplateItem
  286. //
  287. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  288. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  289. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  290. this.ClientSize = new System.Drawing.Size(760, 450);
  291. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  292. this.IsMaximized = false;
  293. this.IsUserControlsSize = false;
  294. this.MaximizeBox = false;
  295. this.Name = "frmAddMicroTemplateItem";
  296. this.Text = "添加微信模板";
  297. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  298. this.plExMainContainer.ResumeLayout(false);
  299. this.plExMainContainer.PerformLayout();
  300. this.plFormMainContent.ResumeLayout(false);
  301. this.ResumeLayout(false);
  302. }
  303. #endregion
  304. private ComponentLibrary.LabelEx labelEx1;
  305. private ComponentLibrary.LabelEx labelEx2;
  306. protected internal ComponentLibrary.ButtonEx btnSave;
  307. protected internal ComponentLibrary.TextBoxEx txtSmsTID;
  308. protected internal ComponentLibrary.ComboBoxEx cboxTList;
  309. public ComponentLibrary.LabelEx lbContentExamples;
  310. public ComponentLibrary.LabelEx lbTitle;
  311. private ComponentLibrary.LabelEx labelEx11;
  312. private ComponentLibrary.LabelEx labelEx8;
  313. public ComponentLibrary.CheckBoxEx chkAutoGet;
  314. protected internal ComponentLibrary.TextBoxEx txtSmsTNo;
  315. private ComponentLibrary.LabelEx labelEx3;
  316. public System.Windows.Forms.LinkLabel linkLabelURL;
  317. public ComponentLibrary.CheckBoxEx chkaccess_token;
  318. }
  319. }