Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- object FormPrincipal: TFormPrincipal
- Left = 0
- Top = 0
- Caption = 'FormPrincipal'
- ClientHeight = 305
- ClientWidth = 582
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object MEMO2: TMemo
- Left = 60
- Top = 84
- Width = 185
- Height = 89
- Lines.Strings = (
- 'MEMO2')
- TabOrder = 0
- end
- object EDIT2: TEdit
- Left = 60
- Top = 216
- Width = 121
- Height = 21
- TabOrder = 1
- Text = 'EDIT2'
- end
- object VLED1: TValueListEditor
- Left = 251
- Top = -3
- Width = 306
- Height = 300
- TabOrder = 2
- end
- object BUTN1: TButton
- Left = 100
- Top = 261
- Width = 75
- Height = 25
- Caption = 'BUTN1'
- TabOrder = 3
- OnClick = BUTN1Click
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement