home *** CD-ROM | disk | FTP | other *** search
/ Expérience virtuelle des animaux du future / unins000.exe / 0 / RCDATA / TNEWDISKFORM / TNEWDISKFORM.txt
Text File  |  2020-07-29  |  1KB  |  80 lines

  1. object NewDiskForm: TNewDiskForm
  2.   Left = 226
  3.   Top = 162
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '*'
  7.   ClientHeight = 169
  8.   ClientWidth = 377
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DiskBitmapImage: TBitmapImage
  18.     Left = 8
  19.     Top = 8
  20.     Width = 48
  21.     Height = 48
  22.   end
  23.   object CancelButton: TButton
  24.     Left = 296
  25.     Top = 137
  26.     Width = 73
  27.     Height = 23
  28.     Cancel = True
  29.     Caption = '*'
  30.     ModalResult = 2
  31.     TabOrder = 5
  32.   end
  33.   object OKButton: TButton
  34.     Left = 216
  35.     Top = 137
  36.     Width = 73
  37.     Height = 23
  38.     Caption = '*'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 4
  42.   end
  43.   object BrowseButton: TButton
  44.     Left = 296
  45.     Top = 95
  46.     Width = 73
  47.     Height = 23
  48.     Caption = '*'
  49.     TabOrder = 3
  50.     OnClick = BrowseButtonClick
  51.   end
  52.   object PathEdit: TEdit
  53.     Left = 8
  54.     Top = 96
  55.     Width = 281
  56.     Height = 21
  57.     TabOrder = 2
  58.   end
  59.   object PathLabel: TNewStaticText
  60.     Left = 8
  61.     Top = 80
  62.     Width = 5
  63.     Height = 14
  64.     Caption = '*'
  65.     FocusControl = PathEdit
  66.     TabOrder = 1
  67.   end
  68.   object SelectDiskLabel: TNewStaticText
  69.     Left = 72
  70.     Top = 8
  71.     Width = 297
  72.     Height = 72
  73.     AutoSize = False
  74.     Caption = '*'
  75.     ShowAccelChar = False
  76.     TabOrder = 0
  77.     WordWrap = True
  78.   end
  79. end
  80.