@ -42,6 +42,7 @@ namespace PEIS.View
this . LblTitle = new System . Windows . Forms . Label ( ) ;
this . LblTitle = new System . Windows . Forms . Label ( ) ;
this . LblLogo = new System . Windows . Forms . Label ( ) ;
this . LblLogo = new System . Windows . Forms . Label ( ) ;
this . PbMin = new System . Windows . Forms . PictureBox ( ) ;
this . PbMin = new System . Windows . Forms . PictureBox ( ) ;
this . PbSmall = new System . Windows . Forms . PictureBox ( ) ;
this . PbMax = new System . Windows . Forms . PictureBox ( ) ;
this . PbMax = new System . Windows . Forms . PictureBox ( ) ;
this . PbClose = new System . Windows . Forms . PictureBox ( ) ;
this . PbClose = new System . Windows . Forms . PictureBox ( ) ;
this . XtmmMain = new DevExpress . XtraTabbedMdi . XtraTabbedMdiManager ( this . components ) ;
this . XtmmMain = new DevExpress . XtraTabbedMdi . XtraTabbedMdiManager ( this . components ) ;
@ -51,15 +52,6 @@ namespace PEIS.View
this . lblStep = new System . Windows . Forms . Label ( ) ;
this . lblStep = new System . Windows . Forms . Label ( ) ;
this . lblHospital = new System . Windows . Forms . Label ( ) ;
this . lblHospital = new System . Windows . Forms . Label ( ) ;
this . NbcMain = new DevExpress . XtraNavBar . NavBarControl ( ) ;
this . NbcMain = new DevExpress . XtraNavBar . NavBarControl ( ) ;
this . NbgSetting = new DevExpress . XtraNavBar . NavBarGroup ( ) ;
this . NbiFeeItem = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiPackage = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiConclusion = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . navBarItem16 = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiDept = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiPermission = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiDictionary = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiHazardType = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbgReg = new DevExpress . XtraNavBar . NavBarGroup ( ) ;
this . NbgReg = new DevExpress . XtraNavBar . NavBarGroup ( ) ;
this . NbiEnrollmentSearch = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiEnrollmentSearch = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiEnrollmentPerson = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiEnrollmentPerson = new DevExpress . XtraNavBar . NavBarItem ( ) ;
@ -76,10 +68,20 @@ namespace PEIS.View
this . navBarItem12 = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . navBarItem12 = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . navBarItem13 = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . navBarItem13 = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . navBarItem14 = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . navBarItem14 = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbgSetting = new DevExpress . XtraNavBar . NavBarGroup ( ) ;
this . NbiFeeItem = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiPackage = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiConclusion = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . navBarItem16 = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiDept = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiPermission = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiDictionary = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbiHazardType = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . NbgNull = new DevExpress . XtraNavBar . NavBarGroup ( ) ;
this . NbgNull = new DevExpress . XtraNavBar . NavBarGroup ( ) ;
this . navBarItem8 = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . navBarItem8 = new DevExpress . XtraNavBar . NavBarItem ( ) ;
this . PnlButton . SuspendLayout ( ) ;
this . PnlButton . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbMin ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbMin ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbSmall ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbMax ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbMax ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbClose ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbClose ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . XtmmMain ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . XtmmMain ) ) . BeginInit ( ) ;
@ -100,6 +102,7 @@ namespace PEIS.View
this . PnlButton . Controls . Add ( this . LblTitle ) ;
this . PnlButton . Controls . Add ( this . LblTitle ) ;
this . PnlButton . Controls . Add ( this . LblLogo ) ;
this . PnlButton . Controls . Add ( this . LblLogo ) ;
this . PnlButton . Controls . Add ( this . PbMin ) ;
this . PnlButton . Controls . Add ( this . PbMin ) ;
this . PnlButton . Controls . Add ( this . PbSmall ) ;
this . PnlButton . Controls . Add ( this . PbMax ) ;
this . PnlButton . Controls . Add ( this . PbMax ) ;
this . PnlButton . Controls . Add ( this . PbClose ) ;
this . PnlButton . Controls . Add ( this . PbClose ) ;
this . PnlButton . Dock = System . Windows . Forms . DockStyle . Top ;
this . PnlButton . Dock = System . Windows . Forms . DockStyle . Top ;
@ -246,13 +249,24 @@ namespace PEIS.View
//
//
this . PbMin . Dock = System . Windows . Forms . DockStyle . Right ;
this . PbMin . Dock = System . Windows . Forms . DockStyle . Right ;
this . PbMin . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PbMin.Image" ) ) ) ;
this . PbMin . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PbMin.Image" ) ) ) ;
this . PbMin . Location = new System . Drawing . Point ( 1 3 4 2 , 0 ) ;
this . PbMin . Location = new System . Drawing . Point ( 1 3 1 0 , 0 ) ;
this . PbMin . Name = "PbMin" ;
this . PbMin . Name = "PbMin" ;
this . PbMin . Size = new System . Drawing . Size ( 3 2 , 4 5 ) ;
this . PbMin . Size = new System . Drawing . Size ( 3 2 , 4 5 ) ;
this . PbMin . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PbMin . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PbMin . TabIndex = 2 ;
this . PbMin . TabIndex = 2 ;
this . PbMin . TabStop = false ;
this . PbMin . TabStop = false ;
//
//
// PbSmall
//
this . PbSmall . Dock = System . Windows . Forms . DockStyle . Right ;
this . PbSmall . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PbSmall.Image" ) ) ) ;
this . PbSmall . Location = new System . Drawing . Point ( 1 3 4 2 , 0 ) ;
this . PbSmall . Name = "PbSmall" ;
this . PbSmall . Size = new System . Drawing . Size ( 3 2 , 4 5 ) ;
this . PbSmall . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PbSmall . TabIndex = 1 ;
this . PbSmall . TabStop = false ;
//
// PbMax
// PbMax
//
//
this . PbMax . Dock = System . Windows . Forms . DockStyle . Right ;
this . PbMax . Dock = System . Windows . Forms . DockStyle . Right ;
@ -261,7 +275,7 @@ namespace PEIS.View
this . PbMax . Name = "PbMax" ;
this . PbMax . Name = "PbMax" ;
this . PbMax . Size = new System . Drawing . Size ( 3 2 , 4 5 ) ;
this . PbMax . Size = new System . Drawing . Size ( 3 2 , 4 5 ) ;
this . PbMax . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PbMax . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PbMax . TabIndex = 1 ;
this . PbMax . TabIndex = 5 8 ;
this . PbMax . TabStop = false ;
this . PbMax . TabStop = false ;
//
//
// PbClose
// PbClose
@ -414,70 +428,6 @@ namespace PEIS.View
this . NbcMain . Text = "navBarControl1" ;
this . NbcMain . Text = "navBarControl1" ;
this . NbcMain . View = new DevExpress . XtraNavBar . ViewInfo . Office3ViewInfoRegistrator ( ) ;
this . NbcMain . View = new DevExpress . XtraNavBar . ViewInfo . Office3ViewInfoRegistrator ( ) ;
//
//
// NbgSetting
//
this . NbgSetting . Caption = "系统设置" ;
this . NbgSetting . ItemLinks . AddRange ( new DevExpress . XtraNavBar . NavBarItemLink [ ] {
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiFeeItem ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiPackage ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiConclusion ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . navBarItem16 ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiDept ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiPermission ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiDictionary ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiHazardType ) } ) ;
this . NbgSetting . Name = "NbgSetting" ;
//
// NbiFeeItem
//
this . NbiFeeItem . Caption = "收费项目" ;
this . NbiFeeItem . LargeImage = global :: PEIS . Properties . Resources . 收 费 项 目 ;
this . NbiFeeItem . Name = "NbiFeeItem" ;
//
// NbiPackage
//
this . NbiPackage . Caption = "体检套餐" ;
this . NbiPackage . LargeImage = global :: PEIS . Properties . Resources . 套 餐 ;
this . NbiPackage . Name = "NbiPackage" ;
//
// NbiConclusion
//
this . NbiConclusion . Caption = "结论词" ;
this . NbiConclusion . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "NbiConclusion.LargeImage" ) ) ) ;
this . NbiConclusion . Name = "NbiConclusion" ;
//
// navBarItem16
//
this . navBarItem16 . Caption = "团体结论词" ;
this . navBarItem16 . LargeImage = global :: PEIS . Properties . Resources . 结 论 ;
this . navBarItem16 . Name = "navBarItem16" ;
this . navBarItem16 . Visible = false ;
//
// NbiDept
//
this . NbiDept . Caption = "科室管理" ;
this . NbiDept . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "NbiDept.LargeImage" ) ) ) ;
this . NbiDept . Name = "NbiDept" ;
//
// NbiPermission
//
this . NbiPermission . Caption = "权限管理" ;
this . NbiPermission . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "NbiPermission.LargeImage" ) ) ) ;
this . NbiPermission . Name = "NbiPermission" ;
//
// NbiDictionary
//
this . NbiDictionary . Caption = "字典管理" ;
this . NbiDictionary . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "NbiDictionary.LargeImage" ) ) ) ;
this . NbiDictionary . Name = "NbiDictionary" ;
this . NbiDictionary . Visible = false ;
//
// NbiHazardType
//
this . NbiHazardType . Caption = "接害类型" ;
this . NbiHazardType . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "NbiHazardType.LargeImage" ) ) ) ;
this . NbiHazardType . Name = "NbiHazardType" ;
//
// NbgReg
// NbgReg
//
//
this . NbgReg . Caption = "检前登记" ;
this . NbgReg . Caption = "检前登记" ;
@ -591,6 +541,70 @@ namespace PEIS.View
this . navBarItem14 . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "navBarItem14.LargeImage" ) ) ) ;
this . navBarItem14 . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "navBarItem14.LargeImage" ) ) ) ;
this . navBarItem14 . Name = "navBarItem14" ;
this . navBarItem14 . Name = "navBarItem14" ;
//
//
// NbgSetting
//
this . NbgSetting . Caption = "系统设置" ;
this . NbgSetting . ItemLinks . AddRange ( new DevExpress . XtraNavBar . NavBarItemLink [ ] {
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiFeeItem ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiPackage ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiConclusion ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . navBarItem16 ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiDept ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiPermission ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiDictionary ) ,
new DevExpress . XtraNavBar . NavBarItemLink ( this . NbiHazardType ) } ) ;
this . NbgSetting . Name = "NbgSetting" ;
//
// NbiFeeItem
//
this . NbiFeeItem . Caption = "收费项目" ;
this . NbiFeeItem . LargeImage = global :: PEIS . Properties . Resources . 收 费 项 目 ;
this . NbiFeeItem . Name = "NbiFeeItem" ;
//
// NbiPackage
//
this . NbiPackage . Caption = "体检套餐" ;
this . NbiPackage . LargeImage = global :: PEIS . Properties . Resources . 套 餐 ;
this . NbiPackage . Name = "NbiPackage" ;
//
// NbiConclusion
//
this . NbiConclusion . Caption = "结论词" ;
this . NbiConclusion . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "NbiConclusion.LargeImage" ) ) ) ;
this . NbiConclusion . Name = "NbiConclusion" ;
//
// navBarItem16
//
this . navBarItem16 . Caption = "团体结论词" ;
this . navBarItem16 . LargeImage = global :: PEIS . Properties . Resources . 结 论 ;
this . navBarItem16 . Name = "navBarItem16" ;
this . navBarItem16 . Visible = false ;
//
// NbiDept
//
this . NbiDept . Caption = "科室管理" ;
this . NbiDept . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "NbiDept.LargeImage" ) ) ) ;
this . NbiDept . Name = "NbiDept" ;
//
// NbiPermission
//
this . NbiPermission . Caption = "权限管理" ;
this . NbiPermission . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "NbiPermission.LargeImage" ) ) ) ;
this . NbiPermission . Name = "NbiPermission" ;
//
// NbiDictionary
//
this . NbiDictionary . Caption = "字典管理" ;
this . NbiDictionary . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "NbiDictionary.LargeImage" ) ) ) ;
this . NbiDictionary . Name = "NbiDictionary" ;
this . NbiDictionary . Visible = false ;
//
// NbiHazardType
//
this . NbiHazardType . Caption = "接害类型" ;
this . NbiHazardType . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "NbiHazardType.LargeImage" ) ) ) ;
this . NbiHazardType . Name = "NbiHazardType" ;
//
// NbgNull
// NbgNull
//
//
this . NbgNull . Caption = "NbgNull" ;
this . NbgNull . Caption = "NbgNull" ;
@ -621,6 +635,7 @@ namespace PEIS.View
this . Text = "健康体检系统" ;
this . Text = "健康体检系统" ;
this . PnlButton . ResumeLayout ( false ) ;
this . PnlButton . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbMin ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbMin ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbSmall ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbMax ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbMax ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbClose ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PbClose ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . XtmmMain ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . XtmmMain ) ) . EndInit ( ) ;
@ -644,7 +659,7 @@ namespace PEIS.View
private System . Windows . Forms . Label LblTitle ;
private System . Windows . Forms . Label LblTitle ;
private System . Windows . Forms . Label LblLogo ;
private System . Windows . Forms . Label LblLogo ;
private System . Windows . Forms . PictureBox PbMin ;
private System . Windows . Forms . PictureBox PbMin ;
private System . Windows . Forms . PictureBox PbMax ;
private System . Windows . Forms . PictureBox PbSmall ;
private System . Windows . Forms . PictureBox PbClose ;
private System . Windows . Forms . PictureBox PbClose ;
private DevExpress . XtraTabbedMdi . XtraTabbedMdiManager XtmmMain ;
private DevExpress . XtraTabbedMdi . XtraTabbedMdiManager XtmmMain ;
private System . Windows . Forms . Panel panelFooter ;
private System . Windows . Forms . Panel panelFooter ;
@ -680,6 +695,7 @@ namespace PEIS.View
private StepViewer stepViewer2 ;
private StepViewer stepViewer2 ;
private DevExpress . XtraNavBar . NavBarItem NbiDictionary ;
private DevExpress . XtraNavBar . NavBarItem NbiDictionary ;
private DevExpress . XtraNavBar . NavBarItem NbiHazardType ;
private DevExpress . XtraNavBar . NavBarItem NbiHazardType ;
private System . Windows . Forms . PictureBox PbMax ;
}
}
}
}