home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / exp / INSTALL.EXE / 0 / RCDATA / TINSTALLDIALOG / TINSTALLDIALOG.txt < prev   
Text File  |  2000-02-23  |  2KB  |  93 lines

  1. object installdialog: Tinstalldialog
  2.   Left = 570
  3.   Top = 369
  4.   Width = 620
  5.   Height = 445
  6.   Caption = 'DMEX Menu Installation'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 375
  23.     Width = 612
  24.     Height = 41
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 8
  30.       Top = 20
  31.       Width = 32
  32.       Height = 13
  33.       Caption = 'Label1'
  34.     end
  35.     object Panel2: TPanel
  36.       Left = 427
  37.       Top = 0
  38.       Width = 185
  39.       Height = 41
  40.       Align = alRight
  41.       BevelOuter = bvNone
  42.       TabOrder = 0
  43.       object Button1: TButton
  44.         Left = 14
  45.         Top = 8
  46.         Width = 75
  47.         Height = 25
  48.         Caption = '&Instructions'
  49.         Default = True
  50.         TabOrder = 0
  51.         OnClick = instruction
  52.       end
  53.       object Button2: TButton
  54.         Left = 102
  55.         Top = 8
  56.         Width = 75
  57.         Height = 25
  58.         Cancel = True
  59.         Caption = '&Exit'
  60.         TabOrder = 1
  61.         OnClick = Button2Click
  62.       end
  63.     end
  64.   end
  65.   object Memo1: TRichEdit
  66.     Left = 0
  67.     Top = 0
  68.     Width = 612
  69.     Height = 375
  70.     Align = alClient
  71.     Font.Charset = ANSI_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -12
  74.     Font.Name = 'Courier New'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     PlainText = True
  78.     ReadOnly = True
  79.     ScrollBars = ssBoth
  80.     TabOrder = 1
  81.     WordWrap = False
  82.     OnKeyDown = Memo1KeyDown
  83.     OnKeyUp = Memo1KeyUp
  84.     OnMouseDown = Memo1MouseDown
  85.   end
  86.   object Timer1: TTimer
  87.     Interval = 100
  88.     OnTimer = Timer1Timer
  89.     Left = 72
  90.     Top = 32
  91.   end
  92. end
  93.