home *** CD-ROM | disk | FTP | other *** search
- object frmExportData: TfrmExportData
- Left = 500
- Top = 505
- BorderStyle = bsDialog
- Caption = 'Export Data'
- ClientHeight = 237
- ClientWidth = 367
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 14
- Width = 78
- Height = 13
- Caption = 'Export Filename:'
- end
- object Label2: TLabel
- Left = 8
- Top = 96
- Width = 71
- Height = 13
- Caption = 'Export records:'
- end
- object Label3: TLabel
- Left = 22
- Top = 55
- Width = 54
- Height = 13
- Caption = 'File Format:'
- end
- object edtFileName: TEdit
- Left = 88
- Top = 14
- Width = 209
- Height = 21
- TabOrder = 0
- end
- object btnFindFile: TButton
- Left = 305
- Top = 14
- Width = 57
- Height = 21
- Caption = 'Find File'
- TabOrder = 1
- OnClick = btnFindFileClick
- end
- object rgSelect: TwwRadioGroup
- Left = 96
- Top = 96
- Width = 129
- Height = 73
- ItemIndex = 0
- ShowGroupCaption = False
- Items.Strings = (
- 'Selected Records'
- 'Current Folder'
- 'All Templates')
- TabOrder = 3
- end
- object btnExport: TButton
- Left = 88
- Top = 183
- Width = 75
- Height = 25
- Caption = 'Export Data'
- TabOrder = 4
- OnClick = btnExportClick
- end
- object btnClose: TButton
- Left = 208
- Top = 183
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 5
- OnClick = btnCloseClick
- end
- object rgFormat: TwwRadioGroup
- Left = 96
- Top = 48
- Width = 137
- Height = 41
- ItemIndex = 0
- ShowGroupCaption = False
- Color = clBtnFace
- Items.Strings = (
- 'The Poster Toaster'
- 'Turbo Lister')
- ParentColor = False
- TabOrder = 2
- end
- object ProgressBar1: TProgressBar
- Left = 0
- Top = 220
- Width = 367
- Height = 17
- Align = alBottom
- Min = 0
- Max = 100
- TabOrder = 6
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'csv'
- FileName = '*.csv'
- Filter = 'CSV Files (*.csv)|*.csv|All Files (*.*)|*.*'
- Left = 313
- Top = 94
- end
- end
-