frmMicroLetterAutoReply.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmMicroLetterAutoReply
  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.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("粉丝关注公众号回复");
  29. System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("粉丝取消关注时回复");
  30. System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("未匹配关键字时回复");
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMicroLetterAutoReply));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  37. this.trwRuleReplyList = new System.Windows.Forms.TreeView();
  38. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnDel = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  42. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.chkReplyall = new LYFZ.ComponentLibrary.CheckBoxEx();
  44. this.txtname = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  45. this.btnPicTxt = new LYFZ.ComponentLibrary.ButtonForm();
  46. this.btnTxt = new LYFZ.ComponentLibrary.ButtonForm();
  47. this.btnAddKeyword = new LYFZ.ComponentLibrary.ButtonForm();
  48. this.dgvTextList = new LYFZ.ComponentLibrary.DataGridViewEx();
  49. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dgvKeywordList = new LYFZ.ComponentLibrary.DataGridViewEx();
  54. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.plExMainContainer.SuspendLayout();
  62. this.plFormMainContent.SuspendLayout();
  63. this.groupBoxEx1.SuspendLayout();
  64. this.panelEx1.SuspendLayout();
  65. this.groupBoxEx2.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvTextList)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.dgvKeywordList)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // plExMainContainer
  71. //
  72. this.plExMainContainer.Controls.Add(this.groupBoxEx2);
  73. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  74. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 15, 5, 5);
  75. this.plExMainContainer.Size = new System.Drawing.Size(960, 645);
  76. //
  77. // plFormMainContent
  78. //
  79. this.plFormMainContent.Size = new System.Drawing.Size(960, 645);
  80. //
  81. // btnAppFormMaximize
  82. //
  83. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  84. this.btnAppFormMaximize.Location = new System.Drawing.Point(901, 0);
  85. //
  86. // btnAppFormExit
  87. //
  88. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  89. this.btnAppFormExit.Location = new System.Drawing.Point(928, 0);
  90. //
  91. // btnAppFormMinimize
  92. //
  93. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  94. this.btnAppFormMinimize.Location = new System.Drawing.Point(901, 0);
  95. //
  96. // groupBoxEx1
  97. //
  98. this.groupBoxEx1.Controls.Add(this.trwRuleReplyList);
  99. this.groupBoxEx1.Controls.Add(this.panelEx1);
  100. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Left;
  101. this.groupBoxEx1.Location = new System.Drawing.Point(5, 15);
  102. this.groupBoxEx1.Name = "groupBoxEx1";
  103. this.groupBoxEx1.Size = new System.Drawing.Size(230, 625);
  104. this.groupBoxEx1.TabIndex = 0;
  105. this.groupBoxEx1.TabStop = false;
  106. this.groupBoxEx1.Text = "自动回复规则";
  107. //
  108. // trwRuleReplyList
  109. //
  110. this.trwRuleReplyList.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.trwRuleReplyList.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.trwRuleReplyList.Indent = 10;
  113. this.trwRuleReplyList.ItemHeight = 22;
  114. this.trwRuleReplyList.Location = new System.Drawing.Point(3, 64);
  115. this.trwRuleReplyList.Name = "trwRuleReplyList";
  116. treeNode1.ForeColor = System.Drawing.Color.Green;
  117. treeNode1.Name = "节点0";
  118. treeNode1.Text = "粉丝关注公众号回复";
  119. treeNode2.ForeColor = System.Drawing.Color.Green;
  120. treeNode2.Name = "节点1";
  121. treeNode2.Text = "粉丝取消关注时回复";
  122. treeNode3.ForeColor = System.Drawing.Color.Green;
  123. treeNode3.Name = "节点2";
  124. treeNode3.Text = "未匹配关键字时回复";
  125. this.trwRuleReplyList.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  126. treeNode1,
  127. treeNode2,
  128. treeNode3});
  129. this.trwRuleReplyList.Size = new System.Drawing.Size(224, 558);
  130. this.trwRuleReplyList.TabIndex = 4;
  131. //
  132. // panelEx1
  133. //
  134. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  135. this.panelEx1.BorderWidth = 1;
  136. this.panelEx1.Controls.Add(this.btnAdd);
  137. this.panelEx1.Controls.Add(this.btnDel);
  138. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  139. this.panelEx1.Location = new System.Drawing.Point(3, 17);
  140. this.panelEx1.Name = "panelEx1";
  141. this.panelEx1.Size = new System.Drawing.Size(224, 47);
  142. this.panelEx1.TabIndex = 1;
  143. //
  144. // btnAdd
  145. //
  146. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  147. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  148. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  149. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  150. this.btnAdd.ForeColor = System.Drawing.Color.White;
  151. this.btnAdd.IsCustomBackImg = false;
  152. this.btnAdd.IsShowText = true;
  153. this.btnAdd.Location = new System.Drawing.Point(4, 10);
  154. this.btnAdd.Name = "btnAdd";
  155. this.btnAdd.Size = new System.Drawing.Size(85, 28);
  156. this.btnAdd.TabIndex = 0;
  157. this.btnAdd.Text = "添加规则";
  158. this.btnAdd.UseVisualStyleBackColor = false;
  159. //
  160. // btnDel
  161. //
  162. this.btnDel.BackColor = System.Drawing.Color.Transparent;
  163. this.btnDel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDel.BackImg")));
  164. this.btnDel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  165. this.btnDel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  166. this.btnDel.ForeColor = System.Drawing.Color.White;
  167. this.btnDel.IsCustomBackImg = false;
  168. this.btnDel.IsShowText = true;
  169. this.btnDel.Location = new System.Drawing.Point(136, 10);
  170. this.btnDel.Name = "btnDel";
  171. this.btnDel.Size = new System.Drawing.Size(85, 28);
  172. this.btnDel.TabIndex = 0;
  173. this.btnDel.Text = "删除规则";
  174. this.btnDel.UseVisualStyleBackColor = false;
  175. //
  176. // groupBoxEx2
  177. //
  178. this.groupBoxEx2.Controls.Add(this.btnSave);
  179. this.groupBoxEx2.Controls.Add(this.chkReplyall);
  180. this.groupBoxEx2.Controls.Add(this.txtname);
  181. this.groupBoxEx2.Controls.Add(this.btnPicTxt);
  182. this.groupBoxEx2.Controls.Add(this.btnTxt);
  183. this.groupBoxEx2.Controls.Add(this.btnAddKeyword);
  184. this.groupBoxEx2.Controls.Add(this.dgvTextList);
  185. this.groupBoxEx2.Controls.Add(this.dgvKeywordList);
  186. this.groupBoxEx2.Controls.Add(this.labelEx2);
  187. this.groupBoxEx2.Controls.Add(this.labelEx1);
  188. this.groupBoxEx2.Controls.Add(this.labelEx4);
  189. this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.groupBoxEx2.Location = new System.Drawing.Point(235, 15);
  191. this.groupBoxEx2.Name = "groupBoxEx2";
  192. this.groupBoxEx2.Size = new System.Drawing.Size(720, 625);
  193. this.groupBoxEx2.TabIndex = 0;
  194. this.groupBoxEx2.TabStop = false;
  195. this.groupBoxEx2.Text = "规则回复";
  196. //
  197. // btnSave
  198. //
  199. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  200. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  201. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  202. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.btnSave.ForeColor = System.Drawing.Color.White;
  204. this.btnSave.IsCustomBackImg = false;
  205. this.btnSave.IsShowText = true;
  206. this.btnSave.Location = new System.Drawing.Point(589, 29);
  207. this.btnSave.Name = "btnSave";
  208. this.btnSave.Size = new System.Drawing.Size(121, 48);
  209. this.btnSave.TabIndex = 0;
  210. this.btnSave.Text = "保 存 规 则";
  211. this.btnSave.UseVisualStyleBackColor = false;
  212. //
  213. // chkReplyall
  214. //
  215. this.chkReplyall.AutoSize = true;
  216. this.chkReplyall.BackColor = System.Drawing.Color.Transparent;
  217. this.chkReplyall.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  218. this.chkReplyall.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  219. this.chkReplyall.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  220. this.chkReplyall.Fourstates = false;
  221. this.chkReplyall.IsGreenTick = false;
  222. this.chkReplyall.Location = new System.Drawing.Point(635, 356);
  223. this.chkReplyall.Name = "chkReplyall";
  224. this.chkReplyall.Size = new System.Drawing.Size(75, 21);
  225. this.chkReplyall.TabIndex = 5;
  226. this.chkReplyall.Text = "回复全部";
  227. this.chkReplyall.UseVisualStyleBackColor = false;
  228. //
  229. // txtname
  230. //
  231. this.txtname.BackColor = System.Drawing.Color.Transparent;
  232. this.txtname.Icon = null;
  233. this.txtname.IconIsButton = false;
  234. this.txtname.IsPasswordChat = '\0';
  235. this.txtname.IsSystemPasswordChar = false;
  236. this.txtname.Lines = new string[0];
  237. this.txtname.Location = new System.Drawing.Point(77, 29);
  238. this.txtname.Margin = new System.Windows.Forms.Padding(0);
  239. this.txtname.MaxLength = 32767;
  240. this.txtname.MinimumSize = new System.Drawing.Size(0, 26);
  241. this.txtname.MouseBack = null;
  242. this.txtname.Multiline = false;
  243. this.txtname.Name = "txtname";
  244. this.txtname.NormlBack = null;
  245. this.txtname.Padding = new System.Windows.Forms.Padding(5);
  246. this.txtname.ReadOnly = false;
  247. this.txtname.ScrollBars = System.Windows.Forms.ScrollBars.None;
  248. this.txtname.Size = new System.Drawing.Size(509, 26);
  249. this.txtname.TabIndex = 4;
  250. this.txtname.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  251. this.txtname.WaterColor = System.Drawing.Color.DarkGray;
  252. this.txtname.WaterText = "规则名最多60个字";
  253. this.txtname.WordWrap = true;
  254. //
  255. // btnPicTxt
  256. //
  257. this.btnPicTxt.BackColor = System.Drawing.Color.Transparent;
  258. this.btnPicTxt.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPicTxt.BackImg")));
  259. this.btnPicTxt.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  260. this.btnPicTxt.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  261. this.btnPicTxt.ForeColor = System.Drawing.Color.White;
  262. this.btnPicTxt.IsCustomBackImg = false;
  263. this.btnPicTxt.IsShowText = true;
  264. this.btnPicTxt.Location = new System.Drawing.Point(126, 352);
  265. this.btnPicTxt.Name = "btnPicTxt";
  266. this.btnPicTxt.Size = new System.Drawing.Size(107, 28);
  267. this.btnPicTxt.TabIndex = 3;
  268. this.btnPicTxt.Text = "添加图文回复";
  269. this.btnPicTxt.UseVisualStyleBackColor = false;
  270. //
  271. // btnTxt
  272. //
  273. this.btnTxt.BackColor = System.Drawing.Color.Transparent;
  274. this.btnTxt.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTxt.BackImg")));
  275. this.btnTxt.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  276. this.btnTxt.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  277. this.btnTxt.ForeColor = System.Drawing.Color.White;
  278. this.btnTxt.IsCustomBackImg = false;
  279. this.btnTxt.IsShowText = true;
  280. this.btnTxt.Location = new System.Drawing.Point(9, 352);
  281. this.btnTxt.Name = "btnTxt";
  282. this.btnTxt.Size = new System.Drawing.Size(107, 28);
  283. this.btnTxt.TabIndex = 3;
  284. this.btnTxt.Text = "添加文字回复";
  285. this.btnTxt.UseVisualStyleBackColor = false;
  286. //
  287. // btnAddKeyword
  288. //
  289. this.btnAddKeyword.BackColor = System.Drawing.Color.Transparent;
  290. this.btnAddKeyword.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddKeyword.BackImg")));
  291. this.btnAddKeyword.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  292. this.btnAddKeyword.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  293. this.btnAddKeyword.ForeColor = System.Drawing.Color.White;
  294. this.btnAddKeyword.IsCustomBackImg = false;
  295. this.btnAddKeyword.IsShowText = true;
  296. this.btnAddKeyword.Location = new System.Drawing.Point(9, 64);
  297. this.btnAddKeyword.Name = "btnAddKeyword";
  298. this.btnAddKeyword.Size = new System.Drawing.Size(100, 28);
  299. this.btnAddKeyword.TabIndex = 3;
  300. this.btnAddKeyword.Text = "添加关键字";
  301. this.btnAddKeyword.UseVisualStyleBackColor = false;
  302. //
  303. // dgvTextList
  304. //
  305. this.dgvTextList.AllowUserToAddRows = false;
  306. this.dgvTextList.AllowUserToDeleteRows = false;
  307. this.dgvTextList.AllowUserToResizeRows = false;
  308. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  309. this.dgvTextList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  310. this.dgvTextList.BackgroundColor = System.Drawing.Color.White;
  311. this.dgvTextList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  312. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  313. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  314. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  316. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  317. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  318. this.dgvTextList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  319. this.dgvTextList.ColumnHeadersHeight = 28;
  320. this.dgvTextList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  321. this.dgvTextList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  322. this.dataGridViewTextBoxColumn3,
  323. this.dataGridViewTextBoxColumn4,
  324. this.dataGridViewTextBoxColumn6,
  325. this.dataGridViewTextBoxColumn7});
  326. this.dgvTextList.EnableHeadersVisualStyles = false;
  327. this.dgvTextList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  328. this.dgvTextList.GridViewUniquelyIdentify = "_dataGridViewEx2_dataGridViewEx1_dgvTextList";
  329. this.dgvTextList.IsCompleteBonding = false;
  330. this.dgvTextList.IsCopyCellValue = true;
  331. this.dgvTextList.Location = new System.Drawing.Point(6, 387);
  332. this.dgvTextList.Name = "dgvTextList";
  333. this.dgvTextList.RowHeadersVisible = false;
  334. this.dgvTextList.RowTemplate.Height = 23;
  335. this.dgvTextList.RowTemplate.ReadOnly = true;
  336. this.dgvTextList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  337. this.dgvTextList.Size = new System.Drawing.Size(707, 230);
  338. this.dgvTextList.TabIndex = 2;
  339. //
  340. // dataGridViewTextBoxColumn3
  341. //
  342. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  343. this.dataGridViewTextBoxColumn3.HeaderText = "标题/内容";
  344. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  345. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  346. //
  347. // dataGridViewTextBoxColumn4
  348. //
  349. this.dataGridViewTextBoxColumn4.HeaderText = "消息类型";
  350. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  351. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  352. this.dataGridViewTextBoxColumn4.Width = 120;
  353. //
  354. // dataGridViewTextBoxColumn6
  355. //
  356. this.dataGridViewTextBoxColumn6.HeaderText = "编缉";
  357. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  358. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  359. this.dataGridViewTextBoxColumn6.Width = 80;
  360. //
  361. // dataGridViewTextBoxColumn7
  362. //
  363. this.dataGridViewTextBoxColumn7.HeaderText = "删除";
  364. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  365. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  366. this.dataGridViewTextBoxColumn7.Width = 80;
  367. //
  368. // dgvKeywordList
  369. //
  370. this.dgvKeywordList.AllowUserToAddRows = false;
  371. this.dgvKeywordList.AllowUserToDeleteRows = false;
  372. this.dgvKeywordList.AllowUserToResizeRows = false;
  373. dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
  374. this.dgvKeywordList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
  375. this.dgvKeywordList.BackgroundColor = System.Drawing.Color.White;
  376. this.dgvKeywordList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  377. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  378. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  379. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  381. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  382. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  383. this.dgvKeywordList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  384. this.dgvKeywordList.ColumnHeadersHeight = 28;
  385. this.dgvKeywordList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  386. this.dgvKeywordList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  387. this.dataGridViewTextBoxColumn1,
  388. this.dataGridViewTextBoxColumn2,
  389. this.dataGridViewTextBoxColumn5,
  390. this.Column1});
  391. this.dgvKeywordList.EnableHeadersVisualStyles = false;
  392. this.dgvKeywordList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  393. this.dgvKeywordList.GridViewUniquelyIdentify = "_dataGridViewEx2_dgvKeywordList";
  394. this.dgvKeywordList.IsCompleteBonding = false;
  395. this.dgvKeywordList.IsCopyCellValue = true;
  396. this.dgvKeywordList.Location = new System.Drawing.Point(6, 94);
  397. this.dgvKeywordList.Name = "dgvKeywordList";
  398. this.dgvKeywordList.RowHeadersVisible = false;
  399. this.dgvKeywordList.RowTemplate.Height = 23;
  400. this.dgvKeywordList.RowTemplate.ReadOnly = true;
  401. this.dgvKeywordList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  402. this.dgvKeywordList.Size = new System.Drawing.Size(707, 230);
  403. this.dgvKeywordList.TabIndex = 2;
  404. //
  405. // dataGridViewTextBoxColumn1
  406. //
  407. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  408. this.dataGridViewTextBoxColumn1.HeaderText = "关键字";
  409. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  410. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  411. //
  412. // dataGridViewTextBoxColumn2
  413. //
  414. this.dataGridViewTextBoxColumn2.HeaderText = "匹配方式";
  415. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  416. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  417. this.dataGridViewTextBoxColumn2.Width = 120;
  418. //
  419. // dataGridViewTextBoxColumn5
  420. //
  421. this.dataGridViewTextBoxColumn5.HeaderText = "编缉";
  422. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  423. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  424. this.dataGridViewTextBoxColumn5.Width = 80;
  425. //
  426. // Column1
  427. //
  428. this.Column1.HeaderText = "删除";
  429. this.Column1.Name = "Column1";
  430. this.Column1.ReadOnly = true;
  431. this.Column1.Width = 80;
  432. //
  433. // labelEx2
  434. //
  435. this.labelEx2.AutoSize = true;
  436. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  437. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  438. this.labelEx2.Location = new System.Drawing.Point(239, 358);
  439. this.labelEx2.Name = "labelEx2";
  440. this.labelEx2.Size = new System.Drawing.Size(363, 17);
  441. this.labelEx2.TabIndex = 1;
  442. this.labelEx2.Text = "最多可设置5条回复内容,若未设置“回复全部”,系统会随机回复";
  443. //
  444. // labelEx1
  445. //
  446. this.labelEx1.AutoSize = true;
  447. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  448. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  449. this.labelEx1.Location = new System.Drawing.Point(123, 70);
  450. this.labelEx1.Name = "labelEx1";
  451. this.labelEx1.Size = new System.Drawing.Size(130, 17);
  452. this.labelEx1.TabIndex = 1;
  453. this.labelEx1.Text = "最多可设置10个关键字";
  454. //
  455. // labelEx4
  456. //
  457. this.labelEx4.AutoSize = true;
  458. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  459. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  460. this.labelEx4.Location = new System.Drawing.Point(6, 34);
  461. this.labelEx4.Name = "labelEx4";
  462. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  463. this.labelEx4.TabIndex = 1;
  464. this.labelEx4.Text = "规则名称:";
  465. //
  466. // frmMicroLetterAutoReply
  467. //
  468. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  469. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  470. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  471. this.ClientSize = new System.Drawing.Size(960, 710);
  472. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  473. this.IsMaximized = false;
  474. this.IsUserControlsSize = false;
  475. this.MaximizeBox = false;
  476. this.Name = "frmMicroLetterAutoReply";
  477. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  478. this.Text = "微信公众号自动回复管理";
  479. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  480. this.plExMainContainer.ResumeLayout(false);
  481. this.plFormMainContent.ResumeLayout(false);
  482. this.groupBoxEx1.ResumeLayout(false);
  483. this.panelEx1.ResumeLayout(false);
  484. this.groupBoxEx2.ResumeLayout(false);
  485. this.groupBoxEx2.PerformLayout();
  486. ((System.ComponentModel.ISupportInitialize)(this.dgvTextList)).EndInit();
  487. ((System.ComponentModel.ISupportInitialize)(this.dgvKeywordList)).EndInit();
  488. this.ResumeLayout(false);
  489. }
  490. #endregion
  491. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  492. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  493. private ComponentLibrary.PanelEx panelEx1;
  494. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  495. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  496. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  497. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  498. private ComponentLibrary.LabelEx labelEx4;
  499. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  503. private ComponentLibrary.LabelEx labelEx2;
  504. private ComponentLibrary.LabelEx labelEx1;
  505. public ComponentLibrary.ButtonEx btnAdd;
  506. public ComponentLibrary.ButtonEx btnDel;
  507. public ComponentLibrary.ButtonForm btnTxt;
  508. public ComponentLibrary.ButtonForm btnAddKeyword;
  509. public ComponentLibrary.DataGridViewEx dgvTextList;
  510. public ComponentLibrary.DataGridViewEx dgvKeywordList;
  511. public System.Windows.Forms.TreeView trwRuleReplyList;
  512. public ComponentLibrary.ButtonEx btnSave;
  513. public ComponentLibrary.CheckBoxEx chkReplyall;
  514. public OtherExpansion.SkinControl.SkinTextBox txtname;
  515. public ComponentLibrary.ButtonForm btnPicTxt;
  516. }
  517. }