Initial commit
This commit is contained in:
@@ -0,0 +1,116 @@
|
||||
object ChartForm: TChartForm
|
||||
Left = 0
|
||||
Top = 0
|
||||
ParentCustomHint = False
|
||||
HorzScrollBar.Tracking = True
|
||||
HorzScrollBar.Visible = False
|
||||
VertScrollBar.Tracking = True
|
||||
VertScrollBar.Visible = False
|
||||
BiDiMode = bdLeftToRight
|
||||
Caption = #25968#25454#22270#34920
|
||||
ClientHeight = 461
|
||||
ClientWidth = 850
|
||||
Color = clBtnFace
|
||||
Constraints.MaxHeight = 500
|
||||
Constraints.MinHeight = 500
|
||||
Constraints.MinWidth = 680
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentBiDiMode = False
|
||||
Position = poDesigned
|
||||
StyleElements = []
|
||||
StyleName = 'Windows'
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
OnKeyDown = FormKeyDown
|
||||
OnResize = FormResize
|
||||
TextHeight = 14
|
||||
object m_tsTop: TTabSet
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 850
|
||||
Height = 25
|
||||
ParentCustomHint = False
|
||||
Align = alTop
|
||||
AutoScroll = False
|
||||
DoubleBuffered = False
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Segoe UI'
|
||||
Font.Style = []
|
||||
ParentDoubleBuffered = False
|
||||
ParentShowHint = False
|
||||
ShowHint = False
|
||||
SelectedColor = clWhite
|
||||
Style = tsOwnerDraw
|
||||
TabHeight = 25
|
||||
Tabs.Strings = (
|
||||
#24635#36194#21033
|
||||
#27169#25311#26412#37329
|
||||
#36134#25143#20313#39069
|
||||
#36194#36755#27425#24046)
|
||||
TabIndex = 0
|
||||
TabPosition = tpTop
|
||||
OnChange = TopChange
|
||||
OnDrawTab = TopDrawTab
|
||||
OnMeasureTab = TopMeasureTab
|
||||
end
|
||||
object m_panTU: TPanel
|
||||
Left = 350
|
||||
Top = 0
|
||||
Width = 163
|
||||
Height = 23
|
||||
ParentCustomHint = False
|
||||
BevelOuter = bvNone
|
||||
Color = clInactiveBorder
|
||||
Ctl3D = False
|
||||
DoubleBuffered = False
|
||||
ParentBackground = False
|
||||
ParentCtl3D = False
|
||||
ParentDoubleBuffered = False
|
||||
ParentShowHint = False
|
||||
ShowCaption = False
|
||||
ShowHint = False
|
||||
TabOrder = 1
|
||||
object Label1: TLabel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 64
|
||||
Height = 23
|
||||
Align = alLeft
|
||||
AutoSize = False
|
||||
Caption = #25346#26426#26102#38271#65306
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Segoe UI'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
Layout = tlCenter
|
||||
ExplicitLeft = 3
|
||||
ExplicitTop = 5
|
||||
ExplicitHeight = 15
|
||||
end
|
||||
object m_lblRunTime: TLabel
|
||||
Left = 64
|
||||
Top = 0
|
||||
Width = 99
|
||||
Height = 23
|
||||
Align = alRight
|
||||
Alignment = taCenter
|
||||
AutoSize = False
|
||||
Caption = '0'#22825' 00:00:00'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Arial'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
Layout = tlCenter
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user