home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9INET / ICALV20.ZIP / _SETUP.1 / Ical.exe / 0 / RCDATA / TDIRFORM / TDIRFORM.txt
Text File  |  1998-05-12  |  2KB  |  86 lines

  1. object DirForm: TDirForm
  2.   Left = 322
  3.   Top = 207
  4.   BorderStyle = bsDialog
  5.   Caption = 'Change Directory'
  6.   ClientHeight = 140
  7.   ClientWidth = 385
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object DirectoryListBox1: TDirectoryListBox
  18.     Left = 9
  19.     Top = 10
  20.     Width = 270
  21.     Height = 96
  22.     Font.Charset = ANSI_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ItemHeight = 16
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     OnChange = DirListBoxChange
  31.   end
  32.   object Ok_Button: TButton
  33.     Left = 289
  34.     Top = 10
  35.     Width = 86
  36.     Height = 24
  37.     Caption = 'OK'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'Arial'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     TabOrder = 1
  45.     OnClick = Ok_ButtonClick
  46.   end
  47.   object Cancel: TButton
  48.     Left = 289
  49.     Top = 39
  50.     Width = 86
  51.     Height = 24
  52.     Caption = 'Cancel'
  53.     Font.Charset = ANSI_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'Arial'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     TabOrder = 2
  60.     OnClick = CancelClick
  61.   end
  62.   object DriveComboBox1: TDriveComboBox
  63.     Left = 8
  64.     Top = 109
  65.     Width = 129
  66.     Height = 20
  67.     Font.Charset = ANSI_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'Arial'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 3
  74.     OnChange = DriveComboBox1Change
  75.   end
  76.   object FileListBox1: TFileListBox
  77.     Left = 181
  78.     Top = 109
  79.     Width = 68
  80.     Height = 30
  81.     ItemHeight = 16
  82.     TabOrder = 4
  83.     Visible = False
  84.   end
  85. end
  86.