102 lines
2.7 KiB
Plaintext
102 lines
2.7 KiB
Plaintext
object frmXcCodeHelp: TfrmXcCodeHelp
|
|
Left = 261
|
|
Top = 181
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = #36755#20837#24110#21161
|
|
ClientHeight = 415
|
|
ClientWidth = 391
|
|
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 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
|
|
Styles.ContentOdd = DM_tool.cxStyle_gridRow
|
|
Styles.Group = DM_tool.cxStyle_gridHead
|
|
Styles.Header = DM_tool.cxStyle_gridHead
|
|
object Tv1code: TcxGridDBColumn
|
|
Caption = #32534#21495
|
|
DataBinding.FieldName = 'code'
|
|
HeaderAlignmentHorz = taCenter
|
|
HeaderGlyphAlignmentHorz = taCenter
|
|
Width = 112
|
|
end
|
|
object Tv1Name: TcxGridDBColumn
|
|
Caption = #21517#31216
|
|
DataBinding.FieldName = 'Name'
|
|
PropertiesClassName = 'TcxComboBoxProperties'
|
|
HeaderAlignmentHorz = taCenter
|
|
HeaderGlyphAlignmentHorz = taCenter
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Width = 163
|
|
end
|
|
end
|
|
object dbGrid1Level1: TcxGridLevel
|
|
GridView = Tv1
|
|
end
|
|
end
|
|
object ADOQueryHelp: TADOQuery
|
|
LockType = ltReadOnly
|
|
Parameters = <>
|
|
Left = 272
|
|
Top = 24
|
|
end
|
|
object DataSource1: TDataSource
|
|
DataSet = ADOQueryHelp
|
|
Left = 216
|
|
Top = 40
|
|
end
|
|
end
|