BSOne.SFC/Tocsg.Module/MSAAExtrator/DMsaaExtrMain.dfm

132 lines
3.1 KiB
Plaintext

object DlgMsaaExtrMain: TDlgMsaaExtrMain
Left = 0
Top = 0
Caption = 'MSAAExtractor'
ClientHeight = 654
ClientWidth = 916
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
TextHeight = 15
object SP1: TSplitter
Left = 0
Top = 434
Width = 916
Height = 5
Cursor = crVSplit
Align = alBottom
ExplicitTop = 252
ExplicitWidth = 657
end
object pnTop: TPanel
Left = 0
Top = 0
Width = 916
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 912
object Label1: TLabel
Left = 256
Top = 13
Width = 57
Height = 15
Caption = #54364#49884' '#47112#48296' :'
end
object Label2: TLabel
Left = 384
Top = 16
Width = 24
Height = 15
Caption = #51060#49345
end
object edWH: TEdit
Left = 16
Top = 12
Width = 121
Height = 23
TabOrder = 0
Text = 'vivaldi.exe'
end
object btnExtract: TButton
Left = 143
Top = 10
Width = 75
Height = 25
Caption = 'btnExtract'
TabOrder = 1
OnClick = btnExtractClick
end
object edLv: TEdit
Left = 319
Top = 12
Width = 58
Height = 23
NumbersOnly = True
TabOrder = 2
Text = '17'
end
end
object vtTree: TVirtualStringTree
Left = 0
Top = 439
Width = 916
Height = 215
AccessibleName = 'Info'
Align = alBottom
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 = 1
OnFreeNode = vtTreeFreeNode
OnGetText = vtTreeGetText
OnGetHint = vtTreeGetHint
OnGetNodeDataSize = vtTreeGetNodeDataSize
Touch.InteractiveGestures = [igPan, igPressAndTap]
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
Columns = <
item
Position = 0
Text = 'Info'
Width = 912
end>
DefaultText = ''
end
object mmInfo: TMemo
Left = 0
Top = 41
Width = 916
Height = 393
Align = alClient
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 2
ExplicitWidth = 912
ExplicitHeight = 392
end
end