RtTool/Delphi7/开发档案/马国钢开发代码/ThreeFun/SelfForm/U_XcCustCodeHelp_dx.dfm

120 lines
2.9 KiB
Plaintext
Raw Normal View History

2025-01-08 11:55:07 +08:00
object frmXcCustCodeHelp_dx: TfrmXcCustCodeHelp_dx
Left = 373
Top = 226
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #36755#20837#24110#21161
ClientHeight = 415
ClientWidth = 410
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 330
Top = 31
Width = 60
Height = 12
Caption = #21517#31216#25110#32534#21495
end
object btOk: TBitBtn
Left = 328
Top = 112
Width = 57
Height = 27
Caption = #30830#23450
TabOrder = 0
OnClick = btOkClick
end
object btNo: TBitBtn
Left = 328
Top = 200
Width = 57
Height = 27
Caption = #21462#28040
TabOrder = 1
OnClick = btNoClick
end
object dbGrid1: TcxGrid
Left = 0
Top = 0
Width = 315
Height = 415
Align = alLeft
TabOrder = 2
object Tv1: TcxGridDBTableView
OnDblClick = Tv1DblClick
NavigatorButtons.ConfirmDelete = False
DataController.DataSource = DataSource1
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoGroupsAlwaysExpanded]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <
item
Kind = skCount
end>
DataController.Summary.SummaryGroups = <>
OptionsBehavior.GoToNextCellOnEnter = True
OptionsBehavior.FocusCellOnCycle = True
OptionsCustomize.ColumnFiltering = False
OptionsData.Deleting = False
OptionsData.DeletingConfirmation = False
OptionsData.Inserting = False
OptionsSelection.CellSelect = False
OptionsView.GroupByBox = False
object Tv1code: TcxGridDBColumn
Caption = #32534#21495
DataBinding.FieldName = 'code'
HeaderAlignmentHorz = taCenter
HeaderGlyphAlignmentHorz = taCenter
Width = 100
end
object Tv1Name: TcxGridDBColumn
Caption = #21517#31216
DataBinding.FieldName = 'Name'
PropertiesClassName = 'TcxComboBoxProperties'
HeaderAlignmentHorz = taCenter
HeaderGlyphAlignmentHorz = taCenter
Options.Editing = False
Options.Focusing = False
Width = 189
end
end
object dbGrid1Level1: TcxGridLevel
GridView = Tv1
end
end
object NameOrCode: TEdit
Left = 320
Top = 46
Width = 85
Height = 20
TabOrder = 3
OnChange = NameOrCodeChange
end
object ADOQueryHelp: TADOQuery
Connection = ADOConnection1
LockType = ltReadOnly
Parameters = <>
Left = 272
Top = 24
end
object DataSource1: TDataSource
DataSet = ADOQueryHelp
Left = 216
Top = 40
end
object ADOConnection1: TADOConnection
LoginPrompt = False
Left = 192
Top = 96
end
end