Changeset 221 for trunk/Forms
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- Location:
- trunk/Forms
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormAcronym.lfm
r219 r221 1 1 object FormAcronym: TFormAcronym 2 Left = 8453 Height = 8 934 Top = 4805 Width = 10302 Left = 476 3 Height = 853 4 Top = 277 5 Width = 810 6 6 Caption = 'Acronym' 7 ClientHeight = 8 938 ClientWidth = 10307 ClientHeight = 853 8 ClientWidth = 810 9 9 DesignTimePPI = 144 10 10 OnShow = FormShow 11 11 Position = poScreenCenter 12 12 LCLVersion = '3.6.0.0' 13 object Label1: TLabel14 Left = 1215 Height = 2616 Top = 2417 Width = 5618 Caption = 'Name:'19 ParentColor = False20 ParentFont = False21 end22 object EditAcronym: TEdit23 Left = 22924 Height = 4325 Top = 2326 Width = 78327 Anchors = [akTop, akLeft, akRight]28 ParentFont = False29 TabOrder = 030 OnKeyPress = EditMeaningKeyPress31 end32 object Label2: TLabel33 Left = 1234 Height = 2635 Top = 7336 Width = 7937 Caption = 'Meaning:'38 ParentColor = False39 ParentFont = False40 end41 object EditMeaning: TEdit42 Left = 22943 Height = 4344 Top = 7345 Width = 78346 Anchors = [akTop, akLeft, akRight]47 ParentFont = False48 TabOrder = 149 OnKeyPress = EditMeaningKeyPress50 end51 13 object ButtonOk: TButton 52 Left = 88014 Left = 548 53 15 Height = 37 54 Top = 8 3316 Top = 804 55 17 Width = 113 56 18 Anchors = [akRight, akBottom] … … 58 20 ModalResult = 1 59 21 ParentFont = False 60 TabOrder = 722 TabOrder = 1 61 23 OnKeyPress = EditMeaningKeyPress 62 24 end 63 25 object ButtonCancel: TButton 64 Left = 73626 Left = 684 65 27 Height = 37 66 Top = 8 3328 Top = 804 67 29 Width = 113 68 30 Anchors = [akRight, akBottom] … … 70 32 ModalResult = 2 71 33 ParentFont = False 72 TabOrder = 634 TabOrder = 0 73 35 OnKeyPress = EditMeaningKeyPress 74 36 end 75 object Label3: TLabel 76 Left = 12 77 Height = 26 78 Top = 132 79 Width = 102 80 Caption = 'Description:' 81 ParentColor = False 82 ParentFont = False 83 end 84 object MemoDescription: TMemo 85 Left = 229 86 Height = 170 87 Top = 132 88 Width = 783 89 Anchors = [akTop, akLeft, akRight] 90 ParentFont = False 91 ScrollBars = ssAutoBoth 37 object ScrollBox1: TScrollBox 38 Left = 8 39 Height = 781 40 Top = 8 41 Width = 787 42 HorzScrollBar.Page = 540 43 VertScrollBar.Page = 760 44 Anchors = [akTop, akLeft, akRight, akBottom] 45 ClientHeight = 779 46 ClientWidth = 785 92 47 TabOrder = 2 93 OnKeyPress = EditMeaningKeyPress 94 end 95 object Label4: TLabel 96 Left = 18 97 Height = 26 98 Top = 312 99 Width = 95 100 Caption = 'Categories:' 101 ParentColor = False 102 ParentFont = False 103 end 104 object ListBoxCategories: TListBox 105 Left = 229 106 Height = 211 107 Top = 312 108 Width = 782 109 Anchors = [akTop, akLeft, akRight] 110 ItemHeight = 0 111 MultiSelect = True 112 ParentFont = False 113 PopupMenu = PopupMenuCategory 114 ScrollWidth = 518 115 TabOrder = 3 116 TopIndex = -1 117 OnKeyPress = EditMeaningKeyPress 118 OnSelectionChange = ListBoxCategoriesSelectionChange 119 end 120 object Button1: TButton 121 Left = 229 122 Height = 37 123 Top = 540 124 Width = 131 125 Action = ACategoryAdd 126 ParentFont = False 127 TabOrder = 4 128 OnKeyPress = EditMeaningKeyPress 129 end 130 object Button2: TButton 131 Left = 384 132 Height = 37 133 Top = 540 134 Width = 156 135 Action = ACategoryRemove 136 ParentFont = False 137 TabOrder = 5 138 OnKeyPress = EditMeaningKeyPress 139 end 140 object Label5: TLabel 141 Left = 12 142 Height = 26 143 Top = 588 144 Width = 130 145 Caption = 'Imported from:' 146 ParentColor = False 147 ParentFont = False 148 end 149 object ListBoxImportSources: TListBox 150 Left = 229 151 Height = 168 152 Top = 588 153 Width = 783 154 Anchors = [akTop, akLeft, akRight] 155 ItemHeight = 0 156 MultiSelect = True 157 ParentFont = False 158 ScrollWidth = 519 159 TabOrder = 8 160 TopIndex = -1 161 OnKeyPress = EditMeaningKeyPress 162 OnSelectionChange = ListBoxCategoriesSelectionChange 48 object Label1: TLabel 49 Left = 12 50 Height = 26 51 Top = 24 52 Width = 56 53 Caption = 'Name:' 54 ParentColor = False 55 ParentFont = False 56 end 57 object EditAcronym: TEdit 58 Left = 229 59 Height = 43 60 Top = 23 61 Width = 539 62 Anchors = [akTop, akLeft, akRight] 63 ParentFont = False 64 TabOrder = 0 65 OnKeyPress = EditMeaningKeyPress 66 end 67 object Label2: TLabel 68 Left = 12 69 Height = 26 70 Top = 73 71 Width = 79 72 Caption = 'Meaning:' 73 ParentColor = False 74 ParentFont = False 75 end 76 object EditMeaning: TEdit 77 Left = 229 78 Height = 43 79 Top = 73 80 Width = 539 81 Anchors = [akTop, akLeft, akRight] 82 ParentFont = False 83 TabOrder = 1 84 OnKeyPress = EditMeaningKeyPress 85 end 86 object Label3: TLabel 87 Left = 12 88 Height = 26 89 Top = 132 90 Width = 102 91 Caption = 'Description:' 92 ParentColor = False 93 ParentFont = False 94 end 95 object MemoDescription: TMemo 96 Left = 229 97 Height = 170 98 Top = 132 99 Width = 537 100 Anchors = [akTop, akLeft, akRight] 101 ParentFont = False 102 ScrollBars = ssAutoBoth 103 TabOrder = 2 104 OnKeyPress = EditMeaningKeyPress 105 end 106 object Label4: TLabel 107 Left = 18 108 Height = 26 109 Top = 312 110 Width = 95 111 Caption = 'Categories:' 112 ParentColor = False 113 ParentFont = False 114 end 115 object ListBoxCategories: TListBox 116 Left = 229 117 Height = 211 118 Top = 312 119 Width = 537 120 Anchors = [akTop, akLeft, akRight] 121 ItemHeight = 0 122 MultiSelect = True 123 ParentFont = False 124 PopupMenu = PopupMenuCategory 125 ScrollWidth = 518 126 TabOrder = 3 127 TopIndex = -1 128 OnKeyPress = EditMeaningKeyPress 129 OnSelectionChange = ListBoxCategoriesSelectionChange 130 end 131 object Button1: TButton 132 Left = 229 133 Height = 37 134 Top = 540 135 Width = 131 136 Action = ACategoryAdd 137 ParentFont = False 138 TabOrder = 4 139 OnKeyPress = EditMeaningKeyPress 140 end 141 object Button2: TButton 142 Left = 384 143 Height = 37 144 Top = 540 145 Width = 156 146 Action = ACategoryRemove 147 ParentFont = False 148 TabOrder = 5 149 OnKeyPress = EditMeaningKeyPress 150 end 151 object Label5: TLabel 152 Left = 12 153 Height = 26 154 Top = 588 155 Width = 130 156 Caption = 'Imported from:' 157 ParentColor = False 158 ParentFont = False 159 end 160 object ListBoxImportSources: TListBox 161 Left = 229 162 Height = 168 163 Top = 592 164 Width = 539 165 Anchors = [akTop, akLeft, akRight] 166 ItemHeight = 0 167 MultiSelect = True 168 ParentFont = False 169 ScrollWidth = 519 170 TabOrder = 6 171 TopIndex = -1 172 OnKeyPress = EditMeaningKeyPress 173 OnSelectionChange = ListBoxCategoriesSelectionChange 174 end 163 175 end 164 176 object ActionList1: TActionList 165 Left = 5 41166 Top = 360177 Left = 581 178 Top = 400 167 179 object ACategoryRemove: TAction 168 180 Caption = 'Remove' … … 177 189 end 178 190 object PopupMenuCategory: TPopupMenu 179 Left = 288180 Top = 366191 Left = 328 192 Top = 406 181 193 object MenuItem2: TMenuItem 182 194 Action = ACategoryAdd -
trunk/Forms/FormAcronym.lrj
r219 r221 1 1 {"version":1,"strings":[ 2 2 {"hash":128542141,"name":"tformacronym.caption","sourcebytes":[65,99,114,111,110,121,109],"value":"Acronym"}, 3 {"hash":1371,"name":"tformacronym.buttonok.caption","sourcebytes":[79,107],"value":"Ok"}, 4 {"hash":77089212,"name":"tformacronym.buttoncancel.caption","sourcebytes":[67,97,110,99,101,108],"value":"Cancel"}, 3 5 {"hash":5538698,"name":"tformacronym.label1.caption","sourcebytes":[78,97,109,101,58],"value":"Name:"}, 4 6 {"hash":193266074,"name":"tformacronym.label2.caption","sourcebytes":[77,101,97,110,105,110,103,58],"value":"Meaning:"}, 5 {"hash":1371,"name":"tformacronym.buttonok.caption","sourcebytes":[79,107],"value":"Ok"},6 {"hash":77089212,"name":"tformacronym.buttoncancel.caption","sourcebytes":[67,97,110,99,101,108],"value":"Cancel"},7 7 {"hash":81166474,"name":"tformacronym.label3.caption","sourcebytes":[68,101,115,99,114,105,112,116,105,111,110,58],"value":"Description:"}, 8 8 {"hash":237074138,"name":"tformacronym.label4.caption","sourcebytes":[67,97,116,101,103,111,114,105,101,115,58],"value":"Categories:"}, -
trunk/Forms/FormAcronym.pas
r219 r221 12 12 13 13 TFormAcronym = class(TFormEx) 14 ACategoryAdd: TAction; 14 15 ACategoryRemove: TAction; 15 ACategoryAdd: TAction;16 16 ActionList1: TActionList; 17 17 Button1: TButton; … … 32 32 MenuItem2: TMenuItem; 33 33 PopupMenuCategory: TPopupMenu; 34 ScrollBox1: TScrollBox; 34 35 procedure ACategoryAddExecute(Sender: TObject); 35 36 procedure ACategoryRemoveExecute(Sender: TObject); -
trunk/Forms/FormAcronyms.lfm
r219 r221 66 66 Align = alBottom 67 67 Caption = 'ToolBar1' 68 Images = Core.ImageList 168 Images = Core.ImageListSmall 69 69 ParentShowHint = False 70 70 ShowHint = True … … 111 111 end 112 112 object ActionList1: TActionList 113 Images = Core.ImageList1114 113 Left = 298 115 114 Top = 278 … … 139 138 end 140 139 object PopupMenuAcronym: TPopupMenu 141 Images = Core.ImageList1142 140 Left = 298 143 141 Top = 355 -
trunk/Forms/FormCategories.lfm
r219 r221 48 48 Width = 941 49 49 Align = alBottom 50 Images = Core.ImageList 150 Images = Core.ImageListSmall 51 51 ParentShowHint = False 52 52 ShowHint = True … … 69 69 end 70 70 object ActionList1: TActionList 71 Images = Core.ImageList172 71 Left = 456 73 72 Top = 235 … … 105 104 end 106 105 object PopupMenuCategory: TPopupMenu 107 Images = Core.ImageList1108 106 Left = 143 109 107 Top = 230 -
trunk/Forms/FormCategorySelect.lfm
r219 r221 1 1 object FormCategorySelect: TFormCategorySelect 2 2 Left = 500 3 Height = 7013 Height = 631 4 4 Top = 253 5 Width = 9 495 Width = 918 6 6 Caption = 'Select categories' 7 ClientHeight = 7018 ClientWidth = 9 497 ClientHeight = 631 8 ClientWidth = 918 9 9 DesignTimePPI = 144 10 10 Position = poScreenCenter … … 12 12 object ListBox1: TListBox 13 13 Left = 19 14 Height = 62114 Height = 551 15 15 Top = 10 16 Width = 91316 Width = 882 17 17 Anchors = [akTop, akLeft, akRight, akBottom] 18 18 ItemHeight = 0 … … 25 25 end 26 26 object ButtonOk: TButton 27 Left = 84128 Height = 3 029 Top = 64930 Width = 9027 Left = 648 28 Height = 38 29 Top = 581 30 Width = 114 31 31 Anchors = [akRight, akBottom] 32 32 Caption = 'Select' … … 35 35 end 36 36 object ButtonCancel: TButton 37 Left = 7 2638 Height = 3 039 Top = 65140 Width = 9037 Left = 792 38 Height = 38 39 Top = 581 40 Width = 109 41 41 Anchors = [akRight, akBottom] 42 42 Caption = 'Cancel' -
trunk/Forms/FormCategorySelect.pas
r219 r221 11 11 { TFormCategorySelect } 12 12 13 TFormCategorySelect = class(TForm eX)13 TFormCategorySelect = class(TFormEx) 14 14 ButtonOk: TButton; 15 15 ButtonCancel: TButton; -
trunk/Forms/FormCheck.lfm
r219 r221 24 24 object ButtonCheck: TButton 25 25 Left = 13 26 Height = 3 726 Height = 38 27 27 Top = 16 28 28 Width = 113 … … 43 43 object ButtonAcronymsSummary: TButton 44 44 Left = 7 45 Height = 3 745 Height = 38 46 46 Top = 10 47 47 Width = 180 … … 103 103 object ButtonAcronymsContent: TButton 104 104 Left = 10 105 Height = 3 7105 Height = 38 106 106 Top = 0 107 107 Width = 180 … … 121 121 object ButtonLoadFromFile: TButton 122 122 Left = 13 123 Height = 3 7123 Height = 38 124 124 Top = 58 125 125 Width = 161 -
trunk/Forms/FormCheck.pas
r219 r221 6 6 Classes, SysUtils, LazFileUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 7 ExtCtrls, ComCtrls, Menus, ActnList, Acronym, RegistryEx, Registry, Common, 8 Generics.Collections ;8 Generics.Collections, FormEx; 9 9 10 10 type … … 27 27 { TFormCheck } 28 28 29 TFormCheck = class(TForm )29 TFormCheck = class(TFormEx) 30 30 AGoToLocation: TAction; 31 31 ASaveToCsv: TAction; -
trunk/Forms/FormExport.lfm
r219 r221 12 12 object ButtonProcess: TButton 13 13 Left = 22 14 Height = 4014 Height = 38 15 15 Top = 11 16 16 Width = 167 … … 22 22 Left = 409 23 23 Height = 38 24 Top = 624 Top = 11 25 25 Width = 218 26 26 ItemHeight = 0 … … 37 37 object ButtonSaveToFile: TButton 38 38 Left = 784 39 Height = 4039 Height = 38 40 40 Top = 11 41 41 Width = 217 … … 54 54 TabOrder = 3 55 55 end 56 object Label1: TLabel 57 Left = 280 58 Height = 26 59 Top = 16 60 Width = 106 61 Caption = 'Data format:' 62 ParentColor = False 63 ParentFont = False 64 end 56 65 object SaveDialog1: TSaveDialog 57 66 Left = 474 -
trunk/Forms/FormExport.lrj
r219 r221 3 3 {"hash":127245555,"name":"tformexport.buttonprocess.caption","sourcebytes":[80,114,111,99,101,115,115],"value":"Process"}, 4 4 {"hash":18566,"name":"tformexport.comboboxdataformat.text","sourcebytes":[67,83,86],"value":"CSV"}, 5 {"hash":9308581,"name":"tformexport.buttonsavetofile.caption","sourcebytes":[83,97,118,101,32,116,111,32,102,105,108,101],"value":"Save to file"} 5 {"hash":9308581,"name":"tformexport.buttonsavetofile.caption","sourcebytes":[83,97,118,101,32,116,111,32,102,105,108,101],"value":"Save to file"}, 6 {"hash":163683098,"name":"tformexport.label1.caption","sourcebytes":[68,97,116,97,32,102,111,114,109,97,116,58],"value":"Data format:"} 6 7 ]} -
trunk/Forms/FormExport.pas
r219 r221 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 JobProgressView ;7 JobProgressView, FormEx; 8 8 9 9 type … … 11 11 { TFormExport } 12 12 13 TFormExport = class(TForm )13 TFormExport = class(TFormEx) 14 14 ButtonProcess: TButton; 15 15 ButtonSaveToFile: TButton; 16 16 ComboBoxDataFormat: TComboBox; 17 Label1: TLabel; 17 18 Memo1: TMemo; 18 19 SaveDialog1: TSaveDialog; -
trunk/Forms/FormImport.lfm
r219 r221 11 11 LCLVersion = '3.6.0.0' 12 12 object ButtonProcess: TButton 13 Left = 1 914 Height = 3 013 Left = 16 14 Height = 38 15 15 Top = 10 16 16 Width = 128 … … 22 22 object Memo1: TMemo 23 23 Left = 10 24 Height = 5 4925 Top = 4824 Height = 533 25 Top = 64 26 26 Width = 765 27 27 Anchors = [akTop, akLeft, akRight, akBottom] … … 33 33 Left = 317 34 34 Height = 38 35 Top = 635 Top = 11 36 36 Width = 168 37 37 ItemHeight = 0 … … 49 49 Left = 184 50 50 Height = 26 51 Top = 1 151 Top = 16 52 52 Width = 106 53 53 Caption = 'Data format:' … … 56 56 end 57 57 object ButtonLoadFromFile: TButton 58 Left = 60 459 Height = 3 058 Left = 608 59 Height = 38 60 60 Top = 10 61 61 Width = 167 -
trunk/Forms/FormImportFormat.lfm
r219 r221 1 1 object FormImportFormat: TFormImportFormat 2 Left = 4623 Height = 5 274 Top = 3 225 Width = 7552 Left = 578 3 Height = 557 4 Top = 353 5 Width = 831 6 6 Caption = 'Import format' 7 ClientHeight = 527 8 ClientWidth = 755 7 ClientHeight = 557 8 ClientWidth = 831 9 Constraints.MinHeight = 200 10 Constraints.MinWidth = 300 9 11 DesignTimePPI = 144 10 12 OnCreate = FormCreate … … 13 15 LCLVersion = '3.6.0.0' 14 16 object ButtonOk: TButton 15 Left = 63016 Height = 3 017 Top = 46818 Width = 9017 Left = 588 18 Height = 38 19 Top = 510 20 Width = 114 19 21 Anchors = [akRight, akBottom] 20 22 Caption = 'Ok' 21 23 ModalResult = 1 22 TabOrder = 624 TabOrder = 1 23 25 end 24 26 object ButtonCancel: TButton 25 Left = 51526 Height = 3 027 Top = 46828 Width = 9027 Left = 716 28 Height = 38 29 Top = 510 30 Width = 106 29 31 Anchors = [akRight, akBottom] 30 32 Caption = 'Cancel' 31 33 ModalResult = 2 32 TabOrder = 5 33 end 34 object Label1: TLabel 35 Left = 24 36 Height = 26 37 Top = 64 38 Width = 56 39 Caption = 'Name:' 40 ParentColor = False 41 end 42 object EditName: TEdit 43 Left = 215 44 Height = 43 45 Top = 58 46 Width = 511 47 Anchors = [akTop, akLeft, akRight] 48 TabOrder = 1 49 end 50 object Label8: TLabel 51 Left = 24 52 Height = 26 53 Top = 108 54 Width = 95 55 Caption = 'Block start:' 56 ParentColor = False 57 end 58 object EditBlockStart: TEdit 59 Left = 215 60 Height = 43 61 Top = 102 62 Width = 511 63 Anchors = [akTop, akLeft, akRight] 34 TabOrder = 0 35 end 36 object ScrollBox1: TScrollBox 37 Left = 8 38 Height = 480 39 Top = 16 40 Width = 812 41 HorzScrollBar.Page = 451 42 VertScrollBar.Page = 226 43 Anchors = [akTop, akLeft, akRight, akBottom] 44 ClientHeight = 478 45 ClientWidth = 810 64 46 TabOrder = 2 65 end 66 object Label9: TLabel 67 Left = 24 68 Height = 26 69 Top = 156 70 Width = 89 71 Caption = 'Block end:' 72 ParentColor = False 73 end 74 object EditBlockEnd: TEdit 75 Left = 215 76 Height = 43 77 Top = 150 78 Width = 511 79 Anchors = [akTop, akLeft, akRight] 80 TabOrder = 3 81 end 82 object ListViewItemRules: TListView 83 Left = 24 84 Height = 238 85 Top = 217 86 Width = 702 87 Anchors = [akTop, akLeft, akRight, akBottom] 88 Columns = < 89 item 90 Caption = 'Start string' 91 Width = 120 92 end 93 item 94 Caption = 'End string' 95 Width = 120 96 end 97 item 98 Caption = 'Action' 99 Width = 120 100 end 101 item 102 Caption = 'Variable' 103 Width = 120 104 end 105 item 106 Caption = 'Repetition' 107 Width = 207 108 end> 109 OwnerData = True 110 PopupMenu = PopupMenu1 111 ReadOnly = True 112 RowSelect = True 113 TabOrder = 4 114 ViewStyle = vsReport 115 OnData = ListViewItemRulesData 116 OnDblClick = AModifyExecute 117 end 118 object Label2: TLabel 119 Left = 24 120 Height = 26 121 Top = 188 122 Width = 91 123 Caption = 'Item rules:' 124 ParentColor = False 125 end 126 object Label3: TLabel 127 Left = 24 128 Height = 26 129 Top = 16 130 Width = 45 131 Caption = 'Type:' 132 ParentColor = False 133 end 134 object ComboBoxType: TComboBox 135 Left = 215 136 Height = 38 137 Top = 16 138 Width = 236 139 ItemHeight = 0 140 Items.Strings = ( 141 'Text parse HTTP' 142 'MS Access database' 143 'Text parse file' 144 ) 145 Style = csDropDownList 146 TabOrder = 0 47 object Label1: TLabel 48 Left = 24 49 Height = 26 50 Top = 64 51 Width = 56 52 Caption = 'Name:' 53 ParentColor = False 54 end 55 object EditName: TEdit 56 Left = 215 57 Height = 43 58 Top = 56 59 Width = 579 60 Anchors = [akTop, akLeft, akRight] 61 TabOrder = 0 62 end 63 object Label8: TLabel 64 Left = 24 65 Height = 26 66 Top = 108 67 Width = 95 68 Caption = 'Block start:' 69 ParentColor = False 70 end 71 object EditBlockStart: TEdit 72 Left = 215 73 Height = 43 74 Top = 102 75 Width = 579 76 Anchors = [akTop, akLeft, akRight] 77 TabOrder = 1 78 end 79 object Label9: TLabel 80 Left = 24 81 Height = 26 82 Top = 156 83 Width = 89 84 Caption = 'Block end:' 85 ParentColor = False 86 end 87 object EditBlockEnd: TEdit 88 Left = 215 89 Height = 43 90 Top = 150 91 Width = 579 92 Anchors = [akTop, akLeft, akRight] 93 TabOrder = 2 94 end 95 object ListViewItemRules: TListView 96 Left = 24 97 Height = 223 98 Top = 232 99 Width = 772 100 Anchors = [akTop, akLeft, akRight, akBottom] 101 Columns = < 102 item 103 Caption = 'Start string' 104 Width = 120 105 end 106 item 107 Caption = 'End string' 108 Width = 120 109 end 110 item 111 Caption = 'Action' 112 Width = 120 113 end 114 item 115 Caption = 'Variable' 116 Width = 120 117 end 118 item 119 Caption = 'Repetition' 120 Width = 277 121 end> 122 OwnerData = True 123 PopupMenu = PopupMenu1 124 ReadOnly = True 125 RowSelect = True 126 TabOrder = 3 127 ViewStyle = vsReport 128 OnData = ListViewItemRulesData 129 OnDblClick = AModifyExecute 130 end 131 object Label2: TLabel 132 Left = 24 133 Height = 26 134 Top = 200 135 Width = 91 136 Caption = 'Item rules:' 137 ParentColor = False 138 end 139 object Label3: TLabel 140 Left = 24 141 Height = 26 142 Top = 16 143 Width = 45 144 Caption = 'Type:' 145 ParentColor = False 146 end 147 object ComboBoxType: TComboBox 148 Left = 215 149 Height = 38 150 Top = 16 151 Width = 236 152 ItemHeight = 0 153 Items.Strings = ( 154 'Text parse HTTP' 155 'MS Access database' 156 'Text parse file' 157 ) 158 Style = csDropDownList 159 TabOrder = 4 160 end 147 161 end 148 162 object PopupMenu1: TPopupMenu 149 Left = 2 17150 Top = 3 32163 Left = 257 164 Top = 372 151 165 object MenuItem1: TMenuItem 152 166 Action = AAdd … … 274 288 end 275 289 object ActionList1: TActionList 276 Left = 460277 Top = 3 38290 Left = 500 291 Top = 378 278 292 object AAdd: TAction 279 293 Caption = 'Add' -
trunk/Forms/FormImportFormat.pas
r219 r221 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 ComCtrls, Menus, ActnList, Acronym ;7 ComCtrls, Menus, ActnList, Acronym, FormEx; 8 8 9 9 type … … 11 11 { TFormImportFormat } 12 12 13 TFormImportFormat = class(TForm )13 TFormImportFormat = class(TFormEx) 14 14 AAdd: TAction; 15 ActionList1: TActionList; 16 AModify: TAction; 17 AMoveDown: TAction; 15 18 AMoveUp: TAction; 16 AMoveDown: TAction;17 AModify: TAction;18 19 ARemove: TAction; 19 ActionList1: TActionList;20 20 ButtonOk: TButton; 21 21 ButtonCancel: TButton; … … 36 36 MenuItem5: TMenuItem; 37 37 PopupMenu1: TPopupMenu; 38 ScrollBox1: TScrollBox; 38 39 procedure AAddExecute(Sender: TObject); 39 40 procedure AModifyExecute(Sender: TObject); -
trunk/Forms/FormImportFormats.lfm
r219 r221 43 43 Width = 887 44 44 Align = alBottom 45 Images = Core.ImageListSmall 45 46 ParentFont = False 46 47 ParentShowHint = False -
trunk/Forms/FormImportPattern.lfm
r219 r221 1 1 object FormImportPattern: TFormImportPattern 2 Left = 4 593 Height = 5174 Top = 2355 Width = 7942 Left = 482 3 Height = 364 4 Top = 334 5 Width = 681 6 6 Caption = 'Import pattern' 7 ClientHeight = 5178 ClientWidth = 7947 ClientHeight = 364 8 ClientWidth = 681 9 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate … … 12 12 Position = poScreenCenter 13 13 LCLVersion = '3.6.0.0' 14 object Label8: TLabel15 Left = 2916 Height = 2617 Top = 1618 Width = 9819 Caption = 'Start string:'20 ParentColor = False21 end22 object Label9: TLabel23 Left = 2924 Height = 2625 Top = 6426 Width = 9127 Caption = 'End string:'28 ParentColor = False29 end30 object EditBlockEnd: TEdit31 Left = 22032 Height = 4333 Top = 5834 Width = 55235 Anchors = [akTop, akLeft, akRight]36 TabOrder = 137 end38 object EditBlockStart: TEdit39 Left = 22040 Height = 4341 Top = 1042 Width = 55243 Anchors = [akTop, akLeft, akRight]44 TabOrder = 045 end46 14 object ButtonCancel: TButton 47 Left = 55 648 Height = 3 049 Top = 46150 Width = 9015 Left = 551 16 Height = 38 17 Top = 317 18 Width = 120 51 19 Anchors = [akRight, akBottom] 52 20 Caption = 'Cancel' 53 21 ModalResult = 2 54 TabOrder = 522 TabOrder = 0 55 23 end 56 24 object ButtonOk: TButton 57 Left = 67258 Height = 3 059 Top = 46160 Width = 9025 Left = 415 26 Height = 38 27 Top = 317 28 Width = 114 61 29 Anchors = [akRight, akBottom] 62 30 Caption = 'Ok' 63 31 ModalResult = 1 64 TabOrder = 632 TabOrder = 1 65 33 end 66 object Label10: TLabel 67 Left = 29 68 Height = 26 69 Top = 106 70 Width = 59 71 Caption = 'Action:' 72 ParentColor = False 73 end 74 object Label11: TLabel 75 Left = 29 76 Height = 26 77 Top = 144 78 Width = 73 79 Caption = 'Variable:' 80 ParentColor = False 81 end 82 object ComboBoxAction: TComboBox 83 Left = 220 84 Height = 42 85 Top = 104 86 Width = 552 87 Anchors = [akTop, akLeft, akRight] 88 ItemHeight = 0 89 Style = csDropDownList 34 object ScrollBox1: TScrollBox 35 Left = 16 36 Height = 285 37 Top = 16 38 Width = 655 39 HorzScrollBar.Page = 150 40 VertScrollBar.Page = 238 41 Anchors = [akTop, akLeft, akRight, akBottom] 42 ClientHeight = 283 43 ClientWidth = 653 90 44 TabOrder = 2 91 end 92 object ComboBoxVariable: TComboBox 93 Left = 220 94 Height = 38 95 Top = 144 96 Width = 552 97 Anchors = [akTop, akLeft, akRight] 98 ItemHeight = 0 99 Items.Strings = ( 100 '' 101 ) 102 Style = csDropDownList 103 TabOrder = 3 104 end 105 object CheckBoxRepetition: TCheckBox 106 Left = 29 107 Height = 30 108 Top = 192 109 Width = 112 110 Caption = 'Repetition' 111 TabOrder = 4 45 object Label8: TLabel 46 Left = 16 47 Height = 26 48 Top = 16 49 Width = 98 50 Caption = 'Start string:' 51 ParentColor = False 52 end 53 object Label9: TLabel 54 Left = 16 55 Height = 26 56 Top = 64 57 Width = 91 58 Caption = 'End string:' 59 ParentColor = False 60 end 61 object EditBlockEnd: TEdit 62 Left = 207 63 Height = 43 64 Top = 58 65 Width = 431 66 Anchors = [akTop, akLeft, akRight] 67 TabOrder = 0 68 end 69 object EditBlockStart: TEdit 70 Left = 207 71 Height = 43 72 Top = 10 73 Width = 431 74 Anchors = [akTop, akLeft, akRight] 75 TabOrder = 1 76 end 77 object Label10: TLabel 78 Left = 16 79 Height = 26 80 Top = 112 81 Width = 59 82 Caption = 'Action:' 83 ParentColor = False 84 end 85 object Label11: TLabel 86 Left = 16 87 Height = 26 88 Top = 156 89 Width = 73 90 Caption = 'Variable:' 91 ParentColor = False 92 end 93 object ComboBoxAction: TComboBox 94 Left = 207 95 Height = 42 96 Top = 104 97 Width = 431 98 Anchors = [akTop, akLeft, akRight] 99 ItemHeight = 0 100 Style = csDropDownList 101 TabOrder = 2 102 end 103 object ComboBoxVariable: TComboBox 104 Left = 207 105 Height = 38 106 Top = 152 107 Width = 431 108 Anchors = [akTop, akLeft, akRight] 109 ItemHeight = 0 110 Items.Strings = ( 111 '' 112 ) 113 Style = csDropDownList 114 TabOrder = 3 115 end 116 object CheckBoxRepetition: TCheckBox 117 Left = 16 118 Height = 30 119 Top = 208 120 Width = 112 121 Caption = 'Repetition' 122 TabOrder = 4 123 end 112 124 end 113 125 end -
trunk/Forms/FormImportPattern.lrj
r219 r221 1 1 {"version":1,"strings":[ 2 2 {"hash":50151422,"name":"tformimportpattern.caption","sourcebytes":[73,109,112,111,114,116,32,112,97,116,116,101,114,110],"value":"Import pattern"}, 3 {"hash":77089212,"name":"tformimportpattern.buttoncancel.caption","sourcebytes":[67,97,110,99,101,108],"value":"Cancel"}, 4 {"hash":1371,"name":"tformimportpattern.buttonok.caption","sourcebytes":[79,107],"value":"Ok"}, 3 5 {"hash":1077898,"name":"tformimportpattern.label8.caption","sourcebytes":[83,116,97,114,116,32,115,116,114,105,110,103,58],"value":"Start string:"}, 4 6 {"hash":183812826,"name":"tformimportpattern.label9.caption","sourcebytes":[69,110,100,32,115,116,114,105,110,103,58],"value":"End string:"}, 5 {"hash":77089212,"name":"tformimportpattern.buttoncancel.caption","sourcebytes":[67,97,110,99,101,108],"value":"Cancel"},6 {"hash":1371,"name":"tformimportpattern.buttonok.caption","sourcebytes":[79,107],"value":"Ok"},7 7 {"hash":128648794,"name":"tformimportpattern.label10.caption","sourcebytes":[65,99,116,105,111,110,58],"value":"Action:"}, 8 8 {"hash":150466058,"name":"tformimportpattern.label11.caption","sourcebytes":[86,97,114,105,97,98,108,101,58],"value":"Variable:"}, -
trunk/Forms/FormImportPattern.pas
r219 r221 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 Acronym ;7 Acronym, FormEx; 8 8 9 9 type … … 11 11 { TFormImportPattern } 12 12 13 TFormImportPattern = class(TForm )13 TFormImportPattern = class(TFormEx) 14 14 ButtonCancel: TButton; 15 15 ButtonOk: TButton; … … 23 23 Label8: TLabel; 24 24 Label9: TLabel; 25 ScrollBox1: TScrollBox; 25 26 procedure FormCreate(Sender: TObject); 26 27 procedure FormShow(Sender: TObject); … … 36 37 37 38 {$R *.lfm} 38 39 uses40 Core;41 39 42 40 { TFormImportPattern } -
trunk/Forms/FormImportSource.lfm
r219 r221 1 1 object FormImportSource: TFormImportSource 2 2 Left = 493 3 Height = 5 513 Height = 549 4 4 Top = 315 5 Width = 7445 Width = 808 6 6 Caption = 'Import source' 7 ClientHeight = 551 8 ClientWidth = 744 7 ClientHeight = 549 8 ClientWidth = 808 9 Constraints.MinHeight = 200 10 Constraints.MinWidth = 300 9 11 DesignTimePPI = 144 10 12 OnShow = FormShow 11 13 Position = poScreenCenter 12 14 LCLVersion = '3.6.0.0' 13 object EditName: TEdit14 Left = 16215 Height = 4316 Top = 1217 Width = 56518 Anchors = [akTop, akLeft, akRight]19 TabOrder = 020 end21 object Label1: TLabel22 Left = 1223 Height = 2624 Top = 1125 Width = 5626 Caption = 'Name:'27 ParentColor = False28 end29 object Label2: TLabel30 Left = 1231 Height = 2632 Top = 5933 Width = 10134 Caption = 'Source URL:'35 ParentColor = False36 end37 object EditURL: TEdit38 Left = 16339 Height = 4340 Top = 5941 Width = 42042 Anchors = [akTop, akLeft, akRight]43 TabOrder = 144 end45 15 object ButtonOk: TButton 46 Left = 63747 Height = 3 048 Top = 50 549 Width = 9016 Left = 528 17 Height = 38 18 Top = 502 19 Width = 114 50 20 Anchors = [akRight, akBottom] 51 21 Caption = 'Ok' 52 22 ModalResult = 1 53 TabOrder = 1 123 TabOrder = 1 54 24 end 55 25 object ButtonCancel: TButton 56 Left = 51557 Height = 3 058 Top = 50 559 Width = 9026 Left = 676 27 Height = 38 28 Top = 502 29 Width = 122 60 30 Anchors = [akRight, akBottom] 61 31 Caption = 'Cancel' 62 32 ModalResult = 2 63 TabOrder = 10 64 end 65 object Label3: TLabel 66 Left = 12 67 Height = 26 68 Top = 115 69 Width = 106 70 Caption = 'Data format:' 71 ParentColor = False 72 end 73 object ComboBox1: TComboBox 74 Left = 162 75 Height = 42 76 Top = 109 77 Width = 420 78 Anchors = [akTop, akLeft, akRight] 79 ItemHeight = 0 80 Style = csDropDownList 33 TabOrder = 0 34 end 35 object ScrollBox1: TScrollBox 36 Left = 8 37 Height = 487 38 Top = 8 39 Width = 788 40 HorzScrollBar.Page = 707 41 VertScrollBar.Page = 464 42 Anchors = [akTop, akLeft, akRight, akBottom] 43 ClientHeight = 485 44 ClientWidth = 786 81 45 TabOrder = 2 82 end 83 object ButtonShowFormat: TButton 84 Left = 592 85 Height = 30 86 Top = 109 87 Width = 134 88 Anchors = [akTop, akRight] 89 Caption = 'Configure' 90 TabOrder = 3 91 OnClick = ButtonShowFormatClick 92 end 93 object CheckBoxEnabled: TCheckBox 94 Left = 12 95 Height = 30 96 Top = 154 97 Width = 94 98 Caption = 'Enabled' 99 TabOrder = 4 100 end 101 object Label4: TLabel 102 Left = 12 103 Height = 26 104 Top = 192 105 Width = 95 106 Caption = 'Categories:' 107 ParentColor = False 108 end 109 object ListBox1: TListBox 110 Left = 162 111 Height = 169 112 Top = 192 113 Width = 565 114 Anchors = [akTop, akLeft, akRight] 115 ItemHeight = 0 116 MultiSelect = True 117 PopupMenu = PopupMenuCategory 118 ScrollWidth = 469 119 TabOrder = 5 120 TopIndex = -1 121 end 122 object Button1: TButton 123 Left = 162 124 Height = 30 125 Top = 374 126 Width = 90 127 Action = ACategoryAdd 128 TabOrder = 6 129 end 130 object Button2: TButton 131 Left = 277 132 Height = 30 133 Top = 374 134 Width = 90 135 Action = ACategoryRemove 136 TabOrder = 7 137 end 138 object Bevel1: TBevel 139 Left = 12 140 Height = 2 141 Top = 490 142 Width = 716 143 Anchors = [akLeft, akRight, akBottom] 144 end 145 object Label5: TLabel 146 Left = 12 147 Height = 26 148 Top = 422 149 Width = 97 150 Caption = 'User name:' 151 ParentColor = False 152 end 153 object Label6: TLabel 154 Left = 366 155 Height = 26 156 Top = 421 157 Width = 87 158 Caption = 'Password:' 159 ParentColor = False 160 end 161 object EditUserName: TEdit 162 Left = 163 163 Height = 43 164 Top = 421 165 Width = 184 166 TabOrder = 8 167 end 168 object EditPassword: TEdit 169 Left = 523 170 Height = 43 171 Top = 421 172 Width = 184 173 EchoMode = emPassword 174 PasswordChar = '*' 175 TabOrder = 9 176 end 177 object ButtonOpenURL: TButton 178 Left = 592 179 Height = 30 180 Top = 62 181 Width = 134 182 Anchors = [akTop, akRight] 183 Caption = 'Open URL' 184 TabOrder = 12 185 OnClick = ButtonOpenURLClick 46 object EditName: TEdit 47 Left = 162 48 Height = 43 49 Top = 12 50 Width = 609 51 Anchors = [akTop, akLeft, akRight] 52 TabOrder = 0 53 end 54 object Label1: TLabel 55 Left = 12 56 Height = 26 57 Top = 11 58 Width = 56 59 Caption = 'Name:' 60 ParentColor = False 61 end 62 object Label2: TLabel 63 Left = 12 64 Height = 26 65 Top = 59 66 Width = 101 67 Caption = 'Source URL:' 68 ParentColor = False 69 end 70 object EditURL: TEdit 71 Left = 163 72 Height = 43 73 Top = 59 74 Width = 464 75 Anchors = [akTop, akLeft, akRight] 76 TabOrder = 1 77 end 78 object Label3: TLabel 79 Left = 12 80 Height = 26 81 Top = 115 82 Width = 106 83 Caption = 'Data format:' 84 ParentColor = False 85 end 86 object ComboBox1: TComboBox 87 Left = 162 88 Height = 42 89 Top = 109 90 Width = 464 91 Anchors = [akTop, akLeft, akRight] 92 ItemHeight = 0 93 Style = csDropDownList 94 TabOrder = 2 95 end 96 object ButtonShowFormat: TButton 97 Left = 636 98 Height = 38 99 Top = 109 100 Width = 134 101 Anchors = [akTop, akRight] 102 Caption = 'Configure' 103 TabOrder = 3 104 OnClick = ButtonShowFormatClick 105 end 106 object CheckBoxEnabled: TCheckBox 107 Left = 12 108 Height = 30 109 Top = 154 110 Width = 94 111 Caption = 'Enabled' 112 TabOrder = 4 113 end 114 object Label4: TLabel 115 Left = 12 116 Height = 26 117 Top = 192 118 Width = 95 119 Caption = 'Categories:' 120 ParentColor = False 121 end 122 object ListBox1: TListBox 123 Left = 162 124 Height = 169 125 Top = 192 126 Width = 609 127 Anchors = [akTop, akLeft, akRight] 128 ItemHeight = 0 129 MultiSelect = True 130 PopupMenu = PopupMenuCategory 131 ScrollWidth = 469 132 TabOrder = 5 133 TopIndex = -1 134 end 135 object Button1: TButton 136 Left = 162 137 Height = 38 138 Top = 374 139 Width = 90 140 Action = ACategoryAdd 141 TabOrder = 6 142 end 143 object Button2: TButton 144 Left = 277 145 Height = 38 146 Top = 374 147 Width = 99 148 Action = ACategoryRemove 149 TabOrder = 7 150 end 151 object Label5: TLabel 152 Left = 12 153 Height = 26 154 Top = 428 155 Width = 97 156 Caption = 'User name:' 157 ParentColor = False 158 end 159 object Label6: TLabel 160 Left = 366 161 Height = 26 162 Top = 428 163 Width = 87 164 Caption = 'Password:' 165 ParentColor = False 166 end 167 object EditUserName: TEdit 168 Left = 163 169 Height = 43 170 Top = 421 171 Width = 184 172 TabOrder = 8 173 end 174 object EditPassword: TEdit 175 Left = 523 176 Height = 43 177 Top = 421 178 Width = 184 179 EchoMode = emPassword 180 PasswordChar = '*' 181 TabOrder = 9 182 end 183 object ButtonOpenURL: TButton 184 Left = 636 185 Height = 38 186 Top = 62 187 Width = 134 188 Anchors = [akTop, akRight] 189 Caption = 'Open URL' 190 TabOrder = 10 191 OnClick = ButtonOpenURLClick 192 end 186 193 end 187 194 object ActionList1: TActionList 188 Left = 461189 Top = 2 50195 Left = 501 196 Top = 290 190 197 object ACategoryRemove: TAction 191 198 Caption = 'Remove' … … 200 207 end 201 208 object PopupMenuCategory: TPopupMenu 202 Left = 2 50203 Top = 2 50209 Left = 290 210 Top = 290 204 211 object MenuItem2: TMenuItem 205 212 Action = ACategoryAdd -
trunk/Forms/FormImportSource.lrj
r219 r221 1 1 {"version":1,"strings":[ 2 2 {"hash":132227493,"name":"tformimportsource.caption","sourcebytes":[73,109,112,111,114,116,32,115,111,117,114,99,101],"value":"Import source"}, 3 {"hash":1371,"name":"tformimportsource.buttonok.caption","sourcebytes":[79,107],"value":"Ok"}, 4 {"hash":77089212,"name":"tformimportsource.buttoncancel.caption","sourcebytes":[67,97,110,99,101,108],"value":"Cancel"}, 3 5 {"hash":5538698,"name":"tformimportsource.label1.caption","sourcebytes":[78,97,109,101,58],"value":"Name:"}, 4 6 {"hash":154126970,"name":"tformimportsource.label2.caption","sourcebytes":[83,111,117,114,99,101,32,85,82,76,58],"value":"Source URL:"}, 5 {"hash":1371,"name":"tformimportsource.buttonok.caption","sourcebytes":[79,107],"value":"Ok"},6 {"hash":77089212,"name":"tformimportsource.buttoncancel.caption","sourcebytes":[67,97,110,99,101,108],"value":"Cancel"},7 7 {"hash":163683098,"name":"tformimportsource.label3.caption","sourcebytes":[68,97,116,97,32,102,111,114,109,97,116,58],"value":"Data format:"}, 8 8 {"hash":80717541,"name":"tformimportsource.buttonshowformat.caption","sourcebytes":[67,111,110,102,105,103,117,114,101],"value":"Configure"}, -
trunk/Forms/FormImportSource.pas
r219 r221 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 ActnList, Menus, ExtCtrls, Acronym, LCLIntf ;7 ActnList, Menus, ExtCtrls, Acronym, LCLIntf, FormEx; 8 8 9 9 type … … 11 11 { TFormImportSource } 12 12 13 TFormImportSource = class(TForm )13 TFormImportSource = class(TFormEx) 14 14 ACategoryAdd: TAction; 15 15 ACategoryRemove: TAction; 16 16 ActionList1: TActionList; 17 Bevel1: TBevel;18 17 Button1: TButton; 19 18 Button2: TButton; 20 ButtonShowFormat: TButton;21 19 ButtonOk: TButton; 22 20 ButtonCancel: TButton; 23 21 ButtonOpenURL: TButton; 22 ButtonShowFormat: TButton; 24 23 CheckBoxEnabled: TCheckBox; 25 24 ComboBox1: TComboBox; 25 EditName: TEdit; 26 EditPassword: TEdit; 27 EditURL: TEdit; 26 28 EditUserName: TEdit; 27 EditName: TEdit;28 EditURL: TEdit;29 EditPassword: TEdit;30 29 Label1: TLabel; 31 30 Label2: TLabel; … … 38 37 MenuItem2: TMenuItem; 39 38 PopupMenuCategory: TPopupMenu; 39 ScrollBox1: TScrollBox; 40 40 procedure ACategoryAddExecute(Sender: TObject); 41 41 procedure ACategoryRemoveExecute(Sender: TObject); -
trunk/Forms/FormImportSources.lfm
r219 r221 19 19 Align = alBottom 20 20 Caption = 'ToolBar1' 21 Images = Core.ImageList 121 Images = Core.ImageListSmall 22 22 ParentShowHint = False 23 23 ShowHint = True … … 101 101 end 102 102 object ActionList1: TActionList 103 Images = Core.ImageList1104 103 Left = 490 105 104 Top = 269 … … 137 136 end 138 137 object PopupMenuImportSource: TPopupMenu 139 Images = Core.ImageList1140 138 Left = 176 141 139 Top = 264 -
trunk/Forms/FormImportSources.pas
r219 r221 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls, 7 ActnList, Menus, Acronym, JobProgressView, ListViewSort, LazUTF8, 7 ActnList, Menus, Acronym, JobProgressView, ListViewSort, LazUTF8, FormEx, 8 8 Generics.Collections; 9 9 … … 12 12 { TFormImportSources } 13 13 14 TFormImportSources = class(TForm )14 TFormImportSources = class(TFormEx) 15 15 AAdd: TAction; 16 16 AEnable: TAction; -
trunk/Forms/FormSettings.lfm
r219 r221 1 1 object FormSettings: TFormSettings 2 2 Left = 798 3 Height = 3943 Height = 487 4 4 Top = 367 5 Width = 5905 Width = 654 6 6 Caption = 'Settings' 7 ClientHeight = 3948 ClientWidth = 5909 Constraints.MinHeight = 39410 Constraints.MinWidth = 4677 ClientHeight = 487 8 ClientWidth = 654 9 Constraints.MinHeight = 200 10 Constraints.MinWidth = 300 11 11 DesignTimePPI = 144 12 12 OnCreate = FormCreate 13 13 Position = poScreenCenter 14 14 LCLVersion = '3.6.0.0' 15 object ComboBoxLanguage: TComboBox16 Left = 18217 Height = 4218 Top = 2919 Width = 25020 ItemHeight = 021 Style = csDropDownList22 TabOrder = 023 end24 object Label1: TLabel25 Left = 1926 Height = 2627 Top = 2928 Width = 8829 Caption = 'Language:'30 ParentColor = False31 end32 15 object ButtonOk: TButton 33 Left = 4 8934 Height = 3 035 Top = 34036 Width = 9016 Left = 400 17 Height = 38 18 Top = 440 19 Width = 106 37 20 Anchors = [akRight, akBottom] 38 21 Caption = 'Ok' 39 22 ModalResult = 1 40 TabOrder = 323 TabOrder = 1 41 24 end 42 25 object ButtonCancel: TButton 43 Left = 37444 Height = 3 045 Top = 34046 Width = 9026 Left = 527 27 Height = 38 28 Top = 440 29 Width = 114 47 30 Anchors = [akRight, akBottom] 48 31 Caption = 'Cancel' 49 32 ModalResult = 2 33 TabOrder = 0 34 end 35 object ScrollBox1: TScrollBox 36 Left = 8 37 Height = 418 38 Top = 8 39 Width = 631 40 HorzScrollBar.Page = 432 41 VertScrollBar.Page = 359 42 Anchors = [akTop, akLeft, akRight, akBottom] 43 ClientHeight = 416 44 ClientWidth = 629 50 45 TabOrder = 2 51 end 52 object CheckBoxAlwaysOnTop: TCheckBox 53 Left = 19 54 Height = 30 55 Top = 77 56 Width = 145 57 Caption = 'Always on top' 58 TabOrder = 1 59 end 60 object CheckBoxStartOnLogon: TCheckBox 61 Left = 19 62 Height = 30 63 Top = 115 64 Width = 188 65 Caption = 'Start on user logon' 66 Color = clDefault 67 ParentColor = False 68 ParentFont = False 69 TabOrder = 4 70 OnChange = CheckBoxStartOnLogonChange 71 end 72 object CheckBoxStartMinimizedToTray: TCheckBox 73 Left = 58 74 Height = 30 75 Top = 154 76 Width = 218 77 Caption = 'Start minimized to tray' 78 TabOrder = 5 79 end 80 object CheckBoxAutomaticDPI: TCheckBox 81 Left = 19 82 Height = 30 83 Top = 230 84 Width = 148 85 Caption = 'Automatic DPI' 86 TabOrder = 6 87 Visible = False 88 OnChange = CheckBoxAutomaticDPIChange 89 end 90 object SpinEditDPI: TSpinEdit 91 Left = 113 92 Height = 43 93 Top = 266 94 Width = 116 95 MaxValue = 300 96 MinValue = 96 97 TabOrder = 7 98 Value = 96 99 Visible = False 100 end 101 object Label2: TLabel 102 Left = 55 103 Height = 26 104 Top = 266 105 Width = 35 106 Caption = 'DPI:' 107 ParentColor = False 108 Visible = False 109 end 110 object CheckBoxReopenLastFileOnStart: TCheckBox 111 Left = 19 112 Height = 30 113 Top = 192 114 Width = 226 115 Caption = 'Reopen last file on start' 116 TabOrder = 8 117 end 118 object Bevel1: TBevel 119 Left = 10 120 Height = 2 121 Top = 320 122 Width = 566 123 Anchors = [akLeft, akRight, akBottom] 124 end 125 object Label3: TLabel 126 Left = 19 127 Height = 26 128 Top = 317 129 Width = 63 130 Caption = 'Theme:' 131 ParentColor = False 132 end 133 object ComboBoxTheme: TComboBox 134 Left = 182 135 Height = 42 136 Top = 317 137 Width = 250 138 ItemHeight = 0 139 Style = csDropDownList 140 TabOrder = 9 46 object ComboBoxLanguage: TComboBox 47 Left = 182 48 Height = 42 49 Top = 29 50 Width = 250 51 ItemHeight = 0 52 Style = csDropDownList 53 TabOrder = 0 54 end 55 object Label1: TLabel 56 Left = 19 57 Height = 26 58 Top = 29 59 Width = 88 60 Caption = 'Language:' 61 ParentColor = False 62 end 63 object CheckBoxAlwaysOnTop: TCheckBox 64 Left = 19 65 Height = 30 66 Top = 77 67 Width = 145 68 Caption = 'Always on top' 69 TabOrder = 1 70 end 71 object CheckBoxStartOnLogon: TCheckBox 72 Left = 19 73 Height = 30 74 Top = 115 75 Width = 188 76 Caption = 'Start on user logon' 77 Color = clDefault 78 ParentColor = False 79 ParentFont = False 80 TabOrder = 2 81 OnChange = CheckBoxStartOnLogonChange 82 end 83 object CheckBoxStartMinimizedToTray: TCheckBox 84 Left = 58 85 Height = 30 86 Top = 154 87 Width = 218 88 Caption = 'Start minimized to tray' 89 TabOrder = 3 90 end 91 object CheckBoxAutomaticDPI: TCheckBox 92 Left = 19 93 Height = 30 94 Top = 230 95 Width = 148 96 Caption = 'Automatic DPI' 97 TabOrder = 4 98 Visible = False 99 OnChange = CheckBoxAutomaticDPIChange 100 end 101 object SpinEditDPI: TSpinEdit 102 Left = 113 103 Height = 43 104 Top = 266 105 Width = 116 106 MaxValue = 300 107 MinValue = 96 108 TabOrder = 5 109 Value = 96 110 Visible = False 111 end 112 object Label2: TLabel 113 Left = 55 114 Height = 26 115 Top = 266 116 Width = 35 117 Caption = 'DPI:' 118 ParentColor = False 119 Visible = False 120 end 121 object CheckBoxReopenLastFileOnStart: TCheckBox 122 Left = 19 123 Height = 30 124 Top = 192 125 Width = 226 126 Caption = 'Reopen last file on start' 127 TabOrder = 6 128 end 129 object Label3: TLabel 130 Left = 19 131 Height = 26 132 Top = 317 133 Width = 63 134 Caption = 'Theme:' 135 ParentColor = False 136 end 137 object ComboBoxTheme: TComboBox 138 Left = 182 139 Height = 42 140 Top = 317 141 Width = 250 142 ItemHeight = 0 143 Style = csDropDownList 144 TabOrder = 7 145 end 141 146 end 142 147 end -
trunk/Forms/FormSettings.lrj
r219 r221 1 1 {"version":1,"strings":[ 2 2 {"hash":213582195,"name":"tformsettings.caption","sourcebytes":[83,101,116,116,105,110,103,115],"value":"Settings"}, 3 {"hash":82521866,"name":"tformsettings.label1.caption","sourcebytes":[76,97,110,103,117,97,103,101,58],"value":"Language:"},4 3 {"hash":1371,"name":"tformsettings.buttonok.caption","sourcebytes":[79,107],"value":"Ok"}, 5 4 {"hash":77089212,"name":"tformsettings.buttoncancel.caption","sourcebytes":[67,97,110,99,101,108],"value":"Cancel"}, 5 {"hash":82521866,"name":"tformsettings.label1.caption","sourcebytes":[76,97,110,103,117,97,103,101,58],"value":"Language:"}, 6 6 {"hash":259910512,"name":"tformsettings.checkboxalwaysontop.caption","sourcebytes":[65,108,119,97,121,115,32,111,110,32,116,111,112],"value":"Always on top"}, 7 7 {"hash":81658830,"name":"tformsettings.checkboxstartonlogon.caption","sourcebytes":[83,116,97,114,116,32,111,110,32,117,115,101,114,32,108,111,103,111,110],"value":"Start on user logon"}, -
trunk/Forms/FormSettings.pas
r219 r221 12 12 13 13 TFormSettings = class(TFormEx) 14 Bevel1: TBevel;15 14 ButtonOk: TButton; 16 15 ButtonCancel: TButton; 16 CheckBoxAlwaysOnTop: TCheckBox; 17 CheckBoxAutomaticDPI: TCheckBox; 17 18 CheckBoxReopenLastFileOnStart: TCheckBox; 18 CheckBoxAutomaticDPI: TCheckBox;19 19 CheckBoxStartMinimizedToTray: TCheckBox; 20 20 CheckBoxStartOnLogon: TCheckBox; 21 CheckBoxAlwaysOnTop: TCheckBox;22 21 ComboBoxLanguage: TComboBox; 23 22 ComboBoxTheme: TComboBox; … … 25 24 Label2: TLabel; 26 25 Label3: TLabel; 26 ScrollBox1: TScrollBox; 27 27 SpinEditDPI: TSpinEdit; 28 28 procedure CheckBoxAutomaticDPIChange(Sender: TObject);
Note:
See TracChangeset
for help on using the changeset viewer.