home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / cm450f.exe / CONMET.EXE / 0 / RCDATA / TCMDIALOG / TCMDIALOG.txt
Encoding:
Text File  |  2001-06-06  |  1.6 KB  |  78 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 = EASTEUROPE_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.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 48
  22.     Top = 16
  23.     Width = 32
  24.     Height = 13
  25.     Alignment = taCenter
  26.     Caption = 'Label1'
  27.   end
  28.   object Image1: TImage
  29.     Left = 8
  30.     Top = 8
  31.     Width = 32
  32.     Height = 32
  33.   end
  34.   object Button1: TButton
  35.     Left = 83
  36.     Top = 80
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'OK'
  40.     TabOrder = 0
  41.     OnClick = Button1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 163
  45.     Top = 80
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Odpojit'
  49.     TabOrder = 1
  50.     OnClick = Button2Click
  51.   end
  52.   object Timer1: TTimer
  53.     Enabled = False
  54.     Interval = 500
  55.     OnTimer = Timer1Timer
  56.     Left = 392
  57.     Top = 80
  58.   end
  59.   object MarsCaption1: TMarsCaption
  60.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  61.     ApplicationNameFont.Color = clWindowText
  62.     ApplicationNameFont.Height = -11
  63.     ApplicationNameFont.Name = 'MS Sans Serif'
  64.     ApplicationNameFont.Style = [fsBold, fsItalic]
  65.     CaptionFont.Charset = DEFAULT_CHARSET
  66.     CaptionFont.Color = clWindowText
  67.     CaptionFont.Height = -11
  68.     CaptionFont.Name = 'MS Sans Serif'
  69.     CaptionFont.Style = [fsBold]
  70.     NumColors = 64
  71.     AutoSize = False
  72.     StatusIcon = False
  73.     Sound = True
  74.     IconizeButton = False
  75.     Left = 288
  76.   end
  77. end
  78.