BSOne.SFC/eCrmHE/EXE_bs1rcd/DBs1RcdMain.dfm

265 lines
5.5 KiB
Plaintext

object DlgBs1RcdMain: TDlgBs1RcdMain
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'bs1rcd'
ClientHeight = 263
ClientWidth = 597
Color = clBtnFace
TransparentColor = True
TransparentColorValue = clGreen
Constraints.MinHeight = 120
Constraints.MinWidth = 140
DefaultMonitor = dmDesktop
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnResize = FormResize
TextHeight = 13
object pnTop: TPanel
Left = 0
Top = 0
Width = 597
Height = 40
Align = alTop
TabOrder = 0
object btnSetFile: TSpeedButton
Left = 1
Top = 5
Width = 40
Height = 30
Hint = #54028#51068
Caption = #54028#51068
ImageIndex = 0
Flat = True
Layout = blGlyphTop
OnClick = btnSetFileClick
end
object btnRecPause: TSpeedButton
Left = 47
Top = 5
Width = 40
Height = 30
Caption = #45433#54868
ImageIndex = 1
Enabled = False
Flat = True
Layout = blGlyphTop
OnClick = btnRecPauseClick
end
object btnRecStop: TSpeedButton
Left = 93
Top = 5
Width = 40
Height = 30
Caption = #51473#51648
ImageIndex = 4
Enabled = False
Flat = True
Layout = blGlyphTop
OnClick = btnRecStopClick
end
object btnShowFrame: TSpeedButton
Left = 161
Top = 4
Width = 40
Height = 30
GroupIndex = 1
Caption = #50689#50669
ImageIndex = 5
Flat = True
Layout = blGlyphTop
OnClick = btnShowFrameClick
end
object btnShowFrameDummy: TSpeedButton
Left = 467
Top = 4
Width = 46
Height = 29
GroupIndex = 1
Down = True
Caption = #50689#50669'2'
Visible = False
end
object btnConfig: TSpeedButton
Left = 313
Top = 4
Width = 40
Height = 30
Caption = #49444#51221
ImageIndex = 8
Flat = True
Layout = blGlyphTop
OnClick = btnConfigClick
end
object btnStayOnTop: TSpeedButton
Left = 267
Top = 5
Width = 40
Height = 30
GroupIndex = 2
Caption = #54637#49345#50948
ImageIndex = 7
Flat = True
Layout = blGlyphTop
OnClick = btnStayOnTopClick
end
object btnStayOnTopDummy: TSpeedButton
Left = 519
Top = 4
Width = 46
Height = 29
GroupIndex = 2
Down = True
Caption = #54637#49345#50948'2'
Visible = False
OnClick = btnSetFileClick
end
object btnFindWindow: TBitBtn
Left = 207
Top = 4
Width = 40
Height = 30
Caption = #52286#44592
ImageIndex = 6
Layout = blGlyphTop
TabOrder = 0
TabStop = False
OnMouseDown = btnFindWindowMouseDown
OnMouseMove = btnFindWindowMouseMove
OnMouseUp = btnFindWindowMouseUp
end
object btnTest: TButton
Left = 376
Top = 8
Width = 75
Height = 25
Caption = 'Test'
Enabled = False
TabOrder = 1
Visible = False
OnClick = btnTestClick
end
end
object pnClient: TPanel
Left = 8
Top = 87
Width = 345
Height = 130
BevelOuter = bvNone
Color = clGreen
ParentBackground = False
TabOrder = 1
end
object pnBottom: TPanel
Left = 0
Top = 236
Width = 597
Height = 27
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
DesignSize = (
597
27)
object lbPos: TLabel
Left = 8
Top = 7
Width = 56
Height = 13
Caption = 'X : 0 Y: 0'
end
object lbSize: TLabel
Left = 564
Top = 8
Width = 24
Height = 13
Alignment = taRightJustify
Anchors = [akTop, akRight]
Caption = '0 x 0'
ExplicitLeft = 558
end
end
object SaveDialog: TSaveDialog
DefaultExt = 'mp4'
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 88
Top = 72
end
object FFEncoder: TFFEncoder
OnTerminate = FFEncoderTerminate
Left = 152
Top = 72
end
object ActionList: TActionList
Left = 88
Top = 167
object acCancelFindWnd: TAction
Caption = 'acCancelFindWnd'
ShortCut = 27
OnExecute = acCancelFindWndExecute
end
end
object popTray: TPopupMenu
AutoHotkeys = maManual
Left = 208
Top = 168
object miSetFile: TMenuItem
Caption = #50689#49345' '#51200#51109' '#44221#47196' '#51648#51221
ImageIndex = 0
OnClick = btnSetFileClick
end
object N7: TMenuItem
Caption = '-'
end
object miRecPause: TMenuItem
Caption = #54868#47732' '#45433#54868
Enabled = False
ImageIndex = 1
OnClick = btnRecPauseClick
end
object miRecStop: TMenuItem
Caption = #54868#47732' '#45433#54868' '#51473#51648
Enabled = False
ImageIndex = 4
OnClick = btnRecStopClick
end
object N5: TMenuItem
Caption = '-'
end
object miExit: TMenuItem
Caption = #51333#47308
ImageIndex = 5
OnClick = miExitClick
end
end
object tReTry: TTimer
Enabled = False
OnTimer = tReTryTimer
Left = 376
Top = 96
end
object FFJoiner: TFFJoiner
PadColor = 'violet'
Left = 208
Top = 72
end
object tClearFile: TTimer
Enabled = False
OnTimer = tClearFileTimer
Left = 424
Top = 96
end
object tInit: TTimer
Enabled = False
OnTimer = tInitTimer
Left = 376
Top = 168
end
end