home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / firmy / cigler / instaluj / Instaluj.exe / 0 / RCDATA / TMONMESSAGEDLG / TMONMESSAGEDLG.txt
Encoding:
Text File  |  2001-10-30  |  3.1 KB  |  173 lines

  1. object MonMessageDlg: TMonMessageDlg
  2.   Left = 167
  3.   Top = 139
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 83
  8.   ClientWidth = 800
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnPaint = FormPaint
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object BtnYes: TBitBtn
  25.     Left = 88
  26.     Top = 48
  27.     Width = 81
  28.     Height = 26
  29.     Caption = '&Ano'
  30.     Default = True
  31.     ModalResult = 6
  32.     TabOrder = 0
  33.     NumGlyphs = 2
  34.     Style = bsNew
  35.     Spacing = -1
  36.   end
  37.   object BtnNo: TBitBtn
  38.     Left = 168
  39.     Top = 48
  40.     Width = 81
  41.     Height = 26
  42.     Cancel = True
  43.     Caption = '&Ne'
  44.     ModalResult = 7
  45.     TabOrder = 1
  46.     NumGlyphs = 2
  47.     Style = bsNew
  48.     Spacing = -1
  49.   end
  50.   object BtnOk: TBitBtn
  51.     Left = 248
  52.     Top = 48
  53.     Width = 81
  54.     Height = 26
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 2
  59.     NumGlyphs = 2
  60.     Style = bsNew
  61.     Spacing = -1
  62.   end
  63.   object BtnCancel: TBitBtn
  64.     Left = 328
  65.     Top = 48
  66.     Width = 81
  67.     Height = 26
  68.     Cancel = True
  69.     Caption = '&Zp∩┐╜t'
  70.     ModalResult = 2
  71.     TabOrder = 3
  72.     NumGlyphs = 2
  73.     Style = bsNew
  74.     Spacing = -1
  75.   end
  76.   object BtnAbort: TBitBtn
  77.     Left = 408
  78.     Top = 48
  79.     Width = 81
  80.     Height = 26
  81.     Caption = '&P∩┐╜eru∩┐╜it'
  82.     ModalResult = 3
  83.     TabOrder = 4
  84.     NumGlyphs = 2
  85.     Style = bsNew
  86.     Spacing = -1
  87.   end
  88.   object BtnRetry: TBitBtn
  89.     Left = 488
  90.     Top = 48
  91.     Width = 81
  92.     Height = 26
  93.     Caption = '&Obnovit'
  94.     ModalResult = 4
  95.     TabOrder = 5
  96.     NumGlyphs = 2
  97.     Style = bsNew
  98.     Spacing = -1
  99.   end
  100.   object BtnIgnore: TBitBtn
  101.     Left = 568
  102.     Top = 48
  103.     Width = 81
  104.     Height = 26
  105.     Caption = '&Ignorovat'
  106.     ModalResult = 5
  107.     TabOrder = 6
  108.     NumGlyphs = 2
  109.     Style = bsNew
  110.     Spacing = -1
  111.   end
  112.   object BtnAll: TBitBtn
  113.     Left = 648
  114.     Top = 48
  115.     Width = 81
  116.     Height = 26
  117.     Caption = '&V∩┐╜e'
  118.     ModalResult = 8
  119.     TabOrder = 7
  120.     NumGlyphs = 2
  121.     Style = bsNew
  122.     Spacing = -1
  123.   end
  124.   object BtnHelp: TBitBtn
  125.     Left = 728
  126.     Top = 48
  127.     Width = 81
  128.     Height = 26
  129.     Caption = '&N∩┐╜pov∩┐╜da'
  130.     TabOrder = 8
  131.     OnClick = BtnHelpClick
  132.     NumGlyphs = 2
  133.     Style = bsNew
  134.     Spacing = -1
  135.   end
  136.   object BtnClose: TBitBtn
  137.     Left = 808
  138.     Top = 48
  139.     Width = 81
  140.     Height = 26
  141.     Caption = '&Zav∩┐╜∩┐╜t'
  142.     ModalResult = 9
  143.     TabOrder = 9
  144.     NumGlyphs = 2
  145.     Style = bsNew
  146.     Spacing = -1
  147.   end
  148.   object BBContinue: TBitBtn
  149.     Left = 8
  150.     Top = 48
  151.     Width = 81
  152.     Height = 26
  153.     Caption = 'Po&kra∩┐╜ovat'
  154.     Font.Charset = DEFAULT_CHARSET
  155.     Font.Color = clBlack
  156.     Font.Height = -11
  157.     Font.Name = 'MS Sans Serif'
  158.     Font.Style = [fsBold]
  159.     ModalResult = 11
  160.     ParentFont = False
  161.     TabOrder = 10
  162.     NumGlyphs = 2
  163.     Style = bsNew
  164.     Spacing = -1
  165.   end
  166.   object Timer: TTimer
  167.     Enabled = False
  168.     OnTimer = TimerTimer
  169.     Left = 5
  170.     Top = 15
  171.   end
  172. end
  173.