home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / Texte / Transcript / InstallTranscript2.2_fr.exe / Transcript.exe / 0 / RCDATA / TPRODIALOG / TPRODIALOG.txt
Text File  |  2007-05-11  |  2KB  |  85 lines

  1. object ProDialog: TProDialog
  2.   Left = 160
  3.   Top = 311
  4.   HelpContext = 800
  5.   BorderStyle = bsDialog
  6.   Caption = 'Transcript Pro Registration'
  7.   ClientHeight = 148
  8.   ClientWidth = 248
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 9
  23.     Width = 100
  24.     Height = 16
  25.     Caption = 'Enter user name:'
  26.   end
  27.   object lbl: TLabel
  28.     Left = 8
  29.     Top = 57
  30.     Width = 137
  31.     Height = 16
  32.     Caption = 'Enter registration code:'
  33.   end
  34.   object edName: TEdit
  35.     Left = 8
  36.     Top = 27
  37.     Width = 233
  38.     Height = 24
  39.     TabOrder = 0
  40.   end
  41.   object OKBtn: TButton
  42.     Left = 6
  43.     Top = 115
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 2
  50.     OnClick = OKBtnClick
  51.   end
  52.   object CancelBtn: TButton
  53.     Left = 86
  54.     Top = 115
  55.     Width = 75
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = '&Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 3
  61.   end
  62.   object edCode: TEdit
  63.     Left = 8
  64.     Top = 75
  65.     Width = 233
  66.     Height = 24
  67.     TabOrder = 1
  68.   end
  69.   object HelpBtn: TButton
  70.     Left = 166
  71.     Top = 115
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = '&Help'
  76.     TabOrder = 4
  77.     OnClick = HelpBtnClick
  78.   end
  79.   object Translator: TJvgLanguageLoader
  80.     FormSection = 'RegForm'
  81.     StringsSection = 'Strings'
  82.     Left = 216
  83.   end
  84. end
  85.