home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / multimed / CDumper / _SETUP.1 / CDumper.exe / 0 / RCDATA / TNAMECAPTIONFORM / TNAMECAPTIONFORM.txt
Text File  |  1998-11-25  |  1KB  |  75 lines

  1. object NameCaptionForm: TNameCaptionForm
  2.   Left = 246
  3.   Top = 115
  4.   HelpContext = 21000
  5.   ActiveControl = CaptionEdit
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Enter name'
  9.   ClientHeight = 80
  10.   ClientWidth = 288
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object CaptionLabel: TLabel
  22.     Left = 4
  23.     Top = 8
  24.     Width = 54
  25.     Height = 14
  26.     Caption = 'Enter name'
  27.     FocusControl = CaptionEdit
  28.   end
  29.   object OKButton: TButton
  30.     Left = 128
  31.     Top = 52
  32.     Width = 75
  33.     Height = 25
  34.     HelpContext = 1
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.   end
  40.   object CancelButton: TButton
  41.     Left = 208
  42.     Top = 52
  43.     Width = 75
  44.     Height = 25
  45.     HelpContext = 2
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 1
  50.   end
  51.   object CaptionEdit: TEdit
  52.     Left = 4
  53.     Top = 24
  54.     Width = 281
  55.     Height = 22
  56.     HelpContext = 21100
  57.     TabOrder = 2
  58.   end
  59.   object Translator: TFormTranslator
  60.     Table.Strings = (
  61.       'Enter name;Entre el nombre;Entrer le nom'
  62.       'OK;OK;OK'
  63.       'Cancel;Cancelar;Annuler')
  64.     Properties.Strings = (
  65.       'Caption'
  66.       'Text'
  67.       'Hint')
  68.     Language = 0
  69.     ChangeFont = False
  70.     ParentFont = True
  71.     Left = 4
  72.     Top = 52
  73.   end
  74. end
  75.