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

源代码在线查看: unit1.dfm

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

相关代码

				object Form1: TForm1
				  Left = 192
				  Top = 107
				  Width = 258
				  Height = 177
				  Caption = 'Form1'
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -16
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  Menu = MainMenu1
				  OldCreateOrder = False
				  PopupMenu = PopupMenu1
				  PixelsPerInch = 96
				  TextHeight = 20
				  object Label1: TLabel
				    Left = 88
				    Top = 80
				    Width = 48
				    Height = 20
				    Caption = 'Label1'
				  end
				  object MainMenu1: TMainMenu
				    Left = 112
				    Top = 32
				    object File1: TMenuItem
				      Caption = 'File'
				      object Time1: TMenuItem
				        Caption = 'Time'
				        OnClick = Time1Click
				      end
				      object N1: TMenuItem
				        Caption = '-'
				      end
				      object Exit1: TMenuItem
				        Caption = 'Exit'
				        OnClick = Exit1Click
				      end
				    end
				    object About1: TMenuItem
				      Caption = 'About'
				    end
				  end
				  object Timer1: TTimer
				    Left = 48
				    Top = 32
				  end
				  object PopupMenu1: TPopupMenu
				    Left = 176
				    Top = 32
				    object Save1: TMenuItem
				      Caption = 'Save'
				    end
				    object Exit2: TMenuItem
				      Caption = 'Exit'
				      OnClick = Exit1Click
				    end
				  end
				end
							

相关资源