Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
StarUML Evológica Plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
evologica
StarUML Evológica Plugin
Commits
d7ffe4a3
Commit
d7ffe4a3
authored
Mar 16, 2020
by
Lucio Sandrini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implementação de Cadastro de Formulário (Dynamo) finalizada.
parent
3cf47eb1
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
183 additions
and
59 deletions
+183
-59
cxuCadastroDefinicaoClasse.pas
EvoUMLPlugin/src/cxuCadastroDefinicaoClasse.pas
+2
-2
ituCadastrarFormulario.lfm
EvoUMLPlugin/src/ituCadastrarFormulario.lfm
+14
-5
ituCadastrarFormulario.pas
EvoUMLPlugin/src/ituCadastrarFormulario.pas
+167
-52
No files found.
EvoUMLPlugin/src/cxuCadastroDefinicaoClasse.pas
View file @
d7ffe4a3
...
@@ -43,7 +43,7 @@ procedure cxCadastroDefinicaoClasse.rmSalvaObjeto(piField: utField; const piResp
...
@@ -43,7 +43,7 @@ procedure cxCadastroDefinicaoClasse.rmSalvaObjeto(piField: utField; const piResp
var
lRequestMessage
:
mxRequestMessage
;
var
lRequestMessage
:
mxRequestMessage
;
lResponseMessage
:
mxAnswerMessage
;
lResponseMessage
:
mxAnswerMessage
;
begin
begin
lRequestMessage
:=
self
.
NewRequest
(
'RM_SALVA
_OBJETO
'
,
piField
);
lRequestMessage
:=
self
.
NewRequest
(
'RM_SALVA
R
'
,
piField
);
try
try
lResponseMessage
:=
self
.
Session
.
SendRequest
(
lRequestMessage
);
lResponseMessage
:=
self
.
Session
.
SendRequest
(
lRequestMessage
);
try
try
...
@@ -60,7 +60,7 @@ procedure cxCadastroDefinicaoClasse.rmExcluiObjeto(piField: utField; const piRes
...
@@ -60,7 +60,7 @@ procedure cxCadastroDefinicaoClasse.rmExcluiObjeto(piField: utField; const piRes
var
lRequestMessage
:
mxRequestMessage
;
var
lRequestMessage
:
mxRequestMessage
;
lResponseMessage
:
mxAnswerMessage
;
lResponseMessage
:
mxAnswerMessage
;
begin
begin
lRequestMessage
:=
self
.
NewRequest
(
'RM_EXCLUI
_OBJETO
'
,
piField
);
lRequestMessage
:=
self
.
NewRequest
(
'RM_EXCLUI
R
'
,
piField
);
try
try
lResponseMessage
:=
self
.
Session
.
SendRequest
(
lRequestMessage
);
lResponseMessage
:=
self
.
Session
.
SendRequest
(
lRequestMessage
);
try
try
...
...
EvoUMLPlugin/src/ituCadastrarFormulario.lfm
View file @
d7ffe4a3
...
@@ -184,7 +184,7 @@ object itCadastrarFormulario: TitCadastrarFormulario
...
@@ -184,7 +184,7 @@ object itCadastrarFormulario: TitCadastrarFormulario
TabOrder = 0
TabOrder = 0
end
end
object lblNomeForm: TLabel
object lblNomeForm: TLabel
Left = 46
7
Left = 46
6
Height = 18
Height = 18
Top = 16
Top = 16
Width = 145
Width = 145
...
@@ -196,8 +196,8 @@ object itCadastrarFormulario: TitCadastrarFormulario
...
@@ -196,8 +196,8 @@ object itCadastrarFormulario: TitCadastrarFormulario
ParentColor = False
ParentColor = False
ParentFont = False
ParentFont = False
end
end
object edtNome
1
: TEdit
object edtNome
Form
: TEdit
Left = 63
2
Left = 63
1
Height = 23
Height = 23
Top = 13
Top = 13
Width = 140
Width = 140
...
@@ -205,7 +205,7 @@ object itCadastrarFormulario: TitCadastrarFormulario
...
@@ -205,7 +205,7 @@ object itCadastrarFormulario: TitCadastrarFormulario
TabOrder = 1
TabOrder = 1
end
end
object lblCodigoForm: TLabel
object lblCodigoForm: TLabel
Left = 46
7
Left = 46
6
Height = 18
Height = 18
Top = 40
Top = 40
Width = 157
Width = 157
...
@@ -218,13 +218,22 @@ object itCadastrarFormulario: TitCadastrarFormulario
...
@@ -218,13 +218,22 @@ object itCadastrarFormulario: TitCadastrarFormulario
ParentFont = False
ParentFont = False
end
end
object lblCodigoForm2: TLabel
object lblCodigoForm2: TLabel
Left = 63
2
Left = 63
1
Height = 15
Height = 15
Top = 40
Top = 40
Width = 80
Width = 80
Caption = 'lblCodigoForm'
Caption = 'lblCodigoForm'
ParentColor = False
ParentColor = False
end
end
object btnExcluir: TButton
Left = 784
Height = 49
Top = 8
Width = 140
Caption = 'EXCLUIR'
OnClick = btnExcluirClick
TabOrder = 2
end
end
end
object lstAtributos: TValueListEditor
object lstAtributos: TValueListEditor
Left = 634
Left = 634
...
...
EvoUMLPlugin/src/ituCadastrarFormulario.pas
View file @
d7ffe4a3
This diff is collapsed.
Click to expand it.
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