crud-delphi/UnitFormPadrao.dfm
2018-08-20 11:02:42 -03:00

143 lines
2.6 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
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
DesignSize = (
598
284)
object Panel2: TPanel
Left = 98
Top = 16
Width = 400
Height = 250
Anchors = []
BevelOuter = bvNone
TabOrder = 0
object cbLimparCampos: TCheckBox
Left = 344
Top = 229
Width = 56
Height = 17
Caption = 'Limpar'
TabOrder = 0
end
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 313
Width = 598
Height = 19
Panels = <
item
BiDiMode = bdLeftToRight
ParentBiDiMode = False
Text = 'Aguardando'
Width = 50
end>
end
object SaveTextFileDialog1: TSaveTextFileDialog
Left = 552
Top = 40
end
object OpenTextFileDialog1: TOpenTextFileDialog
Left = 552
Top = 77
end
end