home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TMESSAGEBOXFORM / TMESSAGEBOXFORM.txt < prev   
Encoding:
Text File  |  2002-10-30  |  1.4 KB  |  73 lines

  1. object MessageBoxForm: TMessageBoxForm
  2.   Left = 342
  3.   Top = 392
  4.   BorderStyle = bsDialog
  5.   Caption = 'Information'
  6.   ClientHeight = 131
  7.   ClientWidth = 494
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = 11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 45
  24.     Height = 90
  25.     Align = alLeft
  26.     Center = True
  27.     Picture.Data = {<image000.bmp>}
  28.     Transparent = True
  29.   end
  30.   object lbText: TLabel
  31.     Left = 56
  32.     Top = 8
  33.     Width = 29
  34.     Height = 13
  35.     Caption = 'lbText'
  36.   end
  37.   object plBottom: TPanel
  38.     Left = 0
  39.     Top = 90
  40.     Width = 494
  41.     Height = 41
  42.     Align = alBottom
  43.     BevelOuter = bvNone
  44.     TabOrder = 0
  45.     object cbDoNotShow: TCheckBox
  46.       Left = 12
  47.       Top = 12
  48.       Width = 145
  49.       Height = 17
  50.       Caption = 'Do not show next time'
  51.       TabOrder = 0
  52.     end
  53.     object btOk: TBitBtn
  54.       Left = 324
  55.       Top = 8
  56.       Width = 75
  57.       Height = 25
  58.       Anchors = [akRight, akBottom]
  59.       TabOrder = 1
  60.       Kind = bkYes
  61.     end
  62.     object BitBtn2: TBitBtn
  63.       Left = 408
  64.       Top = 8
  65.       Width = 75
  66.       Height = 25
  67.       Anchors = [akRight, akBottom]
  68.       TabOrder = 2
  69.       Kind = bkNo
  70.     end
  71.   end
  72. end
  73.