mirror of
https://github.com/rickrd/crud-delphi.git
synced 2025-12-19 09:03:43 +01:00
139 lines
2.8 KiB
Plaintext
139 lines
2.8 KiB
Plaintext
inherited FormPais: TFormPais
|
|
Top = 17
|
|
Caption = 'Cadastro de pa'#237's:'
|
|
ClientHeight = 314
|
|
ClientWidth = 602
|
|
Position = poDesigned
|
|
OnCreate = FormCreate
|
|
ExplicitWidth = 618
|
|
ExplicitHeight = 353
|
|
PixelsPerInch = 96
|
|
TextHeight = 15
|
|
inherited ToolBar1: TToolBar
|
|
Width = 602
|
|
ExplicitWidth = 602
|
|
inherited btAnterior: TButton
|
|
OnClick = btAnteriorClick
|
|
end
|
|
inherited btProximo: TButton
|
|
OnClick = btProximoClick
|
|
end
|
|
inherited btBuscar: TButton
|
|
OnClick = btBuscarClick
|
|
end
|
|
inherited btInserir: TButton
|
|
Default = False
|
|
OnClick = btInserirClick
|
|
end
|
|
inherited btExcluir: TButton
|
|
OnClick = btExcluirClick
|
|
end
|
|
inherited btImportar: TButton
|
|
OnClick = btImportarClick
|
|
end
|
|
inherited btExportar: TButton
|
|
OnClick = btExportarClick
|
|
end
|
|
end
|
|
inherited Panel1: TPanel
|
|
Width = 602
|
|
Height = 266
|
|
ExplicitWidth = 602
|
|
ExplicitHeight = 266
|
|
DesignSize = (
|
|
602
|
|
266)
|
|
inherited cbLimparCampos: TCheckBox
|
|
TabOrder = 1
|
|
end
|
|
inherited Panel2: TPanel
|
|
Top = 6
|
|
TabOrder = 0
|
|
ExplicitLeft = 98
|
|
object Label1: TLabel
|
|
Left = 49
|
|
Top = 74
|
|
Width = 42
|
|
Height = 15
|
|
Anchors = []
|
|
Caption = 'C'#243'digo:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 66
|
|
Top = 117
|
|
Width = 25
|
|
Height = 15
|
|
Anchors = []
|
|
Caption = 'Pa'#237's:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 12
|
|
Top = 165
|
|
Width = 79
|
|
Height = 15
|
|
Anchors = []
|
|
Caption = 'Nacionalidade:'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 268
|
|
Top = 163
|
|
Width = 51
|
|
Height = 15
|
|
Anchors = []
|
|
Caption = 'C'#243'd.Fed.:'
|
|
end
|
|
object edCod: TEdit
|
|
Left = 110
|
|
Top = 71
|
|
Width = 75
|
|
Height = 23
|
|
Anchors = []
|
|
TabOrder = 0
|
|
OnExit = edCodExit
|
|
OnKeyPress = onKeyPress
|
|
end
|
|
object edCodFed: TEdit
|
|
Tag = 3
|
|
Left = 325
|
|
Top = 160
|
|
Width = 75
|
|
Height = 23
|
|
Anchors = []
|
|
TabOrder = 1
|
|
OnKeyPress = edFinalKeyPress
|
|
end
|
|
object edNacionalidade: TEdit
|
|
Tag = 2
|
|
Left = 110
|
|
Top = 162
|
|
Width = 150
|
|
Height = 23
|
|
Anchors = []
|
|
TabOrder = 2
|
|
OnKeyPress = onKeyPress
|
|
end
|
|
object edPais: TEdit
|
|
Tag = 1
|
|
Left = 110
|
|
Top = 114
|
|
Width = 150
|
|
Height = 23
|
|
Anchors = []
|
|
TabOrder = 3
|
|
OnKeyPress = onKeyPress
|
|
end
|
|
end
|
|
end
|
|
inherited StatusBar1: TStatusBar
|
|
Top = 295
|
|
Width = 602
|
|
Panels = <
|
|
item
|
|
Text = 'Aguardando'
|
|
Width = 50
|
|
end>
|
|
ExplicitTop = 295
|
|
ExplicitWidth = 602
|
|
end
|
|
end
|