@ -55,27 +55,27 @@ namespace ExportDataToFile
this . txtSourcePWD = new System . Windows . Forms . TextBox ( ) ;
this . txtSourcePWD = new System . Windows . Forms . TextBox ( ) ;
this . label5 = new System . Windows . Forms . Label ( ) ;
this . label5 = new System . Windows . Forms . Label ( ) ;
this . dgvExportList = new System . Windows . Forms . DataGridView ( ) ;
this . dgvExportList = new System . Windows . Forms . DataGridView ( ) ;
this . clExport = new System . Windows . Forms . DataGridViewCheckBoxColumn ( ) ;
this . clCancel = new System . Windows . Forms . DataGridViewButtonColumn ( ) ;
this . clSourceTable = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clTargetTable = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clTableDel = new System . Windows . Forms . DataGridViewCheckBoxColumn ( ) ;
this . clDataTrim = new System . Windows . Forms . DataGridViewCheckBoxColumn ( ) ;
this . clMaxRecord = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clWhere = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clMappingData = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . label11 = new System . Windows . Forms . Label ( ) ;
this . label11 = new System . Windows . Forms . Label ( ) ;
this . dgvColumnMapping = new System . Windows . Forms . DataGridView ( ) ;
this . dgvColumnMapping = new System . Windows . Forms . DataGridView ( ) ;
this . clExpColumn = new System . Windows . Forms . DataGridViewCheckBoxColumn ( ) ;
this . clClean = new System . Windows . Forms . DataGridViewButtonColumn ( ) ;
this . clSourceColumn = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clTargetColumn = new System . Windows . Forms . DataGridViewComboBoxColumn ( ) ;
this . txtWhere = new System . Windows . Forms . TextBox ( ) ;
this . txtWhere = new System . Windows . Forms . TextBox ( ) ;
this . label13 = new System . Windows . Forms . Label ( ) ;
this . label13 = new System . Windows . Forms . Label ( ) ;
this . label14 = new System . Windows . Forms . Label ( ) ;
this . label14 = new System . Windows . Forms . Label ( ) ;
this . cbTargetTable = new System . Windows . Forms . ComboBox ( ) ;
this . cbTargetTable = new System . Windows . Forms . ComboBox ( ) ;
this . btnMapping = new System . Windows . Forms . Button ( ) ;
this . btnMapping = new System . Windows . Forms . Button ( ) ;
this . sfPath = new System . Windows . Forms . SaveFileDialog ( ) ;
this . sfPath = new System . Windows . Forms . SaveFileDialog ( ) ;
this . clExpColumn = new System . Windows . Forms . DataGridViewCheckBoxColumn ( ) ;
this . clClean = new System . Windows . Forms . DataGridViewButtonColumn ( ) ;
this . clSourceColumn = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clType = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clTargetColumn = new System . Windows . Forms . DataGridViewComboBoxColumn ( ) ;
this . clExport = new System . Windows . Forms . DataGridViewCheckBoxColumn ( ) ;
this . clCancel = new System . Windows . Forms . DataGridViewButtonColumn ( ) ;
this . clSourceTable = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clTargetTable = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clTableDel = new System . Windows . Forms . DataGridViewCheckBoxColumn ( ) ;
this . clMaxRecord = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clWhere = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clMappingData = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvExportList ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvExportList ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvColumnMapping ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvColumnMapping ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
@ -247,6 +247,7 @@ namespace ExportDataToFile
// btnExport
// btnExport
//
//
this . btnExport . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . btnExport . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . btnExport . Enabled = false ;
this . btnExport . Location = new System . Drawing . Point ( 1 6 4 9 , 8 5 ) ;
this . btnExport . Location = new System . Drawing . Point ( 1 6 4 9 , 8 5 ) ;
this . btnExport . Name = "btnExport" ;
this . btnExport . Name = "btnExport" ;
this . btnExport . Size = new System . Drawing . Size ( 1 3 5 , 3 0 ) ;
this . btnExport . Size = new System . Drawing . Size ( 1 3 5 , 3 0 ) ;
@ -259,7 +260,7 @@ namespace ExportDataToFile
//
//
this . label12 . AutoSize = true ;
this . label12 . AutoSize = true ;
this . label12 . ForeColor = System . Drawing . SystemColors . ControlLight ;
this . label12 . ForeColor = System . Drawing . SystemColors . ControlLight ;
this . label12 . Location = new System . Drawing . Point ( 1 2 9 3 , 1 5 7 ) ;
this . label12 . Location = new System . Drawing . Point ( 1 2 2 4 , 1 5 7 ) ;
this . label12 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label12 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label12 . Name = "label12" ;
this . label12 . Name = "label12" ;
this . label12 . Size = new System . Drawing . Size ( 7 3 , 2 0 ) ;
this . label12 . Size = new System . Drawing . Size ( 7 3 , 2 0 ) ;
@ -343,87 +344,18 @@ namespace ExportDataToFile
this . clSourceTable ,
this . clSourceTable ,
this . clTargetTable ,
this . clTargetTable ,
this . clTableDel ,
this . clTableDel ,
this . clDataTrim ,
this . clMaxRecord ,
this . clMaxRecord ,
this . clWhere ,
this . clWhere ,
this . clMappingData } ) ;
this . clMappingData } ) ;
this . dgvExportList . Location = new System . Drawing . Point ( 1 8 , 1 2 5 ) ;
this . dgvExportList . Location = new System . Drawing . Point ( 1 8 , 1 2 5 ) ;
this . dgvExportList . Name = "dgvExportList" ;
this . dgvExportList . Name = "dgvExportList" ;
this . dgvExportList . RowTemplate . Height = 2 5 ;
this . dgvExportList . RowTemplate . Height = 2 5 ;
this . dgvExportList . Size = new System . Drawing . Size ( 1 2 5 7 , 9 2 4 ) ;
this . dgvExportList . Size = new System . Drawing . Size ( 1 2 0 4 , 9 2 4 ) ;
this . dgvExportList . TabIndex = 4 4 ;
this . dgvExportList . TabIndex = 4 4 ;
this . dgvExportList . CellClick + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dgvExportList_CellClick ) ;
this . dgvExportList . CellClick + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dgvExportList_CellClick ) ;
this . dgvExportList . CellContentClick + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dgvExportList_CellContentClick ) ;
this . dgvExportList . CellContentClick + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dgvExportList_CellContentClick ) ;
this . dgvExportList . CellEndEdit + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dgvExportList_CellEndEdit ) ;
this . dgvExportList . CellEndEdit + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dgvExportList_CellEndEdit ) ;
//
//
// clExport
//
this . clExport . FalseValue = "false" ;
this . clExport . Frozen = true ;
this . clExport . HeaderText = "匯出" ;
this . clExport . IndeterminateValue = "false" ;
this . clExport . Name = "clExport" ;
this . clExport . ReadOnly = true ;
this . clExport . TrueValue = "true" ;
this . clExport . Width = 5 5 ;
//
// clCancel
//
this . clCancel . Frozen = true ;
this . clCancel . HeaderText = "清除" ;
this . clCancel . Name = "clCancel" ;
this . clCancel . Text = "Clean" ;
this . clCancel . Width = 5 5 ;
//
// clSourceTable
//
this . clSourceTable . DataPropertyName = "TableName" ;
this . clSourceTable . Frozen = true ;
this . clSourceTable . HeaderText = "來源資料表名稱" ;
this . clSourceTable . Name = "clSourceTable" ;
this . clSourceTable . ReadOnly = true ;
this . clSourceTable . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
this . clSourceTable . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . clSourceTable . Width = 2 5 0 ;
//
// clTargetTable
//
this . clTargetTable . HeaderText = "目標資料表名稱" ;
this . clTargetTable . Name = "clTargetTable" ;
this . clTargetTable . ReadOnly = true ;
this . clTargetTable . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
this . clTargetTable . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . clTargetTable . Width = 2 5 0 ;
//
// clTableDel
//
this . clTableDel . HeaderText = "清除目標資料表內容" ;
this . clTableDel . Name = "clTableDel" ;
this . clTableDel . Width = 1 8 0 ;
//
// clDataTrim
//
this . clDataTrim . HeaderText = "清除尾段空白" ;
this . clDataTrim . Name = "clDataTrim" ;
this . clDataTrim . Width = 1 2 0 ;
//
// clMaxRecord
//
this . clMaxRecord . HeaderText = "檔案匯出上限筆數" ;
this . clMaxRecord . Name = "clMaxRecord" ;
this . clMaxRecord . Width = 1 8 0 ;
//
// clWhere
//
this . clWhere . HeaderText = "過濾條件" ;
this . clWhere . Name = "clWhere" ;
this . clWhere . Width = 2 0 0 ;
//
// clMappingData
//
this . clMappingData . HeaderText = "欄位對應" ;
this . clMappingData . Name = "clMappingData" ;
//
// label11
// label11
//
//
this . label11 . AutoSize = true ;
this . label11 . AutoSize = true ;
@ -447,62 +379,32 @@ namespace ExportDataToFile
this . clExpColumn ,
this . clExpColumn ,
this . clClean ,
this . clClean ,
this . clSourceColumn ,
this . clSourceColumn ,
this . clType ,
this . clTargetColumn } ) ;
this . clTargetColumn } ) ;
this . dgvColumnMapping . Location = new System . Drawing . Point ( 1 2 9 7 , 1 8 0 ) ;
this . dgvColumnMapping . Location = new System . Drawing . Point ( 1 2 2 8 , 1 8 0 ) ;
this . dgvColumnMapping . Name = "dgvColumnMapping" ;
this . dgvColumnMapping . Name = "dgvColumnMapping" ;
this . dgvColumnMapping . RowTemplate . Height = 2 5 ;
this . dgvColumnMapping . RowTemplate . Height = 2 5 ;
this . dgvColumnMapping . Size = new System . Drawing . Size ( 4 8 7 , 3 4 2 ) ;
this . dgvColumnMapping . Size = new System . Drawing . Size ( 5 5 6 , 3 4 2 ) ;
this . dgvColumnMapping . TabIndex = 4 5 ;
this . dgvColumnMapping . TabIndex = 4 5 ;
this . dgvColumnMapping . CellContentClick + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dgvColumnMapping_CellContentClick ) ;
this . dgvColumnMapping . CellContentClick + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dgvColumnMapping_CellContentClick ) ;
this . dgvColumnMapping . CellEndEdit + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dgvColumnMapping_CellEndEdit ) ;
this . dgvColumnMapping . CellEndEdit + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dgvColumnMapping_CellEndEdit ) ;
//
//
// clExpColumn
//
this . clExpColumn . HeaderText = "匯出" ;
this . clExpColumn . Name = "clExpColumn" ;
this . clExpColumn . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
this . clExpColumn . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . Automatic ;
this . clExpColumn . Width = 6 5 ;
//
// clClean
//
this . clClean . HeaderText = "清除" ;
this . clClean . Name = "clClean" ;
this . clClean . Width = 5 0 ;
//
// clSourceColumn
//
this . clSourceColumn . DataPropertyName = "COLUMN_NAME" ;
this . clSourceColumn . HeaderText = "來源欄位" ;
this . clSourceColumn . Name = "clSourceColumn" ;
this . clSourceColumn . ReadOnly = true ;
this . clSourceColumn . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
this . clSourceColumn . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . clSourceColumn . Width = 2 0 0 ;
//
// clTargetColumn
//
this . clTargetColumn . HeaderText = "目標欄位" ;
this . clTargetColumn . Name = "clTargetColumn" ;
this . clTargetColumn . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
this . clTargetColumn . Width = 2 0 0 ;
//
// txtWhere
// txtWhere
//
//
this . txtWhere . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
this . txtWhere . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . txtWhere . Location = new System . Drawing . Point ( 1 2 9 7 , 5 5 6 ) ;
this . txtWhere . Location = new System . Drawing . Point ( 1 2 2 8 , 5 5 6 ) ;
this . txtWhere . Multiline = true ;
this . txtWhere . Multiline = true ;
this . txtWhere . Name = "txtWhere" ;
this . txtWhere . Name = "txtWhere" ;
this . txtWhere . Size = new System . Drawing . Size ( 4 8 7 , 4 5 7 ) ;
this . txtWhere . Size = new System . Drawing . Size ( 5 5 6 , 4 5 7 ) ;
this . txtWhere . TabIndex = 4 7 ;
this . txtWhere . TabIndex = 4 7 ;
//
//
// label13
// label13
//
//
this . label13 . AutoSize = true ;
this . label13 . AutoSize = true ;
this . label13 . ForeColor = System . Drawing . SystemColors . ControlLight ;
this . label13 . ForeColor = System . Drawing . SystemColors . ControlLight ;
this . label13 . Location = new System . Drawing . Point ( 1 2 9 7 , 5 3 3 ) ;
this . label13 . Location = new System . Drawing . Point ( 1 2 2 8 , 5 3 3 ) ;
this . label13 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label13 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label13 . Name = "label13" ;
this . label13 . Name = "label13" ;
this . label13 . Size = new System . Drawing . Size ( 7 3 , 2 0 ) ;
this . label13 . Size = new System . Drawing . Size ( 7 3 , 2 0 ) ;
@ -513,7 +415,7 @@ namespace ExportDataToFile
//
//
this . label14 . AutoSize = true ;
this . label14 . AutoSize = true ;
this . label14 . ForeColor = System . Drawing . SystemColors . ControlLight ;
this . label14 . ForeColor = System . Drawing . SystemColors . ControlLight ;
this . label14 . Location = new System . Drawing . Point ( 1 2 9 3 , 1 2 5 ) ;
this . label14 . Location = new System . Drawing . Point ( 1 2 2 4 , 1 2 5 ) ;
this . label14 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label14 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label14 . Name = "label14" ;
this . label14 . Name = "label14" ;
this . label14 . Size = new System . Drawing . Size ( 8 9 , 2 0 ) ;
this . label14 . Size = new System . Drawing . Size ( 8 9 , 2 0 ) ;
@ -527,9 +429,9 @@ namespace ExportDataToFile
this . cbTargetTable . DisplayMember = "TableName" ;
this . cbTargetTable . DisplayMember = "TableName" ;
this . cbTargetTable . Enabled = false ;
this . cbTargetTable . Enabled = false ;
this . cbTargetTable . FormattingEnabled = true ;
this . cbTargetTable . FormattingEnabled = true ;
this . cbTargetTable . Location = new System . Drawing . Point ( 1 3 8 9 , 1 2 2 ) ;
this . cbTargetTable . Location = new System . Drawing . Point ( 1 3 2 0 , 1 2 2 ) ;
this . cbTargetTable . Name = "cbTargetTable" ;
this . cbTargetTable . Name = "cbTargetTable" ;
this . cbTargetTable . Size = new System . Drawing . Size ( 3 9 5 , 2 8 ) ;
this . cbTargetTable . Size = new System . Drawing . Size ( 4 6 4 , 2 8 ) ;
this . cbTargetTable . TabIndex = 4 9 ;
this . cbTargetTable . TabIndex = 4 9 ;
this . cbTargetTable . ValueMember = "TableName" ;
this . cbTargetTable . ValueMember = "TableName" ;
this . cbTargetTable . SelectedIndexChanged + = new System . EventHandler ( this . cbTargetTable_SelectedIndexChanged ) ;
this . cbTargetTable . SelectedIndexChanged + = new System . EventHandler ( this . cbTargetTable_SelectedIndexChanged ) ;
@ -545,6 +447,108 @@ namespace ExportDataToFile
this . btnMapping . UseVisualStyleBackColor = true ;
this . btnMapping . UseVisualStyleBackColor = true ;
this . btnMapping . Click + = new System . EventHandler ( this . btnMapping_Click ) ;
this . btnMapping . Click + = new System . EventHandler ( this . btnMapping_Click ) ;
//
//
// clExpColumn
//
this . clExpColumn . HeaderText = "匯出" ;
this . clExpColumn . Name = "clExpColumn" ;
this . clExpColumn . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
this . clExpColumn . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . Automatic ;
this . clExpColumn . Width = 6 5 ;
//
// clClean
//
this . clClean . HeaderText = "清除" ;
this . clClean . Name = "clClean" ;
this . clClean . Width = 5 0 ;
//
// clSourceColumn
//
this . clSourceColumn . DataPropertyName = "COLUMN_NAME" ;
this . clSourceColumn . HeaderText = "來源欄位" ;
this . clSourceColumn . Name = "clSourceColumn" ;
this . clSourceColumn . ReadOnly = true ;
this . clSourceColumn . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
this . clSourceColumn . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . clSourceColumn . Width = 2 0 0 ;
//
// clType
//
this . clType . DataPropertyName = "DATA_TYPE" ;
this . clType . HeaderText = "型態" ;
this . clType . Name = "clType" ;
this . clType . Width = 8 0 ;
//
// clTargetColumn
//
this . clTargetColumn . HeaderText = "目標欄位" ;
this . clTargetColumn . Name = "clTargetColumn" ;
this . clTargetColumn . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
this . clTargetColumn . Width = 2 0 0 ;
//
// clExport
//
this . clExport . FalseValue = "false" ;
this . clExport . Frozen = true ;
this . clExport . HeaderText = "匯出" ;
this . clExport . IndeterminateValue = "false" ;
this . clExport . Name = "clExport" ;
this . clExport . ReadOnly = true ;
this . clExport . TrueValue = "true" ;
this . clExport . Width = 5 5 ;
//
// clCancel
//
this . clCancel . Frozen = true ;
this . clCancel . HeaderText = "清除" ;
this . clCancel . Name = "clCancel" ;
this . clCancel . Text = "Clean" ;
this . clCancel . Width = 5 5 ;
//
// clSourceTable
//
this . clSourceTable . DataPropertyName = "TableName" ;
this . clSourceTable . Frozen = true ;
this . clSourceTable . HeaderText = "來源資料表名稱" ;
this . clSourceTable . Name = "clSourceTable" ;
this . clSourceTable . ReadOnly = true ;
this . clSourceTable . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
this . clSourceTable . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . clSourceTable . Width = 3 0 0 ;
//
// clTargetTable
//
this . clTargetTable . HeaderText = "目標資料表名稱" ;
this . clTargetTable . Name = "clTargetTable" ;
this . clTargetTable . ReadOnly = true ;
this . clTargetTable . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
this . clTargetTable . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . clTargetTable . Width = 3 0 0 ;
//
// clTableDel
//
this . clTableDel . HeaderText = "清除目標資料表內容" ;
this . clTableDel . Name = "clTableDel" ;
this . clTableDel . Width = 1 8 0 ;
//
// clMaxRecord
//
this . clMaxRecord . HeaderText = "檔案匯出上限筆數" ;
this . clMaxRecord . Name = "clMaxRecord" ;
this . clMaxRecord . Width = 1 6 0 ;
//
// clWhere
//
this . clWhere . HeaderText = "過濾條件" ;
this . clWhere . Name = "clWhere" ;
this . clWhere . Visible = false ;
this . clWhere . Width = 2 0 0 ;
//
// clMappingData
//
this . clMappingData . HeaderText = "欄位對應" ;
this . clMappingData . Name = "clMappingData" ;
this . clMappingData . Visible = false ;
//
// Form1
// Form1
//
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 1 0F , 2 0F ) ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 1 0F , 2 0F ) ;
@ -631,21 +635,21 @@ namespace ExportDataToFile
private System . Windows . Forms . Label label13 ;
private System . Windows . Forms . Label label13 ;
private System . Windows . Forms . Label label14 ;
private System . Windows . Forms . Label label14 ;
private System . Windows . Forms . ComboBox cbTargetTable ;
private System . Windows . Forms . ComboBox cbTargetTable ;
private System . Windows . Forms . Button btnMapping ;
private System . Windows . Forms . SaveFileDialog sfPath ;
private System . Windows . Forms . DataGridViewCheckBoxColumn clExpColumn ;
private System . Windows . Forms . DataGridViewCheckBoxColumn clExpColumn ;
private System . Windows . Forms . DataGridViewButtonColumn clClean ;
private System . Windows . Forms . DataGridViewButtonColumn clClean ;
private System . Windows . Forms . DataGridViewTextBoxColumn clSourceColumn ;
private System . Windows . Forms . DataGridViewTextBoxColumn clSourceColumn ;
private System . Windows . Forms . DataGridViewTextBoxColumn clType ;
private System . Windows . Forms . DataGridViewComboBoxColumn clTargetColumn ;
private System . Windows . Forms . DataGridViewComboBoxColumn clTargetColumn ;
private System . Windows . Forms . Button btnMapping ;
private System . Windows . Forms . DataGridViewCheckBoxColumn clExport ;
private System . Windows . Forms . DataGridViewCheckBoxColumn clExport ;
private System . Windows . Forms . DataGridViewButtonColumn clCancel ;
private System . Windows . Forms . DataGridViewButtonColumn clCancel ;
private System . Windows . Forms . DataGridViewTextBoxColumn clSourceTable ;
private System . Windows . Forms . DataGridViewTextBoxColumn clSourceTable ;
private System . Windows . Forms . DataGridViewTextBoxColumn clTargetTable ;
private System . Windows . Forms . DataGridViewTextBoxColumn clTargetTable ;
private System . Windows . Forms . DataGridViewCheckBoxColumn clTableDel ;
private System . Windows . Forms . DataGridViewCheckBoxColumn clTableDel ;
private System . Windows . Forms . DataGridViewCheckBoxColumn clDataTrim ;
private System . Windows . Forms . DataGridViewTextBoxColumn clMaxRecord ;
private System . Windows . Forms . DataGridViewTextBoxColumn clMaxRecord ;
private System . Windows . Forms . DataGridViewTextBoxColumn clWhere ;
private System . Windows . Forms . DataGridViewTextBoxColumn clWhere ;
private System . Windows . Forms . DataGridViewTextBoxColumn clMappingData ;
private System . Windows . Forms . DataGridViewTextBoxColumn clMappingData ;
private System . Windows . Forms . SaveFileDialog sfPath ;
}
}
}
}