本光盘是《Delphi 7应用教程》一书的配套光盘

源代码在线查看: bjts.dfm

软件大小: 29767 K
上传用户: choatehou4
关键词: Delphi 光盘 应用教程
下载地址: 免注册下载 普通下载 VIP

相关代码

				object Form1: TForm1
				  Left = 301
				  Top = 139
				  Width = 359
				  Height = 203
				  Caption = 'Form1'
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  OnCreate = FormCreate
				  OnMouseMove = FormMouseMove
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Label1: TLabel
				    Left = 24
				    Top = 16
				    Width = 145
				    Height = 29
				    AutoSize = False
				    Caption = #21647'       '#40517
				    Color = clGreen
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clNavy
				    Font.Height = -24
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentColor = False
				    ParentFont = False
				    Transparent = True
				    OnClick = Label1Click
				    OnMouseMove = Label1MouseMove
				  end
				  object Label2: TLabel
				    Left = 192
				    Top = 16
				    Width = 137
				    Height = 29
				    AutoSize = False
				    Caption = #26149'     '#26195
				    Color = clGreen
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clNavy
				    Font.Height = -24
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentColor = False
				    ParentFont = False
				    Transparent = True
				    OnClick = Label2Click
				    OnMouseMove = Label2MouseMove
				  end
				  object Label3: TLabel
				    Left = 24
				    Top = 72
				    Width = 145
				    Height = 29
				    AutoSize = False
				    Caption = #26149#22812#21916#38632
				    Color = clGreen
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clNavy
				    Font.Height = -24
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentColor = False
				    ParentFont = False
				    Transparent = True
				    OnClick = Label3Click
				    OnMouseMove = Label3MouseMove
				  end
				  object Label4: TLabel
				    Left = 192
				    Top = 72
				    Width = 137
				    Height = 29
				    AutoSize = False
				    Caption = #30331#40563#40522#27004
				    Color = clGreen
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clNavy
				    Font.Height = -24
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentColor = False
				    ParentFont = False
				    Transparent = True
				    OnClick = Label4Click
				    OnMouseMove = Label4MouseMove
				  end
				  object Button1: TButton
				    Left = 208
				    Top = 120
				    Width = 105
				    Height = 33
				    Caption = #36864#20986
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -13
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentFont = False
				    TabOrder = 0
				    OnClick = Button1Click
				  end
				  object MediaPlayer1: TMediaPlayer
				    Left = 24
				    Top = 48
				    Width = 253
				    Height = 25
				    Visible = False
				    TabOrder = 1
				  end
				  object Button2: TButton
				    Left = 40
				    Top = 120
				    Width = 145
				    Height = 33
				    Caption = #36873#25321#32972#26223#38899#20048
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -13
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentFont = False
				    TabOrder = 2
				    OnClick = Button2Click
				  end
				  object MediaPlayer2: TMediaPlayer
				    Left = 16
				    Top = 104
				    Width = 253
				    Height = 20
				    Visible = False
				    TabOrder = 3
				    OnNotify = MediaPlayer2Notify
				  end
				  object OpenDialog1: TOpenDialog
				    Filter = '*.mid'
				    Left = 296
				    Top = 16
				  end
				end
							

相关资源