📄 choosedomain.~dfm
字号:
object frmChooseDomain: TfrmChooseDomain
Left = 347
Top = 286
Width = 375
Height = 244
BorderIcons = [biSystemMenu]
Caption = 'Choose Domain'
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 Bevel1: TBevel
Left = 8
Top = 12
Width = 345
Height = 77
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 6
Width = 55
Height = 13
Caption = 'Connect to:'
end
object lblDomComp: TLabel
Left = 144
Top = 24
Width = 39
Height = 13
Caption = 'Domain:'
end
object Bevel2: TBevel
Left = 8
Top = 100
Width = 345
Height = 77
Shape = bsFrame
end
object lblNewUser: TLabel
Left = 16
Top = 120
Width = 56
Height = 13
Caption = 'User Name:'
Enabled = False
end
object lblPassword: TLabel
Left = 23
Top = 144
Width = 49
Height = 13
Caption = 'Password:'
Enabled = False
end
object RadioButton1: TRadioButton
Left = 16
Top = 32
Width = 113
Height = 17
Caption = 'Domain'
Checked = True
TabOrder = 0
TabStop = True
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 16
Top = 56
Width = 113
Height = 17
Caption = 'Computer'
TabOrder = 1
end
object edtDomain: TEdit
Left = 144
Top = 40
Width = 201
Height = 21
TabOrder = 2
Text = 'AGNISOFT'
end
object Button1: TButton
Left = 192
Top = 184
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 280
Top = 184
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 4
end
object chbUseOpenObject: TCheckBox
Left = 24
Top = 94
Width = 161
Height = 17
Caption = 'Connect using a different user'
TabOrder = 5
OnClick = chbUseOpenObjectClick
end
object edtNewUser: TEdit
Left = 80
Top = 118
Width = 265
Height = 21
Enabled = False
TabOrder = 6
end
object edtPassword: TEdit
Left = 80
Top = 142
Width = 265
Height = 21
Enabled = False
PasswordChar = '*'
TabOrder = 7
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -