Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
esb_agent
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
원종진
esb_agent
Commits
963114ab
Commit
963114ab
authored
Nov 06, 2019
by
원종진
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
결과창 넓이 조정
오류메시지가 길게 나오면 문자가 잘리는 문제로 결과 창 넓이 조정 width : 420
parent
658434cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
frmResultUnit.dfm
+1
-1
frmResultUnit.pas
+2
-1
No files found.
frmResultUnit.dfm
View file @
963114ab
...
...
@@ -3,7 +3,7 @@ object frmResult: TfrmResult
Top = 225
BorderStyle = bsDialog
ClientHeight = 644
ClientWidth =
348
ClientWidth =
404
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
...
...
frmResultUnit.pas
View file @
963114ab
...
...
@@ -143,9 +143,10 @@ begin
KeyStr
:=
PRecResultDetail
(
fResultList
.
Items
[
Index
])^.
Key
;
ValueStr
:=
PRecResultDetail
(
fResultList
.
Items
[
Index
])^.
Value
;
ValueStr
:=
'순천시민카드 앱에서 순천시민 인증이 필요합니다.'
;
with
TListbox
(
Control
).
Canvas
do
begin
begin
if
odSelected
in
State
then
begin
Brush
.
Color
:=
$
00238
AFF
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment