Changeset 219 for trunk/Forms/FormCheck.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCheck.lfm
r218 r219 1 1 object FormCheck: TFormCheck 2 2 Left = 483 3 Height = 6353 Height = 762 4 4 Top = 257 5 Width = 8915 Width = 1069 6 6 Caption = 'Check document' 7 ClientHeight = 635 8 ClientWidth = 891 9 DesignTimePPI = 120 10 OnClose = FormClose 7 ClientHeight = 762 8 ClientWidth = 1069 9 DesignTimePPI = 144 11 10 OnCreate = FormCreate 12 11 OnDestroy = FormDestroy 13 12 OnShow = FormShow 14 LCLVersion = ' 2.0.2.0'13 LCLVersion = '3.6.0.0' 15 14 object Panel1: TPanel 16 15 Left = 0 17 Height = 63516 Height = 762 18 17 Top = 0 19 Width = 2 2418 Width = 269 20 19 Align = alLeft 21 20 BevelOuter = bvNone 22 ClientHeight = 63523 ClientWidth = 2 2421 ClientHeight = 762 22 ClientWidth = 269 24 23 TabOrder = 0 25 24 object ButtonCheck: TButton 26 Left = 1 127 Height = 3 128 Top = 1 329 Width = 9425 Left = 13 26 Height = 37 27 Top = 16 28 Width = 113 30 29 Caption = 'Check' 30 TabOrder = 0 31 31 OnClick = ButtonCheckClick 32 TabOrder = 033 32 end 34 33 object GroupBox1: TGroupBox 35 Left = 1 136 Height = 2 1737 Top = 19938 Width = 2 0634 Left = 13 35 Height = 260 36 Top = 239 37 Width = 248 39 38 Anchors = [akTop, akLeft, akRight] 40 39 Caption = 'Summary section' 41 ClientHeight = 19242 ClientWidth = 2 0240 ClientHeight = 233 41 ClientWidth = 246 43 42 TabOrder = 1 44 43 object ButtonAcronymsSummary: TButton 45 Left = 646 Height = 3 147 Top = 848 Width = 1 5044 Left = 7 45 Height = 37 46 Top = 10 47 Width = 180 49 48 Caption = 'Acronyms' 49 TabOrder = 0 50 50 OnClick = ButtonAcronymsSummaryClick 51 TabOrder = 052 51 end 53 52 object LabelAcronymCountSummary: TLabel 54 Left = 655 Height = 2 056 Top = 4857 Width = 1 0353 Left = 7 54 Height = 26 55 Top = 58 56 Width = 134 58 57 Caption = 'Acronym count:' 59 58 ParentColor = False 60 59 end 61 60 object Label1: TLabel 62 Left = 863 Height = 2 064 Top = 7265 Width = 7561 Left = 10 62 Height = 26 63 Top = 86 64 Width = 98 66 65 Caption = 'Start string:' 67 66 ParentColor = False 68 67 end 69 68 object EditSummaryStart: TEdit 70 Left = 871 Height = 2872 Top = 9673 Width = 18469 Left = 10 70 Height = 43 71 Top = 115 72 Width = 224 74 73 Anchors = [akTop, akLeft, akRight] 75 74 TabOrder = 1 76 75 end 77 76 object Label2: TLabel 78 Left = 879 Height = 2 080 Top = 1 2881 Width = 6977 Left = 10 78 Height = 26 79 Top = 154 80 Width = 91 82 81 Caption = 'End string:' 83 82 ParentColor = False 84 83 end 85 84 object EditSummaryEnd: TEdit 86 Left = 887 Height = 2888 Top = 1 5289 Width = 18485 Left = 10 86 Height = 43 87 Top = 182 88 Width = 224 90 89 Anchors = [akTop, akLeft, akRight] 91 90 TabOrder = 2 … … 93 92 end 94 93 object GroupBox2: TGroupBox 95 Left = 1 196 Height = 9997 Top = 9698 Width = 2 0794 Left = 13 95 Height = 119 96 Top = 115 97 Width = 249 99 98 Anchors = [akTop, akLeft, akRight] 100 99 Caption = 'Content' 101 ClientHeight = 74102 ClientWidth = 2 03100 ClientHeight = 92 101 ClientWidth = 247 103 102 TabOrder = 2 104 103 object ButtonAcronymsContent: TButton 105 Left = 8106 Height = 3 1104 Left = 10 105 Height = 37 107 106 Top = 0 108 Width = 1 50107 Width = 180 109 108 Caption = 'Acronyms' 109 TabOrder = 0 110 110 OnClick = ButtonAcronymsContentClick 111 TabOrder = 0112 111 end 113 112 object LabelAcronymCountContent: TLabel 114 Left = 8115 Height = 2 0116 Top = 4 0117 Width = 1 03113 Left = 10 114 Height = 26 115 Top = 48 116 Width = 134 118 117 Caption = 'Acronym count:' 119 118 ParentColor = False … … 121 120 end 122 121 object ButtonLoadFromFile: TButton 123 Left = 1 1124 Height = 3 1125 Top = 48126 Width = 1 34122 Left = 13 123 Height = 37 124 Top = 58 125 Width = 161 127 126 Caption = 'Load from file' 127 TabOrder = 3 128 128 OnClick = ButtonLoadFromFileClick 129 TabOrder = 3130 129 end 131 130 object CheckBoxCaseSensitive: TCheckBox 132 Left = 1 1133 Height = 24134 Top = 424135 Width = 197131 Left = 13 132 Height = 30 133 Top = 509 134 Width = 251 136 135 Caption = 'Case sensitive comparison' 137 136 TabOrder = 4 … … 139 138 end 140 139 object Splitter1: TSplitter 141 Left = 2 24142 Height = 635140 Left = 269 141 Height = 762 143 142 Top = 0 144 Width = 6143 Width = 7 145 144 end 146 145 object Panel2: TPanel 147 Left = 2 30148 Height = 635146 Left = 276 147 Height = 762 149 148 Top = 0 150 Width = 661149 Width = 793 151 150 Align = alClient 152 151 BevelOuter = bvNone 153 ClientHeight = 635154 ClientWidth = 661152 ClientHeight = 762 153 ClientWidth = 793 155 154 TabOrder = 2 156 155 object PageControl1: TPageControl 157 Left = 8158 Height = 619159 Top = 8160 Width = 645156 Left = 10 157 Height = 742 158 Top = 10 159 Width = 773 161 160 ActivePage = TabSheetReport 162 161 Align = alClient 163 BorderSpacing.Around = 8162 BorderSpacing.Around = 10 164 163 TabIndex = 1 165 164 TabOrder = 0 166 165 object TabSheetSource: TTabSheet 167 166 Caption = 'Source' 168 ClientHeight = 586169 ClientWidth = 637167 ClientHeight = 702 168 ClientWidth = 763 170 169 object MemoDocument: TMemo 171 Left = 8172 Height = 570173 Top = 8174 Width = 620170 Left = 10 171 Height = 682 172 Top = 10 173 Width = 742 175 174 Anchors = [akTop, akLeft, akRight, akBottom] 176 175 ScrollBars = ssAutoBoth … … 181 180 object TabSheetReport: TTabSheet 182 181 Caption = 'Report' 183 ClientHeight = 586184 ClientWidth = 637182 ClientHeight = 702 183 ClientWidth = 763 185 184 object ListViewReport: TListView 186 Left = 7187 Height = 564188 Top = 1 3189 Width = 625185 Left = 8 186 Height = 675 187 Top = 16 188 Width = 749 190 189 Anchors = [akTop, akLeft, akRight, akBottom] 191 190 Columns = < 192 191 item 193 192 Caption = 'Position' 194 Width = 80193 Width = 96 195 194 end 196 195 item 197 196 Caption = 'Type' 198 Width = 1 00197 Width = 120 199 198 end 200 199 item 201 200 Caption = 'Message' 202 Width = 800201 Width = 960 203 202 end> 204 203 OwnerData = True … … 216 215 DefaultExt = '.txt' 217 216 Filter = 'Text files (.txt)|*.txt|Any file|*.*' 218 left = 544219 top = 288217 Left = 653 218 Top = 346 220 219 end 221 220 object PopupMenuReport: TPopupMenu 222 left = 376223 top = 202221 Left = 451 222 Top = 242 224 223 object MenuItemGoTo: TMenuItem 225 224 Action = AGoToLocation … … 231 230 end 232 231 object ActionList1: TActionList 233 left = 546234 top = 203232 Left = 655 233 Top = 244 235 234 object ASaveToCsv: TAction 236 235 Caption = 'Save to CSV...' … … 243 242 end 244 243 object SaveDialog1: TSaveDialog 245 left = 378246 top = 288244 Left = 454 245 Top = 346 247 246 end 248 247 end
Note:
See TracChangeset
for help on using the changeset viewer.