Skip to content

Commit 3cf50cb

Browse files
committed
feature-aula12
1 parent 7c67ee8 commit 3cf50cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ClientWeb/Src/ClientesCadastrar/Clientes.Cadastrar.View.dfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object ClientesCadastrarView: TClientesCadastrarView
22
Width = 1055
33
Height = 704
4-
Caption = 'Cadastro de clientes'
4+
Caption = 'Delphi Web - Cadastro de clientes'
55
ElementFont = efCSS
66
ElementPopupClassName = 'bg-dark'
77
Font.Charset = DEFAULT_CHARSET

ClientWeb/Src/ClientesCadastrar/Clientes.Cadastrar.View.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Formulário</title>
6+
<title>Delphi Web - Cadastro de clientes</title>
77
</head>
88
<body>
99
<div class="container mt-4">
1010
<form>
11+
<h3 class="mb-4">Cadastro de clientes</h3>
1112
<div class="row g-3">
1213
<div class="col-md-6">
1314
<label id="lbCodigo" for="edtCodigo" class="form-label">Código</label>

0 commit comments

Comments
 (0)