home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / MEDIA / PREIZKUSNI / WinIVR.msi / Instal01.cab / _F92770CE59F144CA876D7657130B84C1 / 0 / RCDATA / TFRMGOTO / TFRMGOTO.txt
Text File  |  2002-01-30  |  2KB  |  87 lines

  1. object frmGoto: TfrmGoto
  2.   Left = 315
  3.   Top = 176
  4.   Width = 335
  5.   Height = 169
  6.   Caption = '∩┐╜∩┐╜╫¬∩┐╜∩┐╜∩┐╜'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = False
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object pnlContent: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 327
  17.     Height = 89
  18.     Align = alTop
  19.     BevelOuter = bvNone
  20.     ParentColor = True
  21.     TabOrder = 0
  22.     object lblLabel: TLabel
  23.       Left = 32
  24.       Top = 19
  25.       Width = 73
  26.       Height = 13
  27.       Alignment = taRightJustify
  28.       Caption = '∩┐╜∩┐╜∩┐╜╬╗∩┐╜∩┐╜(&P)∩┐╜∩┐╜'
  29.       FocusControl = cmbLabel
  30.     end
  31.     object lblNote: TLabel
  32.       Left = 31
  33.       Top = 54
  34.       Width = 74
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       Caption = '∩┐╜∩┐╜╫¬╦╡∩┐╜∩┐╜(&N)∩┐╜∩┐╜'
  38.       FocusControl = edtNote
  39.     end
  40.     object cmbLabel: TComboBox
  41.       Left = 115
  42.       Top = 15
  43.       Width = 185
  44.       Height = 21
  45.       Style = csDropDownList
  46.       ItemHeight = 13
  47.       TabOrder = 0
  48.     end
  49.     object edtNote: TEdit
  50.       Left = 115
  51.       Top = 50
  52.       Width = 185
  53.       Height = 21
  54.       TabOrder = 1
  55.     end
  56.   end
  57.   object btnOk: TButton
  58.     Left = 25
  59.     Top = 95
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '╚╖∩┐╜∩┐╜(&O)'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 1
  66.   end
  67.   object btnCancel: TButton
  68.     Left = 125
  69.     Top = 95
  70.     Width = 75
  71.     Height = 25
  72.     Cancel = True
  73.     Caption = '╚í∩┐╜∩┐╜(&C)'
  74.     ModalResult = 2
  75.     TabOrder = 2
  76.   end
  77.   object btnHelp: TButton
  78.     Left = 225
  79.     Top = 95
  80.     Width = 75
  81.     Height = 25
  82.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&H)'
  83.     TabOrder = 3
  84.     OnClick = btnHelpClick
  85.   end
  86. end
  87.