📄 phonelineinfofm.dfm
字号:
object fm_phonelineinfo: Tfm_phonelineinfo
Left = 167
Top = 141
BorderStyle = bsDialog
Caption = 'fm_phonelineinfo'
ClientHeight = 232
ClientWidth = 309
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 0
Width = 309
Height = 193
Align = alTop
BevelInner = bvLowered
BorderWidth = 3
TabOrder = 0
object Label1: TLabel
Left = 21
Top = 21
Width = 60
Height = 12
Caption = '座席线路号'
end
object Label2: TLabel
Left = 21
Top = 55
Width = 60
Height = 12
Caption = '座席主机名'
end
object Label3: TLabel
Left = 27
Top = 89
Width = 54
Height = 12
Caption = 'ACD成员号'
end
object Label4: TLabel
Left = 39
Top = 123
Width = 42
Height = 12
Caption = 'ACD口令'
end
object Label5: TLabel
Left = 27
Top = 157
Width = 54
Height = 12
Caption = 'ACD组名称'
end
object edt_TeleNum: TEdit
Left = 91
Top = 17
Width = 200
Height = 20
TabOrder = 0
Text = 'edt_TeleNum'
end
object edt_HostName: TEdit
Left = 91
Top = 51
Width = 200
Height = 20
TabOrder = 1
Text = 'edt_HostName'
end
object edt_acdMember: TEdit
Left = 91
Top = 85
Width = 200
Height = 20
TabOrder = 2
Text = 'edt_acdMember'
end
object edt_password: TEdit
Left = 91
Top = 119
Width = 200
Height = 20
TabOrder = 3
Text = 'edt_password'
end
object edt_AcdGroup: TEdit
Left = 91
Top = 153
Width = 200
Height = 20
TabOrder = 4
Text = 'edt_AcdGroup'
end
end
object btn_Insert: TBitBtn
Left = 55
Top = 200
Width = 75
Height = 25
Caption = '继续新增'
TabOrder = 1
OnClick = btn_InsertClick
end
object btn_Confirm: TBitBtn
Left = 142
Top = 200
Width = 75
Height = 25
Caption = '确定'
TabOrder = 2
OnClick = btn_ConfirmClick
Kind = bkOK
end
object btn_Cancel: TBitBtn
Left = 229
Top = 200
Width = 75
Height = 25
Caption = '取消'
TabOrder = 3
OnClick = btn_CancelClick
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -