home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TCHECKMSGBOX / TCHECKMSGBOX.txt
Text File  |  1998-03-18  |  1KB  |  67 lines

  1. object CheckMsgBox: TCheckMsgBox
  2.   Left = 209
  3.   Top = 257
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'CheckMsgBox'
  9.   ClientHeight = 82
  10.   ClientWidth = 354
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object InfoText: TLabel
  19.     Left = 4
  20.     Top = 8
  21.     Width = 345
  22.     Height = 25
  23.     AutoSize = False
  24.     Caption = 'InfoText'
  25.     ShowAccelChar = False
  26.     WordWrap = True
  27.   end
  28.   object CheckBox1: TCheckBox
  29.     Left = 4
  30.     Top = 36
  31.     Width = 345
  32.     Height = 13
  33.     Caption = 'CheckBox1'
  34.     TabOrder = 0
  35.   end
  36.   object Button1: TButton
  37.     Tag = 4001
  38.     Left = 94
  39.     Top = 56
  40.     Width = 75
  41.     Height = 24
  42.     Caption = '&OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.   end
  47.   object Button2: TButton
  48.     Tag = 4002
  49.     Left = 186
  50.     Top = 56
  51.     Width = 75
  52.     Height = 24
  53.     Cancel = True
  54.     Caption = '&Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58.   object ResolutionFix1: TResolutionFix
  59.     Left = 280
  60.     Top = 52
  61.   end
  62.   object Translate1: TTranslate
  63.     Left = 320
  64.     Top = 52
  65.   end
  66. end
  67.