home *** CD-ROM | disk | FTP | other *** search
- object FrameSetDlg: TFrameSetDlg
- Left = 334
- Top = 101
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Ustawienia <FRAMESET>'
- ClientHeight = 129
- ClientWidth = 224
- 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 = 8
- Top = 80
- Width = 70
- Height = 45
- Cursor = crHandPoint
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_OKClick
- end
- object Przycisk_Anuluj: TToolbarButton97
- Left = 78
- Top = 80
- Width = 70
- Height = 45
- Cursor = crHandPoint
- Caption = '&Anuluj'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_AnulujClick
- end
- object Przycisk_Pomoc: TToolbarButton97
- Left = 148
- Top = 80
- Width = 70
- Height = 45
- Cursor = crHandPoint
- Caption = '&Pomoc'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_PomocClick
- end
- object Panel1: TPanel
- Left = 4
- Top = 4
- Width = 217
- Height = 73
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 111
- Height = 13
- Caption = '&Uk�ad ramek na stronie'
- FocusControl = Lista_Uklad
- end
- object Label_Ilosc: TLabel
- Left = 60
- Top = 45
- Width = 59
- Height = 13
- Caption = 'Ilo�� &kolumn'
- FocusControl = Edit1
- end
- object Lista_Uklad: TComboBox
- Left = 127
- Top = 8
- Width = 79
- Height = 21
- Hint = 'Okre�la uk�ad ramek na stronie.'
- HelpContext = 1110
- Style = csDropDownList
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'Kolumnami'
- 'Wierszami')
- ParentFont = False
- TabOrder = 0
- OnChange = Lista_UkladChange
- end
- object Edit1: TEdit97
- Left = 128
- Top = 40
- Width = 61
- Height = 21
- HelpContext = 1110
- TabOrder = 1
- Text = '1'
- end
- object Spin_Ilosc: TUpDown
- Left = 189
- Top = 40
- Width = 15
- Height = 21
- HelpContext = 1110
- Associate = Edit1
- Min = 1
- Max = 9
- Position = 1
- TabOrder = 2
- Wrap = False
- end
- end
- end
-