Return to new style dialogs.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
lib/
|
lib/
|
||||||
*.res
|
*.res
|
||||||
*.lps
|
*.lps
|
||||||
|
*.t2v
|
||||||
|
|||||||
BIN
output/tim2view_linux
Normal file
BIN
output/tim2view_linux
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@ unit ucommon;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
const
|
const
|
||||||
cProgramName = 'Tim2View SVN.r90 by [Lab 313] (for ' +
|
cProgramName = 'Tim2View r90 by [Lab 313] (for ' +
|
||||||
{$IFDEF Linux}'Linux' + {$IFEND}
|
{$IFDEF Linux}'Linux' + {$IFEND}
|
||||||
{$IFDEF Darwin}'Mac OS X' + {$IFEND}
|
{$IFDEF Darwin}'Mac OS X' + {$IFEND}
|
||||||
{$IFDEF Windows}'Windows' + {$IFEND}
|
{$IFDEF Windows}'Windows' + {$IFEND}
|
||||||
|
|||||||
@@ -873,7 +873,7 @@ object frmMain: TfrmMain
|
|||||||
Title = 'Please, select File...'
|
Title = 'Please, select File...'
|
||||||
DefaultExt = '.bin'
|
DefaultExt = '.bin'
|
||||||
Filter = 'All Files (*.*)|*.*'
|
Filter = 'All Files (*.*)|*.*'
|
||||||
Options = [ofHideReadOnly, ofNoChangeDir, ofAllowMultiSelect, ofNoNetworkButton, ofOldStyleDialog, ofEnableSizing, ofForceShowHidden]
|
Options = [ofHideReadOnly, ofNoChangeDir, ofAllowMultiSelect, ofNoNetworkButton, ofEnableSizing, ofForceShowHidden]
|
||||||
left = 560
|
left = 560
|
||||||
top = 112
|
top = 112
|
||||||
end
|
end
|
||||||
@@ -1148,7 +1148,7 @@ object frmMain: TfrmMain
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object dlgSelectDir: TSelectDirectoryDialog
|
object dlgSelectDir: TSelectDirectoryDialog
|
||||||
Options = [ofNoChangeDir, ofNoNetworkButton, ofOldStyleDialog, ofEnableSizing, ofViewDetail]
|
Options = [ofNoChangeDir, ofNoNetworkButton, ofEnableSizing, ofViewDetail]
|
||||||
left = 512
|
left = 512
|
||||||
top = 112
|
top = 112
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user