home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September (Special) / Chip-Special_2003-09_cd.bin / vypal / instant / download / InstantCopy.msi / Binary.Calllangsel / 0 / RCDATA / TSELECTLANGFORM / TSELECTLANGFORM.txt
Text File  |  2003-02-06  |  1KB  |  61 lines

  1. object SelectLangForm: TSelectLangForm
  2.   Left = 615
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Language'
  6.   ClientHeight = 253
  7.   ClientWidth = 383
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 98
  24.     Height = 13
  25.     Caption = 'Available languages:'
  26.   end
  27.   object lbLanguages: TListBox
  28.     Left = 8
  29.     Top = 24
  30.     Width = 369
  31.     Height = 193
  32.     ItemHeight = 13
  33.     Sorted = True
  34.     Style = lbOwnerDrawVariable
  35.     TabOrder = 0
  36.     OnDblClick = lbLanguagesDblClick
  37.     OnDrawItem = lbLanguagesDrawItem
  38.     OnMeasureItem = lbLanguagesMeasureItem
  39.   end
  40.   object btnCancel: TButton
  41.     Left = 296
  42.     Top = 224
  43.     Width = 80
  44.     Height = 23
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     TabOrder = 2
  48.     OnClick = btnCancelClick
  49.   end
  50.   object btnSelect: TButton
  51.     Left = 208
  52.     Top = 224
  53.     Width = 80
  54.     Height = 23
  55.     Caption = 'Select'
  56.     Default = True
  57.     TabOrder = 1
  58.     OnClick = btnSelectClick
  59.   end
  60. end
  61.