namespace AIMS.OperationAfter.UI { partial class frmDocument3 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel2 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.treeViewPatient = new System.Windows.Forms.TreeView(); this.panel3 = new System.Windows.Forms.Panel(); this.dtpSearchTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.btnBeforeDay = new DevComponents.DotNetBar.ButtonX(); this.btnAfterDay = new DevComponents.DotNetBar.ButtonX(); this.txtnameOrHnum = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.tsbDoc = new DevComponents.DotNetBar.TabControl(); this.expandableSplitter2 = new DevComponents.DotNetBar.ExpandableSplitter(); this.panel5 = new System.Windows.Forms.Panel(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.labelSite = new System.Windows.Forms.Label(); this.btnDelete = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.btnSel = new DevComponents.DotNetBar.ButtonX(); this.lblPatient = new DevComponents.DotNetBar.LabelX(); this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel(); this.panel2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtpSearchTime)).BeginInit(); this.panel1.SuspendLayout(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tsbDoc)).BeginInit(); this.panel5.SuspendLayout(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // panel2 // this.panel2.Controls.Add(this.groupBox2); this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(149, 611); this.panel2.TabIndex = 2; // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.White; this.groupBox2.Controls.Add(this.treeViewPatient); this.groupBox2.Controls.Add(this.panel3); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox2.Font = new System.Drawing.Font("宋体", 10F); this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(144, 611); this.groupBox2.TabIndex = 7; this.groupBox2.TabStop = false; this.groupBox2.Text = "选择患者"; // // treeViewPatient // this.treeViewPatient.Dock = System.Windows.Forms.DockStyle.Fill; this.treeViewPatient.Font = new System.Drawing.Font("宋体", 10F); this.treeViewPatient.Location = new System.Drawing.Point(3, 130); this.treeViewPatient.Name = "treeViewPatient"; this.treeViewPatient.ShowPlusMinus = false; this.treeViewPatient.ShowRootLines = false; this.treeViewPatient.Size = new System.Drawing.Size(138, 478); this.treeViewPatient.TabIndex = 1; // // panel3 // this.panel3.BackColor = System.Drawing.SystemColors.Control; this.panel3.Controls.Add(this.dtpSearchTime); this.panel3.Controls.Add(this.btnBeforeDay); this.panel3.Controls.Add(this.btnAfterDay); this.panel3.Controls.Add(this.txtnameOrHnum); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(3, 19); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(138, 111); this.panel3.TabIndex = 2; // // dtpSearchTime // // // // this.dtpSearchTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dtpSearchTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.dtpSearchTime.ButtonDropDown.Visible = true; this.dtpSearchTime.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179))))); this.dtpSearchTime.Font = new System.Drawing.Font("宋体", 10F); this.dtpSearchTime.IsPopupCalendarOpen = false; this.dtpSearchTime.Location = new System.Drawing.Point(16, 39); // // // // // // this.dtpSearchTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.dtpSearchTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dtpSearchTime.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); // // // this.dtpSearchTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dtpSearchTime.Name = "dtpSearchTime"; this.dtpSearchTime.Size = new System.Drawing.Size(110, 23); this.dtpSearchTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.dtpSearchTime.TabIndex = 456; this.dtpSearchTime.ValueChanged += new System.EventHandler(this.dtpSearchTime_ValueChanged); this.dtpSearchTime.Click += new System.EventHandler(this.dtpSearchTime_Click); // // btnBeforeDay // this.btnBeforeDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnBeforeDay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnBeforeDay.Font = new System.Drawing.Font("宋体", 10F); this.btnBeforeDay.Location = new System.Drawing.Point(16, 8); this.btnBeforeDay.Name = "btnBeforeDay"; this.btnBeforeDay.Size = new System.Drawing.Size(51, 26); this.btnBeforeDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnBeforeDay.TabIndex = 455; this.btnBeforeDay.Text = "前一天"; this.btnBeforeDay.Click += new System.EventHandler(this.btnBeforeDay_Click); // // btnAfterDay // this.btnAfterDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnAfterDay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnAfterDay.Font = new System.Drawing.Font("宋体", 10F); this.btnAfterDay.Location = new System.Drawing.Point(75, 8); this.btnAfterDay.Name = "btnAfterDay"; this.btnAfterDay.Size = new System.Drawing.Size(51, 26); this.btnAfterDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnAfterDay.TabIndex = 454; this.btnAfterDay.Text = "后一天"; this.btnAfterDay.Click += new System.EventHandler(this.btnAfterDay_Click); // // txtnameOrHnum // this.txtnameOrHnum.Font = new System.Drawing.Font("宋体", 10F); this.txtnameOrHnum.Location = new System.Drawing.Point(16, 71); this.txtnameOrHnum.Name = "txtnameOrHnum"; this.txtnameOrHnum.Size = new System.Drawing.Size(110, 23); this.txtnameOrHnum.TabIndex = 16; this.txtnameOrHnum.Click += new System.EventHandler(this.txtnameOrHnum_Click_1); this.txtnameOrHnum.TextChanged += new System.EventHandler(this.txtnameOrHnum_TextChanged); this.txtnameOrHnum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtnameOrHnum_KeyDown); this.txtnameOrHnum.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtnameOrHnum_KeyUp); this.txtnameOrHnum.Leave += new System.EventHandler(this.txtnameOrHnum_Leave); // // panel1 // this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.expandableSplitter2); this.panel1.Controls.Add(this.panel5); this.panel1.Controls.Add(this.expandablePanel1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(149, 0); this.panel1.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(871, 611); this.panel1.TabIndex = 3; // // panel4 // this.panel4.Controls.Add(this.tsbDoc); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Font = new System.Drawing.Font("宋体", 9.5F); this.panel4.Location = new System.Drawing.Point(210, 53); this.panel4.Margin = new System.Windows.Forms.Padding(2); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(661, 558); this.panel4.TabIndex = 3; // // tsbDoc // this.tsbDoc.AutoCloseTabs = true; this.tsbDoc.CanReorderTabs = true; this.tsbDoc.CloseButtonOnTabsVisible = true; this.tsbDoc.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right; this.tsbDoc.Dock = System.Windows.Forms.DockStyle.Fill; this.tsbDoc.Location = new System.Drawing.Point(0, 0); this.tsbDoc.Margin = new System.Windows.Forms.Padding(2); this.tsbDoc.Name = "tsbDoc"; this.tsbDoc.SelectedTabFont = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Bold); this.tsbDoc.SelectedTabIndex = 0; this.tsbDoc.Size = new System.Drawing.Size(661, 558); this.tsbDoc.TabIndex = 0; this.tsbDoc.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.MultilineNoNavigationBox; // // expandableSplitter2 // this.expandableSplitter2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(135)))), ((int)(((byte)(214))))); this.expandableSplitter2.BackColor2 = System.Drawing.SystemColors.GradientInactiveCaption; this.expandableSplitter2.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None; this.expandableSplitter2.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.expandableSplitter2.Dock = System.Windows.Forms.DockStyle.Top; this.expandableSplitter2.ExpandableControl = this.panel5; this.expandableSplitter2.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150))))); this.expandableSplitter2.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter2.ExpandLineColor = System.Drawing.SystemColors.ControlText; this.expandableSplitter2.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter2.ForeColor = System.Drawing.Color.Black; this.expandableSplitter2.GripDarkColor = System.Drawing.SystemColors.ControlText; this.expandableSplitter2.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter2.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.expandableSplitter2.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter2.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(142)))), ((int)(((byte)(75))))); this.expandableSplitter2.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(207)))), ((int)(((byte)(139))))); this.expandableSplitter2.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2; this.expandableSplitter2.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground; this.expandableSplitter2.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150))))); this.expandableSplitter2.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter2.HotExpandLineColor = System.Drawing.SystemColors.ControlText; this.expandableSplitter2.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter2.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150))))); this.expandableSplitter2.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter2.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.expandableSplitter2.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter2.Location = new System.Drawing.Point(210, 45); this.expandableSplitter2.Name = "expandableSplitter2"; this.expandableSplitter2.Size = new System.Drawing.Size(661, 8); this.expandableSplitter2.TabIndex = 2; this.expandableSplitter2.TabStop = false; // // panel5 // this.panel5.Controls.Add(this.panelEx1); this.panel5.Dock = System.Windows.Forms.DockStyle.Top; this.panel5.Location = new System.Drawing.Point(210, 0); this.panel5.Margin = new System.Windows.Forms.Padding(2); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(661, 45); this.panel5.TabIndex = 1; // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.Controls.Add(this.CboOperationSite); this.panelEx1.Controls.Add(this.labelSite); this.panelEx1.Controls.Add(this.btnDelete); this.panelEx1.Controls.Add(this.buttonX1); this.panelEx1.Controls.Add(this.btnSel); this.panelEx1.Controls.Add(this.lblPatient); this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Font = new System.Drawing.Font("宋体", 9.5F); this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Margin = new System.Windows.Forms.Padding(2); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(661, 45); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.AliceBlue; this.panelEx1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.Color = System.Drawing.Color.AliceBlue; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 0; // // CboOperationSite // this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CboOperationSite.DisplayMember = "Text"; this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 9.5F); this.CboOperationSite.ForeColor = System.Drawing.Color.Black; this.CboOperationSite.FormattingEnabled = true; this.CboOperationSite.ItemHeight = 18; this.CboOperationSite.Location = new System.Drawing.Point(572, 10); this.CboOperationSite.Name = "CboOperationSite"; this.CboOperationSite.Size = new System.Drawing.Size(89, 24); this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.CboOperationSite.TabIndex = 508; // // labelSite // this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelSite.AutoSize = true; this.labelSite.BackColor = System.Drawing.Color.Transparent; this.labelSite.Font = new System.Drawing.Font("微软雅黑", 9.5F); this.labelSite.Location = new System.Drawing.Point(506, 12); this.labelSite.Name = "labelSite"; this.labelSite.Size = new System.Drawing.Size(61, 19); this.labelSite.TabIndex = 509; this.labelSite.Text = "手术地点"; this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // btnDelete // this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnDelete.Location = new System.Drawing.Point(425, 11); this.btnDelete.Margin = new System.Windows.Forms.Padding(2); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(76, 23); this.btnDelete.TabIndex = 6; this.btnDelete.Text = "删除文书"; this.btnDelete.Visible = false; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(86, 11); this.buttonX1.Margin = new System.Windows.Forms.Padding(2); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(76, 23); this.buttonX1.TabIndex = 6; this.buttonX1.Text = "数据中心"; this.buttonX1.Visible = false; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // btnSel // this.btnSel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnSel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnSel.Location = new System.Drawing.Point(10, 11); this.btnSel.Margin = new System.Windows.Forms.Padding(2); this.btnSel.Name = "btnSel"; this.btnSel.Size = new System.Drawing.Size(72, 23); this.btnSel.TabIndex = 6; this.btnSel.Text = "批量打印"; this.btnSel.Click += new System.EventHandler(this.btnSel_Click); // // lblPatient // // // // this.lblPatient.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblPatient.Location = new System.Drawing.Point(166, 10); this.lblPatient.Margin = new System.Windows.Forms.Padding(2); this.lblPatient.Name = "lblPatient"; this.lblPatient.Size = new System.Drawing.Size(534, 26); this.lblPatient.TabIndex = 5; // // expandablePanel1 // this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control; this.expandablePanel1.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.RightToLeft; this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.expandablePanel1.DisabledBackColor = System.Drawing.Color.Empty; this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Left; this.expandablePanel1.Font = new System.Drawing.Font("宋体", 9.5F); this.expandablePanel1.Location = new System.Drawing.Point(0, 0); this.expandablePanel1.Margin = new System.Windows.Forms.Padding(2); this.expandablePanel1.Name = "expandablePanel1"; this.expandablePanel1.Size = new System.Drawing.Size(210, 611); this.expandablePanel1.Style.Alignment = System.Drawing.StringAlignment.Center; this.expandablePanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.expandablePanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.expandablePanel1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandablePanel1.Style.GradientAngle = 90; this.expandablePanel1.TabIndex = 0; this.expandablePanel1.TitleHeight = 21; this.expandablePanel1.TitleStyle.Alignment = System.Drawing.StringAlignment.Center; this.expandablePanel1.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.expandablePanel1.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner; this.expandablePanel1.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandablePanel1.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.expandablePanel1.TitleStyle.GradientAngle = 90; this.expandablePanel1.TitleText = "文档目录"; // // frmDocument3 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1020, 611); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmDocument3"; this.Text = "文书管理"; this.Load += new System.EventHandler(this.frmDocument3_Load_1); this.panel2.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtpSearchTime)).EndInit(); this.panel1.ResumeLayout(false); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tsbDoc)).EndInit(); this.panel5.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel2; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TreeView treeViewPatient; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TextBox txtnameOrHnum; private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpSearchTime; private DevComponents.DotNetBar.ButtonX btnBeforeDay; private DevComponents.DotNetBar.ButtonX btnAfterDay; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel4; private DevComponents.DotNetBar.TabControl tsbDoc; private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter2; private System.Windows.Forms.Panel panel5; private DevComponents.DotNetBar.PanelEx panelEx1; private DevComponents.DotNetBar.LabelX lblPatient; private DevComponents.DotNetBar.ExpandablePanel expandablePanel1; private DevComponents.DotNetBar.ButtonX btnSel; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX btnDelete; private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; private System.Windows.Forms.Label labelSite; } }