home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / EPstudio / cm311f.exe / ConMet.exe / 0 / RCDATA / TCMDIALOG / TCMDIALOG.txt
Text File  |  1999-11-29  |  2KB  |  83 lines

  1. object CMDialog: TCMDialog
  2.   Left = 237
  3.   Top = 177
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 109
  6.   ClientWidth = 322
  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.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 48
  21.     Top = 16
  22.     Width = 32
  23.     Height = 13
  24.     Alignment = taCenter
  25.     Caption = 'Label1'
  26.   end
  27.   object Image1: TImage
  28.     Left = 8
  29.     Top = 8
  30.     Width = 32
  31.     Height = 32
  32.   end
  33.   object Button1: TButton
  34.     Left = 83
  35.     Top = 80
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'OK'
  39.     TabOrder = 0
  40.     OnClick = Button1Click
  41.   end
  42.   object Button2: TButton
  43.     Left = 163
  44.     Top = 80
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Odpojit'
  48.     TabOrder = 1
  49.     OnClick = Button2Click
  50.   end
  51.   object Timer1: TTimer
  52.     Enabled = False
  53.     Interval = 500
  54.     OnTimer = Timer1Timer
  55.     Left = 392
  56.     Top = 80
  57.   end
  58.   object MarsCaption1: TMarsCaption
  59.     ActiveBeginColor = clBlack
  60.     ActiveEndColor = clActiveCaption
  61.     ActiveFontColor = clCaptionText
  62.     InactiveBeginColor = clBlack
  63.     InactiveEndColor = clInactiveCaption
  64.     InactiveFontColor = clInactiveCaptionText
  65.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  66.     ApplicationNameFont.Color = clWindowText
  67.     ApplicationNameFont.Height = -11
  68.     ApplicationNameFont.Name = 'MS Sans Serif'
  69.     ApplicationNameFont.Style = [fsBold, fsItalic]
  70.     CaptionFont.Charset = DEFAULT_CHARSET
  71.     CaptionFont.Color = clWindowText
  72.     CaptionFont.Height = -11
  73.     CaptionFont.Name = 'MS Sans Serif'
  74.     CaptionFont.Style = [fsBold]
  75.     NumColors = 64
  76.     AutoSize = False
  77.     StatusIcon = False
  78.     Sound = True
  79.     IconizeButton = False
  80.     Left = 288
  81.   end
  82. end
  83.