home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / pajaczek / _SETUP.1 / Pajaczek.exe / 0 / RCDATA / TPARAMDLG / TPARAMDLG.txt < prev   
Encoding:
Text File  |  1998-11-10  |  2.6 KB  |  124 lines

  1. object ParamDlg: TParamDlg
  2.   Left = 287
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Parametr apleta'
  7.   ClientHeight = 158
  8.   ClientWidth = 300
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Przycisk_OK: TToolbarButton97
  22.     Left = 50
  23.     Top = 110
  24.     Width = 80
  25.     Height = 45
  26.     Cursor = crHandPoint
  27.     Caption = '&OK'
  28.     ParentShowHint = False
  29.     ShowHint = False
  30.     Spacing = 5
  31.     OnClick = Przycisk_OKClick
  32.   end
  33.   object Przycisk_Anuluj: TToolbarButton97
  34.     Left = 131
  35.     Top = 110
  36.     Width = 80
  37.     Height = 45
  38.     Cursor = crHandPoint
  39.     Caption = '&Anuluj'
  40.     ParentShowHint = False
  41.     ShowHint = False
  42.     Spacing = 5
  43.     OnClick = Przycisk_AnulujClick
  44.   end
  45.   object Przycisk_Pomoc: TToolbarButton97
  46.     Left = 212
  47.     Top = 110
  48.     Width = 80
  49.     Height = 45
  50.     Cursor = crHandPoint
  51.     Caption = '&Pomoc'
  52.     ParentShowHint = False
  53.     ShowHint = False
  54.     Spacing = 5
  55.     OnClick = Przycisk_PomocClick
  56.   end
  57.   object Image2: TImage
  58.     Left = 6
  59.     Top = 10
  60.     Width = 32
  61.     Height = 32
  62.     Hint = 'To narz∩┐╜dzie s∩┐╜u∩┐╜y do definiowania '#13#10'parametr∩┐╜w apleta Java.'
  63.     AutoSize = True
  64.     ParentShowHint = False
  65.     Picture.Data = {<image000.ico>}
  66.     ShowHint = True
  67.   end
  68.   object Panel1: TPanel
  69.     Left = 44
  70.     Top = 4
  71.     Width = 253
  72.     Height = 101
  73.     BevelInner = bvRaised
  74.     BevelOuter = bvLowered
  75.     TabOrder = 0
  76.     object Label1: TLabel
  77.       Left = 10
  78.       Top = 8
  79.       Width = 83
  80.       Height = 13
  81.       Caption = '&Nazwa parametru'
  82.       FocusControl = Edit_Name
  83.     end
  84.     object Label2: TLabel
  85.       Left = 10
  86.       Top = 52
  87.       Width = 40
  88.       Height = 13
  89.       Caption = '&Warto∩┐╜∩┐╜'
  90.       FocusControl = Edit_Value
  91.     end
  92.     object Edit_Name: TEdit97
  93.       Left = 8
  94.       Top = 26
  95.       Width = 237
  96.       Height = 19
  97.       Hint = 'Nazwa parametru'
  98.       HelpContext = 1430
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clBlack
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = []
  104.       ParentFont = False
  105.       TabOrder = 0
  106.     end
  107.     object Edit_Value: TEdit97
  108.       Left = 8
  109.       Top = 69
  110.       Width = 237
  111.       Height = 19
  112.       Hint = 'Warto∩┐╜∩┐╜'
  113.       HelpContext = 1431
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clBlack
  116.       Font.Height = -11
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       ParentFont = False
  120.       TabOrder = 1
  121.     end
  122.   end
  123. end
  124.