home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
TPlot
/
Axisedit.dfm
/
Axisedit.txt
Wrap
Text File
|
2001-07-26
|
20KB
|
789 lines
object AxisEditorForm: TAxisEditorForm
Left = 166
Top = 227
Width = 434
Height = 494
HelpContext = 3970
HorzScrollBar.Range = 355
HorzScrollBar.Visible = False
VertScrollBar.Range = 369
VertScrollBar.Visible = False
ActiveControl = NoComboBox
AutoScroll = False
Caption = 'Axis Editor'
Font.Color = clWindowText
Font.Height = 19
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
PixelsPerInch = 120
ShowHint = True
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
TextHeight = 16
object AxisNumberLabel: TLabel
Left = 8
Top = 12
Width = 79
Height = 16
Caption = 'Axis Number:'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
end
object HelpBitBtn: TBitBtn
Left = 8
Top = 432
Width = 97
Height = 25
HelpContext = 1860
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 9
Kind = bkHelp
end
object CancelBitBtn: TBitBtn
Left = 112
Top = 432
Width = 97
Height = 25
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 12
Kind = bkCancel
end
object OKBitBtn: TBitBtn
Left = 216
Top = 432
Width = 97
Height = 25
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 11
Kind = bkOK
end
object VisibleCheckBox: TCheckBox
Left = 216
Top = 36
Width = 201
Height = 17
HelpContext = 4980
Caption = 'Axis Visible'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = VisibleCheckBoxClick
end
object PenGroupBox: TGroupBox
Left = 216
Top = 56
Width = 201
Height = 97
HelpContext = 4340
Caption = 'Pen'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 6
object PenColorLabel: TLabel
Left = 8
Top = 20
Width = 32
Height = 16
Caption = 'Color'
end
object PenWidthLabel: TLabel
Left = 8
Top = 44
Width = 34
Height = 16
Caption = 'Width'
end
object PenStyleLabel: TLabel
Left = 8
Top = 68
Width = 30
Height = 16
Caption = 'Style'
end
object PenWidthComboBox: TComboBox
Left = 104
Top = 40
Width = 88
Height = 24
Style = csDropDownList
DropDownCount = 10
ItemHeight = 16
TabOrder = 2
OnClick = PenWidthComboBoxClick
end
object PenStyleComboBox: TComboBox
Left = 104
Top = 64
Width = 88
Height = 24
Style = csDropDownList
DropDownCount = 10
ItemHeight = 16
TabOrder = 1
OnClick = PenStyleComboBoxClick
end
object PenColorEdit: TColorEdit
Left = 104
Top = 16
Width = 88
Height = 24
MaxLength = 32767
ReadOnly = True
TabOrder = 0
Text = 'clWindow'
OnChange = PenColorEditChange
end
end
object LabelsGroupBox: TGroupBox
Left = 8
Top = 296
Width = 201
Height = 121
Caption = 'Labels'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 5
object DigitsLabel: TLabel
Left = 8
Top = 44
Width = 34
Height = 16
Caption = 'Digits'
end
object PrecisionLabel: TLabel
Left = 8
Top = 68
Width = 56
Height = 16
Caption = 'Precision'
end
object FormatLabel: TLabel
Left = 8
Top = 20
Width = 42
Height = 16
Caption = 'Format'
end
object LabelDirectionLabel: TLabel
Left = 8
Top = 96
Width = 53
Height = 16
Caption = 'Direction'
end
object DigitsComboBox: TComboBox
Left = 104
Top = 40
Width = 88
Height = 24
HelpContext = 4140
Style = csDropDownList
DropDownCount = 10
ItemHeight = 16
TabOrder = 0
OnClick = DigitsComboBoxClick
end
object PrecisionComboBox: TComboBox
Left = 104
Top = 64
Width = 88
Height = 24
HelpContext = 4160
Style = csDropDownList
DropDownCount = 10
ItemHeight = 16
TabOrder = 3
OnClick = PrecisionComboBoxClick
end
object FormatComboBox: TComboBox
Left = 104
Top = 16
Width = 88
Height = 24
HelpContext = 4150
Style = csDropDownList
DropDownCount = 10
ItemHeight = 16
TabOrder = 1
OnClick = FormatComboBoxClick
end
object LabelDirectionComboBox: TComboBox
Left = 104
Top = 89
Width = 88
Height = 24
HelpContext = 4145
Style = csDropDownList
DropDownCount = 10
ItemHeight = 16
TabOrder = 2
OnClick = LabelDirectionComboBoxClick
end
end
object TickGroupBox: TGroupBox
Left = 8
Top = 176
Width = 201
Height = 121
Caption = 'Ticks'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 4
object TickSizeLabel: TLabel
Left = 8
Top = 68
Width = 26
Height = 16
Caption = 'Size'
end
object TickDirectionLabel: TLabel
Left = 8
Top = 20
Width = 53
Height = 16
Caption = 'Direction'
end
object StepSizeLabel: TLabel
Left = 8
Top = 92
Width = 54
Height = 16
Caption = 'StepSize'
end
object TickMinorsLabel: TLabel
Left = 8
Top = 44
Width = 40
Height = 16
Caption = 'Minors'
end
object TickDirectionComboBox: TComboBox
Left = 104
Top = 17
Width = 88
Height = 24
HelpContext = 4370
Style = csDropDownList
DropDownCount = 10
ItemHeight = 16
TabOrder = 2
OnClick = TickDirectionComboBoxClick
end
object MinorsComboBox: TComboBox
Left = 104
Top = 40
Width = 88
Height = 24
HelpContext = 4380
Style = csDropDownList
DropDownCount = 10
ItemHeight = 16
TabOrder = 3
OnClick = MinorsComboBoxClick
end
object TickSizeNEdit: TNEdit
Left = 104
Top = 64
Width = 88
Height = 24
HelpContext = 4400
DataType = dtByte
Max = 255.000000000000000000
NumericType = ntInteger
AutoSelect = False
MaxLength = 32767
TabOrder = 0
Text = '0'
OnChange = TickSizeNEditChange
end
object StepSizeNEdit: TNEdit
Left = 104
Top = 88
Width = 88
Height = 24
HelpContext = 4350
DataType = dtSingle
Min = -3.4E38
Max = 3.4E38
NumericType = ntScientific
AutoSelect = False
MaxLength = 32767
TabOrder = 1
Text = '0'
OnChange = StepSizeNEditChange
end
end
object ScaleGroupBox: TGroupBox
Left = 8
Top = 56
Width = 201
Height = 121
Caption = 'Scale'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 3
object InterceptLabel: TLabel
Left = 8
Top = 68
Width = 51
Height = 16
Caption = 'Intercept'
end
object MinLabel: TLabel
Left = 8
Top = 20
Width = 21
Height = 16
Caption = 'Min'
end
object MaxLabel: TLabel
Left = 8
Top = 44
Width = 25
Height = 16
Caption = 'Max'
end
object LogScaleCheckBox: TCheckBox
Left = 8
Top = 92
Width = 185
Height = 17
HelpContext = 4310
Caption = 'Logarithmic'
TabOrder = 3
OnClick = LogScaleCheckBoxClick
end
object MinNEdit: TNEdit
Left = 104
Top = 16
Width = 88
Height = 24
HelpContext = 4330
DataType = dtSingle
Min = -3.4E38
Max = 3.4E38
NumericType = ntScientific
AutoSelect = False
MaxLength = 32767
TabOrder = 0
Text = '0'
OnChange = MinNEditChange
end
object MaxNEdit: TNEdit
Left = 104
Top = 40
Width = 88
Height = 24
HelpContext = 4320
DataType = dtSingle
Min = -3.4E38
Max = 3.4E38
NumericType = ntScientific
AutoSelect = False
MaxLength = 32767
TabOrder = 1
Text = '0'
OnChange = MaxNEditChange
end
object InterceptNEdit: TNEdit
Left = 104
Top = 64
Width = 88
Height = 24
HelpContext = 4270
DataType = dtSingle
Min = -3.4E38
Max = 3.4E38
NumericType = ntScientific
AutoSelect = False
MaxLength = 32767
TabOrder = 2
Text = '0'
OnChange = InterceptNEditChange
end
end
object ArrowsGroupBox: TGroupBox
Left = 216
Top = 152
Width = 201
Height = 73
Caption = 'Arrows'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 7
object ArrowSizeLabel: TLabel
Left = 8
Top = 20
Width = 26
Height = 16
Caption = 'Size'
end
object ArrowDirectionLabel: TLabel
Left = 8
Top = 44
Width = 53
Height = 16
Caption = 'Direction'
end
object ArrowDirectionComboBox: TComboBox
Left = 104
Top = 41
Width = 88
Height = 24
HelpContext = 4860
Style = csDropDownList
DropDownCount = 10
ItemHeight = 16
TabOrder = 1
OnClick = ArrowDirectionComboBoxClick
end
object ArrowSizeNEdit: TNEdit
Left = 104
Top = 17
Width = 88
Height = 24
HelpContext = 4230
DataType = dtByte
Max = 255.000000000000000000
NumericType = ntInteger
AutoSelect = False
MaxLength = 32767
TabOrder = 0
Text = '0'
OnChange = ArrowSizeNEditChange
end
end
object TitleEdit: TEdit
Left = 216
Top = 8
Width = 201
Height = 24
HelpContext = 4950
AutoSelect = False
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
MaxLength = 32767
ParentFont = False
TabOrder = 0
OnChange = TitleEditChange
end
object NoComboBox: TComboBox
Left = 152
Top = 8
Width = 57
Height = 24
HelpContext = 1190
DropDownCount = 10
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ItemHeight = 16
ParentFont = False
TabOrder = 10
Text = '0'
OnClick = NoComboBoxClick
end
object AutoScaleCheckBox: TCheckBox
Left = 8
Top = 36
Width = 201
Height = 17
HelpContext = 4250
Caption = 'Auto Scaling, Ticking'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = AutoScaleCheckBoxClick
end
object ApplyBitBtn: TBitBtn
Left = 320
Top = 432
Width = 97
Height = 25
HelpContext = 1420
Caption = '&Apply'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 13
OnClick = ApplyBitBtnClick
Glyph.Data = {
CE070000424DCE07000000000000360000002800000024000000120000000100
1800000000009807000000000000000000000000000000000000008284008284
0082840082840082840082848400008400008400008400008400008400000082
84008284008284008284008284008284008284008284008284008284008284FF
FFFF848284848284848284848284848284848284008284FFFFFF008284008284
0082840082840082840082008400000082840082848400000082000082000082
0000820000820000820084000084000000828400828400828400828400828484
8284848284FFFFFF008284848284008284008284008284008284008284008284
848284848284FFFFFF0082840082840082840082840082000082008400008400
0000820000820000820000820000820000820000820000820000820084000000
8284008284008284008284848284FFFFFF848284848284008284008284FFFFFF
FFFFFFFFFFFFFFFFFFFFFFFF008284008284848284FFFFFF0082840082840082
8400820000820000820000820000820000820000FF0000FF0000FF0000FF0000
FF00008200008200008200840000008284008284008284848284FFFFFF008284
008284008284FFFFFF848284848284848284848284848284FFFFFF0082840082
84848284FFFFFF00828400828400820000820000820000820000820000FF0000
828400828400828400828400828400FF00008200008200008200840000008284
008284848284FFFFFF008284008284FFFFFF8482840082840082840082840082
84008284848284FFFFFF008284008284848284FFFFFF00828400820000820000
820000820000820000828400828400828400828400828400828400828400FF00
008200008200840000008284008284848284FFFFFF0082840082848482840082
84008284008284008284008284008284008284848284FFFFFF008284848284FF
FFFF008284008200008200008200008200008200008200008284008284008284
00828400828400828400FF00840000840000840000008284008284848284FFFF
FFFFFFFFFFFFFFFFFFFF848284FFFFFF00828400828400828400828400828484
828484828484828484828400828400828400FF0000FF0000FF0000FF0000FF00
00FF0000FF000082840082840082840082840082840082840082840082840082
8400828400828484828484828484828484828484828484828484828400828400
8284008284008284008284008284008284008284008284008284008284008284
0082840082840082840082840082840082840082840082840082840082840082
8400828400828400828400828400828400828400828400828400828400828400
8284008284008284008284008284008284008284FFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFF0082840082840082840082840082840082840082840082840082
8400828400828400828484000084000084000084000084000084000000828400
8284FFFFFFFFFFFFFFFFFFFFFFFF008284008284008284008284008284008284
84828484828484828484828484828484828400828400FF008400008400008400
0000828400828400828400828400828400828400FF0000820000820000820000
8200008200840000008284848284848284848284848284FFFFFF008284008284
008284008284008284848284FFFFFF0082840082840082840082848482840082
8400FF0000820000820084000000828400828400828400828400828400828400
828400FF00008200008200008200008200840000008284848284FFFFFF008284
848284FFFFFF0082840082840082840082840082840082848482840082840082
8400828400828484828400828400828400FF0000820000820084000000828400
8284008284008284008284840000840000008200008200008200008200840000
008284008284848284008284008284848284FFFFFFFFFFFFFFFFFFFFFFFFFFFF
FF84828484828400828400828400828400828484828400828400828400FF0000
8200008200008200840000840000840000840000840000008200008200008200
008200008200008200840000008284008284848284FFFFFF0082840082848482
84848284848284848284848284008284008284008284FFFFFFFFFFFF00828484
828400828400828400828400FF00008200008200008200008200008200008200
00820000820000820000820000FF0000FF000082008400000082840082840082
84848284FFFFFFFFFFFF008284008284008284008284008284008284FFFFFFFF
FFFF848284848284FFFFFF84828400828400828400828400828400FF0000FF00
00820000820000820000820000820000820000FF0000FF0000828400828400FF
00008284008284008284008284008284848284848284FFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFF848284848284008284008284848284008284008284008284
00828400828400828400828400FF0000FF0000FF0000FF0000FF0000FF000082
8400828400828400828400828400828400828400828400828400828400828400
8284848284848284848284848284848284848284008284008284008284008284
0082840082840082840082840082840082840082840082840082840082840082
8400828400828400828400828400828400828400828400828400828400828400
8284008284008284008284008284008284008284008284008284008284008284
008284008284008284008284008284008284}
NumGlyphs = 2
end
object ZAxisGroupBox: TGroupBox
Left = 216
Top = 320
Width = 201
Height = 97
Caption = 'Z Axis'
Enabled = False
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 8
object ZAngleLabel: TLabel
Left = 8
Top = 20
Width = 35
Height = 16
Caption = 'Angle'
end
object ZLengthLabel: TLabel
Left = 8
Top = 44
Width = 40
Height = 16
Caption = 'Length'
end
object ZInterceptLabel: TLabel
Left = 8
Top = 68
Width = 51
Height = 16
Caption = 'Intercept'
end
object ZAngleNEdit: TNEdit
Left = 104
Top = 16
Width = 88
Height = 24
HelpContext = 3340
DataType = dtWord
Max = 359.000000000000000000
NumericType = ntInteger
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = '0'
OnChange = ZAngleNEditChange
end
object ZLengthNEdit: TNEdit
Left = 104
Top = 40
Width = 88
Height = 24
HelpContext = 3350
DataType = dtWord
Min = 1.000000000000000000
Max = 1000.000000000000000000
NumericType = ntInteger
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = '1'
OnChange = ZLengthNEditChange
end
object ZInterceptNEdit: TNEdit
Left = 104
Top = 64
Width = 88
Height = 24
HelpContext = 4270
DataType = dtSingle
Min = -3.4E38
Max = 3.4E38
NumericType = ntScientific
AutoSelect = False
MaxLength = 32767
ParentShowHint = False
ShowHint = True
TabOrder = 2
Text = '0'
OnChange = ZInterceptNEditChange
end
end
object LimitsGroupBox: TGroupBox
Left = 216
Top = 224
Width = 201
Height = 97
Caption = 'Limits'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
TabOrder = 14
object LowerLimitLabel: TLabel
Left = 8
Top = 20
Width = 36
Height = 16
Caption = 'Lower'
end
object UpperLimitLabel: TLabel
Left = 8
Top = 44
Width = 38
Height = 16
Caption = 'Upper'
end
object LowerLimitNEdit: TNEdit
Left = 104
Top = 16
Width = 88
Height = 24
HelpContext = 3340
DataType = dtSingle
Min = -3.4E38
Max = 3.4E38
NumericType = ntScientific
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = '0'
OnChange = LowerLimitNEditChange
end
object UpperLimitNEdit: TNEdit
Left = 104
Top = 40
Width = 88
Height = 24
HelpContext = 3350
DataType = dtSingle
Min = -3.4E38
Max = 3.4E38
NumericType = ntScientific
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = '1'
OnChange = UpperLimitNEditChange
end
object LimitsVisibleCheckBox: TCheckBox
Left = 8
Top = 72
Width = 185
Height = 17
Caption = 'Visible'
TabOrder = 2
OnClick = LimitsVisibleCheckBoxClick
end
end
end