mirror of
https://github.com/rickrd/crud-delphi.git
synced 2025-12-19 09:03:43 +01:00
149 lines
2.7 KiB
Plaintext
149 lines
2.7 KiB
Plaintext
object FormPadrao: TFormPadrao
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'FormPadrao'
|
|
ClientHeight = 332
|
|
ClientWidth = 598
|
|
Color = clBtnFace
|
|
Font.Charset = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Times New Roman'
|
|
Font.Style = []
|
|
FormStyle = fsMDIChild
|
|
OldCreateOrder = False
|
|
Visible = True
|
|
OnActivate = FormActivate
|
|
OnClose = FormClose
|
|
PixelsPerInch = 96
|
|
TextHeight = 15
|
|
object ToolBar1: TToolBar
|
|
Left = 0
|
|
Top = 0
|
|
Width = 598
|
|
Height = 29
|
|
Caption = 'ToolBar1'
|
|
TabOrder = 0
|
|
ExplicitWidth = 600
|
|
object btAnterior: TButton
|
|
Left = 0
|
|
Top = 0
|
|
Width = 75
|
|
Height = 22
|
|
Caption = '<'
|
|
TabOrder = 0
|
|
end
|
|
object btProximo: TButton
|
|
Left = 75
|
|
Top = 0
|
|
Width = 75
|
|
Height = 22
|
|
Caption = '>'
|
|
TabOrder = 1
|
|
end
|
|
object btBuscar: TButton
|
|
Left = 150
|
|
Top = 0
|
|
Width = 75
|
|
Height = 22
|
|
Caption = 'Buscar'
|
|
TabOrder = 2
|
|
end
|
|
object btInserir: TButton
|
|
Left = 225
|
|
Top = 0
|
|
Width = 75
|
|
Height = 22
|
|
Caption = 'Inserir'
|
|
Default = True
|
|
TabOrder = 3
|
|
end
|
|
object btExcluir: TButton
|
|
Left = 300
|
|
Top = 0
|
|
Width = 75
|
|
Height = 22
|
|
Caption = 'Excluir'
|
|
TabOrder = 4
|
|
end
|
|
object btImportar: TButton
|
|
Left = 375
|
|
Top = 0
|
|
Width = 75
|
|
Height = 22
|
|
Caption = 'Importar'
|
|
TabOrder = 5
|
|
end
|
|
object btExportar: TButton
|
|
Left = 450
|
|
Top = 0
|
|
Width = 75
|
|
Height = 22
|
|
Caption = 'Exportar'
|
|
TabOrder = 6
|
|
end
|
|
object btContar: TButton
|
|
Left = 525
|
|
Top = 0
|
|
Width = 75
|
|
Height = 22
|
|
Caption = 'Contar'
|
|
TabOrder = 7
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 29
|
|
Width = 598
|
|
Height = 284
|
|
Align = alClient
|
|
TabOrder = 1
|
|
ExplicitWidth = 600
|
|
ExplicitHeight = 263
|
|
DesignSize = (
|
|
598
|
|
284)
|
|
object cbLimparCampos: TCheckBox
|
|
Left = 394
|
|
Top = 227
|
|
Width = 56
|
|
Height = 17
|
|
Caption = 'Limpar'
|
|
TabOrder = 0
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 98
|
|
Top = 16
|
|
Width = 400
|
|
Height = 250
|
|
Anchors = []
|
|
TabOrder = 1
|
|
ExplicitLeft = 99
|
|
ExplicitTop = 6
|
|
end
|
|
end
|
|
object StatusBar1: TStatusBar
|
|
Left = 0
|
|
Top = 313
|
|
Width = 598
|
|
Height = 19
|
|
Panels = <
|
|
item
|
|
BiDiMode = bdLeftToRight
|
|
ParentBiDiMode = False
|
|
Text = 'Aguardando'
|
|
Width = 50
|
|
end>
|
|
ExplicitTop = 292
|
|
ExplicitWidth = 600
|
|
end
|
|
object SaveTextFileDialog1: TSaveTextFileDialog
|
|
Left = 552
|
|
Top = 40
|
|
end
|
|
object OpenTextFileDialog1: TOpenTextFileDialog
|
|
Left = 552
|
|
Top = 77
|
|
end
|
|
end
|