home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / system / speedfan / installspeedfan428.exe / speedfan.exe / 0 / RCDATA / TFRMLANGNAMES / TFRMLANGNAMES.txt
Text File  |  2006-02-08  |  1KB  |  78 lines

  1. object frmLangNames: TfrmLangNames
  2.   Left = 285
  3.   Top = 197
  4.   BorderStyle = bsDialog
  5.   Caption = 'Language Names'
  6.   ClientHeight = 176
  7.   ClientWidth = 226
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 31
  23.     Height = 13
  24.     Caption = '&Name:'
  25.     FocusControl = edName
  26.   end
  27.   object lbLanguages: TListBox
  28.     Left = 4
  29.     Top = 44
  30.     Width = 139
  31.     Height = 97
  32.     Style = lbOwnerDrawFixed
  33.     ItemHeight = 15
  34.     TabOrder = 1
  35.     OnClick = lbLanguagesClick
  36.     OnDrawItem = lbLanguagesDrawItem
  37.   end
  38.   object edName: TEdit
  39.     Left = 4
  40.     Top = 19
  41.     Width = 139
  42.     Height = 21
  43.     TabOrder = 0
  44.     OnChange = edNameChange
  45.   end
  46.   object btnModify: TButton
  47.     Left = 149
  48.     Top = 19
  49.     Width = 75
  50.     Height = 23
  51.     Caption = '&Modify'
  52.     Enabled = False
  53.     TabOrder = 2
  54.     OnClick = btnModifyClick
  55.   end
  56.   object btnOK: TButton
  57.     Left = 68
  58.     Top = 149
  59.     Width = 75
  60.     Height = 23
  61.     Caption = 'OK'
  62.     Default = True
  63.     Enabled = False
  64.     ModalResult = 1
  65.     TabOrder = 3
  66.   end
  67.   object btnCancel: TButton
  68.     Left = 148
  69.     Top = 149
  70.     Width = 75
  71.     Height = 23
  72.     Cancel = True
  73.     Caption = 'Cancel'
  74.     ModalResult = 2
  75.     TabOrder = 4
  76.   end
  77. end
  78.