Delphi深度探索,Delphi深度探索(第二版)

源代码在线查看: testform.dfm

软件大小: 4138 K
上传用户: happiness0416
关键词: Delphi
下载地址: 免注册下载 普通下载 VIP

相关代码

				object FormTest: TFormTest
				  Left = 291
				  Top = 388
				  Width = 464
				  Height = 155
				  ActiveControl = Button2
				  Caption = 'TestDialog'
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -13
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  PixelsPerInch = 120
				  TextHeight = 16
				  object Label1: TLabel
				    Left = 48
				    Top = 32
				    Width = 65
				    Height = 16
				    Caption = #29992#25143#21517
				  end
				  object Label2: TLabel
				    Left = 48
				    Top = 72
				    Width = 57
				    Height = 16
				    Caption = #23494#30721
				  end
				  object Edit1: TEdit
				    Left = 128
				    Top = 27
				    Width = 169
				    Height = 24
				    TabOrder = 3
				  end
				  object Edit2: TEdit
				    Left = 128
				    Top = 72
				    Width = 169
				    Height = 24
				    PasswordChar = '*'
				    TabOrder = 0
				  end
				  object Button1: TButton
				    Left = 344
				    Top = 24
				    Width = 89
				    Height = 33
				    Caption = #30830#23450
				    TabOrder = 1
				  end
				  object Button2: TButton
				    Left = 344
				    Top = 64
				    Width = 89
				    Height = 33
				    Caption = #21462#28040
				    TabOrder = 2
				  end
				end
							

相关资源