object HeadLinDlg: THeadLinDlg Left = 227 Top = 187 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Ustawienia Headlinera' ClientHeight = 230 ClientWidth = 340 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Przycisk_OK: TToolbarButton97 Left = 271 Top = 4 Width = 65 Height = 65 Cursor = crHandPoint Caption = '&OK' Layout = blGlyphTop ParentShowHint = False ShowHint = False Spacing = 5 OnClick = Przycisk_OKClick end object Przycisk_Anuluj: TToolbarButton97 Left = 271 Top = 69 Width = 65 Height = 65 Cursor = crHandPoint Caption = '&Anuluj' Layout = blGlyphTop ParentShowHint = False ShowHint = False Spacing = 5 OnClick = Przycisk_AnulujClick end object Image2: TImage Left = 5 Top = 10 Width = 32 Height = 32 Hint = 'HeadLiner' AutoSize = True ParentShowHint = False Picture.Data = {} ShowHint = True Transparent = True end object Panel: TPanel Left = 44 Top = 4 Width = 223 Height = 217 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label1: TLabel Left = 10 Top = 8 Width = 30 Height = 13 Caption = '&Tekst:' FocusControl = EDT_HL_Text end object Label2: TLabel Left = 10 Top = 51 Width = 78 Height = 13 Caption = '&URL (lub mailto):' FocusControl = EDT_HL_URL end object Label4: TLabel Left = 10 Top = 141 Width = 146 Height = 13 Caption = 'Okno docelowe (nazwa ramki):' FocusControl = LST_Window end object Label3: TLabel Left = 10 Top = 93 Width = 28 Height = 13 Caption = '&Efekt:' FocusControl = LST_Effect end object Label5: TLabel Left = 54 Top = 193 Width = 88 Height = 13 Caption = 'Czas oczeki&wania:' FocusControl = EDT_Time end object EDT_HL_Text: TEdit97 Left = 10 Top = 25 Width = 205 Height = 19 TabOrder = 0 end object EDT_HL_URL: TEdit97 Left = 10 Top = 67 Width = 205 Height = 19 TabOrder = 1 end object LST_Window: TComboBox Left = 10 Top = 161 Width = 205 Height = 21 HelpContext = 790 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'new_window' 'top' 'self' 'parent') ParentFont = False TabOrder = 3 end object LST_Effect: TComboBox Left = 10 Top = 113 Width = 205 Height = 21 HelpContext = 790 Style = csDropDownList Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'Static' 'TypeWriter' 'Blink' 'Expand' 'Scroll') ParentFont = False TabOrder = 2 end object EDT_Time: TEdit97 Left = 147 Top = 191 Width = 52 Height = 19 TabOrder = 4 Text = '1000' end object SPN_Time: TUpDown Left = 199 Top = 191 Width = 15 Height = 19 Associate = EDT_Time Min = 10 Max = 10000 Increment = 50 Position = 1000 TabOrder = 5 Thousands = False Wrap = False end end end