Changeset 187 for trunk/Forms
- Timestamp:
- Jul 11, 2018, 3:49:23 PM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSources.lfm
r174 r187 12 12 OnShow = FormShow 13 13 Position = poScreenCenter 14 LCLVersion = '1.8. 0.6'14 LCLVersion = '1.8.2.0' 15 15 object ToolBar1: TToolBar 16 16 Left = 0 … … 30 30 end 31 31 object ToolButton2: TToolButton 32 Left = 2432 Left = 30 33 33 Top = 2 34 34 Action = AModify 35 35 end 36 36 object ToolButton3: TToolButton 37 Left = 4737 Left = 59 38 38 Top = 2 39 39 Action = ARemove 40 40 end 41 41 object ToolButton4: TToolButton 42 Left = 7042 Left = 88 43 43 Top = 2 44 44 Action = AProcess -
trunk/Forms/UFormMain.lfm
r184 r187 418 418 object ADocumentCheck: TAction 419 419 Caption = 'Document check' 420 ImageIndex = 20 420 421 OnExecute = ADocumentCheckExecute 421 422 end … … 484 485 object MenuItem16: TMenuItem 485 486 Caption = 'Tools' 487 object MenuItem18: TMenuItem 488 Action = ASettings 489 end 490 object MenuItem2: TMenuItem 491 Caption = '-' 492 end 486 493 object MenuItem17: TMenuItem 487 494 Action = AImport … … 495 502 object MenuItem3: TMenuItem 496 503 Action = ADocumentCheck 497 end498 object MenuItem2: TMenuItem499 Caption = '-'500 end501 object MenuItem18: TMenuItem502 Action = ASettings503 504 end 504 505 end
Note:
See TracChangeset
for help on using the changeset viewer.