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

  1. object JSOknoDlg: TJSOknoDlg
  2.   Left = 154
  3.   Top = 199
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Ustawienia nowego okna'
  7.   ClientHeight = 205
  8.   ClientWidth = 448
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Przycisk_OK: TToolbarButton97
  21.     Left = 380
  22.     Top = 6
  23.     Width = 65
  24.     Height = 65
  25.     Cursor = crHandPoint
  26.     Caption = '&OK'
  27.     Layout = blGlyphTop
  28.     ParentShowHint = False
  29.     ShowHint = False
  30.     Spacing = 5
  31.     OnClick = Przycisk_OKClick
  32.   end
  33.   object Przycisk_Anuluj: TToolbarButton97
  34.     Left = 380
  35.     Top = 71
  36.     Width = 65
  37.     Height = 65
  38.     Cursor = crHandPoint
  39.     Caption = '&Anuluj'
  40.     Layout = blGlyphTop
  41.     ParentShowHint = False
  42.     ShowHint = False
  43.     Spacing = 5
  44.     OnClick = Przycisk_AnulujClick
  45.   end
  46.   object Przycisk_Pomoc: TToolbarButton97
  47.     Left = 380
  48.     Top = 136
  49.     Width = 65
  50.     Height = 65
  51.     Cursor = crHandPoint
  52.     Caption = '&Pomoc'
  53.     Layout = blGlyphTop
  54.     ParentShowHint = False
  55.     ShowHint = False
  56.     Spacing = 5
  57.     OnClick = Przycisk_PomocClick
  58.   end
  59.   object Image2: TImage
  60.     Left = 6
  61.     Top = 14
  62.     Width = 32
  63.     Height = 32
  64.     Hint = 
  65.       'Tym narz∩┐╜dziem mo∩┐╜esz wstawi∩┐╜ kod'#13#10's∩┐╜u∩┐╜∩┐╜cy do otwierania nowego ' +
  66.       'okna przegl∩┐╜darki.'#13#10
  67.     AutoSize = True
  68.     ParentShowHint = False
  69.     Picture.Data = {<image000.ico>}
  70.     ShowHint = True
  71.   end
  72.   object Panel1: TPanel
  73.     Left = 44
  74.     Top = 4
  75.     Width = 333
  76.     Height = 197
  77.     BevelInner = bvRaised
  78.     BevelOuter = bvLowered
  79.     TabOrder = 0
  80.     object Bevel2: TBevel
  81.       Left = 8
  82.       Top = 100
  83.       Width = 317
  84.       Height = 13
  85.       Shape = bsTopLine
  86.       Style = bsRaised
  87.     end
  88.     object Label1: TLabel
  89.       Left = 26
  90.       Top = 12
  91.       Width = 53
  92.       Height = 13
  93.       Caption = 'Zawa&rto∩┐╜∩┐╜:'
  94.       FocusControl = Edit_URL
  95.     end
  96.     object Label2: TLabel
  97.       Left = 51
  98.       Top = 41
  99.       Width = 28
  100.       Height = 13
  101.       Caption = '&Tytu∩┐╜:'
  102.       FocusControl = Edit_Title
  103.     end
  104.     object Label3: TLabel
  105.       Left = 88
  106.       Top = 70
  107.       Width = 53
  108.       Height = 13
  109.       Caption = '&Szeroko∩┐╜∩┐╜:'
  110.       FocusControl = Edit1
  111.     end
  112.     object Label4: TLabel
  113.       Left = 207
  114.       Top = 70
  115.       Width = 53
  116.       Height = 13
  117.       Caption = 'W&ysoko∩┐╜∩┐╜:'
  118.       FocusControl = Edit2
  119.     end
  120.     object Label5: TLabel
  121.       Left = 12
  122.       Top = 108
  123.       Width = 55
  124.       Height = 13
  125.       Alignment = taRightJustify
  126.       Caption = 'Ustawienia:'
  127.     end
  128.     object Przycisk_URL: TToolbarButton97
  129.       Left = 294
  130.       Top = 8
  131.       Width = 23
  132.       Height = 22
  133.       Cursor = crHandPoint
  134.       Hint = 'Kliknij tutaj aby wybra∩┐╜ dokument'
  135.       Glyph.Data = {
  136.         F6000000424DF600000000000000760000002800000010000000100000000100
  137.         0400000000008000000000000000000000001000000000000000000000000000
  138.         80000080000000808000800000008000800080800000C0C0C000808080000000
  139.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  140.         77777777777777777777777788888888777777700000000087777700FBFBFBFB
  141.         0877770F0FBFBFBFB087770BF0FBFBFBFB08770FBF0000000007770BFBFBFBFB
  142.         0877770FBFBFBFBF077777000000000077777770FBFB07777777777800008777
  143.         7777777777777777777777777777777777777777777777777777}
  144.       ParentShowHint = False
  145.       ShowHint = True
  146.       OnClick = Przycisk_URLClick
  147.     end
  148.     object Edit_Title: TEdit97
  149.       Left = 85
  150.       Top = 37
  151.       Width = 233
  152.       Height = 21
  153.       Hint = 'Tytu∩┐╜ nowego okna'
  154.       HelpContext = 80
  155.       Font.Charset = DEFAULT_CHARSET
  156.       Font.Color = clBlack
  157.       Font.Height = -11
  158.       Font.Name = 'MS Sans Serif'
  159.       Font.Style = []
  160.       ParentFont = False
  161.       TabOrder = 0
  162.     end
  163.     object Edit_URL: TEdit97
  164.       Left = 85
  165.       Top = 8
  166.       Width = 204
  167.       Height = 21
  168.       HelpContext = 101
  169.       TabOrder = 1
  170.       OnDblClick = Przycisk_URLClick
  171.     end
  172.     object Edit1: TEdit97
  173.       Left = 145
  174.       Top = 66
  175.       Width = 35
  176.       Height = 21
  177.       HelpContext = 90
  178.       TabOrder = 2
  179.       Text = '0'
  180.     end
  181.     object Edit2: TEdit97
  182.       Left = 265
  183.       Top = 66
  184.       Width = 35
  185.       Height = 21
  186.       HelpContext = 90
  187.       TabOrder = 3
  188.       Text = '0'
  189.     end
  190.     object Spin_Width: TUpDown
  191.       Left = 180
  192.       Top = 66
  193.       Width = 15
  194.       Height = 21
  195.       HelpContext = 90
  196.       Associate = Edit1
  197.       Min = 0
  198.       Max = 2048
  199.       Increment = 5
  200.       Position = 0
  201.       TabOrder = 4
  202.       Wrap = False
  203.     end
  204.     object Spin_Height: TUpDown
  205.       Left = 300
  206.       Top = 66
  207.       Width = 15
  208.       Height = 21
  209.       HelpContext = 90
  210.       Associate = Edit2
  211.       Min = 0
  212.       Max = 2048
  213.       Increment = 5
  214.       Position = 0
  215.       TabOrder = 5
  216.       Wrap = False
  217.     end
  218.   end
  219.   object Check_Toolbar: TCheckBox
  220.     Left = 128
  221.     Top = 112
  222.     Width = 97
  223.     Height = 17
  224.     HelpContext = 100
  225.     Caption = 'paski narz∩┐╜dzi'
  226.     TabOrder = 1
  227.   end
  228.   object Check_menu: TCheckBox
  229.     Left = 128
  230.     Top = 132
  231.     Width = 97
  232.     Height = 17
  233.     HelpContext = 100
  234.     Caption = 'menu'
  235.     TabOrder = 2
  236.   end
  237.   object Check_scrollbars: TCheckBox
  238.     Left = 128
  239.     Top = 152
  240.     Width = 97
  241.     Height = 17
  242.     HelpContext = 100
  243.     Caption = 'paski przesuwu'
  244.     TabOrder = 3
  245.   end
  246.   object Check_resize: TCheckBox
  247.     Left = 128
  248.     Top = 172
  249.     Width = 97
  250.     Height = 17
  251.     HelpContext = 100
  252.     Caption = 'zmiana rozmiaru'
  253.     TabOrder = 4
  254.   end
  255.   object Check_statusbar: TCheckBox
  256.     Left = 241
  257.     Top = 112
  258.     Width = 97
  259.     Height = 17
  260.     HelpContext = 100
  261.     Caption = 'linia statusowa'
  262.     TabOrder = 5
  263.   end
  264.   object Check_location: TCheckBox
  265.     Left = 241
  266.     Top = 132
  267.     Width = 105
  268.     Height = 17
  269.     HelpContext = 100
  270.     Caption = 'pole lokalizacji'
  271.     TabOrder = 6
  272.   end
  273.   object Check_dir: TCheckBox
  274.     Left = 241
  275.     Top = 152
  276.     Width = 97
  277.     Height = 17
  278.     HelpContext = 100
  279.     Caption = 'katalogi'
  280.     TabOrder = 7
  281.   end
  282.   object Check_historia: TCheckBox
  283.     Left = 241
  284.     Top = 172
  285.     Width = 97
  286.     Height = 17
  287.     HelpContext = 100
  288.     Caption = 'historia'
  289.     TabOrder = 8
  290.   end
  291. end
  292.