Java实例入门

源代码在线查看: unit1.xfm

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

相关代码

				object Form1: TForm1				  Left = 193				  Top = 215				  Width = 696				  Height = 480				  HorzScrollBar.Range = 98				  VertScrollBar.Range = 185				  Caption = 'Form1'				  Color = clBackground				  OnMouseDown = onMouseDown				  PixelsPerInch = 84				  TextHeight = 17				  TextWidth = 7				  object Label1: TLabel				    Left = 97				    Top = 152				    Width = 1				    Height = 33				    Font.Color = clBlack				    Font.Height = 28				    Font.Name = 'adobe-helvetica'				    Font.Pitch = fpVariable				    Font.Style = []				    ParentFont = False				  end				end							

相关资源