home *** CD-ROM | disk | FTP | other *** search
- object OpcjeDlg: TOpcjeDlg
- Left = 212
- Top = 143
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Opcje'
- ClientHeight = 300
- ClientWidth = 306
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object OKBtn: TBitBtn
- Left = 49
- Top = 265
- Width = 77
- Height = 27
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 135
- Top = 265
- Width = 77
- Height = 27
- Caption = '&Anuluj'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 8
- Width = 287
- Height = 48
- TabOrder = 2
- object OknoWyszukiwaniaChk: TCheckBox
- Left = 10
- Top = 7
- Width = 256
- Height = 21
- Caption = 'Okno �Znaleziono� stale widoczne'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object PotwierdzenieChk: TCheckBox
- Left = 10
- Top = 25
- Width = 261
- Height = 17
- Caption = 'Potwierdzenie zako�czenia programu'
- TabOrder = 1
- end
- end
- object GroupBox2: TGroupBox
- Left = 10
- Top = 135
- Width = 287
- Height = 51
- Caption = 'Domy�lny katalog na kopiowane materia�y:'
- TabOrder = 3
- object SciezkaDocelowaEdt: TEdit
- Left = 10
- Top = 20
- Width = 263
- Height = 21
- TabOrder = 0
- Text = 'SciezkaDocelowaEdt'
- end
- end
- object HelpBtn: TBitBtn
- Left = 220
- Top = 265
- Width = 77
- Height = 27
- Caption = '&Pomoc'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- OnClick = HelpBtnClick
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object DymkiRad: TRadioGroup
- Left = 10
- Top = 195
- Width = 286
- Height = 61
- Caption = 'Dymki podpowiedzi:'
- Items.Strings = (
- 'Automatycznie'
- 'Lewym przyciskiem')
- TabOrder = 5
- end
- object InterfejsRad: TRadioGroup
- Left = 10
- Top = 65
- Width = 286
- Height = 61
- Caption = 'Interfejs:'
- Enabled = False
- Items.Strings = (
- 'Standardowy'
- 'Multimedialny')
- TabOrder = 6
- end
- end
-