8731 lines
277 KiB
Plaintext
8731 lines
277 KiB
Plaintext
object Form1: TForm1
|
|
Left = 385
|
|
Height = 668
|
|
Top = 148
|
|
Width = 833
|
|
Caption = 'Eye Candy Controls Demo'
|
|
ClientHeight = 668
|
|
ClientWidth = 833
|
|
OnCreate = FormCreate
|
|
LCLVersion = '1.3'
|
|
object PageControl1: TPageControl
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 668
|
|
Top = 0
|
|
Width = 833
|
|
ActivePage = TabSheet10
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
ParentBiDiMode = False
|
|
TabIndex = 10
|
|
TabOrder = 0
|
|
object TabSheet1: TTabSheet
|
|
Caption = 'TECSlider'
|
|
ClientHeight = 0
|
|
ClientWidth = 829
|
|
object ECSlider1: TECSlider
|
|
Left = 14
|
|
Height = 320
|
|
Top = 8
|
|
Width = 73
|
|
Caption = 'ECSlider1'
|
|
DiscreteChange = 0.1
|
|
Increment = 1
|
|
Knob.TickMarkCount = 3
|
|
PageSize = 10
|
|
Position = 25
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 0
|
|
end
|
|
object ECSlider2: TECSlider
|
|
Left = 110
|
|
Height = 320
|
|
Top = 8
|
|
Width = 74
|
|
Caption = 'ECSlider2'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 8
|
|
Increment = 1
|
|
PageSize = 10
|
|
Position = 50
|
|
ProgressMiddlePos = 0
|
|
ProgressStyle = epsGradient
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScaleTickPos = etmTopLeft
|
|
ScaleValuePos = etmTopLeft
|
|
TabOrder = 1
|
|
end
|
|
object ECSlider3: TECSlider
|
|
Left = 215
|
|
Height = 320
|
|
Top = 8
|
|
Width = 118
|
|
Caption = 'ECSlider3'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 10
|
|
Increment = 1
|
|
Knob.TickMarkCount = 7
|
|
PageSize = 10
|
|
Position = 75
|
|
ProgressMiddlePos = 0
|
|
ProgressStyle = epsAesthetic
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScaleTickPos = etmBoth
|
|
ScaleValuePos = etmBoth
|
|
TabOrder = 2
|
|
end
|
|
object ECSlider4: TECSlider
|
|
Left = 14
|
|
Height = 66
|
|
Top = 352
|
|
Width = 320
|
|
Caption = 'ECSlider4'
|
|
CaptionPos = eopLeft
|
|
DiscreteChange = 0.1
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
Position = 40
|
|
ProgressMiddlePos = 0
|
|
ProgressStyle = epsGradient
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 3
|
|
end
|
|
object ECSlider5: TECSlider
|
|
Left = 14
|
|
Height = 66
|
|
Top = 432
|
|
Width = 320
|
|
Caption = 'ECSlider5'
|
|
CaptionPos = eopRight
|
|
DiscreteChange = 0.1
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
Position = 60
|
|
ProgressMiddlePos = 0
|
|
ProgressStyle = epsReversedGrad
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScaleTickPos = etmTopLeft
|
|
ScaleValuePos = etmTopLeft
|
|
TabOrder = 4
|
|
end
|
|
object ECSlider6: TECSlider
|
|
Left = 502
|
|
Height = 320
|
|
Top = 8
|
|
Width = 73
|
|
Caption = 'Octal'
|
|
CaptionPos = eopBottom
|
|
DiscreteChange = 0.1
|
|
GrooveTransparent = False
|
|
Increment = 1
|
|
Knob.TickMarkCount = 3
|
|
Knob.TickMarkStyle = etsDotted
|
|
PageSize = 10
|
|
Position = 25
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.Digits = 3
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueFormat = esvfOctal
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 5
|
|
end
|
|
object ECSlider7: TECSlider
|
|
Left = 590
|
|
Height = 320
|
|
Top = 8
|
|
Width = 74
|
|
Caption = 'Hexadec'
|
|
CaptionPos = eopBottom
|
|
DiscreteChange = 0.1
|
|
GrooveBevelWidth = 2
|
|
GrooveTransparent = False
|
|
Increment = 1
|
|
Knob.TickMarkStyle = etsDotted
|
|
PageSize = 10
|
|
Position = 50
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.Digits = 2
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickAlign = etaInner
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueFormat = esvfMarkHexadec
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 6
|
|
end
|
|
object ECSlider8: TECSlider
|
|
Left = 678
|
|
Height = 320
|
|
Top = 8
|
|
Width = 92
|
|
Caption = 'Binary'
|
|
CaptionPos = eopBottom
|
|
DiscreteChange = 0.1
|
|
GrooveBevelWidth = 3
|
|
GrooveTransparent = False
|
|
Increment = 1
|
|
Knob.TickMarkCount = 7
|
|
Knob.TickMarkStyle = etsDotted
|
|
PageSize = 10
|
|
Position = 75
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.Digits = 6
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickAlign = etaCenter
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueFormat = esvfBinary
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 7
|
|
end
|
|
object ECSlider9: TECSlider
|
|
Left = 382
|
|
Height = 320
|
|
Top = 8
|
|
Width = 71
|
|
Caption = 'ECSlider9'
|
|
DiscreteChange = 0.1
|
|
Increment = 1
|
|
PageSize = 10
|
|
Position = 25
|
|
ProgressFromMiddle = True
|
|
ProgressMiddlePos = 0
|
|
ProgressStyle = epsGradient
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 50
|
|
Scale.Min = -50
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 8
|
|
end
|
|
object ECSlider13: TECSlider
|
|
Left = 14
|
|
Height = 68
|
|
Top = 512
|
|
Width = 232
|
|
DiscreteChange = 0.1
|
|
Increment = 1
|
|
Indent = 3
|
|
Orientation = eooHorizontal
|
|
Knob.TickMarkCount = 3
|
|
Knob.TickMarkSpacing = 5
|
|
Knob.TickMarkStyle = etsDotted
|
|
Knob.Width = 19
|
|
PageSize = 10
|
|
ParentFont = False
|
|
Position = 32
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 64
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 16
|
|
Scale.TickMiddleValue = 8
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueVisible = evvValues
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 9
|
|
end
|
|
object ECSlider27: TECSlider
|
|
Left = 414
|
|
Height = 65
|
|
Top = 336
|
|
Width = 363
|
|
BevelWidth = 0
|
|
DiscreteChange = 0.1
|
|
GrooveBevelWidth = 2
|
|
GrooveStyle = eosButton
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
ParentBiDiMode = False
|
|
Position = 50
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
Style = eosPanel
|
|
TabOrder = 10
|
|
end
|
|
object ECSlider28: TECSlider
|
|
Left = 414
|
|
Height = 67
|
|
Top = 416
|
|
Width = 363
|
|
DiscreteChange = 0.1
|
|
GrooveBevelWidth = 2
|
|
GrooveStyle = eosButton
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
Position = 50
|
|
ProgressMiddlePos = 0
|
|
ProgressParameter = 2
|
|
ProgressStyle = epsAesthetic
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
Style = eosPanel
|
|
TabOrder = 11
|
|
end
|
|
object ECSlider29: TECSlider
|
|
Left = 414
|
|
Height = 61
|
|
Top = 496
|
|
Width = 363
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
DiscreteChange = 0.1
|
|
GrooveBevelWidth = 2
|
|
GrooveStyle = eosButton
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
Position = 100
|
|
ProgressMiddlePos = 667
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 1000
|
|
Scale.Min = 1
|
|
Scale.ScaleType = estLogarithmic
|
|
Scale.TickLength = 12
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueVisible = evvValues
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
Style = eosPanel
|
|
TabOrder = 12
|
|
OnChange = ECSlider29Change
|
|
end
|
|
object ECSlider30: TECSlider
|
|
Left = 414
|
|
Height = 61
|
|
Top = 568
|
|
Width = 363
|
|
BevelInner = bvLowered
|
|
DiscreteChange = 0.1
|
|
GrooveBevelWidth = 2
|
|
GrooveStyle = eosButton
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
Position = 100
|
|
ProgressColor = clRed
|
|
ProgressColor2 = clBlue
|
|
ProgressFromMiddle = True
|
|
ProgressMark = epmBoth
|
|
ProgressMiddlePos = 667
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 1000
|
|
Scale.Min = 1
|
|
Scale.ScaleType = estLogarithmic
|
|
Scale.TickLength = 12
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueVisible = evvValues
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
Style = eosPanel
|
|
TabOrder = 13
|
|
end
|
|
object Label41: TLabel
|
|
Left = 14
|
|
Height = 15
|
|
Top = 616
|
|
Width = 297
|
|
Caption = 'Try press PgUp, PgDown, +, -, Space, Home, End.'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object TabSheet7: TTabSheet
|
|
Caption = 'TECSliders'
|
|
ClientHeight = 0
|
|
ClientWidth = 829
|
|
object ECSlider14: TECSlider
|
|
Left = 6
|
|
Height = 248
|
|
Top = 16
|
|
Width = 69
|
|
Caption = '20 Hz'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 5
|
|
Increment = 1
|
|
Knob.BevelWidth = 1
|
|
Knob.TickMarkStyle = etsDotted
|
|
Knob.Width = 18
|
|
PageSize = 10
|
|
Position = 18
|
|
ProgressFromMiddle = True
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 24
|
|
Scale.Min = -24
|
|
Scale.TickLongValue = 12
|
|
Scale.TickMiddleValue = 6
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 0
|
|
end
|
|
object ECSlider15: TECSlider
|
|
Left = 86
|
|
Height = 248
|
|
Top = 16
|
|
Width = 69
|
|
Caption = '40 Hz'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 5
|
|
Increment = 1
|
|
Knob.BevelWidth = 1
|
|
Knob.TickMarkStyle = etsDotted
|
|
Knob.Width = 18
|
|
PageSize = 10
|
|
Position = 12
|
|
ProgressFromMiddle = True
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 24
|
|
Scale.Min = -24
|
|
Scale.TickLongValue = 12
|
|
Scale.TickMiddleValue = 6
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 1
|
|
end
|
|
object ECSlider16: TECSlider
|
|
Left = 166
|
|
Height = 248
|
|
Top = 16
|
|
Width = 69
|
|
Caption = '100 Hz'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 5
|
|
Increment = 1
|
|
Knob.BevelWidth = 1
|
|
Knob.TickMarkStyle = etsDotted
|
|
Knob.Width = 18
|
|
PageSize = 10
|
|
Position = 6
|
|
ProgressFromMiddle = True
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 24
|
|
Scale.Min = -24
|
|
Scale.TickLongValue = 12
|
|
Scale.TickMiddleValue = 6
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 2
|
|
end
|
|
object ECSlider18: TECSlider
|
|
Left = 326
|
|
Height = 248
|
|
Top = 16
|
|
Width = 69
|
|
Caption = '400 Hz'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 5
|
|
Increment = 1
|
|
Knob.BevelWidth = 1
|
|
Knob.TickMarkStyle = etsDotted
|
|
Knob.Width = 18
|
|
PageSize = 10
|
|
Position = -9
|
|
ProgressFromMiddle = True
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 24
|
|
Scale.Min = -24
|
|
Scale.TickLongValue = 12
|
|
Scale.TickMiddleValue = 6
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 3
|
|
end
|
|
object ECSlider17: TECSlider
|
|
Left = 246
|
|
Height = 248
|
|
Top = 16
|
|
Width = 69
|
|
Caption = '200 Hz'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 5
|
|
Increment = 1
|
|
Knob.BevelWidth = 1
|
|
Knob.TickMarkStyle = etsDotted
|
|
Knob.Width = 18
|
|
PageSize = 10
|
|
Position = -3
|
|
ProgressFromMiddle = True
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 24
|
|
Scale.Min = -24
|
|
Scale.TickLongValue = 12
|
|
Scale.TickMiddleValue = 6
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 4
|
|
end
|
|
object ECSlider19: TECSlider
|
|
Left = 406
|
|
Height = 248
|
|
Top = 16
|
|
Width = 69
|
|
Caption = '1 kHz'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 5
|
|
Increment = 1
|
|
Knob.BevelWidth = 1
|
|
Knob.TickMarkStyle = etsDotted
|
|
Knob.Width = 18
|
|
PageSize = 10
|
|
Position = -16
|
|
ProgressFromMiddle = True
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 24
|
|
Scale.Min = -24
|
|
Scale.TickLongValue = 12
|
|
Scale.TickMiddleValue = 6
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 5
|
|
end
|
|
object ECSlider20: TECSlider
|
|
Left = 486
|
|
Height = 248
|
|
Top = 16
|
|
Width = 69
|
|
Caption = '2 kHz'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 5
|
|
Increment = 1
|
|
Knob.BevelWidth = 1
|
|
Knob.TickMarkStyle = etsDotted
|
|
Knob.Width = 18
|
|
PageSize = 10
|
|
Position = -7
|
|
ProgressFromMiddle = True
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 24
|
|
Scale.Min = -24
|
|
Scale.TickLongValue = 12
|
|
Scale.TickMiddleValue = 6
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 6
|
|
end
|
|
object ECSlider21: TECSlider
|
|
Left = 566
|
|
Height = 248
|
|
Top = 16
|
|
Width = 69
|
|
Caption = '4 kHz'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 5
|
|
Increment = 1
|
|
Knob.BevelWidth = 1
|
|
Knob.TickMarkStyle = etsDotted
|
|
Knob.Width = 18
|
|
PageSize = 10
|
|
Position = -4
|
|
ProgressFromMiddle = True
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 24
|
|
Scale.Min = -24
|
|
Scale.TickLongValue = 12
|
|
Scale.TickMiddleValue = 6
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 7
|
|
end
|
|
object ECSlider22: TECSlider
|
|
Left = 646
|
|
Height = 248
|
|
Top = 16
|
|
Width = 69
|
|
Caption = '10 kHz'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 5
|
|
Increment = 1
|
|
Knob.BevelWidth = 1
|
|
Knob.TickMarkStyle = etsDotted
|
|
Knob.Width = 18
|
|
PageSize = 10
|
|
Position = 3
|
|
ProgressFromMiddle = True
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 24
|
|
Scale.Min = -24
|
|
Scale.TickLongValue = 12
|
|
Scale.TickMiddleValue = 6
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 8
|
|
end
|
|
object ECSlider23: TECSlider
|
|
Left = 726
|
|
Height = 248
|
|
Top = 16
|
|
Width = 69
|
|
Caption = '20 kHz'
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 5
|
|
Increment = 1
|
|
Knob.BevelWidth = 1
|
|
Knob.TickMarkStyle = etsDotted
|
|
Knob.Width = 18
|
|
PageSize = 10
|
|
Position = 12
|
|
ProgressFromMiddle = True
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 24
|
|
Scale.Min = -24
|
|
Scale.TickLongValue = 12
|
|
Scale.TickMiddleValue = 6
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 9
|
|
end
|
|
object ECSlider24: TECSlider
|
|
Left = 6
|
|
Height = 26
|
|
Top = 280
|
|
Width = 352
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 10
|
|
Increment = 1
|
|
Indent = 2
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
Position = 100
|
|
ProgressMiddlePos = 0
|
|
ProgressVisible = epvFull
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 299
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 10
|
|
OnChange = ECSlider24Change
|
|
OnDrawProgressBMP = ECSlider24DrawProgressBMP
|
|
end
|
|
object ECSlider25: TECSlider
|
|
Left = 6
|
|
Height = 26
|
|
Top = 312
|
|
Width = 352
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 10
|
|
Increment = 1
|
|
Indent = 2
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
Position = 100
|
|
ProgressColor = clGray
|
|
ProgressMiddlePos = 0
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressVisible = epvFull
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 11
|
|
OnChange = ECSlider25Change
|
|
end
|
|
object ECSlider26: TECSlider
|
|
Left = 6
|
|
Height = 26
|
|
Top = 344
|
|
Width = 352
|
|
DiscreteChange = 0.1
|
|
GrooveWidth = 10
|
|
Increment = 1
|
|
Indent = 2
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
Position = 50
|
|
ProgressMiddlePos = 0
|
|
ProgressVisible = epvFull
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 12
|
|
OnChange = ECSlider25Change
|
|
OnDrawProgressBMP = ECSlider26DrawProgressBMP
|
|
end
|
|
object Label24: TLabel
|
|
AnchorSideTop.Control = ECSlider24
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 366
|
|
Height = 15
|
|
Top = 286
|
|
Width = 24
|
|
Caption = 'Hue'
|
|
ParentColor = False
|
|
end
|
|
object Label25: TLabel
|
|
AnchorSideTop.Control = ECSlider25
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 366
|
|
Height = 15
|
|
Top = 318
|
|
Width = 63
|
|
Caption = 'Saturation'
|
|
ParentColor = False
|
|
end
|
|
object Label26: TLabel
|
|
AnchorSideTop.Control = ECSlider26
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 366
|
|
Height = 15
|
|
Top = 350
|
|
Width = 65
|
|
Caption = 'Brightness'
|
|
ParentColor = False
|
|
end
|
|
object PaintBox2: TPaintBox
|
|
Left = 446
|
|
Height = 91
|
|
Top = 280
|
|
Width = 96
|
|
OnPaint = PaintBox2Paint
|
|
end
|
|
object PaintBox1: TPaintBox
|
|
Left = 430
|
|
Height = 212
|
|
Top = 384
|
|
Width = 72
|
|
OnPaint = PaintBox1Paint
|
|
end
|
|
object ECSlider10: TECSlider
|
|
Left = 6
|
|
Height = 56
|
|
Top = 384
|
|
Width = 416
|
|
Caption = 'Red'
|
|
CaptionPos = eopRight
|
|
DiscreteChange = 0.1
|
|
Font.Style = [fsBold]
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.TickMarkDesign = etdSimple
|
|
Knob.TickMarkSpacing = 5
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
ParentFont = False
|
|
Position = 0
|
|
ProgressColor = clRed
|
|
ProgressColor2 = clBlack
|
|
ProgressMiddlePos = 0
|
|
ProgressStyle = epsGradient
|
|
ProgressVisible = epvFull
|
|
RelativeScaleLength = 88
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.Digits = 2
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 255
|
|
Scale.Min = 0
|
|
Scale.TickLength = 10
|
|
Scale.TickLongValue = 16
|
|
Scale.TickMiddleValue = 8
|
|
Scale.TickShortValue = 2
|
|
Scale.ValueFormat = esvfHexadecimal
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 13
|
|
OnChange = ECSlider10Change
|
|
end
|
|
object ECSlider11: TECSlider
|
|
Left = 6
|
|
Height = 61
|
|
Top = 448
|
|
Width = 416
|
|
Caption = 'Green'
|
|
CaptionPos = eopRight
|
|
DiscreteChange = 0.1
|
|
Font.Style = [fsBold]
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.TickMarkDesign = etdSimple
|
|
Knob.TickMarkSpacing = 4
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
ParentFont = False
|
|
Position = 0
|
|
ProgressColor = clLime
|
|
ProgressColor2 = clBlack
|
|
ProgressMiddlePos = 0
|
|
ProgressStyle = epsGradient
|
|
ProgressVisible = epvFull
|
|
RelativeScaleLength = 88
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.Digits = 2
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 255
|
|
Scale.Min = 0
|
|
Scale.TickLength = 15
|
|
Scale.TickLongValue = 16
|
|
Scale.TickMiddleValue = 8
|
|
Scale.TickShortValue = 2
|
|
Scale.ValueFormat = esvfHexadecimal
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 14
|
|
OnChange = ECSlider10Change
|
|
end
|
|
object ECSlider12: TECSlider
|
|
Left = 6
|
|
Height = 71
|
|
Top = 520
|
|
Width = 416
|
|
Caption = 'Blue'
|
|
CaptionPos = eopRight
|
|
DiscreteChange = 0.1
|
|
Font.Style = [fsBold]
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.TickMarkDesign = etdSimple
|
|
Knob.TickMarkSpacing = 3
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
ParentFont = False
|
|
Position = 0
|
|
ProgressColor = clBlue
|
|
ProgressColor2 = clBlack
|
|
ProgressMiddlePos = 0
|
|
ProgressStyle = epsGradient
|
|
ProgressVisible = epvFull
|
|
RelativeScaleLength = 88
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.Digits = 2
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 255
|
|
Scale.Min = 0
|
|
Scale.TickLength = 25
|
|
Scale.TickLongValue = 16
|
|
Scale.TickMiddleValue = 8
|
|
Scale.TickShortValue = 2
|
|
Scale.ValueFormat = esvfHexadecimal
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 15
|
|
OnChange = ECSlider10Change
|
|
end
|
|
object ECSlider31: TECSlider
|
|
Left = 515
|
|
Height = 66
|
|
Top = 406
|
|
Width = 293
|
|
Caption = 'Disabled'
|
|
CaptionPos = eopLeft
|
|
DiscreteChange = 0.1
|
|
Enabled = False
|
|
ImageIndex = 3
|
|
Images = ImageList2
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
Position = 64
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 64
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueVisible = evvValues
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 16
|
|
end
|
|
object ECSlider32: TECSlider
|
|
Left = 515
|
|
Height = 66
|
|
Top = 504
|
|
Width = 290
|
|
Caption = 'Enabled'
|
|
CaptionPos = eopRight
|
|
DiscreteChange = 0.1
|
|
ImageIndex = 0
|
|
Images = ImageList2
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
Position = 64
|
|
ProgressMiddlePos = 0
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 64
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueVisible = evvValues
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
TabOrder = 17
|
|
end
|
|
object ECSlider33: TECSlider
|
|
Left = 553
|
|
Height = 66
|
|
Top = 294
|
|
Width = 264
|
|
DiscreteChange = 0.1
|
|
Increment = 1
|
|
Orientation = eooHorizontal
|
|
Knob.Height = 20
|
|
Knob.TickMarkCount = 0
|
|
Knob.Width = 32
|
|
PageSize = 10
|
|
Position = -56
|
|
ProgressMiddlePos = 0
|
|
ProgressStyle = epsGradient
|
|
RelativeScaleLength = -1
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = -40
|
|
Scale.Min = -100
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScaleTickPos = etmTopLeft
|
|
ScaleValuePos = etmTopLeft
|
|
TabOrder = 18
|
|
end
|
|
end
|
|
object TabSheet8: TTabSheet
|
|
Caption = 'TECPositionBar'
|
|
ClientHeight = 0
|
|
ClientWidth = 829
|
|
object ECPositionBar1: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 8
|
|
Width = 312
|
|
Caption = 'Red:'
|
|
CaptionInline = True
|
|
Position = 0
|
|
ProgressColor = clBlack
|
|
ProgressColor2 = clRed
|
|
ProgressFontOptions.FontColor = clWhite
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextStyle = eptSolid
|
|
ProgressVisible = epvFull
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 255
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar3Change
|
|
end
|
|
object ECPositionBar2: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 40
|
|
Width = 312
|
|
Caption = 'Green:'
|
|
CaptionInline = True
|
|
Position = 0
|
|
ProgressColor = clBlack
|
|
ProgressColor2 = clLime
|
|
ProgressFontOptions.FontColor = clWhite
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextStyle = eptSolid
|
|
ProgressVisible = epvFull
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 255
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar3Change
|
|
end
|
|
object ECPositionBar3: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 72
|
|
Width = 312
|
|
Caption = 'Blue:'
|
|
CaptionInline = True
|
|
Position = 0
|
|
ProgressColor = clBlack
|
|
ProgressColor2 = clBlue
|
|
ProgressFontOptions.FontColor = clWhite
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextStyle = eptSolid
|
|
ProgressVisible = epvFull
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 255
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar3Change
|
|
end
|
|
object PaintBox3: TPaintBox
|
|
Left = 326
|
|
Height = 88
|
|
Top = 8
|
|
Width = 105
|
|
OnPaint = PaintBox3Paint
|
|
end
|
|
object ECPositionBar4: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 184
|
|
Width = 312
|
|
Position = 50
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressVisible = epvFull
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
Units = '%'
|
|
OnChange = ECPositionBar4Change
|
|
OnDrawProgressBMP = ECPositionBar4DrawProgressBMP
|
|
end
|
|
object ECPositionBar5: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 152
|
|
Width = 312
|
|
Position = 100
|
|
ProgressColor = clGray
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressVisible = epvFull
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
Units = '%'
|
|
OnChange = ECPositionBar4Change
|
|
end
|
|
object ECPositionBar6: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 120
|
|
Width = 312
|
|
Position = 100
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextStyle = eptNone
|
|
ProgressVisible = epvFull
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 299
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar6Change
|
|
OnDrawProgressBMP = ECSlider24DrawProgressBMP
|
|
end
|
|
object PaintBox4: TPaintBox
|
|
Left = 326
|
|
Height = 88
|
|
Top = 120
|
|
Width = 105
|
|
OnPaint = PaintBox4Paint
|
|
end
|
|
object ECPositionBar7: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 296
|
|
Width = 312
|
|
Position = 0
|
|
ProgressColor = clWhite
|
|
ProgressColor2 = clYellow
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextStyle = eptSolid
|
|
ProgressVisible = epvFull
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 255
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar9Change
|
|
end
|
|
object ECPositionBar8: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 264
|
|
Width = 312
|
|
Position = 0
|
|
ProgressColor = clWhite
|
|
ProgressColor2 = clFuchsia
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextStyle = eptSolid
|
|
ProgressVisible = epvFull
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 255
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar9Change
|
|
end
|
|
object ECPositionBar9: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 232
|
|
Width = 312
|
|
Position = 0
|
|
ProgressColor = clWhite
|
|
ProgressColor2 = clAqua
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextStyle = eptSolid
|
|
ProgressVisible = epvFull
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 255
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar9Change
|
|
end
|
|
object PaintBox5: TPaintBox
|
|
Left = 326
|
|
Height = 120
|
|
Top = 232
|
|
Width = 105
|
|
OnPaint = PaintBox5Paint
|
|
end
|
|
object ECPositionBar10: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 328
|
|
Width = 312
|
|
Position = 0
|
|
ProgressColor = clWhite
|
|
ProgressColor2 = clBlack
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextStyle = eptSolid
|
|
ProgressVisible = epvFull
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 255
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar9Change
|
|
end
|
|
object Label28: TLabel
|
|
Left = 438
|
|
Height = 15
|
|
Top = 8
|
|
Width = 154
|
|
Caption = 'RGB (CaptionInline=True)'
|
|
ParentColor = False
|
|
end
|
|
object Label29: TLabel
|
|
Left = 438
|
|
Height = 15
|
|
Top = 120
|
|
Width = 26
|
|
Caption = 'HSB'
|
|
ParentColor = False
|
|
end
|
|
object Label30: TLabel
|
|
Left = 438
|
|
Height = 15
|
|
Top = 232
|
|
Width = 36
|
|
Caption = 'CMYK'
|
|
ParentColor = False
|
|
end
|
|
object ECPositionBar11: TECPositionBar
|
|
Left = 525
|
|
Height = 240
|
|
Top = 48
|
|
Width = 45
|
|
Caption = 'Center:'
|
|
CaptionInline = True
|
|
Orientation = eooVertical
|
|
Position = 50
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressParameter = 2
|
|
ProgressSign = True
|
|
ProgressStyle = epsAesthetic
|
|
ProgressTextStyle = eptSolid
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickAlign = etaCenter
|
|
Scale.TickLength = 16
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECProgressBar1: TECProgressBar
|
|
Left = 438
|
|
Height = 90
|
|
Top = 408
|
|
Width = 352
|
|
Caption = 'Process Completed'
|
|
Position = 50
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
Units = '%'
|
|
end
|
|
object Label39: TLabel
|
|
Left = 438
|
|
Height = 15
|
|
Top = 384
|
|
Width = 97
|
|
Caption = 'TECProgressBar'
|
|
ParentColor = False
|
|
end
|
|
object ECSpinEdit18: TECSpinEdit
|
|
Left = 566
|
|
Height = 21
|
|
Top = 378
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Visible = False
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 12
|
|
Value = 50
|
|
OnChange = ECSpinEdit18Change
|
|
end
|
|
object ECPositionBar12: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 416
|
|
Width = 312
|
|
Caption = 'Left:'
|
|
CaptionInline = True
|
|
Position = 25
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextAlign = -10
|
|
ProgressTextStyle = eptSolid
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar9Change
|
|
end
|
|
object ECPositionBar13: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 444
|
|
Width = 312
|
|
Caption = 'Center:'
|
|
CaptionInline = True
|
|
Position = 50
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextStyle = eptSolid
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar9Change
|
|
end
|
|
object ECPositionBar14: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 472
|
|
Width = 312
|
|
Caption = 'Right:'
|
|
CaptionInline = True
|
|
Position = 75
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextAlign = 10
|
|
ProgressTextStyle = eptSolid
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar9Change
|
|
end
|
|
object Label40: TLabel
|
|
Left = 6
|
|
Height = 15
|
|
Top = 400
|
|
Width = 265
|
|
Caption = 'CaptionInline + ProgressTextAlign -10, 0, 10'
|
|
ParentColor = False
|
|
end
|
|
object ECProgressBar2: TECProgressBar
|
|
Left = 438
|
|
Height = 30
|
|
Top = 552
|
|
Width = 352
|
|
Caption = 'Process Completed:'
|
|
CaptionInline = True
|
|
Position = 50
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
Units = '%'
|
|
end
|
|
object ECPositionBar15: TECPositionBar
|
|
Left = 470
|
|
Height = 240
|
|
Top = 48
|
|
Width = 45
|
|
Caption = 'Bottom:'
|
|
CaptionInline = True
|
|
Orientation = eooVertical
|
|
Position = 35
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressParameter = 1
|
|
ProgressSign = True
|
|
ProgressStyle = epsAesthetic
|
|
ProgressTextAlign = -5
|
|
ProgressTextStyle = eptSolid
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLength = 16
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECPositionBar16: TECPositionBar
|
|
Left = 581
|
|
Height = 240
|
|
Top = 48
|
|
Width = 45
|
|
Caption = 'Top:'
|
|
CaptionInline = True
|
|
Orientation = eooVertical
|
|
Position = 65
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressParameter = 3
|
|
ProgressSign = True
|
|
ProgressStyle = epsAesthetic
|
|
ProgressTextAlign = 5
|
|
ProgressTextStyle = eptSolid
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickAlign = etaInner
|
|
Scale.TickLength = 16
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECProgressBar3: TECProgressBar
|
|
Left = 438
|
|
Height = 30
|
|
Top = 512
|
|
Width = 352
|
|
Caption = 'Process Completed:'
|
|
CaptionInline = True
|
|
Position = 50
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressTextStyle = eptSolid
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
Units = '%'
|
|
end
|
|
object ECPositionBar17: TECPositionBar
|
|
Left = 654
|
|
Height = 240
|
|
Top = 48
|
|
Width = 45
|
|
Caption = 'Bottom:'
|
|
CaptionInline = True
|
|
Orientation = eooVertical
|
|
Position = 35
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressParameter = 1
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextAlign = -5
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLength = 16
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScaleTickPos = etmTopLeft
|
|
end
|
|
object ECPositionBar18: TECPositionBar
|
|
Left = 709
|
|
Height = 240
|
|
Top = 48
|
|
Width = 45
|
|
Caption = 'Center:'
|
|
CaptionInline = True
|
|
Orientation = eooVertical
|
|
Position = 50
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressParameter = 2
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickAlign = etaCenter
|
|
Scale.TickLength = 16
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScaleTickPos = etmTopLeft
|
|
end
|
|
object ECPositionBar19: TECPositionBar
|
|
Left = 765
|
|
Height = 240
|
|
Top = 48
|
|
Width = 45
|
|
Caption = 'Top:'
|
|
CaptionInline = True
|
|
Orientation = eooVertical
|
|
Position = 65
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressParameter = 3
|
|
ProgressSign = True
|
|
ProgressStyle = epsReversedGrad
|
|
ProgressTextAlign = 5
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickAlign = etaInner
|
|
Scale.TickLength = 16
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScaleTickPos = etmTopLeft
|
|
end
|
|
object ECPositionBar20: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 521
|
|
Width = 312
|
|
Caption = 'Left:'
|
|
CaptionInline = True
|
|
GrooveColor = clMaroon
|
|
GrooveTransparent = False
|
|
Position = 25
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsOrthogonal
|
|
ProgressTextAlign = -10
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar9Change
|
|
end
|
|
object ECPositionBar21: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 549
|
|
Width = 312
|
|
Caption = 'Center:'
|
|
CaptionInline = True
|
|
GrooveColor = clGreen
|
|
GrooveTransparent = False
|
|
Position = 50
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsOrthogonal
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar9Change
|
|
end
|
|
object ECPositionBar22: TECPositionBar
|
|
Left = 6
|
|
Height = 24
|
|
Top = 577
|
|
Width = 312
|
|
Caption = 'Right:'
|
|
CaptionInline = True
|
|
GrooveColor = clNavy
|
|
GrooveTransparent = False
|
|
Position = 75
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsOrthogonal
|
|
ProgressTextAlign = 10
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickIndent = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.TickVisible = etvNone
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueVisible = evvNone
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
OnChange = ECPositionBar9Change
|
|
end
|
|
object Label42: TLabel
|
|
Left = 614
|
|
Height = 15
|
|
Top = 8
|
|
Width = 185
|
|
Caption = 'Try press CTRL while dragging.'
|
|
ParentColor = False
|
|
end
|
|
object Label43: TLabel
|
|
Left = 6
|
|
Height = 15
|
|
Top = 504
|
|
Width = 219
|
|
Caption = 'Reversed, GrooveTransparent=False'
|
|
ParentColor = False
|
|
end
|
|
object Label44: TLabel
|
|
Left = 654
|
|
Height = 15
|
|
Top = 32
|
|
Width = 56
|
|
Caption = 'Reversed'
|
|
ParentColor = False
|
|
end
|
|
object Label45: TLabel
|
|
Left = 6
|
|
Height = 15
|
|
Top = 104
|
|
Width = 145
|
|
Caption = 'ProgressVisible=epvFull'
|
|
ParentColor = False
|
|
end
|
|
object ECPositionBar23: TECPositionBar
|
|
Left = 467
|
|
Height = 60
|
|
Top = 315
|
|
Width = 352
|
|
Caption = 'Pressure:'
|
|
CaptionInline = True
|
|
Enabled = False
|
|
Indent = 5
|
|
Position = 100
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressMiddlePos = 0
|
|
ProgressTextAlign = 3
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 300
|
|
Scale.Min = 10
|
|
Scale.TickAlign = etaInner
|
|
Scale.TickDesign = etd3DLowered
|
|
Scale.TickLength = 10
|
|
Scale.TickLongValue = 100
|
|
Scale.TickMiddleValue = 25
|
|
Scale.TickShortValue = 5
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
Units = 'kPa'
|
|
end
|
|
object Label46: TLabel
|
|
Left = 467
|
|
Height = 15
|
|
Top = 296
|
|
Width = 57
|
|
Caption = 'Disabled:'
|
|
ParentColor = False
|
|
end
|
|
object ECPositionBar24: TECPositionBar
|
|
Left = 342
|
|
Height = 256
|
|
Top = 368
|
|
Width = 65
|
|
Caption = 'Gain [dB]'
|
|
Orientation = eooVertical
|
|
Position = 0
|
|
ProgressFontOptions.FontSize = 0
|
|
ProgressFontOptions.FontStyles = [fsBold]
|
|
ProgressFromMiddle = True
|
|
ProgressMark = epmBoth
|
|
ProgressMiddlePos = 0
|
|
ProgressSign = True
|
|
ProgressStyle = epsOrthogonal
|
|
ProgressTextStyle = eptNone
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 12
|
|
Scale.Min = -12
|
|
Scale.TickLength = 16
|
|
Scale.TickLongValue = 6
|
|
Scale.TickMiddleValue = 3
|
|
Scale.TickShortValue = 0.5
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScaleTickPos = etmTopLeft
|
|
ScaleValuePos = etmTopLeft
|
|
end
|
|
end
|
|
object TabSheet2: TTabSheet
|
|
Caption = 'TECImageMenu ¦ TECRuler'
|
|
ClientHeight = 0
|
|
ClientWidth = 829
|
|
object ECImageMenu1: TECImageMenu
|
|
Left = 0
|
|
Height = 642
|
|
Top = 0
|
|
Width = 198
|
|
Align = alLeft
|
|
CaptionFontOptions.FontSize = 0
|
|
CaptionFontOptions.FontStyles = [fsBold]
|
|
Images = ImageList1
|
|
MenuItems = <
|
|
item
|
|
Caption = '&MenuItem0'
|
|
Description = 'Some menu item'
|
|
ImageIndex = 0
|
|
end
|
|
item
|
|
Caption = 'Menu&Item1'
|
|
Description = 'Another item'
|
|
ImageIndex = 1
|
|
end
|
|
item
|
|
Caption = 'MenuItem2&X'
|
|
Description = 'One more item'
|
|
ImageIndex = 2
|
|
end
|
|
item
|
|
Caption = 'MenuItem3&Y'
|
|
Description = 'The fourth item'
|
|
ImageIndex = 3
|
|
end
|
|
item
|
|
Caption = 'MenuItem4&Z'
|
|
Description = 'The last item'
|
|
ImageIndex = 4
|
|
end>
|
|
TabOrder = 0
|
|
end
|
|
object CheckBox2: TCheckBox
|
|
Left = 210
|
|
Height = 19
|
|
Top = 5
|
|
Width = 68
|
|
Caption = 'Enabled'
|
|
Checked = True
|
|
OnChange = CheckBox2Change
|
|
State = cbChecked
|
|
TabOrder = 1
|
|
end
|
|
object Label31: TLabel
|
|
Left = 210
|
|
Height = 15
|
|
Top = 28
|
|
Width = 466
|
|
Caption = 'This left-side menu is often used in KDE4 applications. Supports accelerators.'
|
|
ParentColor = False
|
|
end
|
|
object ECRuler1: TECRuler
|
|
AnchorSideTop.Control = Image1
|
|
AnchorSideRight.Control = Image1
|
|
AnchorSideBottom.Control = Image1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 349
|
|
Height = 187
|
|
Top = 53
|
|
Width = 18
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BevelWidth = 0
|
|
Orientation = eooVertical
|
|
PointerColor = clBlue
|
|
PointerMode = epmFixed
|
|
Reversed = True
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 50
|
|
Scale.Min = 0
|
|
Scale.TickLength = 16
|
|
Scale.TickLongValue = 50
|
|
Scale.TickMiddleValue = 25
|
|
Scale.TickShortValue = 5
|
|
Scale.ValueDisplay = evdCompactBttmRight
|
|
Scale.ValueIndent = 0
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler2: TECRuler
|
|
AnchorSideLeft.Control = ECRuler1
|
|
AnchorSideTop.Control = Image1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Image1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 349
|
|
Height = 16
|
|
Top = 240
|
|
Width = 376
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BevelWidth = 0
|
|
PointerColor = clRed
|
|
PointerMode = epmFixed
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLength = 16
|
|
Scale.TickLongValue = 50
|
|
Scale.TickMiddleValue = 25
|
|
Scale.TickShortValue = 5
|
|
Scale.ValueDisplay = evdCompactTopLeft
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 2
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object Image1: TImage
|
|
Left = 367
|
|
Height = 187
|
|
Top = 53
|
|
Width = 358
|
|
OnMouseMove = Image1MouseMove
|
|
end
|
|
object ECRuler3: TECRuler
|
|
AnchorSideTop.Control = Image2
|
|
AnchorSideRight.Control = Image2
|
|
AnchorSideBottom.Control = Image2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 349
|
|
Height = 187
|
|
Top = 299
|
|
Width = 18
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BevelWidth = 0
|
|
Orientation = eooVertical
|
|
PointerMode = epmFixed
|
|
PointerStyle = epsDashed
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 50
|
|
Scale.Min = 0
|
|
Scale.TickLength = 16
|
|
Scale.TickLongValue = 50
|
|
Scale.TickMiddleValue = 25
|
|
Scale.TickShortValue = 5
|
|
Scale.ValueDisplay = evdCompactBttmRight
|
|
Scale.ValueIndent = 0
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler4: TECRuler
|
|
AnchorSideLeft.Control = ECRuler3
|
|
AnchorSideTop.Control = Image2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Image2
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Image2
|
|
Left = 349
|
|
Height = 16
|
|
Top = 283
|
|
Width = 375
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BevelWidth = 0
|
|
PointerMode = epmFixed
|
|
PointerStyle = epsDashed
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLength = 16
|
|
Scale.TickLongValue = 50
|
|
Scale.TickMiddleValue = 25
|
|
Scale.TickShortValue = 5
|
|
Scale.ValueDisplay = evdCompactTopLeft
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 2
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object Image2: TImage
|
|
Left = 367
|
|
Height = 187
|
|
Top = 299
|
|
Width = 357
|
|
OnMouseMove = Image2MouseMove
|
|
end
|
|
object ECRuler5: TECRuler
|
|
AnchorSideLeft.Control = ECImageMenu1
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = ECImageMenu2
|
|
AnchorSideBottom.Control = TabSheet2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 198
|
|
Height = 22
|
|
Top = 620
|
|
Width = 586
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 10000
|
|
Scale.Min = 1
|
|
Scale.ScaleType = estLogarithmic
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdCompactTopLeft
|
|
Scale.ValueIndent = 0
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 210
|
|
Height = 83
|
|
Top = 503
|
|
Width = 382
|
|
Caption = 'Panel2'
|
|
ClientHeight = 83
|
|
ClientWidth = 382
|
|
TabOrder = 7
|
|
object PaintBox6: TPaintBox
|
|
Left = 13
|
|
Height = 63
|
|
Top = 13
|
|
Width = 346
|
|
OnPaint = PaintBox6Paint
|
|
end
|
|
object ECRuler6: TECRuler
|
|
Left = 34
|
|
Height = 35
|
|
Top = 15
|
|
Width = 320
|
|
BevelWidth = 0
|
|
Caption = 'Transparent'
|
|
CaptionPos = ebpTopLeft
|
|
IndentBottomRight = 10
|
|
IndentTopLeft = 100
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 50
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
Transparent = True
|
|
OnMouseMove = ECRuler6MouseMove
|
|
end
|
|
end
|
|
object RadioGroup2: TRadioGroup
|
|
Left = 210
|
|
Height = 105
|
|
Top = 53
|
|
Width = 129
|
|
AutoFill = True
|
|
Caption = 'Layout'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 86
|
|
ClientWidth = 125
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'eooTop'
|
|
'eooRight'
|
|
'eooBottom'
|
|
'eooLeft'
|
|
)
|
|
OnClick = RadioGroup2Click
|
|
TabOrder = 8
|
|
end
|
|
object ECImageMenu2: TECImageMenu
|
|
Left = 784
|
|
Height = 642
|
|
Top = 0
|
|
Width = 45
|
|
Align = alRight
|
|
CaptionFontOptions.FontSize = 0
|
|
CaptionFontOptions.FontStyles = [fsBold]
|
|
Images = ImageList1
|
|
MenuItems = <
|
|
item
|
|
ImageIndex = 0
|
|
end
|
|
item
|
|
ImageIndex = 1
|
|
end
|
|
item
|
|
ImageIndex = 2
|
|
end
|
|
item
|
|
ImageIndex = 3
|
|
end
|
|
item
|
|
ImageIndex = 4
|
|
end
|
|
item
|
|
ImageIndex = 4
|
|
end>
|
|
TabOrder = 9
|
|
end
|
|
object Label70: TLabel
|
|
AnchorSideRight.Control = ECImageMenu2
|
|
Left = 626
|
|
Height = 15
|
|
Top = 5
|
|
Width = 153
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 5
|
|
Caption = 'ImageMenu w/o Captions'
|
|
ParentColor = False
|
|
end
|
|
object Label75: TLabel
|
|
Left = 210
|
|
Height = 15
|
|
Top = 189
|
|
Width = 81
|
|
Caption = 'Caption Align'
|
|
ParentColor = False
|
|
end
|
|
object SpinEdit1: TSpinEdit
|
|
Left = 210
|
|
Height = 21
|
|
Top = 211
|
|
Width = 87
|
|
MaxValue = 50
|
|
MinValue = -50
|
|
OnChange = SpinEdit1Change
|
|
TabOrder = 10
|
|
end
|
|
object Label76: TLabel
|
|
Left = 210
|
|
Height = 43
|
|
Top = 241
|
|
Width = 178
|
|
Caption = '0: Centered'#10'Positive: to Border or Shifted'#10'Negative: to Image or Shifted'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object TabSheet11: TTabSheet
|
|
Caption = 'Scales'
|
|
ClientHeight = 0
|
|
ClientWidth = 829
|
|
object ECRuler7: TECRuler
|
|
Left = 11
|
|
Height = 320
|
|
Top = 9
|
|
Width = 42
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
PointerColor = clRed
|
|
PointerWidth = 3
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler8: TECRuler
|
|
Left = 66
|
|
Height = 320
|
|
Top = 9
|
|
Width = 32
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
PointerColor = clBlue
|
|
PointerWidth = 2
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdTopLeft
|
|
Scale.ValueIndent = -5
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler9: TECRuler
|
|
Left = 107
|
|
Height = 320
|
|
Top = 9
|
|
Width = 32
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
PointerColor = clLime
|
|
PointerStyle = epsDashed
|
|
PointerWidth = 3
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdBottomRight
|
|
Scale.ValueIndent = -5
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler10: TECRuler
|
|
Left = 229
|
|
Height = 320
|
|
Top = 9
|
|
Width = 22
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
PointerColor = clYellow
|
|
PointerStyle = epsDotted
|
|
PointerWidth = 2
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdCompactTopLeft
|
|
Scale.ValueIndent = 0
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler11: TECRuler
|
|
Left = 265
|
|
Height = 320
|
|
Top = 9
|
|
Width = 22
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
PointerColor = clFuchsia
|
|
PointerWidth = 3
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdCompactBttmRight
|
|
Scale.ValueIndent = 0
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler12: TECRuler
|
|
Left = 149
|
|
Height = 320
|
|
Top = 9
|
|
Width = 31
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
PointerColor = clAqua
|
|
PointerStyle = epsDashed
|
|
PointerWidth = 2
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdTopLeftInside
|
|
Scale.ValueIndent = 0
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler13: TECRuler
|
|
Left = 188
|
|
Height = 320
|
|
Top = 9
|
|
Width = 31
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
PointerColor = clWhite
|
|
PointerStyle = epsDotted
|
|
PointerWidth = 3
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdBttmRightInside
|
|
Scale.ValueIndent = 0
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler14: TECRuler
|
|
Left = 354
|
|
Height = 320
|
|
Top = 9
|
|
Width = 42
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler15: TECRuler
|
|
Left = 409
|
|
Height = 320
|
|
Top = 9
|
|
Width = 32
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdTopLeft
|
|
Scale.ValueIndent = -5
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler16: TECRuler
|
|
Left = 450
|
|
Height = 336
|
|
Top = -7
|
|
Width = 32
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdBottomRight
|
|
Scale.ValueIndent = -5
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler17: TECRuler
|
|
Left = 582
|
|
Height = 320
|
|
Top = 9
|
|
Width = 22
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdCompactTopLeft
|
|
Scale.ValueIndent = 0
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler18: TECRuler
|
|
Left = 619
|
|
Height = 320
|
|
Top = 9
|
|
Width = 22
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdCompactBttmRight
|
|
Scale.ValueIndent = 0
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler19: TECRuler
|
|
Left = 496
|
|
Height = 320
|
|
Top = 9
|
|
Width = 31
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdTopLeftInside
|
|
Scale.ValueIndent = 0
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler20: TECRuler
|
|
Left = 537
|
|
Height = 320
|
|
Top = 9
|
|
Width = 31
|
|
BevelOuter = bvNone
|
|
Orientation = eooVertical
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdBttmRightInside
|
|
Scale.ValueIndent = 0
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler21: TECRuler
|
|
Left = 11
|
|
Height = 35
|
|
Top = 341
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler22: TECRuler
|
|
Left = 11
|
|
Height = 30
|
|
Top = 387
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdTopLeft
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler23: TECRuler
|
|
Left = 11
|
|
Height = 30
|
|
Top = 421
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdBottomRight
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler24: TECRuler
|
|
Left = 11
|
|
Height = 20
|
|
Top = 522
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdCompactTopLeft
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler25: TECRuler
|
|
Left = 11
|
|
Height = 20
|
|
Top = 553
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdCompactBttmRight
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler26: TECRuler
|
|
Left = 11
|
|
Height = 20
|
|
Top = 456
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdTopLeftInside
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler27: TECRuler
|
|
Left = 11
|
|
Height = 20
|
|
Top = 488
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdBttmRightInside
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
end
|
|
object ECRuler28: TECRuler
|
|
Left = 354
|
|
Height = 20
|
|
Top = 553
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdCompactBttmRight
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler29: TECRuler
|
|
Left = 354
|
|
Height = 20
|
|
Top = 522
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdCompactTopLeft
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler30: TECRuler
|
|
Left = 354
|
|
Height = 20
|
|
Top = 488
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdBttmRightInside
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler31: TECRuler
|
|
Left = 354
|
|
Height = 20
|
|
Top = 456
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdTopLeftInside
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler32: TECRuler
|
|
Left = 354
|
|
Height = 30
|
|
Top = 421
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdBottomRight
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler33: TECRuler
|
|
Left = 354
|
|
Height = 30
|
|
Top = 387
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
Scale.ValueDisplay = evdTopLeft
|
|
Scale.ValueIndent = 0
|
|
Scale.ValueShift = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object ECRuler34: TECRuler
|
|
Left = 354
|
|
Height = 35
|
|
Top = 341
|
|
Width = 320
|
|
BevelOuter = bvNone
|
|
Scale.DateTimeFormat = 'hh:nn:ss'
|
|
Scale.LogarithmBase = 10
|
|
Scale.Max = 100
|
|
Scale.Min = 0
|
|
Scale.TickLongValue = 10
|
|
Scale.TickMiddleValue = 5
|
|
Scale.TickShortValue = 1
|
|
ScaleFontOptions.FontSize = 7
|
|
ScaleFontOptions.FontStyles = []
|
|
ScalePos = ebpBottomRight
|
|
end
|
|
object Memo3: TMemo
|
|
Left = 675
|
|
Height = 273
|
|
Top = 9
|
|
Width = 150
|
|
Lines.Strings = (
|
|
'Scales (TECRuler)'
|
|
'with various'
|
|
'ValueDisplay prop.'
|
|
'Left2Right/'
|
|
'Top/Bottom:'
|
|
'evdNormal'
|
|
'evdTopLeft'
|
|
'evdBottomRight'
|
|
'evdTopLeftInside'
|
|
'evdBottomRightInside'
|
|
'evdCompactTopLeft'
|
|
'evdCompactBottomRight'
|
|
)
|
|
TabOrder = 28
|
|
end
|
|
end
|
|
object TabSheet3: TTabSheet
|
|
Caption = 'TECSpins...'
|
|
ClientHeight = 0
|
|
ClientWidth = 829
|
|
ParentBiDiMode = False
|
|
object ECSpinBtns1: TECSpinBtns
|
|
Left = 6
|
|
Height = 21
|
|
Top = 8
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns2: TECSpinBtns
|
|
Left = 6
|
|
Height = 21
|
|
Top = 40
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
GlyphStyle = egsArrowsB
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns3: TECSpinBtns
|
|
Left = 6
|
|
Height = 21
|
|
Top = 72
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
GlyphStyle = egsArrowsC
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns4: TECSpinBtns
|
|
Left = 6
|
|
Height = 21
|
|
Top = 104
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
GlyphStyle = egsComparison
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns5: TECSpinBtns
|
|
Left = 6
|
|
Height = 21
|
|
Top = 136
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
GlyphStyle = egsMath
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns6: TECSpinBtns
|
|
Left = 6
|
|
Height = 21
|
|
Top = 168
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
GlyphStyle = egsPlayer
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns7: TECSpinBtns
|
|
Left = 174
|
|
Height = 21
|
|
Top = 8
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigDec.Width = 16
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnBigInc.Width = 16
|
|
BtnDec.BtnOrder = 2
|
|
BtnDec.Width = 16
|
|
BtnDrag.BtnOrder = 4
|
|
BtnDrag.Width = 16
|
|
BtnInc.BtnOrder = 6
|
|
BtnInc.Width = 16
|
|
BtnMax.BtnOrder = 8
|
|
BtnMax.Width = 16
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMenu.Width = 16
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMiddle.Width = 16
|
|
BtnMin.BtnOrder = 0
|
|
BtnMin.Width = 16
|
|
DiscreteChange = 1
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns12: TECSpinBtns
|
|
Left = 174
|
|
Height = 21
|
|
Top = 168
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigDec.Width = 16
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnBigInc.Width = 16
|
|
BtnDec.BtnOrder = 2
|
|
BtnDec.Width = 16
|
|
BtnDrag.BtnOrder = 4
|
|
BtnDrag.Width = 16
|
|
BtnInc.BtnOrder = 6
|
|
BtnInc.Width = 16
|
|
BtnMax.BtnOrder = 8
|
|
BtnMax.Width = 16
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMenu.Width = 16
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMiddle.Width = 16
|
|
BtnMin.BtnOrder = 0
|
|
BtnMin.Width = 16
|
|
DiscreteChange = 1
|
|
GlyphStyle = egsPlayer
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns11: TECSpinBtns
|
|
Left = 174
|
|
Height = 21
|
|
Top = 136
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigDec.Width = 16
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnBigInc.Width = 16
|
|
BtnDec.BtnOrder = 2
|
|
BtnDec.Width = 16
|
|
BtnDrag.BtnOrder = 4
|
|
BtnDrag.Width = 16
|
|
BtnInc.BtnOrder = 6
|
|
BtnInc.Width = 16
|
|
BtnMax.BtnOrder = 8
|
|
BtnMax.Width = 16
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMenu.Width = 16
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMiddle.Width = 16
|
|
BtnMin.BtnOrder = 0
|
|
BtnMin.Width = 16
|
|
DiscreteChange = 1
|
|
GlyphStyle = egsMath
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns10: TECSpinBtns
|
|
Left = 174
|
|
Height = 21
|
|
Top = 104
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigDec.Width = 16
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnBigInc.Width = 16
|
|
BtnDec.BtnOrder = 2
|
|
BtnDec.Width = 16
|
|
BtnDrag.BtnOrder = 4
|
|
BtnDrag.Width = 16
|
|
BtnInc.BtnOrder = 6
|
|
BtnInc.Width = 16
|
|
BtnMax.BtnOrder = 8
|
|
BtnMax.Width = 16
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMenu.Width = 16
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMiddle.Width = 16
|
|
BtnMin.BtnOrder = 0
|
|
BtnMin.Width = 16
|
|
DiscreteChange = 1
|
|
GlyphStyle = egsComparison
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns9: TECSpinBtns
|
|
Left = 174
|
|
Height = 21
|
|
Top = 72
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigDec.Width = 16
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnBigInc.Width = 16
|
|
BtnDec.BtnOrder = 2
|
|
BtnDec.Width = 16
|
|
BtnDrag.BtnOrder = 4
|
|
BtnDrag.Width = 16
|
|
BtnInc.BtnOrder = 6
|
|
BtnInc.Width = 16
|
|
BtnMax.BtnOrder = 8
|
|
BtnMax.Width = 16
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMenu.Width = 16
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMiddle.Width = 16
|
|
BtnMin.BtnOrder = 0
|
|
BtnMin.Width = 16
|
|
DiscreteChange = 1
|
|
GlyphStyle = egsArrowsC
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns8: TECSpinBtns
|
|
Left = 174
|
|
Height = 21
|
|
Top = 40
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigDec.Width = 16
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnBigInc.Width = 16
|
|
BtnDec.BtnOrder = 2
|
|
BtnDec.Width = 16
|
|
BtnDrag.BtnOrder = 4
|
|
BtnDrag.Width = 16
|
|
BtnInc.BtnOrder = 6
|
|
BtnInc.Width = 16
|
|
BtnMax.BtnOrder = 8
|
|
BtnMax.Width = 16
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMenu.Width = 16
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMiddle.Width = 16
|
|
BtnMin.BtnOrder = 0
|
|
BtnMin.Width = 16
|
|
DiscreteChange = 1
|
|
GlyphStyle = egsArrowsB
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinEdit1: TECSpinEdit
|
|
AnchorSideLeft.Control = Label78
|
|
Left = 14
|
|
Height = 21
|
|
Top = 320
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Visible = False
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
Digits = 7
|
|
MantissaExp = 2
|
|
TabOrder = 12
|
|
Value = 0
|
|
ValueFormat = evfBinary
|
|
end
|
|
object ECSpinEdit2: TECSpinEdit
|
|
AnchorSideLeft.Control = Label78
|
|
Left = 14
|
|
Height = 21
|
|
Top = 352
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
Digits = 3
|
|
MantissaExp = 2
|
|
TabOrder = 14
|
|
Value = 0
|
|
ValueFormat = evfOctal
|
|
end
|
|
object ECSpinEdit3: TECSpinEdit
|
|
AnchorSideLeft.Control = Label78
|
|
Left = 14
|
|
Height = 21
|
|
Top = 384
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Visible = False
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 8
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
Digits = 2
|
|
MantissaExp = 2
|
|
TabOrder = 16
|
|
Value = 0
|
|
ValueFormat = evfMarkHexadec
|
|
end
|
|
object ECSpinEdit4: TECSpinEdit
|
|
AnchorSideLeft.Control = Label78
|
|
Left = 14
|
|
Height = 21
|
|
Top = 415
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Visible = False
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 6
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 6
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
Items.Strings = (
|
|
'Sunday'
|
|
'Monday'
|
|
'Tuesday'
|
|
'Wendesday'
|
|
'Thursday'
|
|
'Friday'
|
|
'Saturday'
|
|
)
|
|
MantissaExp = 2
|
|
TabOrder = 18
|
|
Value = 0
|
|
ValueFormat = evfText
|
|
end
|
|
object ECSpinEdit5: TECSpinEdit
|
|
AnchorSideLeft.Control = Label78
|
|
Left = 14
|
|
Height = 21
|
|
Top = 448
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Visible = False
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 10
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
Items.Strings = (
|
|
'Empty stall'
|
|
'Sheep'
|
|
'Sheeps'
|
|
)
|
|
MantissaExp = 2
|
|
TabOrder = 20
|
|
Value = 0
|
|
ValueFormat = evfCombined
|
|
end
|
|
object ECSpinEdit6: TECSpinEdit
|
|
AnchorSideLeft.Control = Label78
|
|
Left = 14
|
|
Height = 21
|
|
Top = 480
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Visible = False
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 11
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 11
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 6
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 3
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
Items.Strings = (
|
|
'January'
|
|
'February'
|
|
'March'
|
|
'April'
|
|
'May'
|
|
'June'
|
|
'July'
|
|
'August'
|
|
'September'
|
|
'October'
|
|
'November'
|
|
'December'
|
|
)
|
|
MantissaExp = 2
|
|
TabOrder = 22
|
|
Value = 0
|
|
ValueFormat = evfText
|
|
end
|
|
object ECSpinEdit7: TECSpinEdit
|
|
AnchorSideLeft.Control = Label78
|
|
Left = 14
|
|
Height = 21
|
|
Top = 512
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 6
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 6
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 3
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 30
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 24
|
|
Value = 0
|
|
ValueFormat = evfDate
|
|
end
|
|
object ECSpinEdit8: TECSpinEdit
|
|
AnchorSideLeft.Control = Label78
|
|
Left = 14
|
|
Height = 21
|
|
Top = 544
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 1
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 1
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 0.5
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 26
|
|
Value = 0.5
|
|
ValueFormat = evfTime
|
|
end
|
|
object ECSpinEdit9: TECSpinEdit
|
|
AnchorSideLeft.Control = Label78
|
|
Left = 14
|
|
Height = 21
|
|
Top = 288
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDec.Visible = False
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnInc.Visible = False
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 28
|
|
Value = 0
|
|
end
|
|
object Label2: TLabel
|
|
Left = 230
|
|
Height = 15
|
|
Top = 480
|
|
Width = 26
|
|
Caption = 'Text'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 230
|
|
Height = 15
|
|
Top = 288
|
|
Width = 38
|
|
Caption = 'Round'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 230
|
|
Height = 15
|
|
Top = 320
|
|
Width = 40
|
|
Caption = 'Binary'
|
|
ParentColor = False
|
|
end
|
|
object Label5: TLabel
|
|
Left = 230
|
|
Height = 15
|
|
Top = 352
|
|
Width = 33
|
|
Caption = 'Octal'
|
|
ParentColor = False
|
|
end
|
|
object Label6: TLabel
|
|
Left = 230
|
|
Height = 15
|
|
Top = 384
|
|
Width = 72
|
|
Caption = 'Hexdecimal'
|
|
ParentColor = False
|
|
end
|
|
object Label7: TLabel
|
|
Left = 230
|
|
Height = 15
|
|
Top = 415
|
|
Width = 26
|
|
Caption = 'Text'
|
|
ParentColor = False
|
|
end
|
|
object Label8: TLabel
|
|
Left = 230
|
|
Height = 15
|
|
Top = 448
|
|
Width = 61
|
|
Caption = 'Combined'
|
|
ParentColor = False
|
|
end
|
|
object Label9: TLabel
|
|
Left = 230
|
|
Height = 15
|
|
Top = 512
|
|
Width = 30
|
|
Caption = 'Date'
|
|
ParentColor = False
|
|
end
|
|
object Label10: TLabel
|
|
Left = 230
|
|
Height = 15
|
|
Top = 544
|
|
Width = 31
|
|
Caption = 'Time'
|
|
ParentColor = False
|
|
end
|
|
object ECSpinBtns13: TECSpinBtns
|
|
Left = 358
|
|
Height = 23
|
|
Top = 8
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns14: TECSpinBtns
|
|
Left = 358
|
|
Height = 23
|
|
Top = 40
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Style = ebsClearBlock
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns15: TECSpinBtns
|
|
Left = 358
|
|
Height = 23
|
|
Top = 72
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Style = ebsSplittedBlock
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns16: TECSpinBtns
|
|
Left = 358
|
|
Height = 23
|
|
Top = 104
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
Enabled = False
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns17: TECSpinBtns
|
|
Left = 358
|
|
Height = 23
|
|
Top = 136
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
Enabled = False
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Style = ebsClearBlock
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns18: TECSpinBtns
|
|
Left = 358
|
|
Height = 23
|
|
Top = 168
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
Enabled = False
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Style = ebsSplittedBlock
|
|
Value = 0
|
|
end
|
|
object ECSpinEdit10: TECSpinEdit
|
|
AnchorSideLeft.Control = Label78
|
|
Left = 14
|
|
Height = 21
|
|
Top = 224
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Visible = False
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
Digits = 2
|
|
MantissaExp = 2
|
|
TabOrder = 36
|
|
Value = 0
|
|
ValueFormat = evfExponential
|
|
end
|
|
object ECSpinEdit11: TECSpinEdit
|
|
AnchorSideLeft.Control = Label78
|
|
Left = 14
|
|
Height = 21
|
|
Top = 256
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Visible = False
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 38
|
|
Value = 0
|
|
ValueFormat = evfExponent
|
|
end
|
|
object Label11: TLabel
|
|
Left = 230
|
|
Height = 15
|
|
Top = 224
|
|
Width = 72
|
|
Caption = 'Exponential'
|
|
ParentColor = False
|
|
end
|
|
object Label12: TLabel
|
|
Left = 230
|
|
Height = 15
|
|
Top = 256
|
|
Width = 58
|
|
Caption = 'Exponent'
|
|
ParentColor = False
|
|
end
|
|
object ECSpinEdit12: TECSpinEdit
|
|
Left = 558
|
|
Height = 21
|
|
Top = 8
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDec.Visible = False
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Width = 23
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnInc.Visible = False
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
Digits = 1
|
|
MantissaExp = 2
|
|
TabOrder = 40
|
|
Value = 0
|
|
end
|
|
object ECSpinEdit13: TECSpinEdit
|
|
Left = 558
|
|
Height = 21
|
|
Top = 40
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDec.Visible = False
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Width = 23
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnInc.Visible = False
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.DragOrientation = edoHorizontal
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
Digits = 1
|
|
MantissaExp = 2
|
|
TabOrder = 42
|
|
Value = 0
|
|
end
|
|
object ECSpinEdit14: TECSpinEdit
|
|
Left = 558
|
|
Height = 21
|
|
Top = 72
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDec.Visible = False
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Width = 23
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnInc.Visible = False
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.DragOrientation = edoBoth
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.MouseStepPixelsX = 3
|
|
Buttons.MouseStepPixelsY = 3
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
Digits = 1
|
|
MantissaExp = 2
|
|
TabOrder = 44
|
|
Value = 0
|
|
end
|
|
object Label13: TLabel
|
|
Left = 678
|
|
Height = 15
|
|
Top = 8
|
|
Width = 77
|
|
Caption = 'Vertical drag'
|
|
ParentColor = False
|
|
end
|
|
object Label14: TLabel
|
|
Left = 678
|
|
Height = 15
|
|
Top = 40
|
|
Width = 93
|
|
Caption = 'Horizontal drag'
|
|
ParentColor = False
|
|
end
|
|
object Label15: TLabel
|
|
Left = 678
|
|
Height = 15
|
|
Top = 72
|
|
Width = 92
|
|
Caption = 'Both directions'
|
|
ParentColor = False
|
|
end
|
|
object Label16: TLabel
|
|
Left = 574
|
|
Height = 15
|
|
Top = 104
|
|
Width = 190
|
|
Caption = '(try press CTRL while dragging)'
|
|
ParentColor = False
|
|
end
|
|
object ECSpinBtns19: TECSpinBtns
|
|
Left = 590
|
|
Height = 23
|
|
Top = 224
|
|
BtnBigDec.BtnOrder = 2
|
|
BtnBigInc.BtnOrder = 3
|
|
BtnDec.BtnOrder = 4
|
|
BtnDrag.BtnOrder = 7
|
|
BtnInc.BtnOrder = 5
|
|
BtnMax.BtnOrder = 1
|
|
BtnMenu.BtnOrder = 8
|
|
BtnMiddle.BtnOrder = 6
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object Label17: TLabel
|
|
Left = 590
|
|
Height = 15
|
|
Top = 200
|
|
Width = 88
|
|
Caption = 'Variable Order'
|
|
ParentColor = False
|
|
end
|
|
object ECSpinBtns20: TECSpinBtns
|
|
Left = 590
|
|
Height = 23
|
|
Top = 280
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigDec.GlyphColor = clBlue
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnBigInc.GlyphColor = clRed
|
|
BtnDec.BtnOrder = 2
|
|
BtnDec.GlyphColor = clBlue
|
|
BtnDrag.BtnOrder = 4
|
|
BtnDrag.GlyphColor = clLime
|
|
BtnInc.BtnOrder = 6
|
|
BtnInc.GlyphColor = clRed
|
|
BtnMax.BtnOrder = 8
|
|
BtnMax.GlyphColor = clRed
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMenu.GlyphColor = clOlive
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMiddle.GlyphColor = clLime
|
|
BtnMin.BtnOrder = 0
|
|
BtnMin.GlyphColor = clBlue
|
|
DiscreteChange = 1
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object Label18: TLabel
|
|
Left = 590
|
|
Height = 15
|
|
Top = 256
|
|
Width = 83
|
|
Caption = 'Colourfulness'
|
|
ParentColor = False
|
|
end
|
|
object ECSpinEdit15: TECSpinEdit
|
|
Left = 590
|
|
Height = 21
|
|
Top = 336
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDec.Caption = '-'
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnDrag.Visible = False
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnInc.Caption = '+'
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Caption = 'e'
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 5
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 5
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 2.71
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
Digits = 3
|
|
MantissaExp = 2
|
|
TabOrder = 48
|
|
Value = 0
|
|
end
|
|
object Label19: TLabel
|
|
Left = 590
|
|
Height = 15
|
|
Top = 312
|
|
Width = 86
|
|
Caption = 'Letter-Caption'
|
|
ParentColor = False
|
|
end
|
|
object ECSpinBtns21: TECSpinBtns
|
|
Left = 590
|
|
Height = 23
|
|
Top = 391
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigDec.ImageIndex = 5
|
|
BtnBigDec.Width = 24
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnBigInc.ImageIndex = 4
|
|
BtnBigInc.Width = 24
|
|
BtnDec.BtnOrder = 2
|
|
BtnDec.ImageIndex = 0
|
|
BtnDec.Width = 24
|
|
BtnDrag.BtnOrder = 4
|
|
BtnDrag.ImageIndex = 3
|
|
BtnDrag.Width = 24
|
|
BtnInc.BtnOrder = 6
|
|
BtnInc.ImageIndex = 1
|
|
BtnInc.Width = 24
|
|
BtnMax.BtnOrder = 8
|
|
BtnMax.Visible = False
|
|
BtnMax.Width = 24
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMenu.ImageIndex = 2
|
|
BtnMenu.Width = 24
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMiddle.ImageIndex = 6
|
|
BtnMiddle.Width = 24
|
|
BtnMin.BtnOrder = 0
|
|
BtnMin.Visible = False
|
|
BtnMin.Width = 24
|
|
DiscreteChange = 1
|
|
Images = ImageList2
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object Label20: TLabel
|
|
Left = 590
|
|
Height = 15
|
|
Top = 368
|
|
Width = 140
|
|
Caption = 'Images from ImageList'
|
|
ParentColor = False
|
|
end
|
|
object ECSpinBtns22: TECSpinBtns
|
|
Left = 590
|
|
Height = 23
|
|
Top = 448
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigDec.Width = 13
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnBigInc.Width = 13
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnDrag.Width = 33
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMenu.Visible = False
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMiddle.Visible = False
|
|
BtnMin.BtnOrder = 0
|
|
DiscreteChange = 1
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object Label21: TLabel
|
|
Left = 590
|
|
Height = 15
|
|
Top = 424
|
|
Width = 179
|
|
Caption = 'Variable Width of each button'
|
|
ParentColor = False
|
|
end
|
|
object ECSpinEdit19: TECSpinEdit
|
|
Left = 230
|
|
Height = 21
|
|
Top = 595
|
|
Width = 80
|
|
BiDiMode = bdRightToLeft
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
ParentBiDiMode = False
|
|
TabOrder = 52
|
|
Value = 0
|
|
end
|
|
object Label49: TLabel
|
|
AnchorSideRight.Control = ECSpinEdit19
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 169
|
|
Height = 15
|
|
Top = 574
|
|
Width = 141
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Right to Left BiDi mode'
|
|
ParentColor = False
|
|
end
|
|
object Label78: TLabel
|
|
Left = 14
|
|
Height = 15
|
|
Top = 200
|
|
Width = 99
|
|
Caption = 'Various formats:'
|
|
ParentColor = False
|
|
end
|
|
object ECSpinEdit35: TECSpinEdit
|
|
Left = 358
|
|
Height = 21
|
|
Top = 541
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 31
|
|
Buttons.Max = 6
|
|
Buttons.Min = 0
|
|
Buttons.MaxInEdit = 6
|
|
Buttons.MinInEdit = 0
|
|
Buttons.Middle = 3
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 365
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 54
|
|
Value = 0
|
|
ValueFormat = evfDate
|
|
end
|
|
object Label79: TLabel
|
|
Left = 358
|
|
Height = 15
|
|
Top = 518
|
|
Width = 72
|
|
Caption = 'Smart date:'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object TabSheet4: TTabSheet
|
|
Caption = 'TECSpinController'
|
|
ClientHeight = 0
|
|
ClientWidth = 829
|
|
object TIPropertyGrid1: TTIPropertyGrid
|
|
AnchorSideTop.Control = TabSheet4
|
|
AnchorSideBottom.Control = TabSheet4
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 642
|
|
Top = 0
|
|
Width = 392
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
DefaultValueFont.Color = clWindowText
|
|
Filter = [tkInteger, tkChar, tkEnumeration, tkFloat, tkSet, tkMethod, tkSString, tkLString, tkAString, tkWString, tkVariant, tkArray, tkRecord, tkInterface, tkClass, tkObject, tkWChar, tkBool, tkInt64, tkQWord, tkDynArray, tkInterfaceRaw, tkProcVar, tkUString, tkUChar, tkHelper, tkFile, tkClassRef, tkPointer]
|
|
Indent = 10
|
|
NameFont.Color = clWindowText
|
|
ValueFont.Color = clMaroon
|
|
end
|
|
object ECSpinEdit16: TECSpinEdit
|
|
Left = 415
|
|
Height = 21
|
|
Top = 151
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
Controller = ECSpinController1
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 1
|
|
Value = 0
|
|
end
|
|
object ECSpinEdit17: TECSpinEdit
|
|
Left = 415
|
|
Height = 21
|
|
Top = 176
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
Controller = ECSpinController1
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 3
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns23: TECSpinBtns
|
|
Left = 415
|
|
Height = 23
|
|
Top = 208
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
Controller = ECSpinController1
|
|
DiscreteChange = 1
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object ECSpinBtns24: TECSpinBtns
|
|
Left = 415
|
|
Height = 23
|
|
Top = 240
|
|
BtnBigDec.BtnOrder = 1
|
|
BtnBigInc.BtnOrder = 7
|
|
BtnDec.BtnOrder = 2
|
|
BtnDrag.BtnOrder = 4
|
|
BtnInc.BtnOrder = 6
|
|
BtnMax.BtnOrder = 8
|
|
BtnMenu.BtnOrder = 5
|
|
BtnMiddle.BtnOrder = 3
|
|
BtnMin.BtnOrder = 0
|
|
Controller = ECSpinController1
|
|
DiscreteChange = 1
|
|
Increment = 1
|
|
Max = 100
|
|
Min = -100
|
|
Middle = 0
|
|
MouseIncrementX = 0.1
|
|
MouseIncrementY = 1
|
|
PageSize = 10
|
|
Value = 0
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 422
|
|
Height = 274
|
|
Top = 360
|
|
Width = 320
|
|
Lines.Strings = (
|
|
'TECSpinController can be linked to TECSpinEdit and TECSpinBtns. It''s useful when you have hunrders of spin components in your app. and you want to make them user-adjustable at runtime.'
|
|
)
|
|
TabOrder = 7
|
|
end
|
|
end
|
|
object TabSheet5: TTabSheet
|
|
Caption = 'TECSwitch'
|
|
ClientHeight = 0
|
|
ClientWidth = 829
|
|
object ECSwitch1: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 29
|
|
Width = 122
|
|
Caption = 'egsNone'
|
|
GlyphStyle = egsNone
|
|
Knob.TickMarkCount = 3
|
|
TabOrder = 0
|
|
end
|
|
object ECSwitch2: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 69
|
|
Width = 142
|
|
Caption = 'egsOneZero'
|
|
Knob.TickMarkCount = 4
|
|
TabOrder = 1
|
|
end
|
|
object ECSwitch3: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 109
|
|
Width = 150
|
|
Caption = 'egsPlusMinus'
|
|
GlyphStyle = egsPlusMinus
|
|
TabOrder = 2
|
|
end
|
|
object ECSwitch4: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 149
|
|
Width = 112
|
|
Caption = 'egsDot'
|
|
GlyphStyle = egsDot
|
|
Knob.TickMarkCount = 6
|
|
TabOrder = 3
|
|
end
|
|
object ECSwitch5: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 189
|
|
Width = 130
|
|
Caption = 'egsCircles'
|
|
GlyphStyle = egsCircles
|
|
Knob.TickMarkCount = 7
|
|
TabOrder = 4
|
|
end
|
|
object ECSwitch6: TECSwitch
|
|
Left = 174
|
|
Height = 28
|
|
Top = 29
|
|
Width = 132
|
|
Caption = '&ECSwitch6'
|
|
Checked = True
|
|
GlyphStyle = egsNone
|
|
Knob.TickMarkCount = 3
|
|
Knob.TickMarkStyle = etsDotted
|
|
State = cbChecked
|
|
TabOrder = 5
|
|
end
|
|
object ECSwitch7: TECSwitch
|
|
Left = 174
|
|
Height = 28
|
|
Top = 69
|
|
Width = 132
|
|
Caption = 'E&CSwitch7'
|
|
Checked = True
|
|
Knob.TickMarkCount = 4
|
|
Knob.TickMarkStyle = etsDotted
|
|
State = cbChecked
|
|
TabOrder = 6
|
|
end
|
|
object ECSwitch8: TECSwitch
|
|
Left = 174
|
|
Height = 28
|
|
Top = 109
|
|
Width = 132
|
|
Caption = 'EC&Switch8'
|
|
Checked = True
|
|
GlyphStyle = egsPlusMinus
|
|
Knob.TickMarkStyle = etsDotted
|
|
State = cbChecked
|
|
TabOrder = 7
|
|
end
|
|
object ECSwitch9: TECSwitch
|
|
Left = 174
|
|
Height = 28
|
|
Top = 149
|
|
Width = 132
|
|
Caption = 'ECS&witch9'
|
|
Checked = True
|
|
GlyphStyle = egsDot
|
|
Knob.TickMarkCount = 6
|
|
Knob.TickMarkStyle = etsDotted
|
|
State = cbChecked
|
|
TabOrder = 8
|
|
end
|
|
object ECSwitch10: TECSwitch
|
|
Left = 174
|
|
Height = 28
|
|
Top = 189
|
|
Width = 140
|
|
Caption = 'ECSw&itch10'
|
|
Checked = True
|
|
GlyphStyle = egsCircles
|
|
Knob.TickMarkCount = 7
|
|
Knob.TickMarkStyle = etsDotted
|
|
State = cbChecked
|
|
TabOrder = 9
|
|
end
|
|
object ECSwitch11: TECSwitch
|
|
Left = 390
|
|
Height = 28
|
|
Top = 16
|
|
Width = 150
|
|
Caption = 'cbUnchecked'
|
|
GrooveCheckedClr = clRed
|
|
GrooveUncheckedClr = clBlue
|
|
TabOrder = 10
|
|
end
|
|
object ECSwitch12: TECSwitch
|
|
Left = 390
|
|
Height = 28
|
|
Top = 56
|
|
Width = 127
|
|
Caption = 'cdGreyed'
|
|
GrooveCheckedClr = clRed
|
|
GrooveUncheckedClr = clBlue
|
|
State = cbGrayed
|
|
TabOrder = 11
|
|
end
|
|
object ECSwitch13: TECSwitch
|
|
Left = 390
|
|
Height = 28
|
|
Top = 96
|
|
Width = 135
|
|
Caption = 'cbChecked'
|
|
Checked = True
|
|
GrooveCheckedClr = clRed
|
|
GrooveUncheckedClr = clBlue
|
|
State = cbChecked
|
|
TabOrder = 12
|
|
end
|
|
object ECSwitch14: TECSwitch
|
|
Left = 622
|
|
Height = 28
|
|
Top = 16
|
|
Width = 140
|
|
Caption = 'ECSwitch14'
|
|
TabOrder = 13
|
|
end
|
|
object ECSwitch15: TECSwitch
|
|
Left = 622
|
|
Height = 28
|
|
Top = 56
|
|
Width = 140
|
|
Caption = 'ECSwitch15'
|
|
Knob.Style = eosPanel
|
|
TabOrder = 14
|
|
end
|
|
object ECSwitch16: TECSwitch
|
|
Left = 622
|
|
Height = 28
|
|
Top = 96
|
|
Width = 140
|
|
Caption = 'ECSwitch16'
|
|
Style = eosPanel
|
|
TabOrder = 15
|
|
end
|
|
object ECSwitch17: TECSwitch
|
|
Left = 622
|
|
Height = 28
|
|
Top = 136
|
|
Width = 140
|
|
Caption = 'ECSwitch17'
|
|
Knob.Style = eosPanel
|
|
Style = eosPanel
|
|
TabOrder = 16
|
|
end
|
|
object ECSwitch18: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 256
|
|
Width = 140
|
|
Caption = 'ECSwitch18'
|
|
GrooveIndent = 12
|
|
TabOrder = 17
|
|
end
|
|
object ECSwitch19: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 288
|
|
Width = 140
|
|
Caption = 'ECSwitch19'
|
|
GrooveIndent = 11
|
|
TabOrder = 18
|
|
end
|
|
object ECSwitch20: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 320
|
|
Width = 140
|
|
Caption = 'ECSwitch20'
|
|
GrooveIndent = 10
|
|
TabOrder = 19
|
|
end
|
|
object ECSwitch21: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 352
|
|
Width = 140
|
|
Caption = 'ECSwitch21'
|
|
GrooveIndent = 9
|
|
TabOrder = 20
|
|
end
|
|
object ECSwitch22: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 384
|
|
Width = 140
|
|
Caption = 'ECSwitch22'
|
|
GrooveIndent = 8
|
|
TabOrder = 21
|
|
end
|
|
object ECSwitch23: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 416
|
|
Width = 140
|
|
Caption = 'ECSwitch23'
|
|
TabOrder = 22
|
|
end
|
|
object ECSwitch24: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 448
|
|
Width = 140
|
|
Caption = 'ECSwitch24'
|
|
GrooveIndent = 6
|
|
TabOrder = 23
|
|
end
|
|
object ECSwitch25: TECSwitch
|
|
Left = 622
|
|
Height = 28
|
|
Top = 200
|
|
Width = 140
|
|
Caption = 'ECSwitch25'
|
|
KnobIndent = 2
|
|
TabOrder = 24
|
|
end
|
|
object ECSwitch26: TECSwitch
|
|
Left = 622
|
|
Height = 28
|
|
Top = 232
|
|
Width = 140
|
|
Caption = 'ECSwitch26'
|
|
KnobIndent = 3
|
|
TabOrder = 25
|
|
end
|
|
object ECSwitch27: TECSwitch
|
|
Left = 622
|
|
Height = 28
|
|
Top = 264
|
|
Width = 140
|
|
Caption = 'ECSwitch27'
|
|
TabOrder = 26
|
|
end
|
|
object ECSwitch28: TECSwitch
|
|
Left = 622
|
|
Height = 28
|
|
Top = 296
|
|
Width = 140
|
|
Caption = 'ECSwitch28'
|
|
KnobIndent = 5
|
|
TabOrder = 27
|
|
end
|
|
object ECSwitch29: TECSwitch
|
|
Left = 390
|
|
Height = 28
|
|
Top = 214
|
|
Width = 101
|
|
Caption = 'Right'
|
|
TabOrder = 28
|
|
end
|
|
object ECSwitch30: TECSwitch
|
|
Left = 390
|
|
Height = 28
|
|
Top = 256
|
|
Width = 92
|
|
Caption = 'Left'
|
|
CaptionPos = eopLeft
|
|
TabOrder = 29
|
|
end
|
|
object ECSwitch31: TECSwitch
|
|
Left = 382
|
|
Height = 48
|
|
Top = 300
|
|
Width = 64
|
|
Caption = 'Top'
|
|
CaptionPos = eopTop
|
|
TabOrder = 30
|
|
end
|
|
object ECSwitch32: TECSwitch
|
|
Left = 478
|
|
Height = 48
|
|
Top = 300
|
|
Width = 64
|
|
Caption = 'Bottom'
|
|
CaptionPos = eopBottom
|
|
TabOrder = 31
|
|
end
|
|
object ECSwitch33: TECSwitch
|
|
Left = 14
|
|
Height = 28
|
|
Top = 480
|
|
Width = 140
|
|
Caption = 'ECSwitch33'
|
|
GrooveIndent = 5
|
|
TabOrder = 32
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 518
|
|
Height = 234
|
|
Top = 368
|
|
Width = 258
|
|
Caption = 'Right-Click for PopupMenu'
|
|
ClientHeight = 234
|
|
ClientWidth = 258
|
|
PopupMenu = PopupMenu1
|
|
TabOrder = 33
|
|
object CheckBox1: TCheckBox
|
|
Left = 32
|
|
Height = 19
|
|
Top = 144
|
|
Width = 65
|
|
Action = Action1
|
|
PopupMenu = PopupMenu1
|
|
TabOrder = 0
|
|
end
|
|
object ECSwitch34: TECSwitch
|
|
Left = 32
|
|
Height = 28
|
|
Top = 167
|
|
Width = 114
|
|
Action = Action1
|
|
PopupMenu = PopupMenu1
|
|
TabOrder = 1
|
|
end
|
|
object Label1: TLabel
|
|
Left = 56
|
|
Height = 15
|
|
Top = 48
|
|
Width = 128
|
|
Caption = 'Linkable with TAction'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object ECSwitch35: TECSwitch
|
|
Left = 22
|
|
Height = 84
|
|
Top = 544
|
|
Width = 71
|
|
Caption = 'ECSwitch35'
|
|
CaptionPos = eopTop
|
|
Orientation = eooVertical
|
|
SwitchHeight = 64
|
|
SwitchWidth = 28
|
|
TabOrder = 34
|
|
end
|
|
object ECSwitch36: TECSwitch
|
|
Left = 246
|
|
Height = 84
|
|
Top = 544
|
|
Width = 71
|
|
Caption = 'ECSwitch36'
|
|
CaptionPos = eopTop
|
|
Checked = True
|
|
Orientation = eooVertical
|
|
State = cbChecked
|
|
SwitchHeight = 64
|
|
SwitchWidth = 28
|
|
TabOrder = 35
|
|
end
|
|
object ECSwitch37: TECSwitch
|
|
Left = 198
|
|
Height = 28
|
|
Top = 256
|
|
Width = 124
|
|
Caption = 'ECSwitch37'
|
|
Checked = True
|
|
GrooveIndent = 11
|
|
Knob.TickMarkCount = 3
|
|
Knob.TickMarkSpacing = 3
|
|
KnobIndent = 7
|
|
State = cbChecked
|
|
SwitchWidth = 48
|
|
TabOrder = 36
|
|
end
|
|
object ECSwitch38: TECSwitch
|
|
Left = 198
|
|
Height = 28
|
|
Top = 288
|
|
Width = 124
|
|
Caption = 'ECSwitch38'
|
|
Checked = True
|
|
GrooveIndent = 11
|
|
Knob.TickMarkCount = 3
|
|
Knob.TickMarkSpacing = 3
|
|
KnobIndent = 6
|
|
State = cbChecked
|
|
SwitchWidth = 48
|
|
TabOrder = 37
|
|
end
|
|
object ECSwitch39: TECSwitch
|
|
Left = 198
|
|
Height = 28
|
|
Top = 320
|
|
Width = 124
|
|
Caption = 'ECSwitch39'
|
|
Checked = True
|
|
GrooveIndent = 11
|
|
Knob.TickMarkCount = 3
|
|
Knob.TickMarkSpacing = 3
|
|
KnobIndent = 5
|
|
State = cbChecked
|
|
SwitchWidth = 48
|
|
TabOrder = 38
|
|
end
|
|
object ECSwitch40: TECSwitch
|
|
Left = 198
|
|
Height = 28
|
|
Top = 352
|
|
Width = 124
|
|
Caption = 'ECSwitch40'
|
|
Checked = True
|
|
GrooveIndent = 11
|
|
Knob.TickMarkCount = 3
|
|
Knob.TickMarkSpacing = 3
|
|
State = cbChecked
|
|
SwitchWidth = 48
|
|
TabOrder = 39
|
|
end
|
|
object ECSwitch41: TECSwitch
|
|
Left = 198
|
|
Height = 28
|
|
Top = 384
|
|
Width = 124
|
|
Caption = 'ECSwitch41'
|
|
Checked = True
|
|
GrooveIndent = 11
|
|
Knob.TickMarkCount = 3
|
|
Knob.TickMarkSpacing = 3
|
|
KnobIndent = 3
|
|
State = cbChecked
|
|
SwitchWidth = 48
|
|
TabOrder = 40
|
|
end
|
|
object ECSwitch42: TECSwitch
|
|
Left = 198
|
|
Height = 28
|
|
Top = 480
|
|
Width = 121
|
|
Caption = 'Disabled'
|
|
Checked = True
|
|
Enabled = False
|
|
State = cbChecked
|
|
TabOrder = 41
|
|
end
|
|
object ECSwitch43: TECSwitch
|
|
Left = 351
|
|
Height = 28
|
|
Top = 384
|
|
Width = 149
|
|
Caption = 'BevelWidth 1'
|
|
Knob.BevelWidth = 1
|
|
Knob.Style = eosPanel
|
|
Style = eosPanel
|
|
TabOrder = 42
|
|
end
|
|
object ECSwitch44: TECSwitch
|
|
Left = 351
|
|
Height = 28
|
|
Top = 416
|
|
Width = 149
|
|
BevelWidth = 2
|
|
Caption = 'BevelWidth 2'
|
|
Knob.Style = eosPanel
|
|
Style = eosPanel
|
|
TabOrder = 43
|
|
end
|
|
object ECSwitch45: TECSwitch
|
|
Left = 351
|
|
Height = 28
|
|
Top = 448
|
|
Width = 149
|
|
BevelWidth = 3
|
|
Caption = 'BevelWidth 3'
|
|
Knob.BevelWidth = 3
|
|
Knob.Style = eosPanel
|
|
Style = eosPanel
|
|
TabOrder = 44
|
|
end
|
|
object ECSwitch46: TECSwitch
|
|
Left = 134
|
|
Height = 84
|
|
Top = 544
|
|
Width = 71
|
|
Caption = 'ECSwitch46'
|
|
CaptionPos = eopTop
|
|
Orientation = eooVertical
|
|
State = cbGrayed
|
|
SwitchHeight = 64
|
|
SwitchWidth = 28
|
|
TabOrder = 45
|
|
end
|
|
object ECSwitch47: TECSwitch
|
|
Left = 366
|
|
Height = 28
|
|
Top = 496
|
|
Width = 140
|
|
Caption = 'ECSwitch47'
|
|
Color3DDark = clBlack
|
|
Color3DLight = clLime
|
|
Knob.Style = eosPanel
|
|
Style = eosPanel
|
|
SwitchColor = clGreen
|
|
TabOrder = 46
|
|
end
|
|
object ECSwitch48: TECSwitch
|
|
Left = 366
|
|
Height = 64
|
|
Top = 136
|
|
Width = 105
|
|
Caption = 'Raised Dots'
|
|
Checked = True
|
|
GlyphStyle = egsDot
|
|
Knob.TickMarkCount = 7
|
|
Knob.TickMarkDesign = etd3DRaised
|
|
Knob.TickMarkStyle = etsDotted
|
|
Orientation = eooVertical
|
|
State = cbChecked
|
|
SwitchHeight = 64
|
|
SwitchWidth = 28
|
|
TabOrder = 47
|
|
end
|
|
object ECSwitch49: TECSwitch
|
|
Left = 486
|
|
Height = 64
|
|
Top = 136
|
|
Width = 115
|
|
Caption = 'Lowered Dots'
|
|
Checked = True
|
|
GlyphStyle = egsDot
|
|
Knob.TickMarkCount = 7
|
|
Knob.TickMarkStyle = etsDotted
|
|
Orientation = eooVertical
|
|
State = cbChecked
|
|
SwitchHeight = 64
|
|
SwitchWidth = 28
|
|
TabOrder = 48
|
|
end
|
|
object ECSwitch50: TECSwitch
|
|
Left = 206
|
|
Height = 22
|
|
Top = 432
|
|
Width = 82
|
|
Caption = 'Small'
|
|
GlyphStyle = egsDot
|
|
GrooveIndent = 8
|
|
Knob.TickMarkSpacing = 0
|
|
Knob.TickMarkStyle = etsDotted
|
|
KnobIndent = 3
|
|
SwitchHeight = 22
|
|
SwitchWidth = 44
|
|
TabOrder = 49
|
|
end
|
|
object ECSwitch51: TECSwitch
|
|
Left = 368
|
|
Height = 28
|
|
Top = 560
|
|
Width = 126
|
|
BiDiMode = bdRightToLeft
|
|
Caption = 'BiDi R2L'
|
|
Font.Style = [fsBold]
|
|
ParentBiDiMode = False
|
|
ParentFont = False
|
|
TabOrder = 50
|
|
end
|
|
object ECSwitch52: TECSwitch
|
|
Left = 368
|
|
Height = 28
|
|
Top = 601
|
|
Width = 126
|
|
BiDiMode = bdRightToLeft
|
|
Caption = 'BiDi R2L'
|
|
Checked = True
|
|
Font.Style = [fsBold]
|
|
ParentBiDiMode = False
|
|
ParentFont = False
|
|
State = cbChecked
|
|
TabOrder = 51
|
|
end
|
|
object Label32: TLabel
|
|
Left = 14
|
|
Height = 15
|
|
Top = 228
|
|
Width = 321
|
|
Caption = 'Similar Switches are often used in GTK3 applications.'
|
|
ParentColor = False
|
|
end
|
|
object Label47: TLabel
|
|
Left = 174
|
|
Height = 15
|
|
Top = 5
|
|
Width = 169
|
|
Caption = 'Try acceleration (Alt+E etc.)'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object TabSheet6: TTabSheet
|
|
Caption = 'TECSpeedBtn'
|
|
ClientHeight = 0
|
|
ClientWidth = 829
|
|
object ECSpeedBtn1: TECSpeedBtn
|
|
Left = 6
|
|
Height = 23
|
|
Top = 8
|
|
Width = 32
|
|
GlyphDesign = egdArrowsHMin
|
|
end
|
|
object ECSpeedBtn2: TECSpeedBtn
|
|
Left = 38
|
|
Height = 23
|
|
Top = 8
|
|
Width = 32
|
|
GlyphDesign = egdArrowHMin
|
|
end
|
|
object ECSpeedBtn3: TECSpeedBtn
|
|
Left = 70
|
|
Height = 23
|
|
Top = 8
|
|
Width = 32
|
|
GlyphDesign = egdArrowRight
|
|
end
|
|
object ECSpeedBtn4: TECSpeedBtn
|
|
Left = 102
|
|
Height = 23
|
|
Top = 8
|
|
Width = 32
|
|
GlyphDesign = egdPlayPause
|
|
end
|
|
object ECSpeedBtn5: TECSpeedBtn
|
|
Left = 166
|
|
Height = 23
|
|
Top = 152
|
|
Width = 96
|
|
Caption = 'Left'
|
|
Font.Color = clLime
|
|
GlyphColor = clGreen
|
|
GlyphDesign = egdArrowsLL
|
|
ParentFont = False
|
|
end
|
|
object ECSpeedBtn6: TECSpeedBtn
|
|
Left = 166
|
|
Height = 23
|
|
Top = 184
|
|
Width = 96
|
|
Caption = 'Right'
|
|
Font.Color = clRed
|
|
GlyphColor = clMaroon
|
|
GlyphDesign = egdArrowsRR
|
|
Layout = eopRight
|
|
ParentFont = False
|
|
end
|
|
object ECSpeedBtn7: TECSpeedBtn
|
|
Left = 110
|
|
Height = 55
|
|
Top = 152
|
|
Width = 48
|
|
Caption = 'Top'
|
|
Font.Color = clBlue
|
|
GlyphColor = clNavy
|
|
GlyphDesign = egdArrowsUU
|
|
Layout = eopTop
|
|
ParentFont = False
|
|
end
|
|
object ECSpeedBtn8: TECSpeedBtn
|
|
Left = 270
|
|
Height = 55
|
|
Top = 152
|
|
Width = 56
|
|
Caption = 'Bottom'
|
|
Font.Color = clOlive
|
|
GlyphColor = clYellow
|
|
GlyphDesign = egdArrowsDD
|
|
Layout = eopBottom
|
|
ParentFont = False
|
|
end
|
|
object ECSpeedBtn9: TECSpeedBtn
|
|
Left = 134
|
|
Height = 23
|
|
Top = 8
|
|
Width = 32
|
|
GlyphDesign = egdPlayStop
|
|
end
|
|
object ECSpeedBtn10: TECSpeedBtn
|
|
Left = 166
|
|
Height = 23
|
|
Top = 8
|
|
Width = 32
|
|
GlyphDesign = egdArrowHMax
|
|
end
|
|
object ECSpeedBtn11: TECSpeedBtn
|
|
Left = 198
|
|
Height = 23
|
|
Top = 8
|
|
Width = 32
|
|
GlyphDesign = egdArrowsHMax
|
|
end
|
|
object ECSpeedBtn12: TECSpeedBtn
|
|
Left = 230
|
|
Height = 23
|
|
Top = 8
|
|
Width = 32
|
|
GlyphDesign = egdPlayEject
|
|
end
|
|
object ECSpeedBtn13: TECSpeedBtn
|
|
Left = 78
|
|
Height = 23
|
|
Top = 264
|
|
Width = 80
|
|
Caption = 'Toggle'
|
|
Delay = -1
|
|
GlyphDesign = egdArrsB_UU
|
|
GlyphDesignChecked = egdArrsB_DD
|
|
end
|
|
object ECSpeedBtn14: TECSpeedBtn
|
|
Left = 78
|
|
Height = 23
|
|
Top = 296
|
|
Width = 80
|
|
Caption = 'Delay'
|
|
Delay = 750
|
|
GlyphDesign = egdArrowRight
|
|
OnRelease = ECSpeedBtn14Release
|
|
end
|
|
object Label22: TLabel
|
|
Left = 78
|
|
Height = 15
|
|
Top = 241
|
|
Width = 314
|
|
Caption = 'ToggleButton (Delay<0) and DelayButton (Delay>0)'
|
|
ParentColor = False
|
|
end
|
|
object Label23: TLabel
|
|
Left = 78
|
|
Height = 15
|
|
Top = 352
|
|
Width = 140
|
|
Caption = 'Images from ImageList'
|
|
ParentColor = False
|
|
end
|
|
object ECSpeedBtn15: TECSpeedBtn
|
|
Left = 78
|
|
Height = 23
|
|
Top = 376
|
|
Width = 80
|
|
Caption = 'Delay'
|
|
Delay = 750
|
|
ImageIndex = 0
|
|
Images = ImageList2
|
|
OnRelease = ECSpeedBtn14Release
|
|
end
|
|
object ECSpeedBtn16: TECSpeedBtn
|
|
Left = 78
|
|
Height = 23
|
|
Top = 408
|
|
Width = 80
|
|
Caption = 'Toggle'
|
|
Delay = -1
|
|
ImageIndex = 0
|
|
ImageIndexChecked = 1
|
|
Images = ImageList2
|
|
end
|
|
object ECSpeedBtn17: TECSpeedBtn
|
|
Left = 166
|
|
Height = 23
|
|
Top = 264
|
|
Width = 80
|
|
Caption = 'Toggle'
|
|
Checked = True
|
|
Delay = -1
|
|
GlyphDesign = egdArrsB_UU
|
|
GlyphDesignChecked = egdArrsB_DD
|
|
end
|
|
object ECSpeedBtn18: TECSpeedBtn
|
|
Left = 254
|
|
Height = 23
|
|
Top = 264
|
|
Width = 80
|
|
Caption = 'Toggle'
|
|
Delay = -1
|
|
Enabled = False
|
|
GlyphDesign = egdArrsB_UU
|
|
GlyphDesignChecked = egdArrsB_DD
|
|
end
|
|
object ECSpeedBtn19: TECSpeedBtn
|
|
Left = 342
|
|
Height = 23
|
|
Top = 264
|
|
Width = 80
|
|
Caption = 'Toggle'
|
|
Checked = True
|
|
Delay = -1
|
|
Enabled = False
|
|
GlyphDesign = egdArrsB_UU
|
|
GlyphDesignChecked = egdArrsB_DD
|
|
end
|
|
object ECSpeedBtn20: TECSpeedBtn
|
|
Left = 166
|
|
Height = 23
|
|
Top = 408
|
|
Width = 80
|
|
Caption = 'Toggle'
|
|
Checked = True
|
|
Delay = -1
|
|
ImageIndex = 0
|
|
ImageIndexChecked = 1
|
|
Images = ImageList2
|
|
end
|
|
object ECSpeedBtn21: TECSpeedBtn
|
|
Left = 254
|
|
Height = 23
|
|
Top = 408
|
|
Width = 80
|
|
Caption = 'Toggle'
|
|
Delay = -1
|
|
Enabled = False
|
|
ImageIndex = 0
|
|
ImageIndexChecked = 1
|
|
Images = ImageList2
|
|
end
|
|
object ECSpeedBtn22: TECSpeedBtn
|
|
Left = 342
|
|
Height = 23
|
|
Top = 408
|
|
Width = 80
|
|
Caption = 'Toggle'
|
|
Checked = True
|
|
Delay = -1
|
|
Enabled = False
|
|
ImageIndex = 0
|
|
ImageIndexChecked = 1
|
|
Images = ImageList2
|
|
end
|
|
object ECColorBtn1: TECColorBtn
|
|
Left = 70
|
|
Height = 21
|
|
Top = 480
|
|
Width = 96
|
|
Button.Width = 27
|
|
CustomColor = clRed
|
|
Prefix = '$'
|
|
TabOrder = 22
|
|
end
|
|
object ECColorBtn3: TECColorBtn
|
|
Left = 70
|
|
Height = 21
|
|
Top = 552
|
|
Width = 96
|
|
Button.Width = 27
|
|
ColorLayout = eclABGRColor
|
|
CustomColor = clWhite
|
|
Prefix = '$'
|
|
TabOrder = 24
|
|
end
|
|
object ECColorBtn4: TECColorBtn
|
|
Left = 70
|
|
Height = 21
|
|
Top = 528
|
|
Width = 96
|
|
Button.Width = 27
|
|
ColorLayout = eclARGBColor
|
|
CustomColor = clBlue
|
|
Prefix = '#'
|
|
TabOrder = 26
|
|
end
|
|
object ECColorBtn2: TECColorBtn
|
|
Left = 70
|
|
Height = 21
|
|
Top = 504
|
|
Width = 96
|
|
Button.Width = 27
|
|
ColorLayout = eclBGRColor
|
|
CustomColor = clLime
|
|
Prefix = '%'
|
|
TabOrder = 28
|
|
end
|
|
object ECColorBtn5: TECColorBtn
|
|
Left = 70
|
|
Height = 21
|
|
Top = 576
|
|
Width = 96
|
|
Button.Width = 27
|
|
ColorLayout = eclSystemBGR
|
|
CustomColor = clRed
|
|
Prefix = '$'
|
|
TabOrder = 30
|
|
end
|
|
object ECSpeedBtn23: TECSpeedBtn
|
|
Left = 6
|
|
Height = 23
|
|
Top = 40
|
|
Width = 31
|
|
GlyphDesign = egdArrowsHMin
|
|
end
|
|
object ECSpeedBtn24: TECSpeedBtn
|
|
Left = 37
|
|
Height = 23
|
|
Top = 40
|
|
Width = 31
|
|
GlyphDesign = egdArrowHMin
|
|
end
|
|
object ECSpeedBtn25: TECSpeedBtn
|
|
Left = 68
|
|
Height = 23
|
|
Top = 40
|
|
Width = 31
|
|
GlyphDesign = egdArrowRight
|
|
end
|
|
object ECSpeedBtn26: TECSpeedBtn
|
|
Left = 99
|
|
Height = 23
|
|
Top = 40
|
|
Width = 31
|
|
GlyphDesign = egdPlayPause
|
|
end
|
|
object ECSpeedBtn27: TECSpeedBtn
|
|
Left = 130
|
|
Height = 23
|
|
Top = 40
|
|
Width = 31
|
|
GlyphDesign = egdPlayStop
|
|
end
|
|
object ECSpeedBtn28: TECSpeedBtn
|
|
Left = 161
|
|
Height = 23
|
|
Top = 40
|
|
Width = 31
|
|
GlyphDesign = egdArrowHMax
|
|
end
|
|
object ECSpeedBtn29: TECSpeedBtn
|
|
Left = 192
|
|
Height = 23
|
|
Top = 40
|
|
Width = 31
|
|
GlyphDesign = egdArrowsHMax
|
|
end
|
|
object ECSpeedBtn30: TECSpeedBtn
|
|
Left = 223
|
|
Height = 23
|
|
Top = 40
|
|
Width = 31
|
|
GlyphDesign = egdPlayEject
|
|
end
|
|
object Label27: TLabel
|
|
Left = 278
|
|
Height = 15
|
|
Top = 32
|
|
Width = 428
|
|
Caption = 'More than 80 built-in glyphs, pixel precision for even/odd button width.'
|
|
ParentColor = False
|
|
end
|
|
object Label33: TLabel
|
|
Left = 166
|
|
Height = 15
|
|
Top = 296
|
|
Width = 180
|
|
Caption = 'You can use OnRelease event.'
|
|
ParentColor = False
|
|
end
|
|
object Label34: TLabel
|
|
Left = 334
|
|
Height = 15
|
|
Top = 152
|
|
Width = 260
|
|
Caption = 'Caption and glyph can have different color.'
|
|
ParentColor = False
|
|
end
|
|
object Label35: TLabel
|
|
Left = 70
|
|
Height = 15
|
|
Top = 456
|
|
Width = 240
|
|
Caption = 'TECColorBtn with various color formats.'
|
|
ParentColor = False
|
|
end
|
|
object ECSpeedBtn31: TECSpeedBtn
|
|
Left = 502
|
|
Height = 23
|
|
Top = 379
|
|
Width = 35
|
|
OnDrawGlyph = ECSpeedBtn31DrawGlyph
|
|
end
|
|
object Label38: TLabel
|
|
Left = 502
|
|
Height = 15
|
|
Top = 360
|
|
Width = 84
|
|
Caption = 'OnDrawGlyph'
|
|
ParentColor = False
|
|
end
|
|
object CheckBox3: TCheckBox
|
|
Left = 547
|
|
Height = 19
|
|
Top = 382
|
|
Width = 68
|
|
Caption = 'Enabled'
|
|
Checked = True
|
|
OnChange = CheckBox3Change
|
|
State = cbChecked
|
|
TabOrder = 41
|
|
end
|
|
object ECSpeedBtn32: TECSpeedBtn
|
|
Left = 480
|
|
Height = 23
|
|
Top = 450
|
|
Width = 21
|
|
Delay = -1
|
|
GlyphDesign = egdArrowsLL
|
|
GroupIndex = 1
|
|
end
|
|
object ECSpeedBtn33: TECSpeedBtn
|
|
Left = 510
|
|
Height = 23
|
|
Top = 450
|
|
Width = 21
|
|
Delay = -1
|
|
GlyphDesign = egdArrowsUU
|
|
GroupIndex = 1
|
|
end
|
|
object ECSpeedBtn34: TECSpeedBtn
|
|
Left = 540
|
|
Height = 23
|
|
Top = 450
|
|
Width = 21
|
|
Delay = -1
|
|
GlyphDesign = egdPlayStop
|
|
GroupIndex = 1
|
|
end
|
|
object ECSpeedBtn35: TECSpeedBtn
|
|
Left = 570
|
|
Height = 23
|
|
Top = 450
|
|
Width = 21
|
|
Delay = -1
|
|
GlyphDesign = egdArrowsDD
|
|
GroupIndex = 1
|
|
end
|
|
object ECSpeedBtn36: TECSpeedBtn
|
|
Left = 600
|
|
Height = 23
|
|
Top = 450
|
|
Width = 21
|
|
Delay = -1
|
|
GlyphDesign = egdArrowsRR
|
|
GroupIndex = 1
|
|
end
|
|
object Label50: TLabel
|
|
Left = 480
|
|
Height = 15
|
|
Top = 430
|
|
Width = 171
|
|
Caption = 'Grouped, AllowAllUp = False'
|
|
ParentColor = False
|
|
end
|
|
object Label51: TLabel
|
|
Left = 484
|
|
Height = 15
|
|
Top = 508
|
|
Width = 166
|
|
Caption = 'Grouped, AllowAllUp = True'
|
|
ParentColor = False
|
|
end
|
|
object ECSpeedBtn37: TECSpeedBtn
|
|
Left = 484
|
|
Height = 23
|
|
Top = 528
|
|
Width = 21
|
|
AllowAllUp = True
|
|
Delay = -1
|
|
GlyphDesign = egdArrowsLL
|
|
GroupIndex = 2
|
|
end
|
|
object ECSpeedBtn38: TECSpeedBtn
|
|
Left = 514
|
|
Height = 23
|
|
Top = 528
|
|
Width = 21
|
|
AllowAllUp = True
|
|
Delay = -1
|
|
GlyphDesign = egdArrowsUU
|
|
GroupIndex = 2
|
|
end
|
|
object ECSpeedBtn39: TECSpeedBtn
|
|
Left = 544
|
|
Height = 23
|
|
Top = 528
|
|
Width = 21
|
|
AllowAllUp = True
|
|
Delay = -1
|
|
GlyphDesign = egdPlayStop
|
|
GroupIndex = 2
|
|
end
|
|
object ECSpeedBtn40: TECSpeedBtn
|
|
Left = 574
|
|
Height = 23
|
|
Top = 528
|
|
Width = 21
|
|
AllowAllUp = True
|
|
Delay = -1
|
|
GlyphDesign = egdArrowsDD
|
|
GroupIndex = 2
|
|
end
|
|
object ECSpeedBtn41: TECSpeedBtn
|
|
Left = 604
|
|
Height = 23
|
|
Top = 528
|
|
Width = 21
|
|
AllowAllUp = True
|
|
Delay = -1
|
|
GlyphDesign = egdArrowsRR
|
|
GroupIndex = 2
|
|
end
|
|
object Label52: TLabel
|
|
AnchorSideTop.Control = ECColorBtn1
|
|
Left = 207
|
|
Height = 15
|
|
Top = 480
|
|
Width = 35
|
|
Caption = '$RGB'
|
|
ParentColor = False
|
|
end
|
|
object Label53: TLabel
|
|
AnchorSideTop.Control = ECColorBtn2
|
|
Left = 208
|
|
Height = 15
|
|
Top = 504
|
|
Width = 39
|
|
Caption = '%BGR'
|
|
ParentColor = False
|
|
end
|
|
object Label54: TLabel
|
|
AnchorSideTop.Control = ECColorBtn4
|
|
Left = 207
|
|
Height = 15
|
|
Top = 528
|
|
Width = 46
|
|
Caption = '#ARGB'
|
|
ParentColor = False
|
|
end
|
|
object Label55: TLabel
|
|
AnchorSideTop.Control = ECColorBtn3
|
|
Left = 208
|
|
Height = 15
|
|
Top = 552
|
|
Width = 43
|
|
Caption = '$ABGR'
|
|
ParentColor = False
|
|
end
|
|
object Label56: TLabel
|
|
AnchorSideTop.Control = ECColorBtn5
|
|
Left = 208
|
|
Height = 15
|
|
Top = 576
|
|
Width = 81
|
|
Caption = 'System Ident'
|
|
ParentColor = False
|
|
end
|
|
object ECColorBtn6: TECColorBtn
|
|
Left = 270
|
|
Height = 21
|
|
Top = 480
|
|
Width = 96
|
|
Button.Width = 27
|
|
ColorLayout = eclCMYColor
|
|
CustomColor = clAqua
|
|
Prefix = '$'
|
|
TabOrder = 52
|
|
end
|
|
object ECColorBtn7: TECColorBtn
|
|
Left = 270
|
|
Height = 21
|
|
Top = 504
|
|
Width = 96
|
|
Button.Width = 27
|
|
Button.GlyphDesign = egdWinRoundClr
|
|
ColorLayout = eclYMCColor
|
|
CustomColor = clFuchsia
|
|
Prefix = '%'
|
|
TabOrder = 54
|
|
end
|
|
object ECColorBtn8: TECColorBtn
|
|
Left = 270
|
|
Height = 21
|
|
Top = 528
|
|
Width = 96
|
|
Button.Width = 27
|
|
Button.GlyphDesign = egdRectBeveled
|
|
ColorLayout = eclACMYColor
|
|
CustomColor = clYellow
|
|
Prefix = '#'
|
|
TabOrder = 56
|
|
end
|
|
object ECColorBtn9: TECColorBtn
|
|
Left = 270
|
|
Height = 21
|
|
Top = 552
|
|
Width = 96
|
|
Button.Width = 27
|
|
Button.GlyphDesign = egdRectFramed
|
|
ColorLayout = eclAYMCColor
|
|
CustomColor = clPurple
|
|
Prefix = '$'
|
|
TabOrder = 58
|
|
end
|
|
object Label66: TLabel
|
|
AnchorSideTop.Control = ECColorBtn6
|
|
Left = 407
|
|
Height = 15
|
|
Top = 480
|
|
Width = 36
|
|
Caption = '$CMY'
|
|
ParentColor = False
|
|
end
|
|
object Label67: TLabel
|
|
AnchorSideTop.Control = ECColorBtn7
|
|
Left = 408
|
|
Height = 15
|
|
Top = 504
|
|
Width = 38
|
|
Caption = '%YMC'
|
|
ParentColor = False
|
|
end
|
|
object Label68: TLabel
|
|
AnchorSideTop.Control = ECColorBtn8
|
|
Left = 407
|
|
Height = 15
|
|
Top = 528
|
|
Width = 47
|
|
Caption = '#ACMY'
|
|
ParentColor = False
|
|
end
|
|
object Label69: TLabel
|
|
AnchorSideTop.Control = ECColorBtn9
|
|
Left = 408
|
|
Height = 15
|
|
Top = 552
|
|
Width = 41
|
|
Caption = '$AYMC'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object TabSheet9: TTabSheet
|
|
Caption = 'Group Controls'
|
|
ClientHeight = 0
|
|
ClientWidth = 829
|
|
ParentBiDiMode = False
|
|
object Memo2: TMemo
|
|
Left = 14
|
|
Height = 169
|
|
Top = 12
|
|
Width = 211
|
|
Lines.Strings = (
|
|
'Lorem ipsum bla bla bla ..... Memo2'
|
|
'Images are from linked ImageList, no native glyphs, no captions.'
|
|
)
|
|
TabOrder = 0
|
|
end
|
|
object ECCheckGroup1: TECCheckGroup
|
|
Left = 235
|
|
Height = 23
|
|
Top = 13
|
|
Width = 103
|
|
Images = ILFontStyles
|
|
Items = <
|
|
item
|
|
ImageIndex = 0
|
|
end
|
|
item
|
|
ImageIndex = 1
|
|
end
|
|
item
|
|
ImageIndex = 2
|
|
end>
|
|
ParentBiDiMode = False
|
|
TabOrder = 1
|
|
TabStop = True
|
|
OnItemClick = ECCheckGroup1ItemClick
|
|
end
|
|
object ECRadioGroup1: TECRadioGroup
|
|
Left = 477
|
|
Height = 75
|
|
Top = 44
|
|
Width = 150
|
|
Caption = 'ECRadioGroup1'
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
end
|
|
item
|
|
Caption = 'Item2'
|
|
end
|
|
item
|
|
Caption = 'Item3'
|
|
end>
|
|
Options = [egoSplitted]
|
|
ParentBiDiMode = False
|
|
RowCount = 2
|
|
TabOrder = 2
|
|
end
|
|
object ECCheckGroup2: TECCheckGroup
|
|
Left = 477
|
|
Height = 75
|
|
Top = 128
|
|
Width = 150
|
|
Caption = 'ECCheckGroup2'
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
end
|
|
item
|
|
Caption = 'Item2'
|
|
end
|
|
item
|
|
Caption = 'Item3'
|
|
end>
|
|
Options = [egoAllowAllUp, egoColumnThenRow, egoSplitted]
|
|
ParentBiDiMode = False
|
|
RowCount = 2
|
|
TabOrder = 3
|
|
end
|
|
object ECCheckGroup3: TECCheckGroup
|
|
Left = 477
|
|
Height = 75
|
|
Top = 301
|
|
Width = 150
|
|
BiDiMode = bdRightToLeft
|
|
Caption = 'ECCheckGroup3 R2L'
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
end
|
|
item
|
|
Caption = 'Item2'
|
|
end
|
|
item
|
|
Caption = 'Item3'
|
|
end>
|
|
Options = [egoAllowAllUp, egoColumnThenRow, egoSplitted]
|
|
ParentBiDiMode = False
|
|
RowCount = 2
|
|
TabOrder = 4
|
|
end
|
|
object ECRadioGroup2: TECRadioGroup
|
|
Left = 477
|
|
Height = 75
|
|
Top = 214
|
|
Width = 150
|
|
BiDiMode = bdRightToLeft
|
|
Caption = 'ECRadioGroup2 R2L'
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
end
|
|
item
|
|
Caption = 'Item2'
|
|
end
|
|
item
|
|
Caption = 'Item3'
|
|
end>
|
|
Options = [egoSplitted]
|
|
ParentBiDiMode = False
|
|
RowCount = 2
|
|
TabOrder = 5
|
|
end
|
|
object Label48: TLabel
|
|
Left = 477
|
|
Height = 29
|
|
Top = 7
|
|
Width = 179
|
|
Caption = 'Various BiDiModes and option'#10'[egoColumnThenRow]'
|
|
ParentBidiMode = False
|
|
ParentColor = False
|
|
end
|
|
object ECRadioGroup3: TECRadioGroup
|
|
Left = 14
|
|
Height = 39
|
|
Top = 207
|
|
Width = 296
|
|
Caption = 'ECRadioGrp + accelerators + native glyphs'
|
|
Items = <
|
|
item
|
|
Caption = '&Aaaa'
|
|
end
|
|
item
|
|
Caption = '&Bbbb'
|
|
end
|
|
item
|
|
Caption = '&Cccc'
|
|
end
|
|
item
|
|
Caption = '&Dddd'
|
|
end>
|
|
Options = [egoNativeGlyphs, egoSplitted]
|
|
TabOrder = 6
|
|
end
|
|
object ECCheckGroup4: TECCheckGroup
|
|
Left = 14
|
|
Height = 39
|
|
Top = 260
|
|
Width = 296
|
|
BiDiMode = bdRightToLeft
|
|
Caption = 'ECCheckGrp + accels + native glyphs + R2L'
|
|
Items = <
|
|
item
|
|
Caption = '&Eeee'
|
|
end
|
|
item
|
|
Caption = '&Ffff'
|
|
end
|
|
item
|
|
Caption = '&Gggg'
|
|
end
|
|
item
|
|
Caption = '&Hhhh'
|
|
end>
|
|
Options = [egoAllowAllUp, egoNativeGlyphs, egoSplitted]
|
|
ParentBiDiMode = False
|
|
TabOrder = 7
|
|
end
|
|
object ECRadioGroup4: TECRadioGroup
|
|
Left = 664
|
|
Height = 39
|
|
Top = 52
|
|
Width = 150
|
|
Caption = 'Disabled'
|
|
Enabled = False
|
|
ItemIndex = 1
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
ImageIndex = 0
|
|
ImageIndexChecked = 0
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
Checked = True
|
|
ImageIndex = 0
|
|
ImageIndexChecked = 0
|
|
end>
|
|
TabOrder = 8
|
|
end
|
|
object ECRadioGroup5: TECRadioGroup
|
|
Left = 15
|
|
Height = 39
|
|
Top = 371
|
|
Width = 237
|
|
Caption = 'RadioGroup, AllowAllUp'
|
|
ItemIndex = 1
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
Checked = True
|
|
end
|
|
item
|
|
Caption = 'Item2'
|
|
end>
|
|
Options = [egoAllowAllUp, egoCentered, egoNativeGlyphs, egoSplitted]
|
|
Style = eosPanel
|
|
TabOrder = 9
|
|
end
|
|
object ECCheckGroup5: TECCheckGroup
|
|
Left = 16
|
|
Height = 39
|
|
Top = 413
|
|
Width = 236
|
|
Caption = 'CheckGroup, not AllowAllUp'
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
Checked = True
|
|
end
|
|
item
|
|
Caption = 'Item2'
|
|
end>
|
|
Options = [egoCentered, egoNativeGlyphs, egoSplitted]
|
|
Style = eosPanel
|
|
TabOrder = 10
|
|
end
|
|
object ECCheckGroup6: TECCheckGroup
|
|
Left = 23
|
|
Height = 39
|
|
Top = 301
|
|
Width = 261
|
|
BevelSpace = 3
|
|
Caption = 'Native Glyphs, Images, Centered'
|
|
Images = ImageList2
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
ImageIndex = 0
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
ImageIndex = 1
|
|
end>
|
|
Options = [egoAllowAllUp, egoCentered, egoNativeGlyphs, egoSplitted]
|
|
TabOrder = 11
|
|
end
|
|
object ECRadioGroup6: TECRadioGroup
|
|
Left = 16
|
|
Height = 150
|
|
Top = 471
|
|
Width = 39
|
|
Caption = 'ECRadioGroup L2R'
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
end>
|
|
Options = [egoNativeGlyphs, egoSplitted]
|
|
Orientation = eooVertical
|
|
TabOrder = 12
|
|
end
|
|
object ECRadioGroup7: TECRadioGroup
|
|
Left = 106
|
|
Height = 150
|
|
Top = 471
|
|
Width = 39
|
|
BiDiMode = bdRightToLeft
|
|
Caption = 'ECRadioGroup R2L'
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
end>
|
|
Options = [egoNativeGlyphs, egoSplitted]
|
|
Orientation = eooVertical
|
|
ParentBiDiMode = False
|
|
TabOrder = 13
|
|
end
|
|
object ECRadioGroup8: TECRadioGroup
|
|
Left = 191
|
|
Height = 90
|
|
Top = 465
|
|
Width = 100
|
|
Caption = 'ECRadioGroup8'
|
|
Images = ImageList2
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
ImageIndex = 0
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
ImageIndex = 1
|
|
end
|
|
item
|
|
Caption = 'Item2'
|
|
ImageIndex = 2
|
|
end>
|
|
RowCount = 3
|
|
TabOrder = 14
|
|
end
|
|
object ECCheckGroup7: TECCheckGroup
|
|
Left = 664
|
|
Height = 106
|
|
Top = 104
|
|
Width = 150
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
Caption = 'ECCheckGroup7'
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
end
|
|
item
|
|
Caption = 'Item2'
|
|
end
|
|
item
|
|
Caption = 'Item3'
|
|
end>
|
|
Options = [egoAllowAllUp, egoCentered, egoNativeGlyphs]
|
|
RowCount = 2
|
|
Style = eosPanel
|
|
TabOrder = 15
|
|
end
|
|
end
|
|
object TabSheet10: TTabSheet
|
|
Caption = 'ECCombo'
|
|
ClientHeight = 642
|
|
ClientWidth = 829
|
|
object Label37: TLabel
|
|
AnchorSideLeft.Control = ECCombo2
|
|
AnchorSideBottom.Control = ECCombo2
|
|
Left = 28
|
|
Height = 15
|
|
Top = 82
|
|
Width = 43
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 5
|
|
Caption = 'Glyphs'
|
|
ParentColor = False
|
|
end
|
|
object ECCombo2: TECComboBtn
|
|
Left = 28
|
|
Height = 23
|
|
Top = 102
|
|
Width = 193
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdList
|
|
ItemHeight = 0
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'egdNone'
|
|
'egdArrowDec'
|
|
'egdArrowInc'
|
|
'egdArrowUp'
|
|
'egdArrowRight'
|
|
'egdArrowDown'
|
|
'egdArrowLeft'
|
|
'egdArrowUR'
|
|
'egdArrowDR'
|
|
'egdArrowDL'
|
|
'egdArrowUL'
|
|
'egdArrowsUU'
|
|
'egdArrowsRR'
|
|
'egdArrowsDD'
|
|
'egdArrowsLL'
|
|
'egdArrowsUD'
|
|
'egdArrowsMiddle'
|
|
'egdArrowsLR'
|
|
'egdArrowsHorMid'
|
|
'egdArrowsMax'
|
|
'egdArrowMax'
|
|
'egdArrowMin'
|
|
'egdArrowsMin'
|
|
'egdArrowsHMax'
|
|
'egdArrowHMax'
|
|
'egdArrowHMin'
|
|
'egdArrowsHMin'
|
|
'egdArrowsUDHor'
|
|
'egdArrowsURDL_S'
|
|
'egdArrowsURDL_M'
|
|
'egdArrowURDL_L'
|
|
'egdArrowURDL_XL'
|
|
'egdArrowsUL_DR'
|
|
'egdArrowsUR_DL'
|
|
'egdArrsB_Min'
|
|
'egdArr_BMin'
|
|
'egdArrB_DD'
|
|
'egdArrB_Down'
|
|
'egdArrB_Middle'
|
|
'egdArrB_UD'
|
|
'egdArrB_Up'
|
|
'egdArrB_UU'
|
|
'egdArrB_Max'
|
|
'egdArrsB_Max'
|
|
'egdArrsB_HMin'
|
|
'egdArrB_HMin'
|
|
'egdArrB_LL'
|
|
'egdArrB_Left'
|
|
'egdArrsB_HMiddle'
|
|
'egdArrsB_LR'
|
|
'egdArrB_Right'
|
|
'egdArrsB_RR'
|
|
'egdArrB_HMax'
|
|
'egsArrsB_HMax '
|
|
'egdArrC_Min'
|
|
'egdArrC_DD'
|
|
'egdArrC_Down'
|
|
'egdArrC_Middle'
|
|
'egdArrC_UD'
|
|
'egdArrC_LR'
|
|
'egdArrC_Up'
|
|
'egdArrC_UU'
|
|
'egdArrC_Max'
|
|
'egdArrC_URDL'
|
|
'egdPlayPause'
|
|
'egdPlayUpDown'
|
|
'egdPlayStop'
|
|
'egdPlayEject'
|
|
'egdPlayEjectD'
|
|
'egdMathBigMinus'
|
|
'egdMathMinus'
|
|
'egdMathEqual'
|
|
'egdMathPlusMinus'
|
|
'egdMathPlus'
|
|
'egdMathBigPlus'
|
|
'egdCombo'
|
|
'egdList'
|
|
'egdFramedList'
|
|
'egdGrid'
|
|
'egdSizeArrUp'
|
|
'egdSizeArrRight'
|
|
'egdSizeArrDown'
|
|
'egdSizeArrLeft'
|
|
'egdRectBeveled'
|
|
'egdRectFramed'
|
|
'egdWindowRect'
|
|
'egdWindowRound'
|
|
)
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
Text = 'egdNone'
|
|
OnChange = ECCombo2Change
|
|
end
|
|
object ColorButton1: TColorButton
|
|
AnchorSideLeft.Control = ECCombo2
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ECCombo2
|
|
AnchorSideBottom.Control = ECCombo2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 242
|
|
Height = 23
|
|
Top = 102
|
|
Width = 26
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 21
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
ButtonColor = clBlack
|
|
OnColorChanged = ColorButton1ColorChanged
|
|
end
|
|
object ECCombo1: TECComboBtn
|
|
Left = 28
|
|
Height = 23
|
|
Top = 36
|
|
Width = 193
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdWindowRect
|
|
Button.OnClick = ECComboSpeedBtnClick
|
|
ItemHeight = 0
|
|
Items.Strings = (
|
|
'item1'
|
|
'item2'
|
|
'item3'
|
|
)
|
|
TabOrder = 2
|
|
Text = 'ECCombo1'
|
|
end
|
|
object Label36: TLabel
|
|
AnchorSideLeft.Control = ECCombo1
|
|
AnchorSideTop.Control = ECCombo1
|
|
AnchorSideBottom.Control = ECCombo1
|
|
Left = 28
|
|
Height = 15
|
|
Top = 16
|
|
Width = 87
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 5
|
|
Caption = 'TECComboBtn'
|
|
ParentColor = False
|
|
end
|
|
object ECColorCombo1: TECColorCombo
|
|
Left = 360
|
|
Height = 23
|
|
Top = 32
|
|
Width = 167
|
|
Button.Width = 27
|
|
CustomColor = clRed
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'$FF0000'
|
|
)
|
|
TabOrder = 4
|
|
end
|
|
object Label57: TLabel
|
|
AnchorSideLeft.Control = ECColorCombo1
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ECColorCombo1
|
|
Left = 577
|
|
Height = 15
|
|
Top = 32
|
|
Width = 27
|
|
BorderSpacing.Left = 50
|
|
Caption = 'RGB'
|
|
ParentColor = False
|
|
end
|
|
object ECColorCombo2: TECColorCombo
|
|
Left = 360
|
|
Height = 23
|
|
Top = 64
|
|
Width = 167
|
|
Button.Width = 27
|
|
ColorLayout = eclBGRColor
|
|
CustomColor = clLime
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'$00FF00'
|
|
)
|
|
TabOrder = 6
|
|
end
|
|
object Label58: TLabel
|
|
AnchorSideLeft.Control = ECColorCombo2
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ECColorCombo2
|
|
Left = 577
|
|
Height = 15
|
|
Top = 64
|
|
Width = 27
|
|
BorderSpacing.Left = 50
|
|
Caption = 'BGR'
|
|
ParentColor = False
|
|
end
|
|
object ECColorCombo3: TECColorCombo
|
|
Left = 360
|
|
Height = 23
|
|
Top = 95
|
|
Width = 167
|
|
Button.Width = 27
|
|
ColorLayout = eclARGBColor
|
|
CustomColor = clBlue
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'$000000FF'
|
|
)
|
|
TabOrder = 8
|
|
OnChange = ECColorCombo3Change
|
|
end
|
|
object Label59: TLabel
|
|
AnchorSideLeft.Control = ECColorCombo3
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ECColorCombo3
|
|
Left = 577
|
|
Height = 15
|
|
Top = 95
|
|
Width = 36
|
|
BorderSpacing.Left = 50
|
|
Caption = 'ARGB'
|
|
ParentColor = False
|
|
end
|
|
object ECColorCombo4: TECColorCombo
|
|
Left = 360
|
|
Height = 23
|
|
Top = 127
|
|
Width = 167
|
|
Button.Width = 27
|
|
ColorLayout = eclABGRColor
|
|
CustomColor = clGray
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'$00808080'
|
|
'$00008000'
|
|
)
|
|
TabOrder = 10
|
|
end
|
|
object Label60: TLabel
|
|
AnchorSideLeft.Control = ECColorCombo4
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ECColorCombo4
|
|
Left = 577
|
|
Height = 15
|
|
Top = 127
|
|
Width = 36
|
|
BorderSpacing.Left = 50
|
|
Caption = 'ABGR'
|
|
ParentColor = False
|
|
end
|
|
object ECColorCombo5: TECColorCombo
|
|
Left = 360
|
|
Height = 23
|
|
Top = 159
|
|
Width = 167
|
|
Button.Width = 27
|
|
Button.GlyphDesign = egdWindowRound
|
|
ColorLayout = eclCMYColor
|
|
CustomColor = clAqua
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'$FF0000'
|
|
'$00FF00'
|
|
'$00FFFF'
|
|
'$FF00FF'
|
|
'$FFFF00'
|
|
)
|
|
TabOrder = 12
|
|
end
|
|
object Label61: TLabel
|
|
AnchorSideLeft.Control = ECColorCombo5
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ECColorCombo5
|
|
Left = 577
|
|
Height = 15
|
|
Top = 159
|
|
Width = 29
|
|
BorderSpacing.Left = 50
|
|
Caption = 'CMY'
|
|
ParentColor = False
|
|
end
|
|
object ECColorCombo6: TECColorCombo
|
|
Left = 360
|
|
Height = 23
|
|
Top = 191
|
|
Width = 167
|
|
Button.Width = 27
|
|
Button.GlyphDesign = egdWindowRect
|
|
ColorLayout = eclYMCColor
|
|
CustomColor = clFuchsia
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'$00FF00'
|
|
)
|
|
TabOrder = 14
|
|
end
|
|
object Label62: TLabel
|
|
AnchorSideLeft.Control = ECColorCombo6
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ECColorCombo6
|
|
Left = 577
|
|
Height = 15
|
|
Top = 191
|
|
Width = 27
|
|
BorderSpacing.Left = 50
|
|
Caption = 'YMC'
|
|
ParentColor = False
|
|
end
|
|
object ECColorCombo7: TECColorCombo
|
|
Left = 360
|
|
Height = 23
|
|
Top = 224
|
|
Width = 167
|
|
Button.Width = 27
|
|
Button.GlyphDesign = egdWinRoundClr
|
|
ColorLayout = eclACMYColor
|
|
CustomColor = clYellow
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'$000000FF'
|
|
)
|
|
TabOrder = 16
|
|
end
|
|
object Label63: TLabel
|
|
AnchorSideLeft.Control = ECColorCombo7
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ECColorCombo7
|
|
Left = 577
|
|
Height = 15
|
|
Top = 224
|
|
Width = 37
|
|
BorderSpacing.Left = 50
|
|
Caption = 'ACMY'
|
|
ParentColor = False
|
|
end
|
|
object ECColorCombo8: TECColorCombo
|
|
Left = 360
|
|
Height = 23
|
|
Top = 257
|
|
Width = 167
|
|
Button.Width = 27
|
|
Button.GlyphDesign = egdRectBeveled
|
|
ColorLayout = eclAYMCColor
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
TabOrder = 18
|
|
end
|
|
object Label64: TLabel
|
|
AnchorSideLeft.Control = ECColorCombo8
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ECColorCombo8
|
|
Left = 577
|
|
Height = 15
|
|
Top = 257
|
|
Width = 34
|
|
BorderSpacing.Left = 50
|
|
Caption = 'AYMC'
|
|
ParentColor = False
|
|
end
|
|
object ECColorCombo9: TECColorCombo
|
|
Left = 360
|
|
Height = 23
|
|
Top = 290
|
|
Width = 167
|
|
Button.Width = 27
|
|
Button.GlyphDesign = egdRectFramed
|
|
ColorLayout = eclSystemBGR
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
TabOrder = 20
|
|
end
|
|
object Label65: TLabel
|
|
AnchorSideLeft.Control = ECColorCombo9
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ECColorCombo9
|
|
Left = 577
|
|
Height = 15
|
|
Top = 290
|
|
Width = 111
|
|
BorderSpacing.Left = 50
|
|
Caption = 'System Ident/BGR'
|
|
ParentColor = False
|
|
end
|
|
object ECColorCombo22: TECColorCombo
|
|
Left = 28
|
|
Height = 23
|
|
Top = 316
|
|
Width = 158
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
TabOrder = 22
|
|
end
|
|
object ECColorCombo23: TECColorCombo
|
|
Left = 28
|
|
Height = 23
|
|
Top = 365
|
|
Width = 158
|
|
Button.Width = 27
|
|
ItemOrder = eioFixed
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
TabOrder = 24
|
|
end
|
|
object ECColorCombo24: TECColorCombo
|
|
Left = 28
|
|
Height = 23
|
|
Top = 416
|
|
Width = 158
|
|
Button.Width = 27
|
|
ItemOrder = eioSorted
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
TabOrder = 26
|
|
end
|
|
object Label72: TLabel
|
|
Left = 227
|
|
Height = 15
|
|
Top = 316
|
|
Width = 43
|
|
Caption = 'History'
|
|
ParentColor = False
|
|
end
|
|
object Label73: TLabel
|
|
Left = 227
|
|
Height = 15
|
|
Top = 365
|
|
Width = 32
|
|
Caption = 'Fixed'
|
|
ParentColor = False
|
|
end
|
|
object Label74: TLabel
|
|
Left = 227
|
|
Height = 15
|
|
Top = 416
|
|
Width = 40
|
|
Caption = 'Sorted'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object TabSheet12: TTabSheet
|
|
Caption = 'Cell Editor'
|
|
ClientHeight = 0
|
|
ClientWidth = 829
|
|
object StringGrid1: TStringGrid
|
|
Left = 4
|
|
Height = 401
|
|
Top = 14
|
|
Width = 823
|
|
AutoAdvance = aaNone
|
|
ColCount = 7
|
|
Columns = <
|
|
item
|
|
Title.Caption = 'ECSpinEdit'
|
|
Width = 120
|
|
end
|
|
item
|
|
Title.Caption = 'ECCheckGrp'
|
|
Width = 120
|
|
end
|
|
item
|
|
Title.Caption = 'ECRadioGrp'
|
|
Width = 120
|
|
end
|
|
item
|
|
Title.Caption = 'ECColorBtn'
|
|
end
|
|
item
|
|
Title.Caption = 'ECComboBtn'
|
|
Width = 120
|
|
end
|
|
item
|
|
Alignment = taRightJustify
|
|
Title.Caption = 'RightToLeft'
|
|
Width = 120
|
|
end
|
|
item
|
|
Alignment = taRightJustify
|
|
Title.Caption = 'RightToLeft'
|
|
end>
|
|
DefaultColWidth = 100
|
|
FixedCols = 0
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goAlwaysShowEditor, goSmoothScroll]
|
|
RowCount = 15
|
|
TabOrder = 0
|
|
OnMouseDown = StringGrid1MouseDown
|
|
OnSelectEditor = StringGrid1SelectEditor
|
|
end
|
|
object ECSpinEdit20: TECSpinEdit
|
|
Left = 21
|
|
Height = 21
|
|
Top = 465
|
|
Width = 80
|
|
AutoSize = False
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
Options = [esoEditingChangesValue, esoHomeEndAlt, esoSmartDate, esoSpaceClicksMiddle, esoUpDownOnly, esoUpDownAlt, esoUpDownShift]
|
|
TabOrder = 1
|
|
Value = 0
|
|
Visible = False
|
|
OnEditingDone = ECSpinEdit20EditingDone
|
|
OnKeyDown = ECSpinEdit20KeyDown
|
|
end
|
|
object ECCheckGroup8: TECCheckGroup
|
|
Left = 21
|
|
Height = 32
|
|
Top = 513
|
|
Width = 148
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
end>
|
|
Options = [egoAllowAllUp, egoCentered, egoNativeGlyphs, egoSplitted]
|
|
TabOrder = 3
|
|
Visible = False
|
|
OnKeyDown = ECSpinEdit20KeyDown
|
|
end
|
|
object ECRadioGroup9: TECRadioGroup
|
|
Left = 21
|
|
Height = 27
|
|
Top = 553
|
|
Width = 148
|
|
Items = <
|
|
item
|
|
Caption = 'Item0'
|
|
end
|
|
item
|
|
Caption = 'Item1'
|
|
end>
|
|
Options = [egoCentered, egoNativeGlyphs, egoSplitted]
|
|
TabOrder = 4
|
|
Visible = False
|
|
OnKeyDown = ECSpinEdit20KeyDown
|
|
end
|
|
object ECColorBtn10: TECColorBtn
|
|
Left = 225
|
|
Height = 21
|
|
Top = 467
|
|
Width = 80
|
|
Button.Width = 27
|
|
Options = [eboClickAltEnter, eboClickCtrlEnter]
|
|
Prefix = '$'
|
|
AutoSize = False
|
|
ReadOnly = False
|
|
TabOrder = 5
|
|
Visible = False
|
|
OnEditingDone = ECColorBtn10EditingDone
|
|
OnKeyDown = ECSpinEdit20KeyDown
|
|
end
|
|
object ECComboBtn1: TECComboBtn
|
|
Left = 381
|
|
Height = 23
|
|
Top = 465
|
|
Width = 100
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
Options = [eboClickAltEnter, eboClickCtrlEnter]
|
|
AutoSize = False
|
|
ItemHeight = 0
|
|
TabOrder = 7
|
|
Visible = False
|
|
OnEditingDone = ECComboBtn1EditingDone
|
|
OnKeyDown = ECSpinEdit20KeyDown
|
|
end
|
|
object ECSpinEdit29: TECSpinEdit
|
|
Left = 603
|
|
Height = 21
|
|
Top = 465
|
|
Width = 80
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
BiDiMode = bdRightToLeft
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMax.Visible = False
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.BtnMin.Visible = False
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
Options = [esoEditingChangesValue, esoHomeEndAlt, esoSmartDate, esoSpaceClicksMiddle, esoUpDownOnly, esoUpDownAlt, esoUpDownShift]
|
|
ParentBiDiMode = False
|
|
TabOrder = 9
|
|
Value = 0
|
|
Visible = False
|
|
OnEditingDone = ECSpinEdit20EditingDone
|
|
OnKeyDown = ECSpinEdit20KeyDown
|
|
end
|
|
object Label71: TLabel
|
|
Left = 21
|
|
Height = 15
|
|
Top = 434
|
|
Width = 428
|
|
Caption = 'Components for Cell Editors must be Visible=False and AutoSize=False'
|
|
ParentColor = False
|
|
end
|
|
object ECEditBtn9: TECEditBtn
|
|
Left = 560
|
|
Height = 21
|
|
Top = 506
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
Options = [eboClickAltEnter, eboClickCtrlEnter]
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
BiDiMode = bdRightToLeft
|
|
ParentBiDiMode = False
|
|
TabOrder = 11
|
|
Visible = False
|
|
OnEditingDone = ECEditBtn9EditingDone
|
|
OnKeyDown = ECSpinEdit20KeyDown
|
|
end
|
|
object Label77: TLabel
|
|
Left = 21
|
|
Height = 57
|
|
Top = 498
|
|
Width = 470
|
|
Caption = 'CTRL + Arrow key, CTRL + Home/End and CTRL+ PgDn/PgUp moves selection'#10'Shift+Enter or Enter moves selection to previous/next cell'#10'Up/Down, PgUp/PgDn, Alt+Home/End, CTRL+Space are used in ECSpinEdits'#10'CTRL+Enter or Alt+Enter executes color dialog'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object TabSheet13: TTabSheet
|
|
Caption = 'Anchoring'
|
|
ClientHeight = 642
|
|
ClientWidth = 829
|
|
object ECSpinEdit21: TECSpinEdit
|
|
AnchorSideLeft.Control = TabSheet13
|
|
Left = 0
|
|
Height = 21
|
|
Top = 46
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 0
|
|
Value = 0
|
|
end
|
|
object ECEditBtn1: TECEditBtn
|
|
AnchorSideLeft.Control = TabSheet13
|
|
Left = 0
|
|
Height = 21
|
|
Top = 86
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
TabOrder = 2
|
|
end
|
|
object ECColorCombo10: TECColorCombo
|
|
AnchorSideLeft.Control = TabSheet13
|
|
Left = 0
|
|
Height = 23
|
|
Top = 129
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
TabOrder = 4
|
|
end
|
|
object ECSpinEdit22: TECSpinEdit
|
|
AnchorSideRight.Control = TabSheet13
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 674
|
|
Height = 21
|
|
Top = 46
|
|
Width = 80
|
|
Anchors = [akTop, akRight]
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 6
|
|
Value = 0
|
|
end
|
|
object ECEditBtn2: TECEditBtn
|
|
AnchorSideRight.Control = TabSheet13
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 728
|
|
Height = 21
|
|
Top = 86
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
Anchors = [akTop, akRight]
|
|
TabOrder = 8
|
|
end
|
|
object ECColorCombo11: TECColorCombo
|
|
AnchorSideRight.Control = TabSheet13
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 702
|
|
Height = 23
|
|
Top = 129
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
Anchors = [akTop, akRight]
|
|
ItemHeight = 0
|
|
TabOrder = 10
|
|
end
|
|
object Panel3: TPanel
|
|
Left = 177
|
|
Height = 156
|
|
Top = 11
|
|
Width = 482
|
|
Caption = 'Left To Right'
|
|
ClientHeight = 156
|
|
ClientWidth = 482
|
|
TabOrder = 12
|
|
object ECSpinEdit23: TECSpinEdit
|
|
AnchorSideLeft.Control = Panel3
|
|
Left = 1
|
|
Height = 21
|
|
Top = 32
|
|
Width = 80
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 0
|
|
Value = 0
|
|
end
|
|
object ECEditBtn3: TECEditBtn
|
|
AnchorSideLeft.Control = Panel3
|
|
Left = 1
|
|
Height = 21
|
|
Top = 72
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
TabOrder = 2
|
|
end
|
|
object ECColorCombo12: TECColorCombo
|
|
AnchorSideLeft.Control = Panel3
|
|
Left = 1
|
|
Height = 23
|
|
Top = 115
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
ItemHeight = 0
|
|
TabOrder = 4
|
|
end
|
|
object ECSpinEdit24: TECSpinEdit
|
|
AnchorSideRight.Control = Panel3
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 326
|
|
Height = 21
|
|
Top = 32
|
|
Width = 80
|
|
Anchors = [akTop, akRight]
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 6
|
|
Value = 0
|
|
end
|
|
object ECEditBtn4: TECEditBtn
|
|
AnchorSideRight.Control = Panel3
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 380
|
|
Height = 21
|
|
Top = 72
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
Anchors = [akTop, akRight]
|
|
TabOrder = 8
|
|
end
|
|
object ECColorCombo13: TECColorCombo
|
|
AnchorSideRight.Control = Panel3
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 354
|
|
Height = 23
|
|
Top = 104
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
Anchors = [akTop, akRight]
|
|
ItemHeight = 0
|
|
TabOrder = 10
|
|
end
|
|
end
|
|
object ECSpinEdit25: TECSpinEdit
|
|
AnchorSideLeft.Control = TabSheet13
|
|
Left = 75
|
|
Height = 21
|
|
Top = 223
|
|
Width = 80
|
|
BiDiMode = bdRightToLeft
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
ParentBiDiMode = False
|
|
TabOrder = 13
|
|
Value = 0
|
|
end
|
|
object ECEditBtn5: TECEditBtn
|
|
AnchorSideLeft.Control = TabSheet13
|
|
Left = 21
|
|
Height = 21
|
|
Top = 263
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
BiDiMode = bdRightToLeft
|
|
ParentBiDiMode = False
|
|
TabOrder = 15
|
|
end
|
|
object ECColorCombo14: TECColorCombo
|
|
AnchorSideLeft.Control = TabSheet13
|
|
Left = 27
|
|
Height = 23
|
|
Top = 306
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
BidiMode = bdRightToLeft
|
|
ItemHeight = 0
|
|
ParentBidiMode = False
|
|
TabOrder = 17
|
|
end
|
|
object ECSpinEdit26: TECSpinEdit
|
|
AnchorSideRight.Control = TabSheet13
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 749
|
|
Height = 21
|
|
Top = 223
|
|
Width = 80
|
|
Anchors = [akTop, akRight]
|
|
BiDiMode = bdRightToLeft
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
ParentBiDiMode = False
|
|
TabOrder = 19
|
|
Value = 0
|
|
end
|
|
object ECEditBtn6: TECEditBtn
|
|
AnchorSideRight.Control = TabSheet13
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 749
|
|
Height = 21
|
|
Top = 263
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
Anchors = [akTop, akRight]
|
|
BiDiMode = bdRightToLeft
|
|
ParentBiDiMode = False
|
|
TabOrder = 21
|
|
end
|
|
object ECColorCombo15: TECColorCombo
|
|
AnchorSideRight.Control = TabSheet13
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 729
|
|
Height = 23
|
|
Top = 306
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
Anchors = [akTop, akRight]
|
|
BidiMode = bdRightToLeft
|
|
ItemHeight = 0
|
|
ParentBidiMode = False
|
|
TabOrder = 23
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 177
|
|
Height = 195
|
|
Top = 190
|
|
Width = 488
|
|
Caption = 'GroupBox1'
|
|
ClientHeight = 176
|
|
ClientWidth = 484
|
|
TabOrder = 25
|
|
object Panel4: TPanel
|
|
Left = 9
|
|
Height = 157
|
|
Top = 7
|
|
Width = 466
|
|
Caption = 'Right To Left'
|
|
ClientHeight = 157
|
|
ClientWidth = 466
|
|
TabOrder = 0
|
|
object ECSpinEdit27: TECSpinEdit
|
|
AnchorSideLeft.Control = Panel4
|
|
Left = 76
|
|
Height = 21
|
|
Top = 26
|
|
Width = 80
|
|
BiDiMode = bdRightToLeft
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
ParentBiDiMode = False
|
|
TabOrder = 0
|
|
Value = 0
|
|
end
|
|
object ECEditBtn7: TECEditBtn
|
|
AnchorSideLeft.Control = Panel4
|
|
Left = 22
|
|
Height = 21
|
|
Top = 66
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
BiDiMode = bdRightToLeft
|
|
ParentBiDiMode = False
|
|
TabOrder = 2
|
|
end
|
|
object ECColorCombo16: TECColorCombo
|
|
AnchorSideLeft.Control = Panel4
|
|
Left = 28
|
|
Height = 23
|
|
Top = 109
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
BidiMode = bdRightToLeft
|
|
ItemHeight = 0
|
|
ParentBidiMode = False
|
|
TabOrder = 4
|
|
end
|
|
object ECSpinEdit28: TECSpinEdit
|
|
AnchorSideRight.Control = Panel4
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 385
|
|
Height = 21
|
|
Top = 16
|
|
Width = 80
|
|
Anchors = [akTop, akRight]
|
|
BiDiMode = bdRightToLeft
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
ParentBiDiMode = False
|
|
TabOrder = 6
|
|
Value = 0
|
|
end
|
|
object ECEditBtn8: TECEditBtn
|
|
AnchorSideRight.Control = Panel4
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 385
|
|
Height = 21
|
|
Top = 56
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
Anchors = [akTop, akRight]
|
|
BiDiMode = bdRightToLeft
|
|
ParentBiDiMode = False
|
|
TabOrder = 8
|
|
end
|
|
object ECColorCombo17: TECColorCombo
|
|
AnchorSideRight.Control = Panel4
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 365
|
|
Height = 23
|
|
Top = 99
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
Anchors = [akTop, akRight]
|
|
BidiMode = bdRightToLeft
|
|
ItemHeight = 0
|
|
ParentBidiMode = False
|
|
TabOrder = 10
|
|
end
|
|
end
|
|
end
|
|
object ECSpinEdit30: TECSpinEdit
|
|
AnchorSideLeft.Control = TabSheet13
|
|
Left = 5
|
|
Height = 21
|
|
Top = 432
|
|
Width = 80
|
|
BorderSpacing.Around = 5
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 27
|
|
Value = 0
|
|
end
|
|
object ECEditBtn10: TECEditBtn
|
|
AnchorSideLeft.Control = TabSheet13
|
|
Left = 5
|
|
Height = 21
|
|
Top = 473
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
BorderSpacing.Around = 5
|
|
TabOrder = 29
|
|
end
|
|
object ECColorCombo18: TECColorCombo
|
|
AnchorSideLeft.Control = TabSheet13
|
|
Left = 5
|
|
Height = 23
|
|
Top = 517
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
BorderSpacing.Around = 5
|
|
ItemHeight = 0
|
|
TabOrder = 31
|
|
end
|
|
object ECColorCombo20: TECColorCombo
|
|
AnchorSideRight.Control = TabSheet13
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 724
|
|
Height = 23
|
|
Top = 517
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
Anchors = [akTop, akRight]
|
|
BidiMode = bdRightToLeft
|
|
BorderSpacing.Around = 5
|
|
ItemHeight = 0
|
|
ParentBidiMode = False
|
|
TabOrder = 33
|
|
end
|
|
object ECEditBtn12: TECEditBtn
|
|
AnchorSideRight.Control = TabSheet13
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 744
|
|
Height = 21
|
|
Top = 474
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
Anchors = [akTop, akRight]
|
|
BiDiMode = bdRightToLeft
|
|
BorderSpacing.Around = 5
|
|
ParentBiDiMode = False
|
|
TabOrder = 35
|
|
end
|
|
object ECSpinEdit32: TECSpinEdit
|
|
AnchorSideRight.Control = TabSheet13
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 744
|
|
Height = 21
|
|
Top = 434
|
|
Width = 80
|
|
Anchors = [akTop, akRight]
|
|
BiDiMode = bdRightToLeft
|
|
BorderSpacing.Around = 5
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
ParentBiDiMode = False
|
|
TabOrder = 37
|
|
Value = 0
|
|
end
|
|
object PageControl2: TPageControl
|
|
AnchorSideBottom.Control = TabSheet13
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 172
|
|
Height = 236
|
|
Top = 406
|
|
Width = 496
|
|
ActivePage = TabSheet14
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
TabIndex = 0
|
|
TabOrder = 26
|
|
object TabSheet14: TTabSheet
|
|
Caption = 'L2R or R2L with BorderSpacing.Around = 5'
|
|
ClientHeight = 210
|
|
ClientWidth = 492
|
|
object GroupBox2: TGroupBox
|
|
Left = 10
|
|
Height = 141
|
|
Top = 22
|
|
Width = 472
|
|
Caption = 'GroupBox2'
|
|
ClientHeight = 122
|
|
ClientWidth = 468
|
|
TabOrder = 0
|
|
object ECSpinEdit31: TECSpinEdit
|
|
AnchorSideLeft.Control = GroupBox2
|
|
Left = 80
|
|
Height = 21
|
|
Top = 14
|
|
Width = 80
|
|
BiDiMode = bdRightToLeft
|
|
BorderSpacing.Around = 5
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
ParentBiDiMode = False
|
|
TabOrder = 0
|
|
Value = 0
|
|
end
|
|
object ECEditBtn11: TECEditBtn
|
|
AnchorSideLeft.Control = GroupBox2
|
|
Left = 26
|
|
Height = 21
|
|
Top = 54
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
BiDiMode = bdRightToLeft
|
|
BorderSpacing.Around = 5
|
|
ParentBiDiMode = False
|
|
TabOrder = 2
|
|
end
|
|
object ECColorCombo19: TECColorCombo
|
|
AnchorSideLeft.Control = GroupBox2
|
|
Left = 32
|
|
Height = 23
|
|
Top = 87
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
BidiMode = bdRightToLeft
|
|
BorderSpacing.Around = 5
|
|
ItemHeight = 0
|
|
ParentBidiMode = False
|
|
TabOrder = 4
|
|
end
|
|
object ECSpinEdit33: TECSpinEdit
|
|
AnchorSideRight.Control = GroupBox2
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 308
|
|
Height = 21
|
|
Top = 8
|
|
Width = 80
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 5
|
|
Buttons.BtnBigDec.BtnOrder = 1
|
|
Buttons.BtnBigDec.Visible = False
|
|
Buttons.BtnBigInc.BtnOrder = 7
|
|
Buttons.BtnBigInc.Visible = False
|
|
Buttons.BtnDec.BtnOrder = 2
|
|
Buttons.BtnDrag.BtnOrder = 4
|
|
Buttons.BtnInc.BtnOrder = 6
|
|
Buttons.BtnMax.BtnOrder = 8
|
|
Buttons.BtnMenu.BtnOrder = 5
|
|
Buttons.BtnMenu.Visible = False
|
|
Buttons.BtnMiddle.BtnOrder = 3
|
|
Buttons.BtnMiddle.Visible = False
|
|
Buttons.BtnMin.BtnOrder = 0
|
|
Buttons.DiscreteChange = 1
|
|
Buttons.Increment = 1
|
|
Buttons.Max = 100
|
|
Buttons.Min = -100
|
|
Buttons.MaxInEdit = 100
|
|
Buttons.MinInEdit = -100
|
|
Buttons.Middle = 0
|
|
Buttons.MouseIncrementX = 0.1
|
|
Buttons.MouseIncrementY = 1
|
|
Buttons.PageSize = 10
|
|
DateTimeFormat = 'hh:nn:ss'
|
|
MantissaExp = 2
|
|
TabOrder = 6
|
|
Value = 0
|
|
end
|
|
object ECEditBtn13: TECEditBtn
|
|
AnchorSideRight.Control = GroupBox2
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 362
|
|
Height = 21
|
|
Top = 48
|
|
Width = 80
|
|
Button.Width = 21
|
|
Button.GlyphDesign = egdNone
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 5
|
|
TabOrder = 8
|
|
end
|
|
object ECColorCombo21: TECColorCombo
|
|
AnchorSideRight.Control = GroupBox2
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 336
|
|
Height = 23
|
|
Top = 75
|
|
Width = 100
|
|
Button.Width = 27
|
|
Prefix = '$'
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 5
|
|
ItemHeight = 0
|
|
TabOrder = 10
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object ActionList1: TActionList
|
|
left = 743
|
|
top = 377
|
|
object Action1: TAction
|
|
AutoCheck = True
|
|
Caption = 'Action1'
|
|
DisableIfNoHandler = False
|
|
end
|
|
end
|
|
object PopupMenu1: TPopupMenu
|
|
left = 743
|
|
top = 496
|
|
object MenuItem1: TMenuItem
|
|
Action = Action1
|
|
AutoCheck = True
|
|
ShowAlwaysCheckable = True
|
|
end
|
|
end
|
|
object ImageList1: TImageList
|
|
Height = 32
|
|
Width = 32
|
|
left = 744
|
|
top = 160
|
|
Bitmap = {
|
|
4C69050000002000000020000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000064000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
00880000006400000000000000000000000000000060000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF0000005F000000000000000000000080000000FF080809C81313
|
|
19911313199115151A9216161D9416161D9518181F96171720981919219A1A1A
|
|
239B1C1C229D1B1B249E1D1D25A01E1E26A21E1E27A31F1F28A5202029A62020
|
|
2BA821212AA922222DAB22222CAC23232DAE24242EB0242430B1252530B30F0F
|
|
14DA000000FF00000080000000000000000000000080000000FF111116987070
|
|
8F306E6E91337171923670708F396F6F913CB8B8C968DDDDE696D2D2DD898686
|
|
A5527070924B7171924D70708F506F6F90536E6E9156707092596F6F905C6E6E
|
|
915F707092626F6F90656E6E91687070916B6E6E916D6F6F90716E6E91742222
|
|
2DBB000000FF00000080000000000000000000000080000000FF111117986E6E
|
|
91337171923670708F398181A043EBEBEFB4FFFFFFFFFFFFFFFFFFFFFFFFFAFA
|
|
FBEAAFAFC16F6E6E9151707092546E6E91566F6F915A6E6E915D6E6E915F7070
|
|
92626F6F90656E6E91687070916B6F6F926E6F6F90716E6E91746F6F92772323
|
|
2EBD000000FF00000080000000000000000000000080000000FF1212199A6F6F
|
|
90376E6E913A6F6F913CEDEDF1B9FFFFFFFFFDFDFDF6E5E5ECB1F4F4F7D6FFFF
|
|
FFFFFBFBFCF39494AB646F6F90576F6F915A6E6E915D707092606F6F90636E6E
|
|
91666E6E91686F6F906C6E6E916F6F6F90716E6E91746F6F91786F6F907A2424
|
|
2FBE000000FF00000080000000000000000000000080000000FF1414199B6E6E
|
|
913A7171923DCBCBD77AFFFFFFFFFDFDFEF7B1B1C46C6F6F904C74749451EFEF
|
|
F2CBFFFFFFFFE9E9EEC46F6F915A6E6E915D707092606F6F90636E6E91667070
|
|
92696F6F906C6E6E916F707091726F6F92756F6F91787070917B6F6F927E2525
|
|
30C0000000FF00000080000000000000000000000080000000FF15151C9D6F6F
|
|
903E72729141F7F7F8DBFFFFFFFFD6D6E0966F6F904C6E6E914F707092529595
|
|
AD67FDFDFEFAFEFEFFFD9898AE7270709260707091646F6F9267707092696F6F
|
|
906C6E6E916F707091726F6F92756F6F91787070917B6F6F927E6F6F90812525
|
|
31C2000000FF00000080000000000000000000000080000000FF15151B9F6E6E
|
|
9141BDBDCD70FFFFFFFFFAFAFBED7C7C9B5270708F50707092526F6F90557070
|
|
9259E4E4EBC0FFFFFFFFD8D8E1B1707091646F6F92676F6F906A6E6E916D7070
|
|
9270707091726E6E9176707091797070917B6F6F927E707091826E6E91842626
|
|
32C3000000FF00000080000000000000000000000080000000FF16161EA17171
|
|
9244E5E5EBAFFFFFFFFFE3E3E9AD70708F506F6F90536E6E9156707092596F6F
|
|
905CB7B7C88AFFFFFFFFF2F2F6DF6F6F92677070916B6E6E916D707092706F6F
|
|
90736E6E9176707091796F6F927C6E6E917F707091826F6F92856F6F90882727
|
|
32C5000000FF00000080000000000000000000000080000000FF18181EA26E6E
|
|
9148F7F7F9E3FFFFFFFFB3B3C678707092546E6E9156707092596F6F905C6E6E
|
|
915F7C7C9967FDFDFDF8FEFEFEFE8A8AA6786F6F926E6F6F90716E6E91746E6E
|
|
91766F6F907A6E6E917D6E6E917F707091826F6F92856F6F90887070918B2828
|
|
33C7000000FF00000080000000000000000000000080000000FF17171FA49191
|
|
AB58FFFFFFFEFEFEFEF7787898576F6F90576F6F915A6E6E915D6E6E915F6F6F
|
|
90636E6E9166E9E9EED3FFFFFFFFC2C2D0A26F6F90716E6E91746F6F92776F6F
|
|
907A6E6E917D707091806F6F90836E6E91866F6F90886F6F928C6F6F908F2828
|
|
34C8000000FF00000080000000000000000000000080000000FF191920A6BABA
|
|
C97AFFFFFFFFF2F2F6D86F6F90576F6F915A6E6E915D707092606F6F90636E6E
|
|
916670709269CFCFD9AFFFFFFFFFDCDCE3C26F6F92756F6F91786F6F907A6E6E
|
|
917D6F6F90816F6F90836E6E9186707091896F6F928C6F6F908F707091922828
|
|
35CA000000FF00000080000000000000000000000080000000FF1A1A22A7CFCF
|
|
DB94FFFFFFFFE7E7EDC17070925B6F6F905E707092606F6F90636E6E91667070
|
|
92696F6F906CB2B2C498FFFFFFFFEDEDF1DD6F6F91787070917B6F6F927E6F6F
|
|
90816E6E91846F6F91876F6F908A6F6F928C80809E96BCBCCCBF80809D9C2929
|
|
36CC000000FF00000080000000000000000000000080000000FF1B1B23A9D6D6
|
|
E0A2FFFFFFFFDEDEE7B49E9EB07EB7B7C4A0B7B7C3A2B6B6C2A4B6B6C3A5B4B4
|
|
C2A7B4B4C1A99D9DB38CFFFFFFFFFBFBFCF57070917BB0B0BFB2B1B1BFB3AFAF
|
|
BEB5AEAEBEB7AEAEBDB9ADADBCBB9E9EB2B0C5C5D2C5FFFFFFFFC1C1CFC62A2A
|
|
36CE000000FF00000080000000000000000000000080000000FF1B1B24ABD5D5
|
|
DEA3FFFFFFFFD3D3DDA79898AF7CAEAEBE98AEAEBD9AADADBC9CABABBB9EACAC
|
|
BCA0AAAABAA28282A083FAFAFBF5FFFFFFFF8E8EA98EA8A8B8ACA7A7B8ADA6A6
|
|
B8AFA6A6B7B2A5A5B6B3A5A5B7B59999AFAFD2D2DDD2FFFFFFFFBFBFCEC72A2A
|
|
37CF000000FF00000080000000000000000000000080000000FF1C1C25AC8686
|
|
A367CACAD7A08787A36C6F6F90656E6E91687070916B6E6E916D707092706E6E
|
|
91746E6E917670709179E9E9EEDBFFFFFFFFB4B4C6A96F6F92856F6F90887070
|
|
918B6F6F918E6F6F90916E6E91946F6F9196DFDFE6DEFFFFFFFFAFAFC2C02B2B
|
|
38D1000000FF00000080000000000000000000000080000000FF1D1D26AE6E6E
|
|
915F707092626F6F90656E6E91687070916B6F6F926E6F6F90716E6E91746F6F
|
|
92776F6F907A6E6E917DD2D2DDC2FFFFFFFFCECED9C46F6F90887070918B6F6F
|
|
918E6F6F90916E6E91946F6F91976F6F929AF0F0F3EFFFFFFFFF9595AEB42C2C
|
|
39D3000000FF00000080000000000000000000000080000000FF1E1E27B06F6F
|
|
90636E6E91666E6E91686F6F906C6E6E916F6F6F90716E6E91746F6F92776F6F
|
|
907A6E6E917D70709180AFAFC2A6FFFFFFFFEEEEF3E76F6F928C6F6F908F6F6F
|
|
90916F6F91956F6F90986F6F929A80809DA4FFFFFFFEFCFCFDFC767695A92D2D
|
|
3AD4000000FF00000080000000000000000000000080000000FF1E1E28B16E6E
|
|
9166707092696F6F906C6E6E916F707091726F6F92756F6F91786F6F907A6F6F
|
|
927E6F6F90816F6F90837676988AFCFCFDF9FEFEFEFF8B8BA59C707091926F6F
|
|
91956F6F90986E6E919B6F6F919EAEAEC2C1FFFFFFFFE4E4EAE86F6F92AA2C2C
|
|
3AD6000000FF00000080000000000000000000000080000000FF1F1F29B37070
|
|
92696F6F906C6E6E916F707091726F6F92756F6F91787070917B6F6F927E6F6F
|
|
90816E6E91846F6F91876F6F908AE0E0E7D9FFFFFFFFC0C0D0C26F6F91956F6F
|
|
90986F6F919C6F6F919E6F6F92A1DFDFE6E4FFFFFFFFBCBCCCCF6F6F90AD2D2D
|
|
3BD8000000FF00000080000000000000000000000080000000FF20202AB56E6E
|
|
916D70709270707091726E6E9176707091797070917B6F6F927E6F6F90816E6E
|
|
91846F6F91876F6F908A6E6E918DB7B7C8B8FFFFFFFFEEEEF2EA707091996F6F
|
|
919C6F6F909F707091A28A8AA6B1FDFDFDFEFDFDFEFD80809EB5707091B02E2E
|
|
3CD9000000FF00000080000000000000000000000080000000FF20202BB67070
|
|
92706F6F90736E6E9176707091796F6F927C6E6E917F707091826F6F92856F6F
|
|
90887070918B6E6E918D7070919077779798F8F8FAF6FFFFFFFFA5A5BAB66F6F
|
|
909F707091A26F6F91A5D4D4DFDDFFFFFFFFD5D5DFE16F6F92B16F6F91B42F2F
|
|
3DDB000000FF00000080000000000000000000000080000000FF21212CB86E6E
|
|
91746E6E9176707091796E6E917D6E6E917F707091826F6F92856F6F90887070
|
|
918B6F6F918E6F6F90916E6E91946F6F9197C5C5D3C9FFFFFFFFF0F0F3F17C7C
|
|
9AA76F6F90A6AAAABFC3FEFEFEFFFCFCFDFD8A8AA7BC6F6F91B46F6F91B72E2E
|
|
3DDD000000FF00000080000000000000000000000080000000FF22222DBA6F6F
|
|
92776F6F907A6E6E917D707091806F6F90836E6E91866F6F90886F6F928C6F6F
|
|
908F6F6F90916E6E91946F6F91976F6F929A7373949FEEEEF2EEFFFFFFFFEFEF
|
|
F2F1D5D5DFDEFDFDFEFEFFFFFFFFBBBBCCD36F6F91B46F6F92B86F6F91BA2F2F
|
|
3DDE000000FF00000080000000000000000000000080000000FF23232EBC6F6F
|
|
907A6E6E917D707091806F6F90836E6E9186707091896F6F928C6F6F908F7070
|
|
91926F6F91956F6F90986F6F929A6F6F919E6F6F92A18888A4ADEEEEF2EFFFFF
|
|
FFFFFFFFFFFFFFFFFFFEC0C0D0D7717193B56F6F92B86E6E91BB6F6F91BE3030
|
|
3DE0000000FF00000080000000000000000000000080000000FF24242FBD6F6F
|
|
927E6F6F90816F6F90836F6F91876F6F908A6F6F928C6F6F908F6F6F92936F6F
|
|
91956F6F90986E6E919B6F6F919E6F6F92A16E6E91A46F6F91A7767698ADB1B1
|
|
C4CAB8B8C8D08888A5BD6F6F91B56F6F92B86E6E91BB6F6F91BE707091C03030
|
|
3DE0000000FF00000080000000000000000000000080000000FF0F0F13E12222
|
|
2CC423232DC624242EC724242EC823232FCA242430CB252531CD252532CE2626
|
|
33CF272733D1272733D2282834D3292935D5292934D62A2A35D7292936D92A2A
|
|
37DA2A2A38DC2B2B37DD2C2C38DE2B2B39E02C2C39E12C2C3AE22C2C3AE21414
|
|
1BF0000000FF00000080000000000000000000000060000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF0000005F0000000000000000000000000000005C000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
00770000005B0000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000064000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
00880000006400000000000000000000000000000060000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF0000005F000000000000000000000080000000FF080809C81313
|
|
19911313199115151A9216161D9416161D9518181F96171720981919219A1A1A
|
|
239B1C1C229D1B1B249E1D1D25A01E1E26A21E1E27A31F1F28A5202029A62020
|
|
2BA821212AA922222DAB22222CAC23232DAE24242EB0242430B1252530B30F0F
|
|
14DA000000FF00000080000000000000000000000080000000FF111116987070
|
|
8F306E6E91337171923670708F396F6F913CB8B8C968DDDDE696D2D2DD898686
|
|
A5527070924B7171924D70708F506F6F90536E6E9156707092596F6F905C6E6E
|
|
915F707092626F6F90656E6E91687070916B6E6E916D6F6F90716E6E91742222
|
|
2DBB000000FF00000080000000000000000000000080000000FF111117986E6E
|
|
91337171923670708F398181A043EBEBEFB4FFFFFFFFFFFFFFFFFFFFFFFFFAFA
|
|
FBEAAFAFC16F6E6E9151707092546E6E91566F6F915A6E6E915D6E6E915F7070
|
|
92626F6F90656E6E91687070916B6F6F926E6F6F90716E6E91746F6F92772323
|
|
2EBD000000FF00000080000000000000000000000080000000FF1212199A6F6F
|
|
90376E6E913A6F6F913CEDEDF1B9FFFFFFFFFDFDFDF6E5E5ECB1F4F4F7D6FFFF
|
|
FFFFFBFBFCF39494AB646F6F90576F6F915A6E6E915D707092606F6F90636E6E
|
|
91666E6E91686F6F906C6E6E916F6F6F90716E6E91746F6F91786F6F907A2424
|
|
2FBE000000FF00000080000000000000000000000080000000FF1414199B6E6E
|
|
913A7171923DCBCBD77AFFFFFFFFFDFDFEF7B1B1C46C6F6F904C74749451EFEF
|
|
F2CBFFFFFFFFE9E9EEC46F6F915A6E6E915D707092606F6F90636E6E91667070
|
|
92696F6F906C6E6E916F707091726F6F92756F6F91787070917B6F6F927E2525
|
|
30C0000000FF00000080000000000000000000000080000000FF15151C9D6F6F
|
|
903E72729141F7F7F8DBFFFFFFFFD6D6E0966F6F904C6E6E914F707092529595
|
|
AD67FDFDFEFAFEFEFFFD9898AE72707092609E9EB57CCACAD7A47C7C9C6F6F6F
|
|
906C6E6E916F707091726F6F92756F6F91787070917B6F6F927E6F6F90812525
|
|
31C2000000FF00000080000000000000000000000080000000FF15151B9F6E6E
|
|
9141BDBDCD70FFFFFFFFFAFAFBED7C7C9B5270708F50707092526F6F90557070
|
|
9259E4E4EBC0FFFFFFFFD8D8E1B170709164E4E4EAC7FFFFFFFFF8F8F9EEBABA
|
|
CA9F707091726E6E9176707091797070917B6F6F927E707091826E6E91842626
|
|
32C3000000FF00000080000000000000000000000080000000FF16161EA17171
|
|
9244E5E5EBAFFFFFFFFFE3E3E9AD70708F506F6F90536E6E9156707092596F6F
|
|
905CB7B7C88AFFFFFFFFF2F2F6DF6F6F92679B9BB382F0F0F4E2FFFFFFFFFFFF
|
|
FFFFEAEAEFDA9999B08E6F6F927C6E6E917F707091826F6F92856F6F90882727
|
|
32C5000000FF00000080000000000000000000000080000000FF18181EA26E6E
|
|
9148F7F7F9E3FFFFFFFFB3B3C678707092546E6E9156707092596F6F905C6E6E
|
|
915F7C7C9967FDFDFDF8FEFEFEFE8A8AA6786F6F926E72729172C3C3D1AAF9F9
|
|
FAF3FFFFFFFFFDFDFEFC9898B095707091826F6F92856F6F90887070918B2828
|
|
33C7000000FF00000080000000000000000000000080000000FF17171FA49191
|
|
AB58FFFFFFFEFEFEFEF7787898576F6F90576F6F915A6E6E915D6E6E915F6F6F
|
|
90636E6E9166E9E9EED3FFFFFFFFC2C2D0A26F6F90716E6E91746F6F92778080
|
|
9D82EEEEF2E3FFFFFFFFC1C1CFB56E6E91866F6F90886F6F928C6F6F908F2828
|
|
34C8000000FF00000080000000000000000000000080000000FF191920A6BABA
|
|
C97AFFFFFFFFF2F2F6D86F6F90576F6F915A6E6E915D707092606F6F90636E6E
|
|
916670709269CFCFD9AFFFFFFFFFDCDCE3C26F6F92756F6F91786F6F907A6E6E
|
|
917DF1F1F4E9FFFFFFFF9D9DB49F707091896F6F928C6F6F908F707091922828
|
|
35CA000000FF00000080000000000000000000000080000000FF1A1A22A7CFCF
|
|
DB94FFFFFFFFE7E7EDC17070925B6F6F905EB6B6C88CF7F7F8EBADADC2897070
|
|
92696F6F906CB2B2C498FFFFFFFFEDEDF1DD6F6F91787070917B6F6F927E7A7A
|
|
9886FEFEFEFEFDFDFEFC7676948D6F6F928C80809E96BCBCCCBF80809D9C2929
|
|
36CC000000FF00000080000000000000000000000080000000FF1B1B23A9D6D6
|
|
E0A2FFFFFFFFDEDEE7B49E9EB07EB7B7C4A0EBEBEFDBFFFFFFFFDBDBE2C9B4B4
|
|
C2A7B4B4C1A99D9DB38CFFFFFFFFFBFBFCF57070917BB0B0BFB2B1B1BFB3C5C5
|
|
D1C6FFFFFFFFF2F2F4F2ADADBCBB9E9EB2B0C5C5D2C5FFFFFFFFC1C1CFC62A2A
|
|
36CE000000FF00000080000000000000000000000080000000FF1B1B24ABD5D5
|
|
DEA3FFFFFFFFD3D3DDA79898AF7CAEAEBE98F6F6F7EDFFFFFFFFC3C3CEB2ACAC
|
|
BCA0AAAABAA28282A083FAFAFBF5FFFFFFFF8E8EA98EA8A8B8ACA7A7B8ADD3D3
|
|
DBD0FFFFFFFFE4E4E9E1A5A5B7B59999AFAFD2D2DDD2FFFFFFFFBFBFCEC72A2A
|
|
37CF000000FF00000080000000000000000000000080000000FF1C1C25AC8686
|
|
A367CACAD7A08787A36C6F6F90657B7B9B6EFFFFFFFDFDFDFDFC787897736E6E
|
|
91746E6E917670709179E9E9EEDBFFFFFFFFB4B4C6A96F6F92856F6F9088A4A4
|
|
B8A6F8F8FAF5A9A9BCAF6E6E91946F6F9196DFDFE6DEFFFFFFFFAFAFC2C02B2B
|
|
38D1000000FF00000080000000000000000000000080000000FF1D1D26AE6E6E
|
|
915F707092626F6F90656E6E9168A9A9BD8CFFFFFFFFF0F0F4E46E6E91746F6F
|
|
92776F6F907A6E6E917DD2D2DDC2FFFFFFFFCECED9C46F6F90887070918B6F6F
|
|
918E6F6F90916E6E91946F6F91976F6F929AF0F0F3EFFFFFFFFF9595AEB42C2C
|
|
39D3000000FF00000080000000000000000000000080000000FF1E1E27B06F6F
|
|
90636E6E91666E6E91686F6F906CC6C6D4AAFFFFFFFFEFEFF2E080809E7E6F6F
|
|
907A6E6E917D70709180AFAFC2A6FFFFFFFFEEEEF3E76F6F928C6F6F908F6F6F
|
|
90916F6F91956F6F90986F6F929A80809DA4FFFFFFFEFCFCFDFC767695A92D2D
|
|
3AD4000000FF00000080000000000000000000000080000000FF1E1E28B16E6E
|
|
9166707092696F6F906C6E6E916F9D9DB58AFEFEFEFCFFFFFFFFF9F9FAF3C1C1
|
|
CFB0727291826F6F90837676988AFCFCFDF9FEFEFEFF8B8BA59C707091926F6F
|
|
91956F6F90986E6E919B6F6F919EAEAEC2C1FFFFFFFFE4E4EAE86F6F92AA2C2C
|
|
3AD6000000FF00000080000000000000000000000080000000FF1F1F29B37070
|
|
92696F6F906C6E6E916F707091726F6F92759898AF8DE9E9EFDCFFFFFFFFFFFF
|
|
FFFFEEEEF2E69494AD996F6F908AE0E0E7D9FFFFFFFFC0C0D0C26F6F91956F6F
|
|
90986F6F919C6F6F919E6F6F92A1DFDFE6E4FFFFFFFFBCBCCCCF6F6F90AD2D2D
|
|
3BD8000000FF00000080000000000000000000000080000000FF20202AB56E6E
|
|
916D70709270707091726E6E9176707091797070917B6F6F927EB6B6C6ABF5F5
|
|
F8F1FFFFFFFFDCDCE4D36E6E918DB7B7C8B8FFFFFFFFEEEEF2EA707091996F6F
|
|
919C6F6F909F707091A28A8AA6B1FDFDFDFEFDFDFEFD80809EB5707091B02E2E
|
|
3CD9000000FF00000080000000000000000000000080000000FF20202BB67070
|
|
92706F6F90736E6E9176707091796F6F927C6E6E917F707091826F6F92857979
|
|
9A8DBFBFCEBA9292AC9F7070919077779798F8F8FAF6FFFFFFFFA5A5BAB66F6F
|
|
909F707091A26F6F91A5D4D4DFDDFFFFFFFFD5D5DFE16F6F92B16F6F91B42F2F
|
|
3DDB000000FF00000080000000000000000000000080000000FF21212CB86E6E
|
|
91746E6E9176707091796E6E917D6E6E917F707091826F6F92856F6F90887070
|
|
918B6F6F918E6F6F90916E6E91946F6F9197C5C5D3C9FFFFFFFFF0F0F3F17C7C
|
|
9AA76F6F90A6AAAABFC3FEFEFEFFFCFCFDFD8A8AA7BC6F6F91B46F6F91B72E2E
|
|
3DDD000000FF00000080000000000000000000000080000000FF22222DBA6F6F
|
|
92776F6F907A6E6E917D707091806F6F90836E6E91866F6F90886F6F928C6F6F
|
|
908F6F6F90916E6E91946F6F91976F6F929A7373949FEEEEF2EEFFFFFFFFEFEF
|
|
F2F1D5D5DFDEFDFDFEFEFFFFFFFFBBBBCCD36F6F91B46F6F92B86F6F91BA2F2F
|
|
3DDE000000FF00000080000000000000000000000080000000FF23232EBC6F6F
|
|
907A6E6E917D707091806F6F90836E6E9186707091896F6F928C6F6F908F7070
|
|
91926F6F91956F6F90986F6F929A6F6F919E6F6F92A18888A4ADEEEEF2EFFFFF
|
|
FFFFFFFFFFFFFFFFFFFEC0C0D0D7717193B56F6F92B86E6E91BB6F6F91BE3030
|
|
3DE0000000FF00000080000000000000000000000080000000FF24242FBD6F6F
|
|
927E6F6F90816F6F90836F6F91876F6F908A6F6F928C6F6F908F6F6F92936F6F
|
|
91956F6F90986E6E919B6F6F919E6F6F92A16E6E91A46F6F91A7767698ADB1B1
|
|
C4CAB8B8C8D08888A5BD6F6F91B56F6F92B86E6E91BB6F6F91BE707091C03030
|
|
3DE0000000FF00000080000000000000000000000080000000FF0F0F13E12222
|
|
2CC423232DC624242EC724242EC823232FCA242430CB252531CD252532CE2626
|
|
33CF272733D1272733D2282834D3292935D5292934D62A2A35D7292936D92A2A
|
|
37DA2A2A38DC2B2B37DD2C2C38DE2B2B39E02C2C39E12C2C3AE22C2C3AE21414
|
|
1BF0000000FF00000080000000000000000000000060000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF0000005F0000000000000000000000000000005C000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
00770000005B0000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000064000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
00880000006400000000000000000000000000000060000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF0000005F000000000000000000000080000000FF080809C81313
|
|
19911313199115151A9216161D9416161D9518181F96171720981919219A1A1A
|
|
239B1C1C229D1B1B249E1D1D25A01E1E26A21E1E27A31F1F28A5202029A62020
|
|
2BA821212AA922222DAB22222CAC23232DAE24242EB0242430B1252530B30F0F
|
|
14DA000000FF00000080000000000000000000000080000000FF111116987070
|
|
8F306E6E91337171923670708F396F6F913C70709340D5D5E08AACACC1626E6E
|
|
91487070924B7171924D70708F506F6F90536E6E9156707092596F6F905C6E6E
|
|
915F707092626F6F90656E6E91687070916B6E6E916D6F6F90716E6E91742222
|
|
2DBB000000FF00000080000000000000000000000080000000FF111117986E6E
|
|
91337171923670708F396F6F913C6D6D923FB9B9CA69FFFFFFFFF3F3F5D37070
|
|
924B6F6F904E6E6E9151707092546E6E91566F6F915A6E6E915D6E6E915F7070
|
|
92626F6F90656E6E91687070916B6F6F926E6F6F90716E6E91746F6F92772323
|
|
2EBD000000FF00000080000000000000000000000080000000FF1212199A6F6F
|
|
90376E6E913A6F6F913C70708F406E6E9143C7C7D47CFFFFFFFFFDFDFEF77474
|
|
944F6E6E9151707092546F6F90576F6F915A6E6E915D707092606F6F90636E6E
|
|
91666E6E91686F6F906C6E6E916F6F6F90716E6E91746F6F91786F6F907A2424
|
|
2FBE000000FF00000080000000000000000000000080000000FF1414199B6E6E
|
|
913A7171923D70708F406E6E91436D6D9246CCCCDA88FFFFFFFFFFFFFFFFA3A3
|
|
BB6C6F6F90556F6F90576F6F915A6E6E915D707092606F6F90636E6E91667070
|
|
92696F6F906C6E6E916F707091726F6F92756F6F91787070917B6F6F927E2525
|
|
30C0000000FF00000080000000000000000000000080000000FF15151C9D6F6F
|
|
903E70708F406E6E91436F6F904770709349D2D2DC92FFFFFFFFFFFFFFFFC6C6
|
|
D3906E6E91587070925B6F6F905E70709260707091646F6F9267707092696F6F
|
|
906C6E6E916F707091726F6F92756F6F91787070917B6F6F927E6F6F90812525
|
|
31C2000000FF00000080000000000000000000000080000000FF15151B9F6E6E
|
|
9141717192446F6F90476E6E914A7171924DD6D6DE9CFFFFFFFFFFFFFFFFDEDE
|
|
E5B07070925B6F6F905E6E6E9161707091646F6F92676F6F906A6E6E916D7070
|
|
9270707091726E6E9176707091797070917B6F6F927E707091826E6E91842626
|
|
32C3000000FF00000080000000000000000000000080000000FF16161EA17171
|
|
92446F6F90476E6E914A7171924D70708F50DADAE3A5FFFFFFFFFFFFFFFFF2F2
|
|
F5DB6E6E915F70709262707091646F6F92677070916B6E6E916D707092706F6F
|
|
90736E6E9176707091796F6F927C6E6E917F707091826F6F92856F6F90882727
|
|
32C5000000FF00000080000000000000000000000080000000FF18181EA26E6E
|
|
91487070924B7171924D6E6E915170709254E2E2E9B6FFFFFFFFFFFFFFFFFEFE
|
|
FEFE8B8BA6706F6F90656E6E91687070916B6F6F926E6F6F90716E6E91746E6E
|
|
91766F6F907A6E6E917D6E6E917F707091826F6F92856F6F90887070918B2828
|
|
33C7000000FF00000080000000000000000000000080000000FF17171FA47070
|
|
924B6F6F904E6E6E9151707092546F6F9057E9E9EEC8FFFFFFFFFEFEFEFCFFFF
|
|
FFFFC1C1D19C6E6E91687070916B6F6F926E6F6F90716E6E91746F6F92776F6F
|
|
907A6E6E917D707091806F6F90836E6E91866F6F90886F6F928C6F6F908F2828
|
|
34C8000000FF00000080000000000000000000000080000000FF191920A66F6F
|
|
904E6E6E9151707092546F6F90576F6F915AF1F1F5DBFFFFFFFFEAEAEFCDFFFF
|
|
FFFFE7E7EECE6F6F906C6E6E916F6F6F90716F6F92756F6F91786F6F907A6E6E
|
|
917D6F6F90816F6F90836E6E9186707091896F6F928C6F6F908F707091922828
|
|
35CA000000FF00000080000000000000000000000080000000FF1A1A22A77070
|
|
92526F6F90556F6F90577070925B6F6F905EFBFBFCF3FFFFFFFFA7A7BC86FEFE
|
|
FEFCFFFFFFFD9595AF82707091726F6F92756F6F91787070917B6F6F927E6F6F
|
|
90816E6E91846F6F91876F6F908A6F6F928C6F6F908F6F6F92936F6F91952929
|
|
36CC000000FF00000080000000000000000000000080000000FF1B1B23A96F6F
|
|
90556E6E91587070925B6F6F905E8A8AA56FFFFFFFFFFCFCFDF570709269E2E2
|
|
E8C9FFFFFFFFE7E7EDD3707093766F6F91787070917B6F6F927E6F6F90816E6E
|
|
91846F6F91876F6F908A6E6E918D707091906F6F92936F6F9196707091992A2A
|
|
36CE000000FF00000080000000000000000000000080000000FF1B1B24AB7070
|
|
92597070925B6F6F905E70709262B4B4C58CFFFFFFFFEFEFF2DE6E6E916D8D8D
|
|
A77FFCFCFCF8FFFFFFFFDBDBE4C97878997F6E6E917F707091826E6E91846F6F
|
|
91877070918B6E6E918D707091906F6F92936F6F9196707091996F6F919C2A2A
|
|
37CF000000FF00000080000000000000000000000080000000FF1C1C25AC6F6F
|
|
905C6E6E915F707092626F6F9065D4D4DEB2FFFFFFFFDBDBE4BF707092706E6E
|
|
9174AFAFC39CFDFDFDFBFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
|
FFFFEAEAEEE481819F9A6E6E91946F6F9196707091996E6E919D6F6F909F2B2B
|
|
38D1000000FF00000080000000000000000000000080000000FF1D1D26AE6E6E
|
|
915F707092626F6F90656E6E9168ECECF1D6FFFFFFFFBABACA9F6E6E91746F6F
|
|
92776F6F907A9F9FB697F2F2F5E8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
|
FFFFFFFFFFFFC0C0CEC26F6F91976F6F929A6E6E919D707091A06F6F91A32C2C
|
|
39D3000000FF00000080000000000000000000000080000000FF1E1E27B06F6F
|
|
90636E6E91666E6E91687D7D9A72FCFCFDF9FEFEFEFE8787A3806F6F92776F6F
|
|
907A6E6E917D707091806F6F90836E6E9186707091896F6F928C6F6F908FB9B9
|
|
C8BAFFFFFFFFE2E2E8E16F6F929A6E6E919D707091A06F6F91A36F6F90A62D2D
|
|
3AD4000000FF00000080000000000000000000000080000000FF1E1E28B16E6E
|
|
9166707092696F6F906CBEBECEA0FFFFFFFFEEEEF1DF6F6F91786F6F907A6F6F
|
|
927E6F6F90816F6F90836E6E91866F6F908A6F6F928C6F6F908F707091928787
|
|
A49FFEFEFEFFFCFCFCFB7C7C9BA36F6F92A16F6F91A36F6F91A76F6F92AA2C2C
|
|
3AD6000000FF00000080000000000000000000000080000000FF1F1F29B37070
|
|
92696F6F906C6E6E916FE7E7EDD3FFFFFFFFC7C7D4B37070917B6F6F927E6F6F
|
|
90816E6E91846F6F91876F6F908A6E6E918D707091906F6F92936F6F91956F6F
|
|
9098E4E4EBE5FFFFFFFFBFBFCECA6E6E91A46F6F91A76F6F92AA6F6F90AD2D2D
|
|
3BD8000000FF00000080000000000000000000000080000000FF20202AB56E6E
|
|
916D707092709A9AB288FFFFFFFDFDFDFEFC8B8BA7886F6F927E6F6F90816E6E
|
|
91846F6F91876F6F908A6E6E918D707091906F6F92936F6F9196707091996F6F
|
|
919CA7A7BCBAFFFFFFFFF2F2F6F3777798AA6F6F92AA6F6F91AE707091B02E2E
|
|
3CD9000000FF00000080000000000000000000000080000000FF20202BB67070
|
|
92706F6F9073E1E1E7CDFFFFFFFFDADAE3CA6E6E917F707091826F6F92856F6F
|
|
90887070918B6E6E918D707091906E6E91946F6F9196707091996F6F919C6F6F
|
|
909F717192A2EBEBEFEDFFFFFFFFD2D2DCDD6F6F91AE6F6F92B16F6F91B42F2F
|
|
3DDB000000FF00000080000000000000000000000080000000FF21212CB86E6E
|
|
9174ADADC09BFEFEFFFEFDFDFEFB8C8CA78E707091826F6F92856F6F90887070
|
|
918B6F6F918E6F6F90916E6E91946F6F91976F6F929A6E6E919D6F6F909F7070
|
|
91A26F6F90A69696AFB9FCFCFDFCFFFFFFFFC9C9D6DB707092B46F6F91B72E2E
|
|
3DDD000000FF00000080000000000000000000000080000000FF22222DBA8888
|
|
A483F9F9FAF2FFFFFFFFCACAD6BA6F6F90836E6E91866F6F90886F6F928C6F6F
|
|
908F6F6F90916E6E91946F6F91976F6F929A6E6E919D707091A06F6F91A36F6F
|
|
90A6707091A96F6F91ACAAAABEC9FDFDFDFDFFFFFFFFE1E1E8EC797999BE2F2F
|
|
3DDE000000FF00000080000000000000000000000080000000FF23232EBCC4C4
|
|
D1B0FFFFFFFFE8E8EEDB71719283AFAFBFB6D3D3D7E7D2D2D6E8D1D1D5E9D2D2
|
|
D7E9D1D1D6EAD1D1D6EAD0D0D6EBD1D1D5ECD1D1D5ECD0D0D5EDD0D0D5EDD0D0
|
|
D4EED0D0D5EECFCFD4EFBCBCC6E09F9FB6C8F7F7F9F9FFFFFFFFB1B1C3D73030
|
|
3DE0000000FF00000080000000000000000000000080000000FF24242FBD8080
|
|
9F87C0C0CFB37F7F9C8B6F6F91876F6F908A6F6F928C6F6F908F6F6F92936F6F
|
|
91956F6F90986E6E919B6F6F919E6F6F92A16E6E91A46F6F91A76F6F92AA6F6F
|
|
91AC707091B06F6F91B36F6F91B56F6F92B88383A0C2B6B6C8D97C7C9BC43030
|
|
3DE0000000FF00000080000000000000000000000080000000FF0F0F13E12222
|
|
2CC423232DC624242EC724242EC823232FCA242430CB252531CD252532CE2626
|
|
33CF272733D1272733D2282834D3292935D5292934D62A2A35D7292936D92A2A
|
|
37DA2A2A38DC2B2B37DD2C2C38DE2B2B39E02C2C39E12C2C3AE22C2C3AE21414
|
|
1BF0000000FF00000080000000000000000000000060000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF0000005F0000000000000000000000000000005C000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
00770000005B0000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000064000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
00880000006400000000000000000000000000000060000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF0000005F000000000000000000000080000000FF080809C81313
|
|
19911313199115151A9216161D9416161D9518181F96171720981919219A1A1A
|
|
239B1C1C229D1B1B249E1D1D25A01E1E26A21E1E27A31F1F28A5202029A62020
|
|
2BA821212AA922222DAB22222CAC23232DAE24242EB0242430B1252530B30F0F
|
|
14DA000000FF00000080000000000000000000000080000000FF111116987070
|
|
8F306E6E91337171923670708F396F6F913C6D6D923F70709342717192446E6E
|
|
91487070924B7171924D70708F506F6F90536E6E9156707092596F6F905C6E6E
|
|
915F707092626F6F90656E6E91687070916B6E6E916D6F6F90716E6E91742222
|
|
2DBB000000FF00000080000000000000000000000080000000FF111117986E6E
|
|
91337171923670708F396F6F913C6D6D923F707093426F6F90456E6E91487070
|
|
924B6F6F904E6E6E9151707092546E6E91566F6F915A6E6E915D6E6E915F7070
|
|
92626F6F90656E6E91687070916B6F6F926E6F6F90716E6E91746F6F92772323
|
|
2EBD000000FF00000080000000000000000000000080000000FF1212199A6F6F
|
|
90376E6E913A6F6F913C70708F406E6E91436F6F90456E6E91487070924B6F6F
|
|
904E6E6E9151707092546F6F90576F6F915A6E6E915D707092606F6F90636E6E
|
|
91666E6E91686F6F906C6E6E916F6F6F90716E6E91746F6F91786F6F907A2424
|
|
2FBE000000FF00000080000000000000000000000080000000FF1414199B9090
|
|
AC47DEDEE691DADAE28FCDCDD97F9090AB55707093496F6F904C6F6F904E7070
|
|
92526F6F90556F6F90576F6F915A6E6E915D707092606F6F90636E6E91667070
|
|
92696F6F906C6E6E916F707091726F6F92756F6F91787070917B6F6F927E2525
|
|
30C0000000FF00000080000000000000000000000080000000FF15151C9DD9D9
|
|
E28CFFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFCF0F0F4CDA5A5BD6C70709252BBBB
|
|
C699D7D7D9DED7D7D9DED6D6D9DFD6D6D9DFD6D6D8E0D5D5D8E1D5D5D8E1D4D4
|
|
D8E2D5D5D9E2D4D4D8E3D4D4D8E3D3D3D8E4D4D4D7E5D4D4D7E5B1B1BFB32525
|
|
31C2000000FF00000080000000000000000000000080000000FF15151B9F8D8D
|
|
AA4EDEDEE69BE5E5EBB0EEEEF2C6FEFEFEF9FFFFFFFFFDFDFEF9CBCBD7927070
|
|
92597070925B6F6F905E6E6E9161707091646F6F92676F6F906A6E6E916D7070
|
|
9270707091726E6E9176707091797070917B6F6F927E707091826E6E91842626
|
|
32C3000000FF00000080000000000000000000000080000000FF16161EA17171
|
|
92446F6F90476E6E914A7171924D8989A35BE5E5EAB9FFFFFFFEFEFEFEFBB3B3
|
|
C4826E6E915F70709262707091646F6F92677070916B6E6E916D707092706F6F
|
|
90736E6E9176707091796F6F927C6E6E917F707091826F6F92856F6F90882727
|
|
32C5000000FF00000080000000000000000000000080000000FF18181EA26E6E
|
|
91487070924B7171924D6E6E9151707092546E6E9156DDDDE5B2FFFFFFFFF7F7
|
|
FAE8757596646F6F90656E6E91687070916B6F6F926E6F6F90716E6E91746E6E
|
|
91766F6F907A6E6E917D6E6E917F707091826F6F92856F6F90887070918B2828
|
|
33C7000000FF00000080000000000000000000000080000000FF17171FA47070
|
|
924B6F6F904E6E6E9151707092546F6F90576F6F915A7373945FF5F5F7E7FFFF
|
|
FFFFC5C5D39E6E6E91687070916B6F6F926E6F6F90716E6E91746F6F92776F6F
|
|
907A6E6E917D707091806F6F90836E6E91866F6F90886F6F928C6F6F908F2828
|
|
34C8000000FF00000080000000000000000000000080000000FF191920A66F6F
|
|
904E6E6E9151707092546F6F90576F6F915A6E6E915D70709260C9C9D6A0FFFF
|
|
FFFFEBEBEFD46F6F906C6E6E916F6F6F90716F6F92756F6F91786F6F907A6E6E
|
|
917D6F6F90816F6F90836E6E9186707091896F6F928C6F6F908F707091922828
|
|
35CA000000FF00000080000000000000000000000080000000FF1A1A22A77070
|
|
92526F6F90556F6F90577070925B6F6F905E707092606F6F90638A8AA774FFFF
|
|
FFFEFDFDFDF978789773707091726F6F92756F6F91787070917B6F6F927E6F6F
|
|
90816E6E91846F6F91876F6F908A6F6F928C6F6F908F6F6F92936F6F91952929
|
|
36CC000000FF00000080000000000000000000000080000000FF1B1B23A96F6F
|
|
90556E6E91587070925B6F6F905E6E6E9161707091646F6F926770709269F4F4
|
|
F6E9FFFFFFFF9D9DB58AA7A7BE94E5E5EBD4E9E9EFDCBFBFCDAE6F6F90816E6E
|
|
91846F6F91876F6F908A6E6E918D707091906F6F92936F6F9196707091992A2A
|
|
36CE000000FF00000080000000000000000000000080000000FF1B1B24AB7070
|
|
92597070925B6F6F905E70709262707091646F6F92676F6F906A6E6E916DE9E9
|
|
EED4FFFFFFFFE6E6ECD5FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFC9C9D7BD6F6F
|
|
91877070918B75759790A3A3B7AB8888A59F6F6F9196707091996F6F919C2A2A
|
|
37CF000000FF00000080000000000000000000000080000000FF1C1C25AC6F6F
|
|
905C6E6E915F707092626F6F90656E6E91687070916B6E6E916D70709270DCDC
|
|
E5C6FFFFFFFFFFFFFFFFFEFEFFFECACAD6BAB8B8C8ACFEFEFEFFFCFCFDFB8585
|
|
A195B0B0C3B2F8F8FAF6FFFFFFFFFFFFFFFEC5C5D1C96E6E919D6F6F909F2B2B
|
|
38D1000000FF00000080000000000000000000000080000000FF1D1D26AE6E6E
|
|
915F707092626F6F90656E6E91687070916B6F6F926E6F6F90716E6E9174D7D7
|
|
E1C1FFFFFFFFFFFFFFFFC4C4D2B46F6F90836E6E9186E7E7EDDDFFFFFFFFDEDE
|
|
E5D8FDFDFEFCFFFFFFFFEFEFF3ECFDFDFDFDFFFFFFFFB3B3C5C36F6F91A32C2C
|
|
39D3000000FF00000080000000000000000000000080000000FF1E1E27B06F6F
|
|
90636E6E91666E6E91686F6F906C6E6E916F6F6F90716E6E91746F6F9277B1B1
|
|
C4A1EEEEF3E3E6E6ECD96F6F90836E6E918670709189BDBDCDB9FFFFFFFFFFFF
|
|
FFFFFFFFFFFFC6C6D4C96F6F929AB2B2C3BFFFFFFFFFF4F4F6F4707092A62D2D
|
|
3AD4000000FF00000080000000000000000000000080000000FF1E1E28B16E6E
|
|
9166707092696F6F906C6E6E916F707091726F6F92756F6F91786F6F907A6F6F
|
|
927E6F6F90816F6F90836E6E91866F6F908A6F6F928C9898B0A4FFFFFFFFFFFF
|
|
FFFFE2E2E8E16E6E919B6F6F919E707093A1F5F5F7F5FFFFFFFF9090AAB82C2C
|
|
3AD6000000FF00000080000000000000000000000080000000FF1F1F29B37070
|
|
92696F6F906C6E6E916F707091726F6F92756F6F91787070917B6F6F927E6F6F
|
|
90816E6E91846F6F91876F6F908A6E6E918D7070919077779796E2E2E9DFEFEF
|
|
F2EE9191AAAB6F6F919E6F6F92A16E6E91A4D9D9E3E0FFFFFFFFB2B2C3CC2D2D
|
|
3BD8000000FF00000080000000000000000000000080000000FF20202AB56E6E
|
|
916D70709270707091726E6E9176707091797070917B6F6F927E6F6F90816E6E
|
|
91846F6F91876F6F908A6E6E918D707091906F6F92936F6F9196707091996F6F
|
|
919C6F6F909F707091A26F6F91A56F6F91A7CCCCD8D9FFFFFFFFBDBDCCD32E2E
|
|
3CD9000000FF00000080000000000000000000000080000000FF20202BB67070
|
|
92706F6F90736E6E9176707091796F6F927C6E6E917F707091826F6F92856F6F
|
|
90887070918B6E6E918D707091906E6E91946F6F9196707091996F6F919C6F6F
|
|
909F707091A26F6F91A56F6F92A86E6E91ABBFBFCFD3FFFFFFFFBBBBCCD52F2F
|
|
3DDB000000FF00000080000000000000000000000080000000FF21212CB86E6E
|
|
91746E6E9176707091796E6E917D6E6E917F707091826F6F92856F6F90887070
|
|
918B6F6F918E6F6F90916E6E91946F6F91976F6F929A6E6E919D6F6F909F7070
|
|
91A26F6F90A66F6F92A86E6E91AB6F6F91AE7D7D9CB6B5B5C7D27D7D9BBC2E2E
|
|
3DDD000000FF00000080000000000000000000000080000000FF22222DBA6F6F
|
|
92776F6F907A6E6E917D707091806F6F90836E6E91866F6F90886F6F928C6F6F
|
|
908F6F6F90916E6E91946F6F91976F6F929A6E6E919D707091A06F6F91A36F6F
|
|
90A6707091A96F6F91AC6F6F92AF6F6F92B16F6F91B46F6F92B86F6F91BA2F2F
|
|
3DDE000000FF00000080000000000000000000000080000000FF23232EBC6F6F
|
|
907A6E6E917D707091806F6F90836E6E9186707091896F6F928C6F6F908F7070
|
|
91926F6F91956F6F90986F6F929A6F6F919E6F6F92A16F6F91A36F6F90A67070
|
|
91A96F6F91AC6F6F92AF6E6E91B26F6F91B56F6F92B86E6E91BB6F6F91BE3030
|
|
3DE0000000FF00000080000000000000000000000080000000FF24242FBD6F6F
|
|
927E6F6F90816F6F90836F6F91876F6F908A6F6F928C6F6F908F6F6F92936F6F
|
|
91956F6F90986E6E919B6F6F919E6F6F92A16E6E91A46F6F91A76F6F92AA6F6F
|
|
91AC707091B06F6F91B36F6F91B56F6F92B86E6E91BB6F6F91BE707091C03030
|
|
3DE0000000FF00000080000000000000000000000080000000FF0F0F13E12222
|
|
2CC423232DC624242EC724242EC823232FCA242430CB252531CD252532CE2626
|
|
33CF272733D1272733D2282834D3292935D5292934D62A2A35D7292936D92A2A
|
|
37DA2A2A38DC2B2B37DD2C2C38DE2B2B39E02C2C39E12C2C3AE22C2C3AE21414
|
|
1BF0000000FF00000080000000000000000000000060000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF0000005F0000000000000000000000000000005C000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
00770000005B0000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000064000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
0088000000880000008800000088000000880000008800000088000000880000
|
|
00880000006400000000000000000000000000000060000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF0000005F000000000000000000000080000000FF080809C81313
|
|
19911313199115151A9216161D9416161D9518181F96171720981919219A1A1A
|
|
239B1C1C229D1B1B249E1D1D25A01E1E26A21E1E27A31F1F28A5202029A62020
|
|
2BA821212AA922222DAB22222CAC23232DAE24242EB0242430B1252530B30F0F
|
|
14DA000000FF00000080000000000000000000000080000000FF111116987070
|
|
8F306E6E91337171923670708F396F6F913C6D6D923F70709342717192446E6E
|
|
91487070924B7171924D70708F506F6F90536E6E9156707092596F6F905C6E6E
|
|
915F707092626F6F90656E6E91687070916B6E6E916D6F6F90716E6E91742222
|
|
2DBB000000FF00000080000000000000000000000080000000FF111117986E6E
|
|
91337171923670708F396F6F913C6D6D923F707093426F6F90456E6E91487070
|
|
924B6F6F904E6E6E9151707092546E6E91566F6F915A6E6E915D6E6E915F7070
|
|
92626F6F90656E6E91687070916B6F6F926E6F6F90716E6E91746F6F92772323
|
|
2EBD000000FF00000080000000000000000000000080000000FF1212199A6F6F
|
|
90376E6E913A6F6F913C70708F406E6E91436F6F90456E6E91487070924B6F6F
|
|
904E6E6E9151707092546F6F90576F6F915A6E6E915D707092606F6F90636E6E
|
|
91666E6E91686F6F906C6E6E916F6F6F90716E6E91746F6F91786F6F907A2424
|
|
2FBE000000FF00000080000000000000000000000080000000FF1414199B9090
|
|
AC47D7D7E18787879F486E6E9143737397477B7B9C4D6F6F904C6F6F904E7070
|
|
92526F6F90556F6F90576F6F915A6E6E915D707092606F6F90636E6E91667070
|
|
92696F6F906C6E6E916F707091726F6F92756F6F91787070917B6F6F927E2525
|
|
30C0000000FF00000080000000000000000000000080000000FF15151C9DDBDB
|
|
E28EFFFFFFFFF6F6F8D9AFAFC269EDEDF1C2FEFEFFFDF3F3F5D676769554D7D7
|
|
DADDD7D7D9DED7D7D9DED6D6D9DFD6D6D9DFD6D6D8E0D5D5D8E1D5D5D8E1D4D4
|
|
D8E2D5D5D9E2D4D4D8E3D4D4D8E3D3D3D8E4D4D4D7E5D4D4D7E5B1B1BFB32525
|
|
31C2000000FF00000080000000000000000000000080000000FF15151B9F9090
|
|
AA4EF7F7F9DEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDBDBE4AC7070
|
|
92597070925B6F6F905E6E6E9161707091646F6F92676F6F906A6E6E916D7070
|
|
9270707091726E6E9176707091797070917B6F6F927E707091826E6E91842626
|
|
32C3000000FF00000080000000000000000000000080000000FF16161EA17171
|
|
92449494AB58EBEBF0BFF8F8F9E5EFEFF2C9D0D0DC99FEFEFEFEFFFFFFFECFCF
|
|
DAA06E6E915F70709262707091646F6F92677070916B6E6E916D707092706F6F
|
|
90736E6E9176707091796F6F927C6E6E917F707091826F6F92856F6F90882727
|
|
32C5000000FF00000080000000000000000000000080000000FF18181EA26E6E
|
|
91487070924B7171924D6E6E9151707092546E6E9156D0D0DC9FFFFFFFFEFFFF
|
|
FFFFDEDEE6B9777797696E6E91687070916B6F6F926E6F6F90716E6E91746E6E
|
|
91766F6F907A6E6E917D6E6E917F707091826F6F92856F6F90887070918B2828
|
|
33C7000000FF00000080000000000000000000000080000000FF17171FA47070
|
|
924B6F6F904E6E6E9151707092546F6F90576F6F915A6E6E915DCACAD79EFEFE
|
|
FEFCFFFFFFFFF4F4F6E5A6A6BB8A6F6F926E6F6F90716E6E91746F6F92776F6F
|
|
907A6E6E917D707091806F6F90836E6E91866F6F90886F6F928C6F6F908F2828
|
|
34C8000000FF00000080000000000000000000000080000000FF191920A66F6F
|
|
904E6E6E9151707092546F6F90576F6F915A6E6E915D707092606F6F9063ADAD
|
|
C289F6F6F8E9FFFFFFFFFFFFFFFDD8D8E2C08585A3806F6F91786F6F907A6E6E
|
|
917D6F6F90816F6F90836E6E9186707091896F6F928C6F6F908F707091922828
|
|
35CA000000FF00000080000000000000000000000080000000FF1A1A22A77070
|
|
92526F6F90556F6F90577070925B6F6F905E707092606F6F90636E6E91667070
|
|
92697575956FD0D0DBB2FDFDFEFBFFFFFFFFFDFDFEFCDDDDE4CA8A8AA68C6F6F
|
|
90816E6E91846F6F91876F6F908A6F6F928C6F6F908F6F6F92936F6F91952929
|
|
36CC000000FF00000080000000000000000000000080000000FF1B1B23A96F6F
|
|
90556E6E91587070925B6F6F905E6E6E9161707091646F6F9267707092696E6E
|
|
916D7070927070709172A0A0B78EE5E5EBD5FFFFFFFEFFFFFFFFFCFCFCF9D3D3
|
|
DEC78686A4926F6F908A6E6E918D707091906F6F92936F6F9196707091992A2A
|
|
36CE000000FF00000080000000000000000000000080000000FF1B1B24AB7070
|
|
92597070925B6F6F905E70709262707091646F6F92676F6F906A6E6E916D7070
|
|
92706F6F90736E6E9176707091797070917B9999B196E1E1E8D4FEFEFFFEFFFF
|
|
FFFFFCFCFDFBCFCFDACA7A7A99946F6F92936F6F9196707091996F6F919C2A2A
|
|
37CF000000FF00000080000000000000000000000080000000FF1C1C25AC6F6F
|
|
905C6E6E915F707092626F6F90656E6E91687070916B6E6E916D707092706E6E
|
|
91746E6E9176707091796F6F927C6E6E917F707091826F6F92859696AE9BDEDE
|
|
E6D7FEFEFFFEFFFFFFFFF3F3F7F29898B0AB707091996E6E919D6F6F909F2B2B
|
|
38D1000000FF00000080000000000000000000000080000000FF1D1D26AE6E6E
|
|
915F707092626F6F90656E6E91687070916B6F6F926E6F6F90716E6E91746F6F
|
|
92776F6F907A6E6E917D6E6E917F6F6F90836E6E91866F6F90887070918B6F6F
|
|
918E9A9AB3A7ECECF1E9FFFFFFFFFBFBFCF99F9FB5B4707091A06F6F91A32C2C
|
|
39D3000000FF00000080000000000000000000000080000000FF1E1E27B06F6F
|
|
90636E6E91666E6E91686F6F906C6E6E916F6F6F90716E6E91746F6F92776F6F
|
|
907A6E6E917D707091806F6F90836E6E9186707091896F6F928C6F6F908F6F6F
|
|
90916F6F91957474939ADBDBE3DBFFFFFFFFF8F8FAF88A8AA6AF6F6F90A62D2D
|
|
3AD4000000FF00000080000000000000000000000080000000FF1E1E28B16E6E
|
|
9166707092696F6F906C6E6E916F707091726F6F92756F6F91786F6F907A6F6F
|
|
927E6F6F90816F6F90836E6E91866F6F908A6F6F928C6F6F908F707091926F6F
|
|
91956F6F90986E6E919B7070929FDFDFE6E2FFFFFFFFDEDEE6E36F6F92AA2C2C
|
|
3AD6000000FF00000080000000000000000000000080000000FF1F1F29B37070
|
|
92696F6F906C6E6E916F707091726F6F92756F6F91787070917B6F6F927E6F6F
|
|
90816E6E91846F6F91876F6F908A6E6E918D707091906F6F92936F6F91956F6F
|
|
90986F6F919C6F6F919E6F6F92A18282A0ACFBFBFCFBFEFEFEFF8989A5B82D2D
|
|
3BD8000000FF00000080000000000000000000000080000000FF20202AB56E6E
|
|
916D70709270707091726E6E9176707091797070917B6F6F927E6F6F90816E6E
|
|
91846F6F91876F6F908A6E6E918D707091906F6F92936F6F9196707091996F6F
|
|
919C6F6F909F707091A26F6F91A56F6F91A7DADAE3E2FFFFFFFFB0B0C2CC2E2E
|
|
3CD9000000FF00000080000000000000000000000080000000FF20202BB67070
|
|
92706F6F90736E6E9176707091796F6F927C6E6E917F707091826F6F92856F6F
|
|
90887070918B6E6E918D707091906E6E91946F6F9196707091996F6F919C6F6F
|
|
909F707091A26F6F91A56F6F92A86E6E91ABC0C0CFD4FFFFFFFFB9B9CAD42F2F
|
|
3DDB000000FF00000080000000000000000000000080000000FF21212CB86E6E
|
|
91746E6E9176707091796E6E917D6E6E917F707091826F6F92856F6F90887070
|
|
918B6F6F918E6F6F90916E6E91946F6F91976F6F929A6E6E919D6F6F909F7070
|
|
91A26F6F90A66F6F92A86E6E91AB6F6F91AE7D7D9CB6B5B5C7D27D7D9BBC2E2E
|
|
3DDD000000FF00000080000000000000000000000080000000FF22222DBA6F6F
|
|
92776F6F907A6E6E917D707091806F6F90836E6E91866F6F90886F6F928C6F6F
|
|
908F6F6F90916E6E91946F6F91976F6F929A6E6E919D707091A06F6F91A36F6F
|
|
90A6707091A96F6F91AC6F6F92AF6F6F92B16F6F91B46F6F92B86F6F91BA2F2F
|
|
3DDE000000FF00000080000000000000000000000080000000FF23232EBC6F6F
|
|
907A6E6E917D707091806F6F90836E6E9186707091896F6F928C6F6F908F7070
|
|
91926F6F91956F6F90986F6F929A6F6F919E6F6F92A16F6F91A36F6F90A67070
|
|
91A96F6F91AC6F6F92AF6E6E91B26F6F91B56F6F92B86E6E91BB6F6F91BE3030
|
|
3DE0000000FF00000080000000000000000000000080000000FF24242FBD6F6F
|
|
927E6F6F90816F6F90836F6F91876F6F908A6F6F928C6F6F908F6F6F92936F6F
|
|
91956F6F90986E6E919B6F6F919E6F6F92A16E6E91A46F6F91A76F6F92AA6F6F
|
|
91AC707091B06F6F91B36F6F91B56F6F92B86E6E91BB6F6F91BE707091C03030
|
|
3DE0000000FF00000080000000000000000000000080000000FF0F0F13E12222
|
|
2CC423232DC624242EC724242EC823232FCA242430CB252531CD252532CE2626
|
|
33CF272733D1272733D2282834D3292935D5292934D62A2A35D7292936D92A2A
|
|
37DA2A2A38DC2B2B37DD2C2C38DE2B2B39E02C2C39E12C2C3AE22C2C3AE21414
|
|
1BF0000000FF00000080000000000000000000000060000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF0000005F0000000000000000000000000000005C000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
0077000000770000007700000077000000770000007700000077000000770000
|
|
00770000005B0000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000
|
|
}
|
|
end
|
|
object ImageList2: TImageList
|
|
left = 743
|
|
top = 229
|
|
Bitmap = {
|
|
4C69070000001000000010000000000000000000000000000000000000000000
|
|
00000033000A002D0022002D0022002D0022002D00220033000A000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000034600AB076700E9087000E6087000E6076700E9034600AB000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000034A00B715D800FF18F000FF18F000FF15D800FF034A00B7000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000034A00B715D800FF18F000FF18F000FF15D800FF034A00B7000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000034A00B715D800FF18F000FF18F000FF15D800FF034A00B7000000000000
|
|
00000000000000000000000000000033000A034400B1034500BF034500BF0345
|
|
00BF013D00EC16DD00FF18F000FF18F000FF16DD00FF013D00EC034500BF0345
|
|
00BF034500BF034400B10033000A00300020076700E916E300FF16E300FF16E3
|
|
00FF17E600FF18F000FF18F000FF18F000FF18F000FF17E600FF16E300FF16E3
|
|
00FF16E300FF076700E90030002000300020086C00E718F000FF18F000FF18F0
|
|
00FF18F000FF18F000FF18F000FF18F000FF18F000FF18F000FF18F000FF18F0
|
|
00FF18F000FF086C00E70030002000300020086C00E718F000FF18F000FF18F0
|
|
00FF18F000FF18F000FF18F000FF18F000FF18F000FF18F000FF18F000FF18F0
|
|
00FF18F000FF086C00E70030002000300020076300EA15D600FF15D600FF15D6
|
|
00FF15DC00FF18F000FF18F000FF18F000FF18F000FF15DC00FF15D600FF15D6
|
|
00FF15D600FF076300EA003000200033000A034800A7034C00B3034C00B3034C
|
|
00B3023D00E916DD00FF18F000FF18F000FF16DD00FF023D00E9034C00B3034C
|
|
00B3034C00B3034800A70033000A000000000000000000000000000000000000
|
|
0000034A00B715D800FF18F000FF18F000FF15D800FF034A00B7000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000034A00B715D800FF18F000FF18F000FF15D800FF034A00B7000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000034A00B715D800FF18F000FF18F000FF15D800FF034A00B7000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000034600AB055E00ED076400EA076400EA055E00ED034600AB000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000002B0006002D0011002D0011002D0011002D0011002B0006000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000330A000049B100004BBF00004BBF0000
|
|
4BBF00004BBF00004BBF00004BBF00004BBF00004BBF00004BBF00004BBF0000
|
|
4BBF00004BBF000049B10000330A0000382000006FE90000F2FF0000F2FF0000
|
|
F2FF0000F2FF0000F2FF0000F2FF0000F2FF0000F2FF0000F2FF0000F2FF0000
|
|
F2FF0000F2FF00006FE90000382000003820000074E70000FFFF0000FFFF0000
|
|
FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000
|
|
FFFF0000FFFF000074E70000382000003820000074E70000FFFF0000FFFF0000
|
|
FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000
|
|
FFFF0000FFFF000074E7000038200000382000006BEA0000E4FF0000E4FF0000
|
|
E4FF0000E4FF0000E4FF0000E4FF0000E4FF0000E4FF0000E4FF0000E4FF0000
|
|
E4FF0000E4FF00006BEA000038200000330A00004EA7000053B3000053B30000
|
|
53B3000053B3000053B3000053B3000053B3000053B3000053B3000053B30000
|
|
53B3000053B300004EA70000330A000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000013900E6003000FF0030
|
|
00FF003000FF003000FF013900E6000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000003000FF18F000FF18F0
|
|
00FF18F000FF18F000FF003000FF000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000003000FF18F000FF18F0
|
|
00FF18F000FF18F000FF003000FF000000000000000000000000000000000000
|
|
00000040000400000000000000000000000000000000003000FF18F000FF18F0
|
|
00FF18F000FF18F000FF003000FF000000000000000000000000000000000236
|
|
007A003400F200000000000000000000000000000000003000FF18F000FF18F0
|
|
00FF18F000FF18F000FF003000FF000000000000000000000000023A007C0245
|
|
00F7003000FF00000000000000000000000000000000003000FF18F000FF18F0
|
|
00FF18F000FF18F000FF003000FF00000000000000000236007A024300F615DA
|
|
00FF003400FC013C00DA013C00DA013C00DA013C00DA003400FC18F000FF18F0
|
|
00FF18F000FF18F000FF003000FF00000000023A007C024500F715DA00FF18F0
|
|
00FF15D700FF13CA00FF13CA00FF13CA00FF13CA00FF15D700FF18F000FF18F0
|
|
00FF18F000FF18F000FF003000FF023C007B024500F715DA00FF18F000FF18F0
|
|
00FF18F000FF18F000FF18F000FF18F000FF18F000FF18F000FF18F000FF18F0
|
|
00FF18F000FF18F000FF003000FF013B00D50B8900FB18F000FF18F000FF18F0
|
|
00FF18F000FF18F000FF18F000FF18F000FF18F000FF18F000FF18F000FF18F0
|
|
00FF18F000FF16E100FF013600F50031001F013700E70D9700FA18F000FF18F0
|
|
00FF18F000FF18F000FF18F000FF18F000FF18F000FF18F000FF18F000FF18F0
|
|
00FF18EE00FF087200F7023B009F000000000031001F013700E70D9700FA18F0
|
|
00FF076D00F3044D00F1044D00F1044D00F1044D00F1044D00F1044D00F1044D
|
|
00F1024100F4013C00C50037000E00000000000000000031001F013600E60D96
|
|
00F8003000FF0032003300320033003200330032003300320033003200330032
|
|
00330033002300000000000000000000000000000000000000000031001F0136
|
|
00E6003000FF0000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000031
|
|
001F023800770000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000000000002D0000223F00
|
|
006E0000000000000000000000000000000000000000000000003F00006E2D00
|
|
00220000000000000000000000000000000000000000320000244B0000E57D00
|
|
00F348000099000000000000000000000000000000004A00009C7F0000F54B00
|
|
00E5330000230000000000000000000000002E00002C4B0000E6E70000FFFF00
|
|
00FF9A0000F3450000AA0000000200000002460000AB9A0000F3FF0000FFE700
|
|
00FF4B0000E62E00002C000000002F0000264B0000E6E30000FFFF0000FFFF00
|
|
00FFFF0000FF950000F4470000A5480000A6950000F4FF0000FFFF0000FFFF00
|
|
00FFE20000FF4B0000E62F000026420000707E0000F2FF0000FFFF0000FFFF00
|
|
00FFFF0000FFFF0000FFA20000F1A20000F1FF0000FFFF0000FFFF0000FFFF00
|
|
00FFFF0000FF7D0000F24300006F000000004400008F850000F0FF0000FFFF00
|
|
00FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00
|
|
00FF850000F04400008E00000000000000000000000048000094930000F1FF00
|
|
00FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF9100
|
|
00EF460000920000000000000000000000000000000000000001440000A1A600
|
|
00F0FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFA60000F04400
|
|
00A1000000000000000000000000000000000000000000000001440000A1A500
|
|
00EFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFA50000EF4400
|
|
00A10000000000000000000000000000000000000001430000ABA20000F2FF00
|
|
00FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFA200
|
|
00F2450000AB000000010000000000000001460000A49E0000F2FF0000FFFF00
|
|
00FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF00
|
|
00FF9E0000F2450000A200000000420000707E0000F1FF0000FFFF0000FFFF00
|
|
00FFFF0000FFFF0000FF9E0000F19F0000F2FF0000FFFF0000FFFF0000FFFF00
|
|
00FFFF0000FF7D0000F24300006F2F000026470000E1E30000FFFF0000FFFF00
|
|
00FFFF0000FF930000EE4000009F410000A0930000EEFF0000FFFF0000FFFF00
|
|
00FFE20000FF470000E12F000026000000003300001E470000E0DB0000FFFF00
|
|
00FF850000EF45000090000000000000000045000090850000EFFF0000FFDB00
|
|
00FF470000E03300001E00000000000000000000000032000024470000E07A00
|
|
00EE4000009300000000000000000000000000000000420000967C0000F04700
|
|
00E03300002300000000000000000000000000000000000000002D0000224400
|
|
0066000000000000000000000000000000000000000000000000430000672D00
|
|
0022000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000001B000000220000
|
|
0022000000220000002200000022000000220000002200000022000000220000
|
|
00220000001B0000000000000000000000000000001A190E0EEE542F2FE6542C
|
|
2CE6542A2AE6532828E6532626E6522323E6522121E6511F1FE6511D1DE6501B
|
|
1BE6170606EE0000001A0000000000000000000000204F2C2CE7FC8585FFFB7E
|
|
7EFFF97777FFF87171FFF66A6AFFF56363FFF35C5CFFF25656FFF14F4FFFEF48
|
|
48FF4A1414E7000000200000000000000000000000204F2A2AE7FB7E7EFFF977
|
|
77FFF87171FFF66A6AFFF56363FFF35C5CFFF25656FFF14F4FFFEF4848FFEE41
|
|
41FF4A1313E7000000200000000000000000000000204E2828E7F97777FFF871
|
|
71FFF66A6AFFF56363FFF35C5CFFF25656FFF14F4FFFEF4848FFEE4141FFEC3B
|
|
3BFF4A1111E7000000200000000000000000000000204D2626E7F87171FFF66A
|
|
6AFFF56363FFF35C5CFFF25656FFF14F4FFFEF4848FFEE4141FFEC3B3BFFEB34
|
|
34FF490E0EE7000000200000000000000000000000204D2323E7F66A6AFFF563
|
|
63FFF35C5CFFF25656FFF14F4FFFEF4848FFEE4141FFEC3B3BFFEB3434FFE92D
|
|
2DFF490C0CE7000000200000000000000000000000204D2121E7F56363FFF35C
|
|
5CFFF25656FFF14F4FFFEF4848FFEE4141FFEC3B3BFFEB3434FFE92D2DFFE826
|
|
26FF480A0AE7000000200000000000000000000000204C1F1FE7F35C5CFFF256
|
|
56FFF14F4FFFEF4848FFEE4141FFEC3B3BFFEB3434FFE92D2DFFE82626FFE620
|
|
20FF480808E7000000200000000000000000000000204C1D1DE7F25656FFF14F
|
|
4FFFEF4848FFEE4141FFEC3B3BFFEB3434FFE92D2DFFE82626FFE62020FFE519
|
|
19FF470606E7000000200000000000000000000000204C1A1AE7F14F4FFFEF48
|
|
48FFEE4141FFEC3B3BFFEB3434FFE92D2DFFE82626FFE62020FFE51919FFE312
|
|
12FF470303E7000000200000000000000000000000204B1818E7EF4848FFEE41
|
|
41FFEC3B3BFFEB3434FFE92D2DFFE82626FFE62020FFE51919FFE31212FFE20B
|
|
0BFF470202E70000002000000000000000000000001A130505F0411111EA4010
|
|
10EA400E0EEA3F0C0CEA3F0B0BEA3F0909EA3E0707EA3E0505EA3E0303EA3D01
|
|
01EA120000F00000001A0000000000000000000000000000000E000000110000
|
|
0011000000110000001100000011000000110000001100000011000000110000
|
|
00110000000E0000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000E1B0E4B03070349000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000142114B72F542FF4122112DA0710
|
|
074E000000000000000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000142114B775DB73FF75E671FF3772
|
|
34F00D1C0BDE050A056200000003000000000000000000000000000000000000
|
|
000000000000000000000000000000000000122111B76ED96CFF76F471FF6DF1
|
|
66FF5DDC56FF2C6D26F0091808DC030803610000000300000000000000000000
|
|
000000000000000000000000000000000000112011B767D563FF6EF167FF65EE
|
|
5DFF5DEB53FF55E849FF47D33BFF206918F0061705DD03050361000000030000
|
|
0000000000000000000000000000000000000F200FB760D35AFF65EE5DFF5DEB
|
|
53FF55E849FF4DE440FF45E136FF3DDE2CFF30CA1FFF14640BEF031601DD0005
|
|
0061000000040000000000000000000000000F200EB759D051FF5DEB53FF55E8
|
|
4AFF4DE440FF45E136FF3DDE2CFF34DB22FF2CD818FF24D40EFF19BB04FF0A53
|
|
00F1021500DF000A003500000000000000000E200DB751CE49FF55E84AFF4DE4
|
|
40FF45E136FF3DDE2CFF35DB22FF2CD818FF24D40FFF1CD105FF15BA00FF0952
|
|
00F2021500DF0513003700000000000000000D1F0BB74ACB41FF4DE540FF45E1
|
|
36FF3DDE2DFF35DB22FF2CD818FF24D40FFF18B304FF074400F0021700D10008
|
|
003E000000000000000000000000000000000B1F0AB743C838FF45E136FF3DDE
|
|
2DFF35DB22FF2DD819FF1FB60DFF094401F0021700D00008003E000000000000
|
|
0000000000000000000000000000000000000A1D08B73CC530FF3DDE2DFF35DB
|
|
23FF27BA16FF0C4304ED021601CD0008003E0000000000000000000000000000
|
|
000000000000000000000000000000000000081D07B735C227FF2EBD1EFF0E44
|
|
08ED041701CC0008003E00000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000081D06B710440BED051502D20003
|
|
004A000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000318034B03070049000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000002900000066000000660000
|
|
0066000000660000005B00000001000000010000005B00000066000000660000
|
|
0066000000660000002900000000000000001C1D18B77C7E69FF8C8F75FF8B8D
|
|
73FF898B71FF292A21EF00000020000000202C2C24EF8D9076FF8C8F74FF8A8D
|
|
72FF787A62FF1A1C15B700000000000000001C1C18B7B4B896FFCBCFA7FFC9CD
|
|
A4FFC6CAA0FF3E3F31E70000002000000020414236E7CDD2A8FFCACFA5FFC8CD
|
|
A2FFACB18AFF191A15B700000000000000001A1A15B7AEB28DFFC4C89EFFC2C6
|
|
9AFFBFC497FF3B3D2EE700000020000000203F4033E7C6CB9FFFC4C89CFFC1C6
|
|
98FFA6AB82FF191914B70000000000000000191A15B7A8AB85FFBDC295FFBBBF
|
|
91FFB8BD8EFF383B2BE700000020000000203D3E31E7BFC496FFBDC293FFBABF
|
|
8FFFA1A57AFF181912B70000000000000000191914B7A2A67DFFB6BB8BFFB4B9
|
|
88FFB1B685FF373829E700000020000000203B3D2DE7B8BD8DFFB6BB89FFB3B8
|
|
86FF9A9F73FF181811B70000000000000000181812B79CA075FFAFB482FFADB2
|
|
7FFFAAB07CFF343626E7000000200000002038392AE7B1B684FFAFB480FFACB1
|
|
7DFF94996BFF16160FB70000000000000000161811B7969A6DFFA8AE79FFA6AC
|
|
76FFA3A972FF333423E70000002000000020363728E7AAB07BFFA8AD77FFA5AB
|
|
74FF8F9363FF15160EB7000000000000000016160FB78F9565FFA1A770FF9FA5
|
|
6DFF9CA269FF2F3220E70000002000000020343624E7A3A972FFA1A66EFF9EA4
|
|
6BFF888D5AFF14150DB7000000000000000015160FB7898F5DFF9AA167FF989E
|
|
63FF959C60FF2D2F1DE70000002000000020323421E79CA268FF9AA065FF979D
|
|
61FF828852FF14140DB7000000000000000014150DB7838855FF939A5EFF9198
|
|
5AFF8E9557FF2C2E1AE700000020000000202F321FE7959B5FFF93995CFF9096
|
|
58FF7C814AFF12140BB7000000000000000014140DB77D834DFF8C9355FF8A91
|
|
51FF878E4EFF292C17E700000020000000202D2F1CE78E9556FF8C9253FF8990
|
|
4FFF757B42FF11120AB7000000000000000012140BB7474B2AFF50552DFF4F53
|
|
2BFF4D5229FF16180CF1000000200000002018190EF151552EFF50532CFF4E52
|
|
2AFF434623FF111208B700000000000000000000002900000055000000550000
|
|
0055000000550000005000000003000000030000005000000055000000550000
|
|
0055000000550000002800000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000
|
|
}
|
|
end
|
|
object ECSpinController1: TECSpinController
|
|
left = 744
|
|
top = 64
|
|
end
|
|
object Timer1: TTimer
|
|
Interval = 200
|
|
OnTimer = Timer1Timer
|
|
left = 744
|
|
top = 616
|
|
end
|
|
object ILFontStyles: TImageList
|
|
Height = 17
|
|
Width = 17
|
|
left = 744
|
|
top = 290
|
|
Bitmap = {
|
|
4C69030000001100000011000000D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00000000FF000000FF0000
|
|
00FFD8E9EC00D8E9EC00000000FF000000FF000000FFD8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00000000FF0000
|
|
00FF000000FFD8E9EC00D8E9EC00000000FF000000FF000000FFD8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC000000
|
|
00FF000000FF000000FFD8E9EC00D8E9EC00000000FF000000FF000000FFD8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00000000FF000000FF000000FF000000FF000000FF000000FF000000FFD8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00000000FF000000FF000000FFD8E9EC00D8E9EC00000000FF0000
|
|
00FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00000000FF000000FF000000FFD8E9EC00D8E9EC000000
|
|
00FF000000FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00000000FF000000FF000000FFD8E9EC00D8E9
|
|
EC00000000FF000000FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00000000FF000000FF000000FF000000FF0000
|
|
00FF000000FF000000FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC000000
|
|
00FF000000FF000000FF000000FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00000000FF000000FFAA9292FFD8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00AA9292FF000000FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00000000FF000000FFAA9292FFD8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00AA9292FF000000FF000000FFD8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00000000FF000000FFAA9292FFD8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00AA9292FF000000FF000000FFD8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00000000FF000000FFAA9292FFD8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00000000FF000000FF000000FF000000FF0000
|
|
00FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00000000FF000000FF000000FF0000
|
|
00FFD8E9EC00000000FF000000FF000000FF000000FFD8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00000000FF0000
|
|
00FFD8E9EC00D8E9EC00D8E9EC00000000FF000000FFD8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC000000
|
|
00FF000000FFD8E9EC00D8E9EC00D8E9EC00000000FF000000FFD8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00000000FF000000FFD8E9EC00D8E9EC00D8E9EC00000000FF000000FFD8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00000000FF000000FFD8E9EC00D8E9EC00D8E9EC00000000FF0000
|
|
00FFD8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00000000FF000000FFD8E9EC00D8E9EC00D8E9EC000000
|
|
00FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00000000FF000000FFD8E9EC00D8E9EC00D8E9
|
|
EC00000000FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00000000FF000000FF808080FFD8E9
|
|
EC00808080FF000000FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00000000FF0000
|
|
00FF000000FF000000FF000000FFD8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00000000FF0000
|
|
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FFD8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9
|
|
EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00D8E9EC00
|
|
}
|
|
end
|
|
end
|