git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@68 b6239004-a887-0f4b-9937-50029ccdca16
107 lines
2.2 KiB
Plaintext
107 lines
2.2 KiB
Plaintext
object ClientForm: TClientForm
|
|
Left = 213
|
|
Top = 289
|
|
Width = 600
|
|
Height = 370
|
|
Caption = 'Dynamic Select Sample'
|
|
Color = clBtnFace
|
|
Constraints.MinWidth = 600
|
|
ParentFont = True
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 584
|
|
Height = 49
|
|
Align = alTop
|
|
TabOrder = 0
|
|
object DAPoweredByDataAbstractButton1: TDAPoweredByDataAbstractButton
|
|
Left = 0
|
|
Top = 0
|
|
Width = 212
|
|
Height = 48
|
|
Cursor = crHandPoint
|
|
end
|
|
object btLoad: TButton
|
|
Left = 218
|
|
Top = 13
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Load'
|
|
TabOrder = 0
|
|
OnClick = btLoadClick
|
|
end
|
|
object btDelete: TButton
|
|
Left = 299
|
|
Top = 13
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Delete'
|
|
TabOrder = 1
|
|
OnClick = btDeleteClick
|
|
end
|
|
object btUpdate: TButton
|
|
Left = 380
|
|
Top = 13
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Update'
|
|
TabOrder = 2
|
|
OnClick = btUpdateClick
|
|
end
|
|
object chUseDynamicSelect: TCheckBox
|
|
Left = 461
|
|
Top = 17
|
|
Width = 116
|
|
Height = 17
|
|
Caption = 'Use Dynamic Select'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 3
|
|
OnClick = chUseDynamicSelectClick
|
|
end
|
|
end
|
|
object dgData: TDBGrid
|
|
Left = 0
|
|
Top = 49
|
|
Width = 584
|
|
Height = 285
|
|
Align = alClient
|
|
TabOrder = 1
|
|
TitleFont.Charset = DEFAULT_CHARSET
|
|
TitleFont.Color = clWindowText
|
|
TitleFont.Height = -11
|
|
TitleFont.Name = 'MS Sans Serif'
|
|
TitleFont.Style = []
|
|
Columns = <
|
|
item
|
|
Expanded = False
|
|
FieldName = 'WorkerId'
|
|
Width = 142
|
|
Visible = True
|
|
end
|
|
item
|
|
Expanded = False
|
|
FieldName = 'WorkerLastName'
|
|
Width = 111
|
|
Visible = True
|
|
end
|
|
item
|
|
Expanded = False
|
|
FieldName = 'WorkerFirstName'
|
|
Width = 123
|
|
Visible = True
|
|
end
|
|
item
|
|
Expanded = False
|
|
FieldName = 'WorkerPhone'
|
|
Width = 115
|
|
Visible = True
|
|
end>
|
|
end
|
|
end
|