diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-01-12 17:12:05 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-01-12 17:12:05 +0200 |
commit | 71a4f5a413558b5e6bed2cb948f3e1f17322d364 (patch) | |
tree | 92f0dcd585915e4de512c5731f682c49989d6860 | |
parent | 64e7a5840be3a5587640763a7c24788565ca4214 (diff) | |
download | fpGUI-71a4f5a413558b5e6bed2cb948f3e1f17322d364.tar.xz |
unimportant updates due to ui designer.
-rw-r--r-- | docview/src/frm_configuration.pas | 16 | ||||
-rw-r--r-- | docview/src/frm_main.pas | 56 | ||||
-rw-r--r-- | docview/src/frm_note.pas | 6 | ||||
-rw-r--r-- | docview/src/frm_text.pas | 2 |
4 files changed, 27 insertions, 53 deletions
diff --git a/docview/src/frm_configuration.pas b/docview/src/frm_configuration.pas index d73613c9..e534dee2 100644 --- a/docview/src/frm_configuration.pas +++ b/docview/src/frm_configuration.pas @@ -229,7 +229,6 @@ begin Name := 'pcSettings'; SetPosition(4, 4, 506, 388); Anchors := [anLeft,anRight,anTop,anBottom]; - ActivePageIndex := 0; Hint := ''; TabOrder := 0; OnChange := @PageControl1Change; @@ -240,9 +239,8 @@ begin begin Name := 'btnSave'; SetPosition(344, 408, 80, 24); - Anchors := [anRight, anBottom]; + Anchors := [anRight,anBottom]; Text := 'Save'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -255,9 +253,8 @@ begin begin Name := 'btnCancel'; SetPosition(428, 408, 80, 24); - Anchors := [anRight, anBottom]; + Anchors := [anRight,anBottom]; Text := 'Cancel'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -359,7 +356,6 @@ begin Name := 'btnSearchDirAdd'; SetPosition(408, 84, 80, 24); Text := 'Add...'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -384,7 +380,6 @@ begin Name := 'btnSearchDirDelete'; SetPosition(408, 116, 80, 24); Text := 'Remove...'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -434,7 +429,6 @@ begin Name := 'btnColorHighlight'; SetPosition(384, 104, 80, 24); Text := 'Color'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -448,7 +442,6 @@ begin Name := 'btnColorNotes'; SetPosition(384, 134, 80, 24); Text := 'Color'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -463,7 +456,6 @@ begin SetPosition(12, 328, 100, 24); Anchors := [anLeft,anBottom]; Text := 'Reset Colors'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -477,6 +469,7 @@ begin Name := 'edtFixedFont'; SetPosition(124, 48, 340, 24); Anchors := [anLeft,anRight,anTop]; + ExtraHint := ''; FontDesc := ''; TabOrder := 14; end; @@ -487,6 +480,7 @@ begin Name := 'edtNormalFont'; SetPosition(124, 16, 340, 24); Anchors := [anLeft,anRight,anTop]; + ExtraHint := ''; FontDesc := ''; TabOrder := 13; end; @@ -542,9 +536,9 @@ begin begin Name := 'edtScrollDistance'; SetPosition(12, 32, 72, 24); + FontDesc := '#Edit1'; Hint := ''; TabOrder := 2; - FontDesc := '#Edit1'; Value := 0; end; diff --git a/docview/src/frm_main.pas b/docview/src/frm_main.pas index 614c557b..f1b4284c 100644 --- a/docview/src/frm_main.pas +++ b/docview/src/frm_main.pas @@ -59,6 +59,7 @@ type miSettings: TfpgPopupMenu; miBookmarks: TfpgPopupMenu; miView: TfpgPopupMenu; + miTools: TfpgPopupMenu; miHelp: TfpgPopupMenu; ToolBar: TfpgBevel; btnOpen: TfpgButton; @@ -70,7 +71,6 @@ type btnQuit: TfpgButton; Bevel1: TfpgBevel; Bevel2: TfpgBevel; - miTools: TfpgPopupMenu; Bevel3: TfpgBevel; btnTBNoteAdd: TfpgButton; {@VFD_HEAD_END: MainForm} @@ -2550,11 +2550,10 @@ begin with PageControl1 do begin Name := 'PageControl1'; - SetPosition(0, 16, 260, 276); - ActivePageIndex := 0; + SetPosition(2, 2, 260, 306); + Align := alLeft; Hint := ''; TabOrder := 0; - Align := alLeft; MinWidth := 120; OnChange := @PageControl1Change; end; @@ -2563,7 +2562,7 @@ begin with tsContents do begin Name := 'tsContents'; - SetPosition(3, 24, 254, 249); + SetPosition(3, 24, 254, 279); Text := 'Contents'; end; @@ -2571,7 +2570,7 @@ begin with tvContents do begin Name := 'tvContents'; - SetPosition(4, 32, 242, 212); + SetPosition(4, 32, 242, 242); Anchors := [anLeft,anRight,anTop,anBottom]; FontDesc := '#Label1'; Hint := ''; @@ -2589,7 +2588,6 @@ begin SetPosition(166, 4, 80, 24); Anchors := [anRight,anTop]; Text := 'Go to'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -2612,7 +2610,6 @@ begin SetPosition(166, 4, 80, 24); Anchors := [anRight,anTop]; Text := 'Go to'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -2640,10 +2637,10 @@ begin SetPosition(4, 4, 152, 24); Anchors := [anLeft,anRight,anTop]; ExtraHint := ''; + FontDesc := '#Edit1'; Hint := ''; TabOrder := 2; Text := ''; - FontDesc := '#Edit1'; OnChange := @IndexSearchEditOnChange; OnKeyPress :=@IndexSearchEditKeyPress; end; @@ -2673,10 +2670,10 @@ begin SetPosition(4, 20, 210, 26); Anchors := [anLeft,anRight,anTop]; ExtraHint := ''; + FontDesc := '#Edit1'; Hint := ''; TabOrder := 1; Text := ''; - FontDesc := '#Edit1'; OnKeyPress :=@edSearchTextKeyPress; end; @@ -2695,12 +2692,12 @@ begin begin Name := 'RadioButton1'; SetPosition(12, 68, 192, 20); + Enabled := False; FontDesc := '#Label1'; GroupIndex := 0; Hint := ''; TabOrder := 3; Text := 'This section'; - Enabled := False; end; RadioButton2 := TfpgRadioButton.Create(tsSearch); @@ -2708,12 +2705,12 @@ begin begin Name := 'RadioButton2'; SetPosition(12, 88, 192, 20); + Enabled := False; FontDesc := '#Label1'; GroupIndex := 0; Hint := ''; TabOrder := 4; Text := 'Marked sections'; - Enabled := False; end; RadioButton3 := TfpgRadioButton.Create(tsSearch); @@ -2722,12 +2719,12 @@ begin Name := 'RadioButton3'; SetPosition(12, 108, 192, 20); Checked := True; + Enabled := False; FontDesc := '#Label1'; GroupIndex := 0; Hint := ''; TabOrder := 5; Text := 'All sections'; - Enabled := False; end; RadioButton4 := TfpgRadioButton.Create(tsSearch); @@ -2735,12 +2732,12 @@ begin begin Name := 'RadioButton4'; SetPosition(12, 128, 192, 20); + Enabled := False; FontDesc := '#Label1'; GroupIndex := 0; Hint := ''; TabOrder := 6; Text := 'Index'; - Enabled := False; end; RadioButton5 := TfpgRadioButton.Create(tsSearch); @@ -2748,12 +2745,12 @@ begin begin Name := 'RadioButton5'; SetPosition(12, 148, 192, 20); + Enabled := False; FontDesc := '#Label1'; GroupIndex := 0; Hint := ''; TabOrder := 7; Text := 'Marked libraries'; - Enabled := False; end; RadioButton6 := TfpgRadioButton.Create(tsSearch); @@ -2761,12 +2758,12 @@ begin begin Name := 'RadioButton6'; SetPosition(12, 168, 192, 20); + Enabled := False; FontDesc := '#Label1'; GroupIndex := 0; Hint := ''; TabOrder := 8; Text := 'All libraries'; - Enabled := False; end; lbSearchResults := TfpgListBox.Create(tsSearch); @@ -2799,7 +2796,6 @@ begin SetPosition(220, 20, 28, 26); Anchors := [anRight,anTop]; Text := 'Go'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -2835,13 +2831,12 @@ begin Name := 'btnNotesAdd'; SetPosition(4, 4, 24, 24); Text := ''; - Down := False; + Enabled := False; FontDesc := '#Label1'; Hint := ''; ImageMargin := 0; ImageName := 'stdimg.add'; TabOrder := 1; - Enabled := false; OnClick := @btnNotesAddClick; end; @@ -2851,13 +2846,12 @@ begin Name := 'btnNotesEdit'; SetPosition(32, 4, 24, 24); Text := ''; - Down := False; + Enabled := False; FontDesc := '#Label1'; Hint := ''; ImageMargin := 0; ImageName := 'stdimg.edit'; TabOrder := 2; - Enabled := False; OnClick := @btnNotesEditClick; end; @@ -2867,13 +2861,12 @@ begin Name := 'btnNotesDel'; SetPosition(60, 4, 24, 24); Text := ''; - Down := False; + Enabled := False; FontDesc := '#Label1'; Hint := ''; ImageMargin := 0; ImageName := 'stdimg.remove'; TabOrder := 3; - Enabled := False; OnClick := @btnNotesDelClick; end; @@ -2884,7 +2877,6 @@ begin SetPosition(166, 4, 80, 24); Anchors := [anRight,anTop]; Text := 'Go to'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -3018,8 +3010,8 @@ begin SetPosition(0, 25, 654, 28); Anchors := [anLeft,anRight,anTop]; Hint := ''; - Style := bsLowered; Shape := bsBottomLine; + Style := bsLowered; end; btnOpen := TfpgButton.Create(ToolBar); @@ -3028,7 +3020,6 @@ begin Name := 'btnOpen'; SetPosition(30, 1, 24, 24); Text := ''; - Down := False; Flat := True; FontDesc := '#Label1'; Hint := 'Open a new help file'; @@ -3046,7 +3037,6 @@ begin Name := 'btnBack'; SetPosition(70, 1, 32, 24); Text := '<'; - Down := False; Flat := True; FontDesc := '#Label1'; Hint := 'Previous history item'; @@ -3064,7 +3054,6 @@ begin Name := 'btnFwd'; SetPosition(104, 1, 32, 24); Text := '>'; - Down := False; Flat := True; FontDesc := '#Label1'; Hint := 'Next history item'; @@ -3082,7 +3071,6 @@ begin Name := 'btnPrev'; SetPosition(138, 1, 32, 24); Text := 'prev'; - Down := False; Flat := True; FontDesc := '#Label1'; Hint := 'Previous Topic'; @@ -3100,7 +3088,6 @@ begin Name := 'btnNext'; SetPosition(172, 1, 32, 24); Text := 'next'; - Down := False; Flat := True; FontDesc := '#Label1'; Hint := 'Next Topic'; @@ -3118,7 +3105,6 @@ begin Name := 'btnHelp'; SetPosition(256, 1, 24, 24); Text := ''; - Down := False; Flat := True; FontDesc := '#Label1'; Hint := 'Display Product Information'; @@ -3136,7 +3122,6 @@ begin Name := 'btnQuit'; SetPosition(4, 1, 24, 24); Text := ''; - Down := False; Flat := True; FontDesc := '#Label1'; Hint := ''; @@ -3154,8 +3139,8 @@ begin Name := 'Bevel1'; SetPosition(61, 0, 6, 24); Hint := ''; - Style := bsLowered; Shape := bsLeftLine; + Style := bsLowered; end; Bevel2 := TfpgBevel.Create(ToolBar); @@ -3164,8 +3149,8 @@ begin Name := 'Bevel2'; SetPosition(210, 0, 6, 24); Hint := ''; - Style := bsLowered; Shape := bsLeftLine; + Style := bsLowered; end; Bevel3 := TfpgBevel.Create(ToolBar); @@ -3174,8 +3159,8 @@ begin Name := 'Bevel3'; SetPosition(248, 0, 6, 24); Hint := ''; - Style := bsLowered; Shape := bsLeftLine; + Style := bsLowered; end; btnTBNoteAdd := TfpgButton.Create(ToolBar); @@ -3184,7 +3169,6 @@ begin Name := 'btnTBNoteAdd'; SetPosition(218, 1, 24, 24); Text := ''; - Down := False; Flat := True; FontDesc := '#Label1'; Hint := ''; diff --git a/docview/src/frm_note.pas b/docview/src/frm_note.pas index bd2d8c22..882af6ec 100644 --- a/docview/src/frm_note.pas +++ b/docview/src/frm_note.pas @@ -72,8 +72,8 @@ begin Name := 'Memo1'; SetPosition(4, 4, 412, 149); Anchors := [anLeft,anRight,anTop,anBottom]; - Hint := ''; FontDesc := '#Edit1'; + Hint := ''; TabOrder := 1; end; @@ -84,7 +84,6 @@ begin SetPosition(252, 161, 80, 24); Anchors := [anRight,anBottom]; Text := 'OK'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -99,7 +98,6 @@ begin SetPosition(4, 161, 80, 24); Anchors := [anLeft,anBottom]; Text := 'Help'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -113,7 +111,6 @@ begin SetPosition(336, 161, 80, 24); Anchors := [anRight,anBottom]; Text := 'Cancel'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; @@ -127,7 +124,6 @@ begin Name := 'btnDelete'; SetPosition(92, 161, 80, 24); Text := 'Delete'; - Down := False; FontDesc := '#Label1'; Hint := ''; ImageName := ''; diff --git a/docview/src/frm_text.pas b/docview/src/frm_text.pas index c005f210..705064cf 100644 --- a/docview/src/frm_text.pas +++ b/docview/src/frm_text.pas @@ -86,8 +86,8 @@ begin Name := 'Memo1'; SetPosition(0, 0, 496, 260); Anchors := [anLeft,anRight,anTop,anBottom]; - Hint := ''; FontDesc := '#Edit2'; + Hint := ''; TabOrder := 2; end; |