BSOne.SFC/eCrmHE/EXE_eCrmHomeEdition/DRM/DEncryptAip.dfm

173 lines
4.9 KiB
Plaintext

object DlgEncryptAip: TDlgEncryptAip
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
Caption = #47928#49436' '#50516#54840#54868' '#51201#50857
ClientHeight = 446
ClientWidth = 477
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
Scaled = False
TextHeight = 15
object pnTop: TPanel
Left = 0
Top = 0
Width = 477
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 123
Top = 5
Width = 350
Height = 32
AutoSize = False
Caption = #51201#50857#54624' '#54028#51068#51012' '#52628#44032' '#54980' ['#47928#49436' '#50516#54840#54868' '#51201#50857'] '#48260#53948#51012' '#53364#47533#54644' '#51452#49901#49884#50724'.'
Layout = tlCenter
WordWrap = True
end
object btnEncrypt: TButton
Left = 9
Top = 10
Width = 108
Height = 25
Caption = #47928#49436' '#50516#54840#54868' '#51201#50857
TabOrder = 0
OnClick = btnEncryptClick
end
object btnAddFile: TButton
Left = 127
Top = 26
Width = 65
Height = 25
Caption = #54028#51068' '#52628#44032
TabOrder = 1
Visible = False
OnClick = btnAddFileClick
end
object btnAddDir: TButton
Left = 198
Top = 26
Width = 65
Height = 25
Caption = #54260#45908' '#52628#44032
TabOrder = 2
Visible = False
OnClick = btnAddDirClick
end
end
object pnClient: TPanel
Left = 0
Top = 41
Width = 477
Height = 405
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object vtList: TVirtualStringTree
Left = 0
Top = 0
Width = 477
Height = 405
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]
PopupMenu = popFun
TabOrder = 0
TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect, toRightClickSelect]
OnAfterPaint = vtListAfterPaint
OnContextPopup = vtListContextPopup
OnFreeNode = vtListFreeNode
OnGetText = vtListGetText
OnPaintText = vtListPaintText
OnGetImageIndex = vtListGetImageIndex
OnGetHint = vtListGetHint
OnGetNodeDataSize = vtListGetNodeDataSize
Touch.InteractiveGestures = [igPan, igPressAndTap]
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
Columns = <
item
Position = 0
Text = #48264#54840
end
item
Position = 1
Text = #51060#47492
Width = 160
end
item
Position = 2
Text = #54869#51109#51088
Width = 70
end
item
Position = 3
Text = #50516#54840#54868
end
item
Position = 4
Text = #44221#47196
Width = 250
end>
end
end
object popFun: TPopupMenu
AutoHotkeys = maManual
Left = 224
Top = 193
object miDelFile: TMenuItem
Caption = #49440#53469#54620' '#54028#51068' '#51228#50808
OnClick = miDelFileClick
end
object miClear: TMenuItem
Caption = #47785#47197' '#52488#44592#54868
OnClick = miClearClick
end
object N1: TMenuItem
Caption = '-'
end
object miDelNoDrm: TMenuItem
Caption = #47785#47197#50640#49436' '#50516#54840#54868' '#51201#50857' '#54028#51068' '#51228#50808
OnClick = miDelNoDrmClick
end
end
object OpenDialog: TOpenDialog
Filter = 'All files|*.*'
Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
Left = 64
Top = 105
end
object FileOpenDialog: TFileOpenDialog
FavoriteLinks = <>
FileTypes = <>
Options = [fdoPickFolders]
Left = 64
Top = 161
end
end