@ -30,8 +30,8 @@
{
{
this . components = new System . ComponentModel . Container ( ) ;
this . components = new System . ComponentModel . Container ( ) ;
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( EnrollmentPersonForm ) ) ;
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( EnrollmentPersonForm ) ) ;
DevExpress . XtraGrid . GridFormatRule gridFormatRule1 = new DevExpress . XtraGrid . GridFormatRule ( ) ;
DevExpress . XtraGrid . GridFormatRule gridFormatRule2 = new DevExpress . XtraGrid . GridFormatRule ( ) ;
DevExpress . XtraEditors . FormatConditionRuleExpression formatConditionRuleExpression1 = new DevExpress . XtraEditors . FormatConditionRuleExpression ( ) ;
DevExpress . XtraEditors . FormatConditionRuleExpression formatConditionRuleExpression2 = new DevExpress . XtraEditors . FormatConditionRuleExpression ( ) ;
this . gridColumn52 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn52 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn118 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn118 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn123 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn123 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
@ -175,6 +175,8 @@
this . splitContainer1 = new System . Windows . Forms . SplitContainer ( ) ;
this . splitContainer1 = new System . Windows . Forms . SplitContainer ( ) ;
this . splitContainer2 = new System . Windows . Forms . SplitContainer ( ) ;
this . splitContainer2 = new System . Windows . Forms . SplitContainer ( ) ;
this . DgcEFeeItem = new DevExpress . XtraGrid . GridControl ( ) ;
this . DgcEFeeItem = new DevExpress . XtraGrid . GridControl ( ) ;
this . FeeFastMenu = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . PartOption = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . DgvEFeeItem = new DevExpress . XtraGrid . Views . Grid . GridView ( ) ;
this . DgvEFeeItem = new DevExpress . XtraGrid . Views . Grid . GridView ( ) ;
this . gridColumn28 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn28 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn21 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn21 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
@ -184,6 +186,7 @@
this . gridColumn29 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn29 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn30 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn30 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn31 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn31 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn54 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn32 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn32 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . PackAndFeeItem = new System . Windows . Forms . TabControl ( ) ;
this . PackAndFeeItem = new System . Windows . Forms . TabControl ( ) ;
this . ExamComboTab = new System . Windows . Forms . TabPage ( ) ;
this . ExamComboTab = new System . Windows . Forms . TabPage ( ) ;
@ -272,6 +275,7 @@
this . splitContainer2 . Panel2 . SuspendLayout ( ) ;
this . splitContainer2 . Panel2 . SuspendLayout ( ) ;
this . splitContainer2 . SuspendLayout ( ) ;
this . splitContainer2 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgcEFeeItem ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgcEFeeItem ) ) . BeginInit ( ) ;
this . FeeFastMenu . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgvEFeeItem ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgvEFeeItem ) ) . BeginInit ( ) ;
this . PackAndFeeItem . SuspendLayout ( ) ;
this . PackAndFeeItem . SuspendLayout ( ) ;
this . ExamComboTab . SuspendLayout ( ) ;
this . ExamComboTab . SuspendLayout ( ) ;
@ -1786,7 +1790,7 @@
//
//
this . splitContainer1 . Panel2 . Controls . Add ( this . DgcCheckCost ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . DgcCheckCost ) ;
this . splitContainer1 . Size = new System . Drawing . Size ( 1 2 0 1 , 5 4 1 ) ;
this . splitContainer1 . Size = new System . Drawing . Size ( 1 2 0 1 , 5 4 1 ) ;
this . splitContainer1 . SplitterDistance = 2 9 3 ;
this . splitContainer1 . SplitterDistance = 2 8 0 ;
this . splitContainer1 . SplitterWidth = 3 ;
this . splitContainer1 . SplitterWidth = 3 ;
this . splitContainer1 . TabIndex = 2 9 ;
this . splitContainer1 . TabIndex = 2 9 ;
//
//
@ -1807,24 +1811,40 @@
//
//
this . splitContainer2 . Panel2 . BackColor = System . Drawing . Color . White ;
this . splitContainer2 . Panel2 . BackColor = System . Drawing . Color . White ;
this . splitContainer2 . Panel2 . Controls . Add ( this . PackAndFeeItem ) ;
this . splitContainer2 . Panel2 . Controls . Add ( this . PackAndFeeItem ) ;
this . splitContainer2 . Size = new System . Drawing . Size ( 1 2 0 1 , 2 9 3 ) ;
this . splitContainer2 . Size = new System . Drawing . Size ( 1 2 0 1 , 2 8 0 ) ;
this . splitContainer2 . SplitterDistance = 5 4 7 ;
this . splitContainer2 . SplitterDistance = 5 4 7 ;
this . splitContainer2 . SplitterWidth = 3 ;
this . splitContainer2 . SplitterWidth = 3 ;
this . splitContainer2 . TabIndex = 0 ;
this . splitContainer2 . TabIndex = 0 ;
//
//
// DgcEFeeItem
// DgcEFeeItem
//
//
this . DgcEFeeItem . ContextMenuStrip = this . FeeFastMenu ;
this . DgcEFeeItem . Dock = System . Windows . Forms . DockStyle . Fill ;
this . DgcEFeeItem . Dock = System . Windows . Forms . DockStyle . Fill ;
this . DgcEFeeItem . EmbeddedNavigator . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . DgcEFeeItem . EmbeddedNavigator . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . DgcEFeeItem . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . DgcEFeeItem . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . DgcEFeeItem . MainView = this . DgvEFeeItem ;
this . DgcEFeeItem . MainView = this . DgvEFeeItem ;
this . DgcEFeeItem . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . DgcEFeeItem . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . DgcEFeeItem . Name = "DgcEFeeItem" ;
this . DgcEFeeItem . Name = "DgcEFeeItem" ;
this . DgcEFeeItem . Size = new System . Drawing . Size ( 5 4 3 , 2 8 9 ) ;
this . DgcEFeeItem . Size = new System . Drawing . Size ( 5 4 3 , 2 7 6 ) ;
this . DgcEFeeItem . TabIndex = 2 ;
this . DgcEFeeItem . TabIndex = 2 ;
this . DgcEFeeItem . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgcEFeeItem . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvEFeeItem } ) ;
this . DgvEFeeItem } ) ;
//
//
// FeeFastMenu
//
this . FeeFastMenu . ImageScalingSize = new System . Drawing . Size ( 2 0 , 2 0 ) ;
this . FeeFastMenu . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . PartOption } ) ;
this . FeeFastMenu . Name = "FeeFastMenu" ;
this . FeeFastMenu . Size = new System . Drawing . Size ( 1 2 9 , 3 0 ) ;
//
// PartOption
//
this . PartOption . Image = global :: PEIS . Properties . Resources . 个 人 信 息 _ _ 1 _ ;
this . PartOption . Name = "PartOption" ;
this . PartOption . Size = new System . Drawing . Size ( 1 2 8 , 2 6 ) ;
this . PartOption . Text = "选择部位" ;
//
// DgvEFeeItem
// DgvEFeeItem
//
//
this . DgvEFeeItem . Appearance . FooterPanel . Font = new System . Drawing . Font ( "微软雅黑" , 1 0.8F ) ;
this . DgvEFeeItem . Appearance . FooterPanel . Font = new System . Drawing . Font ( "微软雅黑" , 1 0.8F ) ;
@ -1842,6 +1862,7 @@
this . gridColumn29 ,
this . gridColumn29 ,
this . gridColumn30 ,
this . gridColumn30 ,
this . gridColumn31 ,
this . gridColumn31 ,
this . gridColumn54 ,
this . gridColumn32 } ) ;
this . gridColumn32 } ) ;
this . DgvEFeeItem . GridControl = this . DgcEFeeItem ;
this . DgvEFeeItem . GridControl = this . DgcEFeeItem ;
this . DgvEFeeItem . Name = "DgvEFeeItem" ;
this . DgvEFeeItem . Name = "DgvEFeeItem" ;
@ -1996,9 +2017,24 @@
this . gridColumn31 . OptionsColumn . ReadOnly = true ;
this . gridColumn31 . OptionsColumn . ReadOnly = true ;
this . gridColumn31 . OptionsFilter . AllowFilter = false ;
this . gridColumn31 . OptionsFilter . AllowFilter = false ;
this . gridColumn31 . Visible = true ;
this . gridColumn31 . Visible = true ;
this . gridColumn31 . VisibleIndex = 7 ;
this . gridColumn31 . VisibleIndex = 8 ;
this . gridColumn31 . Width = 4 8 ;
this . gridColumn31 . Width = 4 8 ;
//
//
// gridColumn54
//
this . gridColumn54 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . gridColumn54 . AppearanceCell . Options . UseFont = true ;
this . gridColumn54 . Caption = "部位" ;
this . gridColumn54 . FieldName = "Part" ;
this . gridColumn54 . Name = "gridColumn54" ;
this . gridColumn54 . OptionsColumn . AllowMerge = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn54 . OptionsColumn . AllowSort = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn54 . OptionsColumn . Printable = DevExpress . Utils . DefaultBoolean . False ;
this . gridColumn54 . OptionsColumn . ReadOnly = true ;
this . gridColumn54 . OptionsFilter . AllowAutoFilter = false ;
this . gridColumn54 . Visible = true ;
this . gridColumn54 . VisibleIndex = 7 ;
//
// gridColumn32
// gridColumn32
//
//
this . gridColumn32 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
this . gridColumn32 . AppearanceCell . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F ) ;
@ -2014,7 +2050,7 @@
this . gridColumn32 . OptionsColumn . ReadOnly = true ;
this . gridColumn32 . OptionsColumn . ReadOnly = true ;
this . gridColumn32 . OptionsFilter . AllowFilter = false ;
this . gridColumn32 . OptionsFilter . AllowFilter = false ;
this . gridColumn32 . Visible = true ;
this . gridColumn32 . Visible = true ;
this . gridColumn32 . VisibleIndex = 8 ;
this . gridColumn32 . VisibleIndex = 9 ;
//
//
// PackAndFeeItem
// PackAndFeeItem
//
//
@ -2026,7 +2062,7 @@
this . PackAndFeeItem . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . PackAndFeeItem . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . PackAndFeeItem . Name = "PackAndFeeItem" ;
this . PackAndFeeItem . Name = "PackAndFeeItem" ;
this . PackAndFeeItem . SelectedIndex = 0 ;
this . PackAndFeeItem . SelectedIndex = 0 ;
this . PackAndFeeItem . Size = new System . Drawing . Size ( 6 4 7 , 2 8 9 ) ;
this . PackAndFeeItem . Size = new System . Drawing . Size ( 6 4 7 , 2 7 6 ) ;
this . PackAndFeeItem . TabIndex = 1 ;
this . PackAndFeeItem . TabIndex = 1 ;
//
//
// ExamComboTab
// ExamComboTab
@ -2037,7 +2073,7 @@
this . ExamComboTab . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . ExamComboTab . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . ExamComboTab . Name = "ExamComboTab" ;
this . ExamComboTab . Name = "ExamComboTab" ;
this . ExamComboTab . Padding = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . ExamComboTab . Padding = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . ExamComboTab . Size = new System . Drawing . Size ( 6 3 9 , 2 5 9 ) ;
this . ExamComboTab . Size = new System . Drawing . Size ( 6 3 9 , 2 4 6 ) ;
this . ExamComboTab . TabIndex = 1 ;
this . ExamComboTab . TabIndex = 1 ;
this . ExamComboTab . Text = "体检套餐" ;
this . ExamComboTab . Text = "体检套餐" ;
//
//
@ -2049,7 +2085,7 @@
this . DgcPack . Name = "DgcPack" ;
this . DgcPack . Name = "DgcPack" ;
this . DgcPack . RepositoryItems . AddRange ( new DevExpress . XtraEditors . Repository . RepositoryItem [ ] {
this . DgcPack . RepositoryItems . AddRange ( new DevExpress . XtraEditors . Repository . RepositoryItem [ ] {
this . repositoryItemCheckEdit2 } ) ;
this . repositoryItemCheckEdit2 } ) ;
this . DgcPack . Size = new System . Drawing . Size ( 6 3 5 , 2 5 3 ) ;
this . DgcPack . Size = new System . Drawing . Size ( 6 3 5 , 2 4 0 ) ;
this . DgcPack . TabIndex = 1 2 2 ;
this . DgcPack . TabIndex = 1 2 2 ;
this . DgcPack . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgcPack . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvPack ,
this . DgvPack ,
@ -2213,7 +2249,7 @@
this . FeeItemTab . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . FeeItemTab . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . FeeItemTab . Name = "FeeItemTab" ;
this . FeeItemTab . Name = "FeeItemTab" ;
this . FeeItemTab . Padding = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . FeeItemTab . Padding = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . FeeItemTab . Size = new System . Drawing . Size ( 6 3 7 , 2 5 5 ) ;
this . FeeItemTab . Size = new System . Drawing . Size ( 6 3 7 , 2 4 2 ) ;
this . FeeItemTab . TabIndex = 0 ;
this . FeeItemTab . TabIndex = 0 ;
this . FeeItemTab . Text = "收费项目" ;
this . FeeItemTab . Text = "收费项目" ;
//
//
@ -2225,7 +2261,7 @@
this . DgcFeeItem . Name = "DgcFeeItem" ;
this . DgcFeeItem . Name = "DgcFeeItem" ;
this . DgcFeeItem . RepositoryItems . AddRange ( new DevExpress . XtraEditors . Repository . RepositoryItem [ ] {
this . DgcFeeItem . RepositoryItems . AddRange ( new DevExpress . XtraEditors . Repository . RepositoryItem [ ] {
this . repositoryItemCheckEdit1 } ) ;
this . repositoryItemCheckEdit1 } ) ;
this . DgcFeeItem . Size = new System . Drawing . Size ( 6 3 3 , 2 2 6 ) ;
this . DgcFeeItem . Size = new System . Drawing . Size ( 6 3 3 , 2 1 3 ) ;
this . DgcFeeItem . TabIndex = 1 2 4 ;
this . DgcFeeItem . TabIndex = 1 2 4 ;
this . DgcFeeItem . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgcFeeItem . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvFeeItem ,
this . DgvFeeItem ,
@ -2408,7 +2444,7 @@
this . CopyItemTab . Location = new System . Drawing . Point ( 4 , 2 6 ) ;
this . CopyItemTab . Location = new System . Drawing . Point ( 4 , 2 6 ) ;
this . CopyItemTab . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . CopyItemTab . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . CopyItemTab . Name = "CopyItemTab" ;
this . CopyItemTab . Name = "CopyItemTab" ;
this . CopyItemTab . Size = new System . Drawing . Size ( 6 3 7 , 2 5 5 ) ;
this . CopyItemTab . Size = new System . Drawing . Size ( 6 3 9 , 2 4 6 ) ;
this . CopyItemTab . TabIndex = 2 ;
this . CopyItemTab . TabIndex = 2 ;
this . CopyItemTab . Text = "从体检者复制项目" ;
this . CopyItemTab . Text = "从体检者复制项目" ;
this . CopyItemTab . UseVisualStyleBackColor = true ;
this . CopyItemTab . UseVisualStyleBackColor = true ;
@ -2421,7 +2457,7 @@
this . DgcCopyItem . MainView = this . DgvCopyItem ;
this . DgcCopyItem . MainView = this . DgvCopyItem ;
this . DgcCopyItem . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . DgcCopyItem . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . DgcCopyItem . Name = "DgcCopyItem" ;
this . DgcCopyItem . Name = "DgcCopyItem" ;
this . DgcCopyItem . Size = new System . Drawing . Size ( 4 9 7 , 2 2 7 ) ;
this . DgcCopyItem . Size = new System . Drawing . Size ( 4 9 9 , 2 1 8 ) ;
this . DgcCopyItem . TabIndex = 3 2 ;
this . DgcCopyItem . TabIndex = 3 2 ;
this . DgcCopyItem . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgcCopyItem . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvCopyItem } ) ;
this . DgvCopyItem } ) ;
@ -2598,7 +2634,7 @@
this . panel2 . Dock = System . Windows . Forms . DockStyle . Left ;
this . panel2 . Dock = System . Windows . Forms . DockStyle . Left ;
this . panel2 . Location = new System . Drawing . Point ( 0 , 2 8 ) ;
this . panel2 . Location = new System . Drawing . Point ( 0 , 2 8 ) ;
this . panel2 . Name = "panel2" ;
this . panel2 . Name = "panel2" ;
this . panel2 . Size = new System . Drawing . Size ( 1 4 0 , 2 2 7 ) ;
this . panel2 . Size = new System . Drawing . Size ( 1 4 0 , 2 1 8 ) ;
this . panel2 . TabIndex = 3 1 ;
this . panel2 . TabIndex = 3 1 ;
//
//
// NameSearch2
// NameSearch2
@ -2620,7 +2656,7 @@
this . DgcRegItem2 . MainView = this . DgvRegItem2 ;
this . DgcRegItem2 . MainView = this . DgvRegItem2 ;
this . DgcRegItem2 . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . DgcRegItem2 . Margin = new System . Windows . Forms . Padding ( 2 , 3 , 2 , 3 ) ;
this . DgcRegItem2 . Name = "DgcRegItem2" ;
this . DgcRegItem2 . Name = "DgcRegItem2" ;
this . DgcRegItem2 . Size = new System . Drawing . Size ( 1 4 0 , 2 2 7 ) ;
this . DgcRegItem2 . Size = new System . Drawing . Size ( 1 4 0 , 2 1 8 ) ;
this . DgcRegItem2 . TabIndex = 2 9 ;
this . DgcRegItem2 . TabIndex = 2 9 ;
this . DgcRegItem2 . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgcRegItem2 . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvRegItem2 } ) ;
this . DgvRegItem2 } ) ;
@ -2684,7 +2720,7 @@
this . CopyMenu . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . CopyMenu . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . CopyMenu . Name = "CopyMenu" ;
this . CopyMenu . Name = "CopyMenu" ;
this . CopyMenu . Padding = new System . Windows . Forms . Padding ( 2 , 2 , 0 , 2 ) ;
this . CopyMenu . Padding = new System . Windows . Forms . Padding ( 2 , 2 , 0 , 2 ) ;
this . CopyMenu . Size = new System . Drawing . Size ( 6 3 7 , 2 8 ) ;
this . CopyMenu . Size = new System . Drawing . Size ( 6 3 9 , 2 8 ) ;
this . CopyMenu . TabIndex = 2 4 ;
this . CopyMenu . TabIndex = 2 4 ;
this . CopyMenu . Text = "menuStrip1" ;
this . CopyMenu . Text = "menuStrip1" ;
//
//
@ -2704,7 +2740,7 @@
this . DgcCheckCost . Name = "DgcCheckCost" ;
this . DgcCheckCost . Name = "DgcCheckCost" ;
this . DgcCheckCost . RepositoryItems . AddRange ( new DevExpress . XtraEditors . Repository . RepositoryItem [ ] {
this . DgcCheckCost . RepositoryItems . AddRange ( new DevExpress . XtraEditors . Repository . RepositoryItem [ ] {
this . repositoryItemMemoEdit3 } ) ;
this . repositoryItemMemoEdit3 } ) ;
this . DgcCheckCost . Size = new System . Drawing . Size ( 1 1 9 7 , 2 4 1 ) ;
this . DgcCheckCost . Size = new System . Drawing . Size ( 1 1 9 7 , 2 5 4 ) ;
this . DgcCheckCost . TabIndex = 1 4 5 ;
this . DgcCheckCost . TabIndex = 1 4 5 ;
this . DgcCheckCost . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgcCheckCost . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvCheckCost } ) ;
this . DgvCheckCost } ) ;
@ -2737,15 +2773,15 @@
this . gridColumn53 ,
this . gridColumn53 ,
this . gridColumn52 } ) ;
this . gridColumn52 } ) ;
this . DgvCheckCost . FixedLineWidth = 1 ;
this . DgvCheckCost . FixedLineWidth = 1 ;
gridFormatRule1 . ApplyToRow = true ;
gridFormatRule2 . ApplyToRow = true ;
gridFormatRule1 . Column = this . gridColumn52 ;
gridFormatRule2 . Column = this . gridColumn52 ;
gridFormatRule1 . Name = "Format0" ;
gridFormatRule2 . Name = "Format0" ;
formatConditionRuleExpression1 . Appearance . ForeColor = System . Drawing . Color . Gray ;
formatConditionRuleExpression2 . Appearance . ForeColor = System . Drawing . Color . Gray ;
formatConditionRuleExpression1 . Appearance . Options . UseForeColor = true ;
formatConditionRuleExpression2 . Appearance . Options . UseForeColor = true ;
formatConditionRuleExpression1 . Expression = "[CancelTime] Is Not Null" ;
formatConditionRuleExpression2 . Expression = "[CancelTime] Is Not Null" ;
formatConditionRuleExpression1 . PredefinedName = "Strikeout Text" ;
formatConditionRuleExpression2 . PredefinedName = "Strikeout Text" ;
gridFormatRule1 . Rule = formatConditionRuleExpression1 ;
gridFormatRule2 . Rule = formatConditionRuleExpression2 ;
this . DgvCheckCost . FormatRules . Add ( gridFormatRule1 ) ;
this . DgvCheckCost . FormatRules . Add ( gridFormatRule2 ) ;
this . DgvCheckCost . GridControl = this . DgcCheckCost ;
this . DgvCheckCost . GridControl = this . DgcCheckCost ;
this . DgvCheckCost . IndicatorWidth = 4 0 ;
this . DgvCheckCost . IndicatorWidth = 4 0 ;
this . DgvCheckCost . Name = "DgvCheckCost" ;
this . DgvCheckCost . Name = "DgvCheckCost" ;
@ -2840,6 +2876,7 @@
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainer2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainer2 ) ) . EndInit ( ) ;
this . splitContainer2 . ResumeLayout ( false ) ;
this . splitContainer2 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgcEFeeItem ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgcEFeeItem ) ) . EndInit ( ) ;
this . FeeFastMenu . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgvEFeeItem ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgvEFeeItem ) ) . EndInit ( ) ;
this . PackAndFeeItem . ResumeLayout ( false ) ;
this . PackAndFeeItem . ResumeLayout ( false ) ;
this . ExamComboTab . ResumeLayout ( false ) ;
this . ExamComboTab . ResumeLayout ( false ) ;
@ -3075,5 +3112,8 @@
private DevExpress . XtraGrid . Columns . GridColumn gridColumn47 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn47 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn48 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn48 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn49 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn49 ;
private DevExpress . XtraGrid . Columns . GridColumn gridColumn54 ;
private System . Windows . Forms . ContextMenuStrip FeeFastMenu ;
private System . Windows . Forms . ToolStripMenuItem PartOption ;
}
}
}
}