home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 011A / ULOGIC13.ZIP / _SETUP.1 / UltraLogic.exe / 0 / RCDATA / TFRMREGISTRATIONMETHOD / TFRMREGISTRATIONMETHOD.txt < prev   
Text File  |  1996-09-28  |  2KB  |  99 lines

  1. object frmRegistrationMethod: TfrmRegistrationMethod
  2.   Left = 165
  3.   Top = 155
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration'
  7.   ClientHeight = 152
  8.   ClientWidth = 326
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object imgBackGround: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 326
  20.     Height = 152
  21.     Align = alClient
  22.     Picture.Data = {<image000.bmp>}
  23.     Stretch = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 20
  27.     Top = 9
  28.     Width = 297
  29.     Height = 13
  30.     Caption = 
  31.       'The current price of the registered version of Ultra Logic is $1' +
  32.       '0.'
  33.     Font.Color = clNavy
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     Transparent = True
  39.   end
  40.   object Label2: TLabel
  41.     Left = 20
  42.     Top = 26
  43.     Width = 207
  44.     Height = 13
  45.     Caption = 'Please select the prefered payment method.'
  46.     Font.Color = clNavy
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object Bevel1: TBevel
  54.     Left = 16
  55.     Top = 44
  56.     Width = 295
  57.     Height = 66
  58.     Shape = bsFrame
  59.   end
  60.   object btnOK: TButton
  61.     Left = 64
  62.     Top = 122
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     ModalResult = 1
  67.     TabOrder = 0
  68.     OnClick = btnOKClick
  69.   end
  70.   object btnCancel: TButton
  71.     Left = 187
  72.     Top = 122
  73.     Width = 75
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 1
  79.   end
  80.   object rbtnCreditCard: TRadioButton
  81.     Left = 28
  82.     Top = 51
  83.     Width = 74
  84.     Height = 20
  85.     Caption = 'Credit Card'
  86.     Checked = True
  87.     TabOrder = 2
  88.     TabStop = True
  89.   end
  90.   object rbtnCheckorCash: TRadioButton
  91.     Left = 28
  92.     Top = 80
  93.     Width = 93
  94.     Height = 20
  95.     Caption = 'Check or Cash'
  96.     TabOrder = 3
  97.   end
  98. end
  99.