home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Skryba / _SETUP.1 / Skryba.exe / 0 / RCDATA / THEADLINDLG / THEADLINDLG.txt < prev   
Text File  |  1998-09-18  |  4KB  |  188 lines

  1. object HeadLinDlg: THeadLinDlg
  2.   Left = 227
  3.   Top = 187
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Ustawienia Headlinera'
  9.   ClientHeight = 230
  10.   ClientWidth = 340
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Przycisk_OK: TToolbarButton97
  23.     Left = 271
  24.     Top = 4
  25.     Width = 65
  26.     Height = 65
  27.     Cursor = crHandPoint
  28.     Caption = '&OK'
  29.     Layout = blGlyphTop
  30.     ParentShowHint = False
  31.     ShowHint = False
  32.     Spacing = 5
  33.     OnClick = Przycisk_OKClick
  34.   end
  35.   object Przycisk_Anuluj: TToolbarButton97
  36.     Left = 271
  37.     Top = 69
  38.     Width = 65
  39.     Height = 65
  40.     Cursor = crHandPoint
  41.     Caption = '&Anuluj'
  42.     Layout = blGlyphTop
  43.     ParentShowHint = False
  44.     ShowHint = False
  45.     Spacing = 5
  46.     OnClick = Przycisk_AnulujClick
  47.   end
  48.   object Image2: TImage
  49.     Left = 5
  50.     Top = 10
  51.     Width = 32
  52.     Height = 32
  53.     Hint = 'HeadLiner'
  54.     AutoSize = True
  55.     ParentShowHint = False
  56.     Picture.Data = {<image000.ico>}
  57.     ShowHint = True
  58.     Transparent = True
  59.   end
  60.   object Panel: TPanel
  61.     Left = 44
  62.     Top = 4
  63.     Width = 223
  64.     Height = 217
  65.     BevelInner = bvRaised
  66.     BevelOuter = bvLowered
  67.     TabOrder = 0
  68.     object Label1: TLabel
  69.       Left = 10
  70.       Top = 8
  71.       Width = 30
  72.       Height = 13
  73.       Caption = '&Tekst:'
  74.       FocusControl = EDT_HL_Text
  75.     end
  76.     object Label2: TLabel
  77.       Left = 10
  78.       Top = 51
  79.       Width = 78
  80.       Height = 13
  81.       Caption = '&URL (lub mailto):'
  82.       FocusControl = EDT_HL_URL
  83.     end
  84.     object Label4: TLabel
  85.       Left = 10
  86.       Top = 141
  87.       Width = 146
  88.       Height = 13
  89.       Caption = 'Okno docelowe (nazwa ramki):'
  90.       FocusControl = LST_Window
  91.     end
  92.     object Label3: TLabel
  93.       Left = 10
  94.       Top = 93
  95.       Width = 28
  96.       Height = 13
  97.       Caption = '&Efekt:'
  98.       FocusControl = LST_Effect
  99.     end
  100.     object Label5: TLabel
  101.       Left = 54
  102.       Top = 193
  103.       Width = 88
  104.       Height = 13
  105.       Caption = 'Czas oczeki&wania:'
  106.       FocusControl = EDT_Time
  107.     end
  108.     object EDT_HL_Text: TEdit97
  109.       Left = 10
  110.       Top = 25
  111.       Width = 205
  112.       Height = 19
  113.       TabOrder = 0
  114.     end
  115.     object EDT_HL_URL: TEdit97
  116.       Left = 10
  117.       Top = 67
  118.       Width = 205
  119.       Height = 19
  120.       TabOrder = 1
  121.     end
  122.     object LST_Window: TComboBox
  123.       Left = 10
  124.       Top = 161
  125.       Width = 205
  126.       Height = 21
  127.       HelpContext = 790
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clBlack
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = []
  133.       ItemHeight = 13
  134.       Items.Strings = (
  135.         'new_window'
  136.         'top'
  137.         'self'
  138.         'parent')
  139.       ParentFont = False
  140.       TabOrder = 3
  141.     end
  142.     object LST_Effect: TComboBox
  143.       Left = 10
  144.       Top = 113
  145.       Width = 205
  146.       Height = 21
  147.       HelpContext = 790
  148.       Style = csDropDownList
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clBlack
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ItemHeight = 13
  155.       Items.Strings = (
  156.         'Static'
  157.         'TypeWriter'
  158.         'Blink'
  159.         'Expand'
  160.         'Scroll')
  161.       ParentFont = False
  162.       TabOrder = 2
  163.     end
  164.     object EDT_Time: TEdit97
  165.       Left = 147
  166.       Top = 191
  167.       Width = 52
  168.       Height = 19
  169.       TabOrder = 4
  170.       Text = '1000'
  171.     end
  172.     object SPN_Time: TUpDown
  173.       Left = 199
  174.       Top = 191
  175.       Width = 15
  176.       Height = 19
  177.       Associate = EDT_Time
  178.       Min = 10
  179.       Max = 10000
  180.       Increment = 50
  181.       Position = 1000
  182.       TabOrder = 5
  183.       Thousands = False
  184.       Wrap = False
  185.     end
  186.   end
  187. end
  188.