home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / pajaczek / _SETUP.1 / Pajaczek.exe / 0 / RCDATA / TFRAMESETDLG / TFRAMESETDLG.txt
Encoding:
Text File  |  1998-11-10  |  2.6 KB  |  125 lines

  1. object FrameSetDlg: TFrameSetDlg
  2.   Left = 334
  3.   Top = 101
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Ustawienia <FRAMESET>'
  7.   ClientHeight = 129
  8.   ClientWidth = 224
  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 = 8
  22.     Top = 80
  23.     Width = 70
  24.     Height = 45
  25.     Cursor = crHandPoint
  26.     Caption = '&OK'
  27.     ParentShowHint = False
  28.     ShowHint = False
  29.     Spacing = 5
  30.     OnClick = Przycisk_OKClick
  31.   end
  32.   object Przycisk_Anuluj: TToolbarButton97
  33.     Left = 78
  34.     Top = 80
  35.     Width = 70
  36.     Height = 45
  37.     Cursor = crHandPoint
  38.     Caption = '&Anuluj'
  39.     ParentShowHint = False
  40.     ShowHint = False
  41.     Spacing = 5
  42.     OnClick = Przycisk_AnulujClick
  43.   end
  44.   object Przycisk_Pomoc: TToolbarButton97
  45.     Left = 148
  46.     Top = 80
  47.     Width = 70
  48.     Height = 45
  49.     Cursor = crHandPoint
  50.     Caption = '&Pomoc'
  51.     ParentShowHint = False
  52.     ShowHint = False
  53.     Spacing = 5
  54.     OnClick = Przycisk_PomocClick
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 4
  58.     Top = 4
  59.     Width = 217
  60.     Height = 73
  61.     BevelInner = bvRaised
  62.     BevelOuter = bvLowered
  63.     TabOrder = 0
  64.     object Label1: TLabel
  65.       Left = 8
  66.       Top = 12
  67.       Width = 111
  68.       Height = 13
  69.       Caption = '&Uk∩┐╜ad ramek na stronie'
  70.       FocusControl = Lista_Uklad
  71.     end
  72.     object Label_Ilosc: TLabel
  73.       Left = 60
  74.       Top = 45
  75.       Width = 59
  76.       Height = 13
  77.       Caption = 'Ilo∩┐╜∩┐╜ &kolumn'
  78.       FocusControl = Edit1
  79.     end
  80.     object Lista_Uklad: TComboBox
  81.       Left = 127
  82.       Top = 8
  83.       Width = 79
  84.       Height = 21
  85.       Hint = 'Okre∩┐╜la uk∩┐╜ad ramek na stronie.'
  86.       HelpContext = 1110
  87.       Style = csDropDownList
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clBlack
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ItemHeight = 13
  94.       Items.Strings = (
  95.         'Kolumnami'
  96.         'Wierszami')
  97.       ParentFont = False
  98.       TabOrder = 0
  99.       OnChange = Lista_UkladChange
  100.     end
  101.     object Edit1: TEdit97
  102.       Left = 128
  103.       Top = 40
  104.       Width = 61
  105.       Height = 21
  106.       HelpContext = 1110
  107.       TabOrder = 1
  108.       Text = '1'
  109.     end
  110.     object Spin_Ilosc: TUpDown
  111.       Left = 189
  112.       Top = 40
  113.       Width = 15
  114.       Height = 21
  115.       HelpContext = 1110
  116.       Associate = Edit1
  117.       Min = 1
  118.       Max = 9
  119.       Position = 1
  120.       TabOrder = 2
  121.       Wrap = False
  122.     end
  123.   end
  124. end
  125.