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

  1. object ExtMsgForm: TExtMsgForm
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'ExtMsgForm'
  7.   ClientHeight = 136
  8.   ClientWidth = 427
  9.   Font.Color = clBtnText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   OnKeyDown = FormKeyDown
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TextField: TLabel
  19.     Left = 4
  20.     Top = 4
  21.     Width = 417
  22.     Height = 69
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     ShowAccelChar = False
  31.   end
  32.   object B1: TButton
  33.     Left = 5
  34.     Top = 80
  35.     Width = 90
  36.     Height = 24
  37.     Caption = 'B1'
  38.     Default = True
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ModalResult = 101
  44.     ParentFont = False
  45.     TabOrder = 0
  46.     OnExit = ButtonExit
  47.   end
  48.   object B2: TButton
  49.     Left = 105
  50.     Top = 80
  51.     Width = 90
  52.     Height = 24
  53.     Caption = 'B2'
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ModalResult = 102
  59.     ParentFont = False
  60.     TabOrder = 1
  61.     OnExit = ButtonExit
  62.   end
  63.   object B3: TButton
  64.     Left = 205
  65.     Top = 80
  66.     Width = 90
  67.     Height = 24
  68.     Caption = 'B3'
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ModalResult = 103
  74.     ParentFont = False
  75.     TabOrder = 2
  76.     OnExit = ButtonExit
  77.   end
  78.   object B4: TButton
  79.     Left = 305
  80.     Top = 80
  81.     Width = 90
  82.     Height = 24
  83.     Caption = 'B4'
  84.     Font.Color = clBlack
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ModalResult = 104
  89.     ParentFont = False
  90.     TabOrder = 3
  91.     OnExit = ButtonExit
  92.   end
  93.   object B5: TButton
  94.     Left = 5
  95.     Top = 108
  96.     Width = 90
  97.     Height = 24
  98.     Caption = 'B5'
  99.     Font.Color = clBlack
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ModalResult = 105
  104.     ParentFont = False
  105.     TabOrder = 4
  106.     OnExit = ButtonExit
  107.   end
  108.   object B6: TButton
  109.     Left = 105
  110.     Top = 108
  111.     Width = 90
  112.     Height = 24
  113.     Caption = 'B6'
  114.     Font.Color = clBlack
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     ModalResult = 106
  119.     ParentFont = False
  120.     TabOrder = 5
  121.     OnExit = ButtonExit
  122.   end
  123.   object B7: TButton
  124.     Left = 205
  125.     Top = 109
  126.     Width = 90
  127.     Height = 24
  128.     Caption = 'B7'
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ModalResult = 107
  134.     ParentFont = False
  135.     TabOrder = 6
  136.     OnExit = ButtonExit
  137.   end
  138.   object B8: TButton
  139.     Left = 305
  140.     Top = 109
  141.     Width = 90
  142.     Height = 24
  143.     Caption = 'B8'
  144.     Font.Color = clBlack
  145.     Font.Height = -11
  146.     Font.Name = 'MS Sans Serif'
  147.     Font.Style = []
  148.     ModalResult = 108
  149.     ParentFont = False
  150.     TabOrder = 7
  151.     OnExit = ButtonExit
  152.   end
  153. end
  154.