BSOne.SFC/Tocsg.Module/PatternManager/DPatternInfo.dfm

250 lines
6.7 KiB
Plaintext

object DlgNameInfo: TDlgNameInfo
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #54056#53556'/'#53412#50892#46300' '#51221#48372
ClientHeight = 452
ClientWidth = 289
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poOwnerFormCenter
TextHeight = 15
object btnAdd: TSpeedButton
Left = 255
Top = 31
Width = 23
Height = 23
Caption = '+'
OnClick = btnAddClick
end
object Label1: TLabel
Left = 16
Top = 8
Width = 24
Height = 15
Caption = #51060#47492
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 184
Width = 71
Height = 15
Caption = #54056#53556' / '#53412#50892#46300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
end
object btnAddPtn: TSpeedButton
Left = 255
Top = 205
Width = 23
Height = 23
Caption = '+'
OnClick = btnAddPtnClick
end
object cbLang: TComboBox
Left = 16
Top = 31
Width = 89
Height = 23
Style = csDropDownList
ItemIndex = 0
TabOrder = 1
Text = #54620#44397#50612
Items.Strings = (
#54620#44397#50612
#50689#50612
#51068#48376#50612
#51473#44397#50612'('#44036#52404')'
#51473#44397#50612'('#48264#52404')'
'Code')
end
object edName: TEdit
Left = 111
Top = 31
Width = 141
Height = 23
TabOrder = 0
OnKeyPress = edNameKeyPress
end
object vtName: TVirtualStringTree
Left = 16
Top = 71
Width = 262
Height = 97
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 = 2
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
HintMode = hmTooltip
ParentShowHint = False
PopupMenu = popFun
ShowHint = True
TabOrder = 2
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect]
OnContextPopup = vtNameContextPopup
OnFocusChanged = vtNameFocusChanged
OnFreeNode = vtNameFreeNode
OnGetText = vtNameGetText
OnGetHint = vtNameGetHint
OnGetNodeDataSize = vtNameGetNodeDataSize
Touch.InteractiveGestures = [igPan, igPressAndTap]
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
Columns = <
item
Position = 0
Text = #48264#54840
end
item
Position = 1
Text = #50616#50612
Width = 80
end
item
Position = 2
Text = #51060#47492
Width = 132
end>
end
object btnOk: TButton
Left = 50
Top = 419
Width = 75
Height = 25
Caption = #54869#51064
TabOrder = 3
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 168
Top = 419
Width = 75
Height = 25
Cancel = True
Caption = #52712#49548
ModalResult = 2
TabOrder = 4
end
object vtList: TVirtualStringTree
Left = 16
Top = 234
Width = 262
Height = 175
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 = 1
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
HintMode = hmTooltip
ParentShowHint = False
PopupMenu = popFun2
ShowHint = True
TabOrder = 5
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect, toRightClickSelect]
OnFreeNode = vtListFreeNode
OnGetText = vtListGetText
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 = #54056#53556' / '#53412#50892#46300
Width = 212
end>
end
object edPtnKwd: TEdit
Left = 16
Top = 205
Width = 236
Height = 23
TabOrder = 6
end
object popFun: TPopupMenu
AutoHotkeys = maManual
Left = 144
Top = 112
object btnDel: TMenuItem
Caption = #49325#51228
OnClick = btnDelClick
end
end
object popFun2: TPopupMenu
AutoHotkeys = maManual
Left = 152
Top = 272
object miCopyToCB: TMenuItem
Caption = #49440#53469#46108' '#54056#53556'/'#53412#50892#46300#47484' '#53364#47549#48372#46300#50640' '#48373#49324
ShortCut = 16451
OnClick = miCopyToCBClick
end
object miDel: TMenuItem
Caption = #49440#53469#46108' '#54056#53556'/'#53412#50892#46300' '#49325#51228
OnClick = miDelClick
end
object N1: TMenuItem
Caption = '-'
end
object miImportCsv: TMenuItem
Caption = 'CSV '#54028#51068#50640#49436' '#44032#51256#50724#44592
OnClick = miImportCsvClick
end
end
object OpenDialog: TOpenDialog
DefaultExt = 'csv'
Filter = 'CSV File|*.csv'
Left = 80
Top = 288
end
end