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

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