home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / WCMD32.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TEXTMSGFORM / TEXTMSGFORM.txt
Text File  |  1996-12-31  |  2KB  |  107 lines

  1. object ExtMsgForm: TExtMsgForm
  2.   Left = 200
  3.   Top = 99
  4.   HelpContext = 1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'ExtMsgForm'
  8.   ClientHeight = 136
  9.   ClientWidth = 427
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   KeyPreview = True
  15.   OnKeyDown = FormKeyDown
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TextField: TLabel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 417
  23.     Height = 69
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     ShowAccelChar = False
  32.   end
  33.   object B1: TButton
  34.     Left = 5
  35.     Top = 80
  36.     Width = 90
  37.     Height = 24
  38.     Caption = 'B1'
  39.     Default = True
  40.     ModalResult = 101
  41.     TabOrder = 0
  42.   end
  43.   object B2: TButton
  44.     Left = 105
  45.     Top = 80
  46.     Width = 90
  47.     Height = 24
  48.     Caption = 'B2'
  49.     ModalResult = 102
  50.     TabOrder = 1
  51.   end
  52.   object B3: TButton
  53.     Left = 205
  54.     Top = 80
  55.     Width = 90
  56.     Height = 24
  57.     Caption = 'B3'
  58.     ModalResult = 103
  59.     TabOrder = 2
  60.   end
  61.   object B4: TButton
  62.     Left = 305
  63.     Top = 80
  64.     Width = 90
  65.     Height = 24
  66.     Caption = 'B4'
  67.     ModalResult = 104
  68.     TabOrder = 3
  69.   end
  70.   object B5: TButton
  71.     Left = 5
  72.     Top = 108
  73.     Width = 90
  74.     Height = 24
  75.     Caption = 'B5'
  76.     ModalResult = 105
  77.     TabOrder = 4
  78.   end
  79.   object B6: TButton
  80.     Left = 105
  81.     Top = 108
  82.     Width = 90
  83.     Height = 24
  84.     Caption = 'B6'
  85.     ModalResult = 106
  86.     TabOrder = 5
  87.   end
  88.   object B7: TButton
  89.     Left = 205
  90.     Top = 109
  91.     Width = 90
  92.     Height = 24
  93.     Caption = 'B7'
  94.     ModalResult = 107
  95.     TabOrder = 6
  96.   end
  97.   object B8: TButton
  98.     Left = 305
  99.     Top = 109
  100.     Width = 90
  101.     Height = 24
  102.     Caption = 'B8'
  103.     ModalResult = 108
  104.     TabOrder = 7
  105.   end
  106. end
  107.