~
This commit is contained in:
parent
c864fdd11e
commit
23ae06159c
|
|
@ -1631,9 +1631,9 @@ begin
|
||||||
Exit;
|
Exit;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
if (strtofloatdef(trim(MJLen.Text), 0) > 200) then
|
if (strtofloatdef(trim(MJLen.Text), 0) > 400) then
|
||||||
begin
|
begin
|
||||||
application.MessageBox('长度不能大于200!', '提示信息', 0);
|
application.MessageBox('长度不能大于400!', '提示信息', 0);
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
if Trim(Edit6.Text) <> '' then
|
if Trim(Edit6.Text) <> '' then
|
||||||
|
|
@ -2628,7 +2628,7 @@ begin
|
||||||
begin
|
begin
|
||||||
TSpeedButton(Controls[i]).Hint := Trim(TEdit(Sender).Name);
|
TSpeedButton(Controls[i]).Hint := Trim(TEdit(Sender).Name);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user