-
Notifications
You must be signed in to change notification settings - Fork 6
/
uclientebusca.lfm
118 lines (118 loc) · 2.77 KB
/
uclientebusca.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
inherited fClienteBusca: TfClienteBusca
Left = 410
Top = 117
Width = 696
Caption = 'Busca Clientes'
ClientWidth = 696
OnClose = FormClose
OnShow = FormShow
inherited Panel1: TPanel
Width = 696
ClientWidth = 696
inherited Edit1: TEdit
Width = 112
OnKeyPress = Edit1KeyPress
end
inherited Label1: TLabel
Left = 24
Top = 8
Width = 57
Caption = 'Código'
end
inherited Edit2: TEdit
Left = 264
Width = 416
OnKeyPress = Edit2KeyPress
end
inherited chInativo: TCheckBox
OnChange = chInativoChange
end
object Label2: TLabel[4]
Left = 208
Height = 21
Top = 8
Width = 45
Caption = 'Nome'
Font.CharSet = ANSI_CHARSET
Font.Height = -16
Font.Name = '@Malgun Gothic'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object chCurso: TCheckBox[5]
Left = 88
Height = 21
Top = 40
Width = 100
Caption = 'Cliente Curso'
Checked = True
Font.CharSet = ANSI_CHARSET
Font.Height = -13
Font.Name = '@Malgun Gothic'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
State = cbChecked
TabOrder = 3
end
end
inherited Panel2: TPanel
Left = 637
Width = 59
ClientWidth = 59
inherited btnProcurar: TBitBtn
Left = 4
OnClick = btnProcurarClick
TabOrder = 1
end
inherited btnGravar: TBitBtn
Left = 4
OnClick = btnGravarClick
TabOrder = 0
end
inherited btnExcluir: TBitBtn
Left = 4
OnClick = btnExcluirClick
end
inherited btnSair1: TBitBtn
Left = 4
end
end
inherited DBGrid1: TDBGrid
Width = 637
Columns = <
item
PickList.Strings = ( )
Title.Caption = 'Title'
Width = 100
FieldName = 'Código'
end
item
MaxSize = 500
PickList.Strings = ( )
Title.Caption = 'Title'
Width = 500
FieldName = 'Cliente'
end
item
PickList.Strings = ( )
Title.Caption = 'Title'
Visible = False
end
item
PickList.Strings = ( )
Title.Caption = 'Title'
Visible = False
end>
DataSource = dsCliente
Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
OnCellClick = DBGrid1CellClick
end
object dsCliente: TDataSource[3]
DataSet = dmPdv.sqBusca
left = 760
top = 352
end
end