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

138 lines
3.0 KiB
Plaintext

object DlgFileTossMain: TDlgFileTossMain
Left = 0
Top = 0
Caption = 'FileToss'
ClientHeight = 298
ClientWidth = 498
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Menu = MainMenu
Position = poScreenCenter
TextHeight = 15
object mmLog: TMemo
Left = 0
Top = 153
Width = 498
Height = 145
Align = alClient
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
ExplicitWidth = 494
ExplicitHeight = 144
end
object pnTop: TPanel
Left = 0
Top = 0
Width = 498
Height = 153
Align = alTop
BevelOuter = bvNone
TabOrder = 1
ExplicitWidth = 494
object Label1: TLabel
Left = 16
Top = 24
Width = 57
Height = 15
Caption = #44048#49884' '#44221#47196' :'
end
object Label2: TLabel
Left = 16
Top = 64
Width = 57
Height = 15
Caption = #51060#46041' '#44221#47196' :'
end
object miWopen: TSpeedButton
Left = 398
Top = 21
Width = 23
Height = 23
Caption = '...'
OnClick = miWopenClick
end
object btnTopen: TSpeedButton
Left = 398
Top = 61
Width = 23
Height = 23
Caption = '...'
OnClick = btnTopenClick
end
object edWPath: TEdit
Left = 88
Top = 21
Width = 305
Height = 23
TabOrder = 0
end
object edTPath: TEdit
Left = 88
Top = 61
Width = 305
Height = 23
TabOrder = 1
end
object chOnlyCopy: TCheckBox
Left = 88
Top = 98
Width = 305
Height = 17
Caption = #54028#51068#51012' '#51060#46041#54616#51648' '#50506#44256' '#48373#49324#47564
TabOrder = 2
end
object chBackupFile: TCheckBox
Left = 88
Top = 127
Width = 305
Height = 17
Caption = #44048#49884' '#44221#47196' .\Backup '#54260#45908#50640' '#48373#49324#48376' '#51200#51109
TabOrder = 3
end
end
object MainMenu: TMainMenu
AutoHotkeys = maManual
Left = 432
Top = 152
object miWatch: TMenuItem
Caption = #44048#49884'(&W)'
OnClick = miWatchClick
object miStart: TMenuItem
Caption = #49884#51089'(&S)'
OnClick = miStartClick
end
object miStop: TMenuItem
Caption = #51473#51648'(&T)'
OnClick = miStopClick
end
object N1: TMenuItem
Caption = '-'
end
object miExit: TMenuItem
Caption = #51333#47308'(&X)'
OnClick = miExitClick
end
end
object miConfig: TMenuItem
Caption = #49444#51221'(&C)'
object miSetting: TMenuItem
Caption = #54872#44221#49444#51221'(&S)'
OnClick = miSettingClick
end
end
end
object FileOpenDialog: TFileOpenDialog
FavoriteLinks = <>
FileName = 'C:\taskToCSG\Tocsg.Module\FileToss\Images'
FileTypes = <>
Options = [fdoPickFolders]
Left = 432
Top = 24
end
end