home *** CD-ROM | disk | FTP | other *** search
- object TabSzybkDlg: TTabSzybkDlg
- Left = 256
- Top = 119
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Szybka tabela'
- ClientHeight = 150
- ClientWidth = 274
- 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_Pomoc: TToolbarButton97
- Left = 181
- Top = 100
- Width = 87
- Height = 45
- Cursor = crHandPoint
- Caption = '&Pomoc'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_PomocClick
- end
- object Przycisk_Anuluj: TToolbarButton97
- Left = 94
- Top = 100
- Width = 87
- Height = 45
- Cursor = crHandPoint
- Caption = '&Anuluj'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_AnulujClick
- end
- object Przycisk_OK: TToolbarButton97
- Left = 6
- Top = 100
- Width = 88
- Height = 45
- Cursor = crHandPoint
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_OKClick
- end
- object Panel1: TPanel
- Left = 4
- Top = 4
- Width = 265
- Height = 93
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 25
- Width = 40
- Height = 13
- Caption = '&Wierszy:'
- FocusControl = Edit1
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 38
- Height = 13
- Caption = '&Kolumn:'
- FocusControl = Edit2
- end
- object Check_Caption: TCheckBox
- Left = 124
- Top = 8
- Width = 133
- Height = 17
- HelpContext = 1342
- Caption = 'Do��cz &opis tabeli'
- State = cbChecked
- TabOrder = 2
- end
- object Check_Rows: TCheckBox
- Left = 124
- Top = 28
- Width = 133
- Height = 17
- HelpContext = 1343
- Caption = 'Ustawienia dla wie&rszy'
- State = cbChecked
- TabOrder = 3
- end
- object Check_Cells: TCheckBox
- Left = 124
- Top = 48
- Width = 137
- Height = 17
- HelpContext = 1344
- Caption = 'Ustawienia dla ko&m�rek'
- State = cbChecked
- TabOrder = 4
- end
- object check_border: TCheckBox
- Left = 124
- Top = 68
- Width = 121
- Height = 17
- HelpContext = 1345
- Caption = 'Obramowa&nie tabeli'
- State = cbChecked
- TabOrder = 5
- end
- object Edit1: TEdit97
- Left = 60
- Top = 20
- Width = 35
- Height = 21
- HelpContext = 1340
- TabOrder = 0
- Text = '0'
- end
- object Edit2: TEdit97
- Left = 60
- Top = 51
- Width = 35
- Height = 21
- HelpContext = 1341
- TabOrder = 1
- Text = '0'
- end
- object Spin_Rows: TUpDown
- Left = 95
- Top = 20
- Width = 15
- Height = 21
- HelpContext = 1340
- Associate = Edit1
- Min = 0
- Max = 2048
- Position = 0
- TabOrder = 6
- Wrap = False
- end
- object Spin_Cols: TUpDown
- Left = 95
- Top = 51
- Width = 15
- Height = 21
- HelpContext = 1341
- Associate = Edit2
- Min = 0
- Max = 2048
- Position = 0
- TabOrder = 7
- Wrap = False
- end
- end
- end
-