@ -143,12 +143,15 @@
this . TpGroupFeeItem = new DevExpress . XtraTab . XtraTabPage ( ) ;
this . panel5 = new System . Windows . Forms . Panel ( ) ;
this . DgcGroupFeeItem = new DevExpress . XtraGrid . GridControl ( ) ;
this . GFeeItmeMenu = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . GroupPartOption = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . DgvGroupFeeItem = new DevExpress . XtraGrid . Views . Grid . GridView ( ) ;
this . gridColumn75 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . repositoryItemMemoEdit1 = new DevExpress . XtraEditors . Repository . RepositoryItemMemoEdit ( ) ;
this . gridColumn74 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn76 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn77 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn106 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn79 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn78 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn80 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
@ -277,6 +280,7 @@
this . gridColumn115 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn116 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn117 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn107 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn161 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn163 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . splitter7 = new System . Windows . Forms . Splitter ( ) ;
@ -284,6 +288,8 @@
this . tabControl2 = new System . Windows . Forms . TabControl ( ) ;
this . tabPage1 = new System . Windows . Forms . TabPage ( ) ;
this . DgcPack2 = new DevExpress . XtraGrid . GridControl ( ) ;
this . EFeeItemMenu = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . EnrollmentPartOption = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . DgvPack2 = new DevExpress . XtraGrid . Views . Grid . GridView ( ) ;
this . gridColumn126 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn127 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
@ -347,6 +353,7 @@
this . gridColumn90 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn108 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn91 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn42 = 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 ( ) ;
@ -354,6 +361,8 @@
this . gridColumn105 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn104 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn92 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn39 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn40 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . PatientSearch = new System . Windows . Forms . TextBox ( ) ;
this . gridColumn109 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . 新 建 NToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
@ -385,9 +394,6 @@
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 . gridColumn39 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn40 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn42 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . repositoryItemMemoEdit21 ) ) . BeginInit ( ) ;
this . panel1 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgcOrg ) ) . BeginInit ( ) ;
@ -424,6 +430,7 @@
this . TpGroupFeeItem . SuspendLayout ( ) ;
this . panel5 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgcGroupFeeItem ) ) . BeginInit ( ) ;
this . GFeeItmeMenu . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgvGroupFeeItem ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . repositoryItemMemoEdit1 ) ) . BeginInit ( ) ;
this . panel9 . SuspendLayout ( ) ;
@ -468,6 +475,7 @@
this . tabControl2 . SuspendLayout ( ) ;
this . tabPage1 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgcPack2 ) ) . BeginInit ( ) ;
this . EFeeItemMenu . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgvPack2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . gridView4 ) ) . BeginInit ( ) ;
this . tabPage2 . SuspendLayout ( ) ;
@ -1978,6 +1986,7 @@
//
// DgcGroupFeeItem
//
this . DgcGroupFeeItem . ContextMenuStrip = this . GFeeItmeMenu ;
this . DgcGroupFeeItem . Dock = System . Windows . Forms . DockStyle . Fill ;
this . DgcGroupFeeItem . Location = new System . Drawing . Point ( 0 , 5 ) ;
this . DgcGroupFeeItem . MainView = this . DgvGroupFeeItem ;
@ -1989,6 +1998,20 @@
this . DgcGroupFeeItem . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvGroupFeeItem } ) ;
//
// GFeeItmeMenu
//
this . GFeeItmeMenu . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . GroupPartOption } ) ;
this . GFeeItmeMenu . Name = "contextMenuStrip2" ;
this . GFeeItmeMenu . Size = new System . Drawing . Size ( 1 2 5 , 2 6 ) ;
//
// GroupPartOption
//
this . GroupPartOption . Image = global :: PEIS . Properties . Resources . 个 人 信 息 _ _ 1 _ ;
this . GroupPartOption . Name = "GroupPartOption" ;
this . GroupPartOption . Size = new System . Drawing . Size ( 1 2 4 , 2 2 ) ;
this . GroupPartOption . Text = "选择部位" ;
//
// DgvGroupFeeItem
//
this . DgvGroupFeeItem . Appearance . FooterPanel . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
@ -2004,6 +2027,7 @@
this . gridColumn74 ,
this . gridColumn76 ,
this . gridColumn77 ,
this . gridColumn106 ,
this . gridColumn79 ,
this . gridColumn78 ,
this . gridColumn80 ,
@ -2105,6 +2129,21 @@
this . gridColumn77 . VisibleIndex = 3 ;
this . gridColumn77 . Width = 2 0 0 ;
//
// gridColumn106
//
this . gridColumn106 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . gridColumn106 . AppearanceCell . Options . UseFont = true ;
this . gridColumn106 . Caption = "部位" ;
this . gridColumn106 . FieldName = "Part" ;
this . gridColumn106 . Name = "gridColumn106" ;
this . gridColumn106 . OptionsColumn . AllowMerge = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn106 . OptionsColumn . AllowSort = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn106 . OptionsColumn . Printable = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn106 . OptionsColumn . ReadOnly = true ;
this . gridColumn106 . OptionsFilter . AllowAutoFilter = false ;
this . gridColumn106 . Visible = true ;
this . gridColumn106 . VisibleIndex = 4 ;
//
// gridColumn79
//
this . gridColumn79 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
@ -2126,7 +2165,7 @@
this . gridColumn79 . Summary . AddRange ( new DevExpress . XtraGrid . GridSummaryItem [ ] {
new DevExpress . XtraGrid . GridColumnSummaryItem ( DevExpress . Data . SummaryItemType . Sum , "Price" , "¥{0:0.##}" ) } ) ;
this . gridColumn79 . Visible = true ;
this . gridColumn79 . VisibleIndex = 4 ;
this . gridColumn79 . VisibleIndex = 5 ;
this . gridColumn79 . Width = 6 3 ;
//
// gridColumn78
@ -2142,7 +2181,7 @@
this . gridColumn78 . OptionsColumn . ReadOnly = true ;
this . gridColumn78 . OptionsFilter . AllowFilter = false ;
this . gridColumn78 . Visible = true ;
this . gridColumn78 . VisibleIndex = 5 ;
this . gridColumn78 . VisibleIndex = 6 ;
this . gridColumn78 . Width = 6 3 ;
//
// gridColumn80
@ -2160,7 +2199,7 @@
this . gridColumn80 . OptionsColumn . ReadOnly = true ;
this . gridColumn80 . OptionsFilter . AllowFilter = false ;
this . gridColumn80 . Visible = true ;
this . gridColumn80 . VisibleIndex = 6 ;
this . gridColumn80 . VisibleIndex = 7 ;
this . gridColumn80 . Width = 7 0 ;
//
// gridColumn81
@ -2175,7 +2214,7 @@
this . gridColumn81 . OptionsColumn . AllowSort = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn81 . OptionsColumn . ReadOnly = true ;
this . gridColumn81 . Visible = true ;
this . gridColumn81 . VisibleIndex = 7 ;
this . gridColumn81 . VisibleIndex = 8 ;
this . gridColumn81 . Width = 4 0 ;
//
// splitter4
@ -3869,6 +3908,7 @@
//
// DgcEnrollmentFeeItem
//
this . DgcEnrollmentFeeItem . ContextMenuStrip = this . EFeeItemMenu ;
this . DgcEnrollmentFeeItem . Dock = System . Windows . Forms . DockStyle . Fill ;
this . DgcEnrollmentFeeItem . EmbeddedNavigator . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . DgcEnrollmentFeeItem . Location = new System . Drawing . Point ( 0 , 0 ) ;
@ -3895,6 +3935,7 @@
this . gridColumn115 ,
this . gridColumn116 ,
this . gridColumn117 ,
this . gridColumn107 ,
this . gridColumn161 ,
this . gridColumn163 } ) ;
this . DgvEnrollmentFeeItem . GridControl = this . DgcEnrollmentFeeItem ;
@ -4057,6 +4098,21 @@
this . gridColumn117 . VisibleIndex = 7 ;
this . gridColumn117 . Width = 4 8 ;
//
// gridColumn107
//
this . gridColumn107 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . gridColumn107 . AppearanceCell . Options . UseFont = true ;
this . gridColumn107 . Caption = "部位" ;
this . gridColumn107 . FieldName = "Part" ;
this . gridColumn107 . Name = "gridColumn107" ;
this . gridColumn107 . OptionsColumn . AllowMerge = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn107 . OptionsColumn . AllowSort = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn107 . OptionsColumn . Printable = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn107 . OptionsColumn . ReadOnly = true ;
this . gridColumn107 . OptionsFilter . AllowAutoFilter = false ;
this . gridColumn107 . Visible = true ;
this . gridColumn107 . VisibleIndex = 8 ;
//
// gridColumn161
//
this . gridColumn161 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
@ -4072,7 +4128,7 @@
this . gridColumn161 . OptionsColumn . ReadOnly = true ;
this . gridColumn161 . OptionsFilter . AllowFilter = false ;
this . gridColumn161 . Visible = true ;
this . gridColumn161 . VisibleIndex = 8 ;
this . gridColumn161 . VisibleIndex = 9 ;
//
// gridColumn163
//
@ -4148,6 +4204,20 @@
this . DgvPack2 ,
this . gridView4 } ) ;
//
// EFeeItemMenu
//
this . EFeeItemMenu . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . EnrollmentPartOption } ) ;
this . EFeeItemMenu . Name = "EFeeItemMenu" ;
this . EFeeItemMenu . Size = new System . Drawing . Size ( 1 2 5 , 2 6 ) ;
//
// EnrollmentPartOption
//
this . EnrollmentPartOption . Image = global :: PEIS . Properties . Resources . 个 人 信 息 _ _ 1 _ ;
this . EnrollmentPartOption . Name = "EnrollmentPartOption" ;
this . EnrollmentPartOption . Size = new System . Drawing . Size ( 1 2 4 , 2 2 ) ;
this . EnrollmentPartOption . Text = "选择部位" ;
//
// DgvPack2
//
this . DgvPack2 . Appearance . FooterPanel . Font = new System . Drawing . Font ( "微软雅黑" , 1 0.5F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
@ -4954,6 +5024,20 @@
this . gridColumn91 . Visible = true ;
this . gridColumn91 . VisibleIndex = 4 ;
//
// gridColumn42
//
this . gridColumn42 . Caption = "备注" ;
this . gridColumn42 . FieldName = "Description" ;
this . gridColumn42 . Name = "gridColumn42" ;
this . gridColumn42 . OptionsColumn . AllowEdit = false ;
this . gridColumn42 . OptionsColumn . AllowGroup = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn42 . OptionsColumn . AllowMerge = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn42 . OptionsColumn . AllowMove = false ;
this . gridColumn42 . OptionsColumn . AllowSort = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn42 . OptionsColumn . ReadOnly = true ;
this . gridColumn42 . Visible = true ;
this . gridColumn42 . VisibleIndex = 7 ;
//
// gridColumn93
//
this . gridColumn93 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
@ -5092,6 +5176,18 @@
this . gridColumn92 . Visible = true ;
this . gridColumn92 . VisibleIndex = 1 0 ;
//
// gridColumn39
//
this . gridColumn39 . Name = "gridColumn39" ;
this . gridColumn39 . Visible = true ;
this . gridColumn39 . VisibleIndex = 1 3 ;
//
// gridColumn40
//
this . gridColumn40 . Name = "gridColumn40" ;
this . gridColumn40 . Visible = true ;
this . gridColumn40 . VisibleIndex = 1 4 ;
//
// PatientSearch
//
this . PatientSearch . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
@ -5311,32 +5407,6 @@
//
this . gridView8 . Name = "gridView8" ;
//
// gridColumn39
//
this . gridColumn39 . Name = "gridColumn39" ;
this . gridColumn39 . Visible = true ;
this . gridColumn39 . VisibleIndex = 1 3 ;
//
// gridColumn40
//
this . gridColumn40 . Name = "gridColumn40" ;
this . gridColumn40 . Visible = true ;
this . gridColumn40 . VisibleIndex = 1 4 ;
//
// gridColumn42
//
this . gridColumn42 . Caption = "备注" ;
this . gridColumn42 . FieldName = "Description" ;
this . gridColumn42 . Name = "gridColumn42" ;
this . gridColumn42 . OptionsColumn . AllowEdit = false ;
this . gridColumn42 . OptionsColumn . AllowGroup = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn42 . OptionsColumn . AllowMerge = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn42 . OptionsColumn . AllowMove = false ;
this . gridColumn42 . OptionsColumn . AllowSort = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn42 . OptionsColumn . ReadOnly = true ;
this . gridColumn42 . Visible = true ;
this . gridColumn42 . VisibleIndex = 7 ;
//
// EnrollmentOrgForm
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 7F , 1 7F ) ;
@ -5388,6 +5458,7 @@
this . TpGroupFeeItem . ResumeLayout ( false ) ;
this . panel5 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgcGroupFeeItem ) ) . EndInit ( ) ;
this . GFeeItmeMenu . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgvGroupFeeItem ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . repositoryItemMemoEdit1 ) ) . EndInit ( ) ;
this . panel9 . ResumeLayout ( false ) ;
@ -5433,6 +5504,7 @@
this . tabControl2 . ResumeLayout ( false ) ;
this . tabPage1 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgcPack2 ) ) . EndInit ( ) ;
this . EFeeItemMenu . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgvPack2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . gridView4 ) ) . EndInit ( ) ;
this . tabPage2 . ResumeLayout ( false ) ;
@ -5815,5 +5887,11 @@
private DevExpress . XtraGrid . Columns . GridColumn gridColumn42 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn39 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn40 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn106 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn107 ;
private System . Windows . Forms . ContextMenuStrip GFeeItmeMenu ;
private System . Windows . Forms . ToolStripMenuItem GroupPartOption ;
private System . Windows . Forms . ContextMenuStrip EFeeItemMenu ;
private System . Windows . Forms . ToolStripMenuItem EnrollmentPartOption ;
}
}