companys.dfm
来自「三層源碼,DELPHI寫的三層源碼,三層源碼,」· DFM 代码 · 共 163 行
DFM
163 行
object company: Tcompany
Left = 201
Top = 115
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '公司信息'
ClientHeight = 213
ClientWidth = 519
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 505
Height = 169
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 24
Width = 33
Height = 13
Caption = '名称:'
Transparent = True
end
object Label2: TLabel
Left = 16
Top = 56
Width = 33
Height = 13
Caption = '电话:'
Transparent = True
end
object Label4: TLabel
Left = 16
Top = 88
Width = 33
Height = 13
Caption = '电邮:'
Transparent = True
end
object Label5: TLabel
Left = 256
Top = 88
Width = 33
Height = 13
Caption = '网址:'
Transparent = True
end
object Label6: TLabel
Left = 16
Top = 120
Width = 33
Height = 13
Caption = '地址:'
Transparent = True
end
object Label8: TLabel
Left = 16
Top = 152
Width = 33
Height = 13
Caption = '备注:'
Transparent = True
end
object Label10: TLabel
Left = 256
Top = 56
Width = 33
Height = 13
Caption = '传真:'
Transparent = True
end
object Edit1: TEdit
Left = 56
Top = 16
Width = 441
Height = 21
TabOrder = 0
Text = 'Edit1'
OnKeyPress = Edit1KeyPress
end
object Edit3: TEdit
Left = 56
Top = 48
Width = 193
Height = 21
TabOrder = 1
Text = 'Edit3'
OnKeyPress = Edit1KeyPress
end
object Edit4: TEdit
Left = 296
Top = 48
Width = 201
Height = 21
TabOrder = 2
Text = 'Edit4'
OnKeyPress = Edit1KeyPress
end
object Edit7: TEdit
Left = 56
Top = 80
Width = 193
Height = 21
TabOrder = 3
Text = 'Edit7'
OnKeyPress = Edit1KeyPress
end
object Edit8: TEdit
Left = 296
Top = 80
Width = 201
Height = 21
TabOrder = 4
Text = 'Edit8'
OnKeyPress = Edit1KeyPress
end
object Edit9: TEdit
Left = 56
Top = 112
Width = 441
Height = 21
TabOrder = 5
Text = 'Edit9'
OnKeyPress = Edit1KeyPress
end
object Edit11: TEdit
Left = 56
Top = 144
Width = 441
Height = 21
TabOrder = 6
Text = 'Edit11'
OnKeyUp = Edit11KeyUp
end
object xpButton1: TxpButton
Left = 216
Top = 184
Width = 75
Height = 25
Caption = '确定关闭'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
TabOrder = 7
TabStop = True
OnClick = xpButton1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?