Commit 963114ab by 원종진

결과창 넓이 조정

오류메시지가 길게 나오면 문자가 잘리는 문제로 결과 창 넓이 조정
width : 420
parent 658434cc
...@@ -3,7 +3,7 @@ object frmResult: TfrmResult ...@@ -3,7 +3,7 @@ object frmResult: TfrmResult
Top = 225 Top = 225
BorderStyle = bsDialog BorderStyle = bsDialog
ClientHeight = 644 ClientHeight = 644
ClientWidth = 348 ClientWidth = 404
Color = clBtnFace Color = clBtnFace
Font.Charset = ANSI_CHARSET Font.Charset = ANSI_CHARSET
Font.Color = clWindowText Font.Color = clWindowText
......
...@@ -143,9 +143,10 @@ begin ...@@ -143,9 +143,10 @@ begin
KeyStr := PRecResultDetail(fResultList.Items[Index])^.Key; KeyStr := PRecResultDetail(fResultList.Items[Index])^.Key;
ValueStr := PRecResultDetail(fResultList.Items[Index])^.Value; ValueStr := PRecResultDetail(fResultList.Items[Index])^.Value;
ValueStr := '순천시민카드 앱에서 순천시민 인증이 필요합니다.';
with TListbox(Control).Canvas do with TListbox(Control).Canvas do
begin begin
if odSelected in State then if odSelected in State then
begin begin
Brush.Color := $00238AFF; Brush.Color := $00238AFF;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment