用于开发税务票据管理的软件
源代码在线查看: unit1.dfm
object Form1: TForm1
Left = 189
Top = 116
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Lines'
ClientHeight = 346
ClientWidth = 589
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 105
Height = 105
OnMouseDown = Image1MouseDown
OnMouseMove = Image1MouseMove
end
object Timer1: TTimer
Interval = 10
OnTimer = Timer1Timer
Left = 8
Top = 8
end
object MainMenu1: TMainMenu
Left = 40
Top = 8
object Game1: TMenuItem
Caption = '&Game'
object New1: TMenuItem
Caption = '&New'
ShortCut = 113
OnClick = New1Click
end
object Rec1: TMenuItem
Caption = '&Records'
OnClick = Rec1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = '&Exit'
ShortCut = 120
OnClick = Exit1Click
end
end
object About1: TMenuItem
Caption = '&About'
object Game2: TMenuItem
Caption = 'Game'
OnClick = Game2Click
end
object Author1: TMenuItem
Caption = 'Author'
OnClick = Author1Click
end
end
end
end