home *** CD-ROM | disk | FTP | other *** search
- object Eingabe: TEingabe
- Left = 319
- Top = 393
- ActiveControl = E_EinText
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'PUTZi - Eingabe'
- ClientHeight = 128
- ClientWidth = 445
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- PopupMenu = Form1.PM_Direkthilfe
- Position = poScreenCenter
- PrintScale = poNone
- Scaled = False
- OnActivate = FormActivate
- OnMouseMove = FormMouseMove
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel2: TBevel
- Left = 8
- Top = 40
- Width = 329
- Height = 57
- end
- object Bevel3: TBevel
- Left = 280
- Top = 8
- Width = 57
- Height = 89
- Shape = bsFrame
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 49
- Height = 33
- Shape = bsFrame
- end
- object Lbl_Wert: TLabel
- Left = 16
- Top = 13
- Width = 28
- Height = 16
- Caption = 'Wert'
- Transparent = True
- end
- object Lbl_Check: TLabel
- Left = 16
- Top = 104
- Width = 61
- Height = 16
- Caption = 'Lbl_Check'
- end
- object Label1: TLabel
- Left = 288
- Top = 13
- Width = 41
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Code'
- Transparent = True
- end
- object E_EinText: TEdit
- Left = 16
- Top = 57
- Width = 257
- Height = 24
- HelpContext = 110
- TabOrder = 0
- OnChange = E_EinTextChange
- end
- object BtnOK: TBitBtn
- Left = 344
- Top = 87
- Width = 97
- Height = 33
- Hint = 'Eingabe �bernehmen'
- HelpContext = 111
- Caption = '&OK'
- Enabled = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = BtnOKClick
- Kind = bkOK
- end
- object BtnCancel: TBitBtn
- Left = 344
- Top = 48
- Width = 97
- Height = 33
- Hint = 'Eingabe abbrechen'
- HelpContext = 6002
- Caption = 'A&bbrechen'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = BtnCancelClick
- Kind = bkCancel
- end
- object BtnHelp: TBitBtn
- Left = 344
- Top = 8
- Width = 97
- Height = 33
- Hint = 'Hilfe zur Eingabe'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = BtnHelpClick
- Kind = bkHelp
- end
- object E_Check: TEdit
- Left = 288
- Top = 57
- Width = 41
- Height = 24
- HelpContext = 110
- TabOrder = 4
- OnChange = E_EinTextChange
- end
- end
-