some minor fixes

This commit is contained in:
zueuk 2005-09-26 15:32:07 +00:00
parent 221f9a0ad9
commit 2bfc76e9b0
3 changed files with 4 additions and 2 deletions

View File

@ -912,7 +912,7 @@ object AdjustForm: TAdjustForm
Top = 12 Top = 12
Width = 73 Width = 73
Height = 21 Height = 21
ItemHeight = 0 ItemHeight = 13
ItemIndex = 0 ItemIndex = 0
TabOrder = 7 TabOrder = 7
Text = '512' Text = '512'
@ -930,7 +930,7 @@ object AdjustForm: TAdjustForm
Top = 36 Top = 36
Width = 73 Width = 73
Height = 21 Height = 21
ItemHeight = 0 ItemHeight = 13
ItemIndex = 0 ItemIndex = 0
TabOrder = 8 TabOrder = 8
Text = '384' Text = '384'

View File

@ -1292,6 +1292,7 @@ begin
GradientChanged:=true; // hmm GradientChanged:=true; // hmm
lblVal.Caption := IntToStr(ScrollBar.Position); lblVal.Caption := IntToStr(ScrollBar.Position);
lblVal.Refresh;
{ {
wtf???? this is ridiculous! wtf???? this is ridiculous!

View File

@ -289,6 +289,7 @@ object RenderForm: TRenderForm
Top = 20 Top = 20
Width = 57 Width = 57
Height = 21 Height = 21
AutoComplete = False
ItemHeight = 13 ItemHeight = 13
ItemIndex = 0 ItemIndex = 0
TabOrder = 3 TabOrder = 3