home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / SpeedFan / installspeedfan444.exe / speedfan.exe / 0 / RCDATA / TFRMLANGNAMES / TFRMLANGNAMES.txt
Text File  |  2011-07-13  |  1KB  |  79 lines

  1. object frmLangNames: TfrmLangNames
  2.   Left = 550
  3.   Top = 465
  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.     ItemHeight = 15
  33.     Style = lbOwnerDrawVariable
  34.     TabOrder = 1
  35.     OnClick = lbLanguagesClick
  36.     OnDrawItem = lbLanguagesDrawItem
  37.     OnMeasureItem = lbLanguagesMeasureItem
  38.   end
  39.   object edName: TEdit
  40.     Left = 4
  41.     Top = 19
  42.     Width = 139
  43.     Height = 25
  44.     TabOrder = 0
  45.     OnChange = edNameChange
  46.   end
  47.   object btnModify: TButton
  48.     Left = 149
  49.     Top = 19
  50.     Width = 75
  51.     Height = 23
  52.     Caption = '&Modify'
  53.     Enabled = False
  54.     TabOrder = 2
  55.     OnClick = btnModifyClick
  56.   end
  57.   object btnOK: TButton
  58.     Left = 68
  59.     Top = 149
  60.     Width = 75
  61.     Height = 23
  62.     Caption = 'OK'
  63.     Default = True
  64.     Enabled = False
  65.     ModalResult = 1
  66.     TabOrder = 3
  67.   end
  68.   object btnCancel: TButton
  69.     Left = 148
  70.     Top = 149
  71.     Width = 75
  72.     Height = 23
  73.     Cancel = True
  74.     Caption = 'Cancel'
  75.     ModalResult = 2
  76.     TabOrder = 4
  77.   end
  78. end
  79.