BSOne.SFC/Tocsg.Module/SunkAssister/EXE_SunkAssister/Config/DConfig.dfm

212 lines
5.1 KiB
Plaintext

object DlgConfig: TDlgConfig
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #54872#44221#49444#51221
ClientHeight = 347
ClientWidth = 586
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poOwnerFormCenter
TextHeight = 13
object pgMain: TPageControl
Left = 16
Top = 16
Width = 553
Height = 281
ActivePage = tabPath
TabOrder = 0
object tabNormal: TTabSheet
Caption = #51068#48152
object GroupBox1: TGroupBox
Left = 15
Top = 12
Width = 234
Height = 108
Caption = #54868#47732' '#49444#51221
TabOrder = 0
object chSaveSize: TCheckBox
Left = 14
Top = 28
Width = 193
Height = 17
Caption = #51333#47308' '#49884' '#54868#47732' '#53356#44592#47484' '#51200#51109#54633#45768#45796'.'
TabOrder = 0
end
object chSavePosition: TCheckBox
Left = 14
Top = 53
Width = 201
Height = 17
Caption = #51333#47308' '#49884' '#54868#47732' '#50948#52824#47484' '#51200#51109#54633#45768#45796'.'
TabOrder = 1
end
object chInitHide: TCheckBox
Left = 14
Top = 78
Width = 153
Height = 17
Caption = #49884#51089' '#49884' '#54868#47732#51012' '#49704#44609#45768#45796'.'
TabOrder = 2
end
end
object GroupBox2: TGroupBox
Left = 268
Top = 9
Width = 195
Height = 111
Caption = #45803#44592' '#48260#53948' '#49444#51221
TabOrder = 1
object rdCloseQuestion: TRadioButton
Left = 14
Top = 28
Width = 169
Height = 17
Caption = #54869#51064' '#47700#49464#51648#47484' '#54364#49884' '#54633#45768#45796'.'
TabOrder = 0
end
object rdCloseHide: TRadioButton
Left = 14
Top = 53
Width = 145
Height = 17
Caption = #54532#47196#44536#47016#51012' '#49704#44609#45768#45796'.'
TabOrder = 1
end
object rdCloseExit: TRadioButton
Left = 14
Top = 78
Width = 161
Height = 17
Caption = #54532#47196#44536#47016#51012' '#51333#47308#54633#45768#45796'.'
TabOrder = 2
end
end
object chStartupExecute: TCheckBox
Left = 29
Top = 126
Width = 180
Height = 17
Caption = #50952#46020#50864' '#49884#51089' '#49884' '#54532#47196#44536#47016' '#49892#54665
TabOrder = 2
end
end
object tabPath: TTabSheet
Caption = #44221#47196
ImageIndex = 2
object Label2: TLabel
Left = 24
Top = 32
Width = 72
Height = 13
Caption = #47196#44536' '#51200#51109' '#44221#47196
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 24
Top = 104
Width = 108
Height = 13
Caption = #44592#48376' '#45936#51060#53552' '#51200#51109' '#44221#47196
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object edLogPath: TEdit
Left = 24
Top = 51
Width = 425
Height = 21
ImeName = 'Microsoft Office IME 2007'
TabOrder = 0
end
object edDataPath: TEdit
Left = 24
Top = 123
Width = 425
Height = 21
ImeName = 'Microsoft Office IME 2007'
TabOrder = 2
end
object btnSelLogPath: TButton
Left = 455
Top = 51
Width = 42
Height = 21
Caption = '...'
TabOrder = 1
OnClick = btnSelLogPathClick
end
object btnSelDatapath: TButton
Left = 455
Top = 123
Width = 42
Height = 21
Caption = '...'
TabOrder = 3
OnClick = btnSelDatapathClick
end
end
object tabHotkey: TTabSheet
Caption = #45800#52629#53412
ImageIndex = 1
object Label1: TLabel
Left = 24
Top = 48
Width = 31
Height = 13
Caption = 'Label1'
end
object HotKey1: THotKey
Left = 88
Top = 42
Width = 121
Height = 19
HotKey = 32833
TabOrder = 0
end
end
end
object btnDefault: TButton
Left = 16
Top = 308
Width = 75
Height = 25
Caption = #52488#44592' '#49444#51221
TabOrder = 1
end
object btnSave: TButton
Left = 403
Top = 308
Width = 75
Height = 25
Caption = #51200#51109
Default = True
TabOrder = 2
OnClick = btnSaveClick
end
object btnClose: TButton
Left = 494
Top = 308
Width = 75
Height = 25
Cancel = True
Caption = #45803#44592
ModalResult = 2
TabOrder = 3
end
end