home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TFSETDIR / TFSETDIR.txt
Text File  |  2002-02-12  |  2KB  |  80 lines

  1. object FSetDir: TFSetDir
  2.   Left = 304
  3.   Top = 217
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = Button1
  7.   BorderStyle = bsDialog
  8.   Caption = 'SetDir'
  9.   ClientHeight = 202
  10.   ClientWidth = 248
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 248
  23.     Height = 166
  24.   end
  25.   object Label1: TLabel
  26.     Left = 40
  27.     Top = 11
  28.     Width = 28
  29.     Height = 13
  30.     Caption = 'Drive:'
  31.   end
  32.   object DirectoryListBox1: TDirectoryListBox
  33.     Left = 8
  34.     Top = 32
  35.     Width = 233
  36.     Height = 97
  37.     ItemHeight = 16
  38.     TabOrder = 0
  39.     OnChange = DirectoryListBox1Change
  40.   end
  41.   object DriveComboBox1: TDriveComboBox
  42.     Left = 96
  43.     Top = 6
  44.     Width = 145
  45.     Height = 19
  46.     DirList = DirectoryListBox1
  47.     TabOrder = 1
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 8
  51.     Top = 136
  52.     Width = 233
  53.     Height = 21
  54.     TabOrder = 2
  55.   end
  56.   object Button1: TButton
  57.     Left = 56
  58.     Top = 174
  59.     Width = 65
  60.     Height = 25
  61.     Caption = 'OK'
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.     TabOrder = 3
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton
  71.     Left = 128
  72.     Top = 174
  73.     Width = 65
  74.     Height = 25
  75.     Caption = 'Cancel'
  76.     TabOrder = 4
  77.     OnClick = Button2Click
  78.   end
  79. end
  80.