home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-11-10 | 76.9 KB | 2,676 lines |
- object TabEdDlg: TTabEdDlg
- Left = 155
- Top = 103
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Edytor tabel'
- ClientHeight = 399
- ClientWidth = 627
- 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 = 560
- Top = 4
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = '&OK'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_OKClick
- end
- object Przycisk_Anuluj: TToolbarButton97
- Left = 560
- Top = 69
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = '&Anuluj'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_AnulujClick
- end
- object Przycisk_Pomoc: TToolbarButton97
- Left = 560
- Top = 134
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = '&Pomoc'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_PomocClick
- end
- object Image2: TImage
- Left = 4
- Top = 10
- Width = 32
- Height = 32
- Hint = 'To narz�dzie s�u�y do '#13#10'�atwego tworzenia tabel'
- AutoSize = True
- ParentShowHint = False
- Picture.Data = {<image000.ico>}
- ShowHint = True
- Transparent = True
- end
- object Tabelka: TStringGrid
- Left = 40
- Top = 250
- Width = 517
- Height = 147
- HelpContext = 1970
- TabStop = False
- ColCount = 2
- DefaultRowHeight = 18
- FixedCols = 0
- RowCount = 2
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs, goAlwaysShowEditor]
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnSelectCell = TabelkaSelectCell
- OnTopLeftChanged = TabelkaTopLeftChanged
- end
- object Notebook: TPage95Control
- Left = 40
- Top = 4
- Width = 517
- Height = 243
- ActivePage = TAB_Tabela
- Images = Images
- FlatSeperators = False
- HotTrack = True
- TabInactiveColor = clBtnFace
- TabInactiveFont.Charset = DEFAULT_CHARSET
- TabInactiveFont.Color = clWindowText
- TabInactiveFont.Height = -11
- TabInactiveFont.Name = 'MS Sans Serif'
- TabInactiveFont.Style = []
- TabOrder = 0
- TabStop = False
- UseMSDrawing = True
- object TAB_Tabela: TTab95Sheet
- Caption = 'Ustawienia tabeli'
- GripAlign = gaLeft
- ImageIndex = 0
- StaticPageIndex = -1
- TabVisible = True
- object GRP_Tabela_Ogolne: TGroupBox
- Left = 4
- Top = 4
- Width = 265
- Height = 205
- Caption = ' Podstawowe ustawienia '
- TabOrder = 0
- object Label1: TLabel
- Left = 13
- Top = 56
- Width = 114
- Height = 13
- Caption = 'Wyr�wnanie w po&ziomie'
- FocusControl = Lista_Align
- end
- object Label4: TLabel
- Left = 149
- Top = 56
- Width = 101
- Height = 13
- Caption = 'Wyr�wnanie w pio&nie'
- FocusControl = Lista_Valign
- end
- object Label2: TLabel
- Left = 10
- Top = 107
- Width = 50
- Height = 13
- Caption = '&Szeroko��'
- FocusControl = Edit1
- end
- object Label3: TLabel
- Left = 144
- Top = 107
- Width = 50
- Height = 13
- Caption = 'Wysoko��'
- FocusControl = Edit2
- end
- object Label5: TLabel
- Left = 10
- Top = 148
- Width = 60
- Height = 13
- Caption = 'Odst�p ko&m.'
- FocusControl = Edit3
- end
- object Label6: TLabel
- Left = 144
- Top = 148
- Width = 55
- Height = 13
- Caption = 'Mar&gines k.'
- FocusControl = Edit4
- end
- object Label7: TLabel
- Left = 68
- Top = 177
- Width = 126
- Height = 13
- Caption = 'Obramowanie wok� &tabeli'
- end
- object Label8: TLabel
- Left = 14
- Top = 24
- Width = 38
- Height = 13
- Caption = '&Kolumn:'
- FocusControl = Edit6
- end
- object Label9: TLabel
- Left = 150
- Top = 26
- Width = 40
- Height = 13
- Caption = '&Wierszy:'
- FocusControl = Edit7
- end
- object Bevel1: TBevel
- Left = 7
- Top = 40
- Width = 251
- Height = 10
- Shape = bsBottomLine
- end
- object Lista_Align: TComboBox
- Left = 13
- Top = 75
- Width = 117
- Height = 21
- Hint = 'Wyr�wnanie tabeli wzgl�dem otaczaj�cych j� element�w w poziomie.'
- HelpContext = 1240
- 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'
- 'do obu na raz (IE)'
- 'bleedleft (IE)'
- 'bleedright (IE)')
- ParentFont = False
- TabOrder = 4
- end
- object Lista_Valign: TComboBox
- Left = 141
- Top = 75
- Width = 117
- Height = 21
- Hint = 'Wyr�wnanie tabeli w pionie'
- HelpContext = 1241
- 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'
- 'na �rodek'
- 'do do�u'
- '"baseline"')
- ParentFont = False
- TabOrder = 5
- end
- object Edit1: TEdit97
- Left = 72
- Top = 104
- Width = 41
- Height = 19
- HelpContext = 1242
- TabOrder = 6
- Text = '0'
- end
- object Edit2: TEdit97
- Left = 200
- Top = 104
- Width = 41
- Height = 19
- HelpContext = 1243
- TabOrder = 9
- Text = '0'
- end
- object CHK_Procent_Height: TCheckBox
- Left = 200
- Top = 127
- Width = 32
- Height = 13
- HelpContext = 1243
- Caption = '%'
- TabOrder = 11
- end
- object CHK_Procent_Width: TCheckBox
- Left = 72
- Top = 127
- Width = 32
- Height = 13
- HelpContext = 1242
- Caption = '%'
- TabOrder = 8
- end
- object Edit3: TEdit97
- Left = 72
- Top = 145
- Width = 41
- Height = 19
- HelpContext = 1244
- TabOrder = 12
- Text = '2'
- end
- object Edit4: TEdit97
- Left = 200
- Top = 145
- Width = 41
- Height = 19
- HelpContext = 1245
- TabOrder = 14
- Text = '1'
- end
- object Edit5: TEdit97
- Left = 200
- Top = 174
- Width = 41
- Height = 19
- HelpContext = 1246
- TabOrder = 16
- Text = '1'
- end
- object Spin_Border: TUpDown
- Left = 241
- Top = 174
- Width = 15
- Height = 19
- HelpContext = 1246
- Associate = Edit5
- Min = 0
- Max = 2048
- Position = 1
- TabOrder = 17
- Wrap = False
- end
- object Spin_Cellpadding: TUpDown
- Left = 241
- Top = 145
- Width = 15
- Height = 19
- HelpContext = 1245
- Associate = Edit4
- Min = 0
- Max = 2048
- Position = 1
- TabOrder = 13
- Wrap = False
- end
- object Spin_Height: TUpDown
- Left = 241
- Top = 104
- Width = 15
- Height = 19
- HelpContext = 1243
- Associate = Edit2
- Min = 0
- Max = 2048
- Increment = 5
- Position = 0
- TabOrder = 10
- Wrap = False
- end
- object Spin_Width: TUpDown
- Left = 113
- Top = 104
- Width = 15
- Height = 19
- HelpContext = 1242
- Associate = Edit1
- Min = 0
- Max = 2048
- Increment = 5
- Position = 0
- TabOrder = 7
- Wrap = False
- end
- object Spin_Cellspacing: TUpDown
- Left = 113
- Top = 145
- Width = 15
- Height = 19
- HelpContext = 1244
- Associate = Edit3
- Min = 0
- Max = 2048
- Position = 2
- TabOrder = 15
- Wrap = False
- end
- object Edit6: TEdit97
- Left = 56
- Top = 22
- Width = 41
- Height = 19
- HelpContext = 1341
- ReadOnly = True
- TabOrder = 0
- Text = '2'
- end
- object SPN_Kolumny: TUpDown
- Left = 97
- Top = 22
- Width = 15
- Height = 19
- HelpContext = 1341
- Associate = Edit6
- Min = 1
- Max = 2048
- Position = 2
- TabOrder = 1
- Wrap = False
- OnChanging = SPN_KolumnyChanging
- OnClick = SPN_KolumnyClick
- end
- object Edit7: TEdit97
- Left = 200
- Top = 23
- Width = 41
- Height = 19
- HelpContext = 1340
- ReadOnly = True
- TabOrder = 2
- Text = '2'
- end
- object SPN_Wiersze: TUpDown
- Left = 241
- Top = 23
- Width = 15
- Height = 19
- HelpContext = 1340
- Associate = Edit7
- Min = 1
- Max = 2048
- Position = 2
- TabOrder = 3
- Wrap = False
- OnChanging = SPN_WierszeChanging
- OnClick = SPN_WierszeClick
- end
- end
- object GRP_Tabela_Dodatkowe: TGroupBox
- Left = 276
- Top = 4
- Width = 229
- Height = 205
- Caption = ' Dodatkowe ustawienia '
- TabOrder = 1
- object Label10: TLabel
- Left = 7
- Top = 24
- Width = 43
- Height = 13
- Caption = '&Kolor t�a:'
- FocusControl = Przycisk_BGColor
- end
- object Label11: TLabel
- Left = 109
- Top = 24
- Width = 63
- Height = 13
- Caption = '&Jasna ramka:'
- FocusControl = Przycisk_BorderColorLight
- end
- object Label12: TLabel
- Left = 7
- Top = 56
- Width = 37
- Height = 13
- Caption = '&Ramka:'
- FocusControl = Przycisk_Bordercolor
- end
- object Label13: TLabel
- Left = 102
- Top = 56
- Width = 70
- Height = 13
- Caption = '&Ciemna ramka:'
- FocusControl = Przycisk_BorderColorDark
- end
- object Przycisk_Otworz_Image: TToolbarButton97
- Left = 197
- Top = 100
- Width = 23
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� obrazek na t�o tabeli.'
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77777777777777777777777788888888777777700000000087777700FBFBFBFB
- 0877770F0FBFBFBFB087770BF0FBFBFBFB08770FBF0000000007770BFBFBFBFB
- 0877770FBFBFBFBF077777000000000077777770FBFB07777777777800008777
- 7777777777777777777777777777777777777777777777777777}
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = True
- OnClick = Przycisk_Otworz_ImageClick
- end
- object Label14: TLabel
- Left = 120
- Top = 84
- Width = 84
- Height = 13
- Caption = 'O&brazek t�a tabeli'
- FocusControl = Edit_Background
- end
- object Label15: TLabel
- Left = 23
- Top = 84
- Width = 70
- Height = 13
- Caption = 'Te&kst po tabeli'
- FocusControl = Lista_Clear
- end
- object Label16: TLabel
- Left = 7
- Top = 134
- Width = 68
- Height = 13
- Caption = 'Obram. ze&wn.:'
- FocusControl = Lista_Frame
- end
- object Label17: TLabel
- Left = 7
- Top = 159
- Width = 71
- Height = 13
- Caption = 'Obram. wew&n.:'
- FocusControl = Lista_Rules
- end
- object Przycisk_BGColor: TDFSColorButton
- Left = 52
- Top = 18
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� kolor t�a tabeli.'
- HelpContext = 1247
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clSilver
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = Przycisk_BGColorColorChange
- end
- object Przycisk_BorderColorLight: TDFSColorButton
- Left = 175
- Top = 18
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� ja�niejszy kolor obramowania tabeli.'
- HelpContext = 1249
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clSilver
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = Przycisk_BorderColorLightColorChange
- end
- object Przycisk_Bordercolor: TDFSColorButton
- Left = 52
- Top = 51
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� kolor obramowania tabeli.'
- HelpContext = 1248
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clSilver
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = Przycisk_BordercolorColorChange
- end
- object Przycisk_BorderColorDark: TDFSColorButton
- Left = 175
- Top = 51
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� ciemniejszy kolor obramowania tabeli.'
- HelpContext = 1250
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clSilver
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = Przycisk_BorderColorDarkColorChange
- end
- object Edit_Background: TComboBox98
- Left = 112
- Top = 100
- Width = 81
- Height = 21
- Hint = 'Obrazek t�a dla tabeli.'
- HelpContext = 1252
- ItemHeight = 13
- TabOrder = 5
- OnDblClick = Przycisk_Otworz_ImageClick
- Complete = True
- MinLengthComplete = 0
- end
- object Lista_Clear: TComboBox
- Left = 7
- Top = 100
- Width = 102
- Height = 21
- Hint = 'Formatuje tekst nast�puj�cy po tabeli'
- HelpContext = 1251
- Style = csDropDownList
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'od razu'
- 'nowa linia do lewej'
- 'nowa linia do prawej')
- ParentFont = False
- TabOrder = 4
- end
- object Lista_Frame: TComboBox
- Left = 81
- Top = 129
- Width = 140
- Height = 21
- Hint = 'Pozwala ustali� spos�b obramowania zewn�trznego tabeli.'
- HelpContext = 1253
- Style = csDropDownList
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'bez zewn�trznych kraw�dzi (void)'
- 'g�rna kraw�d� (above)'
- 'dolna kraw�d� (below)'
- 'lewa i prawa kraw�d� (vsides)'
- 'g�rna i dolna kraw�d� (hsides)'
- 'lewa kraw�d� (lhs)'
- 'prawa kraw�d� (rhs)'
- 'wszystkie kraw�dzie (box)')
- ParentFont = False
- TabOrder = 6
- end
- object Lista_Rules: TComboBox
- Left = 81
- Top = 155
- Width = 140
- Height = 21
- Hint = 'Pozwala ustali� spos�b obramowania wewn�trznego kom�rek tabeli.'
- HelpContext = 1254
- Style = csDropDownList
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'bez kraw�dzi wewn�trznych (none)'
- 'pomi�dzy zdefiniowanymi grupami (groups)'
- 'kraw�dzie mi�dzy wierszami (rows)'
- 'kraw�dzie mi�dzy kolumnami (cols)'
- 'wszystkie wewn�trzne kraw�dzie (all)')
- ParentFont = False
- TabOrder = 7
- end
- object Check_Nowrap: TCheckBox
- Left = 8
- Top = 181
- Width = 141
- Height = 17
- HelpContext = 1255
- Caption = 'Zawijanie wierszy tab&eli'
- TabOrder = 8
- end
- end
- end
- object Tab_Kolumna: TTab95Sheet
- Caption = 'Kolumny i opis tabeli'
- GripAlign = gaLeft
- ImageIndex = 1
- StaticPageIndex = -1
- TabVisible = True
- object GRP_Kolumna: TGroupBox
- Left = 4
- Top = 4
- Width = 300
- Height = 205
- Caption = ' Ustawienia kolumn '
- TabOrder = 0
- object LBL_Kol_Kolor: TLabel
- Left = 25
- Top = 18
- Width = 40
- Height = 13
- Caption = '&Kolor t�a'
- Enabled = False
- FocusControl = BTN_Kolo_Kolor
- end
- object LBL_Kolo_Tlo: TLabel
- Left = 133
- Top = 18
- Width = 86
- Height = 13
- Caption = 'Podk�ad &graficzny'
- Enabled = False
- FocusControl = LST_Kolo_Tlo
- end
- object BTN_Kol_Tlo: TToolbarButton97
- Left = 269
- Top = 35
- Width = 23
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� obrazek '#13#10'na t�o kolumny.'
- Enabled = False
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77777777777777777777777788888888777777700000000087777700FBFBFBFB
- 0877770F0FBFBFBFB087770BF0FBFBFBFB08770FBF0000000007770BFBFBFBFB
- 0877770FBFBFBFBF077777000000000077777770FBFB07777777777800008777
- 7777777777777777777777777777777777777777777777777777}
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = True
- OnClick = BTN_Kol_TloClick
- end
- object LST_Kolumny: TListView
- Left = 8
- Top = 64
- Width = 284
- Height = 117
- HelpContext = 1950
- ColumnClick = False
- Columns = <
- item
- Caption = 'kolumny'
- Width = 80
- end
- item
- Alignment = taCenter
- Caption = 'kolor'
- Width = 60
- end
- item
- Caption = 'podk�ad'
- Width = 70
- end
- item
- Alignment = taCenter
- Caption = 'nag��wek'
- Width = 70
- end>
- ReadOnly = True
- HideSelection = False
- HotTrack = True
- OnChange = LST_KolumnyChange
- TabOrder = 2
- ViewStyle = vsReport
- SmallImages = Images
- end
- object BTN_Kolo_Kolor: TDFSColorButton
- Left = 23
- Top = 35
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� '#13#10'kolor t�a dla kolumny'
- HelpContext = 1951
- Enabled = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clSilver
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = BTN_Kolo_KolorColorChange
- end
- object LST_Kolo_Tlo: TComboBox98
- Left = 88
- Top = 36
- Width = 177
- Height = 21
- HelpContext = 1952
- Enabled = False
- ItemHeight = 0
- TabOrder = 1
- OnChange = LST_Kolo_TloChange
- OnDblClick = BTN_Kol_TloClick
- Complete = True
- MinLengthComplete = 0
- end
- object CHK_Kolumna_TH: TCheckBox
- Left = 8
- Top = 184
- Width = 185
- Height = 17
- HelpContext = 1953
- Caption = 'Ta kolumna jest nag��wkiem tabeli'
- Enabled = False
- TabOrder = 3
- OnClick = CHK_Kolumna_THClick
- end
- end
- object GRP_Caption: TGroupBox
- Left = 310
- Top = 4
- Width = 195
- Height = 205
- Caption = ' Opis tabeli '
- TabOrder = 1
- object Label18: TLabel
- Left = 7
- Top = 28
- Width = 83
- Height = 13
- Caption = '&Tekst opisu tabeli'
- FocusControl = Edit_Opis
- end
- object Label19: TLabel
- Left = 7
- Top = 76
- Width = 114
- Height = 13
- Caption = 'Wyr�wnanie w po&ziomie'
- FocusControl = Lista_Align_Caption
- end
- object Label20: TLabel
- Left = 7
- Top = 124
- Width = 101
- Height = 13
- Caption = 'Wyr�wnanie w pio&nie'
- FocusControl = Lista_VAlign_Caption
- end
- object Edit_Opis: TEdit97
- Left = 7
- Top = 49
- Width = 179
- Height = 19
- Hint = 'Wpisz opis tabeli'
- HelpContext = 1260
- TabOrder = 0
- end
- object Lista_Align_Caption: TComboBox
- Left = 7
- Top = 96
- Width = 179
- 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
- object Lista_VAlign_Caption: TComboBox
- Left = 7
- Top = 144
- Width = 179
- 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
- end
- end
- object TAB_Wiersz: TTab95Sheet
- Caption = 'Ustawienia wierszy'
- GripAlign = gaLeft
- ImageIndex = 2
- StaticPageIndex = -1
- TabVisible = True
- object GroupBox1: TGroupBox
- Left = 4
- Top = 4
- Width = 241
- Height = 205
- Caption = ' Wiersze '
- TabOrder = 0
- object LST_Wiersze: TListView
- Left = 8
- Top = 20
- Width = 225
- Height = 177
- HelpContext = 1955
- ColumnClick = False
- Columns = <
- item
- Caption = 'wiersze'
- Width = 75
- end
- item
- Alignment = taCenter
- Caption = 'w poziomie'
- Width = 70
- end
- item
- Alignment = taCenter
- Caption = 'w pionie'
- Width = 65
- end
- item
- Alignment = taCenter
- Caption = 'zawijanie'
- Width = 70
- end
- item
- Alignment = taCenter
- Caption = 't�o'
- Width = 60
- end
- item
- Alignment = taCenter
- Caption = 'ramka'
- Width = 60
- end
- item
- Alignment = taCenter
- Caption = 'jasna r.'
- Width = 60
- end
- item
- Alignment = taCenter
- Caption = 'ciemna r.'
- Width = 65
- end
- item
- Alignment = taCenter
- Caption = 'nag��wek'
- Width = 70
- end>
- ReadOnly = True
- HideSelection = False
- HotTrack = True
- OnChange = LST_WierszeChange
- TabOrder = 0
- ViewStyle = vsReport
- SmallImages = Images
- end
- end
- object GRP_Wiersz: TGroupBox
- Left = 252
- Top = 4
- Width = 253
- Height = 205
- Caption = ' Ustawienia '
- TabOrder = 1
- object LBL_Align_W: TLabel
- Left = 10
- Top = 21
- Width = 114
- Height = 13
- Caption = 'Wyr�wnanie w po&ziomie'
- Enabled = False
- FocusControl = LST_Align_W
- end
- object LBL_VAlign_W: TLabel
- Left = 138
- Top = 21
- Width = 101
- Height = 13
- Caption = 'Wyr�wnanie w pio&nie'
- Enabled = False
- FocusControl = LST_VAlign_W
- end
- object LBL_Tlo_W: TLabel
- Left = 128
- Top = 98
- Width = 40
- Height = 13
- Caption = 'Kolor &t�a'
- Enabled = False
- FocusControl = BTN_TloKol_W
- end
- object LBL_Ramka_W: TLabel
- Left = 128
- Top = 126
- Width = 52
- Height = 13
- Caption = 'Kolor &ramki'
- Enabled = False
- FocusControl = BTN_RamkaKol_W
- end
- object LBL_JasnaR_W: TLabel
- Left = 128
- Top = 154
- Width = 60
- Height = 13
- Caption = '&Jasna ramka'
- Enabled = False
- FocusControl = BTN_JasnaRKol_W
- end
- object LBL_CiemnaR_W: TLabel
- Left = 128
- Top = 181
- Width = 67
- Height = 13
- Caption = '&Ciemna ramka'
- Enabled = False
- FocusControl = BTN_CiemnaRKol_W
- end
- object LST_VAlign_W: TComboBox
- Left = 130
- Top = 41
- Width = 117
- Height = 21
- Hint = 'Wyr�wnanie tekstu w wierszu w pionie'
- HelpContext = 1291
- Style = csDropDownList
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'do g�ry'
- 'na �rodek'
- 'do do�u'
- '"baseline"')
- ParentFont = False
- TabOrder = 1
- OnChange = LST_VAlign_WChange
- end
- object LST_Align_W: TComboBox
- Left = 9
- Top = 41
- Width = 117
- Height = 21
- Hint = 'Wyr�wnanie tekstu w wierszu w poziomie'
- HelpContext = 1290
- Style = csDropDownList
- Enabled = False
- 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'
- 'do obu na raz (IE)')
- ParentFont = False
- TabOrder = 0
- OnChange = LST_Align_WChange
- end
- object CHK_Wrap_W: TCheckBox
- Left = 8
- Top = 70
- Width = 105
- Height = 17
- HelpContext = 1296
- Caption = '&Zawijanie tekstu'
- Enabled = False
- TabOrder = 2
- OnClick = CHK_Wrap_WClick
- end
- object BTN_TloKol_W: TDFSColorButton
- Left = 200
- Top = 92
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� kolor t�a dla wiersza.'
- HelpContext = 1292
- Enabled = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clSilver
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = BTN_TloKol_WColorChange
- end
- object BTN_RamkaKol_W: TDFSColorButton
- Left = 200
- Top = 120
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� kolor obramowania dla wiersza.'
- HelpContext = 1293
- Enabled = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clSilver
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = BTN_RamkaKol_WColorChange
- end
- object BTN_JasnaRKol_W: TDFSColorButton
- Left = 200
- Top = 148
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� ja�niejszy kolor obramowania wiersza.'
- HelpContext = 1294
- Enabled = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 5
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clSilver
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = BTN_JasnaRKol_WColorChange
- end
- object BTN_CiemnaRKol_W: TDFSColorButton
- Left = 200
- Top = 175
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� ciemniejszy kolor obramowania wiersza.'
- HelpContext = 1295
- Enabled = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 6
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clSilver
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = BTN_CiemnaRKol_WColorChange
- end
- object CHK_Wiersze_TH: TCheckBox
- Left = 130
- Top = 70
- Width = 117
- Height = 17
- HelpContext = 1956
- Caption = 'Ten wiersz jest na&g�.'
- Enabled = False
- TabOrder = 7
- OnClick = CHK_Wiersze_THClick
- end
- end
- end
- object TAB_Komorka: TTab95Sheet
- Caption = 'Ustawienia kom�rek'
- GripAlign = gaLeft
- ImageIndex = 3
- StaticPageIndex = -1
- TabVisible = True
- object Splitter1: TSplitter
- Left = 185
- Top = 0
- Width = 5
- Height = 0
- Cursor = crHSplit
- Beveled = False
- MinSize = 70
- end
- object Notebook_Kom: TPage95Control
- Left = 190
- Top = 0
- Width = 319
- Height = 212
- HelpContext = 1961
- ActivePage = TAB_Komorki
- Images = Images
- Align = alClient
- FlatSeperators = False
- HotTrack = True
- TabInactiveColor = clBtnFace
- TabInactiveFont.Charset = DEFAULT_CHARSET
- TabInactiveFont.Color = clWindowText
- TabInactiveFont.Height = -11
- TabInactiveFont.Name = 'MS Sans Serif'
- TabInactiveFont.Style = []
- TabHeight = 16
- TabOrder = 0
- TabStop = False
- TabWidth = 30
- UseMSDrawing = True
- VerticalTabs = True
- object TAB_Komorki: TTab95Sheet
- HelpContext = 1961
- GripAlign = gaLeft
- ImageIndex = 0
- StaticPageIndex = -1
- TabVisible = True
- object GRP_Kom_Ustaw: TGroupBox
- Left = 0
- Top = 0
- Width = 295
- Height = 202
- Align = alClient
- Caption = ' Ustawienia '
- TabOrder = 0
- object LBL_Kom_pionowo: TLabel
- Left = 83
- Top = 15
- Width = 39
- Height = 13
- Caption = 'w pio&nie'
- Enabled = False
- FocusControl = LST_Kom_Pionowo
- end
- object LBL_Kom_poziomo: TLabel
- Left = 16
- Top = 15
- Width = 52
- Height = 13
- Caption = 'w po&ziomie'
- Enabled = False
- FocusControl = LST_Kom_Poziomo
- end
- object LBL_Kom_Szer: TLabel
- Left = 18
- Top = 66
- Width = 50
- Height = 13
- Caption = '&Szeroko��'
- Enabled = False
- FocusControl = EDT_Kom_Szer
- end
- object LBL_Kom_Colspan: TLabel
- Left = 30
- Top = 152
- Width = 38
- Height = 13
- Caption = '&Colspan'
- Enabled = False
- FocusControl = EDT_Kom_Colspan
- end
- object LBL_Kom_Rowspan: TLabel
- Left = 23
- Top = 178
- Width = 45
- Height = 13
- Caption = '&Rowspan'
- Enabled = False
- FocusControl = EDT_Kom_Rowspan
- end
- object LBL_Kom_Wys: TLabel
- Left = 12
- Top = 108
- Width = 55
- Height = 13
- Caption = '&Wysosko��'
- Enabled = False
- FocusControl = EDT_Kom_Wys
- end
- object Bevel2: TBevel
- Left = 128
- Top = 16
- Width = 10
- Height = 181
- Shape = bsRightLine
- end
- object LBL_Kom_Kol_JasnaR: TLabel
- Left = 236
- Top = 15
- Width = 37
- Height = 13
- Caption = '&Jasna r.'
- Enabled = False
- FocusControl = BTN_Kom_Kol_JasnaR
- end
- object LBL_Kom_Kol_CiemnaR: TLabel
- Left = 232
- Top = 66
- Width = 44
- Height = 13
- Caption = '&Ciemna r.'
- Enabled = False
- FocusControl = BTN_Kom_Kol_CiemnaR
- end
- object LBL_Kom_Kol_Tlo: TLabel
- Left = 158
- Top = 15
- Width = 40
- Height = 13
- Caption = 'Kolor &t�a'
- Enabled = False
- FocusControl = BTN_Kom_Kol_Tlo
- end
- object LBL_Kom_Kol_Ramka: TLabel
- Left = 152
- Top = 66
- Width = 52
- Height = 13
- Caption = 'Kolor ra&mki'
- Enabled = False
- FocusControl = BTN_Kom_Kol_Ramka
- end
- object LBL_Kom_Tlo: TLabel
- Left = 146
- Top = 113
- Width = 113
- Height = 13
- Caption = 'O&brazek t�a dla kom�rki'
- Enabled = False
- FocusControl = EDT_Kom_Tlo
- end
- object BTN_Kom_Tlo: TToolbarButton97
- Left = 266
- Top = 130
- Width = 23
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� obrazek na t�o kom�rki.'
- Enabled = False
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77777777777777777777777788888888777777700000000087777700FBFBFBFB
- 0877770F0FBFBFBFB087770BF0FBFBFBFB08770FBF0000000007770BFBFBFBFB
- 0877770FBFBFBFBF077777000000000077777770FBFB07777777777800008777
- 7777777777777777777777777777777777777777777777777777}
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = True
- OnClick = BTN_Kom_TloClick
- end
- object LST_Kom_Pionowo: TComboBox
- Left = 75
- Top = 32
- Width = 56
- Height = 21
- Hint = 'Wyr�wnanie tekstu w kom�rce w pionie'
- HelpContext = 1272
- Style = csDropDownList
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'do g�ry'
- 'na �rodek'
- 'do do�u'
- '"baseline"')
- ParentFont = False
- TabOrder = 1
- OnChange = LST_Kom_PionowoChange
- end
- object LST_Kom_Poziomo: TComboBox
- Left = 15
- Top = 32
- Width = 56
- Height = 21
- Hint = 'Wyr�wnanie tekstu w kom�rce w poziomie'
- HelpContext = 1271
- Style = csDropDownList
- Enabled = False
- 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'
- 'do obu na raz (IE)')
- ParentFont = False
- TabOrder = 0
- OnChange = LST_Kom_PoziomoChange
- end
- object EDT_Kom_Szer: TEdit97
- Left = 74
- Top = 61
- Width = 39
- Height = 21
- HelpContext = 1273
- Enabled = False
- TabOrder = 2
- Text = '0'
- end
- object CHK_KOM_Szer_Procent: TCheckBox
- Left = 74
- Top = 86
- Width = 32
- Height = 13
- HelpContext = 1273
- Caption = '%'
- Enabled = False
- TabOrder = 4
- OnClick = CHK_KOM_Szer_ProcentClick
- end
- object EDT_Kom_Colspan: TEdit97
- Left = 74
- Top = 147
- Width = 39
- Height = 21
- HelpContext = 1281
- Enabled = False
- TabOrder = 8
- Text = '1'
- end
- object EDT_Kom_Rowspan: TEdit97
- Left = 74
- Top = 173
- Width = 39
- Height = 21
- HelpContext = 1281
- Enabled = False
- TabOrder = 10
- Text = '1'
- end
- object CHK_Kom_Wys_Procent: TCheckBox
- Left = 75
- Top = 129
- Width = 32
- Height = 13
- HelpContext = 1274
- Caption = '%'
- Enabled = False
- TabOrder = 7
- OnClick = CHK_Kom_Wys_ProcentClick
- end
- object EDT_Kom_Wys: TEdit97
- Left = 74
- Top = 105
- Width = 39
- Height = 21
- HelpContext = 1274
- Enabled = False
- TabOrder = 5
- Text = '0'
- end
- object SPN_Kom_Wys: TUpDown
- Left = 113
- Top = 105
- Width = 15
- Height = 21
- HelpContext = 1274
- Associate = EDT_Kom_Wys
- Enabled = False
- Min = 0
- Max = 2048
- Increment = 5
- Position = 0
- TabOrder = 6
- Wrap = False
- OnClick = SPN_Kom_WysClick
- end
- object SPN_Kom_Colspan: TUpDown
- Left = 113
- Top = 147
- Width = 15
- Height = 21
- HelpContext = 1281
- Associate = EDT_Kom_Colspan
- Enabled = False
- Min = 1
- Max = 2048
- Position = 1
- TabOrder = 9
- Wrap = False
- OnClick = SPN_Kom_ColspanClick
- end
- object SPN_Kom_Szer: TUpDown
- Left = 113
- Top = 61
- Width = 15
- Height = 21
- HelpContext = 1273
- Associate = EDT_Kom_Szer
- Enabled = False
- Min = 0
- Max = 2048
- Increment = 5
- Position = 0
- TabOrder = 3
- Wrap = False
- OnClick = SPN_Kom_SzerClick
- end
- object SPN_Kom_Rowspan: TUpDown
- Left = 113
- Top = 173
- Width = 15
- Height = 21
- HelpContext = 1281
- Associate = EDT_Kom_Rowspan
- Enabled = False
- Min = 1
- Max = 2048
- Position = 1
- TabOrder = 11
- Wrap = False
- OnClick = SPN_Kom_RowspanClick
- end
- object BTN_Kom_Kol_CiemnaR: TDFSColorButton
- Left = 232
- Top = 83
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� ciemniejszy kolor obramowania kom�rki.'
- HelpContext = 1278
- Enabled = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 15
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clNone
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = BTN_Kom_Kol_CiemnaRColorChange
- end
- object BTN_Kom_Kol_JasnaR: TDFSColorButton
- Left = 232
- Top = 32
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� ja�niejszy kolor obramowania kom�rki.'
- HelpContext = 1277
- Enabled = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 14
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clNone
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = BTN_Kom_Kol_JasnaRColorChange
- end
- object BTN_Kom_Kol_Ramka: TDFSColorButton
- Left = 156
- Top = 83
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� kolor obramowania dla kom�rki'
- HelpContext = 1276
- Enabled = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 13
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clNone
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = BTN_Kom_Kol_RamkaColorChange
- end
- object BTN_Kom_Kol_Tlo: TDFSColorButton
- Left = 156
- Top = 32
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� kolor t�a dla kom�rki.'
- HelpContext = 1275
- Enabled = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 12
- OtherBtnCaption = 'I&nne'
- OtherColor = clBtnFace
- PaletteColors.XSize = 4
- PaletteColors.YSize = 5
- PaletteColors.Colors = (
- 16777215
- 255
- 65280
- 16711680
- 12572607
- 0
- 127
- 32512
- 8323072
- 15712159
- 12566463
- 65535
- 16776960
- 16711935
- 15726591
- 8355711
- 32639
- 8355584
- 8323199
- 10461087)
- CustomColors.XSize = 8
- CustomColors.YSize = 2
- CustomColors.Colors = (
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215
- 16777215)
- Color = clNone
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = BTN_Kom_Kol_TloColorChange
- end
- object EDT_Kom_Tlo: TComboBox98
- Left = 142
- Top = 131
- Width = 121
- Height = 21
- HelpContext = 1279
- Enabled = False
- ItemHeight = 0
- TabOrder = 16
- OnChange = EDT_Kom_TloChange
- OnDblClick = Przycisk_Otworz_ImageClick
- Complete = True
- MinLengthComplete = 0
- end
- object CHK_Kom_Wrap: TCheckBox
- Left = 143
- Top = 158
- Width = 140
- Height = 17
- HelpContext = 1280
- Caption = 'Zawijanie tekstu w &kom.'
- Enabled = False
- TabOrder = 17
- OnClick = CHK_Kom_WrapClick
- end
- object CHK_Kom_TH: TCheckBox
- Left = 143
- Top = 176
- Width = 146
- Height = 17
- HelpContext = 1962
- Caption = 'Kom�rka jest nag��wk&iem'
- Enabled = False
- TabOrder = 18
- OnClick = CHK_Kom_THClick
- end
- end
- end
- object TAB_Kom_Zawartosc: TTab95Sheet
- HelpContext = 1961
- GripAlign = gaLeft
- ImageIndex = -1
- StaticPageIndex = -1
- TabVisible = True
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 297
- Height = 202
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object GRP_Tresc: TGroupBox
- Left = 0
- Top = 0
- Width = 297
- Height = 202
- Align = alClient
- Caption = ' Zawarto�� kom�rki '
- TabOrder = 0
- object Panel3: TPanel
- Left = 2
- Top = 184
- Width = 293
- Height = 16
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object CHK_WordWrap: TCheckBox
- Left = 3
- Top = 0
- Width = 114
- Height = 17
- HelpContext = 1827
- Caption = 'Zawijanie &wierszy'
- Enabled = False
- TabOrder = 0
- OnClick = CHK_WordWrapClick
- end
- end
- object Panel4: TPanel
- Left = 2
- Top = 15
- Width = 262
- Height = 169
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- object KomEd: TSyntaxMemo
- Left = 0
- Top = 0
- Width = 262
- Height = 169
- HelpContext = 1963
- ActiveParser = 1
- Align = alClient
- ClipCopyFormats = [smTEXT, smRTF]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- HyperCursor = crDefault
- IndentStep = 1
- Margin = 2
- Modified = False
- Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoProcessDroppedFiles, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack, smoUseTAB, smoSmartFill, smoOLEDragSource]
- Parser1 = MainFormx.HTMLParser
- PopupMenu = PopupMenu1
- ReadOnly = False
- RightMargin = 80
- SaveFormat = sfTEXT
- SelStart = 0
- SelLength = 0
- SelTextColor = clWhite
- SelTextBack = clNavy
- TabDefault = 4
- TabOrder = 0
- Version = '2.00.02'
- VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
- WrapAtColumn = 0
- fn_CharIsInWord = KomEdfn_CharIsInWord
- fn_CharStartsWord = KomEdfn_CharStartsWord
- OnChange = KomEdChange
- end
- end
- object Panel5: TPanel
- Left = 264
- Top = 15
- Width = 31
- Height = 169
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 2
- object Przycisk_Czcionka_Atrybuty: TToolbarButton97
- Left = 4
- Top = 0
- Width = 23
- Height = 22
- Cursor = crHandPoint
- Hint = 'Atrybuty tekstu'
- DisplayMode = dmGlyphOnly
- DropdownArrow = False
- Enabled = False
- Glyph.Data = {
- 4E010000424D4E01000000000000760000002800000012000000120000000100
- 040000000000D800000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
- DDDDDD000000D108DDD800DDDDDDDD000000D910111191DDDDDDDD000000D199
- 99999800000DDD000000DD910F191777770DDD000000DD1918198FFFF70DDD00
- 0000DDD91091FFFFF70DDD000000DDD19198FFFFF70DDD000000DDD8991FFFFF
- F70DDD000000DDD8198FFFF00000DD000000DDD8FFFFFF07BFB70D000000DDD8
- 7777773BFCCB3D000000DDD8444443B99F73DD000000DDD8444443FB7B3DDD00
- 0000DDD8888883BDD3DDDD000000DDDDDDDDD3FB73DDDD000000DDDDDDDDDD33
- 3DDDDD000000DDDDDDDDDDDDDDDDDD000000}
- Layout = blGlyphTop
- Opaque = False
- ParentShowHint = False
- ShowHint = True
- OnClick = Przycisk_Czcionka_AtrybutyClick
- end
- object Przycisk_Odnosnik: TToolbarButton97
- Left = 4
- Top = 22
- Width = 23
- Height = 22
- Cursor = crHandPoint
- Hint = 'Wstawienie odno�nika'
- DisplayMode = dmGlyphOnly
- DropdownArrow = False
- Enabled = False
- Glyph.Data = {
- 4E010000424D4E01000000000000760000002800000012000000120000000100
- 040000000000D800000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDD7777
- 7777DD000000DDDDDDD000000007DD000000DDDDDD00FFFFFF07DD000000DDD7
- 7000F1111F07DD000000DD700000FFFFFF07DD000000D000DD00F1111F07DD00
- 0000700DDD00FFFFFF07DD000000077DDD00F1111F07DD00000007DDDD00FFFF
- FF07DD0000000DDDDD000000000DDD000000DDDDDD007DDDDDDDDD000000DD77
- 770077707DDDDD000000DD00000000007DDDDD000000DD0DDD007DD8DDDDDD00
- 0000DDDDDD00D7DDDDDDDD000000DDDDD07D07DDDDDDDD000000DDDDD0D70DDD
- DDDDDD000000DDDDDD00DDDDDDDDDD000000}
- Layout = blGlyphTop
- Opaque = False
- ParentShowHint = False
- ShowHint = True
- OnClick = Przycisk_OdnosnikClick
- end
- object Przycisk_Grafika: TToolbarButton97
- Left = 4
- Top = 44
- Width = 23
- Height = 22
- Cursor = crHandPoint
- Hint = 'Wstawienie grafiki'
- DisplayMode = dmGlyphOnly
- DropdownArrow = False
- Enabled = False
- Glyph.Data = {
- 4E010000424D4E01000000000000760000002800000012000000120000000100
- 040000000000D800000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
- DDDDDD000000D0000000000000DDDD000000D8777777777770DDDD000000D8FF
- FFFFFFFF70DDDD000000D8FF0000000F70DDDD000000D8FF7373730F70DDDD00
- 0000D8FF30FFF30F70DDDD000000D8FF70F2200F70DDDD000000D8FF30277870
- 70DDDD000000D8FF70AAA38010DDDD000000D8FF30AAA30991DDDD000000D8FF
- 7000030F991DDD000000D8FF3737330F7991DD000000D8FFFFFFFF7770991D00
- 0000D8FFFFFFFF7F8DD91D000000D8FFFFFFFF78DDDDDD000000D8888888888D
- DDDDDD000000DDDDDDDDDDDDDDDDDD000000}
- Layout = blGlyphTop
- Opaque = False
- ParentShowHint = False
- ShowHint = True
- OnClick = Przycisk_GrafikaClick
- end
- object Przycisk_Formy: TToolbarButton97
- Left = 4
- Top = 66
- Width = 23
- Height = 22
- Cursor = crHandPoint
- Hint = 'Nag��wek formularza'
- DisplayMode = dmGlyphOnly
- DropdownArrow = False
- Enabled = False
- Glyph.Data = {
- 4E010000424D4E01000000000000760000002800000012000000120000000100
- 040000000000D800000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
- DDDDDD000000D000000000000000DD000000D0F7777777777770DD000000D0F7
- 977FFF8FF770DD000000D0F777788F888770DD000000D0F7C77777777770DD00
- 0000D0F7777777777770DD000000D0F78FFF77888770DD000000D0F788887FFF
- F770DD000000D0F78FFF77888770DD000000D0F788887FFFF770DD000000D0F7
- 777777777770DD000000D0F8888888888880DD000000D0F7777777777770DD00
- 0000D0FCCCCCCCCCCCC0DD000000D0FCCCCCCCCCCCC0DD000000D0FFFFFFFFFF
- FFF0DD000000D000000000000000DD000000}
- Layout = blGlyphTop
- Opaque = False
- ParentShowHint = False
- ShowHint = True
- OnClick = Przycisk_FormyClick
- end
- object Przycisk_FInne: TToolbarButton97
- Left = 4
- Top = 88
- Width = 23
- Height = 22
- Cursor = crHandPoint
- Hint = 'Inne elementy formularzy'
- DisplayMode = dmGlyphOnly
- DropdownArrow = False
- Enabled = False
- Glyph.Data = {
- 4E010000424D4E01000000000000760000002800000012000000120000000100
- 040000000000D800000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
- DDDDDD00000000000000000000000D0000000F777777777777770D0000000F70
- FFFFF77008F70D0000000F704FF4F70FFF870D0000000F70F44FF07FFFF80D00
- 00000F70F44FF07FFFF80D0000000F704FF4F70FFF070D0000000F700000F770
- 00770D0000000F70FFFFF77008F70D0000000F707FFFF70F4F870D0000000F70
- 7FFFF07444F80D0000000F707FFFF07444F80D0000000F707777F70F4F070D00
- 00000F700000077000770D0000000F777777777777770D0000000FFFFFFFFFFF
- FFFF0D00000000000000000000000D000000}
- Layout = blGlyphTop
- Opaque = False
- ParentShowHint = False
- ShowHint = True
- OnClick = Przycisk_FInneClick
- end
- object BTN_TabEd: TToolbarButton97
- Left = 4
- Top = 110
- Width = 23
- Height = 22
- Cursor = crHandPoint
- Hint = 'Szybka tabelka'
- DisplayMode = dmGlyphOnly
- DropdownArrow = False
- Enabled = False
- Glyph.Data = {
- 4E010000424D4E01000000000000760000002800000012000000120000000100
- 040000000000D800000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DD7777777777
- 7777DD0000000000000000000000DD0000000F88888888888880DD0000000F89
- 998FFF8CCC80DD0000000F89998FFF8CCC80DD0000000F88888888888880DD00
- 00000F8FFF8BBB8FFF80DD0000000F8FFF8BBB8FFF80DD0000000F8888888888
- 8880DD0000000F8AAA8CCC8AAA80DD0000000F8AAA8CCC8AAA80DD0000000F88
- 888888888880DD0000000F8FFF89998BBB80DD0000000F8FFF89998BBB80DD00
- 00000F88888888888880DD0000000FFFFFFFFFFFFFF0DD000000000000000000
- 0000DD000000DDDDDDDDDDDDDDDDDD000000}
- Layout = blGlyphTop
- Opaque = False
- ParentShowHint = False
- ShowHint = True
- OnClick = BTN_TabEdClick
- end
- end
- end
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 185
- Height = 0
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 1
- object GRP_Komorki: TGroupBox
- Left = 0
- Top = 0
- Width = 185
- Height = 212
- Align = alClient
- Caption = ' Kom�rki '
- TabOrder = 0
- object LST_Komorki: TListView
- Left = 2
- Top = 15
- Width = 181
- Height = 195
- HelpContext = 1960
- Align = alClient
- ColumnClick = False
- Columns = <
- item
- Caption = 'kom�rki'
- Width = 70
- end
- item
- Alignment = taCenter
- Caption = 'wrs'
- Width = 30
- end
- item
- Alignment = taCenter
- Caption = 'kol'
- Width = 30
- end
- item
- Alignment = taCenter
- Caption = 'w poziomie'
- Width = 70
- end
- item
- Alignment = taCenter
- Caption = 'w pionie'
- Width = 65
- end
- item
- Alignment = taCenter
- Caption = 'szer.'
- Width = 40
- end
- item
- Alignment = taCenter
- Caption = 'wys.'
- Width = 40
- end
- item
- Alignment = taCenter
- Caption = 'colspan'
- Width = 65
- end
- item
- Alignment = taCenter
- Caption = 'rowspan'
- Width = 65
- end
- item
- Alignment = taCenter
- Caption = 'zawijanie'
- Width = 70
- end
- item
- Alignment = taCenter
- Caption = 't�o'
- Width = 60
- end
- item
- Alignment = taCenter
- Caption = 'ramka'
- Width = 60
- end
- item
- Alignment = taCenter
- Caption = 'jasna r.'
- Width = 60
- end
- item
- Alignment = taCenter
- Caption = 'ciemna r.'
- Width = 65
- end
- item
- Caption = 'podk�ad'
- Width = 100
- end
- item
- Alignment = taCenter
- Caption = 'nag��wek'
- Width = 70
- end>
- ReadOnly = True
- HideSelection = False
- HotTrack = True
- OnChange = LST_KomorkiChange
- TabOrder = 0
- ViewStyle = vsReport
- SmallImages = Images
- end
- end
- end
- end
- end
- object Images: TImageList
- Height = 18
- Width = 18
- Left = 4
- Top = 44
- end
- object PopupMenu1: TPopupMenu
- Left = 6
- Top = 72
- object POP_Undo: TMenuItem
- Caption = '&Cofnij'
- ShortCut = 16474
- OnClick = POP_UndoClick
- end
- object POP_Redo: TMenuItem
- Caption = '&Pon�w'
- ShortCut = 24666
- OnClick = POP_RedoClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object POP_Wytnij: TMenuItem
- Tag = 1
- Caption = '&Wytnij'
- ShortCut = 16472
- OnClick = POP_PasteClick
- end
- object POP_Copy: TMenuItem
- Tag = 2
- Caption = '&Kopiuj'
- ShortCut = 16451
- OnClick = POP_PasteClick
- end
- object POP_Paste: TMenuItem
- Tag = 3
- Caption = 'Wkl&ej'
- ShortCut = 16470
- OnClick = POP_PasteClick
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object POP_Atrybuty: TMenuItem
- Caption = '&Atrybuty tekstu'
- ShortCut = 24643
- OnClick = Przycisk_Czcionka_AtrybutyClick
- end
- object POP_Odnosnik: TMenuItem
- Caption = '&Odno�nik'
- ShortCut = 24641
- OnClick = Przycisk_OdnosnikClick
- end
- object POP_Grafika: TMenuItem
- Caption = '&Grafika'
- ShortCut = 24649
- OnClick = Przycisk_GrafikaClick
- end
- object POP_Tabela: TMenuItem
- Caption = '&Tabela w tabeli'
- ShortCut = 24660
- Visible = False
- OnClick = BTN_TabEdClick
- end
- object POP_Formularz: TMenuItem
- Caption = 'Nag��wek &formularza'
- OnClick = Przycisk_FormyClick
- end
- object POP_Element: TMenuItem
- Caption = '&Element formularza'
- ShortCut = 24646
- OnClick = Przycisk_FInneClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object POP_Bold: TMenuItem
- Tag = 1
- Caption = 'Pogru&bienie'
- ShortCut = 16450
- OnClick = POP_UnderlineClick
- end
- object POP_Italic: TMenuItem
- Tag = 2
- Caption = 'Pochylen&ie'
- ShortCut = 16457
- OnClick = POP_UnderlineClick
- end
- object POP_Underline: TMenuItem
- Tag = 3
- Caption = '&Podkre�lenie'
- ShortCut = 16469
- OnClick = POP_UnderlineClick
- end
- end
- end
-