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

Delphi/CppBuilder

开发平台:

C++ Builder

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 394
  5.   Height = 213
  6.   Caption = 'MP3'#25773#25918#22120
  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 = 128
  19.     Top = 16
  20.     Width = 60
  21.     Height = 13
  22.     Caption = #25991#20214#21517#31216#65306
  23.   end
  24.   object Label2: TLabel
  25.     Left = 128
  26.     Top = 48
  27.     Width = 60
  28.     Height = 13
  29.     Caption = #25773#25918#38271#24230#65306
  30.   end
  31.   object Label3: TLabel
  32.     Left = 128
  33.     Top = 80
  34.     Width = 72
  35.     Height = 13
  36.     Caption = #24038#22768#36947#38899#37327#65306
  37.   end
  38.   object Label4: TLabel
  39.     Left = 128
  40.     Top = 112
  41.     Width = 72
  42.     Height = 13
  43.     Caption = #21491#22768#36947#38899#37327#65306
  44.   end
  45.   object Button1: TButton
  46.     Left = 24
  47.     Top = 16
  48.     Width = 75
  49.     Height = 25
  50.     Caption = #25171#24320#25991#20214
  51.     TabOrder = 0
  52.     OnClick = Button1Click
  53.   end
  54.   object Button2: TButton
  55.     Left = 24
  56.     Top = 48
  57.     Width = 75
  58.     Height = 25
  59.     Caption = #25773#25918#25991#20214
  60.     TabOrder = 1
  61.     OnClick = Button2Click
  62.   end
  63.   object Button3: TButton
  64.     Left = 24
  65.     Top = 80
  66.     Width = 75
  67.     Height = 25
  68.     Caption = #26242#20572#25773#25918
  69.     TabOrder = 2
  70.     OnClick = Button3Click
  71.   end
  72.   object Button4: TButton
  73.     Left = 24
  74.     Top = 112
  75.     Width = 75
  76.     Height = 25
  77.     Caption = #20572#27490#25773#25918
  78.     TabOrder = 3
  79.     OnClick = Button4Click
  80.   end
  81.   object Button5: TButton
  82.     Left = 24
  83.     Top = 144
  84.     Width = 75
  85.     Height = 25
  86.     Caption = #20851#38381#25991#20214
  87.     TabOrder = 4
  88.     OnClick = Button5Click
  89.   end
  90.   object Edit1: TEdit
  91.     Left = 200
  92.     Top = 16
  93.     Width = 145
  94.     Height = 21
  95.     TabOrder = 5
  96.     Text = 'Edit1'
  97.   end
  98.   object Edit2: TEdit
  99.     Left = 200
  100.     Top = 48
  101.     Width = 145
  102.     Height = 21
  103.     TabOrder = 6
  104.     Text = 'Edit2'
  105.   end
  106.   object Edit3: TEdit
  107.     Left = 200
  108.     Top = 80
  109.     Width = 145
  110.     Height = 21
  111.     TabOrder = 7
  112.     Text = 'Edit3'
  113.     OnKeyPress = Edit3KeyPress
  114.   end
  115.   object Edit4: TEdit
  116.     Left = 200
  117.     Top = 112
  118.     Width = 145
  119.     Height = 21
  120.     TabOrder = 8
  121.     Text = 'Edit4'
  122.     OnKeyPress = Edit4KeyPress
  123.   end
  124.   object RadioButton1: TRadioButton
  125.     Left = 128
  126.     Top = 144
  127.     Width = 113
  128.     Height = 17
  129.     Caption = #35835#21462#25773#25918#20449#24687
  130.     TabOrder = 9
  131.     OnClick = RadioButton1Click
  132.   end
  133.   object RadioButton2: TRadioButton
  134.     Left = 256
  135.     Top = 144
  136.     Width = 113
  137.     Height = 17
  138.     Caption = #35774#32622#25773#25918#20449#24687
  139.     TabOrder = 10
  140.     OnClick = RadioButton2Click
  141.   end
  142.   object Mp3Play1: TMp3Play
  143.     Left = 352
  144.     Top = 0
  145.     Width = 33
  146.     Height = 25
  147.     TabOrder = 11
  148.     ControlData = {00000100690300009502000000000000}
  149.   end
  150.   object OpenDialog1: TOpenDialog
  151.     Left = 344
  152.     Top = 80
  153.   end
  154. end