|
@@ -1,14 +1,15 @@
|
|
object Form1: TForm1
|
|
object Form1: TForm1
|
|
- Left = 232
|
|
|
|
- Height = 549
|
|
|
|
- Top = 109
|
|
|
|
- Width = 665
|
|
|
|
|
|
+ Left = -1685
|
|
|
|
+ Height = 582
|
|
|
|
+ Top = 146
|
|
|
|
+ Width = 691
|
|
AllowDropFiles = True
|
|
AllowDropFiles = True
|
|
Caption = 'SPS Emulator'
|
|
Caption = 'SPS Emulator'
|
|
- ClientHeight = 549
|
|
|
|
- ClientWidth = 665
|
|
|
|
- Constraints.MinHeight = 472
|
|
|
|
- Constraints.MinWidth = 620
|
|
|
|
|
|
+ ClientHeight = 582
|
|
|
|
+ ClientWidth = 691
|
|
|
|
+ Constraints.MinHeight = 582
|
|
|
|
+ Constraints.MinWidth = 684
|
|
|
|
+ DesignTimePPI = 120
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
OnCreate = FormCreate
|
|
OnDropFiles = FormDropFiles
|
|
OnDropFiles = FormDropFiles
|
|
@@ -16,27 +17,28 @@ object Form1: TForm1
|
|
ShowHint = True
|
|
ShowHint = True
|
|
LCLVersion = '1.8.4.0'
|
|
LCLVersion = '1.8.4.0'
|
|
object Panel1: TPanel
|
|
object Panel1: TPanel
|
|
- Left = 345
|
|
|
|
- Height = 500
|
|
|
|
|
|
+ Left = 367
|
|
|
|
+ Height = 527
|
|
Top = 26
|
|
Top = 26
|
|
- Width = 320
|
|
|
|
|
|
+ Width = 324
|
|
Align = alRight
|
|
Align = alRight
|
|
BevelOuter = bvNone
|
|
BevelOuter = bvNone
|
|
- ClientHeight = 500
|
|
|
|
|
|
+ BorderStyle = bsSingle
|
|
|
|
+ ClientHeight = 523
|
|
ClientWidth = 320
|
|
ClientWidth = 320
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
object GroupBox1: TGroupBox
|
|
object GroupBox1: TGroupBox
|
|
Left = 182
|
|
Left = 182
|
|
- Height = 291
|
|
|
|
|
|
+ Height = 294
|
|
Top = 5
|
|
Top = 5
|
|
Width = 134
|
|
Width = 134
|
|
Caption = 'ID_OUTPUT'
|
|
Caption = 'ID_OUTPUT'
|
|
- ClientHeight = 271
|
|
|
|
|
|
+ ClientHeight = 269
|
|
ClientWidth = 130
|
|
ClientWidth = 130
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
object PWM1: TLabeledEdit
|
|
object PWM1: TLabeledEdit
|
|
Left = 57
|
|
Left = 57
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 120
|
|
Top = 120
|
|
Width = 40
|
|
Width = 40
|
|
EditLabel.AnchorSideTop.Control = PWM1
|
|
EditLabel.AnchorSideTop.Control = PWM1
|
|
@@ -44,10 +46,10 @@ object Form1: TForm1
|
|
EditLabel.AnchorSideRight.Control = PWM1
|
|
EditLabel.AnchorSideRight.Control = PWM1
|
|
EditLabel.AnchorSideBottom.Control = PWM1
|
|
EditLabel.AnchorSideBottom.Control = PWM1
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 16
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
|
|
+ EditLabel.Left = 8
|
|
|
|
+ EditLabel.Height = 20
|
|
EditLabel.Top = 124
|
|
EditLabel.Top = 124
|
|
- EditLabel.Width = 38
|
|
|
|
|
|
+ EditLabel.Width = 46
|
|
EditLabel.Caption = 'PWM.1'
|
|
EditLabel.Caption = 'PWM.1'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -56,7 +58,7 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object PWM2: TLabeledEdit
|
|
object PWM2: TLabeledEdit
|
|
Left = 57
|
|
Left = 57
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 148
|
|
Top = 148
|
|
Width = 40
|
|
Width = 40
|
|
EditLabel.AnchorSideTop.Control = PWM2
|
|
EditLabel.AnchorSideTop.Control = PWM2
|
|
@@ -64,10 +66,10 @@ object Form1: TForm1
|
|
EditLabel.AnchorSideRight.Control = PWM2
|
|
EditLabel.AnchorSideRight.Control = PWM2
|
|
EditLabel.AnchorSideBottom.Control = PWM2
|
|
EditLabel.AnchorSideBottom.Control = PWM2
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 16
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
|
|
+ EditLabel.Left = 8
|
|
|
|
+ EditLabel.Height = 20
|
|
EditLabel.Top = 152
|
|
EditLabel.Top = 152
|
|
- EditLabel.Width = 38
|
|
|
|
|
|
+ EditLabel.Width = 46
|
|
EditLabel.Caption = 'PWM.2'
|
|
EditLabel.Caption = 'PWM.2'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -76,33 +78,33 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object Label10: TLabel
|
|
object Label10: TLabel
|
|
Left = 6
|
|
Left = 6
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 25
|
|
Top = 25
|
|
- Width = 73
|
|
|
|
|
|
+ Width = 90
|
|
Caption = 'ID_OUTPUT_1'
|
|
Caption = 'ID_OUTPUT_1'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object Label11: TLabel
|
|
object Label11: TLabel
|
|
Left = 6
|
|
Left = 6
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 47
|
|
Top = 47
|
|
- Width = 73
|
|
|
|
|
|
+ Width = 90
|
|
Caption = 'ID_OUTPUT_2'
|
|
Caption = 'ID_OUTPUT_2'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object Label12: TLabel
|
|
object Label12: TLabel
|
|
Left = 6
|
|
Left = 6
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 71
|
|
Top = 71
|
|
- Width = 73
|
|
|
|
|
|
+ Width = 90
|
|
Caption = 'ID_OUTPUT_3'
|
|
Caption = 'ID_OUTPUT_3'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object Label13: TLabel
|
|
object Label13: TLabel
|
|
Left = 6
|
|
Left = 6
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 95
|
|
Top = 95
|
|
- Width = 73
|
|
|
|
|
|
+ Width = 90
|
|
Caption = 'ID_OUTPUT_4'
|
|
Caption = 'ID_OUTPUT_4'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
@@ -136,7 +138,7 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object Servo1: TLabeledEdit
|
|
object Servo1: TLabeledEdit
|
|
Left = 57
|
|
Left = 57
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 178
|
|
Top = 178
|
|
Width = 40
|
|
Width = 40
|
|
EditLabel.AnchorSideTop.Control = Servo1
|
|
EditLabel.AnchorSideTop.Control = Servo1
|
|
@@ -144,10 +146,10 @@ object Form1: TForm1
|
|
EditLabel.AnchorSideRight.Control = Servo1
|
|
EditLabel.AnchorSideRight.Control = Servo1
|
|
EditLabel.AnchorSideBottom.Control = Servo1
|
|
EditLabel.AnchorSideBottom.Control = Servo1
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 16
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
|
|
+ EditLabel.Left = 6
|
|
|
|
+ EditLabel.Height = 20
|
|
EditLabel.Top = 182
|
|
EditLabel.Top = 182
|
|
- EditLabel.Width = 38
|
|
|
|
|
|
+ EditLabel.Width = 48
|
|
EditLabel.Caption = 'Servo.1'
|
|
EditLabel.Caption = 'Servo.1'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -156,7 +158,7 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object Servo2: TLabeledEdit
|
|
object Servo2: TLabeledEdit
|
|
Left = 57
|
|
Left = 57
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 205
|
|
Top = 205
|
|
Width = 40
|
|
Width = 40
|
|
EditLabel.AnchorSideTop.Control = Servo2
|
|
EditLabel.AnchorSideTop.Control = Servo2
|
|
@@ -164,10 +166,10 @@ object Form1: TForm1
|
|
EditLabel.AnchorSideRight.Control = Servo2
|
|
EditLabel.AnchorSideRight.Control = Servo2
|
|
EditLabel.AnchorSideBottom.Control = Servo2
|
|
EditLabel.AnchorSideBottom.Control = Servo2
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 16
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
|
|
+ EditLabel.Left = 6
|
|
|
|
+ EditLabel.Height = 20
|
|
EditLabel.Top = 209
|
|
EditLabel.Top = 209
|
|
- EditLabel.Width = 38
|
|
|
|
|
|
+ EditLabel.Width = 48
|
|
EditLabel.Caption = 'Servo.2'
|
|
EditLabel.Caption = 'Servo.2'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -192,9 +194,9 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object Label5: TLabel
|
|
object Label5: TLabel
|
|
Left = 16
|
|
Left = 16
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 240
|
|
Top = 240
|
|
- Width = 26
|
|
|
|
|
|
+ Width = 32
|
|
Caption = 'Tone'
|
|
Caption = 'Tone'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
@@ -214,48 +216,48 @@ object Form1: TForm1
|
|
Top = 5
|
|
Top = 5
|
|
Width = 172
|
|
Width = 172
|
|
Caption = 'ID_INPUT'
|
|
Caption = 'ID_INPUT'
|
|
- ClientHeight = 274
|
|
|
|
|
|
+ ClientHeight = 269
|
|
ClientWidth = 168
|
|
ClientWidth = 168
|
|
TabOrder = 1
|
|
TabOrder = 1
|
|
object Din4: TCheckBox
|
|
object Din4: TCheckBox
|
|
Left = 14
|
|
Left = 14
|
|
- Height = 19
|
|
|
|
|
|
+ Height = 24
|
|
Top = 95
|
|
Top = 95
|
|
- Width = 81
|
|
|
|
|
|
+ Width = 100
|
|
Caption = 'ID_INPUT_4'
|
|
Caption = 'ID_INPUT_4'
|
|
ParentBidiMode = False
|
|
ParentBidiMode = False
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object Din3: TCheckBox
|
|
object Din3: TCheckBox
|
|
Left = 14
|
|
Left = 14
|
|
- Height = 19
|
|
|
|
|
|
+ Height = 24
|
|
Top = 71
|
|
Top = 71
|
|
- Width = 81
|
|
|
|
|
|
+ Width = 100
|
|
Caption = 'ID_INPUT_3'
|
|
Caption = 'ID_INPUT_3'
|
|
ParentBidiMode = False
|
|
ParentBidiMode = False
|
|
TabOrder = 1
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object Din2: TCheckBox
|
|
object Din2: TCheckBox
|
|
Left = 14
|
|
Left = 14
|
|
- Height = 19
|
|
|
|
|
|
+ Height = 24
|
|
Top = 47
|
|
Top = 47
|
|
- Width = 81
|
|
|
|
|
|
+ Width = 100
|
|
Caption = 'ID_INPUT_2'
|
|
Caption = 'ID_INPUT_2'
|
|
ParentBidiMode = False
|
|
ParentBidiMode = False
|
|
TabOrder = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object Din1: TCheckBox
|
|
object Din1: TCheckBox
|
|
Left = 14
|
|
Left = 14
|
|
- Height = 19
|
|
|
|
|
|
+ Height = 24
|
|
Top = 25
|
|
Top = 25
|
|
- Width = 81
|
|
|
|
|
|
+ Width = 100
|
|
Caption = 'ID_INPUT_1'
|
|
Caption = 'ID_INPUT_1'
|
|
ParentBidiMode = False
|
|
ParentBidiMode = False
|
|
TabOrder = 3
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object ADC1: TSpinEdit
|
|
object ADC1: TSpinEdit
|
|
Left = 62
|
|
Left = 62
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 120
|
|
Top = 120
|
|
Width = 54
|
|
Width = 54
|
|
MaxValue = 255
|
|
MaxValue = 255
|
|
@@ -263,7 +265,7 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object ADC2: TSpinEdit
|
|
object ADC2: TSpinEdit
|
|
Left = 62
|
|
Left = 62
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 148
|
|
Top = 148
|
|
Width = 54
|
|
Width = 54
|
|
MaxValue = 255
|
|
MaxValue = 255
|
|
@@ -271,23 +273,23 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object Label1: TLabel
|
|
object Label1: TLabel
|
|
Left = 14
|
|
Left = 14
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 127
|
|
Top = 127
|
|
- Width = 33
|
|
|
|
|
|
+ Width = 41
|
|
Caption = 'ADC.1'
|
|
Caption = 'ADC.1'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object Label2: TLabel
|
|
object Label2: TLabel
|
|
Left = 14
|
|
Left = 14
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 154
|
|
Top = 154
|
|
- Width = 33
|
|
|
|
|
|
+ Width = 41
|
|
Caption = 'ADC.2'
|
|
Caption = 'ADC.2'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object RC1: TSpinEdit
|
|
object RC1: TSpinEdit
|
|
Left = 62
|
|
Left = 62
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 177
|
|
Top = 177
|
|
Width = 54
|
|
Width = 54
|
|
MaxValue = 255
|
|
MaxValue = 255
|
|
@@ -295,7 +297,7 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object RC2: TSpinEdit
|
|
object RC2: TSpinEdit
|
|
Left = 62
|
|
Left = 62
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 205
|
|
Top = 205
|
|
Width = 54
|
|
Width = 54
|
|
MaxValue = 255
|
|
MaxValue = 255
|
|
@@ -303,17 +305,17 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object Label16: TLabel
|
|
object Label16: TLabel
|
|
Left = 14
|
|
Left = 14
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 183
|
|
Top = 183
|
|
- Width = 24
|
|
|
|
|
|
+ Width = 29
|
|
Caption = 'RC.1'
|
|
Caption = 'RC.1'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object Label17: TLabel
|
|
object Label17: TLabel
|
|
Left = 14
|
|
Left = 14
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 211
|
|
Top = 211
|
|
- Width = 24
|
|
|
|
|
|
+ Width = 29
|
|
Caption = 'RC.2'
|
|
Caption = 'RC.2'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
@@ -335,7 +337,7 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object ToolBar2: TToolBar
|
|
object ToolBar2: TToolBar
|
|
Left = 133
|
|
Left = 133
|
|
- Height = 274
|
|
|
|
|
|
+ Height = 269
|
|
Top = 0
|
|
Top = 0
|
|
Width = 35
|
|
Width = 35
|
|
Align = alRight
|
|
Align = alRight
|
|
@@ -357,7 +359,7 @@ object Form1: TForm1
|
|
object tbPreset2: TToolButton
|
|
object tbPreset2: TToolButton
|
|
Left = 3
|
|
Left = 3
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
- Top = 25
|
|
|
|
|
|
+ Top = 30
|
|
Caption = '2'
|
|
Caption = '2'
|
|
OnClick = tbPreset1Click
|
|
OnClick = tbPreset1Click
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
@@ -365,7 +367,7 @@ object Form1: TForm1
|
|
object tbPreset3: TToolButton
|
|
object tbPreset3: TToolButton
|
|
Left = 3
|
|
Left = 3
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
- Top = 48
|
|
|
|
|
|
+ Top = 58
|
|
Caption = '3'
|
|
Caption = '3'
|
|
OnClick = tbPreset1Click
|
|
OnClick = tbPreset1Click
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
@@ -373,7 +375,7 @@ object Form1: TForm1
|
|
object tbPreset4: TToolButton
|
|
object tbPreset4: TToolButton
|
|
Left = 3
|
|
Left = 3
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
- Top = 71
|
|
|
|
|
|
+ Top = 86
|
|
Caption = '4'
|
|
Caption = '4'
|
|
OnClick = tbPreset1Click
|
|
OnClick = tbPreset1Click
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
@@ -381,7 +383,7 @@ object Form1: TForm1
|
|
object tbPreset5: TToolButton
|
|
object tbPreset5: TToolButton
|
|
Left = 3
|
|
Left = 3
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
- Top = 94
|
|
|
|
|
|
+ Top = 114
|
|
Caption = '5'
|
|
Caption = '5'
|
|
OnClick = tbPreset1Click
|
|
OnClick = tbPreset1Click
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
@@ -389,7 +391,7 @@ object Form1: TForm1
|
|
object tbPreset6: TToolButton
|
|
object tbPreset6: TToolButton
|
|
Left = 3
|
|
Left = 3
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
- Top = 117
|
|
|
|
|
|
+ Top = 142
|
|
Caption = '6'
|
|
Caption = '6'
|
|
OnClick = tbPreset1Click
|
|
OnClick = tbPreset1Click
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
@@ -397,7 +399,7 @@ object Form1: TForm1
|
|
object tbPreset7: TToolButton
|
|
object tbPreset7: TToolButton
|
|
Left = 3
|
|
Left = 3
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
- Top = 140
|
|
|
|
|
|
+ Top = 170
|
|
Caption = '7'
|
|
Caption = '7'
|
|
OnClick = tbPreset1Click
|
|
OnClick = tbPreset1Click
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
@@ -405,7 +407,7 @@ object Form1: TForm1
|
|
object tbPreset8: TToolButton
|
|
object tbPreset8: TToolButton
|
|
Left = 3
|
|
Left = 3
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
Hint = 'Zum Speichern der Eingangsparameter bitte rechte Maustaste über den jeweiligen Button betätigen.'
|
|
- Top = 163
|
|
|
|
|
|
+ Top = 198
|
|
Caption = '8'
|
|
Caption = '8'
|
|
OnClick = tbPreset1Click
|
|
OnClick = tbPreset1Click
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
OnContextPopup = tbPreset1ContextPopup
|
|
@@ -413,34 +415,34 @@ object Form1: TForm1
|
|
object tbReset: TToolButton
|
|
object tbReset: TToolButton
|
|
Left = 3
|
|
Left = 3
|
|
Hint = 'EInstellungen zurücksetzen'
|
|
Hint = 'EInstellungen zurücksetzen'
|
|
- Top = 186
|
|
|
|
|
|
+ Top = 226
|
|
Caption = 'R'
|
|
Caption = 'R'
|
|
OnClick = tbResetClick
|
|
OnClick = tbResetClick
|
|
end
|
|
end
|
|
object tbPreLoad: TToolButton
|
|
object tbPreLoad: TToolButton
|
|
- Left = 3
|
|
|
|
- Top = 209
|
|
|
|
|
|
+ Left = 33
|
|
|
|
+ Top = 2
|
|
Action = acPresetLoad
|
|
Action = acPresetLoad
|
|
end
|
|
end
|
|
object tbPreSave: TToolButton
|
|
object tbPreSave: TToolButton
|
|
- Left = 3
|
|
|
|
- Top = 232
|
|
|
|
|
|
+ Left = 33
|
|
|
|
+ Top = 30
|
|
Action = acPresetSave
|
|
Action = acPresetSave
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object GroupBox3: TGroupBox
|
|
object GroupBox3: TGroupBox
|
|
- Left = 8
|
|
|
|
- Height = 134
|
|
|
|
|
|
+ Left = 4
|
|
|
|
+ Height = 142
|
|
Top = 304
|
|
Top = 304
|
|
Width = 312
|
|
Width = 312
|
|
Caption = 'ID_INTERNAL_DATA'
|
|
Caption = 'ID_INTERNAL_DATA'
|
|
- ClientHeight = 114
|
|
|
|
|
|
+ ClientHeight = 117
|
|
ClientWidth = 308
|
|
ClientWidth = 308
|
|
TabOrder = 2
|
|
TabOrder = 2
|
|
object EditA: TLabeledEdit
|
|
object EditA: TLabeledEdit
|
|
Left = 22
|
|
Left = 22
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 4
|
|
Top = 4
|
|
Width = 40
|
|
Width = 40
|
|
EditLabel.AnchorSideTop.Control = EditA
|
|
EditLabel.AnchorSideTop.Control = EditA
|
|
@@ -448,10 +450,10 @@ object Form1: TForm1
|
|
EditLabel.AnchorSideRight.Control = EditA
|
|
EditLabel.AnchorSideRight.Control = EditA
|
|
EditLabel.AnchorSideBottom.Control = EditA
|
|
EditLabel.AnchorSideBottom.Control = EditA
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 11
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
|
|
+ EditLabel.Left = 9
|
|
|
|
+ EditLabel.Height = 20
|
|
EditLabel.Top = 8
|
|
EditLabel.Top = 8
|
|
- EditLabel.Width = 8
|
|
|
|
|
|
+ EditLabel.Width = 10
|
|
EditLabel.Caption = 'A'
|
|
EditLabel.Caption = 'A'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -460,18 +462,18 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object EditC: TLabeledEdit
|
|
object EditC: TLabeledEdit
|
|
Left = 22
|
|
Left = 22
|
|
- Height = 23
|
|
|
|
- Top = 28
|
|
|
|
|
|
+ Height = 28
|
|
|
|
+ Top = 32
|
|
Width = 40
|
|
Width = 40
|
|
EditLabel.AnchorSideTop.Control = EditC
|
|
EditLabel.AnchorSideTop.Control = EditC
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideRight.Control = EditC
|
|
EditLabel.AnchorSideRight.Control = EditC
|
|
EditLabel.AnchorSideBottom.Control = EditC
|
|
EditLabel.AnchorSideBottom.Control = EditC
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 11
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
- EditLabel.Top = 32
|
|
|
|
- EditLabel.Width = 8
|
|
|
|
|
|
+ EditLabel.Left = 10
|
|
|
|
+ EditLabel.Height = 20
|
|
|
|
+ EditLabel.Top = 36
|
|
|
|
+ EditLabel.Width = 9
|
|
EditLabel.Caption = 'C'
|
|
EditLabel.Caption = 'C'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -480,18 +482,18 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object EditE: TLabeledEdit
|
|
object EditE: TLabeledEdit
|
|
Left = 22
|
|
Left = 22
|
|
- Height = 23
|
|
|
|
- Top = 52
|
|
|
|
|
|
+ Height = 28
|
|
|
|
+ Top = 60
|
|
Width = 40
|
|
Width = 40
|
|
EditLabel.AnchorSideTop.Control = EditE
|
|
EditLabel.AnchorSideTop.Control = EditE
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideRight.Control = EditE
|
|
EditLabel.AnchorSideRight.Control = EditE
|
|
EditLabel.AnchorSideBottom.Control = EditE
|
|
EditLabel.AnchorSideBottom.Control = EditE
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 13
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
- EditLabel.Top = 56
|
|
|
|
- EditLabel.Width = 6
|
|
|
|
|
|
+ EditLabel.Left = 11
|
|
|
|
+ EditLabel.Height = 20
|
|
|
|
+ EditLabel.Top = 64
|
|
|
|
+ EditLabel.Width = 8
|
|
EditLabel.Caption = 'E'
|
|
EditLabel.Caption = 'E'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -500,7 +502,7 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object EditB: TLabeledEdit
|
|
object EditB: TLabeledEdit
|
|
Left = 86
|
|
Left = 86
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 4
|
|
Top = 4
|
|
Width = 40
|
|
Width = 40
|
|
EditLabel.AnchorSideTop.Control = EditB
|
|
EditLabel.AnchorSideTop.Control = EditB
|
|
@@ -508,10 +510,10 @@ object Form1: TForm1
|
|
EditLabel.AnchorSideRight.Control = EditB
|
|
EditLabel.AnchorSideRight.Control = EditB
|
|
EditLabel.AnchorSideBottom.Control = EditB
|
|
EditLabel.AnchorSideBottom.Control = EditB
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 76
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
|
|
+ EditLabel.Left = 74
|
|
|
|
+ EditLabel.Height = 20
|
|
EditLabel.Top = 8
|
|
EditLabel.Top = 8
|
|
- EditLabel.Width = 7
|
|
|
|
|
|
+ EditLabel.Width = 9
|
|
EditLabel.Caption = 'B'
|
|
EditLabel.Caption = 'B'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -520,18 +522,18 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object EditD: TLabeledEdit
|
|
object EditD: TLabeledEdit
|
|
Left = 86
|
|
Left = 86
|
|
- Height = 23
|
|
|
|
- Top = 28
|
|
|
|
|
|
+ Height = 28
|
|
|
|
+ Top = 32
|
|
Width = 40
|
|
Width = 40
|
|
EditLabel.AnchorSideTop.Control = EditD
|
|
EditLabel.AnchorSideTop.Control = EditD
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideRight.Control = EditD
|
|
EditLabel.AnchorSideRight.Control = EditD
|
|
EditLabel.AnchorSideBottom.Control = EditD
|
|
EditLabel.AnchorSideBottom.Control = EditD
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 75
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
- EditLabel.Top = 32
|
|
|
|
- EditLabel.Width = 8
|
|
|
|
|
|
+ EditLabel.Left = 72
|
|
|
|
+ EditLabel.Height = 20
|
|
|
|
+ EditLabel.Top = 36
|
|
|
|
+ EditLabel.Width = 11
|
|
EditLabel.Caption = 'D'
|
|
EditLabel.Caption = 'D'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -540,18 +542,18 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object EditF: TLabeledEdit
|
|
object EditF: TLabeledEdit
|
|
Left = 86
|
|
Left = 86
|
|
- Height = 23
|
|
|
|
- Top = 52
|
|
|
|
|
|
+ Height = 28
|
|
|
|
+ Top = 60
|
|
Width = 40
|
|
Width = 40
|
|
EditLabel.AnchorSideTop.Control = EditF
|
|
EditLabel.AnchorSideTop.Control = EditF
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideRight.Control = EditF
|
|
EditLabel.AnchorSideRight.Control = EditF
|
|
EditLabel.AnchorSideBottom.Control = EditF
|
|
EditLabel.AnchorSideBottom.Control = EditF
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 77
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
- EditLabel.Top = 56
|
|
|
|
- EditLabel.Width = 6
|
|
|
|
|
|
+ EditLabel.Left = 76
|
|
|
|
+ EditLabel.Height = 20
|
|
|
|
+ EditLabel.Top = 64
|
|
|
|
+ EditLabel.Width = 7
|
|
EditLabel.Caption = 'F'
|
|
EditLabel.Caption = 'F'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -560,7 +562,7 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object EditAddr: TLabeledEdit
|
|
object EditAddr: TLabeledEdit
|
|
Left = 174
|
|
Left = 174
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 4
|
|
Top = 4
|
|
Width = 48
|
|
Width = 48
|
|
EditLabel.AnchorSideTop.Control = EditAddr
|
|
EditLabel.AnchorSideTop.Control = EditAddr
|
|
@@ -568,10 +570,10 @@ object Form1: TForm1
|
|
EditLabel.AnchorSideRight.Control = EditAddr
|
|
EditLabel.AnchorSideRight.Control = EditAddr
|
|
EditLabel.AnchorSideBottom.Control = EditAddr
|
|
EditLabel.AnchorSideBottom.Control = EditAddr
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 145
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
|
|
+ EditLabel.Left = 138
|
|
|
|
+ EditLabel.Height = 20
|
|
EditLabel.Top = 8
|
|
EditLabel.Top = 8
|
|
- EditLabel.Width = 26
|
|
|
|
|
|
+ EditLabel.Width = 33
|
|
EditLabel.Caption = 'Addr'
|
|
EditLabel.Caption = 'Addr'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -580,19 +582,19 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object EditRAdr: TLabeledEdit
|
|
object EditRAdr: TLabeledEdit
|
|
Left = 174
|
|
Left = 174
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Hint = 'Rücksprungadresse'
|
|
Hint = 'Rücksprungadresse'
|
|
- Top = 52
|
|
|
|
|
|
+ Top = 60
|
|
Width = 48
|
|
Width = 48
|
|
EditLabel.AnchorSideTop.Control = EditRAdr
|
|
EditLabel.AnchorSideTop.Control = EditRAdr
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideRight.Control = EditRAdr
|
|
EditLabel.AnchorSideRight.Control = EditRAdr
|
|
EditLabel.AnchorSideBottom.Control = EditRAdr
|
|
EditLabel.AnchorSideBottom.Control = EditRAdr
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 145
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
- EditLabel.Top = 56
|
|
|
|
- EditLabel.Width = 26
|
|
|
|
|
|
+ EditLabel.Left = 138
|
|
|
|
+ EditLabel.Height = 20
|
|
|
|
+ EditLabel.Top = 64
|
|
|
|
+ EditLabel.Width = 33
|
|
EditLabel.Caption = 'RAdr'
|
|
EditLabel.Caption = 'RAdr'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -601,34 +603,34 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object lbStack: TListBox
|
|
object lbStack: TListBox
|
|
Left = 232
|
|
Left = 232
|
|
- Height = 64
|
|
|
|
- Top = 10
|
|
|
|
|
|
+ Height = 84
|
|
|
|
+ Top = 32
|
|
Width = 71
|
|
Width = 71
|
|
ItemHeight = 0
|
|
ItemHeight = 0
|
|
TabOrder = 8
|
|
TabOrder = 8
|
|
end
|
|
end
|
|
object Label4: TLabel
|
|
object Label4: TLabel
|
|
- Left = 235
|
|
|
|
- Height = 15
|
|
|
|
- Top = -6
|
|
|
|
- Width = 28
|
|
|
|
|
|
+ Left = 232
|
|
|
|
+ Height = 20
|
|
|
|
+ Top = 8
|
|
|
|
+ Width = 35
|
|
Caption = 'Stack'
|
|
Caption = 'Stack'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object EditDelay: TLabeledEdit
|
|
object EditDelay: TLabeledEdit
|
|
Left = 174
|
|
Left = 174
|
|
- Height = 23
|
|
|
|
- Top = 76
|
|
|
|
|
|
+ Height = 28
|
|
|
|
+ Top = 88
|
|
Width = 48
|
|
Width = 48
|
|
EditLabel.AnchorSideTop.Control = EditDelay
|
|
EditLabel.AnchorSideTop.Control = EditDelay
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideRight.Control = EditDelay
|
|
EditLabel.AnchorSideRight.Control = EditDelay
|
|
EditLabel.AnchorSideBottom.Control = EditDelay
|
|
EditLabel.AnchorSideBottom.Control = EditDelay
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 142
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
- EditLabel.Top = 80
|
|
|
|
- EditLabel.Width = 29
|
|
|
|
|
|
+ EditLabel.Left = 133
|
|
|
|
+ EditLabel.Height = 20
|
|
|
|
+ EditLabel.Top = 92
|
|
|
|
+ EditLabel.Width = 38
|
|
EditLabel.Caption = 'Delay'
|
|
EditLabel.Caption = 'Delay'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
@@ -637,39 +639,59 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object EditPage: TLabeledEdit
|
|
object EditPage: TLabeledEdit
|
|
Left = 174
|
|
Left = 174
|
|
- Height = 23
|
|
|
|
- Top = 28
|
|
|
|
|
|
+ Height = 28
|
|
|
|
+ Top = 32
|
|
Width = 48
|
|
Width = 48
|
|
EditLabel.AnchorSideTop.Control = EditPage
|
|
EditLabel.AnchorSideTop.Control = EditPage
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideTop.Side = asrCenter
|
|
EditLabel.AnchorSideRight.Control = EditPage
|
|
EditLabel.AnchorSideRight.Control = EditPage
|
|
EditLabel.AnchorSideBottom.Control = EditPage
|
|
EditLabel.AnchorSideBottom.Control = EditPage
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
EditLabel.AnchorSideBottom.Side = asrBottom
|
|
- EditLabel.Left = 145
|
|
|
|
- EditLabel.Height = 15
|
|
|
|
- EditLabel.Top = 32
|
|
|
|
- EditLabel.Width = 26
|
|
|
|
|
|
+ EditLabel.Left = 139
|
|
|
|
+ EditLabel.Height = 20
|
|
|
|
+ EditLabel.Top = 36
|
|
|
|
+ EditLabel.Width = 32
|
|
EditLabel.Caption = 'Page'
|
|
EditLabel.Caption = 'Page'
|
|
EditLabel.ParentColor = False
|
|
EditLabel.ParentColor = False
|
|
LabelPosition = lpLeft
|
|
LabelPosition = lpLeft
|
|
ReadOnly = True
|
|
ReadOnly = True
|
|
TabOrder = 10
|
|
TabOrder = 10
|
|
end
|
|
end
|
|
|
|
+ object EditJump: TLabeledEdit
|
|
|
|
+ Left = 86
|
|
|
|
+ Height = 28
|
|
|
|
+ Top = 88
|
|
|
|
+ Width = 40
|
|
|
|
+ EditLabel.AnchorSideTop.Control = EditJump
|
|
|
|
+ EditLabel.AnchorSideTop.Side = asrCenter
|
|
|
|
+ EditLabel.AnchorSideRight.Control = EditJump
|
|
|
|
+ EditLabel.AnchorSideBottom.Control = EditJump
|
|
|
|
+ EditLabel.AnchorSideBottom.Side = asrBottom
|
|
|
|
+ EditLabel.Left = 30
|
|
|
|
+ EditLabel.Height = 20
|
|
|
|
+ EditLabel.Top = 92
|
|
|
|
+ EditLabel.Width = 53
|
|
|
|
+ EditLabel.Caption = 'Jump to'
|
|
|
|
+ EditLabel.ParentColor = False
|
|
|
|
+ LabelPosition = lpLeft
|
|
|
|
+ ReadOnly = True
|
|
|
|
+ TabOrder = 11
|
|
|
|
+ end
|
|
end
|
|
end
|
|
object GroupBox4: TGroupBox
|
|
object GroupBox4: TGroupBox
|
|
- Left = 8
|
|
|
|
- Height = 49
|
|
|
|
- Top = 438
|
|
|
|
|
|
+ Left = 4
|
|
|
|
+ Height = 56
|
|
|
|
+ Top = 456
|
|
Width = 312
|
|
Width = 312
|
|
Caption = 'ID_CONTROL'
|
|
Caption = 'ID_CONTROL'
|
|
- ClientHeight = 29
|
|
|
|
|
|
+ ClientHeight = 31
|
|
ClientWidth = 308
|
|
ClientWidth = 308
|
|
TabOrder = 3
|
|
TabOrder = 3
|
|
object cbAdrActual: TCheckBox
|
|
object cbAdrActual: TCheckBox
|
|
Left = 5
|
|
Left = 5
|
|
- Height = 19
|
|
|
|
|
|
+ Height = 24
|
|
Top = 4
|
|
Top = 4
|
|
- Width = 119
|
|
|
|
|
|
+ Width = 152
|
|
Caption = 'ID_REFRESH_ADDR'
|
|
Caption = 'ID_REFRESH_ADDR'
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
@@ -679,7 +701,7 @@ object Form1: TForm1
|
|
Left = 0
|
|
Left = 0
|
|
Height = 26
|
|
Height = 26
|
|
Top = 0
|
|
Top = 0
|
|
- Width = 665
|
|
|
|
|
|
+ Width = 691
|
|
ButtonHeight = 22
|
|
ButtonHeight = 22
|
|
ButtonWidth = 22
|
|
ButtonWidth = 22
|
|
Caption = 'ToolBar1'
|
|
Caption = 'ToolBar1'
|
|
@@ -732,11 +754,11 @@ object Form1: TForm1
|
|
Caption = 'ID_EXEC_DEBUG'
|
|
Caption = 'ID_EXEC_DEBUG'
|
|
end
|
|
end
|
|
object cbTPSVersion: TComboBox
|
|
object cbTPSVersion: TComboBox
|
|
- Left = 433
|
|
|
|
- Height = 23
|
|
|
|
|
|
+ Left = 456
|
|
|
|
+ Height = 28
|
|
Top = 2
|
|
Top = 2
|
|
Width = 125
|
|
Width = 125
|
|
- ItemHeight = 15
|
|
|
|
|
|
+ ItemHeight = 20
|
|
Items.Strings = (
|
|
Items.Strings = (
|
|
'TPS Holtek'
|
|
'TPS Holtek'
|
|
'TPS ATMega8'
|
|
'TPS ATMega8'
|
|
@@ -749,9 +771,9 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object Label3: TLabel
|
|
object Label3: TLabel
|
|
Left = 345
|
|
Left = 345
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 2
|
|
Top = 2
|
|
- Width = 88
|
|
|
|
|
|
+ Width = 111
|
|
Alignment = taCenter
|
|
Alignment = taCenter
|
|
Caption = 'ID_TPS_VERSION'
|
|
Caption = 'ID_TPS_VERSION'
|
|
Layout = tlCenter
|
|
Layout = tlCenter
|
|
@@ -814,19 +836,19 @@ object Form1: TForm1
|
|
Caption = 'ID_DELLINE'
|
|
Caption = 'ID_DELLINE'
|
|
end
|
|
end
|
|
object ToolButton17: TToolButton
|
|
object ToolButton17: TToolButton
|
|
- Left = 558
|
|
|
|
|
|
+ Left = 581
|
|
Height = 22
|
|
Height = 22
|
|
Top = 2
|
|
Top = 2
|
|
Caption = 'ToolButton17'
|
|
Caption = 'ToolButton17'
|
|
Style = tbsDivider
|
|
Style = tbsDivider
|
|
end
|
|
end
|
|
object ToolButton18: TToolButton
|
|
object ToolButton18: TToolButton
|
|
- Left = 563
|
|
|
|
|
|
+ Left = 586
|
|
Top = 2
|
|
Top = 2
|
|
Action = acHelpAbout
|
|
Action = acHelpAbout
|
|
end
|
|
end
|
|
object MCSLabel: TLabel
|
|
object MCSLabel: TLabel
|
|
- Left = 587
|
|
|
|
|
|
+ Left = 610
|
|
Height = 22
|
|
Height = 22
|
|
Top = 2
|
|
Top = 2
|
|
Width = 20
|
|
Width = 20
|
|
@@ -845,27 +867,27 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object StatusBar1: TStatusBar
|
|
object StatusBar1: TStatusBar
|
|
Left = 0
|
|
Left = 0
|
|
- Height = 23
|
|
|
|
- Top = 526
|
|
|
|
- Width = 665
|
|
|
|
|
|
+ Height = 29
|
|
|
|
+ Top = 553
|
|
|
|
+ Width = 691
|
|
Panels = <>
|
|
Panels = <>
|
|
end
|
|
end
|
|
object Panel2: TPanel
|
|
object Panel2: TPanel
|
|
Left = 0
|
|
Left = 0
|
|
- Height = 500
|
|
|
|
|
|
+ Height = 527
|
|
Top = 26
|
|
Top = 26
|
|
- Width = 345
|
|
|
|
|
|
+ Width = 367
|
|
Align = alClient
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
BevelOuter = bvNone
|
|
Caption = 'Panel2'
|
|
Caption = 'Panel2'
|
|
- ClientHeight = 500
|
|
|
|
- ClientWidth = 345
|
|
|
|
|
|
+ ClientHeight = 527
|
|
|
|
+ ClientWidth = 367
|
|
TabOrder = 3
|
|
TabOrder = 3
|
|
object StringGrid1: TStringGrid
|
|
object StringGrid1: TStringGrid
|
|
Left = 0
|
|
Left = 0
|
|
- Height = 466
|
|
|
|
|
|
+ Height = 493
|
|
Top = 0
|
|
Top = 0
|
|
- Width = 345
|
|
|
|
|
|
+ Width = 367
|
|
Align = alClient
|
|
Align = alClient
|
|
Columns = <
|
|
Columns = <
|
|
item
|
|
item
|
|
@@ -904,20 +926,20 @@ object Form1: TForm1
|
|
object Panel3: TPanel
|
|
object Panel3: TPanel
|
|
Left = 0
|
|
Left = 0
|
|
Height = 34
|
|
Height = 34
|
|
- Top = 466
|
|
|
|
- Width = 345
|
|
|
|
|
|
+ Top = 493
|
|
|
|
+ Width = 367
|
|
Align = alBottom
|
|
Align = alBottom
|
|
BevelInner = bvLowered
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
BevelOuter = bvNone
|
|
ClientHeight = 34
|
|
ClientHeight = 34
|
|
- ClientWidth = 345
|
|
|
|
|
|
+ ClientWidth = 367
|
|
TabOrder = 1
|
|
TabOrder = 1
|
|
object cbCommand: TComboBox
|
|
object cbCommand: TComboBox
|
|
Left = 64
|
|
Left = 64
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 4
|
|
Top = 4
|
|
Width = 100
|
|
Width = 100
|
|
- ItemHeight = 15
|
|
|
|
|
|
+ ItemHeight = 20
|
|
Items.Strings = (
|
|
Items.Strings = (
|
|
''
|
|
''
|
|
'Dout'
|
|
'Dout'
|
|
@@ -945,7 +967,7 @@ object Form1: TForm1
|
|
AnchorSideRight.Control = cbCommand
|
|
AnchorSideRight.Control = cbCommand
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 8
|
|
Left = 8
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 8
|
|
Top = 8
|
|
Width = 156
|
|
Width = 156
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Anchors = [akTop, akLeft, akRight]
|
|
@@ -954,10 +976,10 @@ object Form1: TForm1
|
|
end
|
|
end
|
|
object cbData: TComboBox
|
|
object cbData: TComboBox
|
|
Left = 232
|
|
Left = 232
|
|
- Height = 23
|
|
|
|
|
|
+ Height = 28
|
|
Top = 4
|
|
Top = 4
|
|
Width = 100
|
|
Width = 100
|
|
- ItemHeight = 15
|
|
|
|
|
|
+ ItemHeight = 20
|
|
ItemIndex = 0
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
Items.Strings = (
|
|
''
|
|
''
|
|
@@ -982,9 +1004,9 @@ object Form1: TForm1
|
|
AnchorSideTop.Control = cbData
|
|
AnchorSideTop.Control = cbData
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 184
|
|
Left = 184
|
|
- Height = 15
|
|
|
|
|
|
+ Height = 20
|
|
Top = 8
|
|
Top = 8
|
|
- Width = 76
|
|
|
|
|
|
+ Width = 96
|
|
Caption = 'ID_MNE_DATA'
|
|
Caption = 'ID_MNE_DATA'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
end
|
|
end
|