TodayReminded.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. namespace LYFZ.Software.UI.HospitalTrackingSystem
  2. {
  3. partial class TodayReminded
  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(TodayReminded));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvRemind = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.btnWhole = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnTexting = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnRemind = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnselect = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.dateEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  41. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.datebing = new LYFZ.ComponentLibrary.DateTimePickerEx();
  43. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  45. this.plExMainContainer.SuspendLayout();
  46. this.plFormMainContent.SuspendLayout();
  47. this.panelEx2.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.dgvRemind)).BeginInit();
  49. this.panelEx1.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // plExMainContainer
  53. //
  54. this.plExMainContainer.Controls.Add(this.panelEx2);
  55. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  56. this.plExMainContainer.Margin = new System.Windows.Forms.Padding(0);
  57. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(8);
  58. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  59. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  60. //
  61. // btnAppFormMaximize
  62. //
  63. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  64. //
  65. // btnAppFormExit
  66. //
  67. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  72. //
  73. // panelEx2
  74. //
  75. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  76. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  77. this.panelEx2.BorderWidth = 1;
  78. this.panelEx2.Controls.Add(this.dgvRemind);
  79. this.panelEx2.Controls.Add(this.panelEx1);
  80. this.panelEx2.Controls.Add(this.ucPagerEx1);
  81. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.panelEx2.Location = new System.Drawing.Point(8, 8);
  83. this.panelEx2.Name = "panelEx2";
  84. this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
  85. this.panelEx2.Size = new System.Drawing.Size(894, 489);
  86. this.panelEx2.TabIndex = 7;
  87. //
  88. // dgvRemind
  89. //
  90. this.dgvRemind.AllowUserToAddRows = false;
  91. this.dgvRemind.AllowUserToDeleteRows = false;
  92. this.dgvRemind.AllowUserToResizeRows = false;
  93. this.dgvRemind.BackgroundColor = System.Drawing.Color.White;
  94. this.dgvRemind.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  95. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  96. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  97. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  99. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  100. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  101. this.dgvRemind.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  102. this.dgvRemind.ColumnHeadersHeight = 24;
  103. this.dgvRemind.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  104. this.dgvRemind.dgvColumnHeadersHeight = 24;
  105. this.dgvRemind.dgvCurrentColumnOriginalSet = "";
  106. this.dgvRemind.dgvCurrentColumnWidth = "";
  107. this.dgvRemind.dgvCurrentHideColumn = null;
  108. this.dgvRemind.dgvFixedHideColumn = null;
  109. this.dgvRemind.dgvGuidName = null;
  110. this.dgvRemind.dgvUserEmployeeID = null;
  111. this.dgvRemind.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.dgvRemind.EnableHeadersVisualStyles = false;
  113. this.dgvRemind.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  114. this.dgvRemind.ImageHeight = 15;
  115. this.dgvRemind.ImageWidth = 15;
  116. this.dgvRemind.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvRemind.ImgCollapse")));
  117. this.dgvRemind.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvRemind.ImgExpand")));
  118. this.dgvRemind.IsAutomaticDrawSingleOrDoubleRow = false;
  119. this.dgvRemind.IsCompleteBonding = false;
  120. this.dgvRemind.IsCopyCellValue = true;
  121. this.dgvRemind.IsShowSerialNumber = false;
  122. this.dgvRemind.IsSortedRedraw = true;
  123. this.dgvRemind.IsSortMode = false;
  124. this.dgvRemind.Location = new System.Drawing.Point(3, 40);
  125. this.dgvRemind.Name = "dgvRemind";
  126. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  127. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  128. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  130. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  131. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  132. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  133. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  134. this.dgvRemind.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  135. this.dgvRemind.RowHeadersWidth = 25;
  136. this.dgvRemind.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  137. this.dgvRemind.RowTemplate.Height = 23;
  138. this.dgvRemind.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  139. this.dgvRemind.Size = new System.Drawing.Size(888, 422);
  140. this.dgvRemind.StrSecondStageNull = "";
  141. this.dgvRemind.StrValueNullColumn = "";
  142. this.dgvRemind.TabIndex = 7;
  143. this.dgvRemind.ViceCount = 1;
  144. //
  145. // panelEx1
  146. //
  147. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  148. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  149. this.panelEx1.BorderWidth = 1;
  150. this.panelEx1.Controls.Add(this.btnWhole);
  151. this.panelEx1.Controls.Add(this.btnClose);
  152. this.panelEx1.Controls.Add(this.btnExport);
  153. this.panelEx1.Controls.Add(this.btnTexting);
  154. this.panelEx1.Controls.Add(this.btnRemind);
  155. this.panelEx1.Controls.Add(this.btnselect);
  156. this.panelEx1.Controls.Add(this.dateEnd);
  157. this.panelEx1.Controls.Add(this.labelEx2);
  158. this.panelEx1.Controls.Add(this.datebing);
  159. this.panelEx1.Controls.Add(this.labelEx3);
  160. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  161. this.panelEx1.Location = new System.Drawing.Point(3, 3);
  162. this.panelEx1.Name = "panelEx1";
  163. this.panelEx1.Size = new System.Drawing.Size(888, 37);
  164. this.panelEx1.TabIndex = 9;
  165. //
  166. // btnWhole
  167. //
  168. this.btnWhole.BackColor = System.Drawing.Color.Transparent;
  169. this.btnWhole.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWhole.BackImg")));
  170. this.btnWhole.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  171. this.btnWhole.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  172. this.btnWhole.ForeColor = System.Drawing.Color.White;
  173. this.btnWhole.IsCustomBackImg = false;
  174. this.btnWhole.IsShowText = true;
  175. this.btnWhole.Location = new System.Drawing.Point(434, 4);
  176. this.btnWhole.Name = "btnWhole";
  177. this.btnWhole.Size = new System.Drawing.Size(85, 28);
  178. this.btnWhole.TabIndex = 17;
  179. this.btnWhole.Text = " 查看全部";
  180. this.btnWhole.UseVisualStyleBackColor = false;
  181. //
  182. // btnClose
  183. //
  184. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  185. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  186. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  187. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  188. this.btnClose.ForeColor = System.Drawing.Color.White;
  189. this.btnClose.IsCustomBackImg = false;
  190. this.btnClose.IsShowText = true;
  191. this.btnClose.Location = new System.Drawing.Point(798, 4);
  192. this.btnClose.Name = "btnClose";
  193. this.btnClose.Size = new System.Drawing.Size(85, 28);
  194. this.btnClose.TabIndex = 20;
  195. this.btnClose.Text = " 关 闭";
  196. this.btnClose.UseVisualStyleBackColor = false;
  197. //
  198. // btnExport
  199. //
  200. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  201. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  202. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  203. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  204. this.btnExport.ForeColor = System.Drawing.Color.White;
  205. this.btnExport.IsCustomBackImg = false;
  206. this.btnExport.IsShowText = true;
  207. this.btnExport.Location = new System.Drawing.Point(707, 4);
  208. this.btnExport.Name = "btnExport";
  209. this.btnExport.Size = new System.Drawing.Size(85, 28);
  210. this.btnExport.TabIndex = 19;
  211. this.btnExport.Text = " 导 出";
  212. this.btnExport.UseVisualStyleBackColor = false;
  213. //
  214. // btnTexting
  215. //
  216. this.btnTexting.BackColor = System.Drawing.Color.Transparent;
  217. this.btnTexting.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTexting.BackImg")));
  218. this.btnTexting.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  219. this.btnTexting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  220. this.btnTexting.ForeColor = System.Drawing.Color.White;
  221. this.btnTexting.IsCustomBackImg = false;
  222. this.btnTexting.IsShowText = true;
  223. this.btnTexting.Location = new System.Drawing.Point(616, 4);
  224. this.btnTexting.Name = "btnTexting";
  225. this.btnTexting.Size = new System.Drawing.Size(85, 28);
  226. this.btnTexting.TabIndex = 18;
  227. this.btnTexting.Text = " 发短信";
  228. this.btnTexting.UseVisualStyleBackColor = false;
  229. //
  230. // btnRemind
  231. //
  232. this.btnRemind.BackColor = System.Drawing.Color.Transparent;
  233. this.btnRemind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemind.BackImg")));
  234. this.btnRemind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  235. this.btnRemind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  236. this.btnRemind.ForeColor = System.Drawing.Color.White;
  237. this.btnRemind.IsCustomBackImg = false;
  238. this.btnRemind.IsShowText = true;
  239. this.btnRemind.Location = new System.Drawing.Point(525, 4);
  240. this.btnRemind.Name = "btnRemind";
  241. this.btnRemind.Size = new System.Drawing.Size(85, 28);
  242. this.btnRemind.TabIndex = 17;
  243. this.btnRemind.Text = " 取消提醒";
  244. this.btnRemind.UseVisualStyleBackColor = false;
  245. //
  246. // btnselect
  247. //
  248. this.btnselect.BackColor = System.Drawing.Color.Transparent;
  249. this.btnselect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnselect.BackImg")));
  250. this.btnselect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  251. this.btnselect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  252. this.btnselect.ForeColor = System.Drawing.Color.White;
  253. this.btnselect.IsCustomBackImg = false;
  254. this.btnselect.IsShowText = true;
  255. this.btnselect.Location = new System.Drawing.Point(343, 4);
  256. this.btnselect.Name = "btnselect";
  257. this.btnselect.Size = new System.Drawing.Size(85, 28);
  258. this.btnselect.TabIndex = 16;
  259. this.btnselect.Text = " 开始查询";
  260. this.btnselect.UseVisualStyleBackColor = false;
  261. //
  262. // dateEnd
  263. //
  264. this.dateEnd.CustomFormat = " ";
  265. this.dateEnd.DateValue = "";
  266. this.dateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  267. this.dateEnd.IsShowTime = false;
  268. this.dateEnd.Location = new System.Drawing.Point(191, 8);
  269. this.dateEnd.Name = "dateEnd";
  270. this.dateEnd.Size = new System.Drawing.Size(100, 21);
  271. this.dateEnd.TabIndex = 15;
  272. //
  273. // labelEx2
  274. //
  275. this.labelEx2.AutoSize = true;
  276. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  277. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  278. this.labelEx2.Location = new System.Drawing.Point(167, 10);
  279. this.labelEx2.Name = "labelEx2";
  280. this.labelEx2.Size = new System.Drawing.Size(21, 17);
  281. this.labelEx2.TabIndex = 14;
  282. this.labelEx2.Text = "—";
  283. //
  284. // datebing
  285. //
  286. this.datebing.CustomFormat = " ";
  287. this.datebing.DateValue = "";
  288. this.datebing.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  289. this.datebing.IsShowTime = false;
  290. this.datebing.Location = new System.Drawing.Point(64, 8);
  291. this.datebing.Name = "datebing";
  292. this.datebing.Size = new System.Drawing.Size(100, 21);
  293. this.datebing.TabIndex = 13;
  294. //
  295. // labelEx3
  296. //
  297. this.labelEx3.AutoSize = true;
  298. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  299. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  300. this.labelEx3.Location = new System.Drawing.Point(9, 10);
  301. this.labelEx3.Name = "labelEx3";
  302. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  303. this.labelEx3.TabIndex = 12;
  304. this.labelEx3.Text = "时间段:";
  305. //
  306. // ucPagerEx1
  307. //
  308. this.ucPagerEx1.CurrentPageCount = 0;
  309. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  310. this.ucPagerEx1.Location = new System.Drawing.Point(3, 462);
  311. this.ucPagerEx1.Name = "ucPagerEx1";
  312. this.ucPagerEx1.NMax = 0;
  313. this.ucPagerEx1.PageCount = 0;
  314. this.ucPagerEx1.PageCurrent = 1;
  315. this.ucPagerEx1.PageSize = 20;
  316. this.ucPagerEx1.Size = new System.Drawing.Size(888, 24);
  317. this.ucPagerEx1.TabIndex = 6;
  318. this.ucPagerEx1.TbDataSource = null;
  319. //
  320. // TodayReminded
  321. //
  322. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  323. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  324. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  325. this.ClientSize = new System.Drawing.Size(910, 610);
  326. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  327. this.IsShowUcNavigationTool = true;
  328. this.Name = "TodayReminded";
  329. this.Text = "医院跟踪→今日提醒";
  330. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  331. this.plExMainContainer.ResumeLayout(false);
  332. this.plFormMainContent.ResumeLayout(false);
  333. this.panelEx2.ResumeLayout(false);
  334. ((System.ComponentModel.ISupportInitialize)(this.dgvRemind)).EndInit();
  335. this.panelEx1.ResumeLayout(false);
  336. this.panelEx1.PerformLayout();
  337. this.ResumeLayout(false);
  338. }
  339. #endregion
  340. private ComponentLibrary.PanelEx panelEx2;
  341. protected internal ComponentLibrary.DataGridViewEc dgvRemind;
  342. protected internal UCPager.ucPagerEx ucPagerEx1;
  343. private ComponentLibrary.PanelEx panelEx1;
  344. protected internal ComponentLibrary.ButtonEx btnWhole;
  345. protected internal ComponentLibrary.ButtonEx btnClose;
  346. protected internal ComponentLibrary.ButtonEx btnExport;
  347. protected internal ComponentLibrary.ButtonEx btnTexting;
  348. protected internal ComponentLibrary.ButtonEx btnRemind;
  349. protected internal ComponentLibrary.ButtonEx btnselect;
  350. protected internal ComponentLibrary.DateTimePickerEx dateEnd;
  351. private ComponentLibrary.LabelEx labelEx2;
  352. protected internal ComponentLibrary.DateTimePickerEx datebing;
  353. private ComponentLibrary.LabelEx labelEx3;
  354. }
  355. }