You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.3 KiB
Plaintext

object frm_op_crm_detail_modify: Tfrm_op_crm_detail_modify
Left = 748
Top = 125
Width = 371
Height = 626
BorderIcons = [biSystemMenu]
Caption = 'frm_op_crm_detail_modify'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object dxDBGrid1: TdxDBGrid
Left = 0
Top = 0
Width = 353
Height = 585
Bands = <
item
end>
DefaultLayout = True
HeaderPanelRowCount = 1
KeyField = #33322#32447#20195#30721
SummaryGroups = <>
SummarySeparator = ', '
TabOrder = 0
OnClick = dxDBGrid1Click
DataSource = ds_crm_detail
Filter.Criteria = {00000000}
object dxDBGrid1Column2: TdxDBGridCheckColumn
Width = 100
BandIndex = 0
RowIndex = 0
ValueChecked = 'True'
ValueUnchecked = 'False'
end
object dxDBGrid1Column1: TdxDBGridColumn
BandIndex = 0
RowIndex = 0
end
end
object t_crm_detail: TADOQuery
Connection = frm_main.db
Parameters = <>
SQL.Strings = (
'')
Left = 72
Top = 88
end
object ds_crm_detail: TDataSource
DataSet = t_crm_detail
Left = 56
Top = 168
end
end