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

  1. object UninstSharedFileForm: TUninstSharedFileForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'UninstSharedFileForm'
  7.   ClientHeight = 225
  8.   ClientWidth = 397
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object NoToAllButton: TButton
  17.     Left = 283
  18.     Top = 189
  19.     Width = 75
  20.     Height = 23
  21.     Caption = '*'
  22.     ModalResult = 9
  23.     TabOrder = 3
  24.   end
  25.   object NoButton: TButton
  26.     Left = 202
  27.     Top = 189
  28.     Width = 75
  29.     Height = 23
  30.     Caption = '*'
  31.     ModalResult = 7
  32.     TabOrder = 2
  33.   end
  34.   object YesToAllButton: TButton
  35.     Left = 121
  36.     Top = 189
  37.     Width = 75
  38.     Height = 23
  39.     Caption = '*'
  40.     ModalResult = 10
  41.     TabOrder = 1
  42.   end
  43.   object YesButton: TButton
  44.     Left = 40
  45.     Top = 189
  46.     Width = 75
  47.     Height = 23
  48.     Caption = '*'
  49.     Default = True
  50.     ModalResult = 6
  51.     TabOrder = 0
  52.   end
  53.   object LocationEdit: TEdit
  54.     Left = 88
  55.     Top = 148
  56.     Width = 297
  57.     Height = 21
  58.     ParentColor = True
  59.     ReadOnly = True
  60.     TabOrder = 8
  61.   end
  62.   object LocationLabel: TNewStaticText
  63.     Left = 12
  64.     Top = 151
  65.     Width = 5
  66.     Height = 14
  67.     Caption = '*'
  68.     TabOrder = 7
  69.   end
  70.   object FilenameEdit: TEdit
  71.     Left = 88
  72.     Top = 116
  73.     Width = 297
  74.     Height = 21
  75.     ParentColor = True
  76.     ReadOnly = True
  77.     TabOrder = 6
  78.   end
  79.   object FilenameLabel: TNewStaticText
  80.     Left = 12
  81.     Top = 119
  82.     Width = 5
  83.     Height = 14
  84.     Caption = '*'
  85.     TabOrder = 5
  86.   end
  87.   object BodyLabel: TNewStaticText
  88.     Left = 12
  89.     Top = 12
  90.     Width = 373
  91.     Height = 97
  92.     AutoSize = False
  93.     Caption = '*'
  94.     ShowAccelChar = False
  95.     TabOrder = 4
  96.     WordWrap = True
  97.   end
  98. end
  99.