crud-delphi/UnitFormGrid.dfm
2018-08-21 12:41:06 -03:00

79 lines
1.5 KiB
Plaintext

object FormGrid: TFormGrid
Left = 0
Top = 0
Width = 448
Height = 418
AutoScroll = True
Caption = 'FormGrid'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 228
Width = 46
Height = 13
Caption = 'Pesquisa:'
end
object StringGrid1: TStringGrid
Left = 8
Top = 35
Width = 265
Height = 184
ColCount = 4
FixedCols = 0
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 432
Height = 29
ButtonHeight = 21
Caption = 'ToolBar1'
TabOrder = 1
ExplicitWidth = 349
object btExcluir: TButton
Left = 0
Top = 0
Width = 70
Height = 21
Caption = 'Excluir'
TabOrder = 0
OnClick = btExcluirClick
end
object btEscolher: TButton
Left = 70
Top = 0
Width = 70
Height = 21
Caption = 'Escolher'
Default = True
TabOrder = 1
OnClick = btEscolherClick
end
end
object edPesquisa: TEdit
Left = 100
Top = 225
Width = 121
Height = 21
TabOrder = 2
OnChange = edPesquisaChange
end
end