@ -1,4 +1,4 @@
namespace PEIS.View.Setting
namespace PEIS.View.Setting
{
partial class FeeItemForm
{
@ -50,6 +50,7 @@
this . RbPacs = new System . Windows . Forms . RadioButton ( ) ;
this . RbAll = new System . Windows . Forms . RadioButton ( ) ;
this . TxtHisFeeItem = new System . Windows . Forms . TextBox ( ) ;
this . gridColumnMatchText = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . splitterControl1 = new DevExpress . XtraEditors . SplitterControl ( ) ;
this . splitContainer1 = new System . Windows . Forms . SplitContainer ( ) ;
this . DgcFeeItem = new DevExpress . XtraGrid . GridControl ( ) ;
@ -80,6 +81,7 @@
this . gridColumn41 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn23 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn25 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumnRptItemCode = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . repositoryItemCheckEdit4 = new DevExpress . XtraEditors . Repository . RepositoryItemCheckEdit ( ) ;
this . panel1 = new System . Windows . Forms . Panel ( ) ;
this . MenuRpt = new PEIS . View . UControl . OpMenuSimple ( ) ;
@ -156,7 +158,7 @@
this . tabPane1 . Controls . Add ( this . TbFeeItem4His ) ;
this . tabPane1 . Dock = System . Windows . Forms . DockStyle . Right ;
this . tabPane1 . Location = new System . Drawing . Point ( 6 1 7 , 0 ) ;
this . tabPane1 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tabPane1 . Margin = new System . Windows . Forms . Padding ( 4 ) ;
this . tabPane1 . Name = "tabPane1" ;
this . tabPane1 . Pages . AddRange ( new DevExpress . XtraBars . Navigation . NavigationPageBase [ ] {
this . TbFeeItem4His } ) ;
@ -176,7 +178,7 @@
this . TbFeeItem4His . Controls . Add ( this . panel3 ) ;
this . TbFeeItem4His . Image = global :: PEIS . Properties . Resources . 收 费 项 目 ;
this . TbFeeItem4His . ItemShowMode = DevExpress . XtraBars . Navigation . ItemShowMode . ImageAndText ;
this . TbFeeItem4His . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . TbFeeItem4His . Margin = new System . Windows . Forms . Padding ( 4 ) ;
this . TbFeeItem4His . Name = "TbFeeItem4His" ;
this . TbFeeItem4His . PageText = "HIS收费项目" ;
this . TbFeeItem4His . Properties . ShowMode = DevExpress . XtraBars . Navigation . ItemShowMode . ImageAndText ;
@ -446,6 +448,17 @@
this . TxtHisFeeItem . Size = new System . Drawing . Size ( 1 3 2 , 2 3 ) ;
this . TxtHisFeeItem . TabIndex = 0 ;
//
// gridColumnMatchText
//
this . gridColumnMatchText . Caption = "检验异常标识" ;
this . gridColumnMatchText . FieldName = "MatchText" ;
this . gridColumnMatchText . Name = "gridColumnMatchText" ;
this . gridColumnMatchText . OptionsColumn . AllowSort = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumnMatchText . OptionsFilter . AllowFilter = false ;
this . gridColumnMatchText . Visible = true ;
this . gridColumnMatchText . VisibleIndex = 1 ;
this . gridColumnMatchText . Width = 1 0 0 ;
//
// splitterControl1
//
this . splitterControl1 . Appearance . BackColor = System . Drawing . Color . White ;
@ -475,7 +488,7 @@
//
this . splitContainer1 . Panel2 . Controls . Add ( this . splitContainer2 ) ;
this . splitContainer1 . Size = new System . Drawing . Size ( 6 1 2 , 5 8 2 ) ;
this . splitContainer1 . SplitterDistance = 9 3 ;
this . splitContainer1 . SplitterDistance = 9 2 ;
this . splitContainer1 . SplitterWidth = 5 ;
this . splitContainer1 . TabIndex = 3 ;
//
@ -488,7 +501,7 @@
this . DgcFeeItem . RepositoryItems . AddRange ( new DevExpress . XtraEditors . Repository . RepositoryItem [ ] {
this . repositoryItemCheckEdit1 ,
this . repositoryItemMemoEdit1 } ) ;
this . DgcFeeItem . Size = new System . Drawing . Size ( 6 1 0 , 5 0 ) ;
this . DgcFeeItem . Size = new System . Drawing . Size ( 6 1 0 , 4 9 ) ;
this . DgcFeeItem . TabIndex = 1 2 1 ;
this . DgcFeeItem . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvFeeItem } ) ;
@ -753,8 +766,8 @@
this . splitContainer2 . Panel2 . Controls . Add ( this . splitter1 ) ;
this . splitContainer2 . Panel2 . Controls . Add ( this . panelControl1 ) ;
this . splitContainer2 . Panel2 . Controls . Add ( this . panel2 ) ;
this . splitContainer2 . Size = new System . Drawing . Size ( 6 1 2 , 4 8 4 ) ;
this . splitContainer2 . SplitterDistance = 1 5 0 ;
this . splitContainer2 . Size = new System . Drawing . Size ( 6 1 2 , 4 8 5 ) ;
this . splitContainer2 . SplitterDistance = 1 4 9 ;
this . splitContainer2 . SplitterWidth = 5 ;
this . splitContainer2 . TabIndex = 0 ;
//
@ -766,7 +779,7 @@
this . DgcRptItem . Name = "DgcRptItem" ;
this . DgcRptItem . RepositoryItems . AddRange ( new DevExpress . XtraEditors . Repository . RepositoryItem [ ] {
this . repositoryItemCheckEdit4 } ) ;
this . DgcRptItem . Size = new System . Drawing . Size ( 1 4 8 , 4 4 1 ) ;
this . DgcRptItem . Size = new System . Drawing . Size ( 1 4 7 , 4 4 2 ) ;
this . DgcRptItem . TabIndex = 1 2 2 ;
this . DgcRptItem . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvRptItem } ) ;
@ -787,6 +800,7 @@
this . gridColumn42 ,
this . gridColumn21 ,
this . gridColumn22 ,
this . gridColumnRptItemCode ,
this . gridColumn41 ,
this . gridColumn23 ,
this . gridColumn25 } ) ;
@ -910,6 +924,17 @@
this . gridColumn25 . VisibleIndex = 7 ;
this . gridColumn25 . Width = 4 0 ;
//
// gridColumnRptItemCode
//
this . gridColumnRptItemCode . Caption = "检验项目编码" ;
this . gridColumnRptItemCode . FieldName = "RptItemCode" ;
this . gridColumnRptItemCode . Name = "gridColumnRptItemCode" ;
this . gridColumnRptItemCode . OptionsColumn . AllowSort = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumnRptItemCode . OptionsFilter . AllowFilter = false ;
this . gridColumnRptItemCode . Visible = true ;
this . gridColumnRptItemCode . VisibleIndex = 8 ;
this . gridColumnRptItemCode . Width = 1 0 0 ;
//
// repositoryItemCheckEdit4
//
this . repositoryItemCheckEdit4 . AutoHeight = false ;
@ -923,7 +948,7 @@
this . panel1 . Dock = System . Windows . Forms . DockStyle . Top ;
this . panel1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . panel1 . Name = "panel1" ;
this . panel1 . Size = new System . Drawing . Size ( 1 4 8 , 4 1 ) ;
this . panel1 . Size = new System . Drawing . Size ( 1 4 7 , 4 1 ) ;
this . panel1 . TabIndex = 0 ;
//
// MenuRpt
@ -932,7 +957,7 @@
this . MenuRpt . Location = new System . Drawing . Point ( 7 4 , 0 ) ;
this . MenuRpt . Margin = new System . Windows . Forms . Padding ( 3 , 4 , 3 , 4 ) ;
this . MenuRpt . Name = "MenuRpt" ;
this . MenuRpt . Size = new System . Drawing . Size ( 7 4 , 4 1 ) ;
this . MenuRpt . Size = new System . Drawing . Size ( 7 3 , 4 1 ) ;
this . MenuRpt . TabIndex = 1 ;
//
// label1
@ -954,7 +979,7 @@
this . DgcSign . Name = "DgcSign" ;
this . DgcSign . RepositoryItems . AddRange ( new DevExpress . XtraEditors . Repository . RepositoryItem [ ] {
this . CmbConclusionSearch } ) ;
this . DgcSign . Size = new System . Drawing . Size ( 4 5 5 , 3 3 8 ) ;
this . DgcSign . Size = new System . Drawing . Size ( 4 5 6 , 3 3 9 ) ;
this . DgcSign . TabIndex = 1 2 3 ;
this . DgcSign . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvSign } ) ;
@ -971,6 +996,7 @@
this . DgvSign . Appearance . Row . Options . UseFont = true ;
this . DgvSign . Columns . AddRange ( new DevExpress . XtraGrid . Columns . GridColumn [ ] {
this . gridColumn9 ,
this . gridColumnMatchText ,
this . gridColumn27 ,
this . gridColumn13 ,
this . gridColumn12 ,
@ -1015,7 +1041,7 @@
this . gridColumn27 . OptionsColumn . AllowSort = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn27 . OptionsFilter . AllowFilter = false ;
this . gridColumn27 . Visible = true ;
this . gridColumn27 . VisibleIndex = 1 ;
this . gridColumn27 . VisibleIndex = 2 ;
this . gridColumn27 . Width = 1 4 0 ;
//
// CmbConclusionSearch
@ -1196,9 +1222,9 @@
// splitter1
//
this . splitter1 . Dock = System . Windows . Forms . DockStyle . Bottom ;
this . splitter1 . Location = new System . Drawing . Point ( 0 , 3 7 9 ) ;
this . splitter1 . Location = new System . Drawing . Point ( 0 , 3 8 0 ) ;
this . splitter1 . Name = "splitter1" ;
this . splitter1 . Size = new System . Drawing . Size ( 4 5 5 , 3 ) ;
this . splitter1 . Size = new System . Drawing . Size ( 4 5 6 , 3 ) ;
this . splitter1 . TabIndex = 1 2 6 ;
this . splitter1 . TabStop = false ;
//
@ -1210,9 +1236,9 @@
this . panelControl1 . Controls . Add ( this . panelSuggestion ) ;
this . panelControl1 . Controls . Add ( this . label3 ) ;
this . panelControl1 . Dock = System . Windows . Forms . DockStyle . Bottom ;
this . panelControl1 . Location = new System . Drawing . Point ( 0 , 3 8 2 ) ;
this . panelControl1 . Location = new System . Drawing . Point ( 0 , 3 8 3 ) ;
this . panelControl1 . Name = "panelControl1" ;
this . panelControl1 . Size = new System . Drawing . Size ( 4 5 5 , 1 0 0 ) ;
this . panelControl1 . Size = new System . Drawing . Size ( 4 5 6 , 1 0 0 ) ;
this . panelControl1 . TabIndex = 1 2 4 ;
//
// panelSuggestion
@ -1222,7 +1248,7 @@
this . panelSuggestion . Dock = System . Windows . Forms . DockStyle . Fill ;
this . panelSuggestion . Location = new System . Drawing . Point ( 4 4 , 0 ) ;
this . panelSuggestion . Name = "panelSuggestion" ;
this . panelSuggestion . Size = new System . Drawing . Size ( 4 1 1 , 1 0 0 ) ;
this . panelSuggestion . Size = new System . Drawing . Size ( 4 1 2 , 1 0 0 ) ;
this . panelSuggestion . TabIndex = 1 0 ;
//
// LblSuggestion
@ -1234,7 +1260,7 @@
this . LblSuggestion . Name = "LblSuggestion" ;
this . LblSuggestion . ReadOnly = true ;
this . LblSuggestion . ScrollBars = System . Windows . Forms . ScrollBars . Both ;
this . LblSuggestion . Size = new System . Drawing . Size ( 4 1 1 , 1 0 0 ) ;
this . LblSuggestion . Size = new System . Drawing . Size ( 4 1 2 , 1 0 0 ) ;
this . LblSuggestion . TabIndex = 0 ;
//
// label3
@ -1256,7 +1282,7 @@
this . panel2 . Dock = System . Windows . Forms . DockStyle . Top ;
this . panel2 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . panel2 . Name = "panel2" ;
this . panel2 . Size = new System . Drawing . Size ( 4 5 5 , 4 1 ) ;
this . panel2 . Size = new System . Drawing . Size ( 4 5 6 , 4 1 ) ;
this . panel2 . TabIndex = 1 ;
//
// MenuSign
@ -1265,7 +1291,7 @@
this . MenuSign . Location = new System . Drawing . Point ( 5 8 , 0 ) ;
this . MenuSign . Margin = new System . Windows . Forms . Padding ( 3 , 6 , 3 , 6 ) ;
this . MenuSign . Name = "MenuSign" ;
this . MenuSign . Size = new System . Drawing . Size ( 3 9 7 , 4 1 ) ;
this . MenuSign . Size = new System . Drawing . Size ( 3 9 8 , 4 1 ) ;
this . MenuSign . TabIndex = 2 ;
//
// label2
@ -1326,7 +1352,7 @@
this . Controls . Add ( this . splitContainer1 ) ;
this . Controls . Add ( this . splitterControl1 ) ;
this . Controls . Add ( this . tabPane1 ) ;
this . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . Margin = new System . Windows . Forms . Padding ( 4 ) ;
this . Name = "FeeItemForm" ;
this . Text = "收费项目" ;
( ( System . ComponentModel . ISupportInitialize ) ( this . tabPane1 ) ) . EndInit ( ) ;
@ -1416,6 +1442,7 @@
private UControl . OpMenuSimple MenuSign ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn24 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn25 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumnRptItemCode ;
private DevExpress . XtraGrid . GridControl DgcSign ;
private DevExpress . XtraGrid . Views . Grid . GridView DgvSign ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn9 ;
@ -1427,6 +1454,7 @@
private DevExpress . XtraGrid . Columns . GridColumn gridColumn15 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn16 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn26 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumnMatchText ;
private DevExpress . XtraGrid . Views . Grid . GridView gridView1 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn27 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn28 ;