unit1.dfm
来自「SQL2000跟课件学习的源代码 分享共同学习」· DFM 代码 · 共 63 行
DFM
63 行
object Form1: TForm1
Left = 193
Top = 205
Width = 570
Height = 408
Caption = 'Form1'
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 Panel1: TPanel
Left = 110
Top = 68
Width = 315
Height = 127
TabOrder = 0
object Label1: TLabel
Left = 76
Top = 44
Width = 48
Height = 13
Caption = #29992#25143#21517#65306
end
object Label2: TLabel
Left = 78
Top = 76
Width = 36
Height = 13
Caption = #23494#30721#65306
end
object EditName: TEdit
Left = 130
Top = 38
Width = 121
Height = 21
TabOrder = 0
Text = 'EditName'
end
object EditPwd: TEdit
Left = 130
Top = 70
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
Text = 'EditPwd'
end
end
object Button1: TButton
Left = 246
Top = 226
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?