From 5c5113a8a92ef9fbdea97658b736395255020553 Mon Sep 17 00:00:00 2001 From: lsm Date: Tue, 27 Aug 2024 12:44:09 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E7=A7=91=E5=AE=A4=E5=88=86=E6=A3=80?= =?UTF-8?q?=E5=9B=9E=E8=BD=A6=E5=88=87=E6=8D=A2=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PEIS/View/Exam/PartForm.Designer.cs | 1043 ++++++++++++++------------- PEIS/View/Exam/PartForm.cs | 39 + PEIS/View/Exam/PartForm.resx | 6 - 3 files changed, 561 insertions(+), 527 deletions(-) diff --git a/PEIS/View/Exam/PartForm.Designer.cs b/PEIS/View/Exam/PartForm.Designer.cs index 24d800b..a1516de 100644 --- a/PEIS/View/Exam/PartForm.Designer.cs +++ b/PEIS/View/Exam/PartForm.Designer.cs @@ -68,9 +68,10 @@ this.dateEditEnd = new System.Windows.Forms.DateTimePicker(); this.dateEditBeg = new System.Windows.Forms.DateTimePicker(); this.panelRight = new System.Windows.Forms.Panel(); - this.splitContainerExam = new DevExpress.XtraEditors.SplitContainerControl(); this.TabPart = new DevExpress.XtraTab.XtraTabControl(); this.tabPageExam = new DevExpress.XtraTab.XtraTabPage(); + this.panel1 = new System.Windows.Forms.Panel(); + this.splitContainerExam = new DevExpress.XtraEditors.SplitContainerControl(); this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl(); this.dgcSign = new DevExpress.XtraGrid.GridControl(); this.dgvSign = new DevExpress.XtraGrid.Views.Grid.GridView(); @@ -93,6 +94,28 @@ this.SearchViewSign = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.splitContainer2 = new System.Windows.Forms.SplitContainer(); + this.panel17 = new System.Windows.Forms.Panel(); + this.txtSummary = new System.Windows.Forms.TextBox(); + this.label17 = new System.Windows.Forms.Label(); + this.panel5 = new System.Windows.Forms.Panel(); + this.dgcConclusion = new DevExpress.XtraGrid.GridControl(); + this.DgvConclusion = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.colConclusionId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.colConclusion = new DevExpress.XtraGrid.Columns.GridColumn(); + this.colConclusionSuggestion = new DevExpress.XtraGrid.Columns.GridColumn(); + this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); + this.colConclusionSelect = new DevExpress.XtraGrid.Columns.GridColumn(); + this.CmbSearchConclusion = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit(); + this.DgvSearchConclusion = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.colConclusionSelectId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.colConclusionSelectName = new DevExpress.XtraGrid.Columns.GridColumn(); + this.colConclusionSelectSuggestion = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.panel6 = new System.Windows.Forms.Panel(); + this.opsConclusion = new PEIS.View.UControl.OpMenuSimple(); + this.label19 = new System.Windows.Forms.Label(); this.panelExamBtn = new System.Windows.Forms.Panel(); this.panelDoctor = new System.Windows.Forms.Panel(); this.cmbVerifier = new System.Windows.Forms.ComboBox(); @@ -216,29 +239,6 @@ this.colRptExtTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRptExtDesc = new DevExpress.XtraGrid.Columns.GridColumn(); this.superTabControl1 = new FastReport.DevComponents.DotNetBar.SuperTabControl(); - this.panel1 = new System.Windows.Forms.Panel(); - this.panel6 = new System.Windows.Forms.Panel(); - this.label19 = new System.Windows.Forms.Label(); - this.opsConclusion = new PEIS.View.UControl.OpMenuSimple(); - this.panel5 = new System.Windows.Forms.Panel(); - this.dgcConclusion = new DevExpress.XtraGrid.GridControl(); - this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); - this.DgvSearchConclusion = new DevExpress.XtraGrid.Views.Grid.GridView(); - this.colConclusionSelectId = new DevExpress.XtraGrid.Columns.GridColumn(); - this.colConclusionSelectName = new DevExpress.XtraGrid.Columns.GridColumn(); - this.colConclusionSelectSuggestion = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.CmbSearchConclusion = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit(); - this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); - this.DgvConclusion = new DevExpress.XtraGrid.Views.Grid.GridView(); - this.colConclusionId = new DevExpress.XtraGrid.Columns.GridColumn(); - this.colConclusion = new DevExpress.XtraGrid.Columns.GridColumn(); - this.colConclusionSuggestion = new DevExpress.XtraGrid.Columns.GridColumn(); - this.colConclusionSelect = new DevExpress.XtraGrid.Columns.GridColumn(); - this.panel17 = new System.Windows.Forms.Panel(); - this.label17 = new System.Windows.Forms.Label(); - this.txtSummary = new System.Windows.Forms.TextBox(); - this.splitContainer2 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerBase)).BeginInit(); this.splitContainerBase.Panel1.SuspendLayout(); this.splitContainerBase.Panel2.SuspendLayout(); @@ -250,11 +250,12 @@ this.panel7.SuspendLayout(); this.menuStrip2.SuspendLayout(); this.panelRight.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainerExam)).BeginInit(); - this.splitContainerExam.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TabPart)).BeginInit(); this.TabPart.SuspendLayout(); this.tabPageExam.SuspendLayout(); + this.panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.splitContainerExam)).BeginInit(); + this.splitContainerExam.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit(); this.popupContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgcSign)).BeginInit(); @@ -265,6 +266,19 @@ ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SearchLookUpEditSign)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SearchViewSign)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); + this.splitContainer2.Panel1.SuspendLayout(); + this.splitContainer2.Panel2.SuspendLayout(); + this.splitContainer2.SuspendLayout(); + this.panel17.SuspendLayout(); + this.panel5.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dgcConclusion)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.DgvConclusion)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.CmbSearchConclusion)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.DgvSearchConclusion)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); + this.panel6.SuspendLayout(); this.panelExamBtn.SuspendLayout(); this.panelDoctor.SuspendLayout(); this.panelDept.SuspendLayout(); @@ -309,20 +323,6 @@ this.panel2.SuspendLayout(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit(); - this.panel1.SuspendLayout(); - this.panel6.SuspendLayout(); - this.panel5.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.dgcConclusion)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.DgvSearchConclusion)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.CmbSearchConclusion)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.DgvConclusion)).BeginInit(); - this.panel17.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); - this.splitContainer2.Panel1.SuspendLayout(); - this.splitContainer2.Panel2.SuspendLayout(); - this.splitContainer2.SuspendLayout(); this.SuspendLayout(); // // splitContainerBase @@ -811,26 +811,6 @@ this.panelRight.Size = new System.Drawing.Size(1200, 869); this.panelRight.TabIndex = 1; // - // splitContainerExam - // - this.splitContainerExam.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); - this.splitContainerExam.Appearance.Options.UseBackColor = true; - this.splitContainerExam.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainerExam.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None; - this.splitContainerExam.Horizontal = false; - this.splitContainerExam.Location = new System.Drawing.Point(0, 0); - this.splitContainerExam.Margin = new System.Windows.Forms.Padding(0); - this.splitContainerExam.Name = "splitContainerExam"; - this.splitContainerExam.Panel1.Controls.Add(this.popupContainerControl1); - this.splitContainerExam.Panel1.Controls.Add(this.dgcExamResult); - this.splitContainerExam.Panel1.Text = "Panel1"; - this.splitContainerExam.Panel2.Controls.Add(this.splitContainer2); - this.splitContainerExam.Panel2.Text = "Panel2"; - this.splitContainerExam.Size = new System.Drawing.Size(1018, 617); - this.splitContainerExam.SplitterPosition = 404; - this.splitContainerExam.TabIndex = 60; - this.splitContainerExam.Text = "splitContainerControl1"; - // // TabPart // this.TabPart.Appearance.BackColor = System.Drawing.Color.White; @@ -893,6 +873,35 @@ this.tabPageExam.Size = new System.Drawing.Size(1194, 652); this.tabPageExam.Text = "一般项目"; // + // panel1 + // + this.panel1.Controls.Add(this.splitContainerExam); + this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel1.Location = new System.Drawing.Point(176, 35); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(1018, 617); + this.panel1.TabIndex = 132; + // + // splitContainerExam + // + this.splitContainerExam.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); + this.splitContainerExam.Appearance.Options.UseBackColor = true; + this.splitContainerExam.Dock = System.Windows.Forms.DockStyle.Fill; + this.splitContainerExam.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None; + this.splitContainerExam.Horizontal = false; + this.splitContainerExam.Location = new System.Drawing.Point(0, 0); + this.splitContainerExam.Margin = new System.Windows.Forms.Padding(0); + this.splitContainerExam.Name = "splitContainerExam"; + this.splitContainerExam.Panel1.Controls.Add(this.popupContainerControl1); + this.splitContainerExam.Panel1.Controls.Add(this.dgcExamResult); + this.splitContainerExam.Panel1.Text = "Panel1"; + this.splitContainerExam.Panel2.Controls.Add(this.splitContainer2); + this.splitContainerExam.Panel2.Text = "Panel2"; + this.splitContainerExam.Size = new System.Drawing.Size(1018, 617); + this.splitContainerExam.SplitterPosition = 404; + this.splitContainerExam.TabIndex = 60; + this.splitContainerExam.Text = "splitContainerControl1"; + // // popupContainerControl1 // this.popupContainerControl1.Controls.Add(this.dgcSign); @@ -1173,88 +1182,363 @@ this.gridColumn13.Visible = true; this.gridColumn13.VisibleIndex = 2; // - // panelExamBtn + // splitContainer2 // - this.panelExamBtn.Controls.Add(this.panelDoctor); - this.panelExamBtn.Dock = System.Windows.Forms.DockStyle.Top; - this.panelExamBtn.Location = new System.Drawing.Point(176, 0); - this.panelExamBtn.Name = "panelExamBtn"; - this.panelExamBtn.Size = new System.Drawing.Size(1018, 35); - this.panelExamBtn.TabIndex = 60; + this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; + this.splitContainer2.Location = new System.Drawing.Point(0, 0); + this.splitContainer2.Name = "splitContainer2"; // - // panelDoctor + // splitContainer2.Panel1 // - this.panelDoctor.Controls.Add(this.cmbVerifier); - this.panelDoctor.Controls.Add(this.label1); - this.panelDoctor.Controls.Add(this.cmbChecker); - this.panelDoctor.Controls.Add(this.label2); - this.panelDoctor.Controls.Add(this.cmbInputer); - this.panelDoctor.Controls.Add(this.label4); - this.panelDoctor.Dock = System.Windows.Forms.DockStyle.Fill; - this.panelDoctor.Location = new System.Drawing.Point(0, 0); - this.panelDoctor.Margin = new System.Windows.Forms.Padding(0); - this.panelDoctor.Name = "panelDoctor"; - this.panelDoctor.Size = new System.Drawing.Size(1018, 35); - this.panelDoctor.TabIndex = 132; + this.splitContainer2.Panel1.Controls.Add(this.panel17); // - // cmbVerifier + // splitContainer2.Panel2 // - this.cmbVerifier.FormattingEnabled = true; - this.cmbVerifier.Location = new System.Drawing.Point(580, 7); - this.cmbVerifier.Margin = new System.Windows.Forms.Padding(0); - this.cmbVerifier.Name = "cmbVerifier"; - this.cmbVerifier.Size = new System.Drawing.Size(150, 22); - this.cmbVerifier.TabIndex = 39; + this.splitContainer2.Panel2.BackColor = System.Drawing.Color.White; + this.splitContainer2.Panel2.Controls.Add(this.panel5); + this.splitContainer2.Panel2.Controls.Add(this.panel6); + this.splitContainer2.Size = new System.Drawing.Size(1018, 208); + this.splitContainer2.SplitterDistance = 496; + this.splitContainer2.TabIndex = 0; // - // label1 + // panel17 // - this.label1.Location = new System.Drawing.Point(510, 0); - this.label1.Margin = new System.Windows.Forms.Padding(0); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(70, 35); - this.label1.TabIndex = 38; - this.label1.Text = "审核医师:"; - this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.panel17.Controls.Add(this.txtSummary); + this.panel17.Controls.Add(this.label17); + this.panel17.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel17.Location = new System.Drawing.Point(0, 0); + this.panel17.Name = "panel17"; + this.panel17.Size = new System.Drawing.Size(496, 208); + this.panel17.TabIndex = 1; // - // cmbChecker + // txtSummary // - this.cmbChecker.FormattingEnabled = true; - this.cmbChecker.Location = new System.Drawing.Point(330, 7); - this.cmbChecker.Margin = new System.Windows.Forms.Padding(0, 14, 0, 0); - this.cmbChecker.Name = "cmbChecker"; - this.cmbChecker.Size = new System.Drawing.Size(150, 22); - this.cmbChecker.TabIndex = 37; + this.txtSummary.Dock = System.Windows.Forms.DockStyle.Fill; + this.txtSummary.Font = new System.Drawing.Font("微软雅黑", 12F); + this.txtSummary.Location = new System.Drawing.Point(0, 40); + this.txtSummary.Margin = new System.Windows.Forms.Padding(0); + this.txtSummary.Multiline = true; + this.txtSummary.Name = "txtSummary"; + this.txtSummary.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txtSummary.Size = new System.Drawing.Size(496, 168); + this.txtSummary.TabIndex = 4; // - // label2 + // label17 // - this.label2.Location = new System.Drawing.Point(260, 0); - this.label2.Margin = new System.Windows.Forms.Padding(0); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(70, 35); - this.label2.TabIndex = 36; - this.label2.Text = "检查医师:"; - this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.label17.BackColor = System.Drawing.Color.White; + this.label17.Dock = System.Windows.Forms.DockStyle.Top; + this.label17.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label17.Location = new System.Drawing.Point(0, 0); + this.label17.Margin = new System.Windows.Forms.Padding(0); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(496, 40); + this.label17.TabIndex = 3; + this.label17.Text = "科室小结"; + this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // - // cmbInputer + // panel5 // - this.cmbInputer.FormattingEnabled = true; - this.cmbInputer.Location = new System.Drawing.Point(80, 7); - this.cmbInputer.Margin = new System.Windows.Forms.Padding(0, 14, 0, 0); - this.cmbInputer.Name = "cmbInputer"; - this.cmbInputer.Size = new System.Drawing.Size(150, 22); - this.cmbInputer.TabIndex = 35; + this.panel5.Controls.Add(this.dgcConclusion); + this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel5.Location = new System.Drawing.Point(0, 40); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(518, 168); + this.panel5.TabIndex = 1; // - // label4 + // dgcConclusion // - this.label4.Location = new System.Drawing.Point(10, 0); - this.label4.Margin = new System.Windows.Forms.Padding(0); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(70, 35); - this.label4.TabIndex = 34; - this.label4.Text = "录入医师:"; - this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.dgcConclusion.Dock = System.Windows.Forms.DockStyle.Fill; + this.dgcConclusion.Font = new System.Drawing.Font("微软雅黑", 12F); + this.dgcConclusion.Location = new System.Drawing.Point(0, 0); + this.dgcConclusion.MainView = this.DgvConclusion; + this.dgcConclusion.Name = "dgcConclusion"; + this.dgcConclusion.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { + this.CmbSearchConclusion, + this.repositoryItemMemoEdit1}); + this.dgcConclusion.Size = new System.Drawing.Size(518, 168); + this.dgcConclusion.TabIndex = 124; + this.dgcConclusion.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { + this.DgvConclusion, + this.gridView1}); // - // panelDept + // DgvConclusion + // + this.DgvConclusion.Appearance.Empty.BackColor = System.Drawing.Color.WhiteSmoke; + this.DgvConclusion.Appearance.Empty.BackColor2 = System.Drawing.Color.WhiteSmoke; + this.DgvConclusion.Appearance.Empty.Options.UseBackColor = true; + this.DgvConclusion.Appearance.FooterPanel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.DgvConclusion.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Red; + this.DgvConclusion.Appearance.FooterPanel.Options.UseFont = true; + this.DgvConclusion.Appearance.FooterPanel.Options.UseForeColor = true; + this.DgvConclusion.Appearance.GroupRow.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.DgvConclusion.Appearance.GroupRow.Options.UseFont = true; + this.DgvConclusion.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.DgvConclusion.Appearance.Row.Options.UseFont = true; + this.DgvConclusion.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { + this.colConclusionId, + this.colConclusion, + this.colConclusionSuggestion, + this.colConclusionSelect}); + this.DgvConclusion.FixedLineWidth = 1; + this.DgvConclusion.GridControl = this.dgcConclusion; + this.DgvConclusion.IndicatorWidth = 30; + this.DgvConclusion.Name = "DgvConclusion"; + this.DgvConclusion.OptionsCustomization.AllowFilter = false; + this.DgvConclusion.OptionsCustomization.AllowSort = false; + this.DgvConclusion.OptionsMenu.EnableColumnMenu = false; + this.DgvConclusion.OptionsSelection.MultiSelect = true; + this.DgvConclusion.OptionsView.ColumnAutoWidth = false; + this.DgvConclusion.OptionsView.ShowGroupPanel = false; + this.DgvConclusion.OptionsView.ShowIndicator = false; + this.DgvConclusion.RowHeight = 50; + // + // colConclusionId + // + this.colConclusionId.Caption = "ID"; + this.colConclusionId.FieldName = "ID"; + this.colConclusionId.Name = "colConclusionId"; + this.colConclusionId.Width = 50; + // + // colConclusion + // + this.colConclusion.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); + this.colConclusion.AppearanceCell.Options.UseFont = true; + this.colConclusion.Caption = "结论词"; + this.colConclusion.FieldName = "Conclusion"; + this.colConclusion.Name = "colConclusion"; + this.colConclusion.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.colConclusion.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.colConclusion.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; + this.colConclusion.OptionsFilter.AllowFilter = false; + this.colConclusion.Visible = true; + this.colConclusion.VisibleIndex = 0; + this.colConclusion.Width = 150; + // + // colConclusionSuggestion + // + this.colConclusionSuggestion.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); + this.colConclusionSuggestion.AppearanceCell.Options.UseFont = true; + this.colConclusionSuggestion.Caption = "总检建议"; + this.colConclusionSuggestion.ColumnEdit = this.repositoryItemMemoEdit1; + this.colConclusionSuggestion.FieldName = "Suggestion"; + this.colConclusionSuggestion.Name = "colConclusionSuggestion"; + this.colConclusionSuggestion.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.colConclusionSuggestion.OptionsColumn.AllowMove = false; + this.colConclusionSuggestion.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.colConclusionSuggestion.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; + this.colConclusionSuggestion.OptionsFilter.AllowFilter = false; + this.colConclusionSuggestion.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { + new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)}); + this.colConclusionSuggestion.Visible = true; + this.colConclusionSuggestion.VisibleIndex = 1; + this.colConclusionSuggestion.Width = 434; + // + // repositoryItemMemoEdit1 + // + this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1"; + // + // colConclusionSelect + // + this.colConclusionSelect.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(247))))); + this.colConclusionSelect.AppearanceCell.BorderColor = System.Drawing.SystemColors.Window; + this.colConclusionSelect.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); + this.colConclusionSelect.AppearanceCell.Options.UseBackColor = true; + this.colConclusionSelect.AppearanceCell.Options.UseBorderColor = true; + this.colConclusionSelect.AppearanceCell.Options.UseFont = true; + this.colConclusionSelect.AppearanceCell.Options.UseTextOptions = true; + this.colConclusionSelect.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + this.colConclusionSelect.AppearanceHeader.Options.UseTextOptions = true; + this.colConclusionSelect.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + this.colConclusionSelect.Caption = "选择"; + this.colConclusionSelect.ColumnEdit = this.CmbSearchConclusion; + this.colConclusionSelect.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right; + this.colConclusionSelect.Name = "colConclusionSelect"; + this.colConclusionSelect.Visible = true; + this.colConclusionSelect.VisibleIndex = 2; + this.colConclusionSelect.Width = 70; + // + // CmbSearchConclusion + // + this.CmbSearchConclusion.AutoHeight = false; + this.CmbSearchConclusion.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { + new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); + this.CmbSearchConclusion.Name = "CmbSearchConclusion"; + this.CmbSearchConclusion.NullText = "选择"; + this.CmbSearchConclusion.ShowClearButton = false; + this.CmbSearchConclusion.View = this.DgvSearchConclusion; + // + // DgvSearchConclusion + // + this.DgvSearchConclusion.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { + this.colConclusionSelectId, + this.colConclusionSelectName, + this.colConclusionSelectSuggestion, + this.gridColumn27}); + this.DgvSearchConclusion.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; + this.DgvSearchConclusion.Name = "DgvSearchConclusion"; + this.DgvSearchConclusion.OptionsSelection.EnableAppearanceFocusedCell = false; + this.DgvSearchConclusion.OptionsView.ShowGroupPanel = false; + // + // colConclusionSelectId + // + this.colConclusionSelectId.Caption = "ID"; + this.colConclusionSelectId.FieldName = "ID"; + this.colConclusionSelectId.Name = "colConclusionSelectId"; + this.colConclusionSelectId.OptionsColumn.AllowEdit = false; + this.colConclusionSelectId.Visible = true; + this.colConclusionSelectId.VisibleIndex = 0; + this.colConclusionSelectId.Width = 50; + // + // colConclusionSelectName + // + this.colConclusionSelectName.Caption = "结论词"; + this.colConclusionSelectName.FieldName = "ConclusionName"; + this.colConclusionSelectName.Name = "colConclusionSelectName"; + this.colConclusionSelectName.OptionsColumn.AllowEdit = false; + this.colConclusionSelectName.Visible = true; + this.colConclusionSelectName.VisibleIndex = 1; + this.colConclusionSelectName.Width = 150; + // + // colConclusionSelectSuggestion + // + this.colConclusionSelectSuggestion.Caption = "总检建议"; + this.colConclusionSelectSuggestion.FieldName = "Suggestion"; + this.colConclusionSelectSuggestion.Name = "colConclusionSelectSuggestion"; + this.colConclusionSelectSuggestion.OptionsColumn.AllowEdit = false; + this.colConclusionSelectSuggestion.Visible = true; + this.colConclusionSelectSuggestion.VisibleIndex = 2; + this.colConclusionSelectSuggestion.Width = 300; + // + // gridColumn27 + // + this.gridColumn27.AppearanceCell.Font = new System.Drawing.Font("Times New Roman", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.gridColumn27.AppearanceCell.Options.UseFont = true; + this.gridColumn27.Caption = " "; + this.gridColumn27.FieldName = "SpellCode"; + this.gridColumn27.Name = "gridColumn27"; + this.gridColumn27.Visible = true; + this.gridColumn27.VisibleIndex = 3; + this.gridColumn27.Width = 30; + // + // gridView1 + // + this.gridView1.GridControl = this.dgcConclusion; + this.gridView1.Name = "gridView1"; + // + // panel6 + // + this.panel6.Controls.Add(this.opsConclusion); + this.panel6.Controls.Add(this.label19); + this.panel6.Dock = System.Windows.Forms.DockStyle.Top; + this.panel6.Location = new System.Drawing.Point(0, 0); + this.panel6.Name = "panel6"; + this.panel6.Size = new System.Drawing.Size(518, 40); + this.panel6.TabIndex = 0; + // + // opsConclusion + // + this.opsConclusion.Dock = System.Windows.Forms.DockStyle.Fill; + this.opsConclusion.Location = new System.Drawing.Point(63, 0); + this.opsConclusion.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); + this.opsConclusion.Name = "opsConclusion"; + this.opsConclusion.Size = new System.Drawing.Size(455, 40); + this.opsConclusion.TabIndex = 3; + // + // label19 + // + this.label19.BackColor = System.Drawing.Color.White; + this.label19.Dock = System.Windows.Forms.DockStyle.Left; + this.label19.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label19.Location = new System.Drawing.Point(0, 0); + this.label19.Margin = new System.Windows.Forms.Padding(0); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(63, 40); + this.label19.TabIndex = 1; + this.label19.Text = "体检结论"; + this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // panelExamBtn + // + this.panelExamBtn.Controls.Add(this.panelDoctor); + this.panelExamBtn.Dock = System.Windows.Forms.DockStyle.Top; + this.panelExamBtn.Location = new System.Drawing.Point(176, 0); + this.panelExamBtn.Name = "panelExamBtn"; + this.panelExamBtn.Size = new System.Drawing.Size(1018, 35); + this.panelExamBtn.TabIndex = 60; + // + // panelDoctor + // + this.panelDoctor.Controls.Add(this.cmbVerifier); + this.panelDoctor.Controls.Add(this.label1); + this.panelDoctor.Controls.Add(this.cmbChecker); + this.panelDoctor.Controls.Add(this.label2); + this.panelDoctor.Controls.Add(this.cmbInputer); + this.panelDoctor.Controls.Add(this.label4); + this.panelDoctor.Dock = System.Windows.Forms.DockStyle.Fill; + this.panelDoctor.Location = new System.Drawing.Point(0, 0); + this.panelDoctor.Margin = new System.Windows.Forms.Padding(0); + this.panelDoctor.Name = "panelDoctor"; + this.panelDoctor.Size = new System.Drawing.Size(1018, 35); + this.panelDoctor.TabIndex = 132; + // + // cmbVerifier + // + this.cmbVerifier.FormattingEnabled = true; + this.cmbVerifier.Location = new System.Drawing.Point(580, 7); + this.cmbVerifier.Margin = new System.Windows.Forms.Padding(0); + this.cmbVerifier.Name = "cmbVerifier"; + this.cmbVerifier.Size = new System.Drawing.Size(150, 22); + this.cmbVerifier.TabIndex = 39; + // + // label1 + // + this.label1.Location = new System.Drawing.Point(510, 0); + this.label1.Margin = new System.Windows.Forms.Padding(0); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(70, 35); + this.label1.TabIndex = 38; + this.label1.Text = "审核医师:"; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // cmbChecker + // + this.cmbChecker.FormattingEnabled = true; + this.cmbChecker.Location = new System.Drawing.Point(330, 7); + this.cmbChecker.Margin = new System.Windows.Forms.Padding(0, 14, 0, 0); + this.cmbChecker.Name = "cmbChecker"; + this.cmbChecker.Size = new System.Drawing.Size(150, 22); + this.cmbChecker.TabIndex = 37; + // + // label2 + // + this.label2.Location = new System.Drawing.Point(260, 0); + this.label2.Margin = new System.Windows.Forms.Padding(0); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(70, 35); + this.label2.TabIndex = 36; + this.label2.Text = "检查医师:"; + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // cmbInputer + // + this.cmbInputer.FormattingEnabled = true; + this.cmbInputer.Location = new System.Drawing.Point(80, 7); + this.cmbInputer.Margin = new System.Windows.Forms.Padding(0, 14, 0, 0); + this.cmbInputer.Name = "cmbInputer"; + this.cmbInputer.Size = new System.Drawing.Size(150, 22); + this.cmbInputer.TabIndex = 35; + // + // label4 + // + this.label4.Location = new System.Drawing.Point(10, 0); + this.label4.Margin = new System.Windows.Forms.Padding(0); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(70, 35); + this.label4.TabIndex = 34; + this.label4.Text = "录入医师:"; + this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // panelDept // this.panelDept.BackColor = System.Drawing.Color.White; this.panelDept.Controls.Add(this.dgcDept); @@ -1343,7 +1627,7 @@ this.tabPageLis.Image = global::PEIS.Properties.Resources.menu; this.tabPageLis.Name = "tabPageLis"; this.tabPageLis.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); - this.tabPageLis.Size = new System.Drawing.Size(1258, 652); + this.tabPageLis.Size = new System.Drawing.Size(1194, 652); this.tabPageLis.Text = "检验报告"; // // dgcLisReport @@ -1352,7 +1636,7 @@ this.dgcLisReport.Location = new System.Drawing.Point(0, 0); this.dgcLisReport.MainView = this.DgvLisReport; this.dgcLisReport.Name = "dgcLisReport"; - this.dgcLisReport.Size = new System.Drawing.Size(1253, 652); + this.dgcLisReport.Size = new System.Drawing.Size(1189, 652); this.dgcLisReport.TabIndex = 1; this.dgcLisReport.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvLisReport}); @@ -1463,7 +1747,7 @@ this.tabPagePacs.Image = global::PEIS.Properties.Resources.menu; this.tabPagePacs.Name = "tabPagePacs"; this.tabPagePacs.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); - this.tabPagePacs.Size = new System.Drawing.Size(1258, 652); + this.tabPagePacs.Size = new System.Drawing.Size(1194, 652); this.tabPagePacs.Text = "检查报告"; // // panelPacsBase @@ -1473,7 +1757,7 @@ this.panelPacsBase.Dock = System.Windows.Forms.DockStyle.Fill; this.panelPacsBase.Location = new System.Drawing.Point(0, 0); this.panelPacsBase.Name = "panelPacsBase"; - this.panelPacsBase.Size = new System.Drawing.Size(1253, 652); + this.panelPacsBase.Size = new System.Drawing.Size(1189, 652); this.panelPacsBase.TabIndex = 0; // // xtraTabControl1 @@ -1484,7 +1768,7 @@ this.xtraTabControl1.Location = new System.Drawing.Point(260, 0); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.tabPacsRpt; - this.xtraTabControl1.Size = new System.Drawing.Size(993, 652); + this.xtraTabControl1.Size = new System.Drawing.Size(929, 652); this.xtraTabControl1.TabIndex = 0; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabPacsRpt, @@ -1494,7 +1778,7 @@ // this.tabPacsRpt.Controls.Add(this.panelPacsRpt); this.tabPacsRpt.Name = "tabPacsRpt"; - this.tabPacsRpt.Size = new System.Drawing.Size(949, 646); + this.tabPacsRpt.Size = new System.Drawing.Size(885, 646); this.tabPacsRpt.Text = "报告"; // // panelPacsRpt @@ -1505,7 +1789,7 @@ this.panelPacsRpt.Dock = System.Windows.Forms.DockStyle.Fill; this.panelPacsRpt.Location = new System.Drawing.Point(0, 0); this.panelPacsRpt.Name = "panelPacsRpt"; - this.panelPacsRpt.Size = new System.Drawing.Size(949, 646); + this.panelPacsRpt.Size = new System.Drawing.Size(885, 646); this.panelPacsRpt.TabIndex = 3; // // picPacsRpt @@ -1522,7 +1806,7 @@ // this.tabPacsImg.Controls.Add(this.panel12); this.tabPacsImg.Name = "tabPacsImg"; - this.tabPacsImg.Size = new System.Drawing.Size(949, 407); + this.tabPacsImg.Size = new System.Drawing.Size(885, 646); this.tabPacsImg.Text = "图片"; // // panel12 @@ -1531,7 +1815,7 @@ this.panel12.Dock = System.Windows.Forms.DockStyle.Fill; this.panel12.Location = new System.Drawing.Point(0, 0); this.panel12.Name = "panel12"; - this.panel12.Size = new System.Drawing.Size(949, 407); + this.panel12.Size = new System.Drawing.Size(885, 646); this.panel12.TabIndex = 3; // // panel13 @@ -1542,7 +1826,7 @@ this.panel13.Dock = System.Windows.Forms.DockStyle.Fill; this.panel13.Location = new System.Drawing.Point(0, 0); this.panel13.Name = "panel13"; - this.panel13.Size = new System.Drawing.Size(949, 407); + this.panel13.Size = new System.Drawing.Size(885, 646); this.panel13.TabIndex = 6; // // panel15 @@ -1552,7 +1836,7 @@ this.panel15.Dock = System.Windows.Forms.DockStyle.Fill; this.panel15.Location = new System.Drawing.Point(0, 40); this.panel15.Name = "panel15"; - this.panel15.Size = new System.Drawing.Size(949, 367); + this.panel15.Size = new System.Drawing.Size(885, 606); this.panel15.TabIndex = 4; // // panelPacsImg @@ -1562,7 +1846,7 @@ this.panelPacsImg.Dock = System.Windows.Forms.DockStyle.Fill; this.panelPacsImg.Location = new System.Drawing.Point(0, 0); this.panelPacsImg.Name = "panelPacsImg"; - this.panelPacsImg.Size = new System.Drawing.Size(925, 367); + this.panelPacsImg.Size = new System.Drawing.Size(861, 606); this.panelPacsImg.TabIndex = 5; // // flowLayoutPanelPacsImg @@ -1574,16 +1858,16 @@ this.flowLayoutPanelPacsImg.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanelPacsImg.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelPacsImg.Name = "flowLayoutPanelPacsImg"; - this.flowLayoutPanelPacsImg.Size = new System.Drawing.Size(925, 367); + this.flowLayoutPanelPacsImg.Size = new System.Drawing.Size(861, 606); this.flowLayoutPanelPacsImg.TabIndex = 0; // // ListViewPacsImg // this.ListViewPacsImg.Dock = System.Windows.Forms.DockStyle.Right; this.ListViewPacsImg.HideSelection = false; - this.ListViewPacsImg.Location = new System.Drawing.Point(925, 0); + this.ListViewPacsImg.Location = new System.Drawing.Point(861, 0); this.ListViewPacsImg.Name = "ListViewPacsImg"; - this.ListViewPacsImg.Size = new System.Drawing.Size(24, 367); + this.ListViewPacsImg.Size = new System.Drawing.Size(24, 606); this.ListViewPacsImg.TabIndex = 4; this.ListViewPacsImg.UseCompatibleStateImageBehavior = false; // @@ -1593,7 +1877,7 @@ this.panel14.Dock = System.Windows.Forms.DockStyle.Top; this.panel14.Location = new System.Drawing.Point(0, 0); this.panel14.Name = "panel14"; - this.panel14.Size = new System.Drawing.Size(949, 40); + this.panel14.Size = new System.Drawing.Size(885, 40); this.panel14.TabIndex = 2; // // OpsPacsImg @@ -1602,7 +1886,7 @@ this.OpsPacsImg.Location = new System.Drawing.Point(0, 0); this.OpsPacsImg.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.OpsPacsImg.Name = "OpsPacsImg"; - this.OpsPacsImg.Size = new System.Drawing.Size(949, 40); + this.OpsPacsImg.Size = new System.Drawing.Size(885, 40); this.OpsPacsImg.TabIndex = 3; // // panelPacsRptList @@ -1687,7 +1971,7 @@ this.tabPageReport.Image = global::PEIS.Properties.Resources.menu; this.tabPageReport.Name = "tabPageReport"; this.tabPageReport.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); - this.tabPageReport.Size = new System.Drawing.Size(1258, 652); + this.tabPageReport.Size = new System.Drawing.Size(1194, 652); this.tabPageReport.Text = "其他报告"; // // panelReportBase @@ -1697,7 +1981,7 @@ this.panelReportBase.Dock = System.Windows.Forms.DockStyle.Fill; this.panelReportBase.Location = new System.Drawing.Point(0, 0); this.panelReportBase.Name = "panelReportBase"; - this.panelReportBase.Size = new System.Drawing.Size(1253, 652); + this.panelReportBase.Size = new System.Drawing.Size(1189, 652); this.panelReportBase.TabIndex = 0; // // panelReport @@ -1708,7 +1992,7 @@ this.panelReport.Dock = System.Windows.Forms.DockStyle.Fill; this.panelReport.Location = new System.Drawing.Point(260, 0); this.panelReport.Name = "panelReport"; - this.panelReport.Size = new System.Drawing.Size(993, 652); + this.panelReport.Size = new System.Drawing.Size(929, 652); this.panelReport.TabIndex = 2; // // picReportExt @@ -1785,7 +2069,7 @@ this.tabPageDept.Image = global::PEIS.Properties.Resources.menu; this.tabPageDept.Name = "tabPageDept"; this.tabPageDept.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); - this.tabPageDept.Size = new System.Drawing.Size(1258, 652); + this.tabPageDept.Size = new System.Drawing.Size(1194, 652); this.tabPageDept.Text = "分科结果"; // // dgcDeptResult @@ -1796,7 +2080,7 @@ this.dgcDeptResult.Name = "dgcDeptResult"; this.dgcDeptResult.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemMemoEditDeptResult}); - this.dgcDeptResult.Size = new System.Drawing.Size(1253, 652); + this.dgcDeptResult.Size = new System.Drawing.Size(1189, 652); this.dgcDeptResult.TabIndex = 141; this.dgcDeptResult.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvDeptExamResult}); @@ -1972,7 +2256,7 @@ // tabPageHistory // this.tabPageHistory.Name = "tabPageHistory"; - this.tabPageHistory.Size = new System.Drawing.Size(1258, 413); + this.tabPageHistory.Size = new System.Drawing.Size(1194, 652); this.tabPageHistory.Text = "历史结果"; // // panelPatientInfoBase @@ -2615,390 +2899,107 @@ this.tsmiSave.Image = ((System.Drawing.Image)(resources.GetObject("tsmiSave.Image"))); this.tsmiSave.Name = "tsmiSave"; this.tsmiSave.Size = new System.Drawing.Size(73, 40); - this.tsmiSave.Text = "保存"; - // - // strip1 - // - this.strip1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.strip1.Name = "strip1"; - this.strip1.Size = new System.Drawing.Size(63, 40); - this.strip1.Text = "体检号"; - this.strip1.Visible = false; - // - // stripTxtEid - // - this.stripTxtEid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.stripTxtEid.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.stripTxtEid.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); - this.stripTxtEid.Name = "stripTxtEid"; - this.stripTxtEid.Size = new System.Drawing.Size(130, 36); - this.stripTxtEid.Visible = false; - // - // strip2 - // - this.strip2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.strip2.Name = "strip2"; - this.strip2.Size = new System.Drawing.Size(49, 40); - this.strip2.Text = "科室"; - // - // stripLblDept - // - this.stripLblDept.BackColor = System.Drawing.SystemColors.Window; - this.stripLblDept.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.stripLblDept.Name = "stripLblDept"; - this.stripLblDept.Size = new System.Drawing.Size(120, 40); - // - // strip3 - // - this.strip3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.strip3.Name = "strip3"; - this.strip3.Size = new System.Drawing.Size(49, 40); - this.strip3.Text = "状态"; - // - // stripLblStatus - // - this.stripLblStatus.AutoSize = false; - this.stripLblStatus.BackColor = System.Drawing.Color.Transparent; - this.stripLblStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.stripLblStatus.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); - this.stripLblStatus.Name = "stripLblStatus"; - this.stripLblStatus.Padding = new System.Windows.Forms.Padding(0); - this.stripLblStatus.Size = new System.Drawing.Size(90, 40); - this.stripLblStatus.Text = " "; - // - // colRptExtClass - // - this.colRptExtClass.Caption = "报告类型"; - this.colRptExtClass.FieldName = "Class"; - this.colRptExtClass.Name = "colRptExtClass"; - this.colRptExtClass.OptionsColumn.AllowEdit = false; - this.colRptExtClass.OptionsColumn.ReadOnly = true; - this.colRptExtClass.Width = 100; - // - // colRptExtTime - // - this.colRptExtTime.Caption = "录入时间"; - this.colRptExtTime.FieldName = "InTime"; - this.colRptExtTime.Name = "colRptExtTime"; - this.colRptExtTime.OptionsColumn.AllowEdit = false; - this.colRptExtTime.OptionsColumn.ReadOnly = true; - // - // colRptExtDesc - // - this.colRptExtDesc.Caption = "描述"; - this.colRptExtDesc.FieldName = "Description"; - this.colRptExtDesc.Name = "colRptExtDesc"; - this.colRptExtDesc.OptionsColumn.AllowEdit = false; - this.colRptExtDesc.OptionsColumn.ReadOnly = true; - this.colRptExtDesc.Visible = true; - this.colRptExtDesc.VisibleIndex = 0; - this.colRptExtDesc.Width = 120; - // - // superTabControl1 - // - // - // - // - // - // - // - this.superTabControl1.ControlBox.CloseBox.Name = ""; - // - // - // - this.superTabControl1.ControlBox.MenuBox.Name = ""; - this.superTabControl1.ControlBox.Name = ""; - this.superTabControl1.ControlBox.SubItems.AddRange(new FastReport.DevComponents.DotNetBar.BaseItem[] { - this.superTabControl1.ControlBox.MenuBox, - this.superTabControl1.ControlBox.CloseBox}); - this.superTabControl1.Location = new System.Drawing.Point(0, 0); - this.superTabControl1.Name = "superTabControl1"; - this.superTabControl1.ReorderTabsEnabled = true; - this.superTabControl1.SelectedTabIndex = -1; - this.superTabControl1.TabIndex = 0; - // - // panel1 - // - this.panel1.Controls.Add(this.splitContainerExam); - this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel1.Location = new System.Drawing.Point(176, 35); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1018, 617); - this.panel1.TabIndex = 132; - // - // panel6 - // - this.panel6.Controls.Add(this.opsConclusion); - this.panel6.Controls.Add(this.label19); - this.panel6.Dock = System.Windows.Forms.DockStyle.Top; - this.panel6.Location = new System.Drawing.Point(0, 0); - this.panel6.Name = "panel6"; - this.panel6.Size = new System.Drawing.Size(518, 40); - this.panel6.TabIndex = 0; - // - // label19 - // - this.label19.BackColor = System.Drawing.Color.White; - this.label19.Dock = System.Windows.Forms.DockStyle.Left; - this.label19.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label19.Location = new System.Drawing.Point(0, 0); - this.label19.Margin = new System.Windows.Forms.Padding(0); - this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(63, 40); - this.label19.TabIndex = 1; - this.label19.Text = "体检结论"; - this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // - // opsConclusion - // - this.opsConclusion.Dock = System.Windows.Forms.DockStyle.Fill; - this.opsConclusion.Location = new System.Drawing.Point(63, 0); - this.opsConclusion.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); - this.opsConclusion.Name = "opsConclusion"; - this.opsConclusion.Size = new System.Drawing.Size(455, 40); - this.opsConclusion.TabIndex = 3; - // - // panel5 - // - this.panel5.Controls.Add(this.dgcConclusion); - this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel5.Location = new System.Drawing.Point(0, 40); - this.panel5.Name = "panel5"; - this.panel5.Size = new System.Drawing.Size(518, 168); - this.panel5.TabIndex = 1; - // - // dgcConclusion - // - this.dgcConclusion.Dock = System.Windows.Forms.DockStyle.Fill; - this.dgcConclusion.Font = new System.Drawing.Font("微软雅黑", 12F); - this.dgcConclusion.Location = new System.Drawing.Point(0, 0); - this.dgcConclusion.MainView = this.DgvConclusion; - this.dgcConclusion.Name = "dgcConclusion"; - this.dgcConclusion.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { - this.CmbSearchConclusion, - this.repositoryItemMemoEdit1}); - this.dgcConclusion.Size = new System.Drawing.Size(518, 168); - this.dgcConclusion.TabIndex = 124; - this.dgcConclusion.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { - this.DgvConclusion}); - // - // gridView1 - // - this.gridView1.GridControl = this.dgcConclusion; - this.gridView1.Name = "gridView1"; - // - // DgvSearchConclusion - // - this.DgvSearchConclusion.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { - this.colConclusionSelectId, - this.colConclusionSelectName, - this.colConclusionSelectSuggestion, - this.gridColumn27}); - this.DgvSearchConclusion.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; - this.DgvSearchConclusion.Name = "DgvSearchConclusion"; - this.DgvSearchConclusion.OptionsSelection.EnableAppearanceFocusedCell = false; - this.DgvSearchConclusion.OptionsView.ShowGroupPanel = false; - // - // colConclusionSelectId - // - this.colConclusionSelectId.Caption = "ID"; - this.colConclusionSelectId.FieldName = "ID"; - this.colConclusionSelectId.Name = "colConclusionSelectId"; - this.colConclusionSelectId.OptionsColumn.AllowEdit = false; - this.colConclusionSelectId.Visible = true; - this.colConclusionSelectId.VisibleIndex = 0; - this.colConclusionSelectId.Width = 50; - // - // colConclusionSelectName - // - this.colConclusionSelectName.Caption = "结论词"; - this.colConclusionSelectName.FieldName = "ConclusionName"; - this.colConclusionSelectName.Name = "colConclusionSelectName"; - this.colConclusionSelectName.OptionsColumn.AllowEdit = false; - this.colConclusionSelectName.Visible = true; - this.colConclusionSelectName.VisibleIndex = 1; - this.colConclusionSelectName.Width = 150; - // - // colConclusionSelectSuggestion + this.tsmiSave.Text = "保存"; // - this.colConclusionSelectSuggestion.Caption = "总检建议"; - this.colConclusionSelectSuggestion.FieldName = "Suggestion"; - this.colConclusionSelectSuggestion.Name = "colConclusionSelectSuggestion"; - this.colConclusionSelectSuggestion.OptionsColumn.AllowEdit = false; - this.colConclusionSelectSuggestion.Visible = true; - this.colConclusionSelectSuggestion.VisibleIndex = 2; - this.colConclusionSelectSuggestion.Width = 300; + // strip1 // - // gridColumn27 + this.strip1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.strip1.Name = "strip1"; + this.strip1.Size = new System.Drawing.Size(63, 40); + this.strip1.Text = "体检号"; + this.strip1.Visible = false; // - this.gridColumn27.AppearanceCell.Font = new System.Drawing.Font("Times New Roman", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.gridColumn27.AppearanceCell.Options.UseFont = true; - this.gridColumn27.Caption = " "; - this.gridColumn27.FieldName = "SpellCode"; - this.gridColumn27.Name = "gridColumn27"; - this.gridColumn27.Visible = true; - this.gridColumn27.VisibleIndex = 3; - this.gridColumn27.Width = 30; + // stripTxtEid // - // CmbSearchConclusion + this.stripTxtEid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.stripTxtEid.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.stripTxtEid.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); + this.stripTxtEid.Name = "stripTxtEid"; + this.stripTxtEid.Size = new System.Drawing.Size(130, 36); + this.stripTxtEid.Visible = false; // - this.CmbSearchConclusion.AutoHeight = false; - this.CmbSearchConclusion.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.CmbSearchConclusion.Name = "CmbSearchConclusion"; - this.CmbSearchConclusion.NullText = "选择"; - this.CmbSearchConclusion.ShowClearButton = false; - this.CmbSearchConclusion.View = this.DgvSearchConclusion; + // strip2 // - // repositoryItemMemoEdit1 + this.strip2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.strip2.Name = "strip2"; + this.strip2.Size = new System.Drawing.Size(49, 40); + this.strip2.Text = "科室"; // - this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1"; + // stripLblDept // - // DgvConclusion + this.stripLblDept.BackColor = System.Drawing.SystemColors.Window; + this.stripLblDept.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.stripLblDept.Name = "stripLblDept"; + this.stripLblDept.Size = new System.Drawing.Size(120, 40); // - this.DgvConclusion.Appearance.Empty.BackColor = System.Drawing.Color.WhiteSmoke; - this.DgvConclusion.Appearance.Empty.BackColor2 = System.Drawing.Color.WhiteSmoke; - this.DgvConclusion.Appearance.Empty.Options.UseBackColor = true; - this.DgvConclusion.Appearance.FooterPanel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.DgvConclusion.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Red; - this.DgvConclusion.Appearance.FooterPanel.Options.UseFont = true; - this.DgvConclusion.Appearance.FooterPanel.Options.UseForeColor = true; - this.DgvConclusion.Appearance.GroupRow.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.DgvConclusion.Appearance.GroupRow.Options.UseFont = true; - this.DgvConclusion.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.DgvConclusion.Appearance.Row.Options.UseFont = true; - this.DgvConclusion.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { - this.colConclusionId, - this.colConclusion, - this.colConclusionSuggestion, - this.colConclusionSelect}); - this.DgvConclusion.FixedLineWidth = 1; - this.DgvConclusion.GridControl = this.dgcConclusion; - this.DgvConclusion.IndicatorWidth = 30; - this.DgvConclusion.Name = "DgvConclusion"; - this.DgvConclusion.OptionsCustomization.AllowFilter = false; - this.DgvConclusion.OptionsCustomization.AllowSort = false; - this.DgvConclusion.OptionsMenu.EnableColumnMenu = false; - this.DgvConclusion.OptionsSelection.MultiSelect = true; - this.DgvConclusion.OptionsView.ColumnAutoWidth = false; - this.DgvConclusion.OptionsView.ShowGroupPanel = false; - this.DgvConclusion.OptionsView.ShowIndicator = false; - this.DgvConclusion.RowHeight = 50; + // strip3 // - // colConclusionId + this.strip3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.strip3.Name = "strip3"; + this.strip3.Size = new System.Drawing.Size(49, 40); + this.strip3.Text = "状态"; // - this.colConclusionId.Caption = "ID"; - this.colConclusionId.FieldName = "ID"; - this.colConclusionId.Name = "colConclusionId"; - this.colConclusionId.Width = 50; + // stripLblStatus // - // colConclusion + this.stripLblStatus.AutoSize = false; + this.stripLblStatus.BackColor = System.Drawing.Color.Transparent; + this.stripLblStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.stripLblStatus.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); + this.stripLblStatus.Name = "stripLblStatus"; + this.stripLblStatus.Padding = new System.Windows.Forms.Padding(0); + this.stripLblStatus.Size = new System.Drawing.Size(90, 40); + this.stripLblStatus.Text = " "; // - this.colConclusion.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); - this.colConclusion.AppearanceCell.Options.UseFont = true; - this.colConclusion.Caption = "结论词"; - this.colConclusion.FieldName = "Conclusion"; - this.colConclusion.Name = "colConclusion"; - this.colConclusion.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; - this.colConclusion.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; - this.colConclusion.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; - this.colConclusion.OptionsFilter.AllowFilter = false; - this.colConclusion.Visible = true; - this.colConclusion.VisibleIndex = 0; - this.colConclusion.Width = 150; + // colRptExtClass // - // colConclusionSuggestion + this.colRptExtClass.Caption = "报告类型"; + this.colRptExtClass.FieldName = "Class"; + this.colRptExtClass.Name = "colRptExtClass"; + this.colRptExtClass.OptionsColumn.AllowEdit = false; + this.colRptExtClass.OptionsColumn.ReadOnly = true; + this.colRptExtClass.Width = 100; // - this.colConclusionSuggestion.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); - this.colConclusionSuggestion.AppearanceCell.Options.UseFont = true; - this.colConclusionSuggestion.Caption = "总检建议"; - this.colConclusionSuggestion.ColumnEdit = this.repositoryItemMemoEdit1; - this.colConclusionSuggestion.FieldName = "Suggestion"; - this.colConclusionSuggestion.Name = "colConclusionSuggestion"; - this.colConclusionSuggestion.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; - this.colConclusionSuggestion.OptionsColumn.AllowMove = false; - this.colConclusionSuggestion.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; - this.colConclusionSuggestion.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; - this.colConclusionSuggestion.OptionsFilter.AllowFilter = false; - this.colConclusionSuggestion.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { - new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)}); - this.colConclusionSuggestion.Visible = true; - this.colConclusionSuggestion.VisibleIndex = 1; - this.colConclusionSuggestion.Width = 434; + // colRptExtTime // - // colConclusionSelect + this.colRptExtTime.Caption = "录入时间"; + this.colRptExtTime.FieldName = "InTime"; + this.colRptExtTime.Name = "colRptExtTime"; + this.colRptExtTime.OptionsColumn.AllowEdit = false; + this.colRptExtTime.OptionsColumn.ReadOnly = true; // - this.colConclusionSelect.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(247))))); - this.colConclusionSelect.AppearanceCell.BorderColor = System.Drawing.SystemColors.Window; - this.colConclusionSelect.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); - this.colConclusionSelect.AppearanceCell.Options.UseBackColor = true; - this.colConclusionSelect.AppearanceCell.Options.UseBorderColor = true; - this.colConclusionSelect.AppearanceCell.Options.UseFont = true; - this.colConclusionSelect.AppearanceCell.Options.UseTextOptions = true; - this.colConclusionSelect.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - this.colConclusionSelect.AppearanceHeader.Options.UseTextOptions = true; - this.colConclusionSelect.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - this.colConclusionSelect.Caption = "选择"; - this.colConclusionSelect.ColumnEdit = this.CmbSearchConclusion; - this.colConclusionSelect.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right; - this.colConclusionSelect.Name = "colConclusionSelect"; - this.colConclusionSelect.Visible = true; - this.colConclusionSelect.VisibleIndex = 2; - this.colConclusionSelect.Width = 70; + // colRptExtDesc // - // panel17 + this.colRptExtDesc.Caption = "描述"; + this.colRptExtDesc.FieldName = "Description"; + this.colRptExtDesc.Name = "colRptExtDesc"; + this.colRptExtDesc.OptionsColumn.AllowEdit = false; + this.colRptExtDesc.OptionsColumn.ReadOnly = true; + this.colRptExtDesc.Visible = true; + this.colRptExtDesc.VisibleIndex = 0; + this.colRptExtDesc.Width = 120; // - this.panel17.Controls.Add(this.txtSummary); - this.panel17.Controls.Add(this.label17); - this.panel17.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel17.Location = new System.Drawing.Point(0, 0); - this.panel17.Name = "panel17"; - this.panel17.Size = new System.Drawing.Size(496, 208); - this.panel17.TabIndex = 1; + // superTabControl1 // - // label17 // - this.label17.BackColor = System.Drawing.Color.White; - this.label17.Dock = System.Windows.Forms.DockStyle.Top; - this.label17.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label17.Location = new System.Drawing.Point(0, 0); - this.label17.Margin = new System.Windows.Forms.Padding(0); - this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(496, 40); - this.label17.TabIndex = 3; - this.label17.Text = "科室小结"; - this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // - // txtSummary // - this.txtSummary.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtSummary.Font = new System.Drawing.Font("微软雅黑", 12F); - this.txtSummary.Location = new System.Drawing.Point(0, 40); - this.txtSummary.Margin = new System.Windows.Forms.Padding(0); - this.txtSummary.Multiline = true; - this.txtSummary.Name = "txtSummary"; - this.txtSummary.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.txtSummary.Size = new System.Drawing.Size(496, 168); - this.txtSummary.TabIndex = 4; // - // splitContainer2 // - this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer2.Location = new System.Drawing.Point(0, 0); - this.splitContainer2.Name = "splitContainer2"; // - // splitContainer2.Panel1 + this.superTabControl1.ControlBox.CloseBox.Name = ""; // - this.splitContainer2.Panel1.Controls.Add(this.panel17); // - // splitContainer2.Panel2 // - this.splitContainer2.Panel2.BackColor = System.Drawing.Color.White; - this.splitContainer2.Panel2.Controls.Add(this.panel5); - this.splitContainer2.Panel2.Controls.Add(this.panel6); - this.splitContainer2.Size = new System.Drawing.Size(1018, 208); - this.splitContainer2.SplitterDistance = 496; - this.splitContainer2.TabIndex = 0; + this.superTabControl1.ControlBox.MenuBox.Name = ""; + this.superTabControl1.ControlBox.Name = ""; + this.superTabControl1.ControlBox.SubItems.AddRange(new FastReport.DevComponents.DotNetBar.BaseItem[] { + this.superTabControl1.ControlBox.MenuBox, + this.superTabControl1.ControlBox.CloseBox}); + this.superTabControl1.Location = new System.Drawing.Point(0, 0); + this.superTabControl1.Name = "superTabControl1"; + this.superTabControl1.ReorderTabsEnabled = true; + this.superTabControl1.SelectedTabIndex = -1; + this.superTabControl1.TabIndex = 0; // // PartForm // @@ -3024,11 +3025,12 @@ this.menuStrip2.ResumeLayout(false); this.menuStrip2.PerformLayout(); this.panelRight.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainerExam)).EndInit(); - this.splitContainerExam.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.TabPart)).EndInit(); this.TabPart.ResumeLayout(false); this.tabPageExam.ResumeLayout(false); + this.panel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.splitContainerExam)).EndInit(); + this.splitContainerExam.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit(); this.popupContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgcSign)).EndInit(); @@ -3039,6 +3041,20 @@ ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SearchLookUpEditSign)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SearchViewSign)).EndInit(); + this.splitContainer2.Panel1.ResumeLayout(false); + this.splitContainer2.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); + this.splitContainer2.ResumeLayout(false); + this.panel17.ResumeLayout(false); + this.panel17.PerformLayout(); + this.panel5.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.dgcConclusion)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.DgvConclusion)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.CmbSearchConclusion)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.DgvSearchConclusion)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); + this.panel6.ResumeLayout(false); this.panelExamBtn.ResumeLayout(false); this.panelDoctor.ResumeLayout(false); this.panelDept.ResumeLayout(false); @@ -3088,21 +3104,6 @@ this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit(); - this.panel1.ResumeLayout(false); - this.panel6.ResumeLayout(false); - this.panel5.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.dgcConclusion)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.DgvSearchConclusion)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.CmbSearchConclusion)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.DgvConclusion)).EndInit(); - this.panel17.ResumeLayout(false); - this.panel17.PerformLayout(); - this.splitContainer2.Panel1.ResumeLayout(false); - this.splitContainer2.Panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); - this.splitContainer2.ResumeLayout(false); this.ResumeLayout(false); } diff --git a/PEIS/View/Exam/PartForm.cs b/PEIS/View/Exam/PartForm.cs index ced17cd..f851001 100644 --- a/PEIS/View/Exam/PartForm.cs +++ b/PEIS/View/Exam/PartForm.cs @@ -153,6 +153,8 @@ namespace PEIS.View.Exam DgvExamResult.FocusedRowChanged += DgvExamResult_FocusedRowChanged; //1.1.4.检查结果列表-单元格值修改 DgvExamResult.CellValueChanged += DgvExamResult_CellValueChanged; + //1.1.5 按下回车-跳转下一行 + DgvExamResult.KeyUp += DgvExamResult_KeyUp; //1.2.1.PACS DgvRptPacs.RowClick += DgvReportPacs_RowClick; //1.2.2.PACS图片选择列表-限制选中项数 @@ -1766,6 +1768,43 @@ namespace PEIS.View.Exam return result.ToString(); } + /// + /// 1.1.5.按下回车-跳转下一行 + /// + /// + /// + private void DgvExamResult_KeyUp(object sender, KeyEventArgs e) + { + if(e.KeyCode == Keys.Enter) + { + int rowHandle = DgvExamResult.FocusedRowHandle; + string ColumnName = DgvExamResult.FocusedColumn.Name; + rowHandle = rowHandle + 1; + if(rowHandle >= DgvExamResult.RowCount) + { + SetFocuse(DgvExamResult, 0, "colExamTextResult"); + } + else + { + SetFocuse(DgvExamResult, rowHandle, "colExamTextResult"); + } + } + } + + /// + /// 重新聚焦 + /// + /// + /// + /// + private void SetFocuse(GridView view, Int32 rowHandle, string columnName) + { + view.Focus(); + view.FocusedRowHandle = rowHandle; + view.FocusedColumn.Name = columnName; + view.ShowEditor(); + } + #endregion 1.检查结果列表相关 #region PACS diff --git a/PEIS/View/Exam/PartForm.resx b/PEIS/View/Exam/PartForm.resx index 98a6496..14ad733 100644 --- a/PEIS/View/Exam/PartForm.resx +++ b/PEIS/View/Exam/PartForm.resx @@ -117,12 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 340, 17 - - - 460, 17 - 460, 17