added bigger resolutions into combo-boxes

This commit is contained in:
zueuk 2005-09-18 13:24:12 +00:00
parent 2a3820ed73
commit 849426664f

View File

@ -201,7 +201,9 @@ object RenderForm: TRenderForm
'1024' '1024'
'1280' '1280'
'1600' '1600'
'2048') '2048'
'2560'
'3200')
end end
object cbHeight: TComboBox object cbHeight: TComboBox
Left = 112 Left = 112
@ -222,7 +224,9 @@ object RenderForm: TRenderForm
'768' '768'
'1024' '1024'
'1200' '1200'
'2048') '1920'
'2048'
'2400')
end end
end end
object GroupBox3: TGroupBox object GroupBox3: TGroupBox