mirror of
https://github.com/rickrd/crud-delphi.git
synced 2025-12-19 09:03:43 +01:00
72 lines
1.4 KiB
Plaintext
72 lines
1.4 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 StringGrid1: TStringGrid
|
|
Left = 0
|
|
Top = 59
|
|
Width = 265
|
|
Height = 184
|
|
ColCount = 4
|
|
DrawingStyle = gdsClassic
|
|
FixedCols = 0
|
|
FixedRows = 0
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, 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
|
|
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 = 64
|
|
Top = 35
|
|
Width = 70
|
|
Height = 21
|
|
TabOrder = 2
|
|
OnChange = edPesquisaChange
|
|
end
|
|
end
|