BSOne.SFC/Tocsg.Module/SunkAssister/EXE_SunkAssister/DAstMain.dfm

225 lines
5.0 KiB
Plaintext

object DlgKoAstMain: TDlgKoAstMain
Left = 0
Top = 0
Caption = 'DlgKoAstMain'
ClientHeight = 394
ClientWidth = 769
Color = clBtnFace
Constraints.MinHeight = 250
Constraints.MinWidth = 520
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = mMain
Position = poScreenCenter
OnClose = FormClose
TextHeight = 13
object StatusBar1: TStatusBar
Left = 0
Top = 375
Width = 769
Height = 19
Panels = <>
ExplicitTop = 374
ExplicitWidth = 765
end
object pnTop: TPanel
Left = 0
Top = 0
Width = 769
Height = 29
Align = alTop
BevelOuter = bvNone
TabOrder = 1
ExplicitWidth = 765
DesignSize = (
769
29)
object Label1: TLabel
Left = 452
Top = 12
Width = 51
Height = 13
Anchors = [akTop, akRight]
Caption = #50724#47448#53076#46300' :'
end
object edErrorCode: TEdit
Left = 510
Top = 8
Width = 43
Height = 21
Anchors = [akTop, akRight]
ImeName = 'Microsoft Office IME 2007'
NumbersOnly = True
TabOrder = 0
OnKeyPress = edErrorCodeKeyPress
ExplicitLeft = 506
end
object btnErrorCode: TButton
Left = 558
Top = 6
Width = 49
Height = 21
Anchors = [akTop, akRight]
Caption = #51312#54924
TabOrder = 1
OnClick = btnErrorCodeClick
ExplicitLeft = 554
end
object toolAddWindow: TBitBtn
Left = 8
Top = -2
Width = 25
Height = 25
Caption = '+'
TabOrder = 2
OnMouseDown = toolAddWindowMouseDown
OnMouseMove = toolAddWindowMouseMove
OnMouseUp = toolAddWindowMouseUp
end
object tbAlphaBlend: TTrackBar
Left = 668
Top = 6
Width = 93
Height = 19
Anchors = [akTop, akRight]
Enabled = False
Max = 255
Min = 100
Frequency = 5
Position = 255
ShowSelRange = False
TabOrder = 3
OnChange = tbAlphaBlendChange
ExplicitLeft = 664
end
object chAlphaBlend: TCheckBox
Left = 628
Top = 8
Width = 42
Height = 17
Anchors = [akTop, akRight]
Caption = #53804#47749
TabOrder = 4
OnClick = chAlphaBlendClick
ExplicitLeft = 624
end
end
object pcMain: TPageControl
Left = 0
Top = 29
Width = 769
Height = 346
Align = alClient
MultiLine = True
PopupMenu = popPage
TabOrder = 2
OnMouseDown = pcMainMouseDown
ExplicitWidth = 765
ExplicitHeight = 345
end
object mMain: TMainMenu
AutoHotkeys = maManual
Left = 232
Top = 64
object miFile: TMenuItem
Caption = #54028#51068'(&F)'
object miExit: TMenuItem
Caption = #51333#47308'(&X)'
OnClick = miExitClick
end
end
object miView: TMenuItem
Caption = #48372#44592'(&V)'
OnClick = miViewClick
object miStayOnTop: TMenuItem
Caption = #54637#49345' '#50948#50640'(&T)'
OnClick = miStayOnTopClick
end
object N4: TMenuItem
Caption = '-'
end
object miKeylogView: TMenuItem
Caption = #53412' '#51077#47141' '#47196#44536'(&K)'
OnClick = miKeylogViewClick
end
end
object S1: TMenuItem
Caption = #48148#47196#44032#44592'(&S)'
object E1: TMenuItem
Caption = #48736#47480' '#49892#54665'(&E)'
end
object F1: TMenuItem
Caption = #54260#45908' '#50676#44592'(&F)'
end
end
object N1: TMenuItem
Caption = #49444#51221'(&C)'
object miConfig: TMenuItem
Caption = #54872#44221#49444#51221'(&C)'
OnClick = miConfigClick
end
object N5: TMenuItem
Caption = '-'
end
object miLockScreen: TMenuItem
Caption = #54868#47732' '#51104#44552'(&L)'
ShortCut = 123
OnClick = miLockScreenClick
end
object H1: TMenuItem
Caption = #53944#47112#51060#47196' '#49704#44592#44592'(&H)'
ShortCut = 27
OnClick = H1Click
end
end
end
object rMain: TTrayIcon
PopupMenu = popTry
Visible = True
OnDblClick = miOpenClick
Left = 272
Top = 64
end
object popTry: TPopupMenu
Left = 312
Top = 64
object miOpen: TMenuItem
Caption = #50676#44592'(&O)'
OnClick = miOpenClick
end
object N2: TMenuItem
Caption = '-'
end
object miTrayExit: TMenuItem
Caption = #51333#47308'(&X)'
OnClick = miExitClick
end
end
object tInit: TTimer
Enabled = False
Interval = 500
OnTimer = tInitTimer
Left = 344
Top = 64
end
object popPage: TPopupMenu
AutoHotkeys = maManual
OnPopup = popPagePopup
Left = 104
Top = 120
object miWndPageClose: TMenuItem
Caption = #50952#46020#50864' '#54168#51060#51648' '#45803#44592
OnClick = miWndPageCloseClick
end
object N3: TMenuItem
Caption = '-'
end
object miWndPage: TMenuItem
Caption = #50952#46020#50864' '#54168#51060#51648
end
end
end