home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / BestOf / PhoenixMail / Source / phoenix / FMLanguage.dfm / FMLanguage.txt
Text File  |  1998-12-04  |  1KB  |  64 lines

  1. object LanguageForm: TLanguageForm
  2.   Left = 518
  3.   Top = 337
  4.   ActiveControl = RadioGroup1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Language'
  7.   ClientHeight = 120
  8.   ClientWidth = 186
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 186
  24.     Height = 58
  25.     Align = alTop
  26.     BevelOuter = bvNone
  27.     BorderWidth = 7
  28.     TabOrder = 0
  29.     object RadioGroup1: TRadioGroup
  30.       Left = 7
  31.       Top = 7
  32.       Width = 172
  33.       Height = 44
  34.       Align = alClient
  35.       Caption = 'Language'
  36.       ItemIndex = 0
  37.       Items.Strings = (
  38.         'English')
  39.       TabOrder = 0
  40.       TabStop = True
  41.     end
  42.   end
  43.   object Panel2: TPanel
  44.     Left = 0
  45.     Top = 58
  46.     Width = 186
  47.     Height = 34
  48.     Align = alTop
  49.     BevelOuter = bvNone
  50.     TabOrder = 1
  51.     object Button1: TButton
  52.       Left = 56
  53.       Top = 2
  54.       Width = 75
  55.       Height = 25
  56.       Cancel = True
  57.       Caption = '&OK'
  58.       Default = True
  59.       ModalResult = 1
  60.       TabOrder = 0
  61.     end
  62.   end
  63. end
  64.