123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- namespace LYFZ.Software.UI.HospitalTrackingSystem
- {
- partial class TodayReminded
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TodayReminded));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvRemind = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnWhole = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnTexting = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnRemind = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnselect = new LYFZ.ComponentLibrary.ButtonEx();
- this.dateEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.datebing = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRemind)).BeginInit();
- this.panelEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Margin = new System.Windows.Forms.Padding(0);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(8);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.dgvRemind);
- this.panelEx2.Controls.Add(this.panelEx1);
- this.panelEx2.Controls.Add(this.ucPagerEx1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(8, 8);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
- this.panelEx2.Size = new System.Drawing.Size(894, 489);
- this.panelEx2.TabIndex = 7;
- //
- // dgvRemind
- //
- this.dgvRemind.AllowUserToAddRows = false;
- this.dgvRemind.AllowUserToDeleteRows = false;
- this.dgvRemind.AllowUserToResizeRows = false;
- this.dgvRemind.BackgroundColor = System.Drawing.Color.White;
- this.dgvRemind.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvRemind.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvRemind.ColumnHeadersHeight = 24;
- this.dgvRemind.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvRemind.dgvColumnHeadersHeight = 24;
- this.dgvRemind.dgvCurrentColumnOriginalSet = "";
- this.dgvRemind.dgvCurrentColumnWidth = "";
- this.dgvRemind.dgvCurrentHideColumn = null;
- this.dgvRemind.dgvFixedHideColumn = null;
- this.dgvRemind.dgvGuidName = null;
- this.dgvRemind.dgvUserEmployeeID = null;
- this.dgvRemind.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvRemind.EnableHeadersVisualStyles = false;
- this.dgvRemind.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvRemind.ImageHeight = 15;
- this.dgvRemind.ImageWidth = 15;
- this.dgvRemind.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvRemind.ImgCollapse")));
- this.dgvRemind.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvRemind.ImgExpand")));
- this.dgvRemind.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvRemind.IsCompleteBonding = false;
- this.dgvRemind.IsCopyCellValue = true;
- this.dgvRemind.IsShowSerialNumber = false;
- this.dgvRemind.IsSortedRedraw = true;
- this.dgvRemind.IsSortMode = false;
- this.dgvRemind.Location = new System.Drawing.Point(3, 40);
- this.dgvRemind.Name = "dgvRemind";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvRemind.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvRemind.RowHeadersWidth = 25;
- this.dgvRemind.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvRemind.RowTemplate.Height = 23;
- this.dgvRemind.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvRemind.Size = new System.Drawing.Size(888, 422);
- this.dgvRemind.StrSecondStageNull = "";
- this.dgvRemind.StrValueNullColumn = "";
- this.dgvRemind.TabIndex = 7;
- this.dgvRemind.ViceCount = 1;
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.btnWhole);
- this.panelEx1.Controls.Add(this.btnClose);
- this.panelEx1.Controls.Add(this.btnExport);
- this.panelEx1.Controls.Add(this.btnTexting);
- this.panelEx1.Controls.Add(this.btnRemind);
- this.panelEx1.Controls.Add(this.btnselect);
- this.panelEx1.Controls.Add(this.dateEnd);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.datebing);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx1.Location = new System.Drawing.Point(3, 3);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(888, 37);
- this.panelEx1.TabIndex = 9;
- //
- // btnWhole
- //
- this.btnWhole.BackColor = System.Drawing.Color.Transparent;
- this.btnWhole.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWhole.BackImg")));
- this.btnWhole.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnWhole.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnWhole.ForeColor = System.Drawing.Color.White;
- this.btnWhole.IsCustomBackImg = false;
- this.btnWhole.IsShowText = true;
- this.btnWhole.Location = new System.Drawing.Point(434, 4);
- this.btnWhole.Name = "btnWhole";
- this.btnWhole.Size = new System.Drawing.Size(85, 28);
- this.btnWhole.TabIndex = 17;
- this.btnWhole.Text = " 查看全部";
- this.btnWhole.UseVisualStyleBackColor = false;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(798, 4);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 20;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnExport
- //
- this.btnExport.BackColor = System.Drawing.Color.Transparent;
- this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
- this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExport.ForeColor = System.Drawing.Color.White;
- this.btnExport.IsCustomBackImg = false;
- this.btnExport.IsShowText = true;
- this.btnExport.Location = new System.Drawing.Point(707, 4);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(85, 28);
- this.btnExport.TabIndex = 19;
- this.btnExport.Text = " 导 出";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // btnTexting
- //
- this.btnTexting.BackColor = System.Drawing.Color.Transparent;
- this.btnTexting.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTexting.BackImg")));
- this.btnTexting.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnTexting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnTexting.ForeColor = System.Drawing.Color.White;
- this.btnTexting.IsCustomBackImg = false;
- this.btnTexting.IsShowText = true;
- this.btnTexting.Location = new System.Drawing.Point(616, 4);
- this.btnTexting.Name = "btnTexting";
- this.btnTexting.Size = new System.Drawing.Size(85, 28);
- this.btnTexting.TabIndex = 18;
- this.btnTexting.Text = " 发短信";
- this.btnTexting.UseVisualStyleBackColor = false;
- //
- // btnRemind
- //
- this.btnRemind.BackColor = System.Drawing.Color.Transparent;
- this.btnRemind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemind.BackImg")));
- this.btnRemind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRemind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRemind.ForeColor = System.Drawing.Color.White;
- this.btnRemind.IsCustomBackImg = false;
- this.btnRemind.IsShowText = true;
- this.btnRemind.Location = new System.Drawing.Point(525, 4);
- this.btnRemind.Name = "btnRemind";
- this.btnRemind.Size = new System.Drawing.Size(85, 28);
- this.btnRemind.TabIndex = 17;
- this.btnRemind.Text = " 取消提醒";
- this.btnRemind.UseVisualStyleBackColor = false;
- //
- // btnselect
- //
- this.btnselect.BackColor = System.Drawing.Color.Transparent;
- this.btnselect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnselect.BackImg")));
- this.btnselect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnselect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnselect.ForeColor = System.Drawing.Color.White;
- this.btnselect.IsCustomBackImg = false;
- this.btnselect.IsShowText = true;
- this.btnselect.Location = new System.Drawing.Point(343, 4);
- this.btnselect.Name = "btnselect";
- this.btnselect.Size = new System.Drawing.Size(85, 28);
- this.btnselect.TabIndex = 16;
- this.btnselect.Text = " 开始查询";
- this.btnselect.UseVisualStyleBackColor = false;
- //
- // dateEnd
- //
- this.dateEnd.CustomFormat = " ";
- this.dateEnd.DateValue = "";
- this.dateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dateEnd.IsShowTime = false;
- this.dateEnd.Location = new System.Drawing.Point(191, 8);
- this.dateEnd.Name = "dateEnd";
- this.dateEnd.Size = new System.Drawing.Size(100, 21);
- this.dateEnd.TabIndex = 15;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(167, 10);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(21, 17);
- this.labelEx2.TabIndex = 14;
- this.labelEx2.Text = "—";
- //
- // datebing
- //
- this.datebing.CustomFormat = " ";
- this.datebing.DateValue = "";
- this.datebing.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.datebing.IsShowTime = false;
- this.datebing.Location = new System.Drawing.Point(64, 8);
- this.datebing.Name = "datebing";
- this.datebing.Size = new System.Drawing.Size(100, 21);
- this.datebing.TabIndex = 13;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(9, 10);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(56, 17);
- this.labelEx3.TabIndex = 12;
- this.labelEx3.Text = "时间段:";
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(3, 462);
- this.ucPagerEx1.Name = "ucPagerEx1";
- this.ucPagerEx1.NMax = 0;
- this.ucPagerEx1.PageCount = 0;
- this.ucPagerEx1.PageCurrent = 1;
- this.ucPagerEx1.PageSize = 20;
- this.ucPagerEx1.Size = new System.Drawing.Size(888, 24);
- this.ucPagerEx1.TabIndex = 6;
- this.ucPagerEx1.TbDataSource = null;
- //
- // TodayReminded
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "TodayReminded";
- this.Text = "医院跟踪→今日提醒";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvRemind)).EndInit();
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected internal ComponentLibrary.DataGridViewEc dgvRemind;
- protected internal UCPager.ucPagerEx ucPagerEx1;
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.ButtonEx btnWhole;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.ButtonEx btnExport;
- protected internal ComponentLibrary.ButtonEx btnTexting;
- protected internal ComponentLibrary.ButtonEx btnRemind;
- protected internal ComponentLibrary.ButtonEx btnselect;
- protected internal ComponentLibrary.DateTimePickerEx dateEnd;
- private ComponentLibrary.LabelEx labelEx2;
- protected internal ComponentLibrary.DateTimePickerEx datebing;
- private ComponentLibrary.LabelEx labelEx3;
- }
- }
|