Files
winapp/ResetFormUnit.dfm
2026-06-12 22:37:02 +08:00

199 lines
4.4 KiB
ObjectPascal

object ResetForm: TResetForm
Left = 0
Top = 0
Hint = #27169#23454#36194#20111#20540#36798#21040#36194#21033#20540#21518#36716#23454#25171
ParentCustomHint = False
BiDiMode = bdLeftToRight
BorderIcons = []
BorderStyle = bsNone
Caption = #37325#32622#25968#25454
ClientHeight = 224
ClientWidth = 423
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
ParentBiDiMode = False
OnKeyDown = FormKeyDown
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnShow = FormShow
TextHeight = 15
object m_panBack: TPanel
Left = 0
Top = 0
Width = 423
Height = 224
Align = alClient
TabOrder = 0
OnMouseEnter = FormMouseEnter
OnMouseLeave = FormMouseLeave
object m_btnOk: TButton
Left = 330
Top = 177
Width = 70
Height = 25
Caption = #30830#23450
TabOrder = 0
OnClick = OkClick
end
object m_gb: TGroupBox
Left = 23
Top = 15
Width = 377
Height = 146
TabOrder = 1
object m_cbAmount: TCheckBox
Left = 21
Top = 21
Width = 80
Height = 17
Caption = #24635#27969#27700
TabOrder = 0
end
object m_cbDead: TCheckBox
Left = 280
Top = 111
Width = 80
Height = 17
Caption = #29190#32518#25968
TabOrder = 1
end
object m_cbLosCount: TCheckBox
Left = 107
Top = 81
Width = 80
Height = 17
Caption = #24635#36755#27425#25968
TabOrder = 2
end
object m_cbManProfit: TCheckBox
Left = 280
Top = 51
Width = 80
Height = 17
Caption = #25163#24037#36194#21033
TabOrder = 4
end
object m_cbPeakL: TCheckBox
Left = 280
Top = 21
Width = 80
Height = 17
Caption = #26368#22823#20111#25439
TabOrder = 5
end
object m_cbPeakU: TCheckBox
Left = 193
Top = 21
Width = 80
Height = 17
Caption = #26368#22823#36194#21033
TabOrder = 6
end
object m_cbTotProfit: TCheckBox
Left = 107
Top = 21
Width = 80
Height = 17
Caption = #24635#36194#21033
TabOrder = 7
end
object m_cbSLos: TCheckBox
Left = 280
Top = 81
Width = 80
Height = 17
Caption = #26368#22823#36830#36755
TabOrder = 8
end
object m_cbSWin: TCheckBox
Left = 193
Top = 81
Width = 80
Height = 17
Caption = #26368#22823#36830#36194
TabOrder = 9
end
object m_cbWinCount: TCheckBox
Left = 21
Top = 81
Width = 80
Height = 17
Caption = #24635#36194#27425#25968
TabOrder = 10
end
object m_cbRealProfit: TCheckBox
Left = 107
Top = 51
Width = 80
Height = 17
Caption = #23454#25171#36194#21033
TabOrder = 11
end
object m_cbRealAmount: TCheckBox
Left = 21
Top = 51
Width = 80
Height = 17
Caption = #23454#25171#27969#27700
TabOrder = 12
end
object m_cbManAmount: TCheckBox
Left = 193
Top = 51
Width = 80
Height = 17
Caption = #25163#24037#27969#27700
TabOrder = 3
end
object m_cbCurrProfit: TCheckBox
Left = 21
Top = 111
Width = 80
Height = 17
Caption = #24403#26399#36194#21033
TabOrder = 13
end
object m_cbMaxChip: TCheckBox
Left = 107
Top = 111
Width = 80
Height = 17
Caption = #26368#22823#27880#30721
TabOrder = 14
end
object m_cbSRProfit: TCheckBox
Left = 193
Top = 111
Width = 80
Height = 17
Caption = #27169#23454#36194#20111
TabOrder = 15
end
end
object m_btnSelAll: TButton
Left = 23
Top = 177
Width = 70
Height = 25
Caption = #20840#36873
TabOrder = 2
OnClick = SelAllClick
end
object m_btnSelNone: TButton
Left = 100
Top = 177
Width = 70
Height = 25
Caption = #20840#19981#36873
TabOrder = 3
OnClick = SelNoneClick
end
end
end