@ -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 . OpsPatient = new PEIS . View . UControl . OpMenu ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . OpsPatient = new PEIS . View . UControl . OpMenu ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgcPatient ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgvPatient ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . repositoryItemImageEdit1 ) ) . BeginInit ( ) ;
@ -65,14 +65,12 @@
// 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 , 7 5 ) ;
this . DgcPatient . Location = new System . Drawing . Point ( 0 , 4 1 ) ;
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 ( 1 8 6 6 , 1 0 8 7 ) ;
this . DgcPatient . Size = new System . Drawing . Size ( 9 3 3 , 5 9 6 ) ;
this . DgcPatient . TabIndex = 1 3 0 ;
this . DgcPatient . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvPatient } ) ;
@ -112,27 +110,26 @@
this . gridColumn31 } ) ;
this . DgvPatient . FixedLineWidth = 1 ;
this . DgvPatient . GridControl = this . DgcPatient ;
this . DgvPatient . IndicatorWidth = 7 0 ;
this . DgvPatient . IndicatorWidth = 3 0 ;
this . DgvPatient . Name = "DgvPatient" ;
this . DgvPatient . OptionsSelection . MultiSelect = true ;
this . DgvPatient . OptionsView . ColumnAutoWidth = false ;
this . DgvPatient . OptionsView . ShowGroupPanel = false ;
this . DgvPatient . RowHeight = 4 5 ;
this . DgvPatient . RowHeight = 3 0 ;
//
// gridColumn1
//
this . gridColumn1 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
this . gridColumn1 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 0.5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn1 . OptionsColumn . ReadOnly = true ;
this . gridColumn1 . OptionsFilter . AllowFilter = false ;
this . gridColumn1 . Visible = true ;
this . gridColumn1 . VisibleIndex = 0 ;
@ -140,18 +137,17 @@
//
// gridColumn2
//
this . gridColumn2 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
this . gridColumn2 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 0.5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn2 . OptionsColumn . ReadOnly = true ;
this . gridColumn2 . OptionsFilter . AllowFilter = false ;
this . gridColumn2 . Visible = true ;
this . gridColumn2 . VisibleIndex = 1 ;
@ -159,15 +155,13 @@
//
// gridColumn3
//
this . gridColumn3 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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} 个血袋" ) } ) ;
@ -177,17 +171,12 @@
//
// gridColumn4
//
this . gridColumn4 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 ;
@ -196,18 +185,17 @@
//
// gridColumn5
//
this . gridColumn5 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
this . gridColumn5 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 0.5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn5 . OptionsColumn . ReadOnly = true ;
this . gridColumn5 . OptionsFilter . AllowFilter = false ;
this . gridColumn5 . Visible = true ;
this . gridColumn5 . VisibleIndex = 4 ;
@ -215,7 +203,7 @@
//
// gridColumn7
//
this . gridColumn7 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
this . gridColumn7 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 0.5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . gridColumn7 . AppearanceCell . ForeColor = System . Drawing . Color . ForestGreen ;
this . gridColumn7 . AppearanceCell . Options . UseFont = true ;
this . gridColumn7 . AppearanceCell . Options . UseForeColor = true ;
@ -224,10 +212,7 @@
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 ;
@ -235,32 +220,26 @@
//
// gridColumn11
//
this . gridColumn11 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn11 . OptionsColumn . ReadOnly = true ;
this . gridColumn11 . Visible = true ;
this . gridColumn11 . VisibleIndex = 6 ;
this . gridColumn11 . Width = 6 0 ;
//
// gridColumn6
//
this . gridColumn6 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn6 . OptionsColumn . ReadOnly = true ;
this . gridColumn6 . OptionsFilter . AllowFilter = false ;
this . gridColumn6 . Visible = true ;
this . gridColumn6 . VisibleIndex = 7 ;
@ -268,161 +247,129 @@
//
// gridColumn14
//
this . gridColumn14 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn14 . OptionsColumn . ReadOnly = true ;
this . gridColumn14 . Visible = true ;
this . gridColumn14 . VisibleIndex = 8 ;
//
// gridColumn15
//
this . gridColumn15 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn15 . OptionsColumn . ReadOnly = true ;
this . gridColumn15 . Visible = true ;
this . gridColumn15 . VisibleIndex = 1 5 ;
this . gridColumn15 . Width = 2 0 0 ;
//
// gridColumn16
//
this . gridColumn16 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn16 . OptionsColumn . ReadOnly = true ;
this . gridColumn16 . Visible = true ;
this . gridColumn16 . VisibleIndex = 1 6 ;
this . gridColumn16 . Width = 2 0 0 ;
//
// gridColumn17
//
this . gridColumn17 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn17 . OptionsColumn . ReadOnly = true ;
this . gridColumn17 . Visible = true ;
this . gridColumn17 . VisibleIndex = 9 ;
//
// gridColumn9
//
this . gridColumn9 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn9 . OptionsColumn . ReadOnly = true ;
this . gridColumn9 . Visible = true ;
this . gridColumn9 . VisibleIndex = 1 0 ;
this . gridColumn9 . Width = 1 0 0 ;
//
// gridColumn19
//
this . gridColumn19 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn19 . OptionsColumn . ReadOnly = true ;
this . gridColumn19 . Visible = true ;
this . gridColumn19 . VisibleIndex = 1 1 ;
//
// gridColumn21
//
this . gridColumn21 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn21 . OptionsColumn . ReadOnly = true ;
this . gridColumn21 . Visible = true ;
this . gridColumn21 . VisibleIndex = 1 2 ;
//
// gridColumn10
//
this . gridColumn10 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn10 . OptionsColumn . ReadOnly = true ;
this . gridColumn10 . Visible = true ;
this . gridColumn10 . VisibleIndex = 1 3 ;
this . gridColumn10 . Width = 1 0 0 ;
//
// gridColumn27
//
this . gridColumn27 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn27 . OptionsColumn . ReadOnly = true ;
this . gridColumn27 . Visible = true ;
this . gridColumn27 . VisibleIndex = 1 4 ;
//
// gridColumn28
//
this . gridColumn28 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 . Printable = DevExpress . Utils . DefaultBoolean . Fals e;
this . gridColumn28 . OptionsColumn . ReadOnly = true ;
this . gridColumn28 . Visible = true ;
this . gridColumn28 . VisibleIndex = 1 7 ;
//
// gridColumn29
//
this . gridColumn29 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
this . gridColumn29 . AppearanceCell . Options . UseFont = true ;
this . gridColumn29 . Caption = "建档时间" ;
this . gridColumn29 . DisplayFormat . FormatType = DevExpress . Utils . FormatType . DateTime ;
this . gridColumn29 . FieldName = "CreateTime" ;
@ -437,8 +384,6 @@
//
// gridColumn30
//
this . gridColumn30 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
this . gridColumn30 . AppearanceCell . Options . UseFont = true ;
this . gridColumn30 . Caption = "建档人" ;
this . gridColumn30 . FieldName = "Creator" ;
this . gridColumn30 . Name = "gridColumn30" ;
@ -451,8 +396,6 @@
//
// gridColumn8
//
this . gridColumn8 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
this . gridColumn8 . AppearanceCell . Options . UseFont = true ;
this . gridColumn8 . Caption = "ID" ;
this . gridColumn8 . FieldName = "ID" ;
this . gridColumn8 . Name = "gridColumn8" ;
@ -466,19 +409,10 @@
//
// gridColumn31
//
this . gridColumn31 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
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 = 2 1 ;
//
@ -496,42 +430,40 @@
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 ( 1 8 6 6 , 7 5 ) ;
this . panel6 . Size = new System . Drawing . Size ( 9 3 3 , 4 1 ) ;
this . panel6 . TabIndex = 1 2 9 ;
//
// OpsPatient
//
this . OpsPatient . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Stretch ;
this . OpsPatient . Dock = System . Windows . Forms . DockStyle . Fill ;
this . OpsPatient . Font = new System . Drawing . Font ( "微软雅黑" , 1 0.5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . OpsPatient . Location = new System . Drawing . Point ( 2 7 2 , 0 ) ;
this . OpsPatient . Margin = new System . Windows . Forms . Padding ( 4 , 7 , 4 , 7 ) ;
this . OpsPatient . Name = "OpsPatient" ;
this . OpsPatient . Size = new System . Drawing . Size ( 1 5 9 4 , 7 5 ) ;
this . OpsPatient . TabIndex = 1 ;
//
// label2
//
this . label2 . Dock = System . Windows . Forms . DockStyle . Left ;
this . label2 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
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 ( 2 7 2 , 7 5 ) ;
this . label2 . Size = new System . Drawing . Size ( 1 3 6 , 4 1 ) ;
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 ( "微软雅黑" , 1 0.5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . OpsPatient . Location = new System . Drawing . Point ( 1 3 6 , 0 ) ;
this . OpsPatient . Margin = new System . Windows . Forms . Padding ( 2 , 4 , 2 , 4 ) ;
this . OpsPatient . Name = "OpsPatient" ;
this . OpsPatient . Size = new System . Drawing . Size ( 7 9 7 , 4 1 ) ;
this . OpsPatient . TabIndex = 1 ;
//
// PersonForm
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 1 4F , 3 1F ) ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 7F , 1 7 F) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 1 8 6 6 , 1 1 6 2 ) ;
this . ClientSize = new System . Drawing . Size ( 9 3 3 , 6 3 7 ) ;
this . Controls . Add ( this . DgcPatient ) ;
this . Controls . Add ( this . panel6 ) ;
this . Margin = new System . Windows . Forms . Padding ( 6 , 7 , 6 , 7 ) ;
this . Margin = new System . Windows . Forms . Padding ( 3 , 4 , 3 , 4 ) ;
this . Name = "PersonForm" ;
this . Text = "人员基本信息" ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgcPatient ) ) . EndInit ( ) ;