home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / TDP_FULL.ZIP / _SETUP.1 / todopro.exe / 0 / RCDATA / TFRMEXPORT / TFRMEXPORT.txt
Text File  |  1998-01-21  |  2KB  |  83 lines

  1. object frmExport: TfrmExport
  2.   Left = 223
  3.   Top = 198
  4.   BorderStyle = bsSingle
  5.   Caption = 'Export Data File'
  6.   ClientHeight = 223
  7.   ClientWidth = 290
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object BitBtn1: TBitBtn
  16.     Left = 124
  17.     Top = 192
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'Save'
  21.     TabOrder = 0
  22.     OnClick = BitBtn1Click
  23.     Kind = bkOK
  24.   end
  25.   object BitBtn2: TBitBtn
  26.     Left = 204
  27.     Top = 192
  28.     Width = 75
  29.     Height = 25
  30.     TabOrder = 1
  31.     Kind = bkCancel
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 273
  37.     Height = 177
  38.     BevelInner = bvRaised
  39.     BevelOuter = bvLowered
  40.     Caption = 'Panel1'
  41.     TabOrder = 2
  42.     object Label1: TLabel
  43.       Left = 10
  44.       Top = 33
  45.       Width = 62
  46.       Height = 13
  47.       AutoSize = False
  48.       Caption = 'Save in:'
  49.     end
  50.     object Label2: TLabel
  51.       Left = 10
  52.       Top = 12
  53.       Width = 45
  54.       Height = 13
  55.       Caption = 'Filename:'
  56.     end
  57.     object DirectoryListBox1: TDirectoryListBox
  58.       Left = 8
  59.       Top = 48
  60.       Width = 257
  61.       Height = 97
  62.       ItemHeight = 16
  63.       TabOrder = 0
  64.     end
  65.     object DriveComboBox1: TDriveComboBox
  66.       Left = 8
  67.       Top = 148
  68.       Width = 257
  69.       Height = 19
  70.       TabOrder = 1
  71.       OnChange = DriveComboBox1Change
  72.     end
  73.     object edtFilename: TEdit
  74.       Left = 60
  75.       Top = 8
  76.       Width = 205
  77.       Height = 21
  78.       TabOrder = 2
  79.       Text = 'todolist.tdp'
  80.     end
  81.   end
  82. end
  83.