home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMEXPORTDATA / TFRMEXPORTDATA.txt
Encoding:
Text File  |  2004-09-23  |  2.2 KB  |  120 lines

  1. object frmExportData: TfrmExportData
  2.   Left = 500
  3.   Top = 505
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export Data'
  6.   ClientHeight = 237
  7.   ClientWidth = 367
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 14
  23.     Width = 78
  24.     Height = 13
  25.     Caption = 'Export Filename:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 96
  30.     Width = 71
  31.     Height = 13
  32.     Caption = 'Export records:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 22
  36.     Top = 55
  37.     Width = 54
  38.     Height = 13
  39.     Caption = 'File Format:'
  40.   end
  41.   object edtFileName: TEdit
  42.     Left = 88
  43.     Top = 14
  44.     Width = 209
  45.     Height = 21
  46.     TabOrder = 0
  47.   end
  48.   object btnFindFile: TButton
  49.     Left = 305
  50.     Top = 14
  51.     Width = 57
  52.     Height = 21
  53.     Caption = 'Find File'
  54.     TabOrder = 1
  55.     OnClick = btnFindFileClick
  56.   end
  57.   object rgSelect: TwwRadioGroup
  58.     Left = 96
  59.     Top = 96
  60.     Width = 129
  61.     Height = 73
  62.     ItemIndex = 0
  63.     ShowGroupCaption = False
  64.     Items.Strings = (
  65.       'Selected Records'
  66.       'Current Folder'
  67.       'All Templates')
  68.     TabOrder = 3
  69.   end
  70.   object btnExport: TButton
  71.     Left = 88
  72.     Top = 183
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Export Data'
  76.     TabOrder = 4
  77.     OnClick = btnExportClick
  78.   end
  79.   object btnClose: TButton
  80.     Left = 208
  81.     Top = 183
  82.     Width = 75
  83.     Height = 25
  84.     Caption = 'Close'
  85.     TabOrder = 5
  86.     OnClick = btnCloseClick
  87.   end
  88.   object rgFormat: TwwRadioGroup
  89.     Left = 96
  90.     Top = 48
  91.     Width = 137
  92.     Height = 41
  93.     ItemIndex = 0
  94.     ShowGroupCaption = False
  95.     Color = clBtnFace
  96.     Items.Strings = (
  97.       'The Poster Toaster'
  98.       'Turbo Lister')
  99.     ParentColor = False
  100.     TabOrder = 2
  101.   end
  102.   object ProgressBar1: TProgressBar
  103.     Left = 0
  104.     Top = 220
  105.     Width = 367
  106.     Height = 17
  107.     Align = alBottom
  108.     Min = 0
  109.     Max = 100
  110.     TabOrder = 6
  111.   end
  112.   object OpenDialog1: TOpenDialog
  113.     DefaultExt = 'csv'
  114.     FileName = '*.csv'
  115.     Filter = 'CSV Files (*.csv)|*.csv|All Files (*.*)|*.*'
  116.     Left = 313
  117.     Top = 94
  118.   end
  119. end
  120.