📄 unit5.dfm
字号:
object Form5: TForm5
Left = 445
Top = 127
AutoScroll = False
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Form5'
ClientHeight = 416
ClientWidth = 316
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 = 0
Top = 0
Width = 316
Height = 417
Align = alTop
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 16
Width = 44
Height = 13
Caption = '商品编号'
end
object Label2: TLabel
Left = 184
Top = 16
Width = 44
Height = 13
Caption = '商品名称'
end
object Label3: TLabel
Left = 16
Top = 62
Width = 22
Height = 13
Caption = '价格'
end
object Label4: TLabel
Left = 192
Top = 62
Width = 22
Height = 13
Caption = '种类'
end
object Label5: TLabel
Left = 16
Top = 107
Width = 44
Height = 13
Caption = '生产日期'
end
object Label6: TLabel
Left = 192
Top = 107
Width = 44
Height = 13
Caption = '到期日期'
end
object Label7: TLabel
Left = 16
Top = 153
Width = 22
Height = 13
Caption = '总数'
end
object Label8: TLabel
Left = 184
Top = 153
Width = 22
Height = 13
Caption = '型号'
end
object Bevel1: TBevel
Left = 0
Top = 210
Width = 321
Height = 3
end
object Label9: TLabel
Left = 24
Top = 216
Width = 52
Height = 16
Caption = '公司编号'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label10: TLabel
Left = 176
Top = 216
Width = 52
Height = 16
Caption = '公司名称'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label11: TLabel
Left = 24
Top = 261
Width = 52
Height = 16
Caption = '公司地址'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label12: TLabel
Left = 24
Top = 310
Width = 52
Height = 16
Caption = '联系电话'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label13: TLabel
Left = 176
Top = 310
Width = 26
Height = 16
Caption = '传真'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 16
Top = 39
Width = 121
Height = 21
TabOrder = 0
Text = '99999'
end
object Edit3: TEdit
Left = 16
Top = 85
Width = 121
Height = 21
TabOrder = 1
Text = '2300'
end
object Edit5: TEdit
Left = 16
Top = 130
Width = 121
Height = 21
TabOrder = 2
Text = '2000-12-25'
end
object Edit7: TEdit
Left = 16
Top = 176
Width = 121
Height = 21
TabOrder = 3
Text = '500'
end
object Edit8: TEdit
Left = 179
Top = 176
Width = 121
Height = 21
TabOrder = 4
Text = '天玑2000'
end
object Edit6: TEdit
Left = 179
Top = 130
Width = 121
Height = 21
TabOrder = 5
Text = '2001-12-25'
end
object Edit4: TEdit
Left = 179
Top = 85
Width = 121
Height = 21
TabOrder = 6
Text = 'PDA'
end
object Edit2: TEdit
Left = 179
Top = 39
Width = 121
Height = 21
TabOrder = 7
Text = '天玑2000'
end
object Edit9: TEdit
Left = 176
Top = 238
Width = 121
Height = 21
TabOrder = 8
Text = '联想'
end
object Edit10: TEdit
Left = 24
Top = 238
Width = 121
Height = 21
TabOrder = 9
Text = '991001'
end
object Edit11: TEdit
Left = 24
Top = 283
Width = 273
Height = 21
TabOrder = 10
Text = '中国北京'
end
object Edit12: TEdit
Left = 24
Top = 328
Width = 121
Height = 21
TabOrder = 11
Text = '010-88823344'
end
object Edit13: TEdit
Left = 176
Top = 328
Width = 121
Height = 21
TabOrder = 12
Text = '010-88823344'
end
end
object BitBtn1: TBitBtn
Left = 40
Top = 368
Width = 81
Height = 33
Caption = '确定'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 200
Top = 368
Width = 81
Height = 33
Caption = '取消'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -