home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 156
- Top = 107
- ActiveControl = Food
- AutoScroll = False
- Caption = 'Dynamic Delegation'
- ClientHeight = 265
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 20
- object Food: TButton
- Left = 136
- Top = 224
- Width = 153
- Height = 33
- Caption = 'Food'
- TabOrder = 0
- OnClick = FoodClick
- end
- object SetWork: TButton
- Left = 45
- Top = 176
- Width = 153
- Height = 33
- Caption = 'Set Work'
- TabOrder = 1
- OnClick = SetWorkClick
- end
- object SetFood: TButton
- Left = 245
- Top = 176
- Width = 153
- Height = 33
- Caption = 'Set Food'
- TabOrder = 2
- OnClick = SetFoodClick
- end
- object ListBox1: TListBox
- Left = 21
- Top = 8
- Width = 385
- Height = 161
- ItemHeight = 20
- TabOrder = 3
- end
- end
-