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

源代码在线查看: unit1.~dfm

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

相关代码

				object Form1: TForm1
				  Left = 192
				  Top = 107
				  Width = 334
				  Height = 247
				  Caption = #31616#21333#25991#26412#32534#36753#22120
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  Menu = MainMenu1
				  OldCreateOrder = False
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Memo1: TMemo
				    Left = 0
				    Top = 0
				    Width = 326
				    Height = 193
				    Align = alClient
				    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
				    Lines.Strings = (
				      'Memo1')
				    TabOrder = 0
				  end
				  object MainMenu1: TMainMenu
				    Left = 72
				    object File1: TMenuItem
				      Caption = '&File'
				      object New1: TMenuItem
				        Caption = '&New'
				        ShortCut = 16462
				        OnClick = New1Click
				      end
				      object Open1: TMenuItem
				        Caption = '&Open'
				        ShortCut = 16463
				        OnClick = Open1Click
				      end
				      object Save1: TMenuItem
				        Caption = '&Save'
				        ShortCut = 16467
				        OnClick = Save1Click
				      end
				      object N1: TMenuItem
				        Caption = '-'
				      end
				      object Exit1: TMenuItem
				        Caption = 'E&xit'
				        ShortCut = 16472
				        OnClick = Exit1Click
				      end
				    end
				    object Edit1: TMenuItem
				      Caption = 'For&mat'
				      object Font1: TMenuItem
				        Caption = '&Font'
				        OnClick = Font1Click
				      end
				    end
				  end
				  object SaveDialog1: TSaveDialog
				    Left = 104
				  end
				  object OpenDialog1: TOpenDialog
				    Left = 136
				  end
				  object FontDialog1: TFontDialog
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -11
				    Font.Name = 'MS Sans Serif'
				    Font.Style = []
				    Left = 168
				  end
				end
							

相关资源