home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2004 March / Net_2004_03.iso / FScommand / xiah.exe / xiah(Netpower).exe / 0 / RCDATA / TSELECTLANGUAGEFORM / TSELECTLANGUAGEFORM.txt
Encoding:
Text File  |  2003-11-27  |  1.2 KB  |  65 lines

  1. object SelectLanguageForm: TSelectLanguageForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'SelectLanguageForm'
  7.   ClientHeight = 125
  8.   ClientWidth = 297
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object IconPaintBox: TPaintBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 32
  21.     Height = 32
  22.     OnPaint = IconPaintBoxPaint
  23.   end
  24.   object CancelButton: TButton
  25.     Left = 214
  26.     Top = 93
  27.     Width = 75
  28.     Height = 23
  29.     Cancel = True
  30.     Caption = '*'
  31.     ModalResult = 2
  32.     TabOrder = 3
  33.   end
  34.   object OKButton: TButton
  35.     Left = 133
  36.     Top = 93
  37.     Width = 75
  38.     Height = 23
  39.     Caption = '*'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 2
  43.   end
  44.   object LangCombo: TComboBox
  45.     Left = 56
  46.     Top = 56
  47.     Width = 233
  48.     Height = 21
  49.     Style = csDropDownList
  50.     ItemHeight = 13
  51.     Sorted = True
  52.     TabOrder = 1
  53.   end
  54.   object SelectLabel: TNewStaticText
  55.     Left = 56
  56.     Top = 8
  57.     Width = 233
  58.     Height = 39
  59.     AutoSize = False
  60.     Caption = '*'
  61.     TabOrder = 0
  62.     WordWrap = True
  63.   end
  64. end
  65.