RtTool/Delphi7/开发档案/马国钢开发代码/ThreeFun/helpForm/U_PayConHelp.dfm

104 lines
2.6 KiB
Plaintext
Raw Permalink Normal View History

2025-01-08 11:55:07 +08:00
object frmPayConHelp: TfrmPayConHelp
Left = 310
Top = 189
Width = 409
Height = 480
Caption = #25903#20184#26041#24335
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object dbGrid1: TcxGrid
Left = 0
Top = 0
Width = 315
Height = 453
Align = alLeft
TabOrder = 0
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 Tv1Paycode: TcxGridDBColumn
Caption = #32534#21495
DataBinding.FieldName = 'Paycode'
HeaderAlignmentHorz = taCenter
HeaderGlyphAlignmentHorz = taCenter
Width = 100
end
object Tv1PayName: TcxGridDBColumn
Caption = #21517#31216
DataBinding.FieldName = 'PayName'
PropertiesClassName = 'TcxComboBoxProperties'
HeaderAlignmentHorz = taCenter
HeaderGlyphAlignmentHorz = taCenter
Options.Editing = False
Options.Focusing = False
Width = 189
end
end
object dbGrid1Level1: TcxGridLevel
GridView = Tv1
end
end
object btOk: TBitBtn
Left = 328
Top = 112
Width = 57
Height = 27
Caption = #30830#23450
TabOrder = 1
OnClick = btOkClick
end
object btNo: TBitBtn
Left = 328
Top = 200
Width = 57
Height = 27
Caption = #21462#28040
TabOrder = 2
OnClick = btNoClick
end
object ADOConnection1: TADOConnection
LoginPrompt = False
Left = 192
Top = 96
end
object DataSource1: TDataSource
DataSet = ADOQueryHelp
Left = 216
Top = 40
end
object ADOQueryHelp: TADOQuery
Connection = ADOConnection1
LockType = ltReadOnly
Parameters = <>
Left = 248
Top = 120
end
end