home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / tomatoes.lzh / tomatoes / game / Setup.exe / 0 / RCDATA / TFORMINSTALLPATH / TFORMINSTALLPATH.txt
Text File  |  2003-06-25  |  1KB  |  63 lines

  1. object FormInstallPath: TFormInstallPath
  2.   Left = 200
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜C∩┐╜∩┐╜∩┐╜X∩┐╜g∩┐╜[∩┐╜∩┐╜∩┐╜εÅÇ∩┐╜p∩┐╜X'
  6.   ClientHeight = 305
  7.   ClientWidth = 385
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'MS UI Gothic'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object ButtonOk: TButton
  22.     Left = 192
  23.     Top = 272
  24.     Width = 89
  25.     Height = 25
  26.     Caption = 'OK(&O)'
  27.     Default = True
  28.     TabOrder = 2
  29.     OnClick = ButtonOkClick
  30.   end
  31.   object ButtonCancel: TButton
  32.     Left = 288
  33.     Top = 272
  34.     Width = 89
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = '∩┐╜L∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜Z∩┐╜∩┐╜'
  38.     ModalResult = 2
  39.     TabOrder = 3
  40.   end
  41.   object FolderView1: TFolderView
  42.     Left = 8
  43.     Top = 8
  44.     Width = 369
  45.     Height = 228
  46.     DisplayDrives = [ddRemovable, ddFixed, ddRemote]
  47.     Indent = 19
  48.     OnChange = FolderView1Change
  49.     TabOrder = 0
  50.     TabStop = True
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 8
  54.     Top = 240
  55.     Width = 369
  56.     Height = 20
  57.     MaxLength = 250
  58.     TabOrder = 1
  59.     Text = 'Edit1'
  60.     OnChange = Edit1Change
  61.   end
  62. end
  63.