home *** CD-ROM | disk | FTP | other *** search
- object ConvForm: TConvForm
- Left = 388
- Top = 158
- Width = 402
- Height = 304
- Caption = 'Conversion in Progress...'
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- Scaled = False
- TextHeight = 20
- object Gauge1: TGauge
- Left = 25
- Top = 188
- Width = 350
- Height = 24
- Color = clActiveCaption
- BackColor = clWindow
- ParentColor = False
- Progress = 0
- end
- object Label1: TLabel
- Left = 129
- Top = 8
- Width = 162
- Height = 25
- Caption = 'Converting Data...'
- Font.Color = clBlack
- Font.Height = -22
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 23
- Top = 76
- Width = 158
- Height = 22
- Caption = 'Records Processed:'
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 23
- Top = 107
- Width = 125
- Height = 22
- Caption = 'Key Violations:'
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 23
- Top = 46
- Width = 119
- Height = 22
- Caption = 'Total Records:'
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 23
- Top = 137
- Width = 177
- Height = 22
- Caption = 'Conversion Problems:'
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object ProcCount: TLabel
- Left = 213
- Top = 76
- Width = 100
- Height = 19
- AutoSize = False
- end
- object KeyCount: TLabel
- Left = 213
- Top = 107
- Width = 100
- Height = 19
- AutoSize = False
- end
- object ConvCount: TLabel
- Left = 213
- Top = 137
- Width = 100
- Height = 19
- AutoSize = False
- end
- object TotalCount: TLabel
- Left = 213
- Top = 46
- Width = 100
- Height = 19
- AutoSize = False
- end
- object BitBtn1: TBitBtn
- Left = 137
- Top = 228
- Width = 108
- Height = 31
- Caption = 'Abort'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- end
-