CDPlay.dfm
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:4k
源码类别:

Delphi/CppBuilder

开发平台:

C++ Builder

  1. object CDForm: TCDForm
  2.   Left = 228
  3.   Top = 180
  4.   Width = 512
  5.   Height = 291
  6.   Caption = 'CDForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 176
  19.     Top = 72
  20.     Width = 96
  21.     Height = 20
  22.     Caption = #26354#30446#24635#25968'        '
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -16
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 176
  32.     Top = 104
  33.     Width = 92
  34.     Height = 20
  35.     Caption = #25773#25918#20301#32622'       '
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -16
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 176
  45.     Top = 144
  46.     Width = 80
  47.     Height = 20
  48.     Caption = #21809#29255#38271#24230'    '
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -16
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Label4: TLabel
  57.     Left = 176
  58.     Top = 184
  59.     Width = 84
  60.     Height = 20
  61.     Caption = #36215#22987#20301#32622'     '
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -16
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object Label5: TLabel
  70.     Left = 176
  71.     Top = 224
  72.     Width = 84
  73.     Height = 20
  74.     Caption = #25773#25918#27169#24335'     '
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clWindowText
  77.     Font.Height = -16
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.   end
  82.   object Edit1: TEdit
  83.     Left = 280
  84.     Top = 72
  85.     Width = 209
  86.     Height = 21
  87.     TabOrder = 0
  88.     Text = 'Edit1'
  89.   end
  90.   object Edit2: TEdit
  91.     Left = 280
  92.     Top = 104
  93.     Width = 209
  94.     Height = 21
  95.     TabOrder = 1
  96.     Text = 'Edit1'
  97.   end
  98.   object Edit3: TEdit
  99.     Left = 280
  100.     Top = 144
  101.     Width = 209
  102.     Height = 21
  103.     TabOrder = 2
  104.     Text = 'Edit1'
  105.   end
  106.   object Edit4: TEdit
  107.     Left = 280
  108.     Top = 184
  109.     Width = 209
  110.     Height = 21
  111.     TabOrder = 3
  112.     Text = 'Edit1'
  113.   end
  114.   object Edit5: TEdit
  115.     Left = 280
  116.     Top = 224
  117.     Width = 209
  118.     Height = 21
  119.     TabOrder = 4
  120.     Text = 'Edit1'
  121.   end
  122.   object BitBtn1: TBitBtn
  123.     Left = 8
  124.     Top = 24
  125.     Width = 113
  126.     Height = 33
  127.     Caption = #25773#25918
  128.     TabOrder = 5
  129.     OnClick = BitBtn1Click
  130.   end
  131.   object BitBtn2: TBitBtn
  132.     Left = 8
  133.     Top = 72
  134.     Width = 113
  135.     Height = 33
  136.     Caption = #26242#20572
  137.     TabOrder = 6
  138.     OnClick = BitBtn2Click
  139.   end
  140.   object BitBtn3: TBitBtn
  141.     Left = 8
  142.     Top = 120
  143.     Width = 113
  144.     Height = 33
  145.     Caption = #20572#27490
  146.     TabOrder = 7
  147.     OnClick = BitBtn3Click
  148.   end
  149.   object BitBtn4: TBitBtn
  150.     Left = 8
  151.     Top = 168
  152.     Width = 113
  153.     Height = 33
  154.     Caption = #19979#19968#26354
  155.     TabOrder = 8
  156.     OnClick = BitBtn4Click
  157.   end
  158.   object BitBtn5: TBitBtn
  159.     Left = 8
  160.     Top = 216
  161.     Width = 113
  162.     Height = 33
  163.     Caption = #19978#19968#26354
  164.     TabOrder = 9
  165.     OnClick = BitBtn5Click
  166.   end
  167.   object MediaPlayer1: TMediaPlayer
  168.     Left = 176
  169.     Top = 24
  170.     Width = 199
  171.     Height = 30
  172.     VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btEject]
  173.     TabOrder = 10
  174.   end
  175.   object BitBtn6: TBitBtn
  176.     Left = 400
  177.     Top = 24
  178.     Width = 89
  179.     Height = 33
  180.     Caption = #36864#20986
  181.     TabOrder = 11
  182.     OnClick = BitBtn6Click
  183.   end
  184.   object Timer1: TTimer
  185.     OnTimer = Timer1Timer
  186.     Left = 248
  187.     Top = 224
  188.   end
  189. end