home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Netshift / _SETUP.1 / NetShift.exe / 0 / RCDATA / TDIALOGASKUSER / TDIALOGASKUSER.txt
Text File  |  1998-03-06  |  2KB  |  81 lines

  1. object DialogAskUser: TDialogAskUser
  2.   Left = 241
  3.   Top = 363
  4.   BorderStyle = bsNone
  5.   Caption = 'DialogAskUser'
  6.   ClientHeight = 273
  7.   ClientWidth = 425
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnCreate = FormCreate
  14.   OnPaint = FormPaint
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel2: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 409
  21.     Height = 193
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 425
  27.     Height = 273
  28.     Align = alClient
  29.     Style = bsRaised
  30.   end
  31.   object Bevel3: TBevel
  32.     Left = 8
  33.     Top = 208
  34.     Width = 409
  35.     Height = 57
  36.   end
  37.   object BCancel: TButton
  38.     Left = 328
  39.     Top = 216
  40.     Width = 81
  41.     Height = 41
  42.     Caption = 'Cancel'
  43.     Font.Color = clWindowText
  44.     Font.Height = -13
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ModalResult = 2
  48.     ParentFont = False
  49.     TabOrder = 0
  50.   end
  51.   object BOK: TButton
  52.     Left = 240
  53.     Top = 216
  54.     Width = 81
  55.     Height = 41
  56.     Caption = 'OK'
  57.     Default = True
  58.     Font.Color = clWindowText
  59.     Font.Height = -13
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ModalResult = 1
  63.     ParentFont = False
  64.     TabOrder = 1
  65.   end
  66.   object Memo: TMemo
  67.     Left = 16
  68.     Top = 16
  69.     Width = 393
  70.     Height = 177
  71.     BorderStyle = bsNone
  72.     Color = clBtnFace
  73.     Font.Color = clWindowText
  74.     Font.Height = -13
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     TabOrder = 2
  79.   end
  80. end
  81.