frmSMSTemplateSet.Designer.cs 91 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500
  1. namespace LYFZ.Software.UI.SMSManagement
  2. {
  3. partial class frmSMSTemplateSet
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSMSTemplateSet));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  39. this.btnAccountQuery = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnSaveAccount = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.txtSmsa_MoneyBalances = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  42. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.txtUsed = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  44. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.txtSmsa_Password = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  46. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.txtSmsa_AccountNumber = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  48. this.labelEx34 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  50. this.tbpTsms = new System.Windows.Forms.TabPage();
  51. this.dgvSmsT = new LYFZ.ComponentLibrary.DataGridViewEx();
  52. this.ST_SendEvent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ST_Title = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.ST_SMSContent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.ST_ReceiveObjects = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.UpdateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.ST_IsEnabled = new System.Windows.Forms.DataGridViewLinkColumn();
  58. this.smsedit = new System.Windows.Forms.DataGridViewLinkColumn();
  59. this.smsdel = new System.Windows.Forms.DataGridViewLinkColumn();
  60. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  61. this.tlsEnable = new System.Windows.Forms.ToolStripMenuItem();
  62. this.tlsDisabled = new System.Windows.Forms.ToolStripMenuItem();
  63. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  64. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  65. this.rdoGonggong = new LYFZ.ComponentLibrary.RadioButtonEx();
  66. this.rdohunsha = new LYFZ.ComponentLibrary.RadioButtonEx();
  67. this.rdoertong = new LYFZ.ComponentLibrary.RadioButtonEx();
  68. this.rdoxiezheng = new LYFZ.ComponentLibrary.RadioButtonEx();
  69. this.rdoWeddingOrder = new LYFZ.ComponentLibrary.RadioButtonEx();
  70. this.rdoServiceOrder = new LYFZ.ComponentLibrary.RadioButtonEx();
  71. this.rdoHTSms = new LYFZ.ComponentLibrary.RadioButtonEx();
  72. this.rdoLFSMS = new LYFZ.ComponentLibrary.RadioButtonEx();
  73. this.btnSmsTExport = new LYFZ.ComponentLibrary.ButtonEx();
  74. this.btnSmsTImport = new LYFZ.ComponentLibrary.ButtonEx();
  75. this.btnSmsTAdd = new LYFZ.ComponentLibrary.ButtonEx();
  76. this.tbpCommonSMS = new System.Windows.Forms.TabPage();
  77. this.dgvCommonSMS = new LYFZ.ComponentLibrary.DataGridViewEx();
  78. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.edit = new System.Windows.Forms.DataGridViewLinkColumn();
  82. this.del = new System.Windows.Forms.DataGridViewLinkColumn();
  83. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  84. this.cboxSmsClass = new LYFZ.ComponentLibrary.ComboBoxEx();
  85. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  86. this.btnCommonSMSAllDel = new LYFZ.ComponentLibrary.ButtonEx();
  87. this.btnCommonSMSAdd = new LYFZ.ComponentLibrary.ButtonEx();
  88. this.tabPage1 = new System.Windows.Forms.TabPage();
  89. this.dgvMicroTemplate = new LYFZ.ComponentLibrary.DataGridViewEx();
  90. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.dataGridViewLinkColumn1 = new System.Windows.Forms.DataGridViewLinkColumn();
  99. this.dataGridViewLinkColumn2 = new System.Windows.Forms.DataGridViewLinkColumn();
  100. this.dataGridViewLinkColumn3 = new System.Windows.Forms.DataGridViewLinkColumn();
  101. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  102. this.flpMicroCategory = new System.Windows.Forms.FlowLayoutPanel();
  103. this.rdoGonggongMicro = new LYFZ.ComponentLibrary.RadioButtonEx();
  104. this.rdohunshaMicro = new LYFZ.ComponentLibrary.RadioButtonEx();
  105. this.rdoertongMicro = new LYFZ.ComponentLibrary.RadioButtonEx();
  106. this.rdoxiezhengMicro = new LYFZ.ComponentLibrary.RadioButtonEx();
  107. this.rdoWeddingOrderMicro = new LYFZ.ComponentLibrary.RadioButtonEx();
  108. this.rdoServiceOrderMicro = new LYFZ.ComponentLibrary.RadioButtonEx();
  109. this.rdoHTSmsMicro = new LYFZ.ComponentLibrary.RadioButtonEx();
  110. this.btnDelallMicro = new LYFZ.ComponentLibrary.ButtonEx();
  111. this.btnAddMicroT = new LYFZ.ComponentLibrary.ButtonEx();
  112. this.tabPage2 = new System.Windows.Forms.TabPage();
  113. this.dgvMicroTemplateItem = new LYFZ.ComponentLibrary.DataGridViewEx();
  114. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.Column5 = new System.Windows.Forms.DataGridViewLinkColumn();
  119. this.dataGridViewLinkColumn5 = new System.Windows.Forms.DataGridViewLinkColumn();
  120. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  121. this.btndelAllMicroTemplate = new LYFZ.ComponentLibrary.ButtonEx();
  122. this.btnSetIndustry = new LYFZ.ComponentLibrary.ButtonEx();
  123. this.btnMicroTemplate = new LYFZ.ComponentLibrary.ButtonEx();
  124. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  125. this.chkbalanceRemind = new LYFZ.ComponentLibrary.CheckBoxEx();
  126. this.nubalanceRemind = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  127. this.plExMainContainer.SuspendLayout();
  128. this.plFormMainContent.SuspendLayout();
  129. this.groupBoxEx1.SuspendLayout();
  130. this.tabControlEx1.SuspendLayout();
  131. this.tbpTsms.SuspendLayout();
  132. ((System.ComponentModel.ISupportInitialize)(this.dgvSmsT)).BeginInit();
  133. this.contextMenuStrip1.SuspendLayout();
  134. this.panelEx1.SuspendLayout();
  135. this.flowLayoutPanel1.SuspendLayout();
  136. this.tbpCommonSMS.SuspendLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.dgvCommonSMS)).BeginInit();
  138. this.panelEx2.SuspendLayout();
  139. this.tabPage1.SuspendLayout();
  140. ((System.ComponentModel.ISupportInitialize)(this.dgvMicroTemplate)).BeginInit();
  141. this.panelEx3.SuspendLayout();
  142. this.flpMicroCategory.SuspendLayout();
  143. this.tabPage2.SuspendLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.dgvMicroTemplateItem)).BeginInit();
  145. this.panelEx4.SuspendLayout();
  146. ((System.ComponentModel.ISupportInitialize)(this.nubalanceRemind)).BeginInit();
  147. this.SuspendLayout();
  148. //
  149. // plExMainContainer
  150. //
  151. this.plExMainContainer.Controls.Add(this.tabControlEx1);
  152. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  153. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  154. this.plExMainContainer.Size = new System.Drawing.Size(1000, 545);
  155. //
  156. // plFormMainContent
  157. //
  158. this.plFormMainContent.Size = new System.Drawing.Size(1000, 545);
  159. //
  160. // btnAppFormMaximize
  161. //
  162. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  163. this.btnAppFormMaximize.Location = new System.Drawing.Point(941, 0);
  164. //
  165. // btnAppFormExit
  166. //
  167. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  168. this.btnAppFormExit.Location = new System.Drawing.Point(968, 0);
  169. //
  170. // btnAppFormMinimize
  171. //
  172. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  173. this.btnAppFormMinimize.Location = new System.Drawing.Point(914, 0);
  174. //
  175. // groupBoxEx1
  176. //
  177. this.groupBoxEx1.Controls.Add(this.nubalanceRemind);
  178. this.groupBoxEx1.Controls.Add(this.chkbalanceRemind);
  179. this.groupBoxEx1.Controls.Add(this.btnAccountQuery);
  180. this.groupBoxEx1.Controls.Add(this.btnSaveAccount);
  181. this.groupBoxEx1.Controls.Add(this.txtSmsa_MoneyBalances);
  182. this.groupBoxEx1.Controls.Add(this.labelEx3);
  183. this.groupBoxEx1.Controls.Add(this.txtUsed);
  184. this.groupBoxEx1.Controls.Add(this.labelEx4);
  185. this.groupBoxEx1.Controls.Add(this.txtSmsa_Password);
  186. this.groupBoxEx1.Controls.Add(this.labelEx2);
  187. this.groupBoxEx1.Controls.Add(this.txtSmsa_AccountNumber);
  188. this.groupBoxEx1.Controls.Add(this.labelEx34);
  189. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Top;
  190. this.groupBoxEx1.Location = new System.Drawing.Point(10, 10);
  191. this.groupBoxEx1.Name = "groupBoxEx1";
  192. this.groupBoxEx1.Size = new System.Drawing.Size(980, 61);
  193. this.groupBoxEx1.TabIndex = 0;
  194. this.groupBoxEx1.TabStop = false;
  195. this.groupBoxEx1.Text = "帐号信息";
  196. //
  197. // btnAccountQuery
  198. //
  199. this.btnAccountQuery.BackColor = System.Drawing.Color.Transparent;
  200. this.btnAccountQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAccountQuery.BackImg")));
  201. this.btnAccountQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  202. this.btnAccountQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  203. this.btnAccountQuery.ForeColor = System.Drawing.Color.White;
  204. this.btnAccountQuery.IsCustomBackImg = false;
  205. this.btnAccountQuery.IsShowText = true;
  206. this.btnAccountQuery.Location = new System.Drawing.Point(695, 19);
  207. this.btnAccountQuery.Name = "btnAccountQuery";
  208. this.btnAccountQuery.Size = new System.Drawing.Size(79, 28);
  209. this.btnAccountQuery.TabIndex = 142;
  210. this.btnAccountQuery.Text = "帐号查询";
  211. this.btnAccountQuery.UseVisualStyleBackColor = false;
  212. //
  213. // btnSaveAccount
  214. //
  215. this.btnSaveAccount.BackColor = System.Drawing.Color.Transparent;
  216. this.btnSaveAccount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveAccount.BackImg")));
  217. this.btnSaveAccount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  218. this.btnSaveAccount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  219. this.btnSaveAccount.ForeColor = System.Drawing.Color.White;
  220. this.btnSaveAccount.IsCustomBackImg = false;
  221. this.btnSaveAccount.IsShowText = true;
  222. this.btnSaveAccount.Location = new System.Drawing.Point(611, 19);
  223. this.btnSaveAccount.Name = "btnSaveAccount";
  224. this.btnSaveAccount.Size = new System.Drawing.Size(79, 28);
  225. this.btnSaveAccount.TabIndex = 142;
  226. this.btnSaveAccount.Text = "保存帐号";
  227. this.btnSaveAccount.UseVisualStyleBackColor = false;
  228. //
  229. // txtSmsa_MoneyBalances
  230. //
  231. this.txtSmsa_MoneyBalances.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  232. this.txtSmsa_MoneyBalances.EmptyTextTip = null;
  233. this.txtSmsa_MoneyBalances.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  234. this.txtSmsa_MoneyBalances.Enabled = false;
  235. this.txtSmsa_MoneyBalances.Font = new System.Drawing.Font("微软雅黑", 9F);
  236. this.txtSmsa_MoneyBalances.Location = new System.Drawing.Point(524, 22);
  237. this.txtSmsa_MoneyBalances.Name = "txtSmsa_MoneyBalances";
  238. this.txtSmsa_MoneyBalances.Size = new System.Drawing.Size(80, 23);
  239. this.txtSmsa_MoneyBalances.TabIndex = 141;
  240. this.txtSmsa_MoneyBalances.Text = "0";
  241. this.txtSmsa_MoneyBalances.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  242. //
  243. // labelEx3
  244. //
  245. this.labelEx3.AutoSize = true;
  246. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  247. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  248. this.labelEx3.Location = new System.Drawing.Point(461, 25);
  249. this.labelEx3.Name = "labelEx3";
  250. this.labelEx3.Size = new System.Drawing.Size(59, 17);
  251. this.labelEx3.TabIndex = 140;
  252. this.labelEx3.Text = "余额条数:";
  253. //
  254. // txtUsed
  255. //
  256. this.txtUsed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  257. this.txtUsed.EmptyTextTip = null;
  258. this.txtUsed.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  259. this.txtUsed.Enabled = false;
  260. this.txtUsed.Font = new System.Drawing.Font("微软雅黑", 9F);
  261. this.txtUsed.Location = new System.Drawing.Point(377, 22);
  262. this.txtUsed.Name = "txtUsed";
  263. this.txtUsed.Size = new System.Drawing.Size(80, 23);
  264. this.txtUsed.TabIndex = 139;
  265. this.txtUsed.Text = "0";
  266. this.txtUsed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  267. //
  268. // labelEx4
  269. //
  270. this.labelEx4.AutoSize = true;
  271. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  272. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  273. this.labelEx4.Location = new System.Drawing.Point(314, 25);
  274. this.labelEx4.Name = "labelEx4";
  275. this.labelEx4.Size = new System.Drawing.Size(59, 17);
  276. this.labelEx4.TabIndex = 138;
  277. this.labelEx4.Text = "已发条数:";
  278. //
  279. // txtSmsa_Password
  280. //
  281. this.txtSmsa_Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  282. this.txtSmsa_Password.EmptyTextTip = null;
  283. this.txtSmsa_Password.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  284. this.txtSmsa_Password.Font = new System.Drawing.Font("微软雅黑", 9F);
  285. this.txtSmsa_Password.Location = new System.Drawing.Point(206, 22);
  286. this.txtSmsa_Password.Name = "txtSmsa_Password";
  287. this.txtSmsa_Password.Size = new System.Drawing.Size(105, 23);
  288. this.txtSmsa_Password.TabIndex = 137;
  289. //
  290. // labelEx2
  291. //
  292. this.labelEx2.AutoSize = true;
  293. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  294. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  295. this.labelEx2.Location = new System.Drawing.Point(159, 25);
  296. this.labelEx2.Name = "labelEx2";
  297. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  298. this.labelEx2.TabIndex = 136;
  299. this.labelEx2.Text = "密码:";
  300. //
  301. // txtSmsa_AccountNumber
  302. //
  303. this.txtSmsa_AccountNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  304. this.txtSmsa_AccountNumber.EmptyTextTip = null;
  305. this.txtSmsa_AccountNumber.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  306. this.txtSmsa_AccountNumber.Font = new System.Drawing.Font("微软雅黑", 9F);
  307. this.txtSmsa_AccountNumber.Location = new System.Drawing.Point(51, 22);
  308. this.txtSmsa_AccountNumber.Name = "txtSmsa_AccountNumber";
  309. this.txtSmsa_AccountNumber.Size = new System.Drawing.Size(105, 23);
  310. this.txtSmsa_AccountNumber.TabIndex = 135;
  311. //
  312. // labelEx34
  313. //
  314. this.labelEx34.AutoSize = true;
  315. this.labelEx34.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  316. this.labelEx34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  317. this.labelEx34.Location = new System.Drawing.Point(4, 25);
  318. this.labelEx34.Name = "labelEx34";
  319. this.labelEx34.Size = new System.Drawing.Size(44, 17);
  320. this.labelEx34.TabIndex = 134;
  321. this.labelEx34.Text = "用户:";
  322. //
  323. // tabControlEx1
  324. //
  325. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  326. this.tabControlEx1.Controls.Add(this.tbpTsms);
  327. this.tabControlEx1.Controls.Add(this.tbpCommonSMS);
  328. this.tabControlEx1.Controls.Add(this.tabPage1);
  329. this.tabControlEx1.Controls.Add(this.tabPage2);
  330. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  331. this.tabControlEx1.ItemSize = new System.Drawing.Size(120, 36);
  332. this.tabControlEx1.Location = new System.Drawing.Point(10, 71);
  333. this.tabControlEx1.Name = "tabControlEx1";
  334. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  335. this.tabControlEx1.SelectedIndex = 0;
  336. this.tabControlEx1.Size = new System.Drawing.Size(980, 464);
  337. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  338. this.tabControlEx1.TabIndex = 1;
  339. //
  340. // tbpTsms
  341. //
  342. this.tbpTsms.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  343. this.tbpTsms.Controls.Add(this.dgvSmsT);
  344. this.tbpTsms.Controls.Add(this.panelEx1);
  345. this.tbpTsms.Location = new System.Drawing.Point(4, 40);
  346. this.tbpTsms.Name = "tbpTsms";
  347. this.tbpTsms.Padding = new System.Windows.Forms.Padding(3);
  348. this.tbpTsms.Size = new System.Drawing.Size(972, 420);
  349. this.tbpTsms.TabIndex = 0;
  350. this.tbpTsms.Text = "短信设置管理";
  351. //
  352. // dgvSmsT
  353. //
  354. this.dgvSmsT.AllowUserToAddRows = false;
  355. this.dgvSmsT.AllowUserToDeleteRows = false;
  356. this.dgvSmsT.AllowUserToResizeRows = false;
  357. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  358. this.dgvSmsT.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  359. this.dgvSmsT.BackgroundColor = System.Drawing.Color.White;
  360. this.dgvSmsT.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  361. this.dgvSmsT.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  362. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  363. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  364. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  366. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  367. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  368. this.dgvSmsT.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  369. this.dgvSmsT.ColumnHeadersHeight = 28;
  370. this.dgvSmsT.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  371. this.dgvSmsT.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  372. this.ST_SendEvent,
  373. this.ST_Title,
  374. this.ST_SMSContent,
  375. this.ST_ReceiveObjects,
  376. this.UpdateDatetime,
  377. this.ST_IsEnabled,
  378. this.smsedit,
  379. this.smsdel});
  380. this.dgvSmsT.ContextMenuStrip = this.contextMenuStrip1;
  381. this.dgvSmsT.Dock = System.Windows.Forms.DockStyle.Fill;
  382. this.dgvSmsT.EnableHeadersVisualStyles = false;
  383. this.dgvSmsT.EraseCell = false;
  384. this.dgvSmsT.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  385. this.dgvSmsT.GridViewUniquelyIdentify = resources.GetString("dgvSmsT.GridViewUniquelyIdentify");
  386. this.dgvSmsT.IsCompleteBonding = false;
  387. this.dgvSmsT.IsCopyCellValue = false;
  388. this.dgvSmsT.Location = new System.Drawing.Point(3, 51);
  389. this.dgvSmsT.Name = "dgvSmsT";
  390. this.dgvSmsT.RowHeadersVisible = false;
  391. this.dgvSmsT.RowTemplate.Height = 23;
  392. this.dgvSmsT.RowTemplate.ReadOnly = true;
  393. this.dgvSmsT.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  394. this.dgvSmsT.Size = new System.Drawing.Size(966, 366);
  395. this.dgvSmsT.TabIndex = 0;
  396. //
  397. // ST_SendEvent
  398. //
  399. this.ST_SendEvent.HeaderText = "短信发送事件";
  400. this.ST_SendEvent.Name = "ST_SendEvent";
  401. this.ST_SendEvent.ReadOnly = true;
  402. this.ST_SendEvent.Width = 120;
  403. //
  404. // ST_Title
  405. //
  406. this.ST_Title.HeaderText = "短信标题";
  407. this.ST_Title.Name = "ST_Title";
  408. this.ST_Title.ReadOnly = true;
  409. this.ST_Title.Width = 120;
  410. //
  411. // ST_SMSContent
  412. //
  413. this.ST_SMSContent.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  414. this.ST_SMSContent.HeaderText = "短信模板内容 ";
  415. this.ST_SMSContent.Name = "ST_SMSContent";
  416. this.ST_SMSContent.ReadOnly = true;
  417. //
  418. // ST_ReceiveObjects
  419. //
  420. this.ST_ReceiveObjects.HeaderText = "短信接收对象";
  421. this.ST_ReceiveObjects.Name = "ST_ReceiveObjects";
  422. this.ST_ReceiveObjects.ReadOnly = true;
  423. this.ST_ReceiveObjects.Width = 160;
  424. //
  425. // UpdateDatetime
  426. //
  427. this.UpdateDatetime.HeaderText = "日期时间";
  428. this.UpdateDatetime.Name = "UpdateDatetime";
  429. this.UpdateDatetime.ReadOnly = true;
  430. this.UpdateDatetime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  431. this.UpdateDatetime.Width = 120;
  432. //
  433. // ST_IsEnabled
  434. //
  435. this.ST_IsEnabled.HeaderText = "当前启用状态";
  436. this.ST_IsEnabled.Name = "ST_IsEnabled";
  437. this.ST_IsEnabled.ReadOnly = true;
  438. this.ST_IsEnabled.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  439. this.ST_IsEnabled.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  440. this.ST_IsEnabled.Width = 110;
  441. //
  442. // smsedit
  443. //
  444. this.smsedit.HeaderText = "编缉";
  445. this.smsedit.Name = "smsedit";
  446. this.smsedit.ReadOnly = true;
  447. this.smsedit.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  448. this.smsedit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  449. this.smsedit.Width = 60;
  450. //
  451. // smsdel
  452. //
  453. this.smsdel.HeaderText = "删除";
  454. this.smsdel.Name = "smsdel";
  455. this.smsdel.ReadOnly = true;
  456. this.smsdel.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  457. this.smsdel.Width = 60;
  458. //
  459. // contextMenuStrip1
  460. //
  461. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  462. this.tlsEnable,
  463. this.tlsDisabled});
  464. this.contextMenuStrip1.Name = "contextMenuStrip1";
  465. this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48);
  466. //
  467. // tlsEnable
  468. //
  469. this.tlsEnable.Name = "tlsEnable";
  470. this.tlsEnable.Size = new System.Drawing.Size(100, 22);
  471. this.tlsEnable.Text = "启用";
  472. //
  473. // tlsDisabled
  474. //
  475. this.tlsDisabled.Name = "tlsDisabled";
  476. this.tlsDisabled.Size = new System.Drawing.Size(100, 22);
  477. this.tlsDisabled.Text = "禁用";
  478. //
  479. // panelEx1
  480. //
  481. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  482. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  483. this.panelEx1.BorderWidth = 1;
  484. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  485. this.panelEx1.Controls.Add(this.btnSmsTExport);
  486. this.panelEx1.Controls.Add(this.btnSmsTImport);
  487. this.panelEx1.Controls.Add(this.btnSmsTAdd);
  488. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  489. this.panelEx1.Location = new System.Drawing.Point(3, 3);
  490. this.panelEx1.Name = "panelEx1";
  491. this.panelEx1.Size = new System.Drawing.Size(966, 48);
  492. this.panelEx1.TabIndex = 1;
  493. //
  494. // flowLayoutPanel1
  495. //
  496. this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  497. | System.Windows.Forms.AnchorStyles.Right)));
  498. this.flowLayoutPanel1.Controls.Add(this.rdoGonggong);
  499. this.flowLayoutPanel1.Controls.Add(this.rdohunsha);
  500. this.flowLayoutPanel1.Controls.Add(this.rdoertong);
  501. this.flowLayoutPanel1.Controls.Add(this.rdoxiezheng);
  502. this.flowLayoutPanel1.Controls.Add(this.rdoWeddingOrder);
  503. this.flowLayoutPanel1.Controls.Add(this.rdoServiceOrder);
  504. this.flowLayoutPanel1.Controls.Add(this.rdoHTSms);
  505. this.flowLayoutPanel1.Controls.Add(this.rdoLFSMS);
  506. this.flowLayoutPanel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.flowLayoutPanel1.Location = new System.Drawing.Point(237, 10);
  508. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  509. this.flowLayoutPanel1.Size = new System.Drawing.Size(726, 28);
  510. this.flowLayoutPanel1.TabIndex = 4;
  511. //
  512. // rdoGonggong
  513. //
  514. this.rdoGonggong.AutoSize = true;
  515. this.rdoGonggong.BackColor = System.Drawing.Color.Transparent;
  516. this.rdoGonggong.Checked = true;
  517. this.rdoGonggong.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  518. this.rdoGonggong.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  519. this.rdoGonggong.Location = new System.Drawing.Point(3, 3);
  520. this.rdoGonggong.Name = "rdoGonggong";
  521. this.rdoGonggong.Size = new System.Drawing.Size(74, 21);
  522. this.rdoGonggong.TabIndex = 4;
  523. this.rdoGonggong.TabStop = true;
  524. this.rdoGonggong.Tag = "0";
  525. this.rdoGonggong.Text = "公共短信";
  526. this.rdoGonggong.UseVisualStyleBackColor = false;
  527. //
  528. // rdohunsha
  529. //
  530. this.rdohunsha.AutoSize = true;
  531. this.rdohunsha.BackColor = System.Drawing.Color.Transparent;
  532. this.rdohunsha.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  533. this.rdohunsha.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  534. this.rdohunsha.Location = new System.Drawing.Point(83, 3);
  535. this.rdohunsha.Name = "rdohunsha";
  536. this.rdohunsha.Size = new System.Drawing.Size(74, 21);
  537. this.rdohunsha.TabIndex = 4;
  538. this.rdohunsha.Tag = "1";
  539. this.rdohunsha.Text = "婚纱短信";
  540. this.rdohunsha.UseVisualStyleBackColor = false;
  541. //
  542. // rdoertong
  543. //
  544. this.rdoertong.AutoSize = true;
  545. this.rdoertong.BackColor = System.Drawing.Color.Transparent;
  546. this.rdoertong.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  547. this.rdoertong.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  548. this.rdoertong.Location = new System.Drawing.Point(163, 3);
  549. this.rdoertong.Name = "rdoertong";
  550. this.rdoertong.Size = new System.Drawing.Size(74, 21);
  551. this.rdoertong.TabIndex = 4;
  552. this.rdoertong.Tag = "2";
  553. this.rdoertong.Text = "儿童短信";
  554. this.rdoertong.UseVisualStyleBackColor = false;
  555. //
  556. // rdoxiezheng
  557. //
  558. this.rdoxiezheng.AutoSize = true;
  559. this.rdoxiezheng.BackColor = System.Drawing.Color.Transparent;
  560. this.rdoxiezheng.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  561. this.rdoxiezheng.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  562. this.rdoxiezheng.Location = new System.Drawing.Point(243, 3);
  563. this.rdoxiezheng.Name = "rdoxiezheng";
  564. this.rdoxiezheng.Size = new System.Drawing.Size(74, 21);
  565. this.rdoxiezheng.TabIndex = 4;
  566. this.rdoxiezheng.Tag = "3";
  567. this.rdoxiezheng.Text = "写真短信";
  568. this.rdoxiezheng.UseVisualStyleBackColor = false;
  569. //
  570. // rdoWeddingOrder
  571. //
  572. this.rdoWeddingOrder.AutoSize = true;
  573. this.rdoWeddingOrder.BackColor = System.Drawing.Color.Transparent;
  574. this.rdoWeddingOrder.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  575. this.rdoWeddingOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  576. this.rdoWeddingOrder.Location = new System.Drawing.Point(323, 3);
  577. this.rdoWeddingOrder.Name = "rdoWeddingOrder";
  578. this.rdoWeddingOrder.Size = new System.Drawing.Size(74, 21);
  579. this.rdoWeddingOrder.TabIndex = 4;
  580. this.rdoWeddingOrder.Tag = "5";
  581. this.rdoWeddingOrder.Text = "婚庆短信";
  582. this.rdoWeddingOrder.UseVisualStyleBackColor = false;
  583. //
  584. // rdoServiceOrder
  585. //
  586. this.rdoServiceOrder.AutoSize = true;
  587. this.rdoServiceOrder.BackColor = System.Drawing.Color.Transparent;
  588. this.rdoServiceOrder.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  589. this.rdoServiceOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  590. this.rdoServiceOrder.Location = new System.Drawing.Point(403, 3);
  591. this.rdoServiceOrder.Name = "rdoServiceOrder";
  592. this.rdoServiceOrder.Size = new System.Drawing.Size(74, 21);
  593. this.rdoServiceOrder.TabIndex = 4;
  594. this.rdoServiceOrder.Tag = "6";
  595. this.rdoServiceOrder.Text = "服务短信";
  596. this.rdoServiceOrder.UseVisualStyleBackColor = false;
  597. //
  598. // rdoHTSms
  599. //
  600. this.rdoHTSms.AutoSize = true;
  601. this.rdoHTSms.BackColor = System.Drawing.Color.Transparent;
  602. this.rdoHTSms.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  603. this.rdoHTSms.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  604. this.rdoHTSms.Location = new System.Drawing.Point(483, 3);
  605. this.rdoHTSms.Name = "rdoHTSms";
  606. this.rdoHTSms.Size = new System.Drawing.Size(98, 21);
  607. this.rdoHTSms.TabIndex = 4;
  608. this.rdoHTSms.Tag = "4";
  609. this.rdoHTSms.Text = "医院跟踪短信";
  610. this.rdoHTSms.UseVisualStyleBackColor = false;
  611. //
  612. // rdoLFSMS
  613. //
  614. this.rdoLFSMS.AutoSize = true;
  615. this.rdoLFSMS.BackColor = System.Drawing.Color.Transparent;
  616. this.rdoLFSMS.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  617. this.rdoLFSMS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  618. this.rdoLFSMS.Location = new System.Drawing.Point(587, 3);
  619. this.rdoLFSMS.Name = "rdoLFSMS";
  620. this.rdoLFSMS.Size = new System.Drawing.Size(98, 21);
  621. this.rdoLFSMS.TabIndex = 4;
  622. this.rdoLFSMS.Tag = "7";
  623. this.rdoLFSMS.Text = "礼服管理短信";
  624. this.rdoLFSMS.UseVisualStyleBackColor = false;
  625. //
  626. // btnSmsTExport
  627. //
  628. this.btnSmsTExport.BackColor = System.Drawing.Color.Transparent;
  629. this.btnSmsTExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSmsTExport.BackImg")));
  630. this.btnSmsTExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  631. this.btnSmsTExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  632. this.btnSmsTExport.ForeColor = System.Drawing.Color.White;
  633. this.btnSmsTExport.IsCustomBackImg = false;
  634. this.btnSmsTExport.IsShowText = true;
  635. this.btnSmsTExport.Location = new System.Drawing.Point(171, 10);
  636. this.btnSmsTExport.Name = "btnSmsTExport";
  637. this.btnSmsTExport.Size = new System.Drawing.Size(60, 28);
  638. this.btnSmsTExport.TabIndex = 1;
  639. this.btnSmsTExport.Text = "导 出";
  640. this.btnSmsTExport.UseVisualStyleBackColor = false;
  641. //
  642. // btnSmsTImport
  643. //
  644. this.btnSmsTImport.BackColor = System.Drawing.Color.Transparent;
  645. this.btnSmsTImport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSmsTImport.BackImg")));
  646. this.btnSmsTImport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  647. this.btnSmsTImport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  648. this.btnSmsTImport.ForeColor = System.Drawing.Color.White;
  649. this.btnSmsTImport.IsCustomBackImg = false;
  650. this.btnSmsTImport.IsShowText = true;
  651. this.btnSmsTImport.Location = new System.Drawing.Point(104, 10);
  652. this.btnSmsTImport.Name = "btnSmsTImport";
  653. this.btnSmsTImport.Size = new System.Drawing.Size(60, 28);
  654. this.btnSmsTImport.TabIndex = 1;
  655. this.btnSmsTImport.Text = "导 入";
  656. this.btnSmsTImport.UseVisualStyleBackColor = false;
  657. //
  658. // btnSmsTAdd
  659. //
  660. this.btnSmsTAdd.BackColor = System.Drawing.Color.Transparent;
  661. this.btnSmsTAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSmsTAdd.BackImg")));
  662. this.btnSmsTAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  663. this.btnSmsTAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  664. this.btnSmsTAdd.ForeColor = System.Drawing.Color.White;
  665. this.btnSmsTAdd.IsCustomBackImg = false;
  666. this.btnSmsTAdd.IsShowText = true;
  667. this.btnSmsTAdd.Location = new System.Drawing.Point(12, 10);
  668. this.btnSmsTAdd.Name = "btnSmsTAdd";
  669. this.btnSmsTAdd.Size = new System.Drawing.Size(85, 28);
  670. this.btnSmsTAdd.TabIndex = 2;
  671. this.btnSmsTAdd.Text = "添 加";
  672. this.btnSmsTAdd.UseVisualStyleBackColor = false;
  673. //
  674. // tbpCommonSMS
  675. //
  676. this.tbpCommonSMS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  677. this.tbpCommonSMS.Controls.Add(this.dgvCommonSMS);
  678. this.tbpCommonSMS.Controls.Add(this.panelEx2);
  679. this.tbpCommonSMS.Location = new System.Drawing.Point(4, 40);
  680. this.tbpCommonSMS.Name = "tbpCommonSMS";
  681. this.tbpCommonSMS.Padding = new System.Windows.Forms.Padding(3);
  682. this.tbpCommonSMS.Size = new System.Drawing.Size(882, 420);
  683. this.tbpCommonSMS.TabIndex = 1;
  684. this.tbpCommonSMS.Text = "常用信息库";
  685. //
  686. // dgvCommonSMS
  687. //
  688. this.dgvCommonSMS.AllowUserToAddRows = false;
  689. this.dgvCommonSMS.AllowUserToDeleteRows = false;
  690. this.dgvCommonSMS.AllowUserToResizeRows = false;
  691. dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
  692. this.dgvCommonSMS.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
  693. this.dgvCommonSMS.BackgroundColor = System.Drawing.Color.White;
  694. this.dgvCommonSMS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  695. this.dgvCommonSMS.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  696. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  697. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  698. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  699. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  700. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  701. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  702. this.dgvCommonSMS.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  703. this.dgvCommonSMS.ColumnHeadersHeight = 28;
  704. this.dgvCommonSMS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  705. this.dgvCommonSMS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  706. this.dataGridViewTextBoxColumn3,
  707. this.dataGridViewTextBoxColumn4,
  708. this.dataGridViewTextBoxColumn6,
  709. this.edit,
  710. this.del});
  711. this.dgvCommonSMS.Dock = System.Windows.Forms.DockStyle.Fill;
  712. this.dgvCommonSMS.EnableHeadersVisualStyles = false;
  713. this.dgvCommonSMS.EraseCell = false;
  714. this.dgvCommonSMS.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  715. this.dgvCommonSMS.GridViewUniquelyIdentify = resources.GetString("dgvCommonSMS.GridViewUniquelyIdentify");
  716. this.dgvCommonSMS.IsCompleteBonding = false;
  717. this.dgvCommonSMS.IsCopyCellValue = true;
  718. this.dgvCommonSMS.Location = new System.Drawing.Point(3, 51);
  719. this.dgvCommonSMS.Name = "dgvCommonSMS";
  720. this.dgvCommonSMS.RowHeadersVisible = false;
  721. this.dgvCommonSMS.RowTemplate.Height = 23;
  722. this.dgvCommonSMS.RowTemplate.ReadOnly = true;
  723. this.dgvCommonSMS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  724. this.dgvCommonSMS.Size = new System.Drawing.Size(876, 366);
  725. this.dgvCommonSMS.TabIndex = 2;
  726. //
  727. // dataGridViewTextBoxColumn3
  728. //
  729. this.dataGridViewTextBoxColumn3.HeaderText = "信息类别";
  730. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  731. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  732. this.dataGridViewTextBoxColumn3.Width = 160;
  733. //
  734. // dataGridViewTextBoxColumn4
  735. //
  736. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  737. this.dataGridViewTextBoxColumn4.HeaderText = "信息内容 ";
  738. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  739. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  740. //
  741. // dataGridViewTextBoxColumn6
  742. //
  743. this.dataGridViewTextBoxColumn6.HeaderText = "日期时间";
  744. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  745. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  746. this.dataGridViewTextBoxColumn6.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  747. this.dataGridViewTextBoxColumn6.Width = 120;
  748. //
  749. // edit
  750. //
  751. this.edit.HeaderText = "编缉";
  752. this.edit.Name = "edit";
  753. this.edit.ReadOnly = true;
  754. this.edit.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  755. this.edit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  756. this.edit.Width = 60;
  757. //
  758. // del
  759. //
  760. this.del.HeaderText = "删除";
  761. this.del.Name = "del";
  762. this.del.ReadOnly = true;
  763. this.del.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  764. this.del.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  765. this.del.Width = 60;
  766. //
  767. // panelEx2
  768. //
  769. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  770. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  771. this.panelEx2.BorderWidth = 1;
  772. this.panelEx2.Controls.Add(this.cboxSmsClass);
  773. this.panelEx2.Controls.Add(this.labelEx5);
  774. this.panelEx2.Controls.Add(this.btnCommonSMSAllDel);
  775. this.panelEx2.Controls.Add(this.btnCommonSMSAdd);
  776. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  777. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  778. this.panelEx2.Name = "panelEx2";
  779. this.panelEx2.Size = new System.Drawing.Size(876, 48);
  780. this.panelEx2.TabIndex = 3;
  781. //
  782. // cboxSmsClass
  783. //
  784. this.cboxSmsClass.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  785. this.cboxSmsClass.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  786. this.cboxSmsClass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  787. this.cboxSmsClass.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  788. this.cboxSmsClass.FormattingEnabled = true;
  789. this.cboxSmsClass.IsCustomColor = false;
  790. this.cboxSmsClass.Location = new System.Drawing.Point(274, 10);
  791. this.cboxSmsClass.Name = "cboxSmsClass";
  792. this.cboxSmsClass.ReadOnly = true;
  793. this.cboxSmsClass.Size = new System.Drawing.Size(203, 28);
  794. this.cboxSmsClass.TabIndex = 5;
  795. //
  796. // labelEx5
  797. //
  798. this.labelEx5.AutoSize = true;
  799. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  800. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  801. this.labelEx5.Location = new System.Drawing.Point(212, 16);
  802. this.labelEx5.Name = "labelEx5";
  803. this.labelEx5.Size = new System.Drawing.Size(56, 17);
  804. this.labelEx5.TabIndex = 4;
  805. this.labelEx5.Text = "信息类别";
  806. //
  807. // btnCommonSMSAllDel
  808. //
  809. this.btnCommonSMSAllDel.BackColor = System.Drawing.Color.Transparent;
  810. this.btnCommonSMSAllDel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCommonSMSAllDel.BackImg")));
  811. this.btnCommonSMSAllDel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  812. this.btnCommonSMSAllDel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  813. this.btnCommonSMSAllDel.ForeColor = System.Drawing.Color.White;
  814. this.btnCommonSMSAllDel.IsCustomBackImg = false;
  815. this.btnCommonSMSAllDel.IsShowText = true;
  816. this.btnCommonSMSAllDel.Location = new System.Drawing.Point(112, 10);
  817. this.btnCommonSMSAllDel.Name = "btnCommonSMSAllDel";
  818. this.btnCommonSMSAllDel.Size = new System.Drawing.Size(85, 28);
  819. this.btnCommonSMSAllDel.TabIndex = 0;
  820. this.btnCommonSMSAllDel.Text = "全部删除";
  821. this.btnCommonSMSAllDel.UseVisualStyleBackColor = false;
  822. //
  823. // btnCommonSMSAdd
  824. //
  825. this.btnCommonSMSAdd.BackColor = System.Drawing.Color.Transparent;
  826. this.btnCommonSMSAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCommonSMSAdd.BackImg")));
  827. this.btnCommonSMSAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  828. this.btnCommonSMSAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  829. this.btnCommonSMSAdd.ForeColor = System.Drawing.Color.White;
  830. this.btnCommonSMSAdd.IsCustomBackImg = false;
  831. this.btnCommonSMSAdd.IsShowText = true;
  832. this.btnCommonSMSAdd.Location = new System.Drawing.Point(12, 10);
  833. this.btnCommonSMSAdd.Name = "btnCommonSMSAdd";
  834. this.btnCommonSMSAdd.Size = new System.Drawing.Size(85, 28);
  835. this.btnCommonSMSAdd.TabIndex = 0;
  836. this.btnCommonSMSAdd.Text = "添 加";
  837. this.btnCommonSMSAdd.UseVisualStyleBackColor = false;
  838. //
  839. // tabPage1
  840. //
  841. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  842. this.tabPage1.Controls.Add(this.dgvMicroTemplate);
  843. this.tabPage1.Controls.Add(this.panelEx3);
  844. this.tabPage1.Location = new System.Drawing.Point(4, 40);
  845. this.tabPage1.Name = "tabPage1";
  846. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  847. this.tabPage1.Size = new System.Drawing.Size(882, 420);
  848. this.tabPage1.TabIndex = 2;
  849. this.tabPage1.Text = "微信模板消息设置";
  850. //
  851. // dgvMicroTemplate
  852. //
  853. this.dgvMicroTemplate.AllowUserToAddRows = false;
  854. this.dgvMicroTemplate.AllowUserToDeleteRows = false;
  855. this.dgvMicroTemplate.AllowUserToResizeRows = false;
  856. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  857. this.dgvMicroTemplate.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  858. this.dgvMicroTemplate.BackgroundColor = System.Drawing.Color.White;
  859. this.dgvMicroTemplate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  860. this.dgvMicroTemplate.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  861. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  862. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  863. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  864. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  865. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  866. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  867. this.dgvMicroTemplate.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  868. this.dgvMicroTemplate.ColumnHeadersHeight = 28;
  869. this.dgvMicroTemplate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  870. this.dgvMicroTemplate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  871. this.dataGridViewTextBoxColumn1,
  872. this.Column1,
  873. this.dataGridViewTextBoxColumn2,
  874. this.Column2,
  875. this.dataGridViewTextBoxColumn5,
  876. this.dataGridViewTextBoxColumn7,
  877. this.Column3,
  878. this.dataGridViewTextBoxColumn8,
  879. this.dataGridViewLinkColumn1,
  880. this.dataGridViewLinkColumn2,
  881. this.dataGridViewLinkColumn3});
  882. this.dgvMicroTemplate.Dock = System.Windows.Forms.DockStyle.Fill;
  883. this.dgvMicroTemplate.EnableHeadersVisualStyles = false;
  884. this.dgvMicroTemplate.EraseCell = false;
  885. this.dgvMicroTemplate.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  886. this.dgvMicroTemplate.GridViewUniquelyIdentify = resources.GetString("dgvMicroTemplate.GridViewUniquelyIdentify");
  887. this.dgvMicroTemplate.IsCompleteBonding = false;
  888. this.dgvMicroTemplate.IsCopyCellValue = true;
  889. this.dgvMicroTemplate.Location = new System.Drawing.Point(3, 51);
  890. this.dgvMicroTemplate.Name = "dgvMicroTemplate";
  891. this.dgvMicroTemplate.RowHeadersVisible = false;
  892. this.dgvMicroTemplate.RowTemplate.Height = 23;
  893. this.dgvMicroTemplate.RowTemplate.ReadOnly = true;
  894. this.dgvMicroTemplate.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  895. this.dgvMicroTemplate.Size = new System.Drawing.Size(876, 366);
  896. this.dgvMicroTemplate.TabIndex = 2;
  897. //
  898. // dataGridViewTextBoxColumn1
  899. //
  900. this.dataGridViewTextBoxColumn1.HeaderText = "发送事件";
  901. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  902. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  903. this.dataGridViewTextBoxColumn1.Width = 160;
  904. //
  905. // Column1
  906. //
  907. this.Column1.HeaderText = "事件标题";
  908. this.Column1.Name = "Column1";
  909. this.Column1.ReadOnly = true;
  910. this.Column1.Width = 160;
  911. //
  912. // dataGridViewTextBoxColumn2
  913. //
  914. this.dataGridViewTextBoxColumn2.HeaderText = "模板标题";
  915. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  916. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  917. this.dataGridViewTextBoxColumn2.Width = 120;
  918. //
  919. // Column2
  920. //
  921. this.Column2.HeaderText = "模板编号";
  922. this.Column2.Name = "Column2";
  923. this.Column2.ReadOnly = true;
  924. this.Column2.Width = 160;
  925. //
  926. // dataGridViewTextBoxColumn5
  927. //
  928. this.dataGridViewTextBoxColumn5.HeaderText = "消息描述 ";
  929. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  930. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  931. this.dataGridViewTextBoxColumn5.Width = 220;
  932. //
  933. // dataGridViewTextBoxColumn7
  934. //
  935. this.dataGridViewTextBoxColumn7.HeaderText = "消息备注";
  936. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  937. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  938. this.dataGridViewTextBoxColumn7.Width = 320;
  939. //
  940. // Column3
  941. //
  942. this.Column3.HeaderText = "模板链接URL";
  943. this.Column3.Name = "Column3";
  944. this.Column3.ReadOnly = true;
  945. this.Column3.Width = 220;
  946. //
  947. // dataGridViewTextBoxColumn8
  948. //
  949. this.dataGridViewTextBoxColumn8.HeaderText = "日期时间";
  950. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  951. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  952. this.dataGridViewTextBoxColumn8.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  953. this.dataGridViewTextBoxColumn8.Width = 120;
  954. //
  955. // dataGridViewLinkColumn1
  956. //
  957. this.dataGridViewLinkColumn1.HeaderText = "启用状态";
  958. this.dataGridViewLinkColumn1.Name = "dataGridViewLinkColumn1";
  959. this.dataGridViewLinkColumn1.ReadOnly = true;
  960. this.dataGridViewLinkColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  961. this.dataGridViewLinkColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  962. this.dataGridViewLinkColumn1.Width = 80;
  963. //
  964. // dataGridViewLinkColumn2
  965. //
  966. this.dataGridViewLinkColumn2.HeaderText = "编缉";
  967. this.dataGridViewLinkColumn2.Name = "dataGridViewLinkColumn2";
  968. this.dataGridViewLinkColumn2.ReadOnly = true;
  969. this.dataGridViewLinkColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  970. this.dataGridViewLinkColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  971. this.dataGridViewLinkColumn2.Width = 60;
  972. //
  973. // dataGridViewLinkColumn3
  974. //
  975. this.dataGridViewLinkColumn3.HeaderText = "删除";
  976. this.dataGridViewLinkColumn3.Name = "dataGridViewLinkColumn3";
  977. this.dataGridViewLinkColumn3.ReadOnly = true;
  978. this.dataGridViewLinkColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  979. this.dataGridViewLinkColumn3.Width = 60;
  980. //
  981. // panelEx3
  982. //
  983. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  984. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  985. this.panelEx3.BorderWidth = 1;
  986. this.panelEx3.Controls.Add(this.flpMicroCategory);
  987. this.panelEx3.Controls.Add(this.btnDelallMicro);
  988. this.panelEx3.Controls.Add(this.btnAddMicroT);
  989. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  990. this.panelEx3.Location = new System.Drawing.Point(3, 3);
  991. this.panelEx3.Name = "panelEx3";
  992. this.panelEx3.Size = new System.Drawing.Size(876, 48);
  993. this.panelEx3.TabIndex = 3;
  994. //
  995. // flpMicroCategory
  996. //
  997. this.flpMicroCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  998. | System.Windows.Forms.AnchorStyles.Right)));
  999. this.flpMicroCategory.Controls.Add(this.rdoGonggongMicro);
  1000. this.flpMicroCategory.Controls.Add(this.rdohunshaMicro);
  1001. this.flpMicroCategory.Controls.Add(this.rdoertongMicro);
  1002. this.flpMicroCategory.Controls.Add(this.rdoxiezhengMicro);
  1003. this.flpMicroCategory.Controls.Add(this.rdoWeddingOrderMicro);
  1004. this.flpMicroCategory.Controls.Add(this.rdoServiceOrderMicro);
  1005. this.flpMicroCategory.Controls.Add(this.rdoHTSmsMicro);
  1006. this.flpMicroCategory.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1007. this.flpMicroCategory.Location = new System.Drawing.Point(213, 10);
  1008. this.flpMicroCategory.Name = "flpMicroCategory";
  1009. this.flpMicroCategory.Size = new System.Drawing.Size(660, 28);
  1010. this.flpMicroCategory.TabIndex = 4;
  1011. //
  1012. // rdoGonggongMicro
  1013. //
  1014. this.rdoGonggongMicro.AutoSize = true;
  1015. this.rdoGonggongMicro.BackColor = System.Drawing.Color.Transparent;
  1016. this.rdoGonggongMicro.Checked = true;
  1017. this.rdoGonggongMicro.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1018. this.rdoGonggongMicro.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1019. this.rdoGonggongMicro.Location = new System.Drawing.Point(3, 3);
  1020. this.rdoGonggongMicro.Name = "rdoGonggongMicro";
  1021. this.rdoGonggongMicro.Size = new System.Drawing.Size(74, 21);
  1022. this.rdoGonggongMicro.TabIndex = 4;
  1023. this.rdoGonggongMicro.TabStop = true;
  1024. this.rdoGonggongMicro.Tag = "0";
  1025. this.rdoGonggongMicro.Text = "公共模板";
  1026. this.rdoGonggongMicro.UseVisualStyleBackColor = false;
  1027. //
  1028. // rdohunshaMicro
  1029. //
  1030. this.rdohunshaMicro.AutoSize = true;
  1031. this.rdohunshaMicro.BackColor = System.Drawing.Color.Transparent;
  1032. this.rdohunshaMicro.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1033. this.rdohunshaMicro.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1034. this.rdohunshaMicro.Location = new System.Drawing.Point(83, 3);
  1035. this.rdohunshaMicro.Name = "rdohunshaMicro";
  1036. this.rdohunshaMicro.Size = new System.Drawing.Size(86, 21);
  1037. this.rdohunshaMicro.TabIndex = 4;
  1038. this.rdohunshaMicro.Tag = "1";
  1039. this.rdohunshaMicro.Text = "婚纱照模板";
  1040. this.rdohunshaMicro.UseVisualStyleBackColor = false;
  1041. //
  1042. // rdoertongMicro
  1043. //
  1044. this.rdoertongMicro.AutoSize = true;
  1045. this.rdoertongMicro.BackColor = System.Drawing.Color.Transparent;
  1046. this.rdoertongMicro.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1047. this.rdoertongMicro.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1048. this.rdoertongMicro.Location = new System.Drawing.Point(175, 3);
  1049. this.rdoertongMicro.Name = "rdoertongMicro";
  1050. this.rdoertongMicro.Size = new System.Drawing.Size(86, 21);
  1051. this.rdoertongMicro.TabIndex = 4;
  1052. this.rdoertongMicro.Tag = "2";
  1053. this.rdoertongMicro.Text = "儿童照模板";
  1054. this.rdoertongMicro.UseVisualStyleBackColor = false;
  1055. //
  1056. // rdoxiezhengMicro
  1057. //
  1058. this.rdoxiezhengMicro.AutoSize = true;
  1059. this.rdoxiezhengMicro.BackColor = System.Drawing.Color.Transparent;
  1060. this.rdoxiezhengMicro.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1061. this.rdoxiezhengMicro.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1062. this.rdoxiezhengMicro.Location = new System.Drawing.Point(267, 3);
  1063. this.rdoxiezhengMicro.Name = "rdoxiezhengMicro";
  1064. this.rdoxiezhengMicro.Size = new System.Drawing.Size(118, 21);
  1065. this.rdoxiezhengMicro.TabIndex = 4;
  1066. this.rdoxiezhengMicro.Tag = "3";
  1067. this.rdoxiezhengMicro.Text = "写真照(其它)模板";
  1068. this.rdoxiezhengMicro.UseVisualStyleBackColor = false;
  1069. //
  1070. // rdoWeddingOrderMicro
  1071. //
  1072. this.rdoWeddingOrderMicro.AutoSize = true;
  1073. this.rdoWeddingOrderMicro.BackColor = System.Drawing.Color.Transparent;
  1074. this.rdoWeddingOrderMicro.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1075. this.rdoWeddingOrderMicro.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1076. this.rdoWeddingOrderMicro.Location = new System.Drawing.Point(391, 3);
  1077. this.rdoWeddingOrderMicro.Name = "rdoWeddingOrderMicro";
  1078. this.rdoWeddingOrderMicro.Size = new System.Drawing.Size(98, 21);
  1079. this.rdoWeddingOrderMicro.TabIndex = 5;
  1080. this.rdoWeddingOrderMicro.Tag = "3";
  1081. this.rdoWeddingOrderMicro.Text = "婚庆订单模板";
  1082. this.rdoWeddingOrderMicro.UseVisualStyleBackColor = false;
  1083. //
  1084. // rdoServiceOrderMicro
  1085. //
  1086. this.rdoServiceOrderMicro.AutoSize = true;
  1087. this.rdoServiceOrderMicro.BackColor = System.Drawing.Color.Transparent;
  1088. this.rdoServiceOrderMicro.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1089. this.rdoServiceOrderMicro.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1090. this.rdoServiceOrderMicro.Location = new System.Drawing.Point(495, 3);
  1091. this.rdoServiceOrderMicro.Name = "rdoServiceOrderMicro";
  1092. this.rdoServiceOrderMicro.Size = new System.Drawing.Size(98, 21);
  1093. this.rdoServiceOrderMicro.TabIndex = 6;
  1094. this.rdoServiceOrderMicro.Tag = "3";
  1095. this.rdoServiceOrderMicro.Text = "服务订单模板";
  1096. this.rdoServiceOrderMicro.UseVisualStyleBackColor = false;
  1097. //
  1098. // rdoHTSmsMicro
  1099. //
  1100. this.rdoHTSmsMicro.AutoSize = true;
  1101. this.rdoHTSmsMicro.BackColor = System.Drawing.Color.Transparent;
  1102. this.rdoHTSmsMicro.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1103. this.rdoHTSmsMicro.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1104. this.rdoHTSmsMicro.Location = new System.Drawing.Point(3, 30);
  1105. this.rdoHTSmsMicro.Name = "rdoHTSmsMicro";
  1106. this.rdoHTSmsMicro.Size = new System.Drawing.Size(98, 21);
  1107. this.rdoHTSmsMicro.TabIndex = 4;
  1108. this.rdoHTSmsMicro.Tag = "4";
  1109. this.rdoHTSmsMicro.Text = "医院跟踪模板";
  1110. this.rdoHTSmsMicro.UseVisualStyleBackColor = false;
  1111. this.rdoHTSmsMicro.Visible = false;
  1112. //
  1113. // btnDelallMicro
  1114. //
  1115. this.btnDelallMicro.BackColor = System.Drawing.Color.Transparent;
  1116. this.btnDelallMicro.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelallMicro.BackImg")));
  1117. this.btnDelallMicro.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1118. this.btnDelallMicro.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1119. this.btnDelallMicro.ForeColor = System.Drawing.Color.White;
  1120. this.btnDelallMicro.IsCustomBackImg = false;
  1121. this.btnDelallMicro.IsShowText = true;
  1122. this.btnDelallMicro.Location = new System.Drawing.Point(112, 10);
  1123. this.btnDelallMicro.Name = "btnDelallMicro";
  1124. this.btnDelallMicro.Size = new System.Drawing.Size(85, 28);
  1125. this.btnDelallMicro.TabIndex = 1;
  1126. this.btnDelallMicro.Text = "全部删除";
  1127. this.btnDelallMicro.UseVisualStyleBackColor = false;
  1128. this.btnDelallMicro.Visible = false;
  1129. //
  1130. // btnAddMicroT
  1131. //
  1132. this.btnAddMicroT.BackColor = System.Drawing.Color.Transparent;
  1133. this.btnAddMicroT.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddMicroT.BackImg")));
  1134. this.btnAddMicroT.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1135. this.btnAddMicroT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1136. this.btnAddMicroT.ForeColor = System.Drawing.Color.White;
  1137. this.btnAddMicroT.IsCustomBackImg = false;
  1138. this.btnAddMicroT.IsShowText = true;
  1139. this.btnAddMicroT.Location = new System.Drawing.Point(12, 10);
  1140. this.btnAddMicroT.Name = "btnAddMicroT";
  1141. this.btnAddMicroT.Size = new System.Drawing.Size(85, 28);
  1142. this.btnAddMicroT.TabIndex = 2;
  1143. this.btnAddMicroT.Text = "添 加";
  1144. this.btnAddMicroT.UseVisualStyleBackColor = false;
  1145. //
  1146. // tabPage2
  1147. //
  1148. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1149. this.tabPage2.Controls.Add(this.dgvMicroTemplateItem);
  1150. this.tabPage2.Controls.Add(this.panelEx4);
  1151. this.tabPage2.Location = new System.Drawing.Point(4, 40);
  1152. this.tabPage2.Name = "tabPage2";
  1153. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  1154. this.tabPage2.Size = new System.Drawing.Size(882, 420);
  1155. this.tabPage2.TabIndex = 3;
  1156. this.tabPage2.Text = "微信模板库管理";
  1157. //
  1158. // dgvMicroTemplateItem
  1159. //
  1160. this.dgvMicroTemplateItem.AllowUserToAddRows = false;
  1161. this.dgvMicroTemplateItem.AllowUserToDeleteRows = false;
  1162. this.dgvMicroTemplateItem.AllowUserToResizeRows = false;
  1163. dataGridViewCellStyle7.BackColor = System.Drawing.Color.LightCyan;
  1164. this.dgvMicroTemplateItem.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  1165. this.dgvMicroTemplateItem.BackgroundColor = System.Drawing.Color.White;
  1166. this.dgvMicroTemplateItem.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  1167. this.dgvMicroTemplateItem.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1168. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1169. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  1170. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1171. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  1172. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1173. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1174. this.dgvMicroTemplateItem.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  1175. this.dgvMicroTemplateItem.ColumnHeadersHeight = 28;
  1176. this.dgvMicroTemplateItem.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  1177. this.dgvMicroTemplateItem.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1178. this.dataGridViewTextBoxColumn9,
  1179. this.Column4,
  1180. this.dataGridViewTextBoxColumn10,
  1181. this.dataGridViewTextBoxColumn11,
  1182. this.Column5,
  1183. this.dataGridViewLinkColumn5});
  1184. this.dgvMicroTemplateItem.Dock = System.Windows.Forms.DockStyle.Fill;
  1185. this.dgvMicroTemplateItem.EnableHeadersVisualStyles = false;
  1186. this.dgvMicroTemplateItem.EraseCell = false;
  1187. this.dgvMicroTemplateItem.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1188. this.dgvMicroTemplateItem.GridViewUniquelyIdentify = resources.GetString("dgvMicroTemplateItem.GridViewUniquelyIdentify");
  1189. this.dgvMicroTemplateItem.IsCompleteBonding = false;
  1190. this.dgvMicroTemplateItem.IsCopyCellValue = true;
  1191. this.dgvMicroTemplateItem.Location = new System.Drawing.Point(3, 51);
  1192. this.dgvMicroTemplateItem.Name = "dgvMicroTemplateItem";
  1193. this.dgvMicroTemplateItem.RowHeadersVisible = false;
  1194. this.dgvMicroTemplateItem.RowTemplate.Height = 23;
  1195. this.dgvMicroTemplateItem.RowTemplate.ReadOnly = true;
  1196. this.dgvMicroTemplateItem.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1197. this.dgvMicroTemplateItem.Size = new System.Drawing.Size(876, 366);
  1198. this.dgvMicroTemplateItem.TabIndex = 4;
  1199. //
  1200. // dataGridViewTextBoxColumn9
  1201. //
  1202. this.dataGridViewTextBoxColumn9.HeaderText = "模板标题";
  1203. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  1204. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  1205. this.dataGridViewTextBoxColumn9.Width = 200;
  1206. //
  1207. // Column4
  1208. //
  1209. this.Column4.HeaderText = "模板编号";
  1210. this.Column4.Name = "Column4";
  1211. this.Column4.ReadOnly = true;
  1212. this.Column4.Width = 180;
  1213. //
  1214. // dataGridViewTextBoxColumn10
  1215. //
  1216. this.dataGridViewTextBoxColumn10.HeaderText = "模板ID";
  1217. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  1218. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  1219. this.dataGridViewTextBoxColumn10.Width = 320;
  1220. //
  1221. // dataGridViewTextBoxColumn11
  1222. //
  1223. this.dataGridViewTextBoxColumn11.HeaderText = "添加日期";
  1224. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  1225. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  1226. this.dataGridViewTextBoxColumn11.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  1227. this.dataGridViewTextBoxColumn11.Width = 120;
  1228. //
  1229. // Column5
  1230. //
  1231. this.Column5.HeaderText = "编辑";
  1232. this.Column5.Name = "Column5";
  1233. this.Column5.ReadOnly = true;
  1234. this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  1235. this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1236. this.Column5.Width = 60;
  1237. //
  1238. // dataGridViewLinkColumn5
  1239. //
  1240. this.dataGridViewLinkColumn5.HeaderText = "删除";
  1241. this.dataGridViewLinkColumn5.Name = "dataGridViewLinkColumn5";
  1242. this.dataGridViewLinkColumn5.ReadOnly = true;
  1243. this.dataGridViewLinkColumn5.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  1244. this.dataGridViewLinkColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1245. this.dataGridViewLinkColumn5.Width = 60;
  1246. //
  1247. // panelEx4
  1248. //
  1249. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1250. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  1251. this.panelEx4.BorderWidth = 1;
  1252. this.panelEx4.Controls.Add(this.btndelAllMicroTemplate);
  1253. this.panelEx4.Controls.Add(this.btnSetIndustry);
  1254. this.panelEx4.Controls.Add(this.btnMicroTemplate);
  1255. this.panelEx4.Controls.Add(this.labelEx1);
  1256. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
  1257. this.panelEx4.Location = new System.Drawing.Point(3, 3);
  1258. this.panelEx4.Name = "panelEx4";
  1259. this.panelEx4.Size = new System.Drawing.Size(876, 48);
  1260. this.panelEx4.TabIndex = 5;
  1261. //
  1262. // btndelAllMicroTemplate
  1263. //
  1264. this.btndelAllMicroTemplate.BackColor = System.Drawing.Color.Transparent;
  1265. this.btndelAllMicroTemplate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndelAllMicroTemplate.BackImg")));
  1266. this.btndelAllMicroTemplate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1267. this.btndelAllMicroTemplate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1268. this.btndelAllMicroTemplate.ForeColor = System.Drawing.Color.White;
  1269. this.btndelAllMicroTemplate.IsCustomBackImg = false;
  1270. this.btndelAllMicroTemplate.IsShowText = true;
  1271. this.btndelAllMicroTemplate.Location = new System.Drawing.Point(112, 10);
  1272. this.btndelAllMicroTemplate.Name = "btndelAllMicroTemplate";
  1273. this.btndelAllMicroTemplate.Size = new System.Drawing.Size(85, 28);
  1274. this.btndelAllMicroTemplate.TabIndex = 0;
  1275. this.btndelAllMicroTemplate.Text = "全部删除";
  1276. this.btndelAllMicroTemplate.UseVisualStyleBackColor = false;
  1277. this.btndelAllMicroTemplate.Visible = false;
  1278. //
  1279. // btnSetIndustry
  1280. //
  1281. this.btnSetIndustry.BackColor = System.Drawing.Color.Transparent;
  1282. this.btnSetIndustry.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetIndustry.BackImg")));
  1283. this.btnSetIndustry.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1284. this.btnSetIndustry.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1285. this.btnSetIndustry.ForeColor = System.Drawing.Color.White;
  1286. this.btnSetIndustry.IsCustomBackImg = false;
  1287. this.btnSetIndustry.IsShowText = true;
  1288. this.btnSetIndustry.Location = new System.Drawing.Point(721, 10);
  1289. this.btnSetIndustry.Name = "btnSetIndustry";
  1290. this.btnSetIndustry.Size = new System.Drawing.Size(85, 28);
  1291. this.btnSetIndustry.TabIndex = 0;
  1292. this.btnSetIndustry.Text = "设置行业";
  1293. this.btnSetIndustry.UseVisualStyleBackColor = false;
  1294. //
  1295. // btnMicroTemplate
  1296. //
  1297. this.btnMicroTemplate.BackColor = System.Drawing.Color.Transparent;
  1298. this.btnMicroTemplate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnMicroTemplate.BackImg")));
  1299. this.btnMicroTemplate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1300. this.btnMicroTemplate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1301. this.btnMicroTemplate.ForeColor = System.Drawing.Color.White;
  1302. this.btnMicroTemplate.IsCustomBackImg = false;
  1303. this.btnMicroTemplate.IsShowText = true;
  1304. this.btnMicroTemplate.Location = new System.Drawing.Point(12, 10);
  1305. this.btnMicroTemplate.Name = "btnMicroTemplate";
  1306. this.btnMicroTemplate.Size = new System.Drawing.Size(85, 28);
  1307. this.btnMicroTemplate.TabIndex = 0;
  1308. this.btnMicroTemplate.Text = "添 加";
  1309. this.btnMicroTemplate.UseVisualStyleBackColor = false;
  1310. //
  1311. // labelEx1
  1312. //
  1313. this.labelEx1.AutoSize = true;
  1314. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1315. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1316. this.labelEx1.Location = new System.Drawing.Point(204, 7);
  1317. this.labelEx1.Name = "labelEx1";
  1318. this.labelEx1.Size = new System.Drawing.Size(510, 34);
  1319. this.labelEx1.TabIndex = 134;
  1320. this.labelEx1.Text = "管理软件所用模板所属行业为:消费品/消费品,其他/其他 \r\n设置行业可在MP(微信后台)中完成,每月可修改行业1次,账号仅可使用所属行业中相关的模板";
  1321. //
  1322. // chkbalanceRemind
  1323. //
  1324. this.chkbalanceRemind.AutoSize = true;
  1325. this.chkbalanceRemind.BackColor = System.Drawing.Color.Transparent;
  1326. this.chkbalanceRemind.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1327. this.chkbalanceRemind.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1328. this.chkbalanceRemind.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1329. this.chkbalanceRemind.Fourstates = false;
  1330. this.chkbalanceRemind.IsGreenTick = false;
  1331. this.chkbalanceRemind.Location = new System.Drawing.Point(780, 23);
  1332. this.chkbalanceRemind.Name = "chkbalanceRemind";
  1333. this.chkbalanceRemind.Size = new System.Drawing.Size(211, 21);
  1334. this.chkbalanceRemind.TabIndex = 143;
  1335. this.chkbalanceRemind.Text = "余额不足 条时弹窗提醒";
  1336. this.chkbalanceRemind.UseVisualStyleBackColor = false;
  1337. //
  1338. // nubalanceRemind
  1339. //
  1340. this.nubalanceRemind.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  1341. this.nubalanceRemind.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  1342. this.nubalanceRemind.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  1343. this.nubalanceRemind.IsCustomColor = false;
  1344. this.nubalanceRemind.Location = new System.Drawing.Point(852, 23);
  1345. this.nubalanceRemind.Maximum = new decimal(new int[] {
  1346. 999999999,
  1347. 0,
  1348. 0,
  1349. 0});
  1350. this.nubalanceRemind.Name = "nubalanceRemind";
  1351. this.nubalanceRemind.Size = new System.Drawing.Size(56, 21);
  1352. this.nubalanceRemind.TabIndex = 144;
  1353. this.nubalanceRemind.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1354. this.nubalanceRemind.Value = new decimal(new int[] {
  1355. 200,
  1356. 0,
  1357. 0,
  1358. 0});
  1359. //
  1360. // frmSMSTemplateSet
  1361. //
  1362. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1363. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1364. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1365. this.ClientSize = new System.Drawing.Size(1000, 610);
  1366. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1367. this.Name = "frmSMSTemplateSet";
  1368. this.Text = "短信设置";
  1369. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1370. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1371. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1372. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1373. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1374. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1375. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1376. this.plExMainContainer.ResumeLayout(false);
  1377. this.plFormMainContent.ResumeLayout(false);
  1378. this.groupBoxEx1.ResumeLayout(false);
  1379. this.groupBoxEx1.PerformLayout();
  1380. this.tabControlEx1.ResumeLayout(false);
  1381. this.tbpTsms.ResumeLayout(false);
  1382. ((System.ComponentModel.ISupportInitialize)(this.dgvSmsT)).EndInit();
  1383. this.contextMenuStrip1.ResumeLayout(false);
  1384. this.panelEx1.ResumeLayout(false);
  1385. this.flowLayoutPanel1.ResumeLayout(false);
  1386. this.flowLayoutPanel1.PerformLayout();
  1387. this.tbpCommonSMS.ResumeLayout(false);
  1388. ((System.ComponentModel.ISupportInitialize)(this.dgvCommonSMS)).EndInit();
  1389. this.panelEx2.ResumeLayout(false);
  1390. this.panelEx2.PerformLayout();
  1391. this.tabPage1.ResumeLayout(false);
  1392. ((System.ComponentModel.ISupportInitialize)(this.dgvMicroTemplate)).EndInit();
  1393. this.panelEx3.ResumeLayout(false);
  1394. this.flpMicroCategory.ResumeLayout(false);
  1395. this.flpMicroCategory.PerformLayout();
  1396. this.tabPage2.ResumeLayout(false);
  1397. ((System.ComponentModel.ISupportInitialize)(this.dgvMicroTemplateItem)).EndInit();
  1398. this.panelEx4.ResumeLayout(false);
  1399. this.panelEx4.PerformLayout();
  1400. ((System.ComponentModel.ISupportInitialize)(this.nubalanceRemind)).EndInit();
  1401. this.ResumeLayout(false);
  1402. }
  1403. #endregion
  1404. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  1405. protected ComponentLibrary.TextBoxBasicEx txtSmsa_MoneyBalances;
  1406. private ComponentLibrary.LabelEx labelEx3;
  1407. protected ComponentLibrary.TextBoxBasicEx txtUsed;
  1408. private ComponentLibrary.LabelEx labelEx4;
  1409. private ComponentLibrary.LabelEx labelEx2;
  1410. private ComponentLibrary.LabelEx labelEx34;
  1411. private ComponentLibrary.PanelEx panelEx1;
  1412. private ComponentLibrary.PanelEx panelEx2;
  1413. protected internal ComponentLibrary.ButtonEx btnCommonSMSAllDel;
  1414. protected internal ComponentLibrary.ButtonEx btnCommonSMSAdd;
  1415. protected internal ComponentLibrary.DataGridViewEx dgvSmsT;
  1416. protected internal ComponentLibrary.ButtonEx btnSmsTImport;
  1417. protected internal ComponentLibrary.ButtonEx btnSmsTAdd;
  1418. protected internal ComponentLibrary.TextBoxBasicEx txtSmsa_Password;
  1419. protected internal ComponentLibrary.TextBoxBasicEx txtSmsa_AccountNumber;
  1420. protected internal System.Windows.Forms.TabPage tbpTsms;
  1421. protected internal System.Windows.Forms.TabPage tbpCommonSMS;
  1422. protected internal ComponentLibrary.DataGridViewEx dgvCommonSMS;
  1423. protected internal ComponentLibrary.ButtonEx btnSaveAccount;
  1424. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1425. protected internal ComponentLibrary.RadioButtonEx rdoGonggong;
  1426. protected internal ComponentLibrary.RadioButtonEx rdohunsha;
  1427. protected internal ComponentLibrary.RadioButtonEx rdoertong;
  1428. protected internal ComponentLibrary.RadioButtonEx rdoxiezheng;
  1429. protected internal System.Windows.Forms.ToolStripMenuItem tlsEnable;
  1430. protected internal System.Windows.Forms.ToolStripMenuItem tlsDisabled;
  1431. protected internal System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  1432. protected internal ComponentLibrary.ButtonEx btnAccountQuery;
  1433. protected internal ComponentLibrary.RadioButtonEx rdoHTSms;
  1434. private System.Windows.Forms.TabPage tabPage1;
  1435. protected internal ComponentLibrary.DataGridViewEx dgvMicroTemplate;
  1436. private ComponentLibrary.PanelEx panelEx3;
  1437. protected internal ComponentLibrary.RadioButtonEx rdoGonggongMicro;
  1438. protected internal ComponentLibrary.RadioButtonEx rdohunshaMicro;
  1439. protected internal ComponentLibrary.RadioButtonEx rdoertongMicro;
  1440. protected internal ComponentLibrary.RadioButtonEx rdoxiezhengMicro;
  1441. protected internal ComponentLibrary.RadioButtonEx rdoHTSmsMicro;
  1442. protected internal ComponentLibrary.ButtonEx btnDelallMicro;
  1443. protected internal ComponentLibrary.ButtonEx btnAddMicroT;
  1444. private System.Windows.Forms.TabPage tabPage2;
  1445. protected internal ComponentLibrary.DataGridViewEx dgvMicroTemplateItem;
  1446. private ComponentLibrary.PanelEx panelEx4;
  1447. protected internal ComponentLibrary.ButtonEx btndelAllMicroTemplate;
  1448. protected internal ComponentLibrary.ButtonEx btnMicroTemplate;
  1449. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1450. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  1451. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  1452. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  1453. private System.Windows.Forms.DataGridViewLinkColumn Column5;
  1454. private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn5;
  1455. public System.Windows.Forms.FlowLayoutPanel flpMicroCategory;
  1456. public ComponentLibrary.TabControlEx tabControlEx1;
  1457. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1458. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  1459. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1460. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  1461. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1462. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1463. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  1464. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1465. private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1;
  1466. private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn2;
  1467. private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn3;
  1468. protected internal ComponentLibrary.ButtonEx btnSetIndustry;
  1469. private ComponentLibrary.LabelEx labelEx1;
  1470. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1471. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1472. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1473. private System.Windows.Forms.DataGridViewLinkColumn edit;
  1474. private System.Windows.Forms.DataGridViewLinkColumn del;
  1475. protected internal ComponentLibrary.ComboBoxEx cboxSmsClass;
  1476. private ComponentLibrary.LabelEx labelEx5;
  1477. private System.Windows.Forms.DataGridViewTextBoxColumn ST_SendEvent;
  1478. private System.Windows.Forms.DataGridViewTextBoxColumn ST_Title;
  1479. private System.Windows.Forms.DataGridViewTextBoxColumn ST_SMSContent;
  1480. private System.Windows.Forms.DataGridViewTextBoxColumn ST_ReceiveObjects;
  1481. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateDatetime;
  1482. private System.Windows.Forms.DataGridViewLinkColumn ST_IsEnabled;
  1483. private System.Windows.Forms.DataGridViewLinkColumn smsedit;
  1484. private System.Windows.Forms.DataGridViewLinkColumn smsdel;
  1485. protected internal ComponentLibrary.RadioButtonEx rdoWeddingOrder;
  1486. protected internal ComponentLibrary.RadioButtonEx rdoServiceOrder;
  1487. protected internal ComponentLibrary.RadioButtonEx rdoWeddingOrderMicro;
  1488. protected internal ComponentLibrary.RadioButtonEx rdoServiceOrderMicro;
  1489. protected internal ComponentLibrary.ButtonEx btnSmsTExport;
  1490. protected internal ComponentLibrary.RadioButtonEx rdoLFSMS;
  1491. public ComponentLibrary.CheckBoxEx chkbalanceRemind;
  1492. public ComponentLibrary.NumericUpDownEx nubalanceRemind;
  1493. }
  1494. }