Changeset 104 for trunk/Forms
- Timestamp:
- Oct 11, 2016, 9:49:16 AM (8 years ago)
- Location:
- trunk/Forms
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAcronyms.lfm
r100 r104 12 12 LCLVersion = '1.6.0.4' 13 13 object ListViewAcronyms: TListView 14 Left = 8 15 Height = 456 16 Top = 40 17 Width = 725 18 Anchors = [akTop, akLeft, akRight, akBottom] 14 Left = 4 15 Height = 466 16 Top = 34 17 Width = 732 18 Align = alClient 19 BorderSpacing.Left = 4 20 BorderSpacing.Right = 4 21 BorderSpacing.Bottom = 4 19 22 Columns = < 20 23 item … … 44 47 end 45 48 object ListViewFilter1: TListViewFilter 46 Left = 849 Left = 4 47 50 Height = 30 48 Top = 849 Width = 7 2551 Top = 4 52 Width = 732 50 53 OnChange = ListViewFilter1Change 51 Anchors = [akTop, akLeft, akRight] 54 Align = alTop 55 BorderSpacing.Left = 4 56 BorderSpacing.Top = 4 57 BorderSpacing.Right = 4 52 58 end 53 59 object StatusBar1: TStatusBar 54 60 Left = 0 55 Height = 2 456 Top = 53 461 Height = 28 62 Top = 530 57 63 Width = 740 58 64 Panels = < … … 68 74 Left = 0 69 75 Height = 26 70 Top = 50 876 Top = 504 71 77 Width = 740 72 78 Align = alBottom -
trunk/Forms/UFormAcronyms.pas
r100 r104 112 112 ListViewFilter1.UpdateFromListView(ListViewAcronyms); 113 113 UpdateAcronymsList; 114 Core.ScaleDPI1.ScaleControl(ToolBar1, Core.ScaleDPI1.DesignDPI); 114 115 end; 115 116 -
trunk/Forms/UFormCategories.lfm
r97 r104 12 12 LCLVersion = '1.6.0.4' 13 13 object ListViewCategories: TListView 14 Left = 9 15 Height = 374 16 Top = 8 17 Width = 767 18 Anchors = [akTop, akLeft, akRight, akBottom] 14 Left = 4 15 Height = 395 16 Top = 4 17 Width = 776 18 Align = alClient 19 BorderSpacing.Around = 4 19 20 Columns = < 20 21 item -
trunk/Forms/UFormCategories.pas
r97 r104 70 70 begin 71 71 UpdateList; 72 Core.ScaleDPI1.ScaleControl(ToolBar1, Core.ScaleDPI1.DesignDPI); 72 73 end; 73 74 -
trunk/Forms/UFormCategorySelect.lfm
r96 r104 1 1 object FormCategorySelect: TFormCategorySelect 2 2 Left = 500 3 Height = 6023 Height = 584 4 4 Top = 253 5 Width = 79 45 Width = 791 6 6 Caption = 'Select categories' 7 ClientHeight = 6028 ClientWidth = 79 47 ClientHeight = 584 8 ClientWidth = 791 9 9 OnCreate = FormCreate 10 10 OnShow = FormShow … … 13 13 object ListBox1: TListBox 14 14 Left = 16 15 Height = 5 3615 Height = 518 16 16 Top = 8 17 Width = 76 417 Width = 761 18 18 Anchors = [akTop, akLeft, akRight, akBottom] 19 19 ItemHeight = 0 … … 25 25 end 26 26 object ButtonOk: TButton 27 Left = 70 427 Left = 701 28 28 Height = 25 29 Top = 5 5929 Top = 541 30 30 Width = 75 31 31 Anchors = [akRight, akBottom] … … 35 35 end 36 36 object ButtonCancel: TButton 37 Left = 60 837 Left = 605 38 38 Height = 25 39 Top = 5 6039 Top = 542 40 40 Width = 75 41 41 Anchors = [akRight, akBottom] -
trunk/Forms/UFormImportFormat.lfm
r96 r104 1 1 object FormImportFormat: TFormImportFormat 2 2 Left = 462 3 Height = 43 33 Height = 439 4 4 Top = 322 5 Width = 6 645 Width = 629 6 6 Caption = 'Import format' 7 ClientHeight = 43 38 ClientWidth = 6 647 ClientHeight = 439 8 ClientWidth = 629 9 9 OnCreate = FormCreate 10 10 OnShow = FormShow … … 12 12 LCLVersion = '1.6.0.4' 13 13 object ButtonOk: TButton 14 Left = 5 6014 Left = 525 15 15 Height = 25 16 Top = 3 8416 Top = 390 17 17 Width = 75 18 18 Anchors = [akRight, akBottom] … … 22 22 end 23 23 object ButtonCancel: TButton 24 Left = 4 6424 Left = 429 25 25 Height = 25 26 Top = 3 8426 Top = 390 27 27 Width = 75 28 28 Anchors = [akRight, akBottom] … … 43 43 Height = 28 44 44 Top = 48 45 Width = 4 6145 Width = 426 46 46 Anchors = [akTop, akLeft, akRight] 47 47 TabOrder = 1 … … 59 59 Height = 28 60 60 Top = 85 61 Width = 4 6161 Width = 426 62 62 Anchors = [akTop, akLeft, akRight] 63 63 TabOrder = 2 … … 75 75 Height = 28 76 76 Top = 125 77 Width = 4 6177 Width = 426 78 78 Anchors = [akTop, akLeft, akRight] 79 79 TabOrder = 3 … … 81 81 object ListViewItemRules: TListView 82 82 Left = 20 83 Height = 19 283 Height = 198 84 84 Top = 181 85 Width = 62085 Width = 585 86 86 Anchors = [akTop, akLeft, akRight, akBottom] 87 87 Columns = < -
trunk/Forms/UFormImportFormats.lfm
r85 r104 12 12 LCLVersion = '1.6.0.4' 13 13 object ListView1: TListView 14 Left = 8 15 Height = 368 16 Top = 8 17 Width = 577 18 Anchors = [akTop, akLeft, akRight, akBottom] 14 Left = 4 15 Height = 380 16 Top = 4 17 Width = 583 18 Align = alClient 19 BorderSpacing.Around = 4 19 20 Columns = < 20 21 item -
trunk/Forms/UFormImportFormats.pas
r96 r104 104 104 begin 105 105 UpdateList; 106 Core.ScaleDPI1.ScaleControl(ToolBar1, Core.ScaleDPI1.DesignDPI); 106 107 end; 107 108 -
trunk/Forms/UFormImportSource.lfm
r96 r104 1 1 object FormImportSource: TFormImportSource 2 2 Left = 493 3 Height = 4 443 Height = 459 4 4 Top = 315 5 Width = 6 305 Width = 620 6 6 Caption = 'Import source' 7 ClientHeight = 4 448 ClientWidth = 6 307 ClientHeight = 459 8 ClientWidth = 620 9 9 OnCreate = FormCreate 10 10 OnShow = FormShow … … 15 15 Height = 28 16 16 Top = 10 17 Width = 4 8117 Width = 471 18 18 Anchors = [akTop, akLeft, akRight] 19 19 TabOrder = 0 … … 39 39 Height = 28 40 40 Top = 49 41 Width = 3 6041 Width = 350 42 42 Anchors = [akTop, akLeft, akRight] 43 43 TabOrder = 1 44 44 end 45 45 object ButtonOk: TButton 46 Left = 5 4147 Height = 25 48 Top = 4 0646 Left = 531 47 Height = 25 48 Top = 421 49 49 Width = 75 50 50 Anchors = [akRight, akBottom] … … 54 54 end 55 55 object ButtonCancel: TButton 56 Left = 4 3957 Height = 25 58 Top = 4 0656 Left = 429 57 Height = 25 58 Top = 421 59 59 Width = 75 60 60 Anchors = [akRight, akBottom] … … 75 75 Height = 28 76 76 Top = 91 77 Width = 3 6077 Width = 350 78 78 Anchors = [akTop, akLeft, akRight] 79 79 ItemHeight = 20 … … 82 82 end 83 83 object ButtonShowFormat: TButton 84 Left = 50384 Left = 493 85 85 Height = 25 86 86 Top = 91 … … 111 111 Height = 141 112 112 Top = 160 113 Width = 4 81113 Width = 471 114 114 Anchors = [akTop, akLeft, akRight] 115 115 ItemHeight = 0 … … 138 138 Left = 10 139 139 Height = 2 140 Top = 393141 Width = 5 80142 Anchors = [akLeft, ak Bottom]140 Top = 408 141 Width = 597 142 Anchors = [akLeft, akRight, akBottom] 143 143 end 144 144 object Label5: TLabel … … 175 175 end 176 176 object ButtonOpenURL: TButton 177 Left = 503177 Left = 493 178 178 Height = 25 179 179 Top = 52 -
trunk/Forms/UFormImportSources.lfm
r100 r104 44 44 end 45 45 object ListView1: TListView 46 Left = 8 47 Height = 340 48 Top = 44 49 Width = 798 50 Anchors = [akTop, akLeft, akRight, akBottom] 46 Left = 4 47 Height = 351 48 Top = 33 49 Width = 804 50 Align = alClient 51 BorderSpacing.Left = 4 52 BorderSpacing.Right = 4 53 BorderSpacing.Bottom = 4 51 54 Checkboxes = True 52 55 Columns = < … … 86 89 end 87 90 object ListViewFilter1: TListViewFilter 88 Left = 891 Left = 4 89 92 Height = 29 90 Top = 1191 Width = 79893 Top = 4 94 Width = 804 92 95 OnChange = ListViewFilter1Change 93 Anchors = [akTop, akLeft, akRight] 96 Align = alTop 97 BorderSpacing.Left = 4 98 BorderSpacing.Top = 4 99 BorderSpacing.Right = 4 94 100 end 95 101 object ActionList1: TActionList -
trunk/Forms/UFormImportSources.pas
r100 r104 172 172 begin 173 173 UpdateList; 174 Core.ScaleDPI1.ScaleControl(ToolBar1, Core.ScaleDPI1.DesignDPI); 174 175 end; 175 176 -
trunk/Forms/UFormMain.lfm
r102 r104 710 710 object MenuItem28: TMenuItem 711 711 Action = AProcessImports 712 Bitmap.Data = { 713 36040000424D3604000000000000360000002800000010000000100000000100 714 2000000000000004000064000000640000000000000000000000000000000000 715 0000000000000000000000000000000000000000000000000000000000000000 716 0000000000000000000000000000000000000000000000000000000000000000 717 000000000000303030FF303030FF303030FF303030FF00000000000000000000 718 0000000000000000000000000000000000000000000000000000000000000000 719 0000000000000000000000000000303030FF303030FF00000000000000000000 720 0000000000000000000000000000303030FF0000000000000000000000000000 721 0000000000000000000000000000303030FF303030FF00000000000000000000 722 0000000000000000000000000000303030FF0000000000000000000000000000 723 0000000000000000000000000000303030FF303030FF00000000000000003030 724 30FF303030FF303030FF303030FF303030FF0000000000000000000000000000 725 0000000000000000000000000000303030FF303030FF303030FF303030FF3030 726 30FF303030FF303030FF303030FF303030FF0000000000000000000000000000 727 000000000000000000000000000000000000303030FF303030FF303030FF3030 728 30FF000000000000000000000000000000000000000000000000000000000000 729 00000000000000000000000000000000000000000000303030FF303030FF0000 730 0000000000000000000000000000000000000000000000000000000000000000 731 00000000000000000000303030FF0000000000000000303030FF303030FF0000 732 000000000000303030FF00000000000000000000000000000000000000000000 733 000000000000303030FF303030FF303030FF303030FF303030FF303030FF0000 734 000000000000303030FF00000000000000000000000000000000000000000000 735 0000303030FF303030FF00000000303030FF303030FF303030FF303030FF0000 736 000000000000303030FF00000000000000000000000000000000000000000000 737 0000303030FF00000000000000000000000000000000303030FF303030FF3030 738 30FF303030FF303030FF00000000000000000000000000000000000000000000 739 000000000000000000000000000000000000303030FF303030FF000000000000 740 0000000000000000000000000000000000000000000000000000000000000000 741 0000000000000000000000000000303030FF303030FF303030FF303030FF0000 742 0000000000000000000000000000000000000000000000000000000000000000 743 0000000000000000000000000000303030FF303030FF303030FF303030FF0000 744 0000000000000000000000000000000000000000000000000000000000000000 745 000000000000000000000000000000000000303030FF303030FF000000000000 746 0000000000000000000000000000000000000000000000000000 747 } 712 748 end 713 749 object MenuItem19: TMenuItem -
trunk/Forms/UFormMain.pas
r102 r104 166 166 ProjectExt = '.adp'; 167 167 DefaultFileName = 'Acronyms' + ProjectExt; 168 DefaultRegKey = '\Software\Chronosoft\Acronym Decoder';169 168 RegistryRunKey = '\Software\Microsoft\Windows\CurrentVersion\Run'; 170 169 … … 431 430 ListViewFilter1.StringGrid.SetFocus; 432 431 end; 432 Core.ScaleDPI1.ScaleImageList(ImageList1, Core.ScaleDPI1.DesignDPI); 433 Core.ScaleDPI1.ScaleControl(ToolBar1, Core.ScaleDPI1.DesignDPI); 433 434 end; 434 435
Note:
See TracChangeset
for help on using the changeset viewer.