home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Pronto / P32FAM.EXE / Family.z / FAMILY.exe / 0 / RCDATA / TFRMJAPANGREETING / TFRMJAPANGREETING.txt < prev   
Text File  |  1997-03-10  |  3KB  |  149 lines

  1. object frmJapanGreeting: TfrmJapanGreeting
  2.   Left = 481
  3.   Top = 167
  4.   BorderStyle = bsNone
  5.   Caption = 'Pronto Family'
  6.   ClientHeight = 412
  7.   ClientWidth = 415
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object imgBackGr: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 312
  21.     Height = 350
  22.     AutoSize = True
  23.   end
  24.   object Image: TImage
  25.     Left = 64
  26.     Top = 28
  27.     Width = 183
  28.     Height = 166
  29.     Center = True
  30.   end
  31.   object StopMusic: TImage
  32.     Left = 107
  33.     Top = 249
  34.     Width = 85
  35.     Height = 87
  36.     Cursor = 18
  37.     OnClick = StopMusicClick
  38.   end
  39.   object PrevPict: TImage
  40.     Left = 34
  41.     Top = 99
  42.     Width = 25
  43.     Height = 33
  44.     Cursor = 18
  45.     Picture.Data = {<image000.bmp>}
  46.     OnMouseDown = PrevPictMouseDown
  47.   end
  48.   object NextPict: TImage
  49.     Left = 253
  50.     Top = 99
  51.     Width = 25
  52.     Height = 33
  53.     Cursor = 18
  54.     Picture.Data = {<image001.bmp>}
  55.     OnMouseDown = NextPictMouseDown
  56.   end
  57.   object PrevMidi: TImage
  58.     Left = 35
  59.     Top = 206
  60.     Width = 25
  61.     Height = 33
  62.     Cursor = 18
  63.     Picture.Data = {<image002.bmp>}
  64.     OnMouseDown = PrevMidiMouseDown
  65.   end
  66.   object NextMidi: TImage
  67.     Left = 252
  68.     Top = 206
  69.     Width = 25
  70.     Height = 33
  71.     Cursor = 18
  72.     Picture.Data = {<image003.bmp>}
  73.     OnMouseDown = NextMidiMouseDown
  74.   end
  75.   object PlayMusic: TImage
  76.     Left = 17
  77.     Top = 246
  78.     Width = 86
  79.     Height = 88
  80.     Cursor = 18
  81.     OnMouseDown = PlayMusicMouseDown
  82.   end
  83.   object Exit: TImage
  84.     Left = 193
  85.     Top = 293
  86.     Width = 103
  87.     Height = 40
  88.     Cursor = 18
  89.     OnClick = ExitClick
  90.   end
  91.   object Ok: TImage
  92.     Left = 194
  93.     Top = 247
  94.     Width = 103
  95.     Height = 45
  96.     Cursor = 18
  97.     OnMouseDown = OkMouseDown
  98.   end
  99.   object PictList: TFileListBox
  100.     Left = 361
  101.     Top = 56
  102.     Width = 33
  103.     Height = 17
  104.     ItemHeight = 13
  105.     Mask = '*.bmp'
  106.     TabOrder = 0
  107.     Visible = False
  108.   end
  109.   object FileName: TEdit
  110.     Left = 365
  111.     Top = 10
  112.     Width = 33
  113.     Height = 21
  114.     TabOrder = 1
  115.     Visible = False
  116.   end
  117.   object MidiList: TFileListBox
  118.     Left = 321
  119.     Top = 374
  120.     Width = 41
  121.     Height = 25
  122.     ItemHeight = 13
  123.     TabOrder = 3
  124.     Visible = False
  125.   end
  126.   object MidiFileName: TEdit
  127.     Left = 63
  128.     Top = 206
  129.     Width = 184
  130.     Height = 32
  131.     Enabled = False
  132.     Font.Color = clBlack
  133.     Font.Height = -19
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = [fsBold]
  136.     ParentFont = False
  137.     TabOrder = 4
  138.   end
  139.   object MediaPlayer: TMediaPlayer
  140.     Left = 41
  141.     Top = 365
  142.     Width = 253
  143.     Height = 20
  144.     AutoEnable = False
  145.     Visible = False
  146.     TabOrder = 2
  147.   end
  148. end
  149.