FrmSendRecords.Designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860
  1. namespace LYFZ.Software.UI.SMSManagement
  2. {
  3. partial class FrmSendRecords
  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.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSendRecords));
  37. this.tabPage2 = new System.Windows.Forms.TabPage();
  38. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.dgvMicroletter = new LYFZ.ComponentLibrary.DataGridViewEx();
  40. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  50. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.txtKeyWordMicro = new LYFZ.ComponentLibrary.TextBoxEx();
  52. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.btnQueryMicro = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.btnDeleteMicro = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.btnCloseMicro = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.btnResendMicro = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.btnExpordMicro = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.ucPagerEx2 = new LYFZ.UCPager.ucPagerEx();
  59. this.tabPage1 = new System.Windows.Forms.TabPage();
  60. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  61. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  62. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  63. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  64. this.txtKeyword = new LYFZ.ComponentLibrary.TextBoxEx();
  65. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.btnRefresh = new LYFZ.ComponentLibrary.ButtonEx();
  67. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  68. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  69. this.btnNewSend = new LYFZ.ComponentLibrary.ButtonEx();
  70. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  71. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  72. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  73. this.手机号码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Smsr_Content = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.SR_StartSendDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.SR_SendDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.Smsr_SendExpense = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Smsr_Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.Smsr_SendPeople = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.SR_SMSSendSender = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Smsr_SendCreateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.plExMainContainer.SuspendLayout();
  83. this.plFormMainContent.SuspendLayout();
  84. this.tabPage2.SuspendLayout();
  85. this.panelEx4.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.dgvMicroletter)).BeginInit();
  87. this.panelEx6.SuspendLayout();
  88. this.tabPage1.SuspendLayout();
  89. this.panelEx2.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  91. this.panelEx1.SuspendLayout();
  92. this.tabControlEx1.SuspendLayout();
  93. this.SuspendLayout();
  94. //
  95. // plExMainContainer
  96. //
  97. this.plExMainContainer.Controls.Add(this.tabControlEx1);
  98. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  99. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  100. this.plExMainContainer.Size = new System.Drawing.Size(838, 405);
  101. //
  102. // plFormMainContent
  103. //
  104. this.plFormMainContent.Size = new System.Drawing.Size(838, 445);
  105. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  106. //
  107. // btnAppFormMaximize
  108. //
  109. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  110. this.btnAppFormMaximize.Location = new System.Drawing.Point(779, 0);
  111. //
  112. // btnAppFormExit
  113. //
  114. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  115. this.btnAppFormExit.Location = new System.Drawing.Point(806, 0);
  116. //
  117. // btnAppFormMinimize
  118. //
  119. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  120. this.btnAppFormMinimize.Location = new System.Drawing.Point(752, 0);
  121. //
  122. // tabPage2
  123. //
  124. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  125. this.tabPage2.Controls.Add(this.panelEx4);
  126. this.tabPage2.Location = new System.Drawing.Point(4, 40);
  127. this.tabPage2.Name = "tabPage2";
  128. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  129. this.tabPage2.Size = new System.Drawing.Size(896, 495);
  130. this.tabPage2.TabIndex = 1;
  131. this.tabPage2.Text = "微信模板消息发送记录";
  132. //
  133. // panelEx4
  134. //
  135. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  136. this.panelEx4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  137. this.panelEx4.BorderWidth = 1;
  138. this.panelEx4.Controls.Add(this.dgvMicroletter);
  139. this.panelEx4.Controls.Add(this.panelEx5);
  140. this.panelEx4.Controls.Add(this.panelEx6);
  141. this.panelEx4.Controls.Add(this.ucPagerEx2);
  142. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.panelEx4.Location = new System.Drawing.Point(3, 3);
  144. this.panelEx4.Name = "panelEx4";
  145. this.panelEx4.Padding = new System.Windows.Forms.Padding(3);
  146. this.panelEx4.Size = new System.Drawing.Size(890, 489);
  147. this.panelEx4.TabIndex = 196;
  148. //
  149. // dgvMicroletter
  150. //
  151. this.dgvMicroletter.AllowUserToAddRows = false;
  152. this.dgvMicroletter.AllowUserToDeleteRows = false;
  153. this.dgvMicroletter.AllowUserToResizeRows = false;
  154. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  155. this.dgvMicroletter.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  156. this.dgvMicroletter.BackgroundColor = System.Drawing.Color.White;
  157. this.dgvMicroletter.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  158. this.dgvMicroletter.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  159. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  160. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  161. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
  163. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  164. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  165. this.dgvMicroletter.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  166. this.dgvMicroletter.ColumnHeadersHeight = 32;
  167. this.dgvMicroletter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  168. this.dgvMicroletter.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  169. this.dataGridViewTextBoxColumn1,
  170. this.dataGridViewTextBoxColumn5,
  171. this.dataGridViewTextBoxColumn2,
  172. this.dataGridViewTextBoxColumn3,
  173. this.dataGridViewTextBoxColumn4,
  174. this.dataGridViewTextBoxColumn6,
  175. this.dataGridViewTextBoxColumn7,
  176. this.dataGridViewTextBoxColumn8,
  177. this.dataGridViewTextBoxColumn9});
  178. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  179. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  180. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  182. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  183. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  184. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  185. this.dgvMicroletter.DefaultCellStyle = dataGridViewCellStyle7;
  186. this.dgvMicroletter.Dock = System.Windows.Forms.DockStyle.Fill;
  187. this.dgvMicroletter.EnableHeadersVisualStyles = false;
  188. this.dgvMicroletter.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  189. this.dgvMicroletter.GridViewUniquelyIdentify = resources.GetString("dgvMicroletter.GridViewUniquelyIdentify");
  190. this.dgvMicroletter.IsCompleteBonding = false;
  191. this.dgvMicroletter.IsCopyCellValue = true;
  192. this.dgvMicroletter.Location = new System.Drawing.Point(3, 41);
  193. this.dgvMicroletter.Name = "dgvMicroletter";
  194. this.dgvMicroletter.ReadOnly = true;
  195. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  196. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  197. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  199. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  200. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  201. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  202. this.dgvMicroletter.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  203. this.dgvMicroletter.RowHeadersVisible = false;
  204. this.dgvMicroletter.RowTemplate.Height = 23;
  205. this.dgvMicroletter.RowTemplate.ReadOnly = true;
  206. this.dgvMicroletter.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  207. this.dgvMicroletter.Size = new System.Drawing.Size(882, 413);
  208. this.dgvMicroletter.TabIndex = 204;
  209. //
  210. // dataGridViewTextBoxColumn1
  211. //
  212. this.dataGridViewTextBoxColumn1.DataPropertyName = "SR_RecipientNumber";
  213. this.dataGridViewTextBoxColumn1.HeaderText = "消息接收人";
  214. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  215. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  216. this.dataGridViewTextBoxColumn1.Width = 120;
  217. //
  218. // dataGridViewTextBoxColumn5
  219. //
  220. this.dataGridViewTextBoxColumn5.DataPropertyName = "SR_SendSumCount";
  221. this.dataGridViewTextBoxColumn5.FillWeight = 70F;
  222. this.dataGridViewTextBoxColumn5.HeaderText = "模板消息标题";
  223. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  224. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  225. this.dataGridViewTextBoxColumn5.Width = 160;
  226. //
  227. // dataGridViewTextBoxColumn2
  228. //
  229. this.dataGridViewTextBoxColumn2.DataPropertyName = "SR_Content";
  230. this.dataGridViewTextBoxColumn2.HeaderText = "推送消息预览";
  231. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  232. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  233. this.dataGridViewTextBoxColumn2.Width = 360;
  234. //
  235. // dataGridViewTextBoxColumn3
  236. //
  237. this.dataGridViewTextBoxColumn3.FillWeight = 120F;
  238. this.dataGridViewTextBoxColumn3.HeaderText = "预计发送时间";
  239. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  240. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  241. this.dataGridViewTextBoxColumn3.Width = 130;
  242. //
  243. // dataGridViewTextBoxColumn4
  244. //
  245. this.dataGridViewTextBoxColumn4.FillWeight = 120F;
  246. this.dataGridViewTextBoxColumn4.HeaderText = "实际发送时间";
  247. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  248. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  249. this.dataGridViewTextBoxColumn4.Width = 130;
  250. //
  251. // dataGridViewTextBoxColumn6
  252. //
  253. this.dataGridViewTextBoxColumn6.DataPropertyName = "SR_Status";
  254. this.dataGridViewTextBoxColumn6.HeaderText = "发送状态";
  255. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  256. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  257. //
  258. // dataGridViewTextBoxColumn7
  259. //
  260. this.dataGridViewTextBoxColumn7.DataPropertyName = "SR_SendReport";
  261. this.dataGridViewTextBoxColumn7.HeaderText = "发送报告";
  262. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  263. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  264. this.dataGridViewTextBoxColumn7.Width = 130;
  265. //
  266. // dataGridViewTextBoxColumn8
  267. //
  268. this.dataGridViewTextBoxColumn8.HeaderText = "发送人";
  269. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  270. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  271. //
  272. // dataGridViewTextBoxColumn9
  273. //
  274. this.dataGridViewTextBoxColumn9.DataPropertyName = "SR_CreateDatetime";
  275. this.dataGridViewTextBoxColumn9.FillWeight = 120F;
  276. this.dataGridViewTextBoxColumn9.HeaderText = "消息生成时间";
  277. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  278. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  279. this.dataGridViewTextBoxColumn9.Width = 130;
  280. //
  281. // panelEx5
  282. //
  283. this.panelEx5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  284. | System.Windows.Forms.AnchorStyles.Right)));
  285. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  286. this.panelEx5.BorderWidth = 1;
  287. this.panelEx5.Location = new System.Drawing.Point(4, 46);
  288. this.panelEx5.Name = "panelEx5";
  289. this.panelEx5.Size = new System.Drawing.Size(881, 1);
  290. this.panelEx5.TabIndex = 197;
  291. //
  292. // panelEx6
  293. //
  294. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  295. this.panelEx6.BorderWidth = 1;
  296. this.panelEx6.Controls.Add(this.txtKeyWordMicro);
  297. this.panelEx6.Controls.Add(this.labelEx2);
  298. this.panelEx6.Controls.Add(this.btnQueryMicro);
  299. this.panelEx6.Controls.Add(this.btnDeleteMicro);
  300. this.panelEx6.Controls.Add(this.btnCloseMicro);
  301. this.panelEx6.Controls.Add(this.btnResendMicro);
  302. this.panelEx6.Controls.Add(this.btnExpordMicro);
  303. this.panelEx6.Dock = System.Windows.Forms.DockStyle.Top;
  304. this.panelEx6.Location = new System.Drawing.Point(3, 3);
  305. this.panelEx6.Name = "panelEx6";
  306. this.panelEx6.Size = new System.Drawing.Size(882, 38);
  307. this.panelEx6.TabIndex = 212;
  308. //
  309. // txtKeyWordMicro
  310. //
  311. this.txtKeyWordMicro.BackColor = System.Drawing.Color.Transparent;
  312. this.txtKeyWordMicro.Icon = null;
  313. this.txtKeyWordMicro.IconIsButton = false;
  314. this.txtKeyWordMicro.IsPasswordChat = '\0';
  315. this.txtKeyWordMicro.IsSystemPasswordChar = false;
  316. this.txtKeyWordMicro.Lines = new string[0];
  317. this.txtKeyWordMicro.Location = new System.Drawing.Point(55, 6);
  318. this.txtKeyWordMicro.Margin = new System.Windows.Forms.Padding(0);
  319. this.txtKeyWordMicro.MaxLength = 32767;
  320. this.txtKeyWordMicro.MinimumSize = new System.Drawing.Size(0, 26);
  321. this.txtKeyWordMicro.MouseBack = null;
  322. this.txtKeyWordMicro.Multiline = false;
  323. this.txtKeyWordMicro.Name = "txtKeyWordMicro";
  324. this.txtKeyWordMicro.NormlBack = null;
  325. this.txtKeyWordMicro.Padding = new System.Windows.Forms.Padding(5);
  326. this.txtKeyWordMicro.ReadOnly = false;
  327. this.txtKeyWordMicro.ScrollBars = System.Windows.Forms.ScrollBars.None;
  328. this.txtKeyWordMicro.Size = new System.Drawing.Size(176, 26);
  329. this.txtKeyWordMicro.TabIndex = 205;
  330. this.txtKeyWordMicro.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  331. this.txtKeyWordMicro.WaterColor = System.Drawing.Color.DarkGray;
  332. this.txtKeyWordMicro.WaterText = "可输入客人姓名或内容查询";
  333. this.txtKeyWordMicro.WordWrap = true;
  334. //
  335. // labelEx2
  336. //
  337. this.labelEx2.AutoSize = true;
  338. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  339. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  340. this.labelEx2.Location = new System.Drawing.Point(5, 10);
  341. this.labelEx2.Name = "labelEx2";
  342. this.labelEx2.Size = new System.Drawing.Size(47, 17);
  343. this.labelEx2.TabIndex = 204;
  344. this.labelEx2.Text = "关键字:";
  345. //
  346. // btnQueryMicro
  347. //
  348. this.btnQueryMicro.BackColor = System.Drawing.Color.Transparent;
  349. this.btnQueryMicro.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQueryMicro.BackImg")));
  350. this.btnQueryMicro.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  351. this.btnQueryMicro.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  352. this.btnQueryMicro.ForeColor = System.Drawing.Color.White;
  353. this.btnQueryMicro.IsCustomBackImg = false;
  354. this.btnQueryMicro.IsShowText = true;
  355. this.btnQueryMicro.Location = new System.Drawing.Point(260, 6);
  356. this.btnQueryMicro.Name = "btnQueryMicro";
  357. this.btnQueryMicro.Size = new System.Drawing.Size(87, 26);
  358. this.btnQueryMicro.TabIndex = 203;
  359. this.btnQueryMicro.Text = "查 询";
  360. this.btnQueryMicro.UseVisualStyleBackColor = false;
  361. //
  362. // btnDeleteMicro
  363. //
  364. this.btnDeleteMicro.BackColor = System.Drawing.Color.Transparent;
  365. this.btnDeleteMicro.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleteMicro.BackImg")));
  366. this.btnDeleteMicro.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  367. this.btnDeleteMicro.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  368. this.btnDeleteMicro.ForeColor = System.Drawing.Color.White;
  369. this.btnDeleteMicro.IsCustomBackImg = false;
  370. this.btnDeleteMicro.IsShowText = true;
  371. this.btnDeleteMicro.Location = new System.Drawing.Point(551, 6);
  372. this.btnDeleteMicro.Name = "btnDeleteMicro";
  373. this.btnDeleteMicro.Size = new System.Drawing.Size(87, 26);
  374. this.btnDeleteMicro.TabIndex = 198;
  375. this.btnDeleteMicro.Text = "删除";
  376. this.btnDeleteMicro.UseVisualStyleBackColor = false;
  377. //
  378. // btnCloseMicro
  379. //
  380. this.btnCloseMicro.BackColor = System.Drawing.Color.Transparent;
  381. this.btnCloseMicro.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseMicro.BackImg")));
  382. this.btnCloseMicro.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  383. this.btnCloseMicro.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  384. this.btnCloseMicro.ForeColor = System.Drawing.Color.White;
  385. this.btnCloseMicro.IsCustomBackImg = false;
  386. this.btnCloseMicro.IsShowText = true;
  387. this.btnCloseMicro.Location = new System.Drawing.Point(648, 6);
  388. this.btnCloseMicro.Name = "btnCloseMicro";
  389. this.btnCloseMicro.Size = new System.Drawing.Size(87, 26);
  390. this.btnCloseMicro.TabIndex = 199;
  391. this.btnCloseMicro.Text = "关闭";
  392. this.btnCloseMicro.UseVisualStyleBackColor = false;
  393. //
  394. // btnResendMicro
  395. //
  396. this.btnResendMicro.BackColor = System.Drawing.Color.Transparent;
  397. this.btnResendMicro.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnResendMicro.BackImg")));
  398. this.btnResendMicro.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  399. this.btnResendMicro.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  400. this.btnResendMicro.ForeColor = System.Drawing.Color.White;
  401. this.btnResendMicro.IsCustomBackImg = false;
  402. this.btnResendMicro.IsShowText = true;
  403. this.btnResendMicro.Location = new System.Drawing.Point(357, 6);
  404. this.btnResendMicro.Name = "btnResendMicro";
  405. this.btnResendMicro.Size = new System.Drawing.Size(87, 26);
  406. this.btnResendMicro.TabIndex = 203;
  407. this.btnResendMicro.Text = "重发";
  408. this.btnResendMicro.UseVisualStyleBackColor = false;
  409. //
  410. // btnExpordMicro
  411. //
  412. this.btnExpordMicro.BackColor = System.Drawing.Color.Transparent;
  413. this.btnExpordMicro.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExpordMicro.BackImg")));
  414. this.btnExpordMicro.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  415. this.btnExpordMicro.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  416. this.btnExpordMicro.ForeColor = System.Drawing.Color.White;
  417. this.btnExpordMicro.IsCustomBackImg = false;
  418. this.btnExpordMicro.IsShowText = true;
  419. this.btnExpordMicro.Location = new System.Drawing.Point(454, 6);
  420. this.btnExpordMicro.Name = "btnExpordMicro";
  421. this.btnExpordMicro.Size = new System.Drawing.Size(87, 26);
  422. this.btnExpordMicro.TabIndex = 200;
  423. this.btnExpordMicro.Text = "导出";
  424. this.btnExpordMicro.UseVisualStyleBackColor = false;
  425. //
  426. // ucPagerEx2
  427. //
  428. this.ucPagerEx2.CurrentPageCount = 0;
  429. this.ucPagerEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
  430. this.ucPagerEx2.Location = new System.Drawing.Point(3, 454);
  431. this.ucPagerEx2.Name = "ucPagerEx2";
  432. this.ucPagerEx2.NMax = 0;
  433. this.ucPagerEx2.PageCount = 0;
  434. this.ucPagerEx2.PageCurrent = 1;
  435. this.ucPagerEx2.PageSize = 20;
  436. this.ucPagerEx2.Size = new System.Drawing.Size(882, 30);
  437. this.ucPagerEx2.TabIndex = 211;
  438. this.ucPagerEx2.TbDataSource = null;
  439. //
  440. // tabPage1
  441. //
  442. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  443. this.tabPage1.Controls.Add(this.panelEx2);
  444. this.tabPage1.Location = new System.Drawing.Point(4, 40);
  445. this.tabPage1.Name = "tabPage1";
  446. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  447. this.tabPage1.Size = new System.Drawing.Size(824, 355);
  448. this.tabPage1.TabIndex = 0;
  449. this.tabPage1.Text = "短信发送记录";
  450. //
  451. // panelEx2
  452. //
  453. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  454. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  455. this.panelEx2.BorderWidth = 1;
  456. this.panelEx2.Controls.Add(this.dgv);
  457. this.panelEx2.Controls.Add(this.panelEx3);
  458. this.panelEx2.Controls.Add(this.panelEx1);
  459. this.panelEx2.Controls.Add(this.ucPagerEx1);
  460. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  461. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  462. this.panelEx2.Name = "panelEx2";
  463. this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
  464. this.panelEx2.Size = new System.Drawing.Size(818, 349);
  465. this.panelEx2.TabIndex = 195;
  466. //
  467. // dgv
  468. //
  469. this.dgv.AllowUserToAddRows = false;
  470. this.dgv.AllowUserToDeleteRows = false;
  471. this.dgv.AllowUserToResizeRows = false;
  472. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  473. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  474. this.dgv.BackgroundColor = System.Drawing.Color.White;
  475. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  476. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  477. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  478. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  479. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  481. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  482. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  483. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  484. this.dgv.ColumnHeadersHeight = 32;
  485. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  486. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  487. this.手机号码,
  488. this.Smsr_Content,
  489. this.SR_StartSendDatetime,
  490. this.SR_SendDatetime,
  491. this.Smsr_SendExpense,
  492. this.Smsr_Status,
  493. this.Smsr_SendPeople,
  494. this.SR_SMSSendSender,
  495. this.Smsr_SendCreateDatetime});
  496. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  497. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  498. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  499. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  500. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  501. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  502. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  503. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  504. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  505. this.dgv.EnableHeadersVisualStyles = false;
  506. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  507. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_panelEx2" +
  508. "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
  509. this.dgv.IsCompleteBonding = false;
  510. this.dgv.IsCopyCellValue = true;
  511. this.dgv.Location = new System.Drawing.Point(3, 41);
  512. this.dgv.Name = "dgv";
  513. this.dgv.ReadOnly = true;
  514. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  515. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  516. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  517. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  518. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  519. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  520. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  521. this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  522. this.dgv.RowHeadersVisible = false;
  523. this.dgv.RowTemplate.Height = 23;
  524. this.dgv.RowTemplate.ReadOnly = true;
  525. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  526. this.dgv.Size = new System.Drawing.Size(810, 273);
  527. this.dgv.TabIndex = 204;
  528. //
  529. // panelEx3
  530. //
  531. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  532. | System.Windows.Forms.AnchorStyles.Right)));
  533. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  534. this.panelEx3.BorderWidth = 1;
  535. this.panelEx3.Location = new System.Drawing.Point(4, 46);
  536. this.panelEx3.Name = "panelEx3";
  537. this.panelEx3.Size = new System.Drawing.Size(809, 1);
  538. this.panelEx3.TabIndex = 197;
  539. //
  540. // panelEx1
  541. //
  542. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  543. this.panelEx1.BorderWidth = 1;
  544. this.panelEx1.Controls.Add(this.txtKeyword);
  545. this.panelEx1.Controls.Add(this.labelEx1);
  546. this.panelEx1.Controls.Add(this.btnRefresh);
  547. this.panelEx1.Controls.Add(this.btnDelete);
  548. this.panelEx1.Controls.Add(this.btnClose);
  549. this.panelEx1.Controls.Add(this.btnNewSend);
  550. this.panelEx1.Controls.Add(this.btnExport);
  551. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  552. this.panelEx1.Location = new System.Drawing.Point(3, 3);
  553. this.panelEx1.Name = "panelEx1";
  554. this.panelEx1.Size = new System.Drawing.Size(810, 38);
  555. this.panelEx1.TabIndex = 212;
  556. //
  557. // txtKeyword
  558. //
  559. this.txtKeyword.BackColor = System.Drawing.Color.Transparent;
  560. this.txtKeyword.Icon = null;
  561. this.txtKeyword.IconIsButton = false;
  562. this.txtKeyword.IsPasswordChat = '\0';
  563. this.txtKeyword.IsSystemPasswordChar = false;
  564. this.txtKeyword.Lines = new string[0];
  565. this.txtKeyword.Location = new System.Drawing.Point(55, 6);
  566. this.txtKeyword.Margin = new System.Windows.Forms.Padding(0);
  567. this.txtKeyword.MaxLength = 32767;
  568. this.txtKeyword.MinimumSize = new System.Drawing.Size(0, 26);
  569. this.txtKeyword.MouseBack = null;
  570. this.txtKeyword.Multiline = false;
  571. this.txtKeyword.Name = "txtKeyword";
  572. this.txtKeyword.NormlBack = null;
  573. this.txtKeyword.Padding = new System.Windows.Forms.Padding(5);
  574. this.txtKeyword.ReadOnly = false;
  575. this.txtKeyword.ScrollBars = System.Windows.Forms.ScrollBars.None;
  576. this.txtKeyword.Size = new System.Drawing.Size(176, 26);
  577. this.txtKeyword.TabIndex = 205;
  578. this.txtKeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  579. this.txtKeyword.WaterColor = System.Drawing.Color.DarkGray;
  580. this.txtKeyword.WaterText = "可输入手机号或短信内容查询";
  581. this.txtKeyword.WordWrap = true;
  582. //
  583. // labelEx1
  584. //
  585. this.labelEx1.AutoSize = true;
  586. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  587. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  588. this.labelEx1.Location = new System.Drawing.Point(5, 10);
  589. this.labelEx1.Name = "labelEx1";
  590. this.labelEx1.Size = new System.Drawing.Size(47, 17);
  591. this.labelEx1.TabIndex = 204;
  592. this.labelEx1.Text = "关键字:";
  593. //
  594. // btnRefresh
  595. //
  596. this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
  597. this.btnRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRefresh.BackImg")));
  598. this.btnRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  599. this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  600. this.btnRefresh.ForeColor = System.Drawing.Color.White;
  601. this.btnRefresh.IsCustomBackImg = false;
  602. this.btnRefresh.IsShowText = true;
  603. this.btnRefresh.Location = new System.Drawing.Point(260, 6);
  604. this.btnRefresh.Name = "btnRefresh";
  605. this.btnRefresh.Size = new System.Drawing.Size(87, 26);
  606. this.btnRefresh.TabIndex = 203;
  607. this.btnRefresh.Text = "查 询";
  608. this.btnRefresh.UseVisualStyleBackColor = false;
  609. //
  610. // btnDelete
  611. //
  612. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  613. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  614. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  615. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  616. this.btnDelete.ForeColor = System.Drawing.Color.White;
  617. this.btnDelete.IsCustomBackImg = false;
  618. this.btnDelete.IsShowText = true;
  619. this.btnDelete.Location = new System.Drawing.Point(551, 6);
  620. this.btnDelete.Name = "btnDelete";
  621. this.btnDelete.Size = new System.Drawing.Size(87, 26);
  622. this.btnDelete.TabIndex = 198;
  623. this.btnDelete.Text = "删除";
  624. this.btnDelete.UseVisualStyleBackColor = false;
  625. //
  626. // btnClose
  627. //
  628. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  629. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  630. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  631. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  632. this.btnClose.ForeColor = System.Drawing.Color.White;
  633. this.btnClose.IsCustomBackImg = false;
  634. this.btnClose.IsShowText = true;
  635. this.btnClose.Location = new System.Drawing.Point(648, 6);
  636. this.btnClose.Name = "btnClose";
  637. this.btnClose.Size = new System.Drawing.Size(87, 26);
  638. this.btnClose.TabIndex = 199;
  639. this.btnClose.Text = "关闭";
  640. this.btnClose.UseVisualStyleBackColor = false;
  641. //
  642. // btnNewSend
  643. //
  644. this.btnNewSend.BackColor = System.Drawing.Color.Transparent;
  645. this.btnNewSend.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNewSend.BackImg")));
  646. this.btnNewSend.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  647. this.btnNewSend.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  648. this.btnNewSend.ForeColor = System.Drawing.Color.White;
  649. this.btnNewSend.IsCustomBackImg = false;
  650. this.btnNewSend.IsShowText = true;
  651. this.btnNewSend.Location = new System.Drawing.Point(357, 6);
  652. this.btnNewSend.Name = "btnNewSend";
  653. this.btnNewSend.Size = new System.Drawing.Size(87, 26);
  654. this.btnNewSend.TabIndex = 203;
  655. this.btnNewSend.Text = "重发";
  656. this.btnNewSend.UseVisualStyleBackColor = false;
  657. //
  658. // btnExport
  659. //
  660. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  661. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  662. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  663. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  664. this.btnExport.ForeColor = System.Drawing.Color.White;
  665. this.btnExport.IsCustomBackImg = false;
  666. this.btnExport.IsShowText = true;
  667. this.btnExport.Location = new System.Drawing.Point(454, 6);
  668. this.btnExport.Name = "btnExport";
  669. this.btnExport.Size = new System.Drawing.Size(87, 26);
  670. this.btnExport.TabIndex = 200;
  671. this.btnExport.Text = "导出";
  672. this.btnExport.UseVisualStyleBackColor = false;
  673. //
  674. // ucPagerEx1
  675. //
  676. this.ucPagerEx1.CurrentPageCount = 0;
  677. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  678. this.ucPagerEx1.Location = new System.Drawing.Point(3, 314);
  679. this.ucPagerEx1.Name = "ucPagerEx1";
  680. this.ucPagerEx1.NMax = 0;
  681. this.ucPagerEx1.PageCount = 0;
  682. this.ucPagerEx1.PageCurrent = 1;
  683. this.ucPagerEx1.PageSize = 20;
  684. this.ucPagerEx1.Size = new System.Drawing.Size(810, 30);
  685. this.ucPagerEx1.TabIndex = 211;
  686. this.ucPagerEx1.TbDataSource = null;
  687. //
  688. // tabControlEx1
  689. //
  690. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  691. this.tabControlEx1.Controls.Add(this.tabPage1);
  692. this.tabControlEx1.Controls.Add(this.tabPage2);
  693. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  694. this.tabControlEx1.ItemSize = new System.Drawing.Size(160, 36);
  695. this.tabControlEx1.Location = new System.Drawing.Point(3, 3);
  696. this.tabControlEx1.Name = "tabControlEx1";
  697. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  698. this.tabControlEx1.SelectedIndex = 0;
  699. this.tabControlEx1.Size = new System.Drawing.Size(832, 399);
  700. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  701. this.tabControlEx1.TabIndex = 0;
  702. //
  703. // 手机号码
  704. //
  705. this.手机号码.DataPropertyName = "手机号码";
  706. this.手机号码.HeaderText = "手机号码";
  707. this.手机号码.MaxInputLength = 900000;
  708. this.手机号码.Name = "手机号码";
  709. this.手机号码.ReadOnly = true;
  710. this.手机号码.Width = 120;
  711. //
  712. // Smsr_Content
  713. //
  714. this.Smsr_Content.DataPropertyName = "SR_Content";
  715. this.Smsr_Content.HeaderText = "短信内容";
  716. this.Smsr_Content.Name = "Smsr_Content";
  717. this.Smsr_Content.ReadOnly = true;
  718. this.Smsr_Content.Width = 360;
  719. //
  720. // SR_StartSendDatetime
  721. //
  722. this.SR_StartSendDatetime.FillWeight = 120F;
  723. this.SR_StartSendDatetime.HeaderText = "预计发送时间";
  724. this.SR_StartSendDatetime.Name = "SR_StartSendDatetime";
  725. this.SR_StartSendDatetime.ReadOnly = true;
  726. this.SR_StartSendDatetime.Width = 130;
  727. //
  728. // SR_SendDatetime
  729. //
  730. this.SR_SendDatetime.FillWeight = 120F;
  731. this.SR_SendDatetime.HeaderText = "实际发送时间";
  732. this.SR_SendDatetime.Name = "SR_SendDatetime";
  733. this.SR_SendDatetime.ReadOnly = true;
  734. this.SR_SendDatetime.Width = 130;
  735. //
  736. // Smsr_SendExpense
  737. //
  738. this.Smsr_SendExpense.DataPropertyName = "SR_SendSumCount";
  739. this.Smsr_SendExpense.FillWeight = 70F;
  740. this.Smsr_SendExpense.HeaderText = "短信发送条数";
  741. this.Smsr_SendExpense.Name = "Smsr_SendExpense";
  742. this.Smsr_SendExpense.ReadOnly = true;
  743. this.Smsr_SendExpense.Width = 90;
  744. //
  745. // Smsr_Status
  746. //
  747. this.Smsr_Status.DataPropertyName = "SR_Status";
  748. this.Smsr_Status.HeaderText = "发送状态";
  749. this.Smsr_Status.Name = "Smsr_Status";
  750. this.Smsr_Status.ReadOnly = true;
  751. //
  752. // Smsr_SendPeople
  753. //
  754. this.Smsr_SendPeople.DataPropertyName = "SR_SendReport";
  755. this.Smsr_SendPeople.HeaderText = "发送报告";
  756. this.Smsr_SendPeople.MaxInputLength = 900000;
  757. this.Smsr_SendPeople.Name = "Smsr_SendPeople";
  758. this.Smsr_SendPeople.ReadOnly = true;
  759. this.Smsr_SendPeople.Width = 130;
  760. //
  761. // SR_SMSSendSender
  762. //
  763. this.SR_SMSSendSender.HeaderText = "发送人";
  764. this.SR_SMSSendSender.Name = "SR_SMSSendSender";
  765. this.SR_SMSSendSender.ReadOnly = true;
  766. //
  767. // Smsr_SendCreateDatetime
  768. //
  769. this.Smsr_SendCreateDatetime.DataPropertyName = "SR_CreateDatetime";
  770. this.Smsr_SendCreateDatetime.FillWeight = 120F;
  771. this.Smsr_SendCreateDatetime.HeaderText = "短信生成时间";
  772. this.Smsr_SendCreateDatetime.Name = "Smsr_SendCreateDatetime";
  773. this.Smsr_SendCreateDatetime.ReadOnly = true;
  774. this.Smsr_SendCreateDatetime.Width = 130;
  775. //
  776. // FrmSendRecords
  777. //
  778. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  779. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  780. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  781. this.ClientSize = new System.Drawing.Size(838, 510);
  782. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  783. this.ImeMode = System.Windows.Forms.ImeMode.On;
  784. this.IsShowUcNavigationTool = true;
  785. this.Name = "FrmSendRecords";
  786. this.Text = "发送记录";
  787. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  788. this.plExMainContainer.ResumeLayout(false);
  789. this.plFormMainContent.ResumeLayout(false);
  790. this.tabPage2.ResumeLayout(false);
  791. this.panelEx4.ResumeLayout(false);
  792. ((System.ComponentModel.ISupportInitialize)(this.dgvMicroletter)).EndInit();
  793. this.panelEx6.ResumeLayout(false);
  794. this.panelEx6.PerformLayout();
  795. this.tabPage1.ResumeLayout(false);
  796. this.panelEx2.ResumeLayout(false);
  797. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  798. this.panelEx1.ResumeLayout(false);
  799. this.panelEx1.PerformLayout();
  800. this.tabControlEx1.ResumeLayout(false);
  801. this.ResumeLayout(false);
  802. }
  803. #endregion
  804. private System.Windows.Forms.TabPage tabPage1;
  805. private ComponentLibrary.PanelEx panelEx2;
  806. protected ComponentLibrary.DataGridViewEx dgv;
  807. private ComponentLibrary.PanelEx panelEx3;
  808. private ComponentLibrary.PanelEx panelEx1;
  809. public ComponentLibrary.TextBoxEx txtKeyword;
  810. private ComponentLibrary.LabelEx labelEx1;
  811. protected ComponentLibrary.ButtonEx btnRefresh;
  812. protected ComponentLibrary.ButtonEx btnDelete;
  813. protected ComponentLibrary.ButtonEx btnClose;
  814. protected ComponentLibrary.ButtonEx btnNewSend;
  815. protected ComponentLibrary.ButtonEx btnExport;
  816. protected UCPager.ucPagerEx ucPagerEx1;
  817. private System.Windows.Forms.TabPage tabPage2;
  818. private ComponentLibrary.PanelEx panelEx4;
  819. protected ComponentLibrary.DataGridViewEx dgvMicroletter;
  820. private ComponentLibrary.PanelEx panelEx5;
  821. private ComponentLibrary.PanelEx panelEx6;
  822. public ComponentLibrary.TextBoxEx txtKeyWordMicro;
  823. private ComponentLibrary.LabelEx labelEx2;
  824. protected ComponentLibrary.ButtonEx btnQueryMicro;
  825. protected ComponentLibrary.ButtonEx btnDeleteMicro;
  826. protected ComponentLibrary.ButtonEx btnCloseMicro;
  827. protected ComponentLibrary.ButtonEx btnResendMicro;
  828. protected ComponentLibrary.ButtonEx btnExpordMicro;
  829. protected UCPager.ucPagerEx ucPagerEx2;
  830. private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_RecipientNumber;
  831. public ComponentLibrary.TabControlEx tabControlEx1;
  832. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  833. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  834. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  835. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  836. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  837. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  838. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  839. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  840. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  841. private System.Windows.Forms.DataGridViewTextBoxColumn 手机号码;
  842. private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_Content;
  843. private System.Windows.Forms.DataGridViewTextBoxColumn SR_StartSendDatetime;
  844. private System.Windows.Forms.DataGridViewTextBoxColumn SR_SendDatetime;
  845. private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_SendExpense;
  846. private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_Status;
  847. private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_SendPeople;
  848. private System.Windows.Forms.DataGridViewTextBoxColumn SR_SMSSendSender;
  849. private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_SendCreateDatetime;
  850. }
  851. }