frmAddSMSTemplate.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. namespace LYFZ.Software.UI.SMSManagement
  2. {
  3. partial class frmAddSMSTemplate
  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(frmAddSMSTemplate));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.cboxEvent = new LYFZ.ComponentLibrary.ComboBoxEx();
  31. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.txtSmsInfo = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.txtReceiver = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.lbTips = new LYFZ.ComponentLibrary.LabelEx();
  38. this.plEventValue = new LYFZ.ComponentLibrary.PanelEx();
  39. this.checkBoxEx1 = new LYFZ.ComponentLibrary.CheckBoxEx();
  40. this.linkSelectSms = new System.Windows.Forms.LinkLabel();
  41. this.lbWordCount = new LYFZ.ComponentLibrary.LabelEx();
  42. this.plExMainContainer.SuspendLayout();
  43. this.plFormMainContent.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // plExMainContainer
  47. //
  48. this.plExMainContainer.Controls.Add(this.lbWordCount);
  49. this.plExMainContainer.Controls.Add(this.linkSelectSms);
  50. this.plExMainContainer.Controls.Add(this.checkBoxEx1);
  51. this.plExMainContainer.Controls.Add(this.plEventValue);
  52. this.plExMainContainer.Controls.Add(this.btnSave);
  53. this.plExMainContainer.Controls.Add(this.txtReceiver);
  54. this.plExMainContainer.Controls.Add(this.txtSmsInfo);
  55. this.plExMainContainer.Controls.Add(this.cboxEvent);
  56. this.plExMainContainer.Controls.Add(this.lbTips);
  57. this.plExMainContainer.Controls.Add(this.labelEx4);
  58. this.plExMainContainer.Controls.Add(this.labelEx3);
  59. this.plExMainContainer.Controls.Add(this.labelEx2);
  60. this.plExMainContainer.Controls.Add(this.labelEx1);
  61. this.plExMainContainer.Size = new System.Drawing.Size(760, 527);
  62. //
  63. // plFormMainContent
  64. //
  65. this.plFormMainContent.Size = new System.Drawing.Size(760, 527);
  66. //
  67. // btnAppFormExit
  68. //
  69. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  70. this.btnAppFormExit.Location = new System.Drawing.Point(728, 0);
  71. //
  72. // btnAppFormMinimize
  73. //
  74. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  75. this.btnAppFormMinimize.Location = new System.Drawing.Point(701, 0);
  76. //
  77. // labelEx1
  78. //
  79. this.labelEx1.AutoSize = true;
  80. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  81. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  82. this.labelEx1.Location = new System.Drawing.Point(7, 20);
  83. this.labelEx1.Name = "labelEx1";
  84. this.labelEx1.Size = new System.Drawing.Size(80, 17);
  85. this.labelEx1.TabIndex = 0;
  86. this.labelEx1.Text = "短信发送事件";
  87. //
  88. // cboxEvent
  89. //
  90. this.cboxEvent.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  91. this.cboxEvent.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  92. this.cboxEvent.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  93. this.cboxEvent.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.cboxEvent.FormattingEnabled = true;
  95. this.cboxEvent.IsCustomColor = false;
  96. this.cboxEvent.Location = new System.Drawing.Point(90, 15);
  97. this.cboxEvent.Name = "cboxEvent";
  98. this.cboxEvent.ReadOnly = true;
  99. this.cboxEvent.Size = new System.Drawing.Size(265, 28);
  100. this.cboxEvent.TabIndex = 1;
  101. //
  102. // labelEx2
  103. //
  104. this.labelEx2.AutoSize = true;
  105. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  106. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  107. this.labelEx2.Location = new System.Drawing.Point(31, 52);
  108. this.labelEx2.Name = "labelEx2";
  109. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  110. this.labelEx2.TabIndex = 0;
  111. this.labelEx2.Text = "短信内容";
  112. //
  113. // txtSmsInfo
  114. //
  115. this.txtSmsInfo.BackColor = System.Drawing.Color.Transparent;
  116. this.txtSmsInfo.Icon = null;
  117. this.txtSmsInfo.IconIsButton = false;
  118. this.txtSmsInfo.IsPasswordChat = '\0';
  119. this.txtSmsInfo.IsSystemPasswordChar = false;
  120. this.txtSmsInfo.Lines = new string[0];
  121. this.txtSmsInfo.Location = new System.Drawing.Point(90, 52);
  122. this.txtSmsInfo.Margin = new System.Windows.Forms.Padding(0);
  123. this.txtSmsInfo.MaxLength = 32767;
  124. this.txtSmsInfo.MinimumSize = new System.Drawing.Size(0, 26);
  125. this.txtSmsInfo.MouseBack = null;
  126. this.txtSmsInfo.Multiline = true;
  127. this.txtSmsInfo.Name = "txtSmsInfo";
  128. this.txtSmsInfo.NormlBack = null;
  129. this.txtSmsInfo.Padding = new System.Windows.Forms.Padding(5);
  130. this.txtSmsInfo.ReadOnly = false;
  131. this.txtSmsInfo.ScrollBars = System.Windows.Forms.ScrollBars.None;
  132. this.txtSmsInfo.Size = new System.Drawing.Size(649, 180);
  133. this.txtSmsInfo.TabIndex = 2;
  134. this.txtSmsInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  135. this.txtSmsInfo.WaterColor = System.Drawing.Color.DarkGray;
  136. this.txtSmsInfo.WaterText = "";
  137. this.txtSmsInfo.WordWrap = true;
  138. //
  139. // btnSave
  140. //
  141. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  142. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  143. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  144. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.btnSave.ForeColor = System.Drawing.Color.White;
  146. this.btnSave.IsCustomBackImg = false;
  147. this.btnSave.IsShowText = true;
  148. this.btnSave.Location = new System.Drawing.Point(535, 466);
  149. this.btnSave.Name = "btnSave";
  150. this.btnSave.Size = new System.Drawing.Size(202, 48);
  151. this.btnSave.TabIndex = 3;
  152. this.btnSave.Text = "保 存";
  153. this.btnSave.UseVisualStyleBackColor = false;
  154. //
  155. // labelEx3
  156. //
  157. this.labelEx3.AutoSize = true;
  158. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  159. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  160. this.labelEx3.Location = new System.Drawing.Point(7, 369);
  161. this.labelEx3.Name = "labelEx3";
  162. this.labelEx3.Size = new System.Drawing.Size(80, 17);
  163. this.labelEx3.TabIndex = 0;
  164. this.labelEx3.Text = "短信接收对人";
  165. //
  166. // txtReceiver
  167. //
  168. this.txtReceiver.BackColor = System.Drawing.Color.Transparent;
  169. this.txtReceiver.Icon = null;
  170. this.txtReceiver.IconIsButton = false;
  171. this.txtReceiver.IsPasswordChat = '\0';
  172. this.txtReceiver.IsSystemPasswordChar = false;
  173. this.txtReceiver.Lines = new string[0];
  174. this.txtReceiver.Location = new System.Drawing.Point(90, 365);
  175. this.txtReceiver.Margin = new System.Windows.Forms.Padding(0);
  176. this.txtReceiver.MaxLength = 32767;
  177. this.txtReceiver.MinimumSize = new System.Drawing.Size(0, 26);
  178. this.txtReceiver.MouseBack = null;
  179. this.txtReceiver.Multiline = true;
  180. this.txtReceiver.Name = "txtReceiver";
  181. this.txtReceiver.NormlBack = null;
  182. this.txtReceiver.Padding = new System.Windows.Forms.Padding(5);
  183. this.txtReceiver.ReadOnly = false;
  184. this.txtReceiver.ScrollBars = System.Windows.Forms.ScrollBars.None;
  185. this.txtReceiver.Size = new System.Drawing.Size(649, 74);
  186. this.txtReceiver.TabIndex = 2;
  187. this.txtReceiver.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  188. this.txtReceiver.WaterColor = System.Drawing.Color.DarkGray;
  189. this.txtReceiver.WaterText = "";
  190. this.txtReceiver.WordWrap = true;
  191. //
  192. // labelEx4
  193. //
  194. this.labelEx4.AutoSize = true;
  195. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  197. this.labelEx4.Location = new System.Drawing.Point(94, 446);
  198. this.labelEx4.Name = "labelEx4";
  199. this.labelEx4.Size = new System.Drawing.Size(239, 17);
  200. this.labelEx4.TabIndex = 0;
  201. this.labelEx4.Text = "说明:多个号码用英文半角的逗”,“号分隔";
  202. //
  203. // lbTips
  204. //
  205. this.lbTips.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.lbTips.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  207. this.lbTips.Location = new System.Drawing.Point(92, 269);
  208. this.lbTips.Name = "lbTips";
  209. this.lbTips.Size = new System.Drawing.Size(645, 88);
  210. this.lbTips.TabIndex = 0;
  211. this.lbTips.Text = "说明:XXX 为客户姓名";
  212. //
  213. // plEventValue
  214. //
  215. this.plEventValue.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  216. this.plEventValue.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  217. this.plEventValue.BorderWidth = 1;
  218. this.plEventValue.Location = new System.Drawing.Point(361, 12);
  219. this.plEventValue.Name = "plEventValue";
  220. this.plEventValue.Size = new System.Drawing.Size(378, 34);
  221. this.plEventValue.TabIndex = 4;
  222. //
  223. // checkBoxEx1
  224. //
  225. this.checkBoxEx1.AutoSize = true;
  226. this.checkBoxEx1.BackColor = System.Drawing.Color.Transparent;
  227. this.checkBoxEx1.Checked = true;
  228. this.checkBoxEx1.CheckState = System.Windows.Forms.CheckState.Checked;
  229. this.checkBoxEx1.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  230. this.checkBoxEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  231. this.checkBoxEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  232. this.checkBoxEx1.Fourstates = false;
  233. this.checkBoxEx1.IsGreenTick = false;
  234. this.checkBoxEx1.Location = new System.Drawing.Point(90, 476);
  235. this.checkBoxEx1.Name = "checkBoxEx1";
  236. this.checkBoxEx1.Size = new System.Drawing.Size(367, 21);
  237. this.checkBoxEx1.TabIndex = 5;
  238. this.checkBoxEx1.Text = "启用 (启用后本条短信设置才能生效,否则不发送此事件短信)";
  239. this.checkBoxEx1.UseVisualStyleBackColor = false;
  240. //
  241. // linkSelectSms
  242. //
  243. this.linkSelectSms.AutoSize = true;
  244. this.linkSelectSms.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.linkSelectSms.Location = new System.Drawing.Point(613, 239);
  246. this.linkSelectSms.Name = "linkSelectSms";
  247. this.linkSelectSms.Size = new System.Drawing.Size(121, 20);
  248. this.linkSelectSms.TabIndex = 6;
  249. this.linkSelectSms.TabStop = true;
  250. this.linkSelectSms.Text = "从常用短信库选择";
  251. //
  252. // lbWordCount
  253. //
  254. this.lbWordCount.AutoSize = true;
  255. this.lbWordCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  256. this.lbWordCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  257. this.lbWordCount.Location = new System.Drawing.Point(94, 239);
  258. this.lbWordCount.Name = "lbWordCount";
  259. this.lbWordCount.Size = new System.Drawing.Size(56, 17);
  260. this.lbWordCount.TabIndex = 85;
  261. this.lbWordCount.Text = "字数统计";
  262. //
  263. // frmAddSMSTemplate
  264. //
  265. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  266. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  267. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  268. this.ClientSize = new System.Drawing.Size(760, 592);
  269. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  270. this.IsMaximized = false;
  271. this.IsUserControlsSize = false;
  272. this.MaximizeBox = false;
  273. this.Name = "frmAddSMSTemplate";
  274. this.Text = "添加事件短信设置";
  275. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  276. this.plExMainContainer.ResumeLayout(false);
  277. this.plExMainContainer.PerformLayout();
  278. this.plFormMainContent.ResumeLayout(false);
  279. this.ResumeLayout(false);
  280. }
  281. #endregion
  282. private ComponentLibrary.LabelEx labelEx1;
  283. private ComponentLibrary.LabelEx labelEx2;
  284. protected internal ComponentLibrary.ButtonEx btnSave;
  285. protected internal ComponentLibrary.TextBoxEx txtSmsInfo;
  286. protected internal ComponentLibrary.ComboBoxEx cboxEvent;
  287. protected internal ComponentLibrary.TextBoxEx txtReceiver;
  288. private ComponentLibrary.LabelEx labelEx4;
  289. private ComponentLibrary.LabelEx labelEx3;
  290. protected internal ComponentLibrary.LabelEx lbTips;
  291. protected internal ComponentLibrary.PanelEx plEventValue;
  292. protected internal ComponentLibrary.CheckBoxEx checkBoxEx1;
  293. protected internal System.Windows.Forms.LinkLabel linkSelectSms;
  294. protected ComponentLibrary.LabelEx lbWordCount;
  295. }
  296. }