home *** CD-ROM | disk | FTP | other *** search
- object ButtonForm: TButtonForm
- Left = 227
- Top = 136
- Width = 435
- Height = 300
- Caption = 'Button Test'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 140
- Top = 24
- Width = 147
- Height = 24
- Caption = 'Click On A Button'
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 0
- Top = 230
- Width = 427
- Height = 2
- Align = alBottom
- end
- object OK: TButton
- Left = 128
- Top = 176
- Width = 75
- Height = 25
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 0
- end
- object Ignore: TButton
- Left = 280
- Top = 80
- Width = 75
- Height = 25
- Caption = '&Ignore'
- ModalResult = 5
- TabOrder = 1
- end
- object Cancel: TButton
- Left = 232
- Top = 176
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Abort: TButton
- Left = 184
- Top = 80
- Width = 75
- Height = 25
- Caption = '&Abort'
- ModalResult = 3
- TabOrder = 3
- end
- object Retry: TButton
- Left = 80
- Top = 80
- Width = 75
- Height = 25
- Caption = '&Retry'
- ModalResult = 4
- TabOrder = 4
- end
- object Yes: TButton
- Left = 128
- Top = 128
- Width = 75
- Height = 25
- Caption = '&Yes'
- ModalResult = 6
- TabOrder = 5
- end
- object No: TButton
- Left = 232
- Top = 128
- Width = 75
- Height = 25
- Caption = '&No'
- ModalResult = 7
- TabOrder = 6
- end
- object Panel1: TPanel
- Left = 0
- Top = 232
- Width = 427
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 7
- object EnableAllButton: TButton
- Left = 73
- Top = 8
- Width = 97
- Height = 25
- Caption = '&Enable All'
- TabOrder = 0
- OnClick = EnableAllButtonClick
- end
- object DisableAllButton: TButton
- Left = 257
- Top = 8
- Width = 97
- Height = 25
- Caption = '&Disable All'
- TabOrder = 1
- OnClick = EnableAllButtonClick
- end
- end
- end
-