Changeset 198 for trunk/Forms/UFormCheck.lfm
- Timestamp:
- Aug 23, 2018, 3:38:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCheck.lfm
r192 r198 34 34 object GroupBox1: TGroupBox 35 35 Left = 11 36 Height = 2 8436 Height = 217 37 37 Top = 199 38 38 Width = 206 39 39 Anchors = [akTop, akLeft, akRight] 40 40 Caption = 'Summary section' 41 ClientHeight = 25941 ClientHeight = 192 42 42 ClientWidth = 202 43 43 TabOrder = 1 … … 128 128 OnClick = ButtonLoadFromFileClick 129 129 TabOrder = 3 130 end 131 object CheckBoxCaseSensitive: TCheckBox 132 Left = 11 133 Height = 24 134 Top = 424 135 Width = 197 136 Caption = 'Case sensitive comparison' 137 TabOrder = 4 130 138 end 131 139 end … … 151 159 Top = 8 152 160 Width = 645 153 ActivePage = TabSheet Source161 ActivePage = TabSheetReport 154 162 Align = alClient 155 163 BorderSpacing.Around = 8 156 TabIndex = 0164 TabIndex = 1 157 165 TabOrder = 0 158 166 object TabSheetSource: TTabSheet … … 175 183 ClientHeight = 586 176 184 ClientWidth = 637 177 object MemoReport: TMemo178 Left = 8179 Height = 56 8180 Top = 8181 Width = 62 0185 object ListViewReport: TListView 186 Left = 7 187 Height = 564 188 Top = 13 189 Width = 625 182 190 Anchors = [akTop, akLeft, akRight, akBottom] 191 Columns = < 192 item 193 Caption = 'Position' 194 Width = 80 195 end 196 item 197 Caption = 'Type' 198 Width = 100 199 end 200 item 201 Caption = 'Message' 202 Width = 800 203 end> 204 OwnerData = True 205 PopupMenu = PopupMenuReport 183 206 ReadOnly = True 184 ScrollBars = ssAutoBoth207 RowSelect = True 185 208 TabOrder = 0 209 ViewStyle = vsReport 210 OnData = ListViewReportData 186 211 end 187 212 end … … 194 219 top = 493 195 220 end 221 object PopupMenuReport: TPopupMenu 222 left = 378 223 top = 202 224 object MenuItemGoTo: TMenuItem 225 Caption = 'Go to location' 226 OnClick = MenuItemGoToClick 227 end 228 end 196 229 end
Note:
See TracChangeset
for help on using the changeset viewer.