home *** CD-ROM | disk | FTP | other *** search
- object CaptionDlg: TCaptionDlg
- Left = 268
- Top = 166
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Opis tabeli'
- ClientHeight = 172
- ClientWidth = 332
- 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
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Przycisk_OK: TToolbarButton97
- Left = 43
- Top = 124
- Width = 95
- Height = 45
- Cursor = crHandPoint
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_OKClick
- end
- object Przycisk_Anuluj: TToolbarButton97
- Left = 138
- Top = 124
- Width = 95
- Height = 45
- Cursor = crHandPoint
- Caption = '&Anuluj'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_AnulujClick
- end
- object Przycisk_Pomoc: TToolbarButton97
- Left = 233
- Top = 124
- Width = 95
- Height = 45
- Cursor = crHandPoint
- Caption = '&Pomoc'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_PomocClick
- end
- object Image2: TImage
- Left = 2
- Top = 14
- Width = 32
- Height = 32
- Hint = 'To narz�dzie s�u�y do definiowania '#13#10'wygl�du opisu tabeli.'
- AutoSize = True
- ParentShowHint = False
- Picture.Data = {<image000.ico>}
- ShowHint = True
- end
- object Panel1: TPanel
- Left = 40
- Top = 4
- Width = 289
- Height = 117
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 11
- Top = 10
- Width = 83
- Height = 13
- Caption = '&Tekst opisu tabeli'
- FocusControl = Edit_Opis
- end
- object Label2: TLabel
- Left = 21
- Top = 58
- Width = 114
- Height = 13
- Caption = '&Wyr�wnanie w poziomie'
- FocusControl = Lista_Align
- end
- object Label3: TLabel
- Left = 166
- Top = 58
- Width = 101
- Height = 13
- Caption = 'Wyr�wnanie w pio&nie'
- FocusControl = Lista_Valign
- end
- object Edit_Opis: TEdit97
- Left = 11
- Top = 30
- Width = 270
- Height = 19
- Hint = 'Wpisz opis tabeli'
- HelpContext = 1260
- TabOrder = 0
- end
- object Lista_Valign: TComboBox
- Left = 152
- Top = 78
- Width = 128
- Height = 21
- Hint = 'Po�o�enie opisu w stosunku do tabeli.'
- HelpContext = 1262
- Style = csDropDownList
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'do g�ry'
- 'do do�u')
- ParentFont = False
- TabOrder = 2
- end
- object Lista_Align: TComboBox
- Left = 11
- Top = 78
- Width = 134
- Height = 21
- Hint = 'Wyr�wnanie tekstu opisu tabeli w stosunku do tabeli.'
- HelpContext = 1261
- Style = csDropDownList
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'do lewej'
- 'na �rodek'
- 'do prawej')
- ParentFont = False
- TabOrder = 1
- end
- end
- end
-