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

  1. object frmCase: TfrmCase
  2.   Left = 260
  3.   Top = 198
  4.   Width = 362
  5.   Height = 198
  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 = 354
  17.     Height = 113
  18.     Align = alTop
  19.     BevelOuter = bvNone
  20.     ParentColor = True
  21.     TabOrder = 1
  22.     object lblCondition: TLabel
  23.       Left = 65
  24.       Top = 19
  25.       Width = 49
  26.       Height = 13
  27.       Alignment = taRightJustify
  28.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&V)∩┐╜∩┐╜'
  29.       FocusControl = cmbVariant
  30.     end
  31.     object lblNote: TLabel
  32.       Left = 64
  33.       Top = 84
  34.       Width = 50
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       Caption = '╦╡∩┐╜∩┐╜(&N)∩┐╜∩┐╜'
  38.       FocusControl = edtNote
  39.     end
  40.     object edtNote: TEdit
  41.       Left = 125
  42.       Top = 80
  43.       Width = 200
  44.       Height = 21
  45.       TabOrder = 2
  46.     end
  47.     object cmbVariant: TComboBox
  48.       Left = 125
  49.       Top = 15
  50.       Width = 200
  51.       Height = 21
  52.       ItemHeight = 13
  53.       TabOrder = 0
  54.     end
  55.     object btnGetResult: TButton
  56.       Left = 244
  57.       Top = 45
  58.       Width = 81
  59.       Height = 27
  60.       Caption = '╚í╧╡═│∩┐╜∩┐╜╧ó'
  61.       TabOrder = 1
  62.       OnClick = btnGetResultClick
  63.     end
  64.   end
  65.   object btnOk: TButton
  66.     Left = 27
  67.     Top = 125
  68.     Width = 81
  69.     Height = 27
  70.     Caption = '╚╖∩┐╜∩┐╜(&O)'
  71.     Default = True
  72.     TabOrder = 0
  73.     OnClick = btnOkClick
  74.   end
  75.   object btnCancel: TButton
  76.     Left = 135
  77.     Top = 125
  78.     Width = 82
  79.     Height = 27
  80.     Cancel = True
  81.     Caption = '╚í∩┐╜∩┐╜(&C)'
  82.     ModalResult = 2
  83.     TabOrder = 2
  84.   end
  85.   object btnHelp: TButton
  86.     Left = 244
  87.     Top = 125
  88.     Width = 81
  89.     Height = 27
  90.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&H)'
  91.     TabOrder = 3
  92.     OnClick = btnHelpClick
  93.   end
  94. end
  95.