home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 July
/
Chip_1999-07_cd.bin
/
zkuste
/
Delphi
/
D
/
sce.exe
/
PRGEDIT.EXE
/
0
/
RCDATA
/
TERKENNENFORM
/
TERKENNENFORM.txt
< prev
Wrap
Text File
|
1999-01-01
|
10KB
|
523 lines
object ErkennenForm: TErkennenForm
Left = 430
Top = 295
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Recognize'
ClientHeight = 426
ClientWidth = 619
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object TP4_5Button: TSpeedButton
Left = 328
Top = 272
Width = 81
Height = 25
Caption = 'TP 4/5'
OnClick = TP4_5ButtonClick
end
object TP6_7Button: TSpeedButton
Left = 424
Top = 272
Width = 81
Height = 25
Caption = 'TP 6/7'
OnClick = TP6_7ButtonClick
end
object DelphiButton: TSpeedButton
Left = 520
Top = 272
Width = 81
Height = 25
Caption = 'Delphi'
OnClick = DelphiButtonClick
end
object BitBtn2: TBitBtn
Left = 520
Top = 320
Width = 81
Height = 33
Caption = '&Help'
TabOrder = 0
OnClick = BitBtn2Click
Kind = bkHelp
end
object Panel1: TPanel
Left = 16
Top = 264
Width = 145
Height = 137
TabOrder = 1
object Name1Button: TSpeedButton
Left = 8
Top = 8
Width = 129
Height = 25
Caption = 'Name1'
OnClick = Name1ButtonClick
end
object Label1: TLabel
Left = 8
Top = 72
Width = 46
Height = 16
Caption = 'Caption'
end
object Name1CB: TCheckBox
Left = 8
Top = 48
Width = 81
Height = 17
Caption = 'Visible'
TabOrder = 0
end
object Edit1: TEdit
Left = 8
Top = 96
Width = 121
Height = 24
TabOrder = 1
Text = 'Name1'
OnChange = Edit1Change
end
end
object Panel2: TPanel
Left = 168
Top = 264
Width = 145
Height = 137
TabOrder = 2
object Name2Button: TSpeedButton
Left = 8
Top = 8
Width = 129
Height = 25
Caption = 'Name2'
OnClick = Name2ButtonClick
end
object Label2: TLabel
Left = 8
Top = 72
Width = 46
Height = 16
Caption = 'Caption'
end
object Name2CB: TCheckBox
Left = 8
Top = 48
Width = 81
Height = 17
Caption = 'Visible'
TabOrder = 0
end
object Edit2: TEdit
Left = 8
Top = 96
Width = 121
Height = 24
TabOrder = 1
Text = 'Name2'
OnChange = Edit2Change
end
end
object BitBtn1: TBitBtn
Left = 328
Top = 320
Width = 75
Height = 33
Caption = '&OK'
TabOrder = 3
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn3: TBitBtn
Left = 424
Top = 320
Width = 81
Height = 33
Caption = '&Abort'
TabOrder = 4
OnClick = BitBtn3Click
Kind = bkAbort
end
object CBPanel: TPanel
Left = 56
Top = 8
Width = 497
Height = 241
TabOrder = 5
object AsmCB: TCheckBox
Left = 24
Top = 16
Width = 97
Height = 17
Caption = 'Asm'
Checked = True
State = cbChecked
TabOrder = 0
end
object BeginCB: TCheckBox
Left = 24
Top = 40
Width = 97
Height = 17
Caption = 'Begin'
Checked = True
State = cbChecked
TabOrder = 1
end
object CaseCB: TCheckBox
Left = 24
Top = 64
Width = 97
Height = 17
Caption = 'Case'
Checked = True
State = cbChecked
TabOrder = 2
end
object ClassCB: TCheckBox
Left = 24
Top = 88
Width = 97
Height = 17
Caption = 'Class'
Checked = True
State = cbChecked
TabOrder = 3
end
object ConstCB: TCheckBox
Left = 24
Top = 112
Width = 97
Height = 17
Caption = 'Const'
Checked = True
State = cbChecked
TabOrder = 4
end
object ConstruCB: TCheckBox
Left = 24
Top = 136
Width = 97
Height = 17
Caption = 'Constructor'
Checked = True
State = cbChecked
TabOrder = 5
end
object DestruCB: TCheckBox
Left = 24
Top = 160
Width = 97
Height = 17
Caption = 'Destructor'
Checked = True
State = cbChecked
TabOrder = 6
end
object DoCB: TCheckBox
Left = 24
Top = 184
Width = 97
Height = 17
Caption = 'Do'
Checked = True
State = cbChecked
TabOrder = 7
end
object ElseCB: TCheckBox
Left = 24
Top = 208
Width = 97
Height = 17
Caption = 'Else'
Checked = True
State = cbChecked
TabOrder = 8
end
object EndCB: TCheckBox
Left = 152
Top = 16
Width = 97
Height = 17
Caption = 'End'
Checked = True
State = cbChecked
TabOrder = 9
end
object ExcCB: TCheckBox
Left = 152
Top = 40
Width = 97
Height = 17
Caption = 'Except'
Checked = True
State = cbChecked
TabOrder = 10
end
object ExtCB: TCheckBox
Left = 152
Top = 64
Width = 97
Height = 17
Caption = 'External'
Checked = True
State = cbChecked
TabOrder = 11
end
object FinallyCB: TCheckBox
Left = 152
Top = 88
Width = 97
Height = 17
Caption = 'Finally'
Checked = True
State = cbChecked
TabOrder = 12
end
object FinalizationCB: TCheckBox
Left = 152
Top = 112
Width = 97
Height = 17
Caption = 'Finalization'
Checked = True
State = cbChecked
TabOrder = 13
end
object ForCB: TCheckBox
Left = 152
Top = 136
Width = 97
Height = 17
Caption = 'For'
Checked = True
State = cbChecked
TabOrder = 14
end
object ForwCB: TCheckBox
Left = 152
Top = 160
Width = 97
Height = 17
Caption = 'Forward'
Checked = True
State = cbChecked
TabOrder = 15
end
object FuncCB: TCheckBox
Left = 152
Top = 184
Width = 97
Height = 17
Caption = 'Function'
Checked = True
State = cbChecked
TabOrder = 16
end
object IfCB: TCheckBox
Left = 152
Top = 208
Width = 97
Height = 17
Caption = 'If'
Checked = True
State = cbChecked
TabOrder = 17
end
object ImpleCB: TCheckBox
Left = 264
Top = 16
Width = 121
Height = 17
Caption = 'Implemetation'
Checked = True
State = cbChecked
TabOrder = 18
end
object InitCB: TCheckBox
Left = 264
Top = 40
Width = 97
Height = 17
Caption = 'Initialization'
Checked = True
State = cbChecked
TabOrder = 19
end
object InterfCB: TCheckBox
Left = 264
Top = 64
Width = 97
Height = 17
Caption = 'Interface'
Checked = True
State = cbChecked
TabOrder = 20
end
object LabCB: TCheckBox
Left = 264
Top = 88
Width = 97
Height = 17
Caption = 'Label'
Checked = True
State = cbChecked
TabOrder = 21
end
object ObjCB: TCheckBox
Left = 264
Top = 112
Width = 97
Height = 17
Caption = 'Object'
Checked = True
State = cbChecked
TabOrder = 22
end
object OfCB: TCheckBox
Left = 264
Top = 136
Width = 97
Height = 17
Caption = 'Of'
Checked = True
State = cbChecked
TabOrder = 23
end
object ProcCB: TCheckBox
Left = 264
Top = 160
Width = 97
Height = 17
Caption = 'Procedure'
Checked = True
State = cbChecked
TabOrder = 24
end
object RecCB: TCheckBox
Left = 264
Top = 184
Width = 97
Height = 17
Caption = 'Record'
Checked = True
State = cbChecked
TabOrder = 25
end
object RepCB: TCheckBox
Left = 264
Top = 208
Width = 97
Height = 17
Caption = 'Repeat'
Checked = True
State = cbChecked
TabOrder = 26
end
object ThenCB: TCheckBox
Left = 400
Top = 16
Width = 65
Height = 17
Caption = 'Then'
Checked = True
State = cbChecked
TabOrder = 27
end
object TryCB: TCheckBox
Left = 400
Top = 40
Width = 65
Height = 17
Caption = 'Try'
Checked = True
State = cbChecked
TabOrder = 28
end
object TypeCB: TCheckBox
Left = 400
Top = 64
Width = 65
Height = 17
Caption = 'Type'
Checked = True
State = cbChecked
TabOrder = 29
end
object UnitCB: TCheckBox
Left = 400
Top = 88
Width = 65
Height = 17
Caption = 'Unit'
Checked = True
State = cbChecked
TabOrder = 30
end
object UntilCB: TCheckBox
Left = 400
Top = 112
Width = 65
Height = 17
Caption = 'Until'
Checked = True
State = cbChecked
TabOrder = 31
end
object UsesCB: TCheckBox
Left = 400
Top = 136
Width = 73
Height = 17
Caption = 'Uses'
Checked = True
State = cbChecked
TabOrder = 32
end
object VarCB: TCheckBox
Left = 400
Top = 160
Width = 73
Height = 17
Caption = 'Var'
Checked = True
State = cbChecked
TabOrder = 33
end
object WhileCB: TCheckBox
Left = 400
Top = 184
Width = 65
Height = 17
Caption = 'While'
Checked = True
State = cbChecked
TabOrder = 34
end
object WithCB: TCheckBox
Left = 400
Top = 208
Width = 65
Height = 17
Caption = 'With'
Checked = True
State = cbChecked
TabOrder = 35
end
end
end