diff --git a/PEIS/Entity/EnrollmentPatient.cs b/PEIS/Entity/EnrollmentPatient.cs index 87a6d49..3a5fbf0 100644 --- a/PEIS/Entity/EnrollmentPatient.cs +++ b/PEIS/Entity/EnrollmentPatient.cs @@ -101,7 +101,10 @@ namespace PEIS.Entity [RefFlag(true)] public DateTime? CostTime { get; set; } - + + [RefFlag(true)] + public Int64 RowNumber { get; set; } + #endregion Other } } \ No newline at end of file diff --git a/PEIS/Model/Enrollment/EnrollentOrgGroupModel.cs b/PEIS/Model/Enrollment/EnrollentOrgGroupModel.cs index 1bb2a70..0efb9f3 100644 --- a/PEIS/Model/Enrollment/EnrollentOrgGroupModel.cs +++ b/PEIS/Model/Enrollment/EnrollentOrgGroupModel.cs @@ -40,7 +40,10 @@ namespace PEIS.Model.Enrollment public void UpdateGroup(EnrollmentOrgGroup item) { var list = DAOHelp.GetDataBySQL($"SELECT a.*, b.Name,b.Birthday,b.CardType, b.CardNo,b.Education, b.Marriage,b.Nation, b.Tel1, b.Tel2, CASE b.Sex WHEN 1 THEN '男' WHEN 2 THEN '女' ELSE '' END AS Sex FROM Enrollment_OrgPatient a LEFT JOIN Base_Patient b ON a.PID = b.ID WHERE GroupID = {item.ID} AND OID = {item.OID}"); - if (list.Count != 0) return; + if (list.Count != 0){ + Global.Msg("info", "当前分组已存在人员!"); + return; + } DAOHelp.ExecuteSql($"UPDATE ENROLLMENT_ORGGROUP SET Name= '{item.Name}', Description= '{item.Description}', Sex= '{item.Sex}', Marriage= '{item.Marriage}', AgeMin= {item.AgeMin}, AgeMax= {item.AgeMax}, Type= '{item.Type}' WHERE ID= {item.ID}", false); } diff --git a/PEIS/Model/Enrollment/EnrollmentPatientModel.cs b/PEIS/Model/Enrollment/EnrollmentPatientModel.cs index fa75aa7..7cfffa2 100644 --- a/PEIS/Model/Enrollment/EnrollmentPatientModel.cs +++ b/PEIS/Model/Enrollment/EnrollmentPatientModel.cs @@ -69,14 +69,14 @@ namespace PEIS.Model.Enrollment return DAOHelp.GetDataBySQL($@"Select a.Name, a.ID, a.SEX, - a.Age, - a.AgeClass, + CONVERT(VARCHAR,a.Age) + a.AgeClass AgeClass, b.BirthDay, a.CardNo, a.CardType, b.Marriage, c.DeptName AS GroupName, - a.SignTime, + a.SignTime, + a.Tel1, CASE WHEN a.SignTime IS NULL THEN NULL ELSE '已发送' diff --git a/PEIS/Model/EnrollmentFeeItemModel.cs b/PEIS/Model/EnrollmentFeeItemModel.cs index c8e7bee..aacdf38 100644 --- a/PEIS/Model/EnrollmentFeeItemModel.cs +++ b/PEIS/Model/EnrollmentFeeItemModel.cs @@ -33,7 +33,7 @@ namespace PEIS.Model public List GetItemsByEnrollmentID(Int64 enrollmentID) { - return DAOHelp.GetDataBySQL($"Select a.*, b.Address, c.IsHide From Enrollment_FeeItem a LEFT JOIN Dict_Dept b ON a.DeptCode = b.HISCode LEFT JOIN Dict_FeeItem c ON a.KeyNo = c.KeyNo Where a.EID = {enrollmentID} Order by a.OrderNo, a.DeptName"); + return DAOHelp.GetDataBySQL($"Select a.*, b.Address, c.IsHide From Enrollment_FeeItem a LEFT JOIN Dict_Dept b ON a.DeptCode = b.HISCode LEFT JOIN Dict_FeeItem c ON a.KeyNo = c.KeyNo Where a.EID = {enrollmentID} Order by a.PackName DESC, a.OrderNo, a.DeptName"); } public List GetItems4CheckCost(Int64 oeID, Int64 enrollmentID) diff --git a/PEIS/Model/Exam/PartModel.cs b/PEIS/Model/Exam/PartModel.cs index 63cdf02..9fcdb49 100644 --- a/PEIS/Model/Exam/PartModel.cs +++ b/PEIS/Model/Exam/PartModel.cs @@ -201,6 +201,7 @@ namespace PEIS.Model "3201", //放射科 "3202", //超声科 }; + var index = 1; results.GroupBy(g => g.FeeItemName).ToList().ForEach(items => { @@ -210,7 +211,7 @@ namespace PEIS.Model if (!deptCodeList.Contains(deptCode)) { summary += string.Join(Environment.NewLine, - items.Select(s => $@" {s.RptItemName}:{s.TextResult} {s.Unit} {s.UnusualFlag}").ToList()); + items.Select(s => $@" {s.RptItemName}:{s.TextResult} {s.Unit} {s.UnusualFlag};").ToList()); } else { diff --git a/PEIS/PEIS.csproj b/PEIS/PEIS.csproj index 8a4593f..4249c07 100644 --- a/PEIS/PEIS.csproj +++ b/PEIS/PEIS.csproj @@ -526,6 +526,7 @@ ViewBase.cs + Designer LoginForm.cs @@ -679,12 +680,11 @@ + + Always - - PreserveNewest - PreserveNewest diff --git a/PEIS/Properties/Resources.Designer.cs b/PEIS/Properties/Resources.Designer.cs index a86da42..797f1ab 100644 --- a/PEIS/Properties/Resources.Designer.cs +++ b/PEIS/Properties/Resources.Designer.cs @@ -140,6 +140,16 @@ namespace PEIS.Properties { } } + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap shang { + get { + object obj = ResourceManager.GetObject("shang", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// 查找 System.Drawing.Bitmap 类型的本地化资源。 /// @@ -170,6 +180,16 @@ namespace PEIS.Properties { } } + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap xia { + get { + object obj = ResourceManager.GetObject("xia", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// 查找 System.Drawing.Bitmap 类型的本地化资源。 /// diff --git a/PEIS/Properties/Resources.resx b/PEIS/Properties/Resources.resx index 5bebda9..6bd5584 100644 --- a/PEIS/Properties/Resources.resx +++ b/PEIS/Properties/Resources.resx @@ -130,6 +130,9 @@ ..\Resources\审核.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\left.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\menu.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -157,9 +160,6 @@ ..\Resources\Report.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\预览报告.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\查找.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -172,6 +172,9 @@ ..\Resources\刷新.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\个人信息 (1).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\添加.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -184,6 +187,9 @@ ..\Resources\结论.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\wechatlogo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\添加1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -199,25 +205,25 @@ ..\Resources\WeChat.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\取消审核.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\取消.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\分检页面.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\left.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\取消审核.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\总检页面.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\个人信息 (1).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\预览报告.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\wechatlogo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\shang.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\xia.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file diff --git a/PEIS/Resources/shang.png b/PEIS/Resources/shang.png new file mode 100644 index 0000000..1c9abf2 Binary files /dev/null and b/PEIS/Resources/shang.png differ diff --git a/PEIS/Resources/xia.png b/PEIS/Resources/xia.png new file mode 100644 index 0000000..087b6f7 Binary files /dev/null and b/PEIS/Resources/xia.png differ diff --git a/PEIS/View/Enrollment/EnrollmentOrgForm.Designer.cs b/PEIS/View/Enrollment/EnrollmentOrgForm.Designer.cs index 5da75bf..1143ca5 100644 --- a/PEIS/View/Enrollment/EnrollmentOrgForm.Designer.cs +++ b/PEIS/View/Enrollment/EnrollmentOrgForm.Designer.cs @@ -34,6 +34,8 @@ DevExpress.XtraEditors.FormatConditionRuleExpression formatConditionRuleExpression1 = new DevExpress.XtraEditors.FormatConditionRuleExpression(); DevExpress.XtraGrid.GridFormatRule gridFormatRule2 = new DevExpress.XtraGrid.GridFormatRule(); DevExpress.XtraEditors.FormatConditionRuleExpression formatConditionRuleExpression2 = new DevExpress.XtraEditors.FormatConditionRuleExpression(); + this.gridColumn99 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn102 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemMemoEdit21 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); this.panel1 = new System.Windows.Forms.Panel(); this.DgcOrg = new DevExpress.XtraGrid.GridControl(); @@ -224,7 +226,7 @@ this.gridColumn158 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn159 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn160 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn99 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn100 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); this.splitter6 = new System.Windows.Forms.Splitter(); this.panel12 = new System.Windows.Forms.Panel(); @@ -255,6 +257,7 @@ this.gridColumn154 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn155 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn156 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn101 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemMemoEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); this.splitter5 = new System.Windows.Forms.Splitter(); this.panel8 = new System.Windows.Forms.Panel(); @@ -325,6 +328,7 @@ this.FastCamera = new System.Windows.Forms.ToolStripMenuItem(); this.FastDelete = new System.Windows.Forms.ToolStripMenuItem(); this.FastExport = new System.Windows.Forms.ToolStripMenuItem(); + this.FastExportTime = new System.Windows.Forms.ToolStripMenuItem(); this.FastRecall = new System.Windows.Forms.ToolStripMenuItem(); this.FastGroup = new System.Windows.Forms.ToolStripMenuItem(); this.FastCancelGroup = new System.Windows.Forms.ToolStripMenuItem(); @@ -335,13 +339,13 @@ this.gridColumn103 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn89 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn90 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn107 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn108 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn91 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn93 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn94 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn95 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn96 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn104 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn92 = new DevExpress.XtraGrid.Columns.GridColumn(); this.PatientSearch = new System.Windows.Forms.TextBox(); this.gridColumn109 = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -374,9 +378,7 @@ this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridView7 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridView8 = new DevExpress.XtraGrid.Views.Grid.GridView(); - this.gridColumn100 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn101 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn102 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn105 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit21)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DgcOrg)).BeginInit(); @@ -474,6 +476,42 @@ ((System.ComponentModel.ISupportInitialize)(this.gridView8)).BeginInit(); this.SuspendLayout(); // + // gridColumn99 + // + this.gridColumn99.Caption = "退费时间"; + this.gridColumn99.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; + this.gridColumn99.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; + this.gridColumn99.FieldName = "CancelTime"; + this.gridColumn99.Name = "gridColumn99"; + this.gridColumn99.OptionsColumn.AllowEdit = false; + this.gridColumn99.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn99.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn99.OptionsColumn.AllowMove = false; + this.gridColumn99.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn99.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn99.OptionsColumn.ReadOnly = true; + this.gridColumn99.OptionsFilter.AllowFilter = false; + this.gridColumn99.Visible = true; + this.gridColumn99.VisibleIndex = 15; + // + // gridColumn102 + // + this.gridColumn102.Caption = "退费时间"; + this.gridColumn102.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; + this.gridColumn102.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; + this.gridColumn102.FieldName = "CancelTime"; + this.gridColumn102.Name = "gridColumn102"; + this.gridColumn102.OptionsColumn.AllowEdit = false; + this.gridColumn102.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn102.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn102.OptionsColumn.AllowMove = false; + this.gridColumn102.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn102.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn102.OptionsColumn.ReadOnly = true; + this.gridColumn102.OptionsFilter.AllowFilter = false; + this.gridColumn102.Visible = true; + this.gridColumn102.VisibleIndex = 15; + // // repositoryItemMemoEdit21 // this.repositoryItemMemoEdit21.Appearance.Options.UseTextOptions = true; @@ -487,20 +525,18 @@ this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(6); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(471, 1759); + this.panel1.Size = new System.Drawing.Size(236, 779); this.panel1.TabIndex = 0; // // DgcOrg // this.DgcOrg.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcOrg.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(8); - this.DgcOrg.Location = new System.Drawing.Point(0, 298); + this.DgcOrg.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.DgcOrg.Location = new System.Drawing.Point(0, 163); this.DgcOrg.MainView = this.DgvOrg; - this.DgcOrg.Margin = new System.Windows.Forms.Padding(6); this.DgcOrg.Name = "DgcOrg"; - this.DgcOrg.Size = new System.Drawing.Size(471, 1461); + this.DgcOrg.Size = new System.Drawing.Size(236, 616); this.DgcOrg.TabIndex = 127; this.DgcOrg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvOrg}); @@ -695,9 +731,8 @@ this.panel2.Controls.Add(this.groupBox2); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); - this.panel2.Margin = new System.Windows.Forms.Padding(6); this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(471, 298); + this.panel2.Size = new System.Drawing.Size(236, 163); this.panel2.TabIndex = 0; // // groupBox2 @@ -712,10 +747,10 @@ this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 9F); this.groupBox2.Location = new System.Drawing.Point(0, 0); - this.groupBox2.Margin = new System.Windows.Forms.Padding(0, 0, 5, 0); + this.groupBox2.Margin = new System.Windows.Forms.Padding(0, 0, 2, 0); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6); - this.groupBox2.Size = new System.Drawing.Size(471, 298); + this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.groupBox2.Size = new System.Drawing.Size(236, 163); this.groupBox2.TabIndex = 131; this.groupBox2.TabStop = false; this.groupBox2.Text = "快速查询"; @@ -724,19 +759,19 @@ // this.NameSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.NameSearch.Font = new System.Drawing.Font("微软雅黑", 9F); - this.NameSearch.Location = new System.Drawing.Point(126, 43); - this.NameSearch.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.NameSearch.Location = new System.Drawing.Point(63, 24); + this.NameSearch.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.NameSearch.Name = "NameSearch"; - this.NameSearch.Size = new System.Drawing.Size(302, 39); + this.NameSearch.Size = new System.Drawing.Size(152, 23); this.NameSearch.TabIndex = 133; // // label16 // this.label16.AutoSize = true; - this.label16.Location = new System.Drawing.Point(8, 45); - this.label16.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); + this.label16.Location = new System.Drawing.Point(4, 25); + this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(110, 31); + this.label16.Size = new System.Drawing.Size(56, 17); this.label16.TabIndex = 132; this.label16.Text = "模糊检索"; // @@ -752,10 +787,10 @@ this.toolStripMenuItem10, this.TsmiOrgAdd}); this.menuStrip2.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; - this.menuStrip2.Location = new System.Drawing.Point(5, 251); + this.menuStrip2.Location = new System.Drawing.Point(2, 126); this.menuStrip2.Name = "menuStrip2"; - this.menuStrip2.Padding = new System.Windows.Forms.Padding(5, 3, 0, 3); - this.menuStrip2.Size = new System.Drawing.Size(461, 41); + this.menuStrip2.Padding = new System.Windows.Forms.Padding(2, 2, 0, 2); + this.menuStrip2.Size = new System.Drawing.Size(232, 34); this.menuStrip2.TabIndex = 131; this.menuStrip2.Text = "menuStrip2"; // @@ -765,13 +800,13 @@ this.TsmiOrgRefresh.Image = global::PEIS.Properties.Resources.刷新; this.TsmiOrgRefresh.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TsmiOrgRefresh.Name = "TsmiOrgRefresh"; - this.TsmiOrgRefresh.Size = new System.Drawing.Size(100, 35); + this.TsmiOrgRefresh.Size = new System.Drawing.Size(70, 30); this.TsmiOrgRefresh.Text = "刷新"; // // toolStripMenuItem10 // this.toolStripMenuItem10.Name = "toolStripMenuItem10"; - this.toolStripMenuItem10.Size = new System.Drawing.Size(33, 35); + this.toolStripMenuItem10.Size = new System.Drawing.Size(24, 30); this.toolStripMenuItem10.Text = " "; // // TsmiOrgAdd @@ -780,16 +815,16 @@ this.TsmiOrgAdd.Image = global::PEIS.Properties.Resources.添加; this.TsmiOrgAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TsmiOrgAdd.Name = "TsmiOrgAdd"; - this.TsmiOrgAdd.Size = new System.Drawing.Size(100, 35); + this.TsmiOrgAdd.Size = new System.Drawing.Size(70, 30); this.TsmiOrgAdd.Text = "登记"; // // label19 // this.label19.AutoSize = true; - this.label19.Location = new System.Drawing.Point(8, 188); - this.label19.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); + this.label19.Location = new System.Drawing.Point(4, 103); + this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(110, 31); + this.label19.Size = new System.Drawing.Size(56, 17); this.label19.TabIndex = 63; this.label19.Text = "终止日期"; // @@ -799,10 +834,10 @@ this.DtpEndDate.CustomFormat = " yyyy 年 MM 月 dd 日"; this.DtpEndDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.DtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.DtpEndDate.Location = new System.Drawing.Point(126, 180); - this.DtpEndDate.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.DtpEndDate.Location = new System.Drawing.Point(63, 99); + this.DtpEndDate.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.DtpEndDate.Name = "DtpEndDate"; - this.DtpEndDate.Size = new System.Drawing.Size(304, 39); + this.DtpEndDate.Size = new System.Drawing.Size(154, 23); this.DtpEndDate.TabIndex = 62; this.DtpEndDate.Value = new System.DateTime(2023, 9, 12, 0, 0, 0, 0); // @@ -812,41 +847,40 @@ this.DtpBegDate.CustomFormat = " yyyy 年 MM 月 dd 日"; this.DtpBegDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.DtpBegDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.DtpBegDate.Location = new System.Drawing.Point(126, 112); - this.DtpBegDate.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.DtpBegDate.Location = new System.Drawing.Point(63, 61); + this.DtpBegDate.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.DtpBegDate.Name = "DtpBegDate"; - this.DtpBegDate.Size = new System.Drawing.Size(304, 39); + this.DtpBegDate.Size = new System.Drawing.Size(154, 23); this.DtpBegDate.TabIndex = 61; this.DtpBegDate.Value = new System.DateTime(2023, 9, 12, 0, 0, 0, 0); // // label15 // this.label15.AutoSize = true; - this.label15.Location = new System.Drawing.Point(8, 121); - this.label15.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); + this.label15.Location = new System.Drawing.Point(4, 66); + this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(110, 31); + this.label15.Size = new System.Drawing.Size(56, 17); this.label15.TabIndex = 9; this.label15.Text = "起始日期"; // // splitter1 // this.splitter1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); - this.splitter1.Location = new System.Drawing.Point(471, 0); - this.splitter1.Margin = new System.Windows.Forms.Padding(2); + this.splitter1.Location = new System.Drawing.Point(236, 0); + this.splitter1.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1); this.splitter1.Name = "splitter1"; - this.splitter1.Size = new System.Drawing.Size(8, 1759); + this.splitter1.Size = new System.Drawing.Size(4, 779); this.splitter1.TabIndex = 1; this.splitter1.TabStop = false; // // TcOrg // this.TcOrg.Dock = System.Windows.Forms.DockStyle.Fill; - this.TcOrg.Location = new System.Drawing.Point(479, 0); - this.TcOrg.Margin = new System.Windows.Forms.Padding(6); + this.TcOrg.Location = new System.Drawing.Point(240, 0); this.TcOrg.Name = "TcOrg"; this.TcOrg.SelectedTabPage = this.TpGroup; - this.TcOrg.Size = new System.Drawing.Size(2405, 1759); + this.TcOrg.Size = new System.Drawing.Size(1202, 779); this.TcOrg.TabIndex = 35; this.TcOrg.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.TpGroup, @@ -862,19 +896,17 @@ this.TpGroup.Controls.Add(this.DgcGroup); this.TpGroup.Controls.Add(this.panel3); this.TpGroup.Image = global::PEIS.Properties.Resources.套餐; - this.TpGroup.Margin = new System.Windows.Forms.Padding(6); this.TpGroup.Name = "TpGroup"; - this.TpGroup.Size = new System.Drawing.Size(2393, 1702); + this.TpGroup.Size = new System.Drawing.Size(1196, 736); this.TpGroup.Text = "团体分组"; // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.xtraTabControl1.Location = new System.Drawing.Point(0, 344); - this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(6); + this.xtraTabControl1.Location = new System.Drawing.Point(0, 189); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; - this.xtraTabControl1.Size = new System.Drawing.Size(1316, 1358); + this.xtraTabControl1.Size = new System.Drawing.Size(658, 547); this.xtraTabControl1.TabIndex = 131; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1}); @@ -882,23 +914,20 @@ // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.DgcGroupPatient); - this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(6); this.xtraTabPage1.Name = "xtraTabPage1"; - this.xtraTabPage1.Size = new System.Drawing.Size(1304, 1301); + this.xtraTabPage1.Size = new System.Drawing.Size(652, 518); this.xtraTabPage1.Text = "已分组成员"; // // DgcGroupPatient // this.DgcGroupPatient.ContextMenuStrip = this.contextMenuStrip1; this.DgcGroupPatient.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcGroupPatient.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); this.DgcGroupPatient.Location = new System.Drawing.Point(0, 0); this.DgcGroupPatient.MainView = this.DgvGroupPatient; - this.DgcGroupPatient.Margin = new System.Windows.Forms.Padding(6); this.DgcGroupPatient.Name = "DgcGroupPatient"; this.DgcGroupPatient.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemImageEdit2}); - this.DgcGroupPatient.Size = new System.Drawing.Size(1304, 1301); + this.DgcGroupPatient.Size = new System.Drawing.Size(652, 518); this.DgcGroupPatient.TabIndex = 132; this.DgcGroupPatient.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvGroupPatient}); @@ -909,13 +938,13 @@ this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FastGroupMove}); this.contextMenuStrip1.Name = "CostFastMenu"; - this.contextMenuStrip1.Size = new System.Drawing.Size(185, 40); + this.contextMenuStrip1.Size = new System.Drawing.Size(125, 26); // // FastGroupMove // this.FastGroupMove.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.FastGroupMove.Name = "FastGroupMove"; - this.FastGroupMove.Size = new System.Drawing.Size(184, 36); + this.FastGroupMove.Size = new System.Drawing.Size(124, 22); this.FastGroupMove.Text = "批量移除"; // // DgvGroupPatient @@ -1229,21 +1258,20 @@ // this.splitter3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); this.splitter3.Dock = System.Windows.Forms.DockStyle.Right; - this.splitter3.Location = new System.Drawing.Point(1316, 344); - this.splitter3.Margin = new System.Windows.Forms.Padding(2); + this.splitter3.Location = new System.Drawing.Point(658, 189); + this.splitter3.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1); this.splitter3.Name = "splitter3"; - this.splitter3.Size = new System.Drawing.Size(8, 1358); + this.splitter3.Size = new System.Drawing.Size(4, 547); this.splitter3.TabIndex = 135; this.splitter3.TabStop = false; // // xtraTabControl2 // this.xtraTabControl2.Dock = System.Windows.Forms.DockStyle.Right; - this.xtraTabControl2.Location = new System.Drawing.Point(1324, 344); - this.xtraTabControl2.Margin = new System.Windows.Forms.Padding(6); + this.xtraTabControl2.Location = new System.Drawing.Point(662, 189); this.xtraTabControl2.Name = "xtraTabControl2"; this.xtraTabControl2.SelectedTabPage = this.xtraTabPage3; - this.xtraTabControl2.Size = new System.Drawing.Size(1069, 1358); + this.xtraTabControl2.Size = new System.Drawing.Size(534, 547); this.xtraTabControl2.TabIndex = 134; this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage3}); @@ -1252,22 +1280,19 @@ // this.xtraTabPage3.Controls.Add(this.DgcPatient); this.xtraTabPage3.Controls.Add(this.panel10); - this.xtraTabPage3.Margin = new System.Windows.Forms.Padding(6); this.xtraTabPage3.Name = "xtraTabPage3"; - this.xtraTabPage3.Size = new System.Drawing.Size(1057, 1301); + this.xtraTabPage3.Size = new System.Drawing.Size(528, 518); this.xtraTabPage3.Text = "未分组成员"; // // DgcPatient // this.DgcPatient.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcPatient.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); - this.DgcPatient.Location = new System.Drawing.Point(0, 68); + this.DgcPatient.Location = new System.Drawing.Point(0, 37); this.DgcPatient.MainView = this.DgvPatient; - this.DgcPatient.Margin = new System.Windows.Forms.Padding(6); this.DgcPatient.Name = "DgcPatient"; this.DgcPatient.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemImageEdit1}); - this.DgcPatient.Size = new System.Drawing.Size(1057, 1233); + this.DgcPatient.Size = new System.Drawing.Size(528, 481); this.DgcPatient.TabIndex = 133; this.DgcPatient.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvPatient}); @@ -1585,19 +1610,17 @@ this.panel10.Controls.Add(this.RbAll); this.panel10.Dock = System.Windows.Forms.DockStyle.Top; this.panel10.Location = new System.Drawing.Point(0, 0); - this.panel10.Margin = new System.Windows.Forms.Padding(6); this.panel10.Name = "panel10"; - this.panel10.Size = new System.Drawing.Size(1057, 68); + this.panel10.Size = new System.Drawing.Size(528, 37); this.panel10.TabIndex = 132; // // ImportBtn // this.ImportBtn.AutoSize = true; this.ImportBtn.Image = ((System.Drawing.Image)(resources.GetObject("ImportBtn.Image"))); - this.ImportBtn.Location = new System.Drawing.Point(812, 3); - this.ImportBtn.Margin = new System.Windows.Forms.Padding(6); + this.ImportBtn.Location = new System.Drawing.Point(406, 2); this.ImportBtn.Name = "ImportBtn"; - this.ImportBtn.Size = new System.Drawing.Size(222, 60); + this.ImportBtn.Size = new System.Drawing.Size(111, 33); this.ImportBtn.TabIndex = 5; this.ImportBtn.Text = "全部导入"; this.ImportBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; @@ -1608,10 +1631,9 @@ // this.NewBaseBtn.AutoSize = true; this.NewBaseBtn.Image = global::PEIS.Properties.Resources.添加; - this.NewBaseBtn.Location = new System.Drawing.Point(568, 3); - this.NewBaseBtn.Margin = new System.Windows.Forms.Padding(6); + this.NewBaseBtn.Location = new System.Drawing.Point(284, 2); this.NewBaseBtn.Name = "NewBaseBtn"; - this.NewBaseBtn.Size = new System.Drawing.Size(226, 60); + this.NewBaseBtn.Size = new System.Drawing.Size(113, 33); this.NewBaseBtn.TabIndex = 4; this.NewBaseBtn.Text = "新增成员"; this.NewBaseBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; @@ -1620,10 +1642,9 @@ // RbFit // this.RbFit.AutoSize = true; - this.RbFit.Location = new System.Drawing.Point(264, 14); - this.RbFit.Margin = new System.Windows.Forms.Padding(6); + this.RbFit.Location = new System.Drawing.Point(132, 8); this.RbFit.Name = "RbFit"; - this.RbFit.Size = new System.Drawing.Size(260, 33); + this.RbFit.Size = new System.Drawing.Size(133, 18); this.RbFit.TabIndex = 3; this.RbFit.TabStop = true; this.RbFit.Text = "符合条件未分组成员"; @@ -1633,10 +1654,9 @@ // this.RbAll.AutoSize = true; this.RbAll.Checked = true; - this.RbAll.Location = new System.Drawing.Point(14, 14); - this.RbAll.Margin = new System.Windows.Forms.Padding(6); + this.RbAll.Location = new System.Drawing.Point(7, 8); this.RbAll.Name = "RbAll"; - this.RbAll.Size = new System.Drawing.Size(212, 33); + this.RbAll.Size = new System.Drawing.Size(109, 18); this.RbAll.TabIndex = 2; this.RbAll.TabStop = true; this.RbAll.Text = "所有未分组成员"; @@ -1646,26 +1666,24 @@ // this.splitter2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); this.splitter2.Dock = System.Windows.Forms.DockStyle.Top; - this.splitter2.Location = new System.Drawing.Point(0, 335); - this.splitter2.Margin = new System.Windows.Forms.Padding(2); + this.splitter2.Location = new System.Drawing.Point(0, 184); + this.splitter2.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1); this.splitter2.Name = "splitter2"; - this.splitter2.Size = new System.Drawing.Size(2393, 9); + this.splitter2.Size = new System.Drawing.Size(1196, 5); this.splitter2.TabIndex = 132; this.splitter2.TabStop = false; // // DgcGroup // this.DgcGroup.Dock = System.Windows.Forms.DockStyle.Top; - this.DgcGroup.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); - this.DgcGroup.Location = new System.Drawing.Point(0, 76); + this.DgcGroup.Location = new System.Drawing.Point(0, 42); this.DgcGroup.MainView = this.DgvGroup; - this.DgcGroup.Margin = new System.Windows.Forms.Padding(6); this.DgcGroup.Name = "DgcGroup"; this.DgcGroup.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.RiCmbSex, this.RiCmbMarriage, this.RiCmbExamType}); - this.DgcGroup.Size = new System.Drawing.Size(2393, 259); + this.DgcGroup.Size = new System.Drawing.Size(1196, 142); this.DgcGroup.TabIndex = 130; this.DgcGroup.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvGroup}); @@ -1871,18 +1889,17 @@ this.panel3.Controls.Add(this.OpsGroup); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 0); - this.panel3.Margin = new System.Windows.Forms.Padding(6); this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(2393, 76); + this.panel3.Size = new System.Drawing.Size(1196, 42); this.panel3.TabIndex = 129; // // OpsGroup // this.OpsGroup.Dock = System.Windows.Forms.DockStyle.Fill; this.OpsGroup.Location = new System.Drawing.Point(0, 0); - this.OpsGroup.Margin = new System.Windows.Forms.Padding(6, 9, 6, 9); + this.OpsGroup.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.OpsGroup.Name = "OpsGroup"; - this.OpsGroup.Size = new System.Drawing.Size(2393, 76); + this.OpsGroup.Size = new System.Drawing.Size(1196, 42); this.OpsGroup.TabIndex = 2; // // TpGroupFeeItem @@ -1891,9 +1908,8 @@ this.TpGroupFeeItem.Controls.Add(this.DgcGroup2); this.TpGroupFeeItem.Controls.Add(this.panel4); this.TpGroupFeeItem.Image = global::PEIS.Properties.Resources.收费项目; - this.TpGroupFeeItem.Margin = new System.Windows.Forms.Padding(6); this.TpGroupFeeItem.Name = "TpGroupFeeItem"; - this.TpGroupFeeItem.Size = new System.Drawing.Size(2393, 1702); + this.TpGroupFeeItem.Size = new System.Drawing.Size(1196, 922); this.TpGroupFeeItem.Text = "分组项目"; // // panel5 @@ -1903,23 +1919,21 @@ this.panel5.Controls.Add(this.panel9); this.panel5.Controls.Add(this.splitter8); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel5.Location = new System.Drawing.Point(0, 351); - this.panel5.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.panel5.Location = new System.Drawing.Point(0, 192); + this.panel5.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.panel5.Name = "panel5"; - this.panel5.Size = new System.Drawing.Size(2393, 1351); + this.panel5.Size = new System.Drawing.Size(1196, 730); this.panel5.TabIndex = 139; // // DgcGroupFeeItem // this.DgcGroupFeeItem.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcGroupFeeItem.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); - this.DgcGroupFeeItem.Location = new System.Drawing.Point(0, 9); + this.DgcGroupFeeItem.Location = new System.Drawing.Point(0, 5); this.DgcGroupFeeItem.MainView = this.DgvGroupFeeItem; - this.DgcGroupFeeItem.Margin = new System.Windows.Forms.Padding(6); this.DgcGroupFeeItem.Name = "DgcGroupFeeItem"; this.DgcGroupFeeItem.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemMemoEdit1}); - this.DgcGroupFeeItem.Size = new System.Drawing.Size(1466, 1342); + this.DgcGroupFeeItem.Size = new System.Drawing.Size(732, 725); this.DgcGroupFeeItem.TabIndex = 137; this.DgcGroupFeeItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvGroupFeeItem}); @@ -2117,10 +2131,9 @@ // this.splitter4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); this.splitter4.Dock = System.Windows.Forms.DockStyle.Right; - this.splitter4.Location = new System.Drawing.Point(1466, 9); - this.splitter4.Margin = new System.Windows.Forms.Padding(6); + this.splitter4.Location = new System.Drawing.Point(732, 5); this.splitter4.Name = "splitter4"; - this.splitter4.Size = new System.Drawing.Size(8, 1342); + this.splitter4.Size = new System.Drawing.Size(4, 725); this.splitter4.TabIndex = 142; this.splitter4.TabStop = false; // @@ -2128,10 +2141,10 @@ // this.panel9.Controls.Add(this.tabControl1); this.panel9.Dock = System.Windows.Forms.DockStyle.Right; - this.panel9.Location = new System.Drawing.Point(1474, 9); - this.panel9.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.panel9.Location = new System.Drawing.Point(736, 5); + this.panel9.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.panel9.Name = "panel9"; - this.panel9.Size = new System.Drawing.Size(919, 1342); + this.panel9.Size = new System.Drawing.Size(460, 725); this.panel9.TabIndex = 141; // // tabControl1 @@ -2140,20 +2153,20 @@ this.tabControl1.Controls.Add(this.TpFeeItem); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); - this.tabControl1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(919, 1342); + this.tabControl1.Size = new System.Drawing.Size(460, 725); this.tabControl1.TabIndex = 139; // // TpPack // this.TpPack.Controls.Add(this.DgcPack); - this.TpPack.Location = new System.Drawing.Point(8, 43); - this.TpPack.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.TpPack.Location = new System.Drawing.Point(4, 24); + this.TpPack.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.TpPack.Name = "TpPack"; - this.TpPack.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6); - this.TpPack.Size = new System.Drawing.Size(903, 1291); + this.TpPack.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.TpPack.Size = new System.Drawing.Size(452, 708); this.TpPack.TabIndex = 1; this.TpPack.Text = "套餐"; this.TpPack.UseVisualStyleBackColor = true; @@ -2161,12 +2174,10 @@ // DgcPack // this.DgcPack.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcPack.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); - this.DgcPack.Location = new System.Drawing.Point(5, 6); + this.DgcPack.Location = new System.Drawing.Point(2, 3); this.DgcPack.MainView = this.DgvPack; - this.DgcPack.Margin = new System.Windows.Forms.Padding(6); this.DgcPack.Name = "DgcPack"; - this.DgcPack.Size = new System.Drawing.Size(893, 1279); + this.DgcPack.Size = new System.Drawing.Size(448, 702); this.DgcPack.TabIndex = 122; this.DgcPack.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvPack, @@ -2327,11 +2338,11 @@ // this.TpFeeItem.Controls.Add(this.DgcFeeItem); this.TpFeeItem.Controls.Add(this.FeeItemSearch); - this.TpFeeItem.Location = new System.Drawing.Point(8, 43); - this.TpFeeItem.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.TpFeeItem.Location = new System.Drawing.Point(4, 24); + this.TpFeeItem.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.TpFeeItem.Name = "TpFeeItem"; - this.TpFeeItem.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6); - this.TpFeeItem.Size = new System.Drawing.Size(903, 1291); + this.TpFeeItem.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.TpFeeItem.Size = new System.Drawing.Size(452, 708); this.TpFeeItem.TabIndex = 0; this.TpFeeItem.Text = "收费项目"; this.TpFeeItem.UseVisualStyleBackColor = true; @@ -2339,14 +2350,12 @@ // DgcFeeItem // this.DgcFeeItem.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcFeeItem.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); - this.DgcFeeItem.Location = new System.Drawing.Point(5, 42); + this.DgcFeeItem.Location = new System.Drawing.Point(2, 25); this.DgcFeeItem.MainView = this.DgvFeeItem; - this.DgcFeeItem.Margin = new System.Windows.Forms.Padding(6); this.DgcFeeItem.Name = "DgcFeeItem"; this.DgcFeeItem.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1}); - this.DgcFeeItem.Size = new System.Drawing.Size(893, 1243); + this.DgcFeeItem.Size = new System.Drawing.Size(448, 680); this.DgcFeeItem.TabIndex = 137; this.DgcFeeItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvFeeItem, @@ -2520,10 +2529,10 @@ // FeeItemSearch // this.FeeItemSearch.Dock = System.Windows.Forms.DockStyle.Top; - this.FeeItemSearch.Location = new System.Drawing.Point(5, 6); - this.FeeItemSearch.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.FeeItemSearch.Location = new System.Drawing.Point(2, 3); + this.FeeItemSearch.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.FeeItemSearch.Name = "FeeItemSearch"; - this.FeeItemSearch.Size = new System.Drawing.Size(893, 36); + this.FeeItemSearch.Size = new System.Drawing.Size(448, 22); this.FeeItemSearch.TabIndex = 136; // // splitter8 @@ -2531,25 +2540,22 @@ this.splitter8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); this.splitter8.Dock = System.Windows.Forms.DockStyle.Top; this.splitter8.Location = new System.Drawing.Point(0, 0); - this.splitter8.Margin = new System.Windows.Forms.Padding(6); this.splitter8.Name = "splitter8"; - this.splitter8.Size = new System.Drawing.Size(2393, 9); + this.splitter8.Size = new System.Drawing.Size(1196, 5); this.splitter8.TabIndex = 140; this.splitter8.TabStop = false; // // DgcGroup2 // this.DgcGroup2.Dock = System.Windows.Forms.DockStyle.Top; - this.DgcGroup2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); - this.DgcGroup2.Location = new System.Drawing.Point(0, 81); + this.DgcGroup2.Location = new System.Drawing.Point(0, 44); this.DgcGroup2.MainView = this.DgvGroup2; - this.DgcGroup2.Margin = new System.Windows.Forms.Padding(6); this.DgcGroup2.Name = "DgcGroup2"; this.DgcGroup2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemComboBox1, this.repositoryItemComboBox2, this.repositoryItemComboBox3}); - this.DgcGroup2.Size = new System.Drawing.Size(2393, 270); + this.DgcGroup2.Size = new System.Drawing.Size(1196, 148); this.DgcGroup2.TabIndex = 142; this.DgcGroup2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvGroup2}); @@ -2776,9 +2782,9 @@ this.panel4.Controls.Add(this.BtnApplyGroupFeeItem); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Location = new System.Drawing.Point(0, 0); - this.panel4.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.panel4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.panel4.Name = "panel4"; - this.panel4.Size = new System.Drawing.Size(2393, 81); + this.panel4.Size = new System.Drawing.Size(1196, 44); this.panel4.TabIndex = 141; // // BtnApplyGroupFeeItem @@ -2790,10 +2796,9 @@ this.BtnApplyGroupFeeItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnApplyGroupFeeItem.Image = global::PEIS.Properties.Resources.添加; this.BtnApplyGroupFeeItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.BtnApplyGroupFeeItem.Location = new System.Drawing.Point(2027, 0); - this.BtnApplyGroupFeeItem.Margin = new System.Windows.Forms.Padding(6); + this.BtnApplyGroupFeeItem.Location = new System.Drawing.Point(1013, 0); this.BtnApplyGroupFeeItem.Name = "BtnApplyGroupFeeItem"; - this.BtnApplyGroupFeeItem.Size = new System.Drawing.Size(366, 81); + this.BtnApplyGroupFeeItem.Size = new System.Drawing.Size(183, 44); this.BtnApplyGroupFeeItem.TabIndex = 34; this.BtnApplyGroupFeeItem.Text = "应用收费模板到团体成员"; this.BtnApplyGroupFeeItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -2806,9 +2811,8 @@ this.TpPerson.Controls.Add(this.splitterControl1); this.TpPerson.Controls.Add(this.panel11); this.TpPerson.Image = global::PEIS.Properties.Resources.个人信息__1_; - this.TpPerson.Margin = new System.Windows.Forms.Padding(6); this.TpPerson.Name = "TpPerson"; - this.TpPerson.Size = new System.Drawing.Size(2393, 1702); + this.TpPerson.Size = new System.Drawing.Size(1196, 736); this.TpPerson.Text = "团体成员收费"; // // panel6 @@ -2819,30 +2823,29 @@ this.panel6.Controls.Add(this.splitter5); this.panel6.Controls.Add(this.panel8); this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel6.Location = new System.Drawing.Point(570, 75); - this.panel6.Margin = new System.Windows.Forms.Padding(6); + this.panel6.Location = new System.Drawing.Point(285, 42); this.panel6.Name = "panel6"; - this.panel6.Size = new System.Drawing.Size(1823, 1627); + this.panel6.Size = new System.Drawing.Size(911, 694); this.panel6.TabIndex = 147; // // panel13 // this.panel13.Controls.Add(this.xtraTabControl4); this.panel13.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel13.Location = new System.Drawing.Point(1111, 720); - this.panel13.Margin = new System.Windows.Forms.Padding(5); + this.panel13.Location = new System.Drawing.Point(555, 394); + this.panel13.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.panel13.Name = "panel13"; - this.panel13.Size = new System.Drawing.Size(712, 907); + this.panel13.Size = new System.Drawing.Size(356, 300); this.panel13.TabIndex = 155; // // xtraTabControl4 // this.xtraTabControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl4.Location = new System.Drawing.Point(0, 0); - this.xtraTabControl4.Margin = new System.Windows.Forms.Padding(5); + this.xtraTabControl4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.xtraTabControl4.Name = "xtraTabControl4"; this.xtraTabControl4.SelectedTabPage = this.xtraTabPage4; - this.xtraTabControl4.Size = new System.Drawing.Size(712, 907); + this.xtraTabControl4.Size = new System.Drawing.Size(356, 300); this.xtraTabControl4.TabIndex = 1; this.xtraTabControl4.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage4}); @@ -2850,23 +2853,21 @@ // xtraTabPage4 // this.xtraTabPage4.Controls.Add(this.DgcCheckCost2); - this.xtraTabPage4.Margin = new System.Windows.Forms.Padding(5); + this.xtraTabPage4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.xtraTabPage4.Name = "xtraTabPage4"; - this.xtraTabPage4.Size = new System.Drawing.Size(700, 850); + this.xtraTabPage4.Size = new System.Drawing.Size(350, 271); this.xtraTabPage4.Text = "个人订单"; // // DgcCheckCost2 // this.DgcCheckCost2.ContextMenuStrip = this.PersonCostFastMenu; this.DgcCheckCost2.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcCheckCost2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); this.DgcCheckCost2.Location = new System.Drawing.Point(0, 0); this.DgcCheckCost2.MainView = this.DgvCheckCost2; - this.DgcCheckCost2.Margin = new System.Windows.Forms.Padding(6); this.DgcCheckCost2.Name = "DgcCheckCost2"; this.DgcCheckCost2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemMemoEdit2}); - this.DgcCheckCost2.Size = new System.Drawing.Size(700, 850); + this.DgcCheckCost2.Size = new System.Drawing.Size(350, 271); this.DgcCheckCost2.TabIndex = 148; this.DgcCheckCost2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvCheckCost2}); @@ -2884,20 +2885,20 @@ this.toolStripMenuItem15, this.PFastRefreshCost}); this.PersonCostFastMenu.Name = "CostFastMenu"; - this.PersonCostFastMenu.Size = new System.Drawing.Size(245, 292); + this.PersonCostFastMenu.Size = new System.Drawing.Size(161, 276); // // PFastCharge // this.PFastCharge.Image = ((System.Drawing.Image)(resources.GetObject("PFastCharge.Image"))); this.PFastCharge.Name = "PFastCharge"; - this.PFastCharge.Size = new System.Drawing.Size(244, 36); + this.PFastCharge.Size = new System.Drawing.Size(160, 34); this.PFastCharge.Text = "记账"; // // PFastAllCharge // this.PFastAllCharge.Image = ((System.Drawing.Image)(resources.GetObject("PFastAllCharge.Image"))); this.PFastAllCharge.Name = "PFastAllCharge"; - this.PFastAllCharge.Size = new System.Drawing.Size(244, 36); + this.PFastAllCharge.Size = new System.Drawing.Size(160, 34); this.PFastAllCharge.Text = "全部记账"; // // PFastDeleteCost @@ -2905,7 +2906,7 @@ this.PFastDeleteCost.Image = ((System.Drawing.Image)(resources.GetObject("PFastDeleteCost.Image"))); this.PFastDeleteCost.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.PFastDeleteCost.Name = "PFastDeleteCost"; - this.PFastDeleteCost.Size = new System.Drawing.Size(244, 36); + this.PFastDeleteCost.Size = new System.Drawing.Size(160, 34); this.PFastDeleteCost.Text = "删除订单"; // // PFastCancelCharge @@ -2913,7 +2914,7 @@ this.PFastCancelCharge.Image = ((System.Drawing.Image)(resources.GetObject("PFastCancelCharge.Image"))); this.PFastCancelCharge.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.PFastCancelCharge.Name = "PFastCancelCharge"; - this.PFastCancelCharge.Size = new System.Drawing.Size(244, 36); + this.PFastCancelCharge.Size = new System.Drawing.Size(160, 34); this.PFastCancelCharge.Text = "取消记账"; // // PFastChangeCost @@ -2921,20 +2922,20 @@ this.PFastChangeCost.Image = global::PEIS.Properties.Resources.刷新; this.PFastChangeCost.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.PFastChangeCost.Name = "PFastChangeCost"; - this.PFastChangeCost.Size = new System.Drawing.Size(244, 36); + this.PFastChangeCost.Size = new System.Drawing.Size(160, 34); this.PFastChangeCost.Text = "订单转换"; // // toolStripMenuItem14 // this.toolStripMenuItem14.Name = "toolStripMenuItem14"; - this.toolStripMenuItem14.Size = new System.Drawing.Size(244, 36); + this.toolStripMenuItem14.Size = new System.Drawing.Size(160, 34); this.toolStripMenuItem14.Text = "全部删除订单"; this.toolStripMenuItem14.Visible = false; // // toolStripMenuItem15 // this.toolStripMenuItem15.Name = "toolStripMenuItem15"; - this.toolStripMenuItem15.Size = new System.Drawing.Size(244, 36); + this.toolStripMenuItem15.Size = new System.Drawing.Size(160, 34); this.toolStripMenuItem15.Text = "全部取消记账"; this.toolStripMenuItem15.Visible = false; // @@ -2943,7 +2944,7 @@ this.PFastRefreshCost.Image = global::PEIS.Properties.Resources.刷新; this.PFastRefreshCost.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.PFastRefreshCost.Name = "PFastRefreshCost"; - this.PFastRefreshCost.Size = new System.Drawing.Size(244, 36); + this.PFastRefreshCost.Size = new System.Drawing.Size(160, 34); this.PFastRefreshCost.Text = "刷新订单"; this.PFastRefreshCost.Visible = false; // @@ -2975,6 +2976,7 @@ this.gridColumn100, this.gridColumn99}); this.DgvCheckCost2.FixedLineWidth = 1; + gridFormatRule1.ApplyToRow = true; gridFormatRule1.Column = this.gridColumn99; gridFormatRule1.Name = "Format0"; formatConditionRuleExpression1.Appearance.ForeColor = System.Drawing.Color.Gray; @@ -3248,23 +3250,21 @@ this.gridColumn160.VisibleIndex = 13; this.gridColumn160.Width = 130; // - // gridColumn99 + // gridColumn100 // - this.gridColumn99.Caption = "退费时间"; - this.gridColumn99.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; - this.gridColumn99.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; - this.gridColumn99.FieldName = "CancelTime"; - this.gridColumn99.Name = "gridColumn99"; - this.gridColumn99.OptionsColumn.AllowEdit = false; - this.gridColumn99.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn99.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn99.OptionsColumn.AllowMove = false; - this.gridColumn99.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn99.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn99.OptionsColumn.ReadOnly = true; - this.gridColumn99.OptionsFilter.AllowFilter = false; - this.gridColumn99.Visible = true; - this.gridColumn99.VisibleIndex = 15; + this.gridColumn100.Caption = "退费人"; + this.gridColumn100.FieldName = "Cancer"; + this.gridColumn100.Name = "gridColumn100"; + this.gridColumn100.OptionsColumn.AllowEdit = false; + this.gridColumn100.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn100.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn100.OptionsColumn.AllowMove = false; + this.gridColumn100.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn100.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn100.OptionsColumn.ReadOnly = true; + this.gridColumn100.OptionsFilter.AllowFilter = false; + this.gridColumn100.Visible = true; + this.gridColumn100.VisibleIndex = 14; // // repositoryItemMemoEdit2 // @@ -3276,10 +3276,10 @@ // splitter6 // this.splitter6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); - this.splitter6.Location = new System.Drawing.Point(1101, 720); - this.splitter6.Margin = new System.Windows.Forms.Padding(5); + this.splitter6.Location = new System.Drawing.Point(550, 394); + this.splitter6.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.splitter6.Name = "splitter6"; - this.splitter6.Size = new System.Drawing.Size(10, 907); + this.splitter6.Size = new System.Drawing.Size(5, 300); this.splitter6.TabIndex = 154; this.splitter6.TabStop = false; // @@ -3287,20 +3287,20 @@ // this.panel12.Controls.Add(this.xtraTabControl3); this.panel12.Dock = System.Windows.Forms.DockStyle.Left; - this.panel12.Location = new System.Drawing.Point(0, 720); - this.panel12.Margin = new System.Windows.Forms.Padding(5); + this.panel12.Location = new System.Drawing.Point(0, 394); + this.panel12.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.panel12.Name = "panel12"; - this.panel12.Size = new System.Drawing.Size(1101, 907); + this.panel12.Size = new System.Drawing.Size(550, 300); this.panel12.TabIndex = 153; // // xtraTabControl3 // this.xtraTabControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl3.Location = new System.Drawing.Point(0, 0); - this.xtraTabControl3.Margin = new System.Windows.Forms.Padding(5); + this.xtraTabControl3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.xtraTabControl3.Name = "xtraTabControl3"; this.xtraTabControl3.SelectedTabPage = this.xtraTabPage2; - this.xtraTabControl3.Size = new System.Drawing.Size(1101, 907); + this.xtraTabControl3.Size = new System.Drawing.Size(550, 300); this.xtraTabControl3.TabIndex = 0; this.xtraTabControl3.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage2}); @@ -3308,23 +3308,21 @@ // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.DgcCheckCost); - this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(5); + this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.xtraTabPage2.Name = "xtraTabPage2"; - this.xtraTabPage2.Size = new System.Drawing.Size(1089, 850); + this.xtraTabPage2.Size = new System.Drawing.Size(544, 271); this.xtraTabPage2.Text = "团体订单"; // // DgcCheckCost // this.DgcCheckCost.ContextMenuStrip = this.TeamCostFastMenu; this.DgcCheckCost.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcCheckCost.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); this.DgcCheckCost.Location = new System.Drawing.Point(0, 0); this.DgcCheckCost.MainView = this.DgvCheckCost; - this.DgcCheckCost.Margin = new System.Windows.Forms.Padding(6); this.DgcCheckCost.Name = "DgcCheckCost"; this.DgcCheckCost.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemMemoEdit3}); - this.DgcCheckCost.Size = new System.Drawing.Size(1089, 850); + this.DgcCheckCost.Size = new System.Drawing.Size(544, 271); this.DgcCheckCost.TabIndex = 147; this.DgcCheckCost.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvCheckCost}); @@ -3341,20 +3339,20 @@ this.TFastAllDeleteCost, this.TFastAllCancelCharge}); this.TeamCostFastMenu.Name = "CostFastMenu"; - this.TeamCostFastMenu.Size = new System.Drawing.Size(245, 256); + this.TeamCostFastMenu.Size = new System.Drawing.Size(161, 242); // // TFastCharge // this.TFastCharge.Image = ((System.Drawing.Image)(resources.GetObject("TFastCharge.Image"))); this.TFastCharge.Name = "TFastCharge"; - this.TFastCharge.Size = new System.Drawing.Size(244, 36); + this.TFastCharge.Size = new System.Drawing.Size(160, 34); this.TFastCharge.Text = "记账"; // // TFastAllCharge // this.TFastAllCharge.Image = ((System.Drawing.Image)(resources.GetObject("TFastAllCharge.Image"))); this.TFastAllCharge.Name = "TFastAllCharge"; - this.TFastAllCharge.Size = new System.Drawing.Size(244, 36); + this.TFastAllCharge.Size = new System.Drawing.Size(160, 34); this.TFastAllCharge.Text = "全部记账"; // // TFastDeleteCost @@ -3362,7 +3360,7 @@ this.TFastDeleteCost.Image = ((System.Drawing.Image)(resources.GetObject("TFastDeleteCost.Image"))); this.TFastDeleteCost.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TFastDeleteCost.Name = "TFastDeleteCost"; - this.TFastDeleteCost.Size = new System.Drawing.Size(244, 36); + this.TFastDeleteCost.Size = new System.Drawing.Size(160, 34); this.TFastDeleteCost.Text = "删除订单"; // // TFastCancelCharge @@ -3370,7 +3368,7 @@ this.TFastCancelCharge.Image = ((System.Drawing.Image)(resources.GetObject("TFastCancelCharge.Image"))); this.TFastCancelCharge.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TFastCancelCharge.Name = "TFastCancelCharge"; - this.TFastCancelCharge.Size = new System.Drawing.Size(244, 36); + this.TFastCancelCharge.Size = new System.Drawing.Size(160, 34); this.TFastCancelCharge.Text = "取消记账"; // // TFastChangeCost @@ -3378,20 +3376,20 @@ this.TFastChangeCost.Image = global::PEIS.Properties.Resources.刷新; this.TFastChangeCost.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TFastChangeCost.Name = "TFastChangeCost"; - this.TFastChangeCost.Size = new System.Drawing.Size(244, 36); + this.TFastChangeCost.Size = new System.Drawing.Size(160, 34); this.TFastChangeCost.Text = "订单转换"; // // TFastAllDeleteCost // this.TFastAllDeleteCost.Name = "TFastAllDeleteCost"; - this.TFastAllDeleteCost.Size = new System.Drawing.Size(244, 36); + this.TFastAllDeleteCost.Size = new System.Drawing.Size(160, 34); this.TFastAllDeleteCost.Text = "全部删除订单"; this.TFastAllDeleteCost.Visible = false; // // TFastAllCancelCharge // this.TFastAllCancelCharge.Name = "TFastAllCancelCharge"; - this.TFastAllCancelCharge.Size = new System.Drawing.Size(244, 36); + this.TFastAllCancelCharge.Size = new System.Drawing.Size(160, 34); this.TFastAllCancelCharge.Text = "全部取消记账"; this.TFastAllCancelCharge.Visible = false; // @@ -3715,6 +3713,22 @@ this.gridColumn156.VisibleIndex = 13; this.gridColumn156.Width = 130; // + // gridColumn101 + // + this.gridColumn101.Caption = "退费人"; + this.gridColumn101.FieldName = "Cancer"; + this.gridColumn101.Name = "gridColumn101"; + this.gridColumn101.OptionsColumn.AllowEdit = false; + this.gridColumn101.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn101.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn101.OptionsColumn.AllowMove = false; + this.gridColumn101.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn101.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn101.OptionsColumn.ReadOnly = true; + this.gridColumn101.OptionsFilter.AllowFilter = false; + this.gridColumn101.Visible = true; + this.gridColumn101.VisibleIndex = 14; + // // repositoryItemMemoEdit3 // this.repositoryItemMemoEdit3.Appearance.Options.UseTextOptions = true; @@ -3726,10 +3740,10 @@ // this.splitter5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); this.splitter5.Dock = System.Windows.Forms.DockStyle.Top; - this.splitter5.Location = new System.Drawing.Point(0, 710); - this.splitter5.Margin = new System.Windows.Forms.Padding(5); + this.splitter5.Location = new System.Drawing.Point(0, 389); + this.splitter5.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.splitter5.Name = "splitter5"; - this.splitter5.Size = new System.Drawing.Size(1823, 10); + this.splitter5.Size = new System.Drawing.Size(911, 5); this.splitter5.TabIndex = 152; this.splitter5.TabStop = false; // @@ -3740,20 +3754,20 @@ this.panel8.Controls.Add(this.PnlFeeItem); this.panel8.Dock = System.Windows.Forms.DockStyle.Top; this.panel8.Location = new System.Drawing.Point(0, 0); - this.panel8.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.panel8.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.panel8.Name = "panel8"; - this.panel8.Size = new System.Drawing.Size(1823, 710); + this.panel8.Size = new System.Drawing.Size(911, 389); this.panel8.TabIndex = 151; // // DgcEnrollmentFeeItem // this.DgcEnrollmentFeeItem.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcEnrollmentFeeItem.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.DgcEnrollmentFeeItem.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.DgcEnrollmentFeeItem.Location = new System.Drawing.Point(0, 0); this.DgcEnrollmentFeeItem.MainView = this.DgvEnrollmentFeeItem; - this.DgcEnrollmentFeeItem.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.DgcEnrollmentFeeItem.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.DgcEnrollmentFeeItem.Name = "DgcEnrollmentFeeItem"; - this.DgcEnrollmentFeeItem.Size = new System.Drawing.Size(1052, 710); + this.DgcEnrollmentFeeItem.Size = new System.Drawing.Size(526, 389); this.DgcEnrollmentFeeItem.TabIndex = 150; this.DgcEnrollmentFeeItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvEnrollmentFeeItem}); @@ -3971,10 +3985,10 @@ // this.splitter7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); this.splitter7.Dock = System.Windows.Forms.DockStyle.Right; - this.splitter7.Location = new System.Drawing.Point(1052, 0); - this.splitter7.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.splitter7.Location = new System.Drawing.Point(526, 0); + this.splitter7.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.splitter7.Name = "splitter7"; - this.splitter7.Size = new System.Drawing.Size(10, 710); + this.splitter7.Size = new System.Drawing.Size(5, 389); this.splitter7.TabIndex = 149; this.splitter7.TabStop = false; this.splitter7.Visible = false; @@ -3983,10 +3997,10 @@ // this.PnlFeeItem.Controls.Add(this.tabControl2); this.PnlFeeItem.Dock = System.Windows.Forms.DockStyle.Right; - this.PnlFeeItem.Location = new System.Drawing.Point(1062, 0); - this.PnlFeeItem.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.PnlFeeItem.Location = new System.Drawing.Point(531, 0); + this.PnlFeeItem.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.PnlFeeItem.Name = "PnlFeeItem"; - this.PnlFeeItem.Size = new System.Drawing.Size(761, 710); + this.PnlFeeItem.Size = new System.Drawing.Size(380, 389); this.PnlFeeItem.TabIndex = 147; this.PnlFeeItem.Visible = false; // @@ -3996,20 +4010,20 @@ this.tabControl2.Controls.Add(this.tabPage2); this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl2.Location = new System.Drawing.Point(0, 0); - this.tabControl2.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.tabControl2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tabControl2.Name = "tabControl2"; this.tabControl2.SelectedIndex = 0; - this.tabControl2.Size = new System.Drawing.Size(761, 710); + this.tabControl2.Size = new System.Drawing.Size(380, 389); this.tabControl2.TabIndex = 139; // // tabPage1 // this.tabPage1.Controls.Add(this.DgcPack2); - this.tabPage1.Location = new System.Drawing.Point(8, 43); - this.tabPage1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.tabPage1.Location = new System.Drawing.Point(4, 23); + this.tabPage1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tabPage1.Name = "tabPage1"; - this.tabPage1.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6); - this.tabPage1.Size = new System.Drawing.Size(745, 659); + this.tabPage1.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.tabPage1.Size = new System.Drawing.Size(372, 362); this.tabPage1.TabIndex = 1; this.tabPage1.Text = "套餐"; this.tabPage1.UseVisualStyleBackColor = true; @@ -4017,12 +4031,10 @@ // DgcPack2 // this.DgcPack2.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcPack2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); - this.DgcPack2.Location = new System.Drawing.Point(5, 6); + this.DgcPack2.Location = new System.Drawing.Point(2, 3); this.DgcPack2.MainView = this.DgvPack2; - this.DgcPack2.Margin = new System.Windows.Forms.Padding(6); this.DgcPack2.Name = "DgcPack2"; - this.DgcPack2.Size = new System.Drawing.Size(735, 647); + this.DgcPack2.Size = new System.Drawing.Size(368, 356); this.DgcPack2.TabIndex = 122; this.DgcPack2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvPack2, @@ -4184,11 +4196,11 @@ // this.tabPage2.Controls.Add(this.DgcFeeItem2); this.tabPage2.Controls.Add(this.FeeItemSearch2); - this.tabPage2.Location = new System.Drawing.Point(8, 43); - this.tabPage2.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.tabPage2.Location = new System.Drawing.Point(4, 23); + this.tabPage2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tabPage2.Name = "tabPage2"; - this.tabPage2.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6); - this.tabPage2.Size = new System.Drawing.Size(745, 659); + this.tabPage2.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.tabPage2.Size = new System.Drawing.Size(372, 362); this.tabPage2.TabIndex = 0; this.tabPage2.Text = "收费项目"; this.tabPage2.UseVisualStyleBackColor = true; @@ -4196,14 +4208,12 @@ // DgcFeeItem2 // this.DgcFeeItem2.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcFeeItem2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); - this.DgcFeeItem2.Location = new System.Drawing.Point(5, 42); + this.DgcFeeItem2.Location = new System.Drawing.Point(2, 25); this.DgcFeeItem2.MainView = this.DgvFeeItem2; - this.DgcFeeItem2.Margin = new System.Windows.Forms.Padding(6); this.DgcFeeItem2.Name = "DgcFeeItem2"; this.DgcFeeItem2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit2}); - this.DgcFeeItem2.Size = new System.Drawing.Size(735, 611); + this.DgcFeeItem2.Size = new System.Drawing.Size(368, 334); this.DgcFeeItem2.TabIndex = 138; this.DgcFeeItem2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvFeeItem2, @@ -4381,10 +4391,10 @@ // FeeItemSearch2 // this.FeeItemSearch2.Dock = System.Windows.Forms.DockStyle.Top; - this.FeeItemSearch2.Location = new System.Drawing.Point(5, 6); - this.FeeItemSearch2.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.FeeItemSearch2.Location = new System.Drawing.Point(2, 3); + this.FeeItemSearch2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.FeeItemSearch2.Name = "FeeItemSearch2"; - this.FeeItemSearch2.Size = new System.Drawing.Size(735, 36); + this.FeeItemSearch2.Size = new System.Drawing.Size(368, 22); this.FeeItemSearch2.TabIndex = 137; // // panel7 @@ -4392,10 +4402,10 @@ this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel7.Controls.Add(this.menuStrip1); this.panel7.Dock = System.Windows.Forms.DockStyle.Top; - this.panel7.Location = new System.Drawing.Point(570, 0); - this.panel7.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.panel7.Location = new System.Drawing.Point(285, 0); + this.panel7.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.panel7.Name = "panel7"; - this.panel7.Size = new System.Drawing.Size(1823, 75); + this.panel7.Size = new System.Drawing.Size(911, 42); this.panel7.TabIndex = 146; // // menuStrip1 @@ -4423,8 +4433,8 @@ this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 3, 0, 3); - this.menuStrip1.Size = new System.Drawing.Size(1382, 46); + this.menuStrip1.Padding = new System.Windows.Forms.Padding(2, 2, 0, 2); + this.menuStrip1.Size = new System.Drawing.Size(893, 44); this.menuStrip1.TabIndex = 129; this.menuStrip1.Text = "menuStrip1"; // @@ -4433,7 +4443,7 @@ this.TsmiCheckOrg.Image = ((System.Drawing.Image)(resources.GetObject("TsmiCheckOrg.Image"))); this.TsmiCheckOrg.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TsmiCheckOrg.Name = "TsmiCheckOrg"; - this.TsmiCheckOrg.Size = new System.Drawing.Size(198, 40); + this.TsmiCheckOrg.Size = new System.Drawing.Size(120, 40); this.TsmiCheckOrg.Text = "生成团体订单"; // // toolStripMenuItem1 @@ -4446,7 +4456,7 @@ this.TsmiCheckPerson.Image = ((System.Drawing.Image)(resources.GetObject("TsmiCheckPerson.Image"))); this.TsmiCheckPerson.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TsmiCheckPerson.Name = "TsmiCheckPerson"; - this.TsmiCheckPerson.Size = new System.Drawing.Size(200, 40); + this.TsmiCheckPerson.Size = new System.Drawing.Size(122, 40); this.TsmiCheckPerson.Text = "生成个人订单"; // // toolStripMenuItem7 @@ -4463,28 +4473,28 @@ this.TsmiPrintCost.Image = ((System.Drawing.Image)(resources.GetObject("TsmiPrintCost.Image"))); this.TsmiPrintCost.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TsmiPrintCost.Name = "TsmiPrintCost"; - this.TsmiPrintCost.Size = new System.Drawing.Size(182, 40); + this.TsmiPrintCost.Size = new System.Drawing.Size(116, 40); this.TsmiPrintCost.Text = "打印收费单"; // // TsmiPrintPerson // this.TsmiPrintPerson.Image = ((System.Drawing.Image)(resources.GetObject("TsmiPrintPerson.Image"))); this.TsmiPrintPerson.Name = "TsmiPrintPerson"; - this.TsmiPrintPerson.Size = new System.Drawing.Size(328, 38); + this.TsmiPrintPerson.Size = new System.Drawing.Size(188, 26); this.TsmiPrintPerson.Text = "打印个人收费单"; // // TsmiPrintTeam // this.TsmiPrintTeam.Image = ((System.Drawing.Image)(resources.GetObject("TsmiPrintTeam.Image"))); this.TsmiPrintTeam.Name = "TsmiPrintTeam"; - this.TsmiPrintTeam.Size = new System.Drawing.Size(328, 38); + this.TsmiPrintTeam.Size = new System.Drawing.Size(188, 26); this.TsmiPrintTeam.Text = "打印团体收费单"; // // TsmiPrintGroup // this.TsmiPrintGroup.Image = ((System.Drawing.Image)(resources.GetObject("TsmiPrintGroup.Image"))); this.TsmiPrintGroup.Name = "TsmiPrintGroup"; - this.TsmiPrintGroup.Size = new System.Drawing.Size(328, 38); + this.TsmiPrintGroup.Size = new System.Drawing.Size(188, 26); this.TsmiPrintGroup.Text = "打印团体分组收费单"; // // toolStripMenuItem3 @@ -4498,7 +4508,7 @@ this.TsmiFee.Image = ((System.Drawing.Image)(resources.GetObject("TsmiFee.Image"))); this.TsmiFee.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TsmiFee.Name = "TsmiFee"; - this.TsmiFee.Size = new System.Drawing.Size(110, 40); + this.TsmiFee.Size = new System.Drawing.Size(80, 40); this.TsmiFee.Text = "记账"; this.TsmiFee.Visible = false; // @@ -4512,7 +4522,7 @@ this.TsmiSend.Image = ((System.Drawing.Image)(resources.GetObject("TsmiSend.Image"))); this.TsmiSend.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TsmiSend.Name = "TsmiSend"; - this.TsmiSend.Size = new System.Drawing.Size(178, 40); + this.TsmiSend.Size = new System.Drawing.Size(112, 40); this.TsmiSend.Text = "发送到科室"; // // toolStripMenuItem4 @@ -4525,7 +4535,7 @@ this.TsmiPrintGuide.Image = ((System.Drawing.Image)(resources.GetObject("TsmiPrintGuide.Image"))); this.TsmiPrintGuide.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TsmiPrintGuide.Name = "TsmiPrintGuide"; - this.TsmiPrintGuide.Size = new System.Drawing.Size(182, 40); + this.TsmiPrintGuide.Size = new System.Drawing.Size(116, 40); this.TsmiPrintGuide.Text = "打印导检单"; // // toolStripMenuItem5 @@ -4538,7 +4548,7 @@ this.TsmiOpenFeeItem.Image = ((System.Drawing.Image)(resources.GetObject("TsmiOpenFeeItem.Image"))); this.TsmiOpenFeeItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TsmiOpenFeeItem.Name = "TsmiOpenFeeItem"; - this.TsmiOpenFeeItem.Size = new System.Drawing.Size(198, 40); + this.TsmiOpenFeeItem.Size = new System.Drawing.Size(120, 40); this.TsmiOpenFeeItem.Text = "打开收费项目"; // // toolStripMenuItem6 @@ -4551,17 +4561,17 @@ this.TsmiBatchCtrl.Image = ((System.Drawing.Image)(resources.GetObject("TsmiBatchCtrl.Image"))); this.TsmiBatchCtrl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.TsmiBatchCtrl.Name = "TsmiBatchCtrl"; - this.TsmiBatchCtrl.Size = new System.Drawing.Size(158, 40); + this.TsmiBatchCtrl.Size = new System.Drawing.Size(104, 40); this.TsmiBatchCtrl.Text = "批量操作"; // // splitterControl1 // this.splitterControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); this.splitterControl1.Appearance.Options.UseBackColor = true; - this.splitterControl1.Location = new System.Drawing.Point(560, 0); - this.splitterControl1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.splitterControl1.Location = new System.Drawing.Point(280, 0); + this.splitterControl1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.splitterControl1.Name = "splitterControl1"; - this.splitterControl1.Size = new System.Drawing.Size(10, 1702); + this.splitterControl1.Size = new System.Drawing.Size(5, 736); this.splitterControl1.TabIndex = 145; this.splitterControl1.TabStop = false; // @@ -4571,23 +4581,21 @@ this.panel11.Controls.Add(this.PatientSearch); this.panel11.Dock = System.Windows.Forms.DockStyle.Left; this.panel11.Location = new System.Drawing.Point(0, 0); - this.panel11.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.panel11.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.panel11.Name = "panel11"; - this.panel11.Size = new System.Drawing.Size(560, 1702); + this.panel11.Size = new System.Drawing.Size(280, 736); this.panel11.TabIndex = 144; // // DgcEnrollment // this.DgcEnrollment.ContextMenuStrip = this.InfoFastMenu; this.DgcEnrollment.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcEnrollment.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6); - this.DgcEnrollment.Location = new System.Drawing.Point(0, 39); + this.DgcEnrollment.Location = new System.Drawing.Point(0, 23); this.DgcEnrollment.MainView = this.DgvEnrollment; - this.DgcEnrollment.Margin = new System.Windows.Forms.Padding(6); this.DgcEnrollment.Name = "DgcEnrollment"; this.DgcEnrollment.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit3}); - this.DgcEnrollment.Size = new System.Drawing.Size(560, 1663); + this.DgcEnrollment.Size = new System.Drawing.Size(280, 713); this.DgcEnrollment.TabIndex = 133; this.DgcEnrollment.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvEnrollment}); @@ -4599,18 +4607,19 @@ this.FastCamera, this.FastDelete, this.FastExport, + this.FastExportTime, this.FastRecall, this.FastGroup, this.FastCancelGroup}); this.InfoFastMenu.Name = "CostFastMenu"; - this.InfoFastMenu.Size = new System.Drawing.Size(241, 220); + this.InfoFastMenu.Size = new System.Drawing.Size(205, 214); // // FastCamera // this.FastCamera.Image = ((System.Drawing.Image)(resources.GetObject("FastCamera.Image"))); this.FastCamera.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.FastCamera.Name = "FastCamera"; - this.FastCamera.Size = new System.Drawing.Size(240, 36); + this.FastCamera.Size = new System.Drawing.Size(204, 30); this.FastCamera.Text = "拍照"; // // FastDelete @@ -4618,34 +4627,43 @@ this.FastDelete.Image = ((System.Drawing.Image)(resources.GetObject("FastDelete.Image"))); this.FastDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.FastDelete.Name = "FastDelete"; - this.FastDelete.Size = new System.Drawing.Size(240, 36); + this.FastDelete.Size = new System.Drawing.Size(204, 30); this.FastDelete.Text = "删除成员"; // // FastExport // this.FastExport.Image = global::PEIS.Properties.Resources.Excel; this.FastExport.Name = "FastExport"; - this.FastExport.Size = new System.Drawing.Size(240, 36); - this.FastExport.Text = "导出数据"; + this.FastExport.Size = new System.Drawing.Size(204, 30); + this.FastExport.Text = "导出所有成员"; + // + // FastExportTime + // + this.FastExportTime.Image = global::PEIS.Properties.Resources.Excel; + this.FastExportTime.Name = "FastExportTime"; + this.FastExportTime.Size = new System.Drawing.Size(204, 30); + this.FastExportTime.Text = "导出指定时间范围成员"; // // FastRecall // this.FastRecall.Image = global::PEIS.Properties.Resources.取消弃检; this.FastRecall.Name = "FastRecall"; - this.FastRecall.Size = new System.Drawing.Size(240, 36); + this.FastRecall.Size = new System.Drawing.Size(204, 30); this.FastRecall.Text = "撤回发送"; // // FastGroup // this.FastGroup.Name = "FastGroup"; - this.FastGroup.Size = new System.Drawing.Size(240, 36); + this.FastGroup.Size = new System.Drawing.Size(204, 30); this.FastGroup.Text = "组合缴费"; + this.FastGroup.Visible = false; // // FastCancelGroup // this.FastCancelGroup.Name = "FastCancelGroup"; - this.FastCancelGroup.Size = new System.Drawing.Size(240, 36); + this.FastCancelGroup.Size = new System.Drawing.Size(204, 30); this.FastCancelGroup.Text = "取消组合缴费"; + this.FastCancelGroup.Visible = false; // // DgvEnrollment // @@ -4655,6 +4673,8 @@ this.DgvEnrollment.Appearance.FooterPanel.Options.UseForeColor = true; this.DgvEnrollment.Appearance.GroupRow.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.DgvEnrollment.Appearance.GroupRow.Options.UseFont = true; + this.DgvEnrollment.Appearance.HeaderPanel.Font = new System.Drawing.Font("微软雅黑", 12F); + this.DgvEnrollment.Appearance.HeaderPanel.Options.UseFont = true; this.DgvEnrollment.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 9F); this.DgvEnrollment.Appearance.Row.Options.UseFont = true; this.DgvEnrollment.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { @@ -4663,13 +4683,14 @@ this.gridColumn103, this.gridColumn89, this.gridColumn90, - this.gridColumn107, this.gridColumn108, this.gridColumn91, this.gridColumn93, this.gridColumn94, this.gridColumn95, this.gridColumn96, + this.gridColumn105, + this.gridColumn104, this.gridColumn92}); this.DgvEnrollment.GridControl = this.DgcEnrollment; this.DgvEnrollment.GroupCount = 1; @@ -4738,6 +4759,8 @@ this.gridColumn103.Name = "gridColumn103"; this.gridColumn103.OptionsColumn.AllowEdit = false; this.gridColumn103.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn103.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn103.OptionsColumn.AllowMove = false; this.gridColumn103.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumn103.OptionsColumn.ReadOnly = true; this.gridColumn103.OptionsFilter.AllowFilter = false; @@ -4756,6 +4779,8 @@ this.gridColumn89.Name = "gridColumn89"; this.gridColumn89.OptionsColumn.AllowEdit = false; this.gridColumn89.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn89.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn89.OptionsColumn.AllowMove = false; this.gridColumn89.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumn89.OptionsColumn.ReadOnly = true; this.gridColumn89.OptionsFilter.AllowFilter = false; @@ -4774,6 +4799,8 @@ this.gridColumn90.Name = "gridColumn90"; this.gridColumn90.OptionsColumn.AllowEdit = false; this.gridColumn90.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn90.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn90.OptionsColumn.AllowMove = false; this.gridColumn90.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumn90.OptionsColumn.ReadOnly = true; this.gridColumn90.OptionsFilter.AllowFilter = false; @@ -4781,40 +4808,24 @@ this.gridColumn90.VisibleIndex = 3; this.gridColumn90.Width = 40; // - // gridColumn107 - // - this.gridColumn107.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); - this.gridColumn107.AppearanceCell.Options.UseFont = true; - this.gridColumn107.AppearanceHeader.Options.UseTextOptions = true; - this.gridColumn107.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - this.gridColumn107.Caption = "年龄"; - this.gridColumn107.FieldName = "Age"; - this.gridColumn107.Name = "gridColumn107"; - this.gridColumn107.OptionsColumn.AllowEdit = false; - this.gridColumn107.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn107.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn107.OptionsColumn.ReadOnly = true; - this.gridColumn107.OptionsFilter.AllowFilter = false; - this.gridColumn107.Visible = true; - this.gridColumn107.VisibleIndex = 4; - this.gridColumn107.Width = 40; - // // gridColumn108 // this.gridColumn108.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.gridColumn108.AppearanceCell.Options.UseFont = true; this.gridColumn108.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn108.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - this.gridColumn108.Caption = " "; + this.gridColumn108.Caption = "年龄"; this.gridColumn108.FieldName = "AgeClass"; this.gridColumn108.Name = "gridColumn108"; this.gridColumn108.OptionsColumn.AllowEdit = false; this.gridColumn108.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn108.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn108.OptionsColumn.AllowMove = false; this.gridColumn108.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumn108.OptionsColumn.ReadOnly = true; this.gridColumn108.OptionsFilter.AllowFilter = false; this.gridColumn108.Visible = true; - this.gridColumn108.VisibleIndex = 5; + this.gridColumn108.VisibleIndex = 4; this.gridColumn108.Width = 30; // // gridColumn91 @@ -4826,10 +4837,12 @@ this.gridColumn91.Name = "gridColumn91"; this.gridColumn91.OptionsColumn.AllowEdit = false; this.gridColumn91.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn91.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn91.OptionsColumn.AllowMove = false; this.gridColumn91.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumn91.OptionsColumn.ReadOnly = true; this.gridColumn91.Visible = true; - this.gridColumn91.VisibleIndex = 6; + this.gridColumn91.VisibleIndex = 5; // // gridColumn93 // @@ -4842,11 +4855,14 @@ this.gridColumn93.Name = "gridColumn93"; this.gridColumn93.OptionsColumn.AllowEdit = false; this.gridColumn93.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn93.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn93.OptionsColumn.AllowMove = false; this.gridColumn93.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn93.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; this.gridColumn93.OptionsColumn.ReadOnly = true; this.gridColumn93.OptionsFilter.AllowFilter = false; this.gridColumn93.Visible = true; - this.gridColumn93.VisibleIndex = 7; + this.gridColumn93.VisibleIndex = 6; this.gridColumn93.Width = 60; // // gridColumn94 @@ -4860,13 +4876,16 @@ this.gridColumn94.Name = "gridColumn94"; this.gridColumn94.OptionsColumn.AllowEdit = false; this.gridColumn94.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn94.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn94.OptionsColumn.AllowMove = false; this.gridColumn94.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn94.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; this.gridColumn94.OptionsColumn.ReadOnly = true; this.gridColumn94.OptionsFilter.AllowFilter = false; this.gridColumn94.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "BloodCode", "合计:{0} 个血袋")}); this.gridColumn94.Visible = true; - this.gridColumn94.VisibleIndex = 8; + this.gridColumn94.VisibleIndex = 7; this.gridColumn94.Width = 100; // // gridColumn95 @@ -4880,11 +4899,14 @@ this.gridColumn95.Name = "gridColumn95"; this.gridColumn95.OptionsColumn.AllowEdit = false; this.gridColumn95.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn95.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn95.OptionsColumn.AllowMove = false; this.gridColumn95.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn95.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; this.gridColumn95.OptionsColumn.ReadOnly = true; this.gridColumn95.OptionsFilter.AllowFilter = false; this.gridColumn95.Visible = true; - this.gridColumn95.VisibleIndex = 9; + this.gridColumn95.VisibleIndex = 8; this.gridColumn95.Width = 80; // // gridColumn96 @@ -4898,13 +4920,34 @@ this.gridColumn96.Name = "gridColumn96"; this.gridColumn96.OptionsColumn.AllowEdit = false; this.gridColumn96.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn96.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn96.OptionsColumn.AllowMove = false; this.gridColumn96.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumn96.OptionsColumn.ReadOnly = true; this.gridColumn96.OptionsFilter.AllowFilter = false; this.gridColumn96.Visible = true; - this.gridColumn96.VisibleIndex = 10; + this.gridColumn96.VisibleIndex = 9; this.gridColumn96.Width = 160; // + // gridColumn104 + // + this.gridColumn104.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); + this.gridColumn104.AppearanceCell.Options.UseFont = true; + this.gridColumn104.Caption = "签到时间"; + this.gridColumn104.FieldName = "SignTime"; + this.gridColumn104.GroupFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; + this.gridColumn104.GroupFormat.FormatType = DevExpress.Utils.FormatType.DateTime; + this.gridColumn104.Name = "gridColumn104"; + this.gridColumn104.OptionsColumn.AllowEdit = false; + this.gridColumn104.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn104.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn104.OptionsColumn.AllowMove = false; + this.gridColumn104.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn104.OptionsColumn.ReadOnly = true; + this.gridColumn104.OptionsFilter.AllowFilter = false; + this.gridColumn104.Visible = true; + this.gridColumn104.VisibleIndex = 12; + // // gridColumn92 // this.gridColumn92.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); @@ -4912,8 +4955,15 @@ this.gridColumn92.Caption = "状态"; this.gridColumn92.FieldName = "Signer"; this.gridColumn92.Name = "gridColumn92"; + this.gridColumn92.OptionsColumn.AllowEdit = false; + this.gridColumn92.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn92.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn92.OptionsColumn.AllowMove = false; + this.gridColumn92.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn92.OptionsColumn.ReadOnly = true; + this.gridColumn92.OptionsFilter.AllowFilter = false; this.gridColumn92.Visible = true; - this.gridColumn92.VisibleIndex = 11; + this.gridColumn92.VisibleIndex = 10; // // PatientSearch // @@ -4921,9 +4971,9 @@ this.PatientSearch.Dock = System.Windows.Forms.DockStyle.Top; this.PatientSearch.Font = new System.Drawing.Font("微软雅黑", 9F); this.PatientSearch.Location = new System.Drawing.Point(0, 0); - this.PatientSearch.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); + this.PatientSearch.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.PatientSearch.Name = "PatientSearch"; - this.PatientSearch.Size = new System.Drawing.Size(560, 39); + this.PatientSearch.Size = new System.Drawing.Size(280, 23); this.PatientSearch.TabIndex = 134; // // gridColumn109 @@ -5134,66 +5184,33 @@ // this.gridView8.Name = "gridView8"; // - // gridColumn100 - // - this.gridColumn100.Caption = "退费人"; - this.gridColumn100.FieldName = "Cancer"; - this.gridColumn100.Name = "gridColumn100"; - this.gridColumn100.OptionsColumn.AllowEdit = false; - this.gridColumn100.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn100.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn100.OptionsColumn.AllowMove = false; - this.gridColumn100.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn100.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn100.OptionsColumn.ReadOnly = true; - this.gridColumn100.OptionsFilter.AllowFilter = false; - this.gridColumn100.Visible = true; - this.gridColumn100.VisibleIndex = 14; - // - // gridColumn101 - // - this.gridColumn101.Caption = "退费人"; - this.gridColumn101.FieldName = "Cancer"; - this.gridColumn101.Name = "gridColumn101"; - this.gridColumn101.OptionsColumn.AllowEdit = false; - this.gridColumn101.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn101.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn101.OptionsColumn.AllowMove = false; - this.gridColumn101.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn101.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn101.OptionsColumn.ReadOnly = true; - this.gridColumn101.OptionsFilter.AllowFilter = false; - this.gridColumn101.Visible = true; - this.gridColumn101.VisibleIndex = 14; - // - // gridColumn102 - // - this.gridColumn102.Caption = "退费时间"; - this.gridColumn102.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; - this.gridColumn102.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; - this.gridColumn102.FieldName = "CancelTime"; - this.gridColumn102.Name = "gridColumn102"; - this.gridColumn102.OptionsColumn.AllowEdit = false; - this.gridColumn102.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn102.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn102.OptionsColumn.AllowMove = false; - this.gridColumn102.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn102.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; - this.gridColumn102.OptionsColumn.ReadOnly = true; - this.gridColumn102.OptionsFilter.AllowFilter = false; - this.gridColumn102.Visible = true; - this.gridColumn102.VisibleIndex = 15; + // gridColumn105 + // + this.gridColumn105.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); + this.gridColumn105.AppearanceCell.Options.UseFont = true; + this.gridColumn105.Caption = "联系方式"; + this.gridColumn105.FieldName = "Tel1"; + this.gridColumn105.Name = "gridColumn105"; + this.gridColumn105.OptionsColumn.AllowEdit = false; + this.gridColumn105.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn105.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn105.OptionsColumn.AllowMove = false; + this.gridColumn105.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.gridColumn105.OptionsColumn.ReadOnly = true; + this.gridColumn105.OptionsFilter.AllowFilter = false; + this.gridColumn105.Visible = true; + this.gridColumn105.VisibleIndex = 11; // // EnrollmentOrgForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 31F); + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; - this.ClientSize = new System.Drawing.Size(2884, 1759); + this.ClientSize = new System.Drawing.Size(1442, 779); this.Controls.Add(this.TcOrg); this.Controls.Add(this.splitter1); this.Controls.Add(this.panel1); - this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); + this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "EnrollmentOrgForm"; this.Text = "团体登记"; ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit21)).EndInit(); @@ -5388,7 +5405,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn95; private DevExpress.XtraGrid.Columns.GridColumn gridColumn96; private DevExpress.XtraGrid.Columns.GridColumn gridColumn103; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn107; private DevExpress.XtraGrid.Columns.GridColumn gridColumn108; private DevExpress.XtraGrid.Columns.GridColumn gridColumn109; private System.Windows.Forms.Splitter splitter8; @@ -5648,5 +5664,8 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn100; private DevExpress.XtraGrid.Columns.GridColumn gridColumn101; private DevExpress.XtraGrid.Columns.GridColumn gridColumn102; + private System.Windows.Forms.ToolStripMenuItem FastExportTime; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn104; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn105; } } \ No newline at end of file diff --git a/PEIS/View/Enrollment/EnrollmentOrgForm.cs b/PEIS/View/Enrollment/EnrollmentOrgForm.cs index 21cf424..fc60635 100644 --- a/PEIS/View/Enrollment/EnrollmentOrgForm.cs +++ b/PEIS/View/Enrollment/EnrollmentOrgForm.cs @@ -1,4 +1,7 @@ -using DevExpress.XtraGrid.Views.Grid.ViewInfo; +using DevExpress.Utils; +using DevExpress.XtraGrid.Columns; +using DevExpress.XtraGrid.Views.Grid; +using DevExpress.XtraGrid.Views.Grid.ViewInfo; using DevExpress.XtraPrinting.Native; using PEIS.Base; using PEIS.Entity; @@ -8,6 +11,7 @@ using PEIS.Utils; using PEIS.View.Base; using System; using System.Collections.Generic; +using System.Data; using System.Drawing; using System.Globalization; using System.Linq; @@ -153,6 +157,7 @@ namespace PEIS.View.Enrollment FeeItemSearch2.TextChanged += FeeItemSearch2_TextChanged; FastGroupMove.Click += FastGroupMove_Click; FastExport.Click += FastExport_Click; + FastExportTime.Click += FastExportTime_Click; FastDelete.Click += FastDelete_Click; FastGroup.Click += FastGroup_Click; FastCancelGroup.Click += FastCancelGroup_Click; @@ -847,7 +852,7 @@ namespace PEIS.View.Enrollment } } - private void FastExport_Click(object sender, EventArgs e) // 导出团体成员 + private void FastExport_Click(object sender, EventArgs e) // 导出所有团体成员 { if (_lstEnrollmentPatient.Count != 0) { @@ -863,12 +868,112 @@ namespace PEIS.View.Enrollment options.TextExportMode = DevExpress.XtraPrinting.TextExportMode.Value; options.ExportType = DevExpress.Export.ExportType.WYSIWYG; + // 首先,创建一个新的列对象 + GridColumn newColumn = new GridColumn(); + // 设置列的标题,例如"序号" + newColumn.Caption = "序号"; + // 设置列的字段名称,这将用于数据绑定 + newColumn.FieldName = "RowNumber"; + newColumn.VisibleIndex = 0; + newColumn.AppearanceCell.Font = new Font("微软雅黑", 12); + + // 将列添加到GridView的Columns集合中 + DgvEnrollment.Columns.Add(newColumn); + + for (int i = 0; i < _lstEnrollmentPatient.Count(); i++) + { + // 使用GetRowCellValue方法获取当前行的序号列的值 + int rowNumber = DgvEnrollment.GetRowHandle(i); // 行句柄 + DgvEnrollment.SetRowCellValue(rowNumber, "RowNumber", i + 1); // 设置序号列的值 + } DgcEnrollment.ExportToXls(saveFileDialog.FileName, options); - + DgvEnrollment.Columns.Remove(newColumn); } } + } + + private void FastExportTime_Click(object sender, EventArgs e) // 导出指定时间范围成员 + { + DateTime currentDate = DateTime.Now; + + Form dateForm = new Form(); + dateForm.Font = new Font("微软雅黑", 12); + dateForm.Text = "时间选择器"; + dateForm.StartPosition = FormStartPosition.CenterScreen; + dateForm.Size = new Size(330, 226); + Label begLabel = new Label(); + begLabel.Location = new Point(10, 20); + begLabel.Text = "开始时间:"; + + DateTimePicker begTime = new DateTimePicker(); + begTime.Location = new Point(110, 20); + begTime.Value = currentDate.AddDays(-6); + + Label endLabel = new Label(); + endLabel.Location = new Point(10, 70); + endLabel.Text = "结束时间:"; + + DateTimePicker endTime = new DateTimePicker(); + endTime.Location = new Point(110, 70); + endTime.Value = currentDate; + + Button confirmBtn = new Button(); + confirmBtn.Text = "确认选择"; + confirmBtn.Location = new Point(110, 120); + confirmBtn.AutoSize = true; + confirmBtn.Click += delegate (object a, EventArgs b) + { + if (_lstEnrollmentPatient.Count != 0) + { + SaveFileDialog saveFileDialog = new SaveFileDialog(); + saveFileDialog.Title = "导出Excel"; + saveFileDialog.FileName = "团体名单"; + saveFileDialog.Filter = "Excel文件(*.xls)|*.xls"; + DialogResult dialogResult = saveFileDialog.ShowDialog(this); + if (dialogResult == DialogResult.OK) + { + DevExpress.XtraPrinting.XlsExportOptionsEx options = new DevExpress.XtraPrinting.XlsExportOptionsEx(); + options.ShowGridLines = true; + options.TextExportMode = DevExpress.XtraPrinting.TextExportMode.Value; + options.ExportType = DevExpress.Export.ExportType.WYSIWYG; + + // 首先,创建一个新的列对象 + GridColumn newColumn = new GridColumn(); + // 设置列的标题,例如"序号" + newColumn.Caption = "序号"; + // 设置列的字段名称,这将用于数据绑定 + newColumn.FieldName = "RowNumber"; + newColumn.VisibleIndex = 0; + newColumn.AppearanceCell.Font = new Font("微软雅黑", 12); + + // 将列添加到GridView的Columns集合中 + DgvEnrollment.Columns.Add(newColumn); + + + DgcEnrollment.DataSource = _lstEnrollmentPatient.Where(w => w.SignTime > begTime.Value.Date && w.SignTime < endTime.Value.AddDays(1).Date); + for (int i = 0; i < _lstEnrollmentPatient.Where(w => w.SignTime > begTime.Value.Date && w.SignTime < endTime.Value.AddDays(1).Date).Count(); i++) + { + // 使用GetRowCellValue方法获取当前行的序号列的值 + int rowNumber = DgvEnrollment.GetRowHandle(i); // 行句柄 + DgvEnrollment.SetRowCellValue(rowNumber, "RowNumber", i + 1); // 设置序号列的值 + } + + DgcEnrollment.ExportToXls(saveFileDialog.FileName, options); + DgvEnrollment.Columns.Remove(newColumn); + } + } + ShowEnrollmentPatient(_lstEnrollmentPatient); + dateForm.Close(); + }; + + dateForm.Controls.Add(begLabel); + dateForm.Controls.Add(begTime); + dateForm.Controls.Add(endLabel); + dateForm.Controls.Add(endTime); + dateForm.Controls.Add(confirmBtn); + dateForm.ShowDialog(); } private void FastDelete_Click(object sender, EventArgs e) // 删除未签到成员 @@ -878,7 +983,7 @@ namespace PEIS.View.Enrollment OnCancelRegInfo(item.ID); } - private void DgvEnrollment_RowCellClick(object sender, DevExpress.XtraGrid.Views.Grid.RowCellClickEventArgs e) + private void DgvEnrollment_RowCellClick(object sender, RowCellClickEventArgs e) { if (e.Column.AbsoluteIndex == 0) { @@ -1056,6 +1161,12 @@ namespace PEIS.View.Enrollment return; } + if(item?.CancelTime != null) + { + Global.Msg("info", "该订单为退费订单留存记录,不能删除!"); + return; + } + if (item == null) return; OnDeleteOrder(item.ID); OnGetCheckCost(Convert.ToInt64(DgvOrg.GetRowCellValue(DgvOrg.GetSelectedRows()[0], "ID").ToString()), _chooseRegItem.ID); @@ -1168,6 +1279,12 @@ namespace PEIS.View.Enrollment return; } + if (item?.CancelTime != null) + { + Global.Msg("info", "该订单为退费订单留存记录,不能删除!"); + return; + } + if (item == null) return; OnDeleteOrder(item.ID); OnGetCheckCost(Convert.ToInt64(DgvOrg.GetRowCellValue(DgvOrg.GetSelectedRows()[0], "ID").ToString()), _chooseRegItem.ID); @@ -1216,7 +1333,7 @@ namespace PEIS.View.Enrollment #endregion 交互事件 - private void DgvCheckCost_RowStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowStyleEventArgs e) + private void DgvCheckCost_RowStyle(object sender, RowStyleEventArgs e) { if (DgvCheckCost.RowCount == 0) return; if (DgvCheckCost.GetRowCellValue(e.RowHandle, "SendTime") != null) @@ -1235,7 +1352,7 @@ namespace PEIS.View.Enrollment e.Appearance.ForeColor = Color.Black; } - private void DgvCheckCost2_RowStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowStyleEventArgs e) + private void DgvCheckCost2_RowStyle(object sender, RowStyleEventArgs e) { if (DgvCheckCost2.RowCount == 0) return; if (DgvCheckCost2.GetRowCellValue(e.RowHandle, "SendTime") != null) @@ -1261,7 +1378,7 @@ namespace PEIS.View.Enrollment grid.GroupText = Convert.ToBoolean(DgvCheckCost.GetRowCellValue(index, "GroupTag")) ? "分组缴费订单" : "未分组缴费订单"; } - private void DgvEnrollmentFeeItem_RowStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowStyleEventArgs e) + private void DgvEnrollmentFeeItem_RowStyle(object sender, RowStyleEventArgs e) { if (DgvEnrollmentFeeItem.RowCount == 0) return; e.Appearance.ForeColor = DgvEnrollmentFeeItem.GetRowCellValue(e.RowHandle, "OrderNo") == null ? Color.Black : Color.DodgerBlue; @@ -1335,7 +1452,7 @@ namespace PEIS.View.Enrollment splitter7.Visible = PnlFeeItem.Visible; } - private void DgvOrg_CustomDrawRowIndicator(object sender, DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventArgs e) + private void DgvOrg_CustomDrawRowIndicator(object sender, RowIndicatorCustomDrawEventArgs e) { if (e.RowHandle >= 0) e.Info.DisplayText = (e.RowHandle + 1).ToString(); @@ -1403,13 +1520,13 @@ namespace PEIS.View.Enrollment } } - private void DgvGroupPatient_CustomDrawRowIndicator(object sender, DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventArgs e) + private void DgvGroupPatient_CustomDrawRowIndicator(object sender, RowIndicatorCustomDrawEventArgs e) { if (e.RowHandle >= 0) e.Info.DisplayText = (e.RowHandle + 1).ToString(); } - private void DgvPatient_CustomDrawRowIndicator(object sender, DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventArgs e) + private void DgvPatient_CustomDrawRowIndicator(object sender, RowIndicatorCustomDrawEventArgs e) { if (e.RowHandle >= 0) e.Info.DisplayText = (e.RowHandle + 1).ToString(); diff --git a/PEIS/View/Enrollment/EnrollmentOrgForm.resx b/PEIS/View/Enrollment/EnrollmentOrgForm.resx index 098ea78..debec70 100644 --- a/PEIS/View/Enrollment/EnrollmentOrgForm.resx +++ b/PEIS/View/Enrollment/EnrollmentOrgForm.resx @@ -454,7 +454,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAERSURBVDhPrZDbSgJRGIXnpewd6jXsjSQvIrwoI0RQMChU + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAERSURBVDhPrZDbSgJRGIXnpewd6jXsjSQvIrwoI0RQMChU 0iiDPCGiE3ZCRkvR8VzTeBhnyR5/ccaZNnPhB4t9sdf6Ln5hb8QeathNJFVFKF5C8DqL4ksDVHWGDf7j LHyPg6NjviSaFqlu5yQYR+KpupaIkrMknCxT3Y7v/NYYb0ITK1c3BarbWWhLQ7IR0cTKReyZ6lZ0XYei ztHpK4bAc+h1FgQijzSxMptrGIxVSO0xX3AaStFki7bUMVFmaMm/eJMGfIH/MkGzLep0AXn4h/r3CJV3 @@ -465,7 +465,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAJHSURBVDhPxZBdSNNhFMb/F110ZZEVhVBgeeHNICiiuggp + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJHSURBVDhPxZBdSNNhFMb/F110ZZEVhVBgeeHNICiiuggp olAUyyxI0oSaH1QYC3N+tKnp5ubm1JUua5uuqdNKMwr7kApFItTUkWZqVhSVYmao5Nevvy7UoYR3HXh4 4XCe33nOKyy3lAY7l9RWMo0O/raWXxEyo5spVYTNvOGyfIRPfW+ptOkXqaPl6T83hcRmExSdgzAz3NVm YWyoYla/B+1M9JtxWLPpaH22JORIjI6gKAMB0jyEimIdo4OlbuaprwVMOOMovammpDADc34qppwUrmnl @@ -481,7 +481,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAIySURBVDhPrZLfS5NRGMfff6H7boIuuq2pMZyL1eAt11CW + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIySURBVDhPrZLfS5NRGMfff6H7boIuuq2pMZyL1eAt11CW DcOKsB9vpFmaLtNExco0av6CbIVLJ61Wk3BSkT/AFCkRZSpZmrmiJQ41xSaCwdfznL15XEUX0Reem5f3 8znnec4j/Zc8fxYGla91CS3eRTx0z6OpMYS7jmnU1X6B/VYA18snUVoyjsKCt8jLHcH5c36ouCQR2NUJ 1Nas4G9ZXlmFKbULh1Kf8lJxSfI+WeCCyopv6q+/h+DQ/DJ2WV5Ao1FgPegRAveDOS4oLfmq/h6dn/DH @@ -497,7 +497,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAIpSURBVDhPtZL/T1JRGMb5p1itrVZbbRpqZbawnBENV1I0 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIpSURBVDhPtZL/T1JRGMb5p1itrVZbbRpqZbawnBENV1I0 jGlByTSyJTXJwq2oKZQb1KAv6JCYWSxvBrkkZUq4CeQEiRABFeLL072Xa0zRra31bO8v57zP5znnPYf1 X+TxhWF6O7VtGYcnwbSWijKPOLzYrPSvLPwLS3huGUMlT7o9wGD9grVUBj+icdid03S9tDmgNxNwTgVQ J+rA8XNtWwM+uuZATMwxmQVRycuJFNyzIRitDlScugKzjSgFRGJJaIwEsrk8AsHIhnSL/Ssck37UNipQ @@ -512,7 +512,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAGCSURBVDhPnZK9S0JRGMb9F1xb2gqaq6mhwCGDtvYIIyLI + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGCSURBVDhPnZK9S0JRGMb9F1xb2gqaq6mhwCGDtvYIIyLI cJOE1paoIYpMKUjFRDH87lpoakGlIZF9DA2hZJEQhJXl1xPn3HPV29WQfvBwOfA+P95zuDJ39A6/4wyl YOOSMHvOcHGThuwvSKEVRvsR+pQqWD3R1pK98DUbl7Jm5hA8SfESd6S5xH5wycalrO4E0D8yWQuriLH6 E2xcSqlcoRJBxCpiTO5TNi4m/ZgDF4nDsOulsfujyGRzUsmWM8YqdcggKbveS3A88bEkslRye58RSzZt @@ -525,7 +525,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAGDSURBVDhPrZFNSwJRGIX9NYGbFoUlFElY1EJQKEYhCJsi + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGDSURBVDhPrZFNSwJRGIX9NYGbFoUlFElY1EJQKEYhCJsi LaVsERnRF5iCaSZJO1toCDVGFkgoFpWQWWRR2aIvUxm1BKN1wSnHCFw4TOCzue+9nPNw4eVVnav4Izzb QfxeGZ5TWaxT/rK3irzmC7CsusvC1G4IkbNLboIiDieF4GGUKeTeClDpppF8eeEu2PIfwfrzizSdw3Hk EnKlFpkMzV2wH77AosOFTV8A+vkl9CiHuJeLJNNZjM8tYWB0FkTvMAwmy/8ERTR6CwjlGAi1Ccence6C @@ -538,7 +538,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAHkSURBVDhPvZHfS1NhHIf3p5QypLr2D4goMwoMCi/qIugH + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHkSURBVDhPvZHfS1NhHIf3p5QypLr2D4goMwoMCi/qIugH Xe1Cr7qKDIMkZixwNhfWLGWbnuki0kXKzLU023KubBNPJrbRdOzocm6e2dPOO21mMS+CHvjcvOf9PF++ 79H9M+7RT2iRRsIi9sEAXe43yAvf2LpSHq28G9uAnytNT4jMLewtcQ2Ht2pF8ps/aOt+gccX5lxD694S +1BQFD1RkN5DSFa4Z3uONKbgHE3h8KZ4OJTC1J8UiSzmfhd2uf1CoJHbyKOsZokl0kKwm+aeJaov+wjO @@ -552,7 +552,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAJSSURBVDhPtZJrSJNRGMdf6IN9KbpQn/pUEH2JIoLqQ0Zh + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJSSURBVDhPtZJrSJNRGMdf6IN9KbpQn/pUEH2JIoLqQ0Zh FqYZRmJG1iKmUqKyLB2pqSm6vC1Nm5GXoeatEsVJ0RASR3eNzegikRq5lrV3857Fr/d9ddlICoL+8OfA Oef/e57zcIT/os7WLMw302muSGJ2689qqi7A44q8IzjtNYzarzHQm8tZtT8FmRqu6LToMxN+B8qhCbGR KVcDE85ajKUaxoaryEuL4UVXIudPB5Ko2oy98xjDptXERuz3hsgAOTzlqqMk6yjdllzE90UM9Wp5azlB diff --git a/PEIS/View/Enrollment/EnrollmentPersonForm.cs b/PEIS/View/Enrollment/EnrollmentPersonForm.cs index cc0983b..a86fa90 100644 --- a/PEIS/View/Enrollment/EnrollmentPersonForm.cs +++ b/PEIS/View/Enrollment/EnrollmentPersonForm.cs @@ -649,6 +649,12 @@ namespace PEIS.View.Enrollment return; } + if (item?.CancelTime != null) + { + Global.Msg("info", "该订单为退费订单留存记录,不能删除!"); + return; + } + OnDeleteOrder(item.ID); } diff --git a/PEIS/View/Exam/TotalForm.Designer.cs b/PEIS/View/Exam/TotalForm.Designer.cs index 2c3e967..a872252 100644 --- a/PEIS/View/Exam/TotalForm.Designer.cs +++ b/PEIS/View/Exam/TotalForm.Designer.cs @@ -345,9 +345,8 @@ // splitContainerBase.Panel2 // this.splitContainerBase.Panel2.Controls.Add(this.panelRightBase); - this.splitContainerBase.Size = new System.Drawing.Size(2888, 1504); + this.splitContainerBase.Size = new System.Drawing.Size(1904, 1041); this.splitContainerBase.SplitterDistance = 235; - this.splitContainerBase.SplitterWidth = 8; this.splitContainerBase.TabIndex = 0; // // panelLeftBase @@ -359,20 +358,19 @@ this.panelLeftBase.Location = new System.Drawing.Point(0, 0); this.panelLeftBase.Margin = new System.Windows.Forms.Padding(0); this.panelLeftBase.Name = "panelLeftBase"; - this.panelLeftBase.Size = new System.Drawing.Size(235, 1504); + this.panelLeftBase.Size = new System.Drawing.Size(235, 1041); this.panelLeftBase.TabIndex = 0; // // DgcPatient // this.DgcPatient.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcPatient.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); - this.DgcPatient.Location = new System.Drawing.Point(0, 456); + this.DgcPatient.Location = new System.Drawing.Point(0, 250); this.DgcPatient.MainView = this.DgvPatient; this.DgcPatient.Margin = new System.Windows.Forms.Padding(0); this.DgcPatient.Name = "DgcPatient"; this.DgcPatient.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit2}); - this.DgcPatient.Size = new System.Drawing.Size(235, 1048); + this.DgcPatient.Size = new System.Drawing.Size(235, 791); this.DgcPatient.TabIndex = 127; this.DgcPatient.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvPatient}); @@ -621,17 +619,17 @@ this.panelQuery.Location = new System.Drawing.Point(0, 0); this.panelQuery.Margin = new System.Windows.Forms.Padding(0); this.panelQuery.Name = "panelQuery"; - this.panelQuery.Size = new System.Drawing.Size(235, 456); + this.panelQuery.Size = new System.Drawing.Size(235, 250); this.panelQuery.TabIndex = 126; // // panel1 // this.panel1.Controls.Add(this.menuStrip1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel1.Location = new System.Drawing.Point(0, 383); + this.panel1.Location = new System.Drawing.Point(0, 210); this.panel1.Margin = new System.Windows.Forms.Padding(0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(235, 73); + this.panel1.Size = new System.Drawing.Size(235, 40); this.panel1.TabIndex = 156; // // menuStrip1 @@ -647,9 +645,9 @@ this.toolStripTextBox1}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 0, 10, 0); + this.menuStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 5, 0); this.menuStrip1.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.menuStrip1.Size = new System.Drawing.Size(235, 73); + this.menuStrip1.Size = new System.Drawing.Size(235, 40); this.menuStrip1.TabIndex = 59; this.menuStrip1.Text = "menuStrip2"; // @@ -658,7 +656,7 @@ this.BtnRefresh.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.BtnRefresh.Image = global::PEIS.Properties.Resources.刷新; this.BtnRefresh.Name = "BtnRefresh"; - this.BtnRefresh.Size = new System.Drawing.Size(107, 73); + this.BtnRefresh.Size = new System.Drawing.Size(73, 40); this.BtnRefresh.Text = "刷新"; // // toolStripTextBox1 @@ -667,17 +665,16 @@ this.toolStripTextBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.toolStripTextBox1.Name = "toolStripTextBox1"; this.toolStripTextBox1.ReadOnly = true; - this.toolStripTextBox1.Size = new System.Drawing.Size(356, 73); + this.toolStripTextBox1.Size = new System.Drawing.Size(180, 40); this.toolStripTextBox1.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolStripTextBox1.Visible = false; // // RbStatus4 // this.RbStatus4.AutoSize = true; - this.RbStatus4.Location = new System.Drawing.Point(336, 233); - this.RbStatus4.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.RbStatus4.Location = new System.Drawing.Point(168, 128); this.RbStatus4.Name = "RbStatus4"; - this.RbStatus4.Size = new System.Drawing.Size(93, 35); + this.RbStatus4.Size = new System.Drawing.Size(50, 21); this.RbStatus4.TabIndex = 155; this.RbStatus4.TabStop = true; this.RbStatus4.Text = "全部"; @@ -687,10 +684,9 @@ // this.RbStatus3.AutoSize = true; this.RbStatus3.BackColor = System.Drawing.Color.Transparent; - this.RbStatus3.Location = new System.Drawing.Point(146, 233); - this.RbStatus3.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.RbStatus3.Location = new System.Drawing.Point(73, 128); this.RbStatus3.Name = "RbStatus3"; - this.RbStatus3.Size = new System.Drawing.Size(141, 35); + this.RbStatus3.Size = new System.Drawing.Size(74, 21); this.RbStatus3.TabIndex = 154; this.RbStatus3.TabStop = true; this.RbStatus3.Text = "科室分检"; @@ -699,10 +695,9 @@ // txtInfo // this.txtInfo.ForeColor = System.Drawing.Color.Gray; - this.txtInfo.Location = new System.Drawing.Point(146, 332); - this.txtInfo.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.txtInfo.Location = new System.Drawing.Point(73, 182); this.txtInfo.Name = "txtInfo"; - this.txtInfo.Size = new System.Drawing.Size(316, 39); + this.txtInfo.Size = new System.Drawing.Size(160, 23); this.txtInfo.TabIndex = 10; this.txtInfo.WatermarkColor = System.Drawing.Color.Gray; this.txtInfo.WatermarkText = null; @@ -710,30 +705,29 @@ // txtTeam // this.txtTeam.ForeColor = System.Drawing.Color.Gray; - this.txtTeam.Location = new System.Drawing.Point(146, 283); - this.txtTeam.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.txtTeam.Location = new System.Drawing.Point(73, 155); this.txtTeam.Name = "txtTeam"; - this.txtTeam.Size = new System.Drawing.Size(316, 39); + this.txtTeam.Size = new System.Drawing.Size(160, 23); this.txtTeam.TabIndex = 9; this.txtTeam.WatermarkColor = System.Drawing.Color.Gray; this.txtTeam.WatermarkText = null; // // lbl7 // - this.lbl7.Location = new System.Drawing.Point(6, 332); + this.lbl7.Location = new System.Drawing.Point(3, 182); this.lbl7.Margin = new System.Windows.Forms.Padding(0); this.lbl7.Name = "lbl7"; - this.lbl7.Size = new System.Drawing.Size(140, 55); + this.lbl7.Size = new System.Drawing.Size(70, 30); this.lbl7.TabIndex = 153; this.lbl7.Text = "体检者:"; this.lbl7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lbl6 // - this.lbl6.Location = new System.Drawing.Point(6, 274); + this.lbl6.Location = new System.Drawing.Point(3, 150); this.lbl6.Margin = new System.Windows.Forms.Padding(0); this.lbl6.Name = "lbl6"; - this.lbl6.Size = new System.Drawing.Size(140, 55); + this.lbl6.Size = new System.Drawing.Size(70, 30); this.lbl6.TabIndex = 151; this.lbl6.Text = "体检团队:"; this.lbl6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -746,18 +740,18 @@ this.comboDate.FormattingEnabled = true; this.comboDate.Items.AddRange(new object[] { "一般检查"}); - this.comboDate.Location = new System.Drawing.Point(146, 18); - this.comboDate.Margin = new System.Windows.Forms.Padding(0, 4, 0, 0); + this.comboDate.Location = new System.Drawing.Point(73, 10); + this.comboDate.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0); this.comboDate.Name = "comboDate"; - this.comboDate.Size = new System.Drawing.Size(316, 39); + this.comboDate.Size = new System.Drawing.Size(160, 25); this.comboDate.TabIndex = 2; // // lbl3 // - this.lbl3.Location = new System.Drawing.Point(6, 67); + this.lbl3.Location = new System.Drawing.Point(3, 37); this.lbl3.Margin = new System.Windows.Forms.Padding(0); this.lbl3.Name = "lbl3"; - this.lbl3.Size = new System.Drawing.Size(140, 55); + this.lbl3.Size = new System.Drawing.Size(70, 30); this.lbl3.TabIndex = 149; this.lbl3.Text = "开始日期:"; this.lbl3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -765,10 +759,9 @@ // RbStatus2 // this.RbStatus2.AutoSize = true; - this.RbStatus2.Location = new System.Drawing.Point(336, 184); - this.RbStatus2.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.RbStatus2.Location = new System.Drawing.Point(168, 101); this.RbStatus2.Name = "RbStatus2"; - this.RbStatus2.Size = new System.Drawing.Size(93, 35); + this.RbStatus2.Size = new System.Drawing.Size(50, 21); this.RbStatus2.TabIndex = 7; this.RbStatus2.TabStop = true; this.RbStatus2.Text = "打印"; @@ -778,10 +771,9 @@ // this.RbStatus1.AutoSize = true; this.RbStatus1.BackColor = System.Drawing.Color.Transparent; - this.RbStatus1.Location = new System.Drawing.Point(146, 184); - this.RbStatus1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.RbStatus1.Location = new System.Drawing.Point(73, 101); this.RbStatus1.Name = "RbStatus1"; - this.RbStatus1.Size = new System.Drawing.Size(93, 35); + this.RbStatus1.Size = new System.Drawing.Size(50, 21); this.RbStatus1.TabIndex = 5; this.RbStatus1.TabStop = true; this.RbStatus1.Text = "总检"; @@ -789,30 +781,30 @@ // // lbl5 // - this.lbl5.Location = new System.Drawing.Point(6, 177); + this.lbl5.Location = new System.Drawing.Point(3, 97); this.lbl5.Margin = new System.Windows.Forms.Padding(0); this.lbl5.Name = "lbl5"; - this.lbl5.Size = new System.Drawing.Size(140, 55); + this.lbl5.Size = new System.Drawing.Size(70, 30); this.lbl5.TabIndex = 146; this.lbl5.Text = "体检状态:"; this.lbl5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // - this.label2.Location = new System.Drawing.Point(6, 122); + this.label2.Location = new System.Drawing.Point(3, 67); this.label2.Margin = new System.Windows.Forms.Padding(0); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(140, 55); + this.label2.Size = new System.Drawing.Size(70, 30); this.label2.TabIndex = 139; this.label2.Text = "结束日期:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lbl2 // - this.lbl2.Location = new System.Drawing.Point(6, 13); + this.lbl2.Location = new System.Drawing.Point(3, 7); this.lbl2.Margin = new System.Windows.Forms.Padding(0); this.lbl2.Name = "lbl2"; - this.lbl2.Size = new System.Drawing.Size(140, 55); + this.lbl2.Size = new System.Drawing.Size(70, 30); this.lbl2.TabIndex = 141; this.lbl2.Text = "日期类型:"; this.lbl2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -822,10 +814,10 @@ this.dateEditEnd.CustomFormat = " yyyy 年 MM 月 dd 日"; this.dateEditEnd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dateEditEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.dateEditEnd.Location = new System.Drawing.Point(146, 128); + this.dateEditEnd.Location = new System.Drawing.Point(73, 70); this.dateEditEnd.Margin = new System.Windows.Forms.Padding(0); this.dateEditEnd.Name = "dateEditEnd"; - this.dateEditEnd.Size = new System.Drawing.Size(316, 39); + this.dateEditEnd.Size = new System.Drawing.Size(160, 23); this.dateEditEnd.TabIndex = 4; // // dateEditBeg @@ -833,10 +825,10 @@ this.dateEditBeg.CustomFormat = " yyyy 年 MM 月 dd 日"; this.dateEditBeg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dateEditBeg.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.dateEditBeg.Location = new System.Drawing.Point(146, 73); + this.dateEditBeg.Location = new System.Drawing.Point(73, 40); this.dateEditBeg.Margin = new System.Windows.Forms.Padding(0); this.dateEditBeg.Name = "dateEditBeg"; - this.dateEditBeg.Size = new System.Drawing.Size(316, 39); + this.dateEditBeg.Size = new System.Drawing.Size(160, 23); this.dateEditBeg.TabIndex = 3; // // panelRightBase @@ -846,9 +838,8 @@ this.panelRightBase.Controls.Add(this.panelMenu); this.panelRightBase.Dock = System.Windows.Forms.DockStyle.Fill; this.panelRightBase.Location = new System.Drawing.Point(0, 0); - this.panelRightBase.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelRightBase.Name = "panelRightBase"; - this.panelRightBase.Size = new System.Drawing.Size(2645, 1504); + this.panelRightBase.Size = new System.Drawing.Size(1665, 1041); this.panelRightBase.TabIndex = 2; // // panelExamInfoBase @@ -856,10 +847,9 @@ this.panelExamInfoBase.BackColor = System.Drawing.Color.White; this.panelExamInfoBase.Controls.Add(this.splitContainerExamInfo); this.panelExamInfoBase.Dock = System.Windows.Forms.DockStyle.Fill; - this.panelExamInfoBase.Location = new System.Drawing.Point(0, 330); - this.panelExamInfoBase.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.panelExamInfoBase.Location = new System.Drawing.Point(0, 181); this.panelExamInfoBase.Name = "panelExamInfoBase"; - this.panelExamInfoBase.Size = new System.Drawing.Size(2645, 1174); + this.panelExamInfoBase.Size = new System.Drawing.Size(1665, 860); this.panelExamInfoBase.TabIndex = 60; // // splitContainerExamInfo @@ -868,7 +858,6 @@ this.splitContainerExamInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerExamInfo.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainerExamInfo.Location = new System.Drawing.Point(0, 0); - this.splitContainerExamInfo.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.splitContainerExamInfo.Name = "splitContainerExamInfo"; // // splitContainerExamInfo.Panel1 @@ -878,9 +867,8 @@ // splitContainerExamInfo.Panel2 // this.splitContainerExamInfo.Panel2.Controls.Add(this.panelExamInfoL); - this.splitContainerExamInfo.Size = new System.Drawing.Size(2645, 1174); - this.splitContainerExamInfo.SplitterDistance = 1747; - this.splitContainerExamInfo.SplitterWidth = 8; + this.splitContainerExamInfo.Size = new System.Drawing.Size(1665, 860); + this.splitContainerExamInfo.SplitterDistance = 544; this.splitContainerExamInfo.TabIndex = 0; // // panelTxtSummary @@ -889,9 +877,8 @@ this.panelTxtSummary.Controls.Add(this.splitExamPart); this.panelTxtSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.panelTxtSummary.Location = new System.Drawing.Point(0, 0); - this.panelTxtSummary.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelTxtSummary.Name = "panelTxtSummary"; - this.panelTxtSummary.Size = new System.Drawing.Size(1747, 1174); + this.panelTxtSummary.Size = new System.Drawing.Size(544, 860); this.panelTxtSummary.TabIndex = 2; // // splitExamPart @@ -899,7 +886,6 @@ this.splitExamPart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(162)))), ((int)(((byte)(202))))); this.splitExamPart.Dock = System.Windows.Forms.DockStyle.Fill; this.splitExamPart.Location = new System.Drawing.Point(0, 0); - this.splitExamPart.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.splitExamPart.Name = "splitExamPart"; // // splitExamPart.Panel1 @@ -909,9 +895,8 @@ // splitExamPart.Panel2 // this.splitExamPart.Panel2.Controls.Add(this.txtSummary); - this.splitExamPart.Size = new System.Drawing.Size(1747, 1174); - this.splitExamPart.SplitterDistance = 803; - this.splitExamPart.SplitterWidth = 8; + this.splitExamPart.Size = new System.Drawing.Size(544, 860); + this.splitExamPart.SplitterDistance = 249; this.splitExamPart.TabIndex = 0; // // panel5 @@ -921,9 +906,8 @@ this.panel5.Controls.Add(this.DgcExamResultData); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 0); - this.panel5.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panel5.Name = "panel5"; - this.panel5.Size = new System.Drawing.Size(803, 1174); + this.panel5.Size = new System.Drawing.Size(249, 860); this.panel5.TabIndex = 0; // // DgcExamResultData @@ -931,14 +915,12 @@ this.DgcExamResultData.Dock = System.Windows.Forms.DockStyle.Left; this.DgcExamResultData.EmbeddedNavigator.Appearance.Options.UseTextOptions = true; this.DgcExamResultData.EmbeddedNavigator.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.DgcExamResultData.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcExamResultData.Location = new System.Drawing.Point(0, 0); this.DgcExamResultData.MainView = this.DgvExamResultData; - this.DgcExamResultData.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcExamResultData.Name = "DgcExamResultData"; this.DgcExamResultData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemMemoEdit4}); - this.DgcExamResultData.Size = new System.Drawing.Size(1200, 1140); + this.DgcExamResultData.Size = new System.Drawing.Size(600, 843); this.DgcExamResultData.TabIndex = 0; this.DgcExamResultData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvExamResultData}); @@ -1096,12 +1078,11 @@ this.txtSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSummary.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtSummary.Location = new System.Drawing.Point(0, 0); - this.txtSummary.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.txtSummary.Multiline = true; this.txtSummary.Name = "txtSummary"; this.txtSummary.ReadOnly = true; this.txtSummary.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.txtSummary.Size = new System.Drawing.Size(936, 1174); + this.txtSummary.Size = new System.Drawing.Size(291, 860); this.txtSummary.TabIndex = 4; this.txtSummary.Text = "科室小结"; // @@ -1110,9 +1091,8 @@ this.panelExamInfoL.Controls.Add(this.TabPart); this.panelExamInfoL.Dock = System.Windows.Forms.DockStyle.Fill; this.panelExamInfoL.Location = new System.Drawing.Point(0, 0); - this.panelExamInfoL.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelExamInfoL.Name = "panelExamInfoL"; - this.panelExamInfoL.Size = new System.Drawing.Size(890, 1174); + this.panelExamInfoL.Size = new System.Drawing.Size(1117, 860); this.panelExamInfoL.TabIndex = 2; // // TabPart @@ -1137,11 +1117,10 @@ this.TabPart.AppearancePage.PageClient.Options.UseFont = true; this.TabPart.Dock = System.Windows.Forms.DockStyle.Fill; this.TabPart.Location = new System.Drawing.Point(0, 0); - this.TabPart.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.TabPart.Name = "TabPart"; this.TabPart.SelectedTabPage = this.tabPageConslusion; this.TabPart.ShowTabHeader = DevExpress.Utils.DefaultBoolean.True; - this.TabPart.Size = new System.Drawing.Size(890, 1174); + this.TabPart.Size = new System.Drawing.Size(1117, 860); this.TabPart.TabIndex = 0; this.TabPart.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabPageConslusion, @@ -1158,9 +1137,9 @@ this.tabPageConslusion.Controls.Add(this.panelAllConclusion); this.tabPageConslusion.Controls.Add(this.panelConclussionMenu); this.tabPageConslusion.Image = global::PEIS.Properties.Resources.menu; - this.tabPageConslusion.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.tabPageConslusion.Margin = new System.Windows.Forms.Padding(2); this.tabPageConslusion.Name = "tabPageConslusion"; - this.tabPageConslusion.Size = new System.Drawing.Size(878, 1115); + this.tabPageConslusion.Size = new System.Drawing.Size(1111, 821); this.tabPageConslusion.Text = "结论词"; // // panelConclussion @@ -1168,26 +1147,23 @@ this.panelConclussion.BackColor = System.Drawing.Color.White; this.panelConclussion.Controls.Add(this.DgcExamConclusion); this.panelConclussion.Dock = System.Windows.Forms.DockStyle.Fill; - this.panelConclussion.Location = new System.Drawing.Point(0, 73); - this.panelConclussion.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.panelConclussion.Location = new System.Drawing.Point(0, 40); this.panelConclussion.Name = "panelConclussion"; - this.panelConclussion.Size = new System.Drawing.Size(196, 1042); + this.panelConclussion.Size = new System.Drawing.Size(770, 781); this.panelConclussion.TabIndex = 3; // // DgcExamConclusion // this.DgcExamConclusion.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcExamConclusion.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcExamConclusion.Font = new System.Drawing.Font("微软雅黑", 9F); this.DgcExamConclusion.Location = new System.Drawing.Point(0, 0); this.DgcExamConclusion.MainView = this.DgvExamConclusion; - this.DgcExamConclusion.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcExamConclusion.Name = "DgcExamConclusion"; this.DgcExamConclusion.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemRichTextEdit2, this.repositoryItemMemoEdit2, this.CmbSearchConclusion}); - this.DgcExamConclusion.Size = new System.Drawing.Size(196, 1042); + this.DgcExamConclusion.Size = new System.Drawing.Size(770, 781); this.DgcExamConclusion.TabIndex = 5; this.DgcExamConclusion.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvExamConclusion, @@ -1340,22 +1316,19 @@ this.panelAllConclusion.Controls.Add(this.DgcAllConclusion); this.panelAllConclusion.Controls.Add(this.panel2); this.panelAllConclusion.Dock = System.Windows.Forms.DockStyle.Right; - this.panelAllConclusion.Location = new System.Drawing.Point(196, 73); - this.panelAllConclusion.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.panelAllConclusion.Location = new System.Drawing.Point(770, 40); this.panelAllConclusion.Name = "panelAllConclusion"; - this.panelAllConclusion.Size = new System.Drawing.Size(682, 1042); + this.panelAllConclusion.Size = new System.Drawing.Size(341, 781); this.panelAllConclusion.TabIndex = 2; // // DgcAllConclusion // this.DgcAllConclusion.Dock = System.Windows.Forms.DockStyle.Left; - this.DgcAllConclusion.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcAllConclusion.Font = new System.Drawing.Font("微软雅黑", 9F); - this.DgcAllConclusion.Location = new System.Drawing.Point(0, 66); + this.DgcAllConclusion.Location = new System.Drawing.Point(0, 36); this.DgcAllConclusion.MainView = this.DgvAllConclusion; - this.DgcAllConclusion.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcAllConclusion.Name = "DgcAllConclusion"; - this.DgcAllConclusion.Size = new System.Drawing.Size(1000, 942); + this.DgcAllConclusion.Size = new System.Drawing.Size(500, 728); this.DgcAllConclusion.TabIndex = 2; this.DgcAllConclusion.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvAllConclusion}); @@ -1435,27 +1408,26 @@ this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Margin = new System.Windows.Forms.Padding(0); this.panel2.Name = "panel2"; - this.panel2.Padding = new System.Windows.Forms.Padding(0, 7, 0, 0); - this.panel2.Size = new System.Drawing.Size(1000, 66); + this.panel2.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0); + this.panel2.Size = new System.Drawing.Size(500, 36); this.panel2.TabIndex = 1; // // txtConclusionSerch // this.txtConclusionSerch.Dock = System.Windows.Forms.DockStyle.Left; this.txtConclusionSerch.Font = new System.Drawing.Font("微软雅黑", 12F); - this.txtConclusionSerch.Location = new System.Drawing.Point(86, 7); + this.txtConclusionSerch.Location = new System.Drawing.Point(43, 4); this.txtConclusionSerch.Margin = new System.Windows.Forms.Padding(0); this.txtConclusionSerch.Name = "txtConclusionSerch"; - this.txtConclusionSerch.Size = new System.Drawing.Size(578, 50); + this.txtConclusionSerch.Size = new System.Drawing.Size(291, 29); this.txtConclusionSerch.TabIndex = 2; // // label4 // this.label4.Dock = System.Windows.Forms.DockStyle.Left; - this.label4.Location = new System.Drawing.Point(0, 7); - this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); + this.label4.Location = new System.Drawing.Point(0, 4); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(86, 59); + this.label4.Size = new System.Drawing.Size(43, 32); this.label4.TabIndex = 1; this.label4.Text = "搜索:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -1465,18 +1437,17 @@ this.panelConclussionMenu.Controls.Add(this.OpsConclusion); this.panelConclussionMenu.Dock = System.Windows.Forms.DockStyle.Top; this.panelConclussionMenu.Location = new System.Drawing.Point(0, 0); - this.panelConclussionMenu.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelConclussionMenu.Name = "panelConclussionMenu"; - this.panelConclussionMenu.Size = new System.Drawing.Size(878, 73); + this.panelConclussionMenu.Size = new System.Drawing.Size(1111, 40); this.panelConclussionMenu.TabIndex = 0; // // OpsConclusion // this.OpsConclusion.Dock = System.Windows.Forms.DockStyle.Fill; this.OpsConclusion.Location = new System.Drawing.Point(0, 0); - this.OpsConclusion.Margin = new System.Windows.Forms.Padding(6, 13, 6, 13); + this.OpsConclusion.Margin = new System.Windows.Forms.Padding(3, 7, 3, 7); this.OpsConclusion.Name = "OpsConclusion"; - this.OpsConclusion.Size = new System.Drawing.Size(878, 73); + this.OpsConclusion.Size = new System.Drawing.Size(1111, 40); this.OpsConclusion.TabIndex = 5; // // tabPageExam @@ -1497,22 +1468,20 @@ this.tabPageExam.Appearance.PageClient.Options.UseForeColor = true; this.tabPageExam.Controls.Add(this.DgcExamResult); this.tabPageExam.Image = global::PEIS.Properties.Resources.menu; - this.tabPageExam.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.tabPageExam.Margin = new System.Windows.Forms.Padding(2); this.tabPageExam.Name = "tabPageExam"; - this.tabPageExam.Size = new System.Drawing.Size(1768, 1115); + this.tabPageExam.Size = new System.Drawing.Size(1111, 821); this.tabPageExam.Text = "一般项目"; // // DgcExamResult // this.DgcExamResult.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcExamResult.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcExamResult.Location = new System.Drawing.Point(0, 0); this.DgcExamResult.MainView = this.DgvExamResult; - this.DgcExamResult.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcExamResult.Name = "DgcExamResult"; this.DgcExamResult.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemMemoEdit3}); - this.DgcExamResult.Size = new System.Drawing.Size(1768, 1115); + this.DgcExamResult.Size = new System.Drawing.Size(1111, 821); this.DgcExamResult.TabIndex = 140; this.DgcExamResult.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvExamResult}); @@ -1698,9 +1667,9 @@ // this.tabPageSummary.Controls.Add(this.panelDeptSummary); this.tabPageSummary.Image = global::PEIS.Properties.Resources.menu; - this.tabPageSummary.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.tabPageSummary.Margin = new System.Windows.Forms.Padding(2); this.tabPageSummary.Name = "tabPageSummary"; - this.tabPageSummary.Size = new System.Drawing.Size(1768, 1115); + this.tabPageSummary.Size = new System.Drawing.Size(1111, 821); this.tabPageSummary.Text = "科室小结"; // // panelDeptSummary @@ -1709,24 +1678,21 @@ this.panelDeptSummary.Controls.Add(this.DgcSummary); this.panelDeptSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.panelDeptSummary.Location = new System.Drawing.Point(0, 0); - this.panelDeptSummary.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelDeptSummary.Name = "panelDeptSummary"; - this.panelDeptSummary.Size = new System.Drawing.Size(1768, 1115); + this.panelDeptSummary.Size = new System.Drawing.Size(1111, 821); this.panelDeptSummary.TabIndex = 61; // // DgcSummary // this.DgcSummary.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcSummary.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcSummary.Location = new System.Drawing.Point(0, 0); this.DgcSummary.MainView = this.DgvSummary; - this.DgcSummary.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcSummary.Name = "DgcSummary"; this.DgcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemRichTextEdit1, this.repositoryItemTextEdit1, this.repositoryItemMemoEdit1}); - this.DgcSummary.Size = new System.Drawing.Size(1768, 1115); + this.DgcSummary.Size = new System.Drawing.Size(1111, 821); this.DgcSummary.TabIndex = 0; this.DgcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvSummary}); @@ -1788,20 +1754,18 @@ // this.tabPageLis.Controls.Add(this.DgcLisReport); this.tabPageLis.Image = global::PEIS.Properties.Resources.menu; - this.tabPageLis.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.tabPageLis.Margin = new System.Windows.Forms.Padding(2); this.tabPageLis.Name = "tabPageLis"; - this.tabPageLis.Size = new System.Drawing.Size(1768, 1115); + this.tabPageLis.Size = new System.Drawing.Size(1111, 821); this.tabPageLis.Text = "检验报告"; // // DgcLisReport // this.DgcLisReport.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcLisReport.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcLisReport.Location = new System.Drawing.Point(0, 0); this.DgcLisReport.MainView = this.DgvLisReport; - this.DgcLisReport.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcLisReport.Name = "DgcLisReport"; - this.DgcLisReport.Size = new System.Drawing.Size(1768, 1115); + this.DgcLisReport.Size = new System.Drawing.Size(1111, 821); this.DgcLisReport.TabIndex = 1; this.DgcLisReport.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvLisReport}); @@ -1910,9 +1874,9 @@ // this.tabPagePacs.Controls.Add(this.panelPacsBase); this.tabPagePacs.Image = global::PEIS.Properties.Resources.menu; - this.tabPagePacs.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.tabPagePacs.Margin = new System.Windows.Forms.Padding(2); this.tabPagePacs.Name = "tabPagePacs"; - this.tabPagePacs.Size = new System.Drawing.Size(1768, 1115); + this.tabPagePacs.Size = new System.Drawing.Size(1111, 821); this.tabPagePacs.Text = "检查报告"; // // panelPacsBase @@ -1921,9 +1885,8 @@ this.panelPacsBase.Controls.Add(this.panelPacsRptList); this.panelPacsBase.Dock = System.Windows.Forms.DockStyle.Fill; this.panelPacsBase.Location = new System.Drawing.Point(0, 0); - this.panelPacsBase.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelPacsBase.Name = "panelPacsBase"; - this.panelPacsBase.Size = new System.Drawing.Size(1768, 1115); + this.panelPacsBase.Size = new System.Drawing.Size(1111, 821); this.panelPacsBase.TabIndex = 1; // // xtraTabControl1 @@ -1931,11 +1894,10 @@ this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left; this.xtraTabControl1.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Horizontal; - this.xtraTabControl1.Location = new System.Drawing.Point(520, 0); - this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + 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(1248, 1115); + this.xtraTabControl1.Size = new System.Drawing.Size(851, 821); this.xtraTabControl1.TabIndex = 1; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabPacsRpt, @@ -1944,9 +1906,8 @@ // tabPacsRpt // this.tabPacsRpt.Controls.Add(this.panelPacsRpt); - this.tabPacsRpt.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.tabPacsRpt.Name = "tabPacsRpt"; - this.tabPacsRpt.Size = new System.Drawing.Size(1167, 1103); + this.tabPacsRpt.Size = new System.Drawing.Size(807, 815); this.tabPacsRpt.Text = "报告"; // // panelPacsRpt @@ -1956,17 +1917,15 @@ this.panelPacsRpt.Controls.Add(this.pictureBoxPacsRpt); this.panelPacsRpt.Dock = System.Windows.Forms.DockStyle.Fill; this.panelPacsRpt.Location = new System.Drawing.Point(0, 0); - this.panelPacsRpt.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelPacsRpt.Name = "panelPacsRpt"; - this.panelPacsRpt.Size = new System.Drawing.Size(1167, 1103); + this.panelPacsRpt.Size = new System.Drawing.Size(807, 815); this.panelPacsRpt.TabIndex = 3; // // pictureBoxPacsRpt // this.pictureBoxPacsRpt.BackColor = System.Drawing.Color.White; this.pictureBoxPacsRpt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.pictureBoxPacsRpt.Location = new System.Drawing.Point(16, 15); - this.pictureBoxPacsRpt.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.pictureBoxPacsRpt.Location = new System.Drawing.Point(8, 8); this.pictureBoxPacsRpt.Name = "pictureBoxPacsRpt"; this.pictureBoxPacsRpt.Size = new System.Drawing.Size(10, 10); this.pictureBoxPacsRpt.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; @@ -1976,9 +1935,8 @@ // tabPacsImg // this.tabPacsImg.Controls.Add(this.panel12); - this.tabPacsImg.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.tabPacsImg.Name = "tabPacsImg"; - this.tabPacsImg.Size = new System.Drawing.Size(1167, 1091); + this.tabPacsImg.Size = new System.Drawing.Size(807, 815); this.tabPacsImg.Text = "图片"; // // panel12 @@ -1986,9 +1944,8 @@ this.panel12.Controls.Add(this.panel13); this.panel12.Dock = System.Windows.Forms.DockStyle.Fill; this.panel12.Location = new System.Drawing.Point(0, 0); - this.panel12.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panel12.Name = "panel12"; - this.panel12.Size = new System.Drawing.Size(1167, 1091); + this.panel12.Size = new System.Drawing.Size(807, 815); this.panel12.TabIndex = 3; // // panel13 @@ -1997,9 +1954,8 @@ this.panel13.Controls.Add(this.panel15); this.panel13.Dock = System.Windows.Forms.DockStyle.Fill; this.panel13.Location = new System.Drawing.Point(0, 0); - this.panel13.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panel13.Name = "panel13"; - this.panel13.Size = new System.Drawing.Size(1167, 1091); + this.panel13.Size = new System.Drawing.Size(807, 815); this.panel13.TabIndex = 6; // // panel15 @@ -2007,9 +1963,8 @@ this.panel15.Controls.Add(this.panelPacsImg); this.panel15.Dock = System.Windows.Forms.DockStyle.Fill; this.panel15.Location = new System.Drawing.Point(0, 0); - this.panel15.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panel15.Name = "panel15"; - this.panel15.Size = new System.Drawing.Size(1167, 1091); + this.panel15.Size = new System.Drawing.Size(807, 815); this.panel15.TabIndex = 4; // // panelPacsImg @@ -2018,9 +1973,8 @@ this.panelPacsImg.Controls.Add(this.flowLayoutPanelPacsImg); this.panelPacsImg.Dock = System.Windows.Forms.DockStyle.Fill; this.panelPacsImg.Location = new System.Drawing.Point(0, 0); - this.panelPacsImg.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelPacsImg.Name = "panelPacsImg"; - this.panelPacsImg.Size = new System.Drawing.Size(1167, 1091); + this.panelPacsImg.Size = new System.Drawing.Size(807, 815); this.panelPacsImg.TabIndex = 5; // // flowLayoutPanelPacsImg @@ -2030,7 +1984,7 @@ 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(1167, 1091); + this.flowLayoutPanelPacsImg.Size = new System.Drawing.Size(807, 815); this.flowLayoutPanelPacsImg.TabIndex = 0; // // panelPacsRptList @@ -2038,20 +1992,17 @@ this.panelPacsRptList.Controls.Add(this.DgcRptPacs); this.panelPacsRptList.Dock = System.Windows.Forms.DockStyle.Left; this.panelPacsRptList.Location = new System.Drawing.Point(0, 0); - this.panelPacsRptList.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelPacsRptList.Name = "panelPacsRptList"; - this.panelPacsRptList.Size = new System.Drawing.Size(520, 1115); + this.panelPacsRptList.Size = new System.Drawing.Size(260, 821); this.panelPacsRptList.TabIndex = 0; // // DgcRptPacs // this.DgcRptPacs.Dock = System.Windows.Forms.DockStyle.Fill; - this.DgcRptPacs.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcRptPacs.Location = new System.Drawing.Point(0, 0); this.DgcRptPacs.MainView = this.DgvRptPacs; - this.DgcRptPacs.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcRptPacs.Name = "DgcRptPacs"; - this.DgcRptPacs.Size = new System.Drawing.Size(520, 1115); + this.DgcRptPacs.Size = new System.Drawing.Size(260, 821); this.DgcRptPacs.TabIndex = 1; this.DgcRptPacs.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvRptPacs}); @@ -2116,9 +2067,9 @@ // this.tabPageReport.Controls.Add(this.panelReportBase); this.tabPageReport.Image = global::PEIS.Properties.Resources.menu; - this.tabPageReport.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.tabPageReport.Margin = new System.Windows.Forms.Padding(2); this.tabPageReport.Name = "tabPageReport"; - this.tabPageReport.Size = new System.Drawing.Size(1768, 1115); + this.tabPageReport.Size = new System.Drawing.Size(1111, 821); this.tabPageReport.Text = "其他报告"; // // panelReportBase @@ -2127,9 +2078,8 @@ this.panelReportBase.Controls.Add(this.DgcRptExt); this.panelReportBase.Dock = System.Windows.Forms.DockStyle.Fill; this.panelReportBase.Location = new System.Drawing.Point(0, 0); - this.panelReportBase.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelReportBase.Name = "panelReportBase"; - this.panelReportBase.Size = new System.Drawing.Size(1768, 1115); + this.panelReportBase.Size = new System.Drawing.Size(1111, 821); this.panelReportBase.TabIndex = 0; // // panelReport @@ -2138,18 +2088,16 @@ this.panelReport.BackColor = System.Drawing.Color.WhiteSmoke; this.panelReport.Controls.Add(this.PictureBoxReportExt); this.panelReport.Dock = System.Windows.Forms.DockStyle.Fill; - this.panelReport.Location = new System.Drawing.Point(520, 0); - this.panelReport.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.panelReport.Location = new System.Drawing.Point(260, 0); this.panelReport.Name = "panelReport"; - this.panelReport.Size = new System.Drawing.Size(1248, 1115); + this.panelReport.Size = new System.Drawing.Size(851, 821); this.panelReport.TabIndex = 2; // // PictureBoxReportExt // this.PictureBoxReportExt.BackColor = System.Drawing.Color.White; this.PictureBoxReportExt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.PictureBoxReportExt.Location = new System.Drawing.Point(16, 15); - this.PictureBoxReportExt.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.PictureBoxReportExt.Location = new System.Drawing.Point(8, 8); this.PictureBoxReportExt.Name = "PictureBoxReportExt"; this.PictureBoxReportExt.Size = new System.Drawing.Size(10, 10); this.PictureBoxReportExt.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; @@ -2159,12 +2107,10 @@ // DgcRptExt // this.DgcRptExt.Dock = System.Windows.Forms.DockStyle.Left; - this.DgcRptExt.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcRptExt.Location = new System.Drawing.Point(0, 0); this.DgcRptExt.MainView = this.DgvRptExt; - this.DgcRptExt.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.DgcRptExt.Name = "DgcRptExt"; - this.DgcRptExt.Size = new System.Drawing.Size(520, 1115); + this.DgcRptExt.Size = new System.Drawing.Size(260, 821); this.DgcRptExt.TabIndex = 1; this.DgcRptExt.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.DgvRptExt}); @@ -2217,9 +2163,9 @@ // // tabPageHistory // - this.tabPageHistory.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.tabPageHistory.Margin = new System.Windows.Forms.Padding(2); this.tabPageHistory.Name = "tabPageHistory"; - this.tabPageHistory.Size = new System.Drawing.Size(1768, 1115); + this.tabPageHistory.Size = new System.Drawing.Size(1111, 821); this.tabPageHistory.Text = "历史结果"; // // panelPatientInfo @@ -2227,11 +2173,11 @@ this.panelPatientInfo.BackColor = System.Drawing.Color.White; this.panelPatientInfo.Controls.Add(this.panel3); this.panelPatientInfo.Dock = System.Windows.Forms.DockStyle.Top; - this.panelPatientInfo.Location = new System.Drawing.Point(0, 82); + this.panelPatientInfo.Location = new System.Drawing.Point(0, 45); this.panelPatientInfo.Margin = new System.Windows.Forms.Padding(0); this.panelPatientInfo.Name = "panelPatientInfo"; - this.panelPatientInfo.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); - this.panelPatientInfo.Size = new System.Drawing.Size(2645, 248); + this.panelPatientInfo.Padding = new System.Windows.Forms.Padding(1); + this.panelPatientInfo.Size = new System.Drawing.Size(1665, 136); this.panelPatientInfo.TabIndex = 59; // // panel3 @@ -2240,24 +2186,23 @@ this.panel3.Controls.Add(this.tableLayoutPanel1); this.panel3.Controls.Add(this.panel4); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel3.Location = new System.Drawing.Point(2, 2); - this.panel3.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.panel3.Location = new System.Drawing.Point(1, 1); this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(2641, 244); + this.panel3.Size = new System.Drawing.Size(1663, 134); this.panel3.TabIndex = 1; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 10; - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 270F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 136F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 320F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 136F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 320F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 136F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 320F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 136F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 45F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 135F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label9, 0, 1); @@ -2295,16 +2240,15 @@ this.tableLayoutPanel1.Controls.Add(this.lblCardNo, 9, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.tableLayoutPanel1.Location = new System.Drawing.Point(250, 0); - this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); + this.tableLayoutPanel1.Location = new System.Drawing.Point(125, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(10, 9, 10, 9); + this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(5); this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(2391, 244); + this.tableLayoutPanel1.Size = new System.Drawing.Size(1538, 134); this.tableLayoutPanel1.TabIndex = 69; // // label3 @@ -2312,10 +2256,10 @@ this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label3.Location = new System.Drawing.Point(10, 9); + this.label3.Location = new System.Drawing.Point(5, 5); this.label3.Margin = new System.Windows.Forms.Padding(0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(90, 56); + this.label3.Size = new System.Drawing.Size(45, 31); this.label3.TabIndex = 34; this.label3.Text = "姓名:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2325,10 +2269,10 @@ this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Dock = System.Windows.Forms.DockStyle.Fill; this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label9.Location = new System.Drawing.Point(10, 65); + this.label9.Location = new System.Drawing.Point(5, 36); this.label9.Margin = new System.Windows.Forms.Padding(0); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(90, 56); + this.label9.Size = new System.Drawing.Size(45, 31); this.label9.TabIndex = 42; this.label9.Text = "性别:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2339,10 +2283,10 @@ this.lblGroupName.BackColor = System.Drawing.Color.Transparent; this.lblGroupName.Dock = System.Windows.Forms.DockStyle.Fill; this.lblGroupName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblGroupName.Location = new System.Drawing.Point(1418, 177); + this.lblGroupName.Location = new System.Drawing.Point(709, 98); this.lblGroupName.Margin = new System.Windows.Forms.Padding(0); this.lblGroupName.Name = "lblGroupName"; - this.lblGroupName.Size = new System.Drawing.Size(320, 58); + this.lblGroupName.Size = new System.Drawing.Size(160, 31); this.lblGroupName.TabIndex = 65; this.lblGroupName.Text = " "; this.lblGroupName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2353,10 +2297,10 @@ this.lblOrgName.BackColor = System.Drawing.Color.Transparent; this.lblOrgName.Dock = System.Windows.Forms.DockStyle.Fill; this.lblOrgName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblOrgName.Location = new System.Drawing.Point(1418, 121); + this.lblOrgName.Location = new System.Drawing.Point(709, 67); this.lblOrgName.Margin = new System.Windows.Forms.Padding(0); this.lblOrgName.Name = "lblOrgName"; - this.lblOrgName.Size = new System.Drawing.Size(320, 56); + this.lblOrgName.Size = new System.Drawing.Size(160, 31); this.lblOrgName.TabIndex = 57; this.lblOrgName.Text = " "; this.lblOrgName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2367,10 +2311,10 @@ this.lblAddress.BackColor = System.Drawing.Color.Transparent; this.lblAddress.Dock = System.Windows.Forms.DockStyle.Fill; this.lblAddress.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblAddress.Location = new System.Drawing.Point(1418, 9); + this.lblAddress.Location = new System.Drawing.Point(709, 5); this.lblAddress.Margin = new System.Windows.Forms.Padding(0); this.lblAddress.Name = "lblAddress"; - this.lblAddress.Size = new System.Drawing.Size(320, 56); + this.lblAddress.Size = new System.Drawing.Size(160, 31); this.lblAddress.TabIndex = 41; this.lblAddress.Text = " "; this.lblAddress.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2380,10 +2324,10 @@ this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Dock = System.Windows.Forms.DockStyle.Fill; this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label7.Location = new System.Drawing.Point(1282, 9); + this.label7.Location = new System.Drawing.Point(641, 5); this.label7.Margin = new System.Windows.Forms.Padding(0); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(136, 56); + this.label7.Size = new System.Drawing.Size(68, 31); this.label7.TabIndex = 40; this.label7.Text = "联系地址:"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2393,10 +2337,10 @@ this.label15.BackColor = System.Drawing.Color.Transparent; this.label15.Dock = System.Windows.Forms.DockStyle.Fill; this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label15.Location = new System.Drawing.Point(1282, 65); + this.label15.Location = new System.Drawing.Point(641, 36); this.label15.Margin = new System.Windows.Forms.Padding(0); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(136, 56); + this.label15.Size = new System.Drawing.Size(68, 31); this.label15.TabIndex = 48; this.label15.Text = "团体号:"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2406,10 +2350,10 @@ this.label23.BackColor = System.Drawing.Color.Transparent; this.label23.Dock = System.Windows.Forms.DockStyle.Fill; this.label23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label23.Location = new System.Drawing.Point(1282, 121); + this.label23.Location = new System.Drawing.Point(641, 67); this.label23.Margin = new System.Windows.Forms.Padding(0); this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(136, 56); + this.label23.Size = new System.Drawing.Size(68, 31); this.label23.TabIndex = 56; this.label23.Text = "团体名称:"; this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2419,10 +2363,10 @@ this.label31.BackColor = System.Drawing.Color.Transparent; this.label31.Dock = System.Windows.Forms.DockStyle.Fill; this.label31.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label31.Location = new System.Drawing.Point(1282, 177); + this.label31.Location = new System.Drawing.Point(641, 98); this.label31.Margin = new System.Windows.Forms.Padding(0); this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(136, 58); + this.label31.Size = new System.Drawing.Size(68, 31); this.label31.TabIndex = 64; this.label31.Text = "分组名称:"; this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2433,10 +2377,10 @@ this.lblOccupation.BackColor = System.Drawing.Color.Transparent; this.lblOccupation.Dock = System.Windows.Forms.DockStyle.Fill; this.lblOccupation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblOccupation.Location = new System.Drawing.Point(962, 9); + this.lblOccupation.Location = new System.Drawing.Point(481, 5); this.lblOccupation.Margin = new System.Windows.Forms.Padding(0); this.lblOccupation.Name = "lblOccupation"; - this.lblOccupation.Size = new System.Drawing.Size(320, 56); + this.lblOccupation.Size = new System.Drawing.Size(160, 31); this.lblOccupation.TabIndex = 39; this.lblOccupation.Text = " "; this.lblOccupation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2446,10 +2390,10 @@ this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Dock = System.Windows.Forms.DockStyle.Fill; this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label5.Location = new System.Drawing.Point(826, 9); + this.label5.Location = new System.Drawing.Point(413, 5); this.label5.Margin = new System.Windows.Forms.Padding(0); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(136, 56); + this.label5.Size = new System.Drawing.Size(68, 31); this.label5.TabIndex = 38; this.label5.Text = "职业:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2460,10 +2404,10 @@ this.lblMarriage.BackColor = System.Drawing.Color.Transparent; this.lblMarriage.Dock = System.Windows.Forms.DockStyle.Fill; this.lblMarriage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblMarriage.Location = new System.Drawing.Point(962, 65); + this.lblMarriage.Location = new System.Drawing.Point(481, 36); this.lblMarriage.Margin = new System.Windows.Forms.Padding(0); this.lblMarriage.Name = "lblMarriage"; - this.lblMarriage.Size = new System.Drawing.Size(320, 56); + this.lblMarriage.Size = new System.Drawing.Size(160, 31); this.lblMarriage.TabIndex = 47; this.lblMarriage.Text = " "; this.lblMarriage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2473,10 +2417,10 @@ this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Dock = System.Windows.Forms.DockStyle.Fill; this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label10.Location = new System.Drawing.Point(370, 9); + this.label10.Location = new System.Drawing.Point(185, 5); this.label10.Margin = new System.Windows.Forms.Padding(0); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(136, 56); + this.label10.Size = new System.Drawing.Size(68, 31); this.label10.TabIndex = 36; this.label10.Text = "体检号:"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2487,10 +2431,10 @@ this.lblEid.BackColor = System.Drawing.Color.Transparent; this.lblEid.Dock = System.Windows.Forms.DockStyle.Fill; this.lblEid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblEid.Location = new System.Drawing.Point(506, 9); + this.lblEid.Location = new System.Drawing.Point(253, 5); this.lblEid.Margin = new System.Windows.Forms.Padding(0); this.lblEid.Name = "lblEid"; - this.lblEid.Size = new System.Drawing.Size(320, 56); + this.lblEid.Size = new System.Drawing.Size(160, 31); this.lblEid.TabIndex = 37; this.lblEid.Text = " "; this.lblEid.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2500,10 +2444,10 @@ this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.Dock = System.Windows.Forms.DockStyle.Fill; this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label13.Location = new System.Drawing.Point(826, 65); + this.label13.Location = new System.Drawing.Point(413, 36); this.label13.Margin = new System.Windows.Forms.Padding(0); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(136, 56); + this.label13.Size = new System.Drawing.Size(68, 31); this.label13.TabIndex = 46; this.label13.Text = "婚姻状况:"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2514,10 +2458,10 @@ this.lblTel.BackColor = System.Drawing.Color.Transparent; this.lblTel.Dock = System.Windows.Forms.DockStyle.Fill; this.lblTel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblTel.Location = new System.Drawing.Point(962, 177); + this.lblTel.Location = new System.Drawing.Point(481, 98); this.lblTel.Margin = new System.Windows.Forms.Padding(0); this.lblTel.Name = "lblTel"; - this.lblTel.Size = new System.Drawing.Size(320, 58); + this.lblTel.Size = new System.Drawing.Size(160, 31); this.lblTel.TabIndex = 63; this.lblTel.Text = " "; this.lblTel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2528,10 +2472,10 @@ this.lblName.BackColor = System.Drawing.Color.Transparent; this.lblName.Dock = System.Windows.Forms.DockStyle.Fill; this.lblName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblName.Location = new System.Drawing.Point(100, 9); + this.lblName.Location = new System.Drawing.Point(50, 5); this.lblName.Margin = new System.Windows.Forms.Padding(0); this.lblName.Name = "lblName"; - this.lblName.Size = new System.Drawing.Size(270, 56); + this.lblName.Size = new System.Drawing.Size(135, 31); this.lblName.TabIndex = 35; this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // @@ -2540,10 +2484,10 @@ this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Dock = System.Windows.Forms.DockStyle.Fill; this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label16.Location = new System.Drawing.Point(10, 121); + this.label16.Location = new System.Drawing.Point(5, 67); this.label16.Margin = new System.Windows.Forms.Padding(0); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(90, 56); + this.label16.Size = new System.Drawing.Size(45, 31); this.label16.TabIndex = 50; this.label16.Text = "年龄:"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2553,10 +2497,10 @@ this.label21.BackColor = System.Drawing.Color.Transparent; this.label21.Dock = System.Windows.Forms.DockStyle.Fill; this.label21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label21.Location = new System.Drawing.Point(826, 121); + this.label21.Location = new System.Drawing.Point(413, 67); this.label21.Margin = new System.Windows.Forms.Padding(0); this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(136, 56); + this.label21.Size = new System.Drawing.Size(68, 31); this.label21.TabIndex = 54; this.label21.Text = "教育程度:"; this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2567,10 +2511,10 @@ this.lblType.BackColor = System.Drawing.Color.Transparent; this.lblType.Dock = System.Windows.Forms.DockStyle.Fill; this.lblType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblType.Location = new System.Drawing.Point(506, 65); + this.lblType.Location = new System.Drawing.Point(253, 36); this.lblType.Margin = new System.Windows.Forms.Padding(0); this.lblType.Name = "lblType"; - this.lblType.Size = new System.Drawing.Size(320, 56); + this.lblType.Size = new System.Drawing.Size(160, 31); this.lblType.TabIndex = 45; this.lblType.Text = " "; this.lblType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2580,10 +2524,10 @@ this.label25.BackColor = System.Drawing.Color.Transparent; this.label25.Dock = System.Windows.Forms.DockStyle.Fill; this.label25.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label25.Location = new System.Drawing.Point(10, 177); + this.label25.Location = new System.Drawing.Point(5, 98); this.label25.Margin = new System.Windows.Forms.Padding(0); this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(90, 58); + this.label25.Size = new System.Drawing.Size(45, 31); this.label25.TabIndex = 58; this.label25.Text = "民族:"; this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2593,10 +2537,10 @@ this.label29.BackColor = System.Drawing.Color.Transparent; this.label29.Dock = System.Windows.Forms.DockStyle.Fill; this.label29.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label29.Location = new System.Drawing.Point(826, 177); + this.label29.Location = new System.Drawing.Point(413, 98); this.label29.Margin = new System.Windows.Forms.Padding(0); this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(136, 58); + this.label29.Size = new System.Drawing.Size(68, 31); this.label29.TabIndex = 62; this.label29.Text = "联系电话:"; this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2607,10 +2551,10 @@ this.lblSex.BackColor = System.Drawing.Color.Transparent; this.lblSex.Dock = System.Windows.Forms.DockStyle.Fill; this.lblSex.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblSex.Location = new System.Drawing.Point(100, 65); + this.lblSex.Location = new System.Drawing.Point(50, 36); this.lblSex.Margin = new System.Windows.Forms.Padding(0); this.lblSex.Name = "lblSex"; - this.lblSex.Size = new System.Drawing.Size(270, 56); + this.lblSex.Size = new System.Drawing.Size(135, 31); this.lblSex.TabIndex = 43; this.lblSex.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // @@ -2619,10 +2563,10 @@ this.label22.BackColor = System.Drawing.Color.Transparent; this.label22.Dock = System.Windows.Forms.DockStyle.Fill; this.label22.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label22.Location = new System.Drawing.Point(370, 65); + this.label22.Location = new System.Drawing.Point(185, 36); this.label22.Margin = new System.Windows.Forms.Padding(0); this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(136, 56); + this.label22.Size = new System.Drawing.Size(68, 31); this.label22.TabIndex = 44; this.label22.Text = "体检类别:"; this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2633,10 +2577,10 @@ this.lblAge.BackColor = System.Drawing.Color.Transparent; this.lblAge.Dock = System.Windows.Forms.DockStyle.Fill; this.lblAge.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblAge.Location = new System.Drawing.Point(100, 121); + this.lblAge.Location = new System.Drawing.Point(50, 67); this.lblAge.Margin = new System.Windows.Forms.Padding(0); this.lblAge.Name = "lblAge"; - this.lblAge.Size = new System.Drawing.Size(270, 56); + this.lblAge.Size = new System.Drawing.Size(135, 31); this.lblAge.TabIndex = 51; this.lblAge.Text = " "; this.lblAge.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2647,10 +2591,10 @@ this.lblNation.BackColor = System.Drawing.Color.Transparent; this.lblNation.Dock = System.Windows.Forms.DockStyle.Fill; this.lblNation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblNation.Location = new System.Drawing.Point(100, 177); + this.lblNation.Location = new System.Drawing.Point(50, 98); this.lblNation.Margin = new System.Windows.Forms.Padding(0); this.lblNation.Name = "lblNation"; - this.lblNation.Size = new System.Drawing.Size(270, 58); + this.lblNation.Size = new System.Drawing.Size(135, 31); this.lblNation.TabIndex = 59; this.lblNation.Text = " "; this.lblNation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2660,10 +2604,10 @@ this.label28.BackColor = System.Drawing.Color.Transparent; this.label28.Dock = System.Windows.Forms.DockStyle.Fill; this.label28.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label28.Location = new System.Drawing.Point(370, 121); + this.label28.Location = new System.Drawing.Point(185, 67); this.label28.Margin = new System.Windows.Forms.Padding(0); this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(136, 56); + this.label28.Size = new System.Drawing.Size(68, 31); this.label28.TabIndex = 52; this.label28.Text = "体检日期:"; this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2673,10 +2617,10 @@ this.label33.BackColor = System.Drawing.Color.Transparent; this.label33.Dock = System.Windows.Forms.DockStyle.Fill; this.label33.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label33.Location = new System.Drawing.Point(370, 177); + this.label33.Location = new System.Drawing.Point(185, 98); this.label33.Margin = new System.Windows.Forms.Padding(0); this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(136, 58); + this.label33.Size = new System.Drawing.Size(68, 31); this.label33.TabIndex = 60; this.label33.Text = "签到时间:"; this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2687,10 +2631,10 @@ this.lblSignTime.BackColor = System.Drawing.Color.Transparent; this.lblSignTime.Dock = System.Windows.Forms.DockStyle.Fill; this.lblSignTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblSignTime.Location = new System.Drawing.Point(506, 177); + this.lblSignTime.Location = new System.Drawing.Point(253, 98); this.lblSignTime.Margin = new System.Windows.Forms.Padding(0); this.lblSignTime.Name = "lblSignTime"; - this.lblSignTime.Size = new System.Drawing.Size(320, 58); + this.lblSignTime.Size = new System.Drawing.Size(160, 31); this.lblSignTime.TabIndex = 61; this.lblSignTime.Text = " "; this.lblSignTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2701,10 +2645,10 @@ this.lblExamDate.BackColor = System.Drawing.Color.Transparent; this.lblExamDate.Dock = System.Windows.Forms.DockStyle.Fill; this.lblExamDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblExamDate.Location = new System.Drawing.Point(506, 121); + this.lblExamDate.Location = new System.Drawing.Point(253, 67); this.lblExamDate.Margin = new System.Windows.Forms.Padding(0); this.lblExamDate.Name = "lblExamDate"; - this.lblExamDate.Size = new System.Drawing.Size(320, 56); + this.lblExamDate.Size = new System.Drawing.Size(160, 31); this.lblExamDate.TabIndex = 53; this.lblExamDate.Text = " "; this.lblExamDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2715,10 +2659,10 @@ this.lblEducation.BackColor = System.Drawing.Color.Transparent; this.lblEducation.Dock = System.Windows.Forms.DockStyle.Fill; this.lblEducation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblEducation.Location = new System.Drawing.Point(962, 121); + this.lblEducation.Location = new System.Drawing.Point(481, 67); this.lblEducation.Margin = new System.Windows.Forms.Padding(0); this.lblEducation.Name = "lblEducation"; - this.lblEducation.Size = new System.Drawing.Size(320, 56); + this.lblEducation.Size = new System.Drawing.Size(160, 31); this.lblEducation.TabIndex = 55; this.lblEducation.Text = " "; this.lblEducation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2729,10 +2673,10 @@ this.lblOeid.BackColor = System.Drawing.Color.Transparent; this.lblOeid.Dock = System.Windows.Forms.DockStyle.Fill; this.lblOeid.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblOeid.Location = new System.Drawing.Point(1418, 65); + this.lblOeid.Location = new System.Drawing.Point(709, 36); this.lblOeid.Margin = new System.Windows.Forms.Padding(0); this.lblOeid.Name = "lblOeid"; - this.lblOeid.Size = new System.Drawing.Size(320, 56); + this.lblOeid.Size = new System.Drawing.Size(160, 31); this.lblOeid.TabIndex = 49; this.lblOeid.Text = " "; this.lblOeid.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2740,10 +2684,9 @@ // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Fill; - this.label1.Location = new System.Drawing.Point(1744, 9); - this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); + this.label1.Location = new System.Drawing.Point(872, 5); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(124, 56); + this.label1.Size = new System.Drawing.Size(62, 31); this.label1.TabIndex = 66; this.label1.Text = "证件号:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -2751,10 +2694,9 @@ // lblCardNo // this.lblCardNo.Dock = System.Windows.Forms.DockStyle.Fill; - this.lblCardNo.Location = new System.Drawing.Point(1880, 9); - this.lblCardNo.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); + this.lblCardNo.Location = new System.Drawing.Point(940, 5); this.lblCardNo.Name = "lblCardNo"; - this.lblCardNo.Size = new System.Drawing.Size(495, 56); + this.lblCardNo.Size = new System.Drawing.Size(590, 31); this.lblCardNo.TabIndex = 67; this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // @@ -2766,18 +2708,18 @@ this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Margin = new System.Windows.Forms.Padding(0); this.panel4.Name = "panel4"; - this.panel4.Padding = new System.Windows.Forms.Padding(10, 9, 10, 9); - this.panel4.Size = new System.Drawing.Size(250, 244); + this.panel4.Padding = new System.Windows.Forms.Padding(5); + this.panel4.Size = new System.Drawing.Size(125, 134); this.panel4.TabIndex = 68; // // picWeChat // this.picWeChat.BackColor = System.Drawing.Color.WhiteSmoke; this.picWeChat.Image = global::PEIS.Properties.Resources.wechatlogo; - this.picWeChat.Location = new System.Drawing.Point(168, 166); + this.picWeChat.Location = new System.Drawing.Point(84, 91); this.picWeChat.Margin = new System.Windows.Forms.Padding(0); this.picWeChat.Name = "picWeChat"; - this.picWeChat.Size = new System.Drawing.Size(70, 64); + this.picWeChat.Size = new System.Drawing.Size(35, 35); this.picWeChat.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.picWeChat.TabIndex = 35; this.picWeChat.TabStop = false; @@ -2788,10 +2730,10 @@ this.picAvatar.BackColor = System.Drawing.Color.WhiteSmoke; this.picAvatar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picAvatar.Dock = System.Windows.Forms.DockStyle.Fill; - this.picAvatar.Location = new System.Drawing.Point(10, 9); + this.picAvatar.Location = new System.Drawing.Point(5, 5); this.picAvatar.Margin = new System.Windows.Forms.Padding(0); this.picAvatar.Name = "picAvatar"; - this.picAvatar.Size = new System.Drawing.Size(230, 226); + this.picAvatar.Size = new System.Drawing.Size(115, 124); this.picAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.picAvatar.TabIndex = 34; this.picAvatar.TabStop = false; @@ -2801,9 +2743,8 @@ this.panelMenu.Controls.Add(this.menuStrip); this.panelMenu.Dock = System.Windows.Forms.DockStyle.Top; this.panelMenu.Location = new System.Drawing.Point(0, 0); - this.panelMenu.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.panelMenu.Name = "panelMenu"; - this.panelMenu.Size = new System.Drawing.Size(2645, 82); + this.panelMenu.Size = new System.Drawing.Size(1665, 45); this.panelMenu.TabIndex = 58; // // menuStrip @@ -2823,9 +2764,9 @@ this.toolStripTxtStatus}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; - this.menuStrip.Padding = new System.Windows.Forms.Padding(4, 0, 10, 0); + this.menuStrip.Padding = new System.Windows.Forms.Padding(2, 0, 5, 0); this.menuStrip.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.menuStrip.Size = new System.Drawing.Size(2645, 82); + this.menuStrip.Size = new System.Drawing.Size(1665, 45); this.menuStrip.TabIndex = 58; this.menuStrip.Text = "menuStrip2"; // @@ -2835,7 +2776,7 @@ this.TsmiWeChatViewReport.ForeColor = System.Drawing.Color.Red; this.TsmiWeChatViewReport.Image = global::PEIS.Properties.Resources.WeChat; this.TsmiWeChatViewReport.Name = "TsmiWeChatViewReport"; - this.TsmiWeChatViewReport.Size = new System.Drawing.Size(303, 82); + this.TsmiWeChatViewReport.Size = new System.Drawing.Size(171, 45); this.TsmiWeChatViewReport.Text = "已禁止微信查看报告"; // // TsmiAbandoned @@ -2843,7 +2784,7 @@ this.TsmiAbandoned.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.TsmiAbandoned.Image = ((System.Drawing.Image)(resources.GetObject("TsmiAbandoned.Image"))); this.TsmiAbandoned.Name = "TsmiAbandoned"; - this.TsmiAbandoned.Size = new System.Drawing.Size(163, 82); + this.TsmiAbandoned.Size = new System.Drawing.Size(101, 45); this.TsmiAbandoned.Text = "预览报告"; // // TsmiFinishCancel @@ -2851,7 +2792,7 @@ this.TsmiFinishCancel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.TsmiFinishCancel.Image = ((System.Drawing.Image)(resources.GetObject("TsmiFinishCancel.Image"))); this.TsmiFinishCancel.Name = "TsmiFinishCancel"; - this.TsmiFinishCancel.Size = new System.Drawing.Size(163, 82); + this.TsmiFinishCancel.Size = new System.Drawing.Size(101, 45); this.TsmiFinishCancel.Text = "取消完结"; // // TsmiFinish @@ -2859,13 +2800,13 @@ this.TsmiFinish.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.TsmiFinish.Image = ((System.Drawing.Image)(resources.GetObject("TsmiFinish.Image"))); this.TsmiFinish.Name = "TsmiFinish"; - this.TsmiFinish.Size = new System.Drawing.Size(107, 82); + this.TsmiFinish.Size = new System.Drawing.Size(73, 45); this.TsmiFinish.Text = "完结"; // // ToolStripMenuItemStatusTxt // this.ToolStripMenuItemStatusTxt.Name = "ToolStripMenuItemStatusTxt"; - this.ToolStripMenuItemStatusTxt.Size = new System.Drawing.Size(167, 82); + this.ToolStripMenuItemStatusTxt.Size = new System.Drawing.Size(91, 45); this.ToolStripMenuItemStatusTxt.Text = "体检状态:"; this.ToolStripMenuItemStatusTxt.Visible = false; // @@ -2875,7 +2816,7 @@ this.toolStripTxtStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.toolStripTxtStatus.Name = "toolStripTxtStatus"; this.toolStripTxtStatus.ReadOnly = true; - this.toolStripTxtStatus.Size = new System.Drawing.Size(356, 82); + this.toolStripTxtStatus.Size = new System.Drawing.Size(180, 45); this.toolStripTxtStatus.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolStripTxtStatus.Visible = false; // @@ -2909,11 +2850,11 @@ // // TotalForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 31F); + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(2888, 1504); + this.ClientSize = new System.Drawing.Size(1904, 1041); this.Controls.Add(this.splitContainerBase); - this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.Name = "TotalForm"; this.Text = "总检"; this.splitContainerBase.Panel1.ResumeLayout(false); diff --git a/PEIS/View/Exam/TotalForm.cs b/PEIS/View/Exam/TotalForm.cs index d09cfb9..9924384 100644 --- a/PEIS/View/Exam/TotalForm.cs +++ b/PEIS/View/Exam/TotalForm.cs @@ -1,9 +1,12 @@ using System; using System.Collections.Generic; +using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; +using System.Reflection; +using System.Threading.Tasks; using System.Windows.Forms; using DevExpress.XtraEditors; using DevExpress.XtraGrid.Views.Base; @@ -87,10 +90,19 @@ namespace PEIS.View.Exam RbStatus2.Click += RadioButton_Click; // 输入体检号回车 //txtId.KeyDown += TxtId_KeyDown; - OpsConclusion.TsmiRefresh.Visible = false; - OpsConclusion.TsmiAdd.Visible = false; - //结论-添加 - //OpsConclusion.TsmiAdd.Click += ConclusionAdd_Click; + OpsConclusion.TsmiRefresh.Text = "上移"; + OpsConclusion.TsmiRefresh.Image = Properties.Resources.shang; + OpsConclusion.TsmiAdd.Text = "下移"; + OpsConclusion.TsmiAdd.Image = Properties.Resources.xia; + //结论-排序 + OpsConclusion.TsmiRefresh.Click += (s, e) => + { + ConclusionSort(-1); + }; + OpsConclusion.TsmiAdd.Click += (s, e) => + { + ConclusionSort(1); + }; //结论-删除 OpsConclusion.TsmiDelete.Click += ConclusionDelete_Click; //结论-保存 @@ -212,22 +224,59 @@ namespace PEIS.View.Exam { SearchAllConclusion(); }; - DgvExamConclusion.OptionsCustomization.AllowSort = true; + DgvExamConclusion.OptionsCustomization.AllowSort = true; //DgcAllConclusion.DataSource = Global._lstConclusion; // DgvAllConclusion.OptionsFind.AlwaysVisible = true; // DgvAllConclusion.OptionsFind.ShowClearButton = false; // DgvAllConclusion.OptionsFind.ShowCloseButton = false; DgvAllConclusion.DoubleClick += DgvAllConclusion_DoubleClick; DgvExamResultData.CustomDrawCell += DgvExamResultData_CustomDrawCell; + + // 启用行选择 + DgvExamConclusion.OptionsSelection.EnableAppearanceFocusedCell = false; + DgvExamConclusion.OptionsSelection.MultiSelect = false; // 限制单选 + // 启用编辑功能,以便显示勾选框 + DgvExamConclusion.OptionsBehavior.Editable = true; + // 设置行头自动调整高度以显示勾选框 + DgvExamConclusion.OptionsView.RowAutoHeight = true; } + private void ConclusionSort(int i) + { + if (DgvExamConclusion.GetFocusedRow() is ExamConclusion selected) + { + var current = _examConclusion.IndexOf(selected); + if ((current == 0 && i < 0) || (current == _examConclusion.Count - 1 && i > 0)) + { + return; + } + + var temp = _examConclusion[current + i]; + var tempSeq = _examConclusion[current + i].Seq; + temp.Seq = selected.Seq; + selected.Seq = tempSeq; + _examConclusion[current + i] = selected; + _examConclusion[current] = temp; + _examConclusion = _examConclusion.OrderBy(o => o.Seq).ToList(); + // for (int j = 0; j < _examConclusion.Count; j++) + // { + // _examConclusion[j].Seq = j + 1; + // } + Invoke(new Action(() => DgcExamConclusion.DataSource = null)); + Invoke(new Action(() => DgcExamConclusion.DataSource = _examConclusion)); + Invoke(new Action(() => DgcExamConclusion.DataSource = _examConclusion)); + Invoke(new Action(() => DgvExamConclusion.FocusedRowHandle = current+i)); + Invoke(new Action(() => DgvExamConclusion.SelectRow(current + i))); + + } + } private void SearchAllConclusion() { var query = txtConclusionSerch.Text; var isId = long.TryParse(query, out var id); - var list=string.IsNullOrEmpty(query) - ? Global._lstConclusion - : Global._lstConclusion.Where(p => p.SpellCode.Contains(query) || p.ConclusionName.Contains(query) || (isId && p.ID == id)).ToList(); + var list = string.IsNullOrEmpty(query) + ? Global._lstConclusion + : Global._lstConclusion.Where(p => p.SpellCode.Contains(query) || p.ConclusionName.Contains(query) || (isId && p.ID == id)).ToList(); Invoke(new Action(() => DgcAllConclusion.DataSource = null)); Invoke(new Action(() => DgcAllConclusion.DataSource = list)); @@ -337,12 +386,12 @@ namespace PEIS.View.Exam if (rowData != null) { - var conclusion = DgvExamConclusion.GetFocusedRow() as ExamConclusion; - if (rowData == null || conclusion == null) return; - var index = _examConclusion.IndexOf(conclusion); - _examConclusion[index].Conclusion = rowData.ConclusionName; - _examConclusion[index].Suggestion = rowData.Suggestion; - ShowExamConclusion(_examConclusion); + var conclusion = DgvExamConclusion.GetFocusedRow() as ExamConclusion; + if (rowData == null || conclusion == null) return; + var index = _examConclusion.IndexOf(conclusion); + _examConclusion[index].Conclusion = rowData.ConclusionName; + _examConclusion[index].Suggestion = rowData.Suggestion; + ShowExamConclusion(_examConclusion); } } } @@ -472,9 +521,9 @@ namespace PEIS.View.Exam /// /// 3. 获取科室小结 /// - public event EventHandler> GetSummary; + public event EventHandler> GetSummary; + - public void ShowSummary(List items) { Invoke(new Action(() => _examPart = items)); @@ -504,6 +553,11 @@ namespace PEIS.View.Exam public void ShowExamConclusion(List items) { + items = items.OrderBy(o => o.Seq).ToList(); + for (int j = 0; j < items.Count; j++) + { + items[j].Seq = j + 1; + } Invoke(new Action(() => DgcExamConclusion.DataSource = null)); Invoke(new Action(() => _examConclusion = items)); Invoke(new Action(() => DgcExamConclusion.DataSource = _examConclusion)); @@ -537,8 +591,8 @@ namespace PEIS.View.Exam { GetPatient?.Invoke(this, new Args(selected.ID)); GetExamResultList?.Invoke(this, new Args(_patient.ID)); - GetSummary?.Invoke(this, new Args(_patient.ID)); - Invoke(new Action(() =>GetExamResultData(_patient.ID))); + GetSummary?.Invoke(this, new Args(_patient.ID)); + Invoke(new Action(() => GetExamResultData(_patient.ID))); GetExamConclusion?.Invoke(this, new Args(_patient.ID)); } else @@ -707,7 +761,7 @@ namespace PEIS.View.Exam return; } - _examConclusion.Add(new ExamConclusion() { EID = _patient.ID,Seq = _examConclusion.Count+1 }); + _examConclusion.Add(new ExamConclusion() { EID = _patient.ID, Seq = _examConclusion.Count + 1 }); ShowExamConclusion(_examConclusion); } @@ -731,8 +785,27 @@ namespace PEIS.View.Exam if (DgvExamConclusion.GetSelectedRows().Length == 0) return; var item = DgvExamConclusion.GetRow(DgvExamConclusion.FocusedRowHandle) as ExamConclusion; + if (item==null)return; + if (!Global.MsgDelete()) return; + _examConclusion.Remove(item); ShowExamConclusion(_examConclusion); + + try + { + var task = new Task(() => item?.Delete()); + task.Start(); + } + catch (AggregateException ae) + { + Global.MsgErr($@"{item.Conclusion} 结论词删除失败!" + ae.Message); + ae.Handle(ex => + { + // 处理异常 + return true; // 返回true表示已处理异常 + }); + } + } /// @@ -759,7 +832,7 @@ namespace PEIS.View.Exam SaveExamConclusion?.Invoke(this, new Args() { ID = _patient.ID, - Items = _examConclusion.Where(p=>!string.IsNullOrEmpty(p.Conclusion)).ToList() + Items = _examConclusion.Where(p => !string.IsNullOrEmpty(p.Conclusion)).ToList() }); //MessageBox.Show(@"保存成功!"); } @@ -970,7 +1043,7 @@ namespace PEIS.View.Exam var imageBytes = Convert.FromBase64String(patient.Photo); using (var ms = new MemoryStream(imageBytes, 0, imageBytes.Length)) { - Invoke(new Action(() => { picAvatar.Image = Image.FromStream(ms, true); })); + Invoke(new Action(() => { picAvatar.Image = Image.FromStream(ms, true); })); Invoke(new Action(() => { picAvatar.BorderStyle = BorderStyle.None; })); } } @@ -995,7 +1068,7 @@ namespace PEIS.View.Exam /// public void GetExamResultData(long eid) { - if (eid==0) + if (eid == 0) { return; } @@ -1020,7 +1093,7 @@ namespace PEIS.View.Exam Invoke(new Action(() => DgvExamResultData.ExpandAllGroups())); DgvExamResultData.OptionsView.RowAutoHeight = true; } - + private void DgvExamResultData_CustomDrawCell(object sender, RowCellCustomDrawEventArgs e) { var gridView = (GridView)sender; diff --git a/PEIS/View/Exam/TotalForm.resx b/PEIS/View/Exam/TotalForm.resx index d8c7d4a..7155ed1 100644 --- a/PEIS/View/Exam/TotalForm.resx +++ b/PEIS/View/Exam/TotalForm.resx @@ -120,6 +120,12 @@ 497, 55 + + 497, 55 + + + 377, 55 + 377, 55 @@ -139,18 +145,14 @@ - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAlJJREFUWEfV - lrFP20AUxpNCiIoEAuEwVEBM24WhCimIZKjoWrNARQQjf0K7tWuBuaqABXVpJ5hYSar+A8xBXRmRGFqE - QGoloLx3/i44vjv7HFOp/KQ3vO/ufe9y8Z2dudeUvG9vOMpz3yuQ/h09vY8eztQO/1rGNsrS0+c8zwfN - q8s/9jCk8GR6/dlMrXkZmH+Aoc4gg6Y0KxS9HGQraCF1WZvLD2Qh2yOLK7XDNUgdIX2Q2tFRUQTkdcV+ - 3T0DeUhmaOvEtiPV4i+weYzUCr8m5kfJB462fRWSgpWRgdjauAmt8WzXA0iJcNz5Ia6nI90P6RZ5zgvF - V9qnvdU8JUafqAZRY0lxxheLxgVUltRL5i6bS9iv5DW+IPXRNZHNKU4pftkGmX+ChRaao/4oRSDkxBRx - Dqs26Aif8DhSfqvV37YJAaQZUmueVj++M9VSv902PWoBjMkojuHHr0e4bmJ204UkUBZQ9urVuAadLkJX - R8/IkeJlY64zi2N8em0jXEP5H8WHBX6fIzXC85TiCGgB78Pz4fETqY8vNi+RRgKDC6SR0LzfPB+pIJwL - qPm2diAl7Enen5FynwNjH0zeR5qObFfW99Nuv/Z+4EHz6ixBg1ZAFlB+FtYUdIW20LkXr1sOpzj/ArKA - 7oJR1t2pDyuQ9OTyg3LrriDdCXJhSONJXGBg4uXWGLyuIdnBH5ByEY67MAQ5EVQr/nMOSMmRBhwFd3EM - ciQ0VzzMHLH/uQ38DScNA3Ey6TV2OHC3i+s1EPqjlpbSXONrqFEw2q/X/59M5gZwQwBmYRNKogAAAABJ - RU5ErkJggg== + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAYBJREFUWEft + lM9KwzAcx4sIwjqQTQU91j2DdOyk4lNsB1/AJxBkUpVOJqakhzag+AwevPsSvoMXbx4ERU3mNyWGdDat + dJd+4AfJ9/eXNKnT0GBLFLMvYdjWi2y+kAHU5rUPoDevdQC9aa0D6M0FtQ1gai5QdWEkTo46ne4y3P+D + 2gBShurTjVD2iLDyqAUh5bLj9zf5CYRqjjASpXcIsUMtAsmKiLKXrAZln5CLUbW5SqlaMmFtfaMLqRLW + QxCaXMqEluu2IFdC1iMxe4I0H3UISJWxrjeZRrFMcg0nIX0Ge+PxSwjLmFxF9z/+9BXS36hD6HdC6vNs + d+9gH+EzpI5tMfLuRF4xHh9Inx7Dn+SH2Pv+oA2pGKY7oe91XLe9ImOEnZ1PRyfji6FYE5o+IKw4+p2Q + a7hzOQ3CRMbyV3BbNM+IOoRNIW+7t1omz4j6OWwKeV7v1yeBXI6y/4lxEB7P8ih7hlQefqGurd404M3f + h6PDG2wXg98fbGHZ0AAc5xt8asXwHSUE5wAAAABJRU5ErkJggg==