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

源代码在线查看: unit1.dfm

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

相关代码

				object Form1: TForm1
				  Left = 192
				  Top = 114
				  Width = 271
				  Height = 223
				  Caption = #22270#29255#21644#25991#26412#25991#20214#26597#30475
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  PixelsPerInch = 96
				  TextHeight = 13
				  object PageControl1: TPageControl
				    Left = 0
				    Top = 0
				    Width = 257
				    Height = 185
				    ActivePage = TabSheet2
				    TabOrder = 0
				    object TabSheet1: TTabSheet
				      Caption = #25991#26412#25991#20214
				      object Memo1: TMemo
				        Left = 0
				        Top = 0
				        Width = 249
				        Height = 121
				        TabOrder = 0
				      end
				      object Button1: TButton
				        Left = 96
				        Top = 128
				        Width = 65
				        Height = 25
				        Caption = #25171#24320
				        TabOrder = 1
				        OnClick = Button1Click
				      end
				    end
				    object TabSheet2: TTabSheet
				      Caption = #22270#29255#25991#20214
				      ImageIndex = 1
				      object Image1: TImage
				        Left = 0
				        Top = 0
				        Width = 249
				        Height = 121
				        Stretch = True
				      end
				      object Button2: TButton
				        Left = 80
				        Top = 128
				        Width = 73
				        Height = 25
				        Caption = #25171#24320
				        TabOrder = 0
				        OnClick = Button2Click
				      end
				    end
				  end
				  object OpenDialog1: TOpenDialog
				    Left = 36
				    Top = 152
				  end
				  object OpenPictureDialog1: TOpenPictureDialog
				    Left = 180
				    Top = 152
				  end
				end
							

相关资源