480 lines
14 KiB
Plaintext
480 lines
14 KiB
Plaintext
object DlgFssMain: TDlgFssMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'HecAipHelper'
|
|
ClientHeight = 395
|
|
ClientWidth = 588
|
|
Color = clBtnFace
|
|
DoubleBuffered = True
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object pcMain: TPageControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 588
|
|
Height = 395
|
|
ActivePage = tabWork
|
|
Align = alClient
|
|
TabOrder = 0
|
|
ExplicitWidth = 584
|
|
ExplicitHeight = 394
|
|
object tabWork: TTabSheet
|
|
Caption = 'Label '#49444#51221
|
|
object GroupBox1: TGroupBox
|
|
Left = 23
|
|
Top = 14
|
|
Width = 527
|
|
Height = 195
|
|
Caption = 'Label '#45824#49345' '#49444#51221
|
|
TabOrder = 0
|
|
object btnScan: TSpeedButton
|
|
Left = 199
|
|
Top = 148
|
|
Width = 129
|
|
Height = 28
|
|
Caption = 'Label '#49444#51221' '#49884#51089
|
|
OnClick = btnScanClick
|
|
end
|
|
object Label4: TLabel
|
|
Left = 15
|
|
Top = 35
|
|
Width = 135
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #45824#49345' '#46300#46972#51060#48652' '#46608#45716' '#54260#45908' :'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 54
|
|
Top = 66
|
|
Width = 96
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #45824#49345' '#54028#51068' '#54869#51109#51088' :'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 57
|
|
Top = 224
|
|
Width = 85
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #44160#49353#50612' (RegEx) :'
|
|
Enabled = False
|
|
Visible = False
|
|
end
|
|
object Label7: TLabel
|
|
Left = 82
|
|
Top = 255
|
|
Width = 60
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #44160#49353' '#54056#53556' : '
|
|
Enabled = False
|
|
Visible = False
|
|
end
|
|
object btnSetPatterns: TSpeedButton
|
|
Left = 474
|
|
Top = 252
|
|
Width = 23
|
|
Height = 23
|
|
Caption = '...'
|
|
Enabled = False
|
|
Visible = False
|
|
OnClick = btnSetPatternsClick
|
|
end
|
|
object Label1: TLabel
|
|
Left = 89
|
|
Top = 109
|
|
Width = 61
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #49444#51221' Label :'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 54
|
|
Top = 181
|
|
Width = 88
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = 'Label '#49444#51221' '#45824#49345' :'
|
|
Visible = False
|
|
end
|
|
object edTgDirs: TEdit
|
|
Left = 156
|
|
Top = 32
|
|
Width = 349
|
|
Height = 23
|
|
TabOrder = 0
|
|
Text = 'C:\'
|
|
end
|
|
object edScanExt: TEdit
|
|
Left = 156
|
|
Top = 63
|
|
Width = 349
|
|
Height = 23
|
|
TabOrder = 1
|
|
Text = 'doc|docx|xls|xlsx|ppt|pptx|pdf'
|
|
end
|
|
object chSaveFileList: TCheckBox
|
|
Left = 27
|
|
Top = 330
|
|
Width = 126
|
|
Height = 17
|
|
Caption = #51204#52404' '#54028#51068#47785#47197' '#51200#51109' :'
|
|
TabOrder = 8
|
|
Visible = False
|
|
OnClick = chSaveFileListClick
|
|
end
|
|
object chSaveDirList: TCheckBox
|
|
Left = 27
|
|
Top = 359
|
|
Width = 126
|
|
Height = 17
|
|
Caption = #51204#52404' '#54260#45908#47785#47197' '#51200#51109' :'
|
|
TabOrder = 10
|
|
Visible = False
|
|
OnClick = chSaveDirListClick
|
|
end
|
|
object chSaveScanList: TCheckBox
|
|
Left = 27
|
|
Top = 388
|
|
Width = 126
|
|
Height = 17
|
|
Caption = #49828#52884' '#54028#51068#47785#47197' '#51200#51109' :'
|
|
TabOrder = 12
|
|
Visible = False
|
|
OnClick = chSaveScanListClick
|
|
end
|
|
object edSvFilePath: TEdit
|
|
Left = 156
|
|
Top = 327
|
|
Width = 349
|
|
Height = 23
|
|
Enabled = False
|
|
TabOrder = 9
|
|
Visible = False
|
|
end
|
|
object edSvDirPath: TEdit
|
|
Left = 156
|
|
Top = 356
|
|
Width = 349
|
|
Height = 23
|
|
Enabled = False
|
|
TabOrder = 11
|
|
Visible = False
|
|
end
|
|
object edSvScanPath: TEdit
|
|
Left = 156
|
|
Top = 385
|
|
Width = 349
|
|
Height = 23
|
|
Enabled = False
|
|
TabOrder = 13
|
|
Visible = False
|
|
end
|
|
object edSchTxt: TEdit
|
|
Left = 148
|
|
Top = 221
|
|
Width = 349
|
|
Height = 23
|
|
Enabled = False
|
|
TabOrder = 4
|
|
Text = #54788#45824
|
|
Visible = False
|
|
end
|
|
object chSaveContent: TCheckBox
|
|
Left = 21
|
|
Top = 301
|
|
Width = 130
|
|
Height = 17
|
|
Caption = #45236#50857' '#52628#52636' '#51200#51109' '#54260#45908' :'
|
|
TabOrder = 6
|
|
Visible = False
|
|
OnClick = chSaveContentClick
|
|
end
|
|
object edSvContentPath: TEdit
|
|
Left = 156
|
|
Top = 298
|
|
Width = 349
|
|
Height = 23
|
|
Enabled = False
|
|
TabOrder = 7
|
|
Visible = False
|
|
end
|
|
object edPatterns: TEdit
|
|
Left = 148
|
|
Top = 252
|
|
Width = 325
|
|
Height = 23
|
|
Enabled = False
|
|
ReadOnly = True
|
|
TabOrder = 5
|
|
Visible = False
|
|
end
|
|
object cbLabel: TComboBox
|
|
Left = 156
|
|
Top = 106
|
|
Width = 349
|
|
Height = 23
|
|
Style = csDropDownList
|
|
ItemIndex = 0
|
|
TabOrder = 2
|
|
Text = #45824#50808#48708'(Restricted)'
|
|
Items.Strings = (
|
|
#45824#50808#48708'(Restricted)'
|
|
#45824#50808#48708' '#44060#51064#51221#48372'(Restricted-P)')
|
|
end
|
|
object cbTargetFile: TComboBox
|
|
Left = 148
|
|
Top = 178
|
|
Width = 349
|
|
Height = 23
|
|
Style = csDropDownList
|
|
ItemIndex = 0
|
|
TabOrder = 3
|
|
Text = #51068#48152'(Anyuser), Label '#48120#51201#50857' '#54028#51068' '#51204#52404
|
|
Visible = False
|
|
OnChange = cbTargetFileChange
|
|
Items.Strings = (
|
|
#51068#48152'(Anyuser), Label '#48120#51201#50857' '#54028#51068' '#51204#52404
|
|
#45236#50857#50640' '#44160#49353#50612', '#54056#53556#51060' '#44160#52636#46108#46108' '#54028#51068)
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
Left = 23
|
|
Top = 222
|
|
Width = 527
|
|
Height = 131
|
|
Caption = #51652#54665' '#49345#54889
|
|
TabOrder = 1
|
|
object lbMsg: TLabel
|
|
Left = 14
|
|
Top = 27
|
|
Width = 499
|
|
Height = 15
|
|
AutoSize = False
|
|
Caption = #51456#48708#46104#50632#49845#45768#45796'.'
|
|
EllipsisPosition = epPathEllipsis
|
|
end
|
|
object lbRes: TLabel
|
|
Left = 14
|
|
Top = 71
|
|
Width = 102
|
|
Height = 15
|
|
Caption = #47532#49548#49828' '#52404#53356' '#51456#48708#46120
|
|
end
|
|
object lbWorkTime: TLabel
|
|
Left = 462
|
|
Top = 71
|
|
Width = 51
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = #51089#50629' '#49884#44036
|
|
end
|
|
object lbInfo: TLabel
|
|
Left = 16
|
|
Top = 104
|
|
Width = 27
|
|
Height = 15
|
|
Caption = #51456#48708'.'
|
|
end
|
|
object pg: TProgressBar
|
|
Left = 14
|
|
Top = 48
|
|
Width = 499
|
|
Height = 17
|
|
DoubleBuffered = False
|
|
ParentDoubleBuffered = False
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
object tabResult: TTabSheet
|
|
Caption = #51312#52824' '#44208#44284
|
|
ImageIndex = 1
|
|
object SP1: TSplitter
|
|
Left = 153
|
|
Top = 0
|
|
Width = 4
|
|
Height = 365
|
|
Visible = False
|
|
ExplicitLeft = 200
|
|
ExplicitHeight = 452
|
|
end
|
|
object vtFnd: TVirtualStringTree
|
|
Left = 0
|
|
Top = 0
|
|
Width = 153
|
|
Height = 365
|
|
Align = alLeft
|
|
Colors.BorderColor = 15987699
|
|
Colors.DisabledColor = clGray
|
|
Colors.DropMarkColor = 15385233
|
|
Colors.DropTargetColor = 15385233
|
|
Colors.DropTargetBorderColor = 15385233
|
|
Colors.FocusedSelectionColor = 15385233
|
|
Colors.FocusedSelectionBorderColor = 15385233
|
|
Colors.GridLineColor = 15987699
|
|
Colors.HeaderHotColor = clBlack
|
|
Colors.HotColor = clBlack
|
|
Colors.SelectionRectangleBlendColor = 15385233
|
|
Colors.SelectionRectangleBorderColor = 15385233
|
|
Colors.SelectionTextColor = clBlack
|
|
Colors.TreeLineColor = 9471874
|
|
Colors.UnfocusedColor = clGray
|
|
Colors.UnfocusedSelectionColor = clWhite
|
|
Colors.UnfocusedSelectionBorderColor = clWhite
|
|
Header.AutoSizeIndex = 0
|
|
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs]
|
|
HintMode = hmTooltip
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages]
|
|
TreeOptions.SelectionOptions = [toRightClickSelect]
|
|
Visible = False
|
|
OnFocusChanged = vtFndFocusChanged
|
|
OnGetText = vtFndGetText
|
|
OnGetHint = vtFndGetHint
|
|
OnGetNodeDataSize = vtFndGetNodeDataSize
|
|
Touch.InteractiveGestures = [igPan, igPressAndTap]
|
|
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
|
|
Columns = <
|
|
item
|
|
Position = 0
|
|
Text = 'Info'
|
|
Width = 149
|
|
end>
|
|
end
|
|
object vtList: TVirtualStringTree
|
|
Left = 157
|
|
Top = 0
|
|
Width = 423
|
|
Height = 365
|
|
Align = alClient
|
|
Colors.BorderColor = 15987699
|
|
Colors.DisabledColor = clGray
|
|
Colors.DropMarkColor = 15385233
|
|
Colors.DropTargetColor = 15385233
|
|
Colors.DropTargetBorderColor = 15385233
|
|
Colors.FocusedSelectionColor = 15385233
|
|
Colors.FocusedSelectionBorderColor = 15385233
|
|
Colors.GridLineColor = 15987699
|
|
Colors.HeaderHotColor = clBlack
|
|
Colors.HotColor = clBlack
|
|
Colors.SelectionRectangleBlendColor = 15385233
|
|
Colors.SelectionRectangleBorderColor = 15385233
|
|
Colors.SelectionTextColor = clBlack
|
|
Colors.TreeLineColor = 9471874
|
|
Colors.UnfocusedColor = clGray
|
|
Colors.UnfocusedSelectionColor = clWhite
|
|
Colors.UnfocusedSelectionBorderColor = clWhite
|
|
Header.AutoSizeIndex = 0
|
|
Header.Options = [hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
|
|
HintMode = hmTooltip
|
|
ParentShowHint = False
|
|
PopupMenu = popFun
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
|
|
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect, toRightClickSelect]
|
|
OnCompareNodes = vtListCompareNodes
|
|
OnContextPopup = vtListContextPopup
|
|
OnDblClick = miPathGoClick
|
|
OnFreeNode = vtListFreeNode
|
|
OnGetText = vtListGetText
|
|
OnPaintText = vtListPaintText
|
|
OnGetImageIndex = vtListGetImageIndex
|
|
OnGetHint = vtListGetHint
|
|
OnGetNodeDataSize = paint
|
|
OnHeaderClick = vtListHeaderClick
|
|
Touch.InteractiveGestures = [igPan, igPressAndTap]
|
|
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
|
|
Columns = <
|
|
item
|
|
Position = 0
|
|
Text = #48264#54840
|
|
end
|
|
item
|
|
Position = 1
|
|
Text = #54028#51068' '#51060#47492
|
|
Width = 160
|
|
end
|
|
item
|
|
Position = 2
|
|
Text = #54869#51109#51088
|
|
Width = 70
|
|
end
|
|
item
|
|
Position = 3
|
|
Text = #53356#44592
|
|
Width = 80
|
|
end
|
|
item
|
|
Position = 4
|
|
Text = 'Label '#51201#50857
|
|
Width = 70
|
|
end
|
|
item
|
|
Position = 5
|
|
Text = #51333#47448
|
|
Width = 80
|
|
end
|
|
item
|
|
Position = 6
|
|
Text = #48156#44204' '#51221#48372
|
|
Width = 140
|
|
end
|
|
item
|
|
Position = 7
|
|
Text = #55176#53944#49688
|
|
end
|
|
item
|
|
Position = 8
|
|
Text = #44221#47196
|
|
Width = 180
|
|
end>
|
|
end
|
|
end
|
|
end
|
|
object tProg: TTimer
|
|
Enabled = False
|
|
OnTimer = tProgTimer
|
|
Left = 392
|
|
Top = 273
|
|
end
|
|
object tResMon: TTimer
|
|
Enabled = False
|
|
OnTimer = tResMonTimer
|
|
Left = 448
|
|
Top = 273
|
|
end
|
|
object popFun: TPopupMenu
|
|
AutoHotkeys = maManual
|
|
OnPopup = popFunPopup
|
|
Left = 44
|
|
Top = 282
|
|
object miCopyCB: TMenuItem
|
|
Caption = #49440#53469#54620' '#54637#47785#51012' '#53364#47549#48372#46300#50640' '#48373#49324
|
|
ShortCut = 16451
|
|
OnClick = miCopyCBClick
|
|
end
|
|
object miPathGo: TMenuItem
|
|
Caption = #49440#53469#54620' '#54637#47785' '#44221#47196' '#50676#44592
|
|
OnClick = miPathGoClick
|
|
end
|
|
object N2: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object miFilter: TMenuItem
|
|
Caption = #44160#49353' '#54596#53552
|
|
ShortCut = 16454
|
|
OnClick = miFilterClick
|
|
end
|
|
end
|
|
end
|