Skip to content

Commit

Permalink
arranges non-visual components neatly on form
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvanham committed Jun 18, 2015
1 parent 053b56b commit 4f67a3f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Demos/Main Demos/demounit.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ object Form1: TForm1
DefaultExt = '.htm'
Filter = 'html files|*.htm;*.html|all files|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
left = 329
top = 2
left = 224
top = 56
end
object MainMenu: TMainMenu
left = 352
top = 75
left = 48
top = 56
object File1: TMenuItem
Caption = '&File'
object Open: TMenuItem
Expand Down Expand Up @@ -238,12 +238,12 @@ object Form1: TForm1
object FindDialog: TFindDialog
Options = [frDown, frHideWholeWord, frDisableWholeWord]
OnFind = FindDialogFind
left = 249
top = 65535
left = 312
top = 56
end
object PopupMenu: TPopupMenu
left = 400
top = 1
left = 136
top = 56
object Viewimage: TMenuItem
Caption = '&View image'
OnClick = ViewimageClick
Expand All @@ -263,21 +263,21 @@ object Form1: TForm1
object MetaTimer: TTimer
Enabled = False
OnTimer = MetaTimerTimer
left = 242
top = 75
left = 224
top = 136
end
object Timer1: TTimer
Interval = 200
OnTimer = Timer1Timer
left = 291
top = 71
left = 312
top = 136
end
object PrintDialog: TPrintDialog
left = 160
top = 83
left = 136
top = 136
end
object PrinterSetupDialog: TPrinterSetupDialog
left = 56
top = 83
left = 48
top = 136
end
end

0 comments on commit 4f67a3f

Please sign in to comment.