Java实例入门

源代码在线查看: unit1.xfm

软件大小: 21061 K
上传用户: stuoju
关键词: Java
下载地址: 免注册下载 普通下载 VIP

相关代码

				object Form1: TForm1				  Left = 195				  Top = 122				  Width = 696				  Height = 353				  HorzScrollBar.Range = 241				  VertScrollBar.Range = 17				  Caption = 'Form1'				  Color = clBackground				  OnMouseMove = ee				  PixelsPerInch = 84				  TextHeight = 17				  TextWidth = 7				  object Label1: TLabel				    Left = 8				    Top = 0				    Width = 221				    Height = 17				    Caption = 'Now the mouse'#39's coordinates are : '				  end				  object Label2: TLabel				    Left = 240				    Top = 0				    Width = 1				    Height = 17				  end				end							

相关资源