home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / baku100.zip / baku100 / Player.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2011-10-10  |  2KB  |  77 lines

  1. object Form1: TForm1
  2.   Left = 256
  3.   Top = 232
  4.   BorderStyle = bsNone
  5.   Caption = 'Form1'
  6.   ClientHeight = 114
  7.   ClientWidth = 193
  8.   Color = clWhite
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 12
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 193
  26.     Height = 114
  27.     Cursor = crHandPoint
  28.     AutoSize = True
  29.     OnClick = Image1Click
  30.   end
  31.   object Label1: TLabel
  32.     Left = 8
  33.     Top = 48
  34.     Width = 151
  35.     Height = 24
  36.     Caption = 'Now Loading.....'
  37.     Font.Charset = SHIFTJIS_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -24
  40.     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object ORes: TOpenDialog
  45.     Filter = 'Tonyu'#12522#12477#12540#12473#12501#12449#12452#12523'|*.cmml|Tonyu'#12473#12463#12522#12503#12488#12501#12449#12452#12523'|*.tonyu'
  46.     Left = 176
  47.     Top = 8
  48.   end
  49.   object Tm1: TTimeAnalyzer
  50.     Left = 128
  51.     Top = 8
  52.   end
  53.   object MMount: TPopupMenu
  54.     Left = 88
  55.     Top = 9
  56.     object N5: TMenuItem
  57.       Caption = #20316#25104'(&N)'
  58.       OnClick = N5Click
  59.     end
  60.     object Delete1: TMenuItem
  61.       Caption = #21066#38500'(&D)'
  62.       OnClick = Delete1Click
  63.     end
  64.     object S2: TMenuItem
  65.       Caption = #20445#23384'(&S)'
  66.       OnClick = S2Click
  67.     end
  68.   end
  69.   object Timer1: TTimer
  70.     Enabled = False
  71.     Interval = 100
  72.     OnTimer = Timer1Timer
  73.     Left = 24
  74.     Top = 40
  75.   end
  76. end
  77.