object NotifierForm: TNotifierForm Left = 443 Top = 295 BorderIcons = [] BorderStyle = bsNone Caption = 'Uyar'#305 ClientHeight = 173 ClientWidth = 237 Color = clBtnFace Font.Charset = TURKISH_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy OnMouseDown = FormMouseDown PixelsPerInch = 96 TextHeight = 13 object BackgrndLbl: TLabel Left = 0 Top = 0 Width = 233 Height = 169 AutoSize = False Caption = 'BackgrndLbl' Color = clTeal Enabled = False ParentColor = False end object HeaderTextLbl: TLabel Left = 15 Top = 10 Width = 104 Height = 20 Caption = 'HeaderTextLbl' Enabled = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'Trebuchet MS' Font.Style = [fsBold] ParentFont = False end object StatusTextLbl: TLabel Left = 19 Top = 45 Width = 201 Height = 100 Alignment = taCenter AutoSize = False Caption = 'StatusTextLbl' Enabled = False Font.Charset = TURKISH_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Trebuchet MS' Font.Style = [] ParentFont = False WordWrap = True end object CloseBtn: TButton Left = 154 Top = 8 Width = 18 Height = 18 Cursor = crHandPoint Hint = 'Kapat' Cancel = True ModalResult = 2 ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = CloseBtnClick end object Countdown: TTimer Enabled = False OnTimer = CountdownTimer Left = 96 Top = 8 end end