object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 276 ClientWidth = 591 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object LabelNummer1: TLabel Left = 88 Top = 48 Width = 69 Height = 13 Align = alCustom Caption = 'Dit is een label' end object Splitter1: TSplitter Left = 0 Top = 0 Width = 1 Height = 276 ExplicitLeft = 3 ExplicitHeight = 299 end object ButtonNummer1: TButton Left = 200 Top = 136 Width = 163 Height = 25 Caption = 'Dit is een button' TabOrder = 0 OnClick = ButtonNummer1Click end object Edit1: TEdit Left = 216 Top = 87 Width = 121 Height = 21 TabOrder = 1 Text = 'Edit1' end object Panel1: TPanel Left = 406 Top = 0 Width = 185 Height = 276 Align = alRight BevelOuter = bvNone Caption = 'Panel1' TabOrder = 2 ExplicitLeft = 432 ExplicitTop = 67 ExplicitHeight = 41 end end