home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / T3EDT212 / T3EDT212.LZH / TTTEDIT.EXE / 0 / RCDATA / TDLGBGM / TDLGBGM.txt
Text File  |  2000-11-10  |  3KB  |  147 lines

  1. object dlgBgm: TdlgBgm
  2.   Left = 430
  3.   Top = 541
  4.   HelpContext = 75
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスTソスEソスソスソスhソスフ設抵ソス'
  7.   ClientHeight = 121
  8.   ClientWidth = 380
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Label1: TLabel
  22.     Left = 6
  23.     Top = 20
  24.     Width = 74
  25.     Height = 12
  26.     Caption = 'ソスtソス@ソスCソスソスソスソス(&P)ソスF'
  27.     FocusControl = edtPath
  28.   end
  29.   object btnOpen: TSpeedButton
  30.     Left = 348
  31.     Top = 48
  32.     Width = 20
  33.     Height = 20
  34.     Hint = 'ソスtソス@ソスCソスソスソスヌみ搾ソスソスソス|'
  35.     Glyph.Data = {
  36.       F6000000424DF600000000000000760000002800000010000000100000000100
  37.       0400000000008000000000000000000000001000000000000000000000000000
  38.       80000080000000808000800000008000800080800000C0C0C000808080000000
  39.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  40.       77777000000000007777700333333333077770B033333333307770BB03333333
  41.       330770BBB0333333333070BBBB000000000070BBBBBBBBB0777770BBBBBBBBB0
  42.       777770BBB0000000777777000777777777777777777777700077777777777777
  43.       0077777777707770707777777777000777777777777777777777}
  44.     ParentShowHint = False
  45.     ShowHint = True
  46.     OnClick = btnOpenClick
  47.   end
  48.   object Label2: TLabel
  49.     Left = 17
  50.     Top = 52
  51.     Width = 62
  52.     Height = 12
  53.     Caption = 'ソスJソスソスヤゑソス(&L)ソスF'
  54.     FocusControl = lstLoop
  55.   end
  56.   object btnOk: TButton
  57.     Left = 136
  58.     Top = 88
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 0
  65.     OnClick = btnOkClick
  66.   end
  67.   object btnCancel: TButton
  68.     Left = 216
  69.     Top = 88
  70.     Width = 75
  71.     Height = 25
  72.     Cancel = True
  73.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  74.     ModalResult = 2
  75.     TabOrder = 1
  76.   end
  77.   object btnHlp: TButton
  78.     Left = 296
  79.     Top = 88
  80.     Width = 75
  81.     Height = 25
  82.     Caption = 'ソスwソスソスソスv(&H)'
  83.     TabOrder = 2
  84.     OnClick = btnHlpClick
  85.   end
  86.   object edtPath: TEllipsesEdit
  87.     Left = 80
  88.     Top = 16
  89.     Width = 289
  90.     Height = 20
  91.     EditStyle = esAlwaysEllipses
  92.     TabOrder = 3
  93.     OnButtonClick = edtPathButtonClick
  94.   end
  95.   object mPlay: TMediaPlayer
  96.     Left = 263
  97.     Top = 48
  98.     Width = 85
  99.     Height = 20
  100.     ColoredButtons = [btPlay, btStop]
  101.     EnabledButtons = [btPlay, btPause, btStop]
  102.     VisibleButtons = [btPlay, btPause, btStop]
  103.     TabOrder = 4
  104.   end
  105.   object edtLoop: TEditHex
  106.     Left = 184
  107.     Top = 48
  108.     Width = 33
  109.     Height = 20
  110.     Color = clBtnFace
  111.     Enabled = False
  112.     TabOrder = 5
  113.     Text = '0'
  114.     Alignment = taRightJustify
  115.     NumeralOnly = True
  116.     NumericType = Decimal
  117.   end
  118.   object udLoop: TUpDown
  119.     Left = 217
  120.     Top = 48
  121.     Width = 16
  122.     Height = 20
  123.     Associate = edtLoop
  124.     Enabled = False
  125.     Min = 0
  126.     Max = 9999
  127.     Position = 0
  128.     TabOrder = 6
  129.     Thousands = False
  130.     Wrap = False
  131.   end
  132.   object lstLoop: TComboBox
  133.     Left = 80
  134.     Top = 48
  135.     Width = 97
  136.     Height = 20
  137.     Style = csDropDownList
  138.     ItemHeight = 12
  139.     TabOrder = 7
  140.     OnClick = lstLoopClick
  141.     Items.Strings = (
  142.       'ソスwソス閧オソスネゑソス'
  143.       'ソスソスソスソス'
  144.       'ソス博wソスソス')
  145.   end
  146. end
  147.