BSOne.SFC/Tocsg.Module/RegExTest/DReTestMain.dfm

113 lines
2.2 KiB
Plaintext

object DlgReTestMain: TDlgReTestMain
Left = 0
Top = 0
Caption = 'RegExTest'
ClientHeight = 441
ClientWidth = 624
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 = 624
Height = 81
Align = alTop
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 620
DesignSize = (
624
81)
object btnFind: TSpeedButton
Left = 556
Top = 10
Width = 63
Height = 31
Anchors = [akTop, akRight]
Caption = #44160#49324
OnClick = btnFindClick
end
object btnOpenFile: TSpeedButton
Left = 556
Top = 44
Width = 63
Height = 31
Anchors = [akTop, akRight]
Caption = #54028#51068' '#50676#44592
OnClick = btnOpenFileClick
end
object mmInput: TMemo
Left = 2
Top = 10
Width = 548
Height = 65
Anchors = [akLeft, akTop, akRight, akBottom]
ScrollBars = ssBoth
TabOrder = 0
ExplicitWidth = 544
end
end
object pnClient: TPanel
Left = 0
Top = 81
Width = 624
Height = 279
Align = alClient
BevelOuter = bvNone
TabOrder = 1
ExplicitWidth = 620
ExplicitHeight = 278
DesignSize = (
624
279)
object mmText: TMemo
Left = 5
Top = 7
Width = 614
Height = 268
Anchors = [akLeft, akTop, akRight, akBottom]
ScrollBars = ssVertical
TabOrder = 0
ExplicitWidth = 610
ExplicitHeight = 267
end
end
object pnBottom: TPanel
Left = 0
Top = 360
Width = 624
Height = 81
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
ExplicitTop = 359
ExplicitWidth = 620
DesignSize = (
624
81)
object mmResult: TMemo
Left = 5
Top = 5
Width = 614
Height = 72
Anchors = [akLeft, akTop, akRight, akBottom]
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
ExplicitWidth = 610
end
end
object OpenDialog: TOpenDialog
Filter = 'All Files|*.*'
Left = 568
Top = 97
end
end