home *** CD-ROM | disk | FTP | other *** search
- object LiniaDlg: TLiniaDlg
- Left = 239
- Top = 136
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Pozioma linia <HR>'
- ClientHeight = 205
- ClientWidth = 334
- 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 = 267
- Top = 5
- 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 = 267
- Top = 70
- 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 = 267
- Top = 135
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = '&Pomoc'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_PomocClick
- end
- object Image1: TImage
- Left = 6
- Top = 10
- Width = 32
- Height = 32
- Hint = 'To narz�dzie s�u�y do okre�lania '#13#10'parametr�w poziomych linii.'
- AutoSize = True
- ParentShowHint = False
- Picture.Data = {<image000.ico>}
- ShowHint = True
- end
- object Panel1: TPanel
- Left = 44
- Top = 4
- Width = 221
- Height = 197
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 10
- Top = 18
- Width = 62
- Height = 13
- Caption = '&Wyr�wnanie:'
- FocusControl = Lista_Align
- end
- object Label2: TLabel
- Left = 10
- Top = 59
- Width = 60
- Height = 13
- Caption = '&Grubo�� linii:'
- FocusControl = Edit1
- end
- object Label3: TLabel
- Left = 10
- Top = 99
- Width = 61
- Height = 13
- Caption = '&D�ugo�� linii:'
- FocusControl = Edit2
- end
- object Label4: TLabel
- Left = 141
- Top = 59
- Width = 41
- Height = 13
- Caption = 'punkt�w'
- end
- object Label5: TLabel
- Left = 10
- Top = 137
- Width = 44
- Height = 13
- Caption = '&Kolor linii:'
- FocusControl = Przycisk_Kolor
- end
- object Radio_Procent: TRadioButton
- Left = 138
- Top = 91
- Width = 59
- Height = 12
- Hint = 'Rozmiar linii podany w procentach'
- HelpContext = 1082
- Caption = 'procent'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = Radio_ProcentClick
- end
- object Radio_Punkty: TRadioButton
- Left = 138
- Top = 107
- Width = 59
- Height = 12
- Hint = 'Rozmiar linii podany w punktach'
- HelpContext = 1082
- Caption = 'punkt�w'
- TabOrder = 1
- OnClick = Radio_PunktyClick
- end
- object Lista_Align: TComboBox
- Left = 79
- Top = 14
- Width = 134
- Height = 21
- Hint = 'Wyr�wnanie linii na stronie.'
- HelpContext = 1080
- 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 = 2
- end
- object Przycisk_Kolor: TDFSColorButton
- Left = 79
- Top = 131
- Width = 45
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� kolor dla linii.'
- HelpContext = 1083
- ParentShowHint = False
- ShowHint = True
- 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 = clNone
- Flat = True
- CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
- OnColorChange = Przycisk_KolorColorChange
- end
- object Check_NoShade: TCheckBox
- Left = 80
- Top = 168
- Width = 133
- Height = 17
- HelpContext = 1084
- Caption = '&Tr�jwymiarowy cie� linii'
- State = cbChecked
- TabOrder = 4
- end
- object Edit1: TEdit97
- Left = 80
- Top = 55
- Width = 31
- Height = 19
- HelpContext = 1081
- TabOrder = 5
- Text = '0'
- end
- object Edit2: TEdit97
- Left = 79
- Top = 95
- Width = 31
- Height = 19
- HelpContext = 1082
- TabOrder = 6
- Text = '0'
- end
- object Spin_Grubosc_Linii: TUpDown
- Left = 111
- Top = 54
- Width = 15
- Height = 21
- HelpContext = 1081
- Associate = Edit1
- Min = 0
- Max = 2048
- Position = 0
- TabOrder = 7
- Wrap = False
- end
- object Spin_Dlugosc_Linii: TUpDown
- Left = 110
- Top = 94
- Width = 15
- Height = 21
- HelpContext = 1082
- Associate = Edit2
- Min = 0
- Increment = 5
- Position = 0
- TabOrder = 8
- Wrap = False
- end
- end
- end
-