📄 fremote.dfm
字号:
object frmRemotePermissions: TfrmRemotePermissions
Left = 521
Top = 453
BorderStyle = bsDialog
Caption = 'Remote File Permissions'
ClientHeight = 199
ClientWidth = 289
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object chkInfo: TLabel
Left = 8
Top = 136
Width = 230
Height = 13
Caption = 'These are usually only applicable on Unix Hosts.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object gpOwner: TGroupBox
Left = 8
Top = 16
Width = 81
Height = 113
Caption = 'Owner'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
object chkORead: TCheckBox
Left = 8
Top = 24
Width = 57
Height = 17
Caption = 'Read'
Checked = True
State = cbChecked
TabOrder = 0
end
object chkOWrite: TCheckBox
Left = 8
Top = 56
Width = 57
Height = 17
TabStop = False
Caption = 'Write'
Checked = True
State = cbChecked
TabOrder = 1
end
object chkOExecute: TCheckBox
Left = 8
Top = 88
Width = 65
Height = 17
TabStop = False
Caption = 'Execute'
TabOrder = 2
end
end
object gpGroup: TGroupBox
Left = 104
Top = 16
Width = 81
Height = 113
Caption = 'Group'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
object chkGExecute: TCheckBox
Left = 8
Top = 88
Width = 65
Height = 17
TabStop = False
Caption = 'Execute'
TabOrder = 2
end
object chkGWrite: TCheckBox
Left = 8
Top = 56
Width = 57
Height = 17
TabStop = False
Caption = 'Write'
TabOrder = 1
end
object chkGRead: TCheckBox
Left = 8
Top = 24
Width = 57
Height = 17
Caption = 'Read'
Checked = True
State = cbChecked
TabOrder = 0
end
end
object gpOther: TGroupBox
Left = 200
Top = 16
Width = 81
Height = 113
Caption = 'Public'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
object chkTExecute: TCheckBox
Left = 8
Top = 88
Width = 65
Height = 17
TabStop = False
Caption = 'Execute'
TabOrder = 2
end
object chkTWrite: TCheckBox
Left = 8
Top = 56
Width = 57
Height = 17
TabStop = False
Caption = 'Write'
TabOrder = 1
end
object chkTRead: TCheckBox
Left = 8
Top = 24
Width = 57
Height = 17
Caption = 'Read'
Checked = True
State = cbChecked
TabOrder = 0
end
end
object btnCancel: TCorelButton
Left = 128
Top = 168
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = btnCancelClick
end
object btnOK: TCorelButton
Left = 208
Top = 168
Width = 75
Height = 25
Caption = '&OK'
Default = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = btnOKClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -