home *** CD-ROM | disk | FTP | other *** search
- object ParamDlg: TParamDlg
- Left = 287
- Top = 99
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Parametr apleta'
- ClientHeight = 158
- ClientWidth = 300
- 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 = 50
- Top = 110
- Width = 80
- Height = 45
- Cursor = crHandPoint
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_OKClick
- end
- object Przycisk_Anuluj: TToolbarButton97
- Left = 131
- Top = 110
- Width = 80
- Height = 45
- Cursor = crHandPoint
- Caption = '&Anuluj'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_AnulujClick
- end
- object Przycisk_Pomoc: TToolbarButton97
- Left = 212
- Top = 110
- Width = 80
- Height = 45
- Cursor = crHandPoint
- Caption = '&Pomoc'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_PomocClick
- end
- object Image2: TImage
- Left = 6
- Top = 10
- Width = 32
- Height = 32
- Hint = 'To narz�dzie s�u�y do definiowania '#13#10'parametr�w apleta Java.'
- AutoSize = True
- ParentShowHint = False
- Picture.Data = {<image000.ico>}
- ShowHint = True
- end
- object Panel1: TPanel
- Left = 44
- Top = 4
- Width = 253
- Height = 101
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 10
- Top = 8
- Width = 83
- Height = 13
- Caption = '&Nazwa parametru'
- FocusControl = Edit_Name
- end
- object Label2: TLabel
- Left = 10
- Top = 52
- Width = 40
- Height = 13
- Caption = '&Warto��'
- FocusControl = Edit_Value
- end
- object Edit_Name: TEdit97
- Left = 8
- Top = 26
- Width = 237
- Height = 19
- Hint = 'Nazwa parametru'
- HelpContext = 1430
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object Edit_Value: TEdit97
- Left = 8
- Top = 69
- Width = 237
- Height = 19
- Hint = 'Warto��'
- HelpContext = 1431
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- end
- end
-