📄 unit8.dfm
字号:
object Form8: TForm8
Left = 326
Top = 152
Width = 371
Height = 297
Caption = '系统设置'
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 = 363
Height = 225
Align = alTop
TabOrder = 0
object TGroupBox
Left = 1
Top = 1
Width = 185
Height = 223
Align = alLeft
Caption = '定位信息设置'
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 32
Width = 34
Height = 13
Caption = 'IP地址'
end
object Label2: TLabel
Left = 8
Top = 80
Width = 24
Height = 13
Caption = '端口'
end
object Label3: TLabel
Left = 8
Top = 128
Width = 24
Height = 13
Caption = '帐号'
end
object Label4: TLabel
Left = 8
Top = 176
Width = 24
Height = 13
Caption = '密码'
end
object Edit1: TEdit
Left = 56
Top = 32
Width = 113
Height = 21
TabOrder = 0
Text = '10.89.1.131'
end
object Edit2: TEdit
Left = 56
Top = 80
Width = 113
Height = 21
TabOrder = 1
Text = '6500'
end
object Edit3: TEdit
Left = 56
Top = 128
Width = 113
Height = 21
TabOrder = 2
Text = '005710012345678'
end
object Edit4: TEdit
Left = 56
Top = 176
Width = 113
Height = 21
PasswordChar = '*'
TabOrder = 3
Text = '8888'
end
end
object GroupBox2: TGroupBox
Left = 177
Top = 1
Width = 185
Height = 223
Align = alRight
Caption = '短信信息设置'
TabOrder = 1
object Label5: TLabel
Left = 8
Top = 32
Width = 34
Height = 13
Caption = 'IP地址'
end
object Label6: TLabel
Left = 8
Top = 80
Width = 24
Height = 13
Caption = '端口'
end
object Label7: TLabel
Left = 8
Top = 128
Width = 24
Height = 13
Caption = '帐号'
end
object Label8: TLabel
Left = 8
Top = 176
Width = 24
Height = 13
Caption = '密码'
end
object Edit5: TEdit
Left = 56
Top = 32
Width = 121
Height = 21
TabOrder = 0
Text = '10.89.1.11'
end
object Edit6: TEdit
Left = 56
Top = 80
Width = 121
Height = 21
TabOrder = 1
Text = '8888'
end
object Edit7: TEdit
Left = 56
Top = 128
Width = 121
Height = 21
TabOrder = 2
Text = '453'
end
object Edit8: TEdit
Left = 56
Top = 176
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 3
Text = '8888'
end
end
end
object Panel2: TPanel
Left = 0
Top = 225
Width = 363
Height = 45
Align = alClient
TabOrder = 1
object Button1: TButton
Left = 200
Top = 8
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 80
Top = 8
Width = 75
Height = 25
Caption = '接连'
TabOrder = 1
OnClick = Button2Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -