|
|
|
@ -54,8 +54,8 @@ |
|
|
|
|
this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit(); |
|
|
|
|
this.panel6 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
|
this.OpsPatient = new PEIS.View.UControl.OpMenu(); |
|
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DgcPatient)).BeginInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DgvPatient)).BeginInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit(); |
|
|
|
@ -65,12 +65,14 @@ |
|
|
|
|
// DgcPatient |
|
|
|
|
// |
|
|
|
|
this.DgcPatient.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.DgcPatient.Location = new System.Drawing.Point(0, 41); |
|
|
|
|
this.DgcPatient.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); |
|
|
|
|
this.DgcPatient.Location = new System.Drawing.Point(0, 75); |
|
|
|
|
this.DgcPatient.MainView = this.DgvPatient; |
|
|
|
|
this.DgcPatient.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); |
|
|
|
|
this.DgcPatient.Name = "DgcPatient"; |
|
|
|
|
this.DgcPatient.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { |
|
|
|
|
this.repositoryItemImageEdit1}); |
|
|
|
|
this.DgcPatient.Size = new System.Drawing.Size(933, 596); |
|
|
|
|
this.DgcPatient.Size = new System.Drawing.Size(1866, 1087); |
|
|
|
|
this.DgcPatient.TabIndex = 130; |
|
|
|
|
this.DgcPatient.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
|
|
|
|
this.DgvPatient}); |
|
|
|
@ -110,26 +112,27 @@ |
|
|
|
|
this.gridColumn31}); |
|
|
|
|
this.DgvPatient.FixedLineWidth = 1; |
|
|
|
|
this.DgvPatient.GridControl = this.DgcPatient; |
|
|
|
|
this.DgvPatient.IndicatorWidth = 30; |
|
|
|
|
this.DgvPatient.IndicatorWidth = 70; |
|
|
|
|
this.DgvPatient.Name = "DgvPatient"; |
|
|
|
|
this.DgvPatient.OptionsSelection.MultiSelect = true; |
|
|
|
|
this.DgvPatient.OptionsView.ColumnAutoWidth = false; |
|
|
|
|
this.DgvPatient.OptionsView.ShowGroupPanel = false; |
|
|
|
|
this.DgvPatient.RowHeight = 30; |
|
|
|
|
this.DgvPatient.RowHeight = 45; |
|
|
|
|
// |
|
|
|
|
// gridColumn1 |
|
|
|
|
// |
|
|
|
|
this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn1.AppearanceCell.ForeColor = System.Drawing.Color.ForestGreen; |
|
|
|
|
this.gridColumn1.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn1.AppearanceCell.Options.UseForeColor = true; |
|
|
|
|
this.gridColumn1.Caption = "姓名"; |
|
|
|
|
this.gridColumn1.FieldName = "Name"; |
|
|
|
|
this.gridColumn1.Name = "gridColumn1"; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn1.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn1.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn1.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn1.Visible = true; |
|
|
|
|
this.gridColumn1.VisibleIndex = 0; |
|
|
|
@ -137,17 +140,18 @@ |
|
|
|
|
// |
|
|
|
|
// gridColumn2 |
|
|
|
|
// |
|
|
|
|
this.gridColumn2.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.gridColumn2.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn2.AppearanceCell.ForeColor = System.Drawing.Color.ForestGreen; |
|
|
|
|
this.gridColumn2.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn2.AppearanceCell.Options.UseForeColor = true; |
|
|
|
|
this.gridColumn2.Caption = "性别"; |
|
|
|
|
this.gridColumn2.FieldName = "Sex"; |
|
|
|
|
this.gridColumn2.Name = "gridColumn2"; |
|
|
|
|
this.gridColumn2.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn2.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn2.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn2.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn2.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn2.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn2.Visible = true; |
|
|
|
|
this.gridColumn2.VisibleIndex = 1; |
|
|
|
@ -155,13 +159,15 @@ |
|
|
|
|
// |
|
|
|
|
// gridColumn3 |
|
|
|
|
// |
|
|
|
|
this.gridColumn3.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn3.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn3.Caption = "出生年月"; |
|
|
|
|
this.gridColumn3.FieldName = "Birthday"; |
|
|
|
|
this.gridColumn3.Name = "gridColumn3"; |
|
|
|
|
this.gridColumn3.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn3.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn3.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn3.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn3.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn3.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn3.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn3.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { |
|
|
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "BloodCode", "合计:{0} 个血袋")}); |
|
|
|
@ -171,12 +177,17 @@ |
|
|
|
|
// |
|
|
|
|
// gridColumn4 |
|
|
|
|
// |
|
|
|
|
this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn4.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn4.Caption = "证件类型"; |
|
|
|
|
this.gridColumn4.FieldName = "CardType"; |
|
|
|
|
this.gridColumn4.Name = "gridColumn4"; |
|
|
|
|
this.gridColumn4.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn4.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn4.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn4.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn4.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn4.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn4.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn4.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn4.Visible = true; |
|
|
|
@ -185,17 +196,18 @@ |
|
|
|
|
// |
|
|
|
|
// gridColumn5 |
|
|
|
|
// |
|
|
|
|
this.gridColumn5.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.gridColumn5.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn5.AppearanceCell.ForeColor = System.Drawing.Color.ForestGreen; |
|
|
|
|
this.gridColumn5.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn5.AppearanceCell.Options.UseForeColor = true; |
|
|
|
|
this.gridColumn5.Caption = "证件号码"; |
|
|
|
|
this.gridColumn5.FieldName = "CardNo"; |
|
|
|
|
this.gridColumn5.Name = "gridColumn5"; |
|
|
|
|
this.gridColumn5.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn5.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn5.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn5.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn5.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn5.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn5.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn5.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn5.Visible = true; |
|
|
|
|
this.gridColumn5.VisibleIndex = 4; |
|
|
|
@ -203,7 +215,7 @@ |
|
|
|
|
// |
|
|
|
|
// gridColumn7 |
|
|
|
|
// |
|
|
|
|
this.gridColumn7.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.gridColumn7.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn7.AppearanceCell.ForeColor = System.Drawing.Color.ForestGreen; |
|
|
|
|
this.gridColumn7.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn7.AppearanceCell.Options.UseForeColor = true; |
|
|
|
@ -212,7 +224,10 @@ |
|
|
|
|
this.gridColumn7.Name = "gridColumn7"; |
|
|
|
|
this.gridColumn7.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn7.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn7.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn7.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn7.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn7.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn7.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn7.Visible = true; |
|
|
|
|
this.gridColumn7.VisibleIndex = 5; |
|
|
|
@ -220,26 +235,32 @@ |
|
|
|
|
// |
|
|
|
|
// gridColumn11 |
|
|
|
|
// |
|
|
|
|
this.gridColumn11.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn11.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn11.Caption = "学历"; |
|
|
|
|
this.gridColumn11.FieldName = "Education"; |
|
|
|
|
this.gridColumn11.Name = "gridColumn11"; |
|
|
|
|
this.gridColumn11.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn11.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn11.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn11.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn11.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn11.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn11.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn11.Visible = true; |
|
|
|
|
this.gridColumn11.VisibleIndex = 6; |
|
|
|
|
this.gridColumn11.Width = 60; |
|
|
|
|
// |
|
|
|
|
// gridColumn6 |
|
|
|
|
// |
|
|
|
|
this.gridColumn6.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn6.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn6.Caption = "婚况"; |
|
|
|
|
this.gridColumn6.FieldName = "Marriage"; |
|
|
|
|
this.gridColumn6.Name = "gridColumn6"; |
|
|
|
|
this.gridColumn6.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn6.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn6.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn6.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn6.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn6.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn6.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn6.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn6.Visible = true; |
|
|
|
|
this.gridColumn6.VisibleIndex = 7; |
|
|
|
@ -247,129 +268,161 @@ |
|
|
|
|
// |
|
|
|
|
// gridColumn14 |
|
|
|
|
// |
|
|
|
|
this.gridColumn14.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn14.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn14.Caption = "职业"; |
|
|
|
|
this.gridColumn14.FieldName = "Occupation"; |
|
|
|
|
this.gridColumn14.Name = "gridColumn14"; |
|
|
|
|
this.gridColumn14.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn14.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn14.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn14.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn14.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn14.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn14.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn14.Visible = true; |
|
|
|
|
this.gridColumn14.VisibleIndex = 8; |
|
|
|
|
// |
|
|
|
|
// gridColumn15 |
|
|
|
|
// |
|
|
|
|
this.gridColumn15.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn15.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn15.Caption = "工作单位"; |
|
|
|
|
this.gridColumn15.FieldName = "Company"; |
|
|
|
|
this.gridColumn15.Name = "gridColumn15"; |
|
|
|
|
this.gridColumn15.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn15.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn15.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn15.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn15.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn15.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn15.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn15.Visible = true; |
|
|
|
|
this.gridColumn15.VisibleIndex = 15; |
|
|
|
|
this.gridColumn15.Width = 200; |
|
|
|
|
// |
|
|
|
|
// gridColumn16 |
|
|
|
|
// |
|
|
|
|
this.gridColumn16.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn16.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn16.Caption = "籍贯"; |
|
|
|
|
this.gridColumn16.FieldName = "CardAddress"; |
|
|
|
|
this.gridColumn16.Name = "gridColumn16"; |
|
|
|
|
this.gridColumn16.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn16.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn16.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn16.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn16.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn16.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn16.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn16.Visible = true; |
|
|
|
|
this.gridColumn16.VisibleIndex = 16; |
|
|
|
|
this.gridColumn16.Width = 200; |
|
|
|
|
// |
|
|
|
|
// gridColumn17 |
|
|
|
|
// |
|
|
|
|
this.gridColumn17.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn17.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn17.Caption = "联系人1"; |
|
|
|
|
this.gridColumn17.FieldName = "Contactor1"; |
|
|
|
|
this.gridColumn17.Name = "gridColumn17"; |
|
|
|
|
this.gridColumn17.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn17.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn17.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn17.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn17.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn17.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn17.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn17.Visible = true; |
|
|
|
|
this.gridColumn17.VisibleIndex = 9; |
|
|
|
|
// |
|
|
|
|
// gridColumn9 |
|
|
|
|
// |
|
|
|
|
this.gridColumn9.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn9.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn9.Caption = "联系电话1"; |
|
|
|
|
this.gridColumn9.FieldName = "Tel1"; |
|
|
|
|
this.gridColumn9.Name = "gridColumn9"; |
|
|
|
|
this.gridColumn9.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn9.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn9.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn9.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn9.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn9.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn9.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn9.Visible = true; |
|
|
|
|
this.gridColumn9.VisibleIndex = 10; |
|
|
|
|
this.gridColumn9.Width = 100; |
|
|
|
|
// |
|
|
|
|
// gridColumn19 |
|
|
|
|
// |
|
|
|
|
this.gridColumn19.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn19.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn19.Caption = "联系地址1"; |
|
|
|
|
this.gridColumn19.FieldName = "Address1"; |
|
|
|
|
this.gridColumn19.Name = "gridColumn19"; |
|
|
|
|
this.gridColumn19.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn19.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn19.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn19.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn19.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn19.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn19.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn19.Visible = true; |
|
|
|
|
this.gridColumn19.VisibleIndex = 11; |
|
|
|
|
// |
|
|
|
|
// gridColumn21 |
|
|
|
|
// |
|
|
|
|
this.gridColumn21.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn21.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn21.Caption = "联系人2"; |
|
|
|
|
this.gridColumn21.Name = "gridColumn21"; |
|
|
|
|
this.gridColumn21.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn21.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn21.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn21.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn21.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn21.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn21.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn21.Visible = true; |
|
|
|
|
this.gridColumn21.VisibleIndex = 12; |
|
|
|
|
// |
|
|
|
|
// gridColumn10 |
|
|
|
|
// |
|
|
|
|
this.gridColumn10.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn10.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn10.Caption = "联系电话2"; |
|
|
|
|
this.gridColumn10.FieldName = "Tel2"; |
|
|
|
|
this.gridColumn10.Name = "gridColumn10"; |
|
|
|
|
this.gridColumn10.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn10.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn10.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn10.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn10.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn10.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn10.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn10.Visible = true; |
|
|
|
|
this.gridColumn10.VisibleIndex = 13; |
|
|
|
|
this.gridColumn10.Width = 100; |
|
|
|
|
// |
|
|
|
|
// gridColumn27 |
|
|
|
|
// |
|
|
|
|
this.gridColumn27.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn27.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn27.Caption = "联系地址2"; |
|
|
|
|
this.gridColumn27.FieldName = "Address2"; |
|
|
|
|
this.gridColumn27.Name = "gridColumn27"; |
|
|
|
|
this.gridColumn27.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn27.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn27.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn27.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn27.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn27.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn27.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn27.Visible = true; |
|
|
|
|
this.gridColumn27.VisibleIndex = 14; |
|
|
|
|
// |
|
|
|
|
// gridColumn28 |
|
|
|
|
// |
|
|
|
|
this.gridColumn28.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn28.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn28.Caption = "备注"; |
|
|
|
|
this.gridColumn28.FieldName = "Description"; |
|
|
|
|
this.gridColumn28.Name = "gridColumn28"; |
|
|
|
|
this.gridColumn28.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn28.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn28.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn28.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn28.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn28.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn28.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn28.Visible = true; |
|
|
|
|
this.gridColumn28.VisibleIndex = 17; |
|
|
|
|
// |
|
|
|
|
// gridColumn29 |
|
|
|
|
// |
|
|
|
|
this.gridColumn29.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn29.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn29.Caption = "建档时间"; |
|
|
|
|
this.gridColumn29.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; |
|
|
|
|
this.gridColumn29.FieldName = "CreateTime"; |
|
|
|
@ -384,6 +437,8 @@ |
|
|
|
|
// |
|
|
|
|
// gridColumn30 |
|
|
|
|
// |
|
|
|
|
this.gridColumn30.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn30.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn30.Caption = "建档人"; |
|
|
|
|
this.gridColumn30.FieldName = "Creator"; |
|
|
|
|
this.gridColumn30.Name = "gridColumn30"; |
|
|
|
@ -396,6 +451,8 @@ |
|
|
|
|
// |
|
|
|
|
// gridColumn8 |
|
|
|
|
// |
|
|
|
|
this.gridColumn8.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn8.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn8.Caption = "ID"; |
|
|
|
|
this.gridColumn8.FieldName = "ID"; |
|
|
|
|
this.gridColumn8.Name = "gridColumn8"; |
|
|
|
@ -409,10 +466,19 @@ |
|
|
|
|
// |
|
|
|
|
// gridColumn31 |
|
|
|
|
// |
|
|
|
|
this.gridColumn31.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
this.gridColumn31.AppearanceCell.Options.UseFont = true; |
|
|
|
|
this.gridColumn31.Caption = "身份证照片"; |
|
|
|
|
this.gridColumn31.ColumnEdit = this.repositoryItemImageEdit1; |
|
|
|
|
this.gridColumn31.FieldName = "Photo"; |
|
|
|
|
this.gridColumn31.Name = "gridColumn31"; |
|
|
|
|
this.gridColumn31.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn31.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn31.OptionsColumn.AllowMove = false; |
|
|
|
|
this.gridColumn31.OptionsColumn.AllowSize = false; |
|
|
|
|
this.gridColumn31.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn31.OptionsColumn.ReadOnly = true; |
|
|
|
|
this.gridColumn31.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn31.Visible = true; |
|
|
|
|
this.gridColumn31.VisibleIndex = 21; |
|
|
|
|
// |
|
|
|
@ -430,40 +496,42 @@ |
|
|
|
|
this.panel6.Controls.Add(this.label2); |
|
|
|
|
this.panel6.Dock = System.Windows.Forms.DockStyle.Top; |
|
|
|
|
this.panel6.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.panel6.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); |
|
|
|
|
this.panel6.Name = "panel6"; |
|
|
|
|
this.panel6.Size = new System.Drawing.Size(933, 41); |
|
|
|
|
this.panel6.Size = new System.Drawing.Size(1866, 75); |
|
|
|
|
this.panel6.TabIndex = 129; |
|
|
|
|
// |
|
|
|
|
// OpsPatient |
|
|
|
|
// |
|
|
|
|
this.OpsPatient.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; |
|
|
|
|
this.OpsPatient.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.OpsPatient.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.OpsPatient.Location = new System.Drawing.Point(272, 0); |
|
|
|
|
this.OpsPatient.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7); |
|
|
|
|
this.OpsPatient.Name = "OpsPatient"; |
|
|
|
|
this.OpsPatient.Size = new System.Drawing.Size(1594, 75); |
|
|
|
|
this.OpsPatient.TabIndex = 1; |
|
|
|
|
// |
|
|
|
|
// label2 |
|
|
|
|
// |
|
|
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Left; |
|
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.label2.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); |
|
|
|
|
this.label2.Name = "label2"; |
|
|
|
|
this.label2.Size = new System.Drawing.Size(136, 41); |
|
|
|
|
this.label2.Size = new System.Drawing.Size(272, 75); |
|
|
|
|
this.label2.TabIndex = 0; |
|
|
|
|
this.label2.Text = "人员基础信息库"; |
|
|
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|
|
|
|
// |
|
|
|
|
// OpsPatient |
|
|
|
|
// |
|
|
|
|
this.OpsPatient.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; |
|
|
|
|
this.OpsPatient.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.OpsPatient.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.OpsPatient.Location = new System.Drawing.Point(136, 0); |
|
|
|
|
this.OpsPatient.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4); |
|
|
|
|
this.OpsPatient.Name = "OpsPatient"; |
|
|
|
|
this.OpsPatient.Size = new System.Drawing.Size(797, 41); |
|
|
|
|
this.OpsPatient.TabIndex = 1; |
|
|
|
|
// |
|
|
|
|
// PersonForm |
|
|
|
|
// |
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); |
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 31F); |
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
|
this.ClientSize = new System.Drawing.Size(933, 637); |
|
|
|
|
this.ClientSize = new System.Drawing.Size(1866, 1162); |
|
|
|
|
this.Controls.Add(this.DgcPatient); |
|
|
|
|
this.Controls.Add(this.panel6); |
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7); |
|
|
|
|
this.Name = "PersonForm"; |
|
|
|
|
this.Text = "人员基本信息"; |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DgcPatient)).EndInit(); |
|
|
|
|