Changeset 112 for trunk/Forms
- Timestamp:
- Nov 1, 2016, 12:12:04 PM (8 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r109 r112 5 5 Width = 782 6 6 Caption = 'Acronym Decoder' 7 ClientHeight = 4 177 ClientHeight = 422 8 8 ClientWidth = 782 9 9 Menu = MainMenu1 … … 17 17 object Panel1: TPanel 18 18 Left = 0 19 Height = 39 119 Height = 396 20 20 Top = 26 21 21 Width = 782 22 22 Align = alClient 23 23 BevelOuter = bvNone 24 ClientHeight = 39 124 ClientHeight = 396 25 25 ClientWidth = 782 26 26 TabOrder = 1 27 27 object CheckBoxExactMath: TCheckBox 28 28 Left = 8 29 Height = 2 929 Height = 24 30 30 Top = 3 31 Width = 1 2431 Width = 104 32 32 Caption = 'Exact match' 33 33 OnChange = CheckBoxExactMathChange … … 44 44 object ListViewAcronyms: TListView 45 45 Left = 8 46 Height = 3 1946 Height = 324 47 47 Top = 64 48 48 Width = 767 -
trunk/Forms/UFormMain.pas
r109 r112 115 115 procedure ListViewSort1Filter(ListViewSort: TListViewSort); 116 116 procedure MenuItemToolbarClick(Sender: TObject); 117 procedure TrayIcon1Click(Sender: TObject);118 117 private 119 118 RegistryContext: TRegistryContext; … … 484 483 MenuItemToolbar.Checked := not MenuItemToolbar.Checked; 485 484 UpdateInterface; 486 end;487 488 procedure TFormMain.TrayIcon1Click(Sender: TObject);489 begin490 if not Visible then AShow.Execute491 else Hide;492 485 end; 493 486
Note:
See TracChangeset
for help on using the changeset viewer.