object ModiLessForm: TModiLessForm Left = 391 Top = 260 BorderIcons = [] BorderStyle = bsNone Caption = 'G'#252'venlik Kodu' ClientHeight = 229 ClientWidth = 241 Color = clBtnFace Font.Charset = TURKISH_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnMouseDown = FormMouseDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BackgrndLbl: TLabel Left = 0 Top = 0 Width = 239 Height = 227 AutoSize = False Caption = 'BackgrndLbl' Color = clTeal Enabled = False ParentColor = False end object HeaderTextLbl: TLabel Left = 14 Top = 10 Width = 109 Height = 22 Caption = 'HeaderTextLbl' Enabled = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Trebuchet MS' Font.Style = [fsBold] ParentFont = False end object SecureImageLbl: TLabel Left = 46 Top = 44 Width = 75 Height = 25 AutoSize = False Caption = 'SecureImageLbl' Enabled = False Font.Charset = TURKISH_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Trebuchet MS' Font.Style = [] ParentFont = False end object StatusTextLbl: TLabel Left = 8 Top = 98 Width = 225 Height = 44 Alignment = taCenter AutoSize = False Caption = 'StatusTextLbl' Enabled = False Font.Charset = TURKISH_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True end object CancelLbl: TLabel Left = 162 Top = 185 Width = 62 Height = 22 Cursor = crHandPoint AutoSize = False Caption = #304'ptal Et!' Font.Charset = TURKISH_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Trebuchet MS' Font.Style = [fsBold] ParentFont = False OnClick = CancelLblClick OnMouseEnter = CancelLblMouseEnter OnMouseLeave = CancelLblMouseLeave end object CountdownLbl: TLabel Left = 24 Top = 193 Width = 37 Height = 18 Caption = '00:59' Enabled = False Font.Charset = TURKISH_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Trebuchet MS' Font.Style = [fsBold] ParentFont = False Visible = False end object OkLbl: TLabel Left = 94 Top = 185 Width = 62 Height = 22 Cursor = crHandPoint AutoSize = False Caption = 'Tamam' Font.Charset = TURKISH_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Trebuchet MS' Font.Style = [fsBold] ParentFont = False OnClick = OkLblClick OnMouseEnter = OkLblMouseEnter OnMouseLeave = OkLblMouseLeave end object CloseBtn: TButton Left = 210 Top = 8 Width = 18 Height = 18 Cursor = crHandPoint Hint = 'Kapat' Cancel = True ModalResult = 2 ParentShowHint = False ShowHint = True TabOrder = 0 end object EntryEdit: TEdit Left = 50 Top = 148 Width = 121 Height = 26 Font.Charset = TURKISH_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Courier New' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnChange = EntryEditChange end object OkBtn: TButton Left = 210 Top = 32 Width = 0 Height = 0 Cursor = crHandPoint Hint = 'OK' Default = True ModalResult = 1 ParentShowHint = False ShowHint = True TabOrder = 2 end object Countdown: TTimer Enabled = False OnTimer = CountdownTimer Left = 160 Top = 8 end object LoaderTimer: TTimer Enabled = False Interval = 200 OnTimer = LoaderTimerTimer Left = 128 Top = 8 end end