From 26cb129aeae6c69b9d5ca670c0ecee67429f0861 Mon Sep 17 00:00:00 2001 From: graemeg Date: Sat, 8 Sep 2007 15:01:34 +0000 Subject: * GUI Designer: Minor changes and removed Boolean property editors for now. Will reinstate them later. * GUI Designer: Added a sample project to show how you would add a Main Menu using the Designer and the Unknown component on the component palette. --- src/gui/gui_form.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/gui_form.pas b/src/gui/gui_form.pas index 7acab61c..2e5be8ab 100644 --- a/src/gui/gui_form.pas +++ b/src/gui/gui_form.pas @@ -52,10 +52,10 @@ type function ShowModal: integer; procedure Close; property Sizeable: boolean read FSizeable write FSizeable; - property WindowPosition: TWindowPosition read FWindowPosition write FWindowPosition; property ModalResult: integer read FModalResult write FModalResult; published {$Note Refactor this to a TfpgCustomForm and only surface it here } + property WindowPosition: TWindowPosition read FWindowPosition write FWindowPosition; property WindowTitle: string read FWindowTitle write SetWindowTitle; property OnActivate: TNotifyEvent read FOnActivate write FOnActivate; property OnClose: TNotifyEvent read FOnClose write FOnClose; -- cgit v1.2.3-70-g09d2