home *** CD-ROM | disk | FTP | other *** search
- object CMDialog: TCMDialog
- Left = 237
- Top = 177
- BorderStyle = bsDialog
- ClientHeight = 109
- ClientWidth = 322
- Color = clBtnFace
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 48
- Top = 16
- Width = 32
- Height = 13
- Alignment = taCenter
- Caption = 'Label1'
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- end
- object Button1: TButton
- Left = 83
- Top = 80
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 163
- Top = 80
- Width = 75
- Height = 25
- Caption = 'Odpojit'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 500
- OnTimer = Timer1Timer
- Left = 392
- Top = 80
- end
- object MarsCaption1: TMarsCaption
- ApplicationNameFont.Charset = DEFAULT_CHARSET
- ApplicationNameFont.Color = clWindowText
- ApplicationNameFont.Height = -11
- ApplicationNameFont.Name = 'MS Sans Serif'
- ApplicationNameFont.Style = [fsBold, fsItalic]
- CaptionFont.Charset = DEFAULT_CHARSET
- CaptionFont.Color = clWindowText
- CaptionFont.Height = -11
- CaptionFont.Name = 'MS Sans Serif'
- CaptionFont.Style = [fsBold]
- NumColors = 64
- AutoSize = False
- StatusIcon = False
- Sound = True
- IconizeButton = False
- Left = 288
- end
- end
-