unit39.dfm
来自「一个用DELPHI编的酒店管理系统。 其中数据库:SQL Server2000,」· DFM 代码 · 共 90 行
DFM
90 行
object Form39: TForm39
Left = 352
Top = 93
Width = 478
Height = 327
Caption = #25968#25454#22791#20221
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 20
object Panel1: TPanel
Left = 24
Top = 16
Width = 425
Height = 89
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 8
Width = 145
Height = 20
AutoSize = False
Caption = #25968#25454#22791#20221#20445#23384#22312
end
object Edit1: TEdit
Left = 24
Top = 40
Width = 329
Height = 28
AutoSize = False
TabOrder = 0
Text = 'F:\MY HOTEL\DATA\BACKUP'
end
object Button1: TButton
Left = 368
Top = 40
Width = 41
Height = 25
Caption = '...'
TabOrder = 1
end
end
object Panel2: TPanel
Left = 24
Top = 120
Width = 425
Height = 89
TabOrder = 1
object Label2: TLabel
Left = 24
Top = 8
Width = 169
Height = 20
AutoSize = False
Caption = #26368#36817#19968#27425#22791#20221#26102#38388
end
object Label3: TLabel
Left = 128
Top = 48
Width = 177
Height = 20
AutoSize = False
Caption = '2004-6-25 12:00:00'
end
end
object Button2: TButton
Left = 288
Top = 240
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 104
Top = 240
Width = 75
Height = 25
Caption = #22791#20221
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?