📄 unit2.dfm
字号:
object Form2: TForm2
Left = 280
Top = 225
BorderStyle = bsDialog
Caption = '添加设备'
ClientHeight = 201
ClientWidth = 373
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = Form2Close
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = Form2Show
PixelsPerInch = 96
TextHeight = 13
object StaticText6: TStaticText
Left = 8
Top = 136
Width = 88
Height = 17
Caption = '所属单元名称:'
TabOrder = 12
end
object StaticText4: TStaticText
Left = 288
Top = 136
Width = 76
Height = 17
Caption = '(限15个字)'
TabOrder = 8
end
object Edit1: TEdit
Left = 96
Top = 32
Width = 145
Height = 21
ImeName = '点[开始程序]或Ctrl+Alt+W启动万能五笔'
MaxLength = 20
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 72
Top = 168
Width = 75
Height = 25
Caption = '确定'
TabOrder = 2
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 184
Top = 168
Width = 75
Height = 25
Caption = '取消'
TabOrder = 3
OnClick = BitBtn2Click
Kind = bkCancel
end
object StaticText2: TStaticText
Left = 16
Top = 32
Width = 64
Height = 17
Caption = '空调名称:'
TabOrder = 4
end
object StaticText3: TStaticText
Left = 16
Top = 64
Width = 73
Height = 17
Caption = '地址(0-255):'
TabOrder = 5
end
object UpDown1: TUpDown
Left = 233
Top = 64
Width = 16
Height = 21
Associate = Edit2
Min = 0
Max = 127
Position = 0
TabOrder = 6
Wrap = False
end
object Edit2: TEdit
Left = 96
Top = 64
Width = 137
Height = 21
Hint = '也可以直接输入地址'
TabStop = False
ImeName = '点[开始程序]或Ctrl+Alt+W启动万能五笔'
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = '0'
OnKeyUp = Edit2KeyUp
end
object StaticText1: TStaticText
Left = 8
Top = 109
Width = 88
Height = 17
Caption = '所属单元编号:'
TabOrder = 7
end
object StaticText5: TStaticText
Left = 248
Top = 32
Width = 76
Height = 17
Caption = '(限10个字)'
TabOrder = 9
end
object ComboBox1: TComboBox
Left = 96
Top = 104
Width = 65
Height = 21
ImeName = '点[开始程序]或Ctrl+Alt+W启动万能五笔'
ItemHeight = 13
TabOrder = 10
OnChange = ComboBox1Change
end
object Edit3: TEdit
Left = 96
Top = 136
Width = 193
Height = 21
ImeName = '点[开始程序]或Ctrl+Alt+W启动万能五笔'
ReadOnly = True
TabOrder = 11
end
object Edit4: TEdit
Left = 232
Top = 104
Width = 121
Height = 21
TabOrder = 13
Text = 'Edit4'
Visible = False
end
object Table1: TTable
Left = 320
Top = 168
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -