MessagesTracking.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. namespace LYFZ.Software.UI.HospitalTrackingSystem
  2. {
  3. partial class MessagesTracking
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MessagesTracking));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvTrack = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.radioButtonEx2 = new LYFZ.ComponentLibrary.CheckBoxEx();
  35. this.radioButtonEx3 = new LYFZ.ComponentLibrary.CheckBoxEx();
  36. this.bntSelect = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.radioButtonEx1 = new LYFZ.ComponentLibrary.CheckBoxEx();
  39. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnTexting = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnSmsRules = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  43. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  45. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  47. this.plExMainContainer.SuspendLayout();
  48. this.plFormMainContent.SuspendLayout();
  49. this.panelEx1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.dgvTrack)).BeginInit();
  51. this.panelEx2.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // plExMainContainer
  57. //
  58. this.plExMainContainer.Controls.Add(this.panelEx1);
  59. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  60. this.plExMainContainer.Margin = new System.Windows.Forms.Padding(0);
  61. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(8);
  62. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  63. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  64. //
  65. // btnAppFormMenu
  66. //
  67. this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
  68. this.btnAppFormMenu.Location = new System.Drawing.Point(797, 0);
  69. //
  70. // btnAppFormMaximize
  71. //
  72. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  73. //
  74. // btnAppFormExit
  75. //
  76. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  77. //
  78. // btnAppFormMinimize
  79. //
  80. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  81. //
  82. // panelEx1
  83. //
  84. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  85. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  86. this.panelEx1.BorderWidth = 1;
  87. this.panelEx1.Controls.Add(this.dgvTrack);
  88. this.panelEx1.Controls.Add(this.panelEx2);
  89. this.panelEx1.Controls.Add(this.panelEx3);
  90. this.panelEx1.Controls.Add(this.ucPagerEx1);
  91. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.panelEx1.Location = new System.Drawing.Point(8, 8);
  93. this.panelEx1.Margin = new System.Windows.Forms.Padding(0);
  94. this.panelEx1.Name = "panelEx1";
  95. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  96. this.panelEx1.Size = new System.Drawing.Size(894, 489);
  97. this.panelEx1.TabIndex = 0;
  98. //
  99. // dgvTrack
  100. //
  101. this.dgvTrack.AllowUserToAddRows = false;
  102. this.dgvTrack.AllowUserToDeleteRows = false;
  103. this.dgvTrack.AllowUserToResizeRows = false;
  104. this.dgvTrack.BackgroundColor = System.Drawing.Color.White;
  105. this.dgvTrack.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  106. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  107. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  108. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  110. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  111. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  112. this.dgvTrack.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  113. this.dgvTrack.ColumnHeadersHeight = 24;
  114. this.dgvTrack.Cursor = System.Windows.Forms.Cursors.Default;
  115. this.dgvTrack.dgvColumnHeadersHeight = 24;
  116. this.dgvTrack.dgvCurrentColumnOriginalSet = "";
  117. this.dgvTrack.dgvCurrentColumnWidth = "";
  118. this.dgvTrack.dgvCurrentHideColumn = null;
  119. this.dgvTrack.dgvFixedHideColumn = null;
  120. this.dgvTrack.dgvGuidName = null;
  121. this.dgvTrack.dgvUserEmployeeID = null;
  122. this.dgvTrack.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.dgvTrack.EnableHeadersVisualStyles = false;
  124. this.dgvTrack.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  125. this.dgvTrack.ImageHeight = 15;
  126. this.dgvTrack.ImageWidth = 15;
  127. this.dgvTrack.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvTrack.ImgCollapse")));
  128. this.dgvTrack.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvTrack.ImgExpand")));
  129. this.dgvTrack.IsAutomaticDrawSingleOrDoubleRow = false;
  130. this.dgvTrack.IsCompleteBonding = false;
  131. this.dgvTrack.IsCopyCellValue = true;
  132. this.dgvTrack.IsShowSerialNumber = false;
  133. this.dgvTrack.IsSortedRedraw = true;
  134. this.dgvTrack.IsSortMode = false;
  135. this.dgvTrack.Location = new System.Drawing.Point(3, 41);
  136. this.dgvTrack.Name = "dgvTrack";
  137. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  138. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  139. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  141. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  142. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  143. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  144. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  145. this.dgvTrack.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  146. this.dgvTrack.RowHeadersWidth = 25;
  147. this.dgvTrack.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  148. this.dgvTrack.RowTemplate.Height = 23;
  149. this.dgvTrack.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  150. this.dgvTrack.Size = new System.Drawing.Size(888, 421);
  151. this.dgvTrack.StrSecondStageNull = "";
  152. this.dgvTrack.StrValueNullColumn = "";
  153. this.dgvTrack.TabIndex = 35;
  154. this.dgvTrack.ViceCount = 1;
  155. //
  156. // panelEx2
  157. //
  158. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  159. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  160. this.panelEx2.BorderWidth = 1;
  161. this.panelEx2.Controls.Add(this.radioButtonEx2);
  162. this.panelEx2.Controls.Add(this.radioButtonEx3);
  163. this.panelEx2.Controls.Add(this.bntSelect);
  164. this.panelEx2.Controls.Add(this.btnExport);
  165. this.panelEx2.Controls.Add(this.radioButtonEx1);
  166. this.panelEx2.Controls.Add(this.btnClose);
  167. this.panelEx2.Controls.Add(this.btnTexting);
  168. this.panelEx2.Controls.Add(this.btnSmsRules);
  169. this.panelEx2.Controls.Add(this.numericUpDown2);
  170. this.panelEx2.Controls.Add(this.labelEx3);
  171. this.panelEx2.Controls.Add(this.numericUpDown1);
  172. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  173. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  174. this.panelEx2.Margin = new System.Windows.Forms.Padding(0);
  175. this.panelEx2.Name = "panelEx2";
  176. this.panelEx2.Size = new System.Drawing.Size(888, 38);
  177. this.panelEx2.TabIndex = 41;
  178. //
  179. // radioButtonEx2
  180. //
  181. this.radioButtonEx2.AutoSize = true;
  182. this.radioButtonEx2.BackColor = System.Drawing.Color.Transparent;
  183. this.radioButtonEx2.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  184. this.radioButtonEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  185. this.radioButtonEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  186. this.radioButtonEx2.Fourstates = false;
  187. this.radioButtonEx2.IsGreenTick = false;
  188. this.radioButtonEx2.Location = new System.Drawing.Point(101, 8);
  189. this.radioButtonEx2.Name = "radioButtonEx2";
  190. this.radioButtonEx2.Size = new System.Drawing.Size(87, 21);
  191. this.radioButtonEx2.TabIndex = 37;
  192. this.radioButtonEx2.Text = "按宝宝年龄";
  193. this.radioButtonEx2.UseVisualStyleBackColor = false;
  194. //
  195. // radioButtonEx3
  196. //
  197. this.radioButtonEx3.AutoSize = true;
  198. this.radioButtonEx3.BackColor = System.Drawing.Color.Transparent;
  199. this.radioButtonEx3.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  200. this.radioButtonEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  201. this.radioButtonEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  202. this.radioButtonEx3.Fourstates = false;
  203. this.radioButtonEx3.IsGreenTick = false;
  204. this.radioButtonEx3.Location = new System.Drawing.Point(195, 8);
  205. this.radioButtonEx3.Name = "radioButtonEx3";
  206. this.radioButtonEx3.Size = new System.Drawing.Size(87, 21);
  207. this.radioButtonEx3.TabIndex = 38;
  208. this.radioButtonEx3.Text = "按怀孕周期";
  209. this.radioButtonEx3.UseVisualStyleBackColor = false;
  210. //
  211. // bntSelect
  212. //
  213. this.bntSelect.BackColor = System.Drawing.Color.Transparent;
  214. this.bntSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("bntSelect.BackImg")));
  215. this.bntSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  216. this.bntSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  217. this.bntSelect.ForeColor = System.Drawing.Color.White;
  218. this.bntSelect.IsCustomBackImg = false;
  219. this.bntSelect.IsShowText = true;
  220. this.bntSelect.Location = new System.Drawing.Point(435, 4);
  221. this.bntSelect.Name = "bntSelect";
  222. this.bntSelect.Size = new System.Drawing.Size(70, 28);
  223. this.bntSelect.TabIndex = 18;
  224. this.bntSelect.Text = " 查 找";
  225. this.bntSelect.UseVisualStyleBackColor = false;
  226. //
  227. // btnExport
  228. //
  229. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  230. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  231. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  232. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  233. this.btnExport.ForeColor = System.Drawing.Color.White;
  234. this.btnExport.IsCustomBackImg = false;
  235. this.btnExport.IsShowText = true;
  236. this.btnExport.Location = new System.Drawing.Point(739, 4);
  237. this.btnExport.Name = "btnExport";
  238. this.btnExport.Size = new System.Drawing.Size(70, 28);
  239. this.btnExport.TabIndex = 21;
  240. this.btnExport.Text = " 导 出";
  241. this.btnExport.UseVisualStyleBackColor = false;
  242. //
  243. // radioButtonEx1
  244. //
  245. this.radioButtonEx1.AutoSize = true;
  246. this.radioButtonEx1.BackColor = System.Drawing.Color.Transparent;
  247. this.radioButtonEx1.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  248. this.radioButtonEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  249. this.radioButtonEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  250. this.radioButtonEx1.Fourstates = false;
  251. this.radioButtonEx1.IsGreenTick = false;
  252. this.radioButtonEx1.Location = new System.Drawing.Point(7, 8);
  253. this.radioButtonEx1.Name = "radioButtonEx1";
  254. this.radioButtonEx1.Size = new System.Drawing.Size(87, 21);
  255. this.radioButtonEx1.TabIndex = 3;
  256. this.radioButtonEx1.Text = "按宝宝天数";
  257. this.radioButtonEx1.UseVisualStyleBackColor = false;
  258. //
  259. // btnClose
  260. //
  261. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  262. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  263. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  264. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  265. this.btnClose.ForeColor = System.Drawing.Color.White;
  266. this.btnClose.IsCustomBackImg = false;
  267. this.btnClose.IsShowText = true;
  268. this.btnClose.Location = new System.Drawing.Point(815, 4);
  269. this.btnClose.Name = "btnClose";
  270. this.btnClose.Size = new System.Drawing.Size(70, 28);
  271. this.btnClose.TabIndex = 22;
  272. this.btnClose.Text = " 关 闭";
  273. this.btnClose.UseVisualStyleBackColor = false;
  274. //
  275. // btnTexting
  276. //
  277. this.btnTexting.BackColor = System.Drawing.Color.Transparent;
  278. this.btnTexting.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTexting.BackImg")));
  279. this.btnTexting.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  280. this.btnTexting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  281. this.btnTexting.ForeColor = System.Drawing.Color.White;
  282. this.btnTexting.IsCustomBackImg = false;
  283. this.btnTexting.IsShowText = true;
  284. this.btnTexting.Location = new System.Drawing.Point(557, 4);
  285. this.btnTexting.Name = "btnTexting";
  286. this.btnTexting.Size = new System.Drawing.Size(70, 28);
  287. this.btnTexting.TabIndex = 20;
  288. this.btnTexting.Text = " 发短信";
  289. this.btnTexting.UseVisualStyleBackColor = false;
  290. //
  291. // btnSmsRules
  292. //
  293. this.btnSmsRules.BackColor = System.Drawing.Color.Transparent;
  294. this.btnSmsRules.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSmsRules.BackImg")));
  295. this.btnSmsRules.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  296. this.btnSmsRules.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  297. this.btnSmsRules.ForeColor = System.Drawing.Color.White;
  298. this.btnSmsRules.IsCustomBackImg = false;
  299. this.btnSmsRules.IsShowText = true;
  300. this.btnSmsRules.Location = new System.Drawing.Point(633, 4);
  301. this.btnSmsRules.Name = "btnSmsRules";
  302. this.btnSmsRules.Size = new System.Drawing.Size(100, 28);
  303. this.btnSmsRules.TabIndex = 17;
  304. this.btnSmsRules.Text = " 短信规则设置";
  305. this.btnSmsRules.UseVisualStyleBackColor = false;
  306. //
  307. // numericUpDown2
  308. //
  309. this.numericUpDown2.Location = new System.Drawing.Point(367, 8);
  310. this.numericUpDown2.Maximum = new decimal(new int[] {
  311. 5000,
  312. 0,
  313. 0,
  314. 0});
  315. this.numericUpDown2.Name = "numericUpDown2";
  316. this.numericUpDown2.Size = new System.Drawing.Size(51, 21);
  317. this.numericUpDown2.TabIndex = 32;
  318. this.numericUpDown2.Value = new decimal(new int[] {
  319. 100,
  320. 0,
  321. 0,
  322. 0});
  323. //
  324. // labelEx3
  325. //
  326. this.labelEx3.AutoSize = true;
  327. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  328. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  329. this.labelEx3.Location = new System.Drawing.Point(344, 10);
  330. this.labelEx3.Name = "labelEx3";
  331. this.labelEx3.Size = new System.Drawing.Size(21, 17);
  332. this.labelEx3.TabIndex = 28;
  333. this.labelEx3.Text = "—";
  334. //
  335. // numericUpDown1
  336. //
  337. this.numericUpDown1.Location = new System.Drawing.Point(296, 8);
  338. this.numericUpDown1.Maximum = new decimal(new int[] {
  339. 10000,
  340. 0,
  341. 0,
  342. 0});
  343. this.numericUpDown1.Name = "numericUpDown1";
  344. this.numericUpDown1.Size = new System.Drawing.Size(45, 21);
  345. this.numericUpDown1.TabIndex = 27;
  346. this.numericUpDown1.Value = new decimal(new int[] {
  347. 1,
  348. 0,
  349. 0,
  350. 0});
  351. //
  352. // panelEx3
  353. //
  354. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  355. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  356. this.panelEx3.BorderWidth = 1;
  357. this.panelEx3.Location = new System.Drawing.Point(0, 41);
  358. this.panelEx3.Name = "panelEx3";
  359. this.panelEx3.Size = new System.Drawing.Size(890, 1);
  360. this.panelEx3.TabIndex = 40;
  361. //
  362. // ucPagerEx1
  363. //
  364. this.ucPagerEx1.CurrentPageCount = 0;
  365. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  366. this.ucPagerEx1.Location = new System.Drawing.Point(3, 462);
  367. this.ucPagerEx1.Name = "ucPagerEx1";
  368. this.ucPagerEx1.NMax = 0;
  369. this.ucPagerEx1.PageCount = 0;
  370. this.ucPagerEx1.PageCurrent = 1;
  371. this.ucPagerEx1.PageSize = 20;
  372. this.ucPagerEx1.Size = new System.Drawing.Size(888, 24);
  373. this.ucPagerEx1.TabIndex = 36;
  374. this.ucPagerEx1.TbDataSource = null;
  375. //
  376. // MessagesTracking
  377. //
  378. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  379. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  380. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  381. this.ClientSize = new System.Drawing.Size(910, 610);
  382. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  383. this.IsShowUcNavigationTool = true;
  384. this.Name = "MessagesTracking";
  385. this.Text = "跟踪短信";
  386. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  387. this.plExMainContainer.ResumeLayout(false);
  388. this.plFormMainContent.ResumeLayout(false);
  389. this.panelEx1.ResumeLayout(false);
  390. ((System.ComponentModel.ISupportInitialize)(this.dgvTrack)).EndInit();
  391. this.panelEx2.ResumeLayout(false);
  392. this.panelEx2.PerformLayout();
  393. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  394. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  395. this.ResumeLayout(false);
  396. }
  397. #endregion
  398. private ComponentLibrary.PanelEx panelEx1;
  399. protected internal UCPager.ucPagerEx ucPagerEx1;
  400. private ComponentLibrary.PanelEx panelEx3;
  401. protected internal ComponentLibrary.DataGridViewEc dgvTrack;
  402. private ComponentLibrary.PanelEx panelEx2;
  403. protected internal ComponentLibrary.CheckBoxEx radioButtonEx2;
  404. protected internal ComponentLibrary.CheckBoxEx radioButtonEx3;
  405. protected internal ComponentLibrary.ButtonEx bntSelect;
  406. protected internal ComponentLibrary.ButtonEx btnExport;
  407. protected internal ComponentLibrary.CheckBoxEx radioButtonEx1;
  408. protected internal ComponentLibrary.ButtonEx btnClose;
  409. protected internal ComponentLibrary.ButtonEx btnTexting;
  410. protected internal ComponentLibrary.ButtonEx btnSmsRules;
  411. protected internal System.Windows.Forms.NumericUpDown numericUpDown2;
  412. private ComponentLibrary.LabelEx labelEx3;
  413. protected internal System.Windows.Forms.NumericUpDown numericUpDown1;
  414. }
  415. }