BSOne.SFC/Tocsg.Module/FileToss/DSetting.dfm

52 lines
1.1 KiB
Plaintext

object DlgSetting: TDlgSetting
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #54872#44221#49444#51221
ClientHeight = 211
ClientWidth = 345
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poOwnerFormCenter
TextHeight = 15
object chAutoRun: TCheckBox
Left = 72
Top = 48
Width = 206
Height = 17
Caption = #50952#46020#50864' '#49884#51089' '#49884' '#51088#46041#49892#54665
TabOrder = 0
end
object chAutoWatch: TCheckBox
Left = 72
Top = 96
Width = 206
Height = 17
Caption = #49892#54665' '#49884' '#51088#46041' '#44048#49884#49884#51089
TabOrder = 1
end
object btnOk: TButton
Left = 67
Top = 160
Width = 75
Height = 25
Caption = #54869#51064
TabOrder = 2
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 203
Top = 160
Width = 75
Height = 25
Caption = #52712#49548
ModalResult = 2
TabOrder = 3
end
end