home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Programming / exesc610.lzh / EXESCOPE.EXE / 0 / RCDATA / TFLANG / TFLANG.txt
Encoding:
Text File  |  2000-10-28  |  966 b   |  51 lines

  1. object FLang: TFLang
  2.   Left = 285
  3.   Top = 211
  4.   Width = 214
  5.   Height = 111
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Language'
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object LangCB: TComboBox
  21.     Left = 8
  22.     Top = 16
  23.     Width = 185
  24.     Height = 20
  25.     Style = csDropDownList
  26.     DropDownCount = 20
  27.     ImeName = 'MSIME95'
  28.     ItemHeight = 12
  29.     TabOrder = 2
  30.   end
  31.   object OKBtn: TButton
  32.     Left = 16
  33.     Top = 48
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'OK'
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.     OnClick = OKBtnClick
  40.   end
  41.   object CancelBtn: TButton
  42.     Left = 112
  43.     Top = 48
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50. end
  51.