@ -28,11 +28,12 @@
/// </summary>
private void InitializeComponent ( )
{
this . components = new System . ComponentModel . Container ( ) ;
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( EnrollmentOrgForm ) ) ;
DevExpress . XtraGrid . GridFormatRule gridFormatRule3 = new DevExpress . XtraGrid . GridFormatRule ( ) ;
DevExpress . XtraEditors . FormatConditionRuleExpression formatConditionRuleExpression3 = new DevExpress . XtraEditors . FormatConditionRuleExpression ( ) ;
DevExpress . XtraGrid . GridFormatRule gridFormatRule1 = new DevExpress . XtraGrid . GridFormatRule ( ) ;
DevExpress . XtraEditors . FormatConditionRuleExpression formatConditionRuleExpression1 = new DevExpress . XtraEditors . FormatConditionRuleExpression ( ) ;
DevExpress . XtraGrid . GridFormatRule gridFormatRule2 = new DevExpress . XtraGrid . GridFormatRule ( ) ;
DevExpress . XtraEditors . FormatConditionRuleExpression formatConditionRuleExpression2 = new DevExpress . XtraEditors . FormatConditionRuleExpression ( ) ;
this . gridColumn99 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . gridColumn102 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . repositoryItemMemoEdit21 = new DevExpress . XtraEditors . Repository . RepositoryItemMemoEdit ( ) ;
@ -67,7 +68,7 @@
this . xtraTabControl1 = new DevExpress . XtraTab . XtraTabControl ( ) ;
this . xtraTabPage1 = new DevExpress . XtraTab . XtraTabPage ( ) ;
this . DgcGroupPatient = new DevExpress . XtraGrid . GridControl ( ) ;
this . contextMenuStrip1 = new System . Windows . Forms . ContextMenuStrip ( ) ;
this . contextMenuStrip1 = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . FastGroupMove = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . DgvGroupPatient = new DevExpress . XtraGrid . Views . Grid . GridView ( ) ;
this . gridColumn32 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
@ -201,7 +202,7 @@
this . xtraTabControl4 = new DevExpress . XtraTab . XtraTabControl ( ) ;
this . xtraTabPage4 = new DevExpress . XtraTab . XtraTabPage ( ) ;
this . DgcCheckCost2 = new DevExpress . XtraGrid . GridControl ( ) ;
this . PersonCostFastMenu = new System . Windows . Forms . ContextMenuStrip ( ) ;
this . PersonCostFastMenu = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . PFastCharge = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . PFastAllCharge = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . PFastDeleteCost = new System . Windows . Forms . ToolStripMenuItem ( ) ;
@ -232,7 +233,7 @@
this . xtraTabControl3 = new DevExpress . XtraTab . XtraTabControl ( ) ;
this . xtraTabPage2 = new DevExpress . XtraTab . XtraTabPage ( ) ;
this . DgcCheckCost = new DevExpress . XtraGrid . GridControl ( ) ;
this . TeamCostFastMenu = new System . Windows . Forms . ContextMenuStrip ( ) ;
this . TeamCostFastMenu = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . TFastCharge = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . TFastAllCharge = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . TFastDeleteCost = new System . Windows . Forms . ToolStripMenuItem ( ) ;
@ -323,7 +324,7 @@
this . splitterControl1 = new DevExpress . XtraEditors . SplitterControl ( ) ;
this . panel11 = new System . Windows . Forms . Panel ( ) ;
this . DgcEnrollment = new DevExpress . XtraGrid . GridControl ( ) ;
this . InfoFastMenu = new System . Windows . Forms . ContextMenuStrip ( ) ;
this . InfoFastMenu = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . FastCamera = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . FastDelete = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . FastExport = new System . Windows . Forms . ToolStripMenuItem ( ) ;
@ -2975,15 +2976,15 @@
this . gridColumn100 ,
this . gridColumn99 } ) ;
this . DgvCheckCost2 . FixedLineWidth = 1 ;
gridFormatRule1 . ApplyToRow = true ;
gridFormatRule1 . Column = this . gridColumn99 ;
gridFormatRule1 . Name = "Format0" ;
formatConditionRuleExpression1 . Appearance . ForeColor = System . Drawing . Color . Gray ;
formatConditionRuleExpression1 . Appearance . Options . UseForeColor = true ;
formatConditionRuleExpression1 . Expression = "[CancelTime] Is Not Null" ;
formatConditionRuleExpression1 . PredefinedName = "Strikeout Text" ;
gridFormatRule1 . Rule = formatConditionRuleExpression1 ;
this . DgvCheckCost2 . FormatRules . Add ( gridFormatRule1 ) ;
gridFormatRule3 . ApplyToRow = true ;
gridFormatRule3 . Column = this . gridColumn99 ;
gridFormatRule3 . Name = "Format0" ;
formatConditionRuleExpression3 . Appearance . ForeColor = System . Drawing . Color . Gray ;
formatConditionRuleExpression3 . Appearance . Options . UseForeColor = true ;
formatConditionRuleExpression3 . Expression = "[CancelTime] Is Not Null" ;
formatConditionRuleExpression3 . PredefinedName = "Strikeout Text" ;
gridFormatRule3 . Rule = formatConditionRuleExpression3 ;
this . DgvCheckCost2 . FormatRules . Add ( gridFormatRule3 ) ;
this . DgvCheckCost2 . GridControl = this . DgcCheckCost2 ;
this . DgvCheckCost2 . GroupFormat = "{0}" ;
this . DgvCheckCost2 . IndicatorWidth = 4 0 ;
@ -3421,15 +3422,15 @@
this . gridColumn101 ,
this . gridColumn102 } ) ;
this . DgvCheckCost . FixedLineWidth = 1 ;
gridFormatRule2 . ApplyToRow = true ;
gridFormatRule2 . Column = this . gridColumn102 ;
gridFormatRule2 . Name = "Format0" ;
formatConditionRuleExpression2 . Appearance . ForeColor = System . Drawing . Color . Gray ;
formatConditionRuleExpression2 . Appearance . Options . UseForeColor = true ;
formatConditionRuleExpression2 . Expression = "[CancelTime] Is Not Null" ;
formatConditionRuleExpression2 . PredefinedName = "Strikeout Text" ;
gridFormatRule2 . Rule = formatConditionRuleExpression2 ;
this . DgvCheckCost . FormatRules . Add ( gridFormatRule2 ) ;
gridFormatRule1 . ApplyToRow = true ;
gridFormatRule1 . Column = this . gridColumn102 ;
gridFormatRule1 . Name = "Format0" ;
formatConditionRuleExpression1 . Appearance . ForeColor = System . Drawing . Color . Gray ;
formatConditionRuleExpression1 . Appearance . Options . UseForeColor = true ;
formatConditionRuleExpression1 . Expression = "[CancelTime] Is Not Null" ;
formatConditionRuleExpression1 . PredefinedName = "Strikeout Text" ;
gridFormatRule1 . Rule = formatConditionRuleExpression1 ;
this . DgvCheckCost . FormatRules . Add ( gridFormatRule1 ) ;
this . DgvCheckCost . GridControl = this . DgcCheckCost ;
this . DgvCheckCost . GroupCount = 1 ;
this . DgvCheckCost . GroupFormat = "" ;