558 lines
16 KiB
Plaintext
558 lines
16 KiB
Plaintext
object frmUserModuleNameList: TfrmUserModuleNameList
|
|
Left = 97
|
|
Top = 61
|
|
Width = 1201
|
|
Height = 618
|
|
Caption = #21592#24037#27169#22359#21015#34920
|
|
Color = clBtnFace
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = #23435#20307
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 12
|
|
object ToolBar1: TToolBar
|
|
Left = 0
|
|
Top = 0
|
|
Width = 1185
|
|
Height = 33
|
|
ButtonHeight = 30
|
|
ButtonWidth = 59
|
|
Caption = 'ToolBar1'
|
|
Color = clSkyBlue
|
|
DisabledImages = DataLink_CYZZ.ThreeImgList
|
|
Flat = True
|
|
Images = DataLink_CYZZ.ThreeImgList
|
|
List = True
|
|
ParentColor = False
|
|
ShowCaptions = True
|
|
TabOrder = 0
|
|
object TBRafresh: TToolButton
|
|
Left = 0
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #21047#26032
|
|
ImageIndex = 0
|
|
OnClick = TBRafreshClick
|
|
end
|
|
object TBFind: TToolButton
|
|
Left = 63
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #36807#28388
|
|
ImageIndex = 20
|
|
OnClick = TBFindClick
|
|
end
|
|
object TBExport: TToolButton
|
|
Left = 126
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #23548#20986
|
|
ImageIndex = 16
|
|
OnClick = TBExportClick
|
|
end
|
|
object TBClose: TToolButton
|
|
Left = 189
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #20851#38381
|
|
ImageIndex = 21
|
|
OnClick = TBCloseClick
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 33
|
|
Width = 1185
|
|
Height = 37
|
|
Align = alTop
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
Color = clSkyBlue
|
|
TabOrder = 1
|
|
end
|
|
object cxPageControl1: TcxPageControl
|
|
Left = 0
|
|
Top = 70
|
|
Width = 1185
|
|
Height = 509
|
|
ActivePage = cxTabSheet1
|
|
Align = alClient
|
|
Style = 8
|
|
TabOrder = 2
|
|
OnChange = cxPageControl1Change
|
|
ClientRectBottom = 509
|
|
ClientRectRight = 1185
|
|
ClientRectTop = 23
|
|
object cxTabSheet1: TcxTabSheet
|
|
Caption = #27169#22359#34920
|
|
ImageIndex = 0
|
|
object cxGrid3: TcxGrid
|
|
Left = 0
|
|
Top = 37
|
|
Width = 1185
|
|
Height = 449
|
|
Align = alClient
|
|
TabOrder = 0
|
|
object Tv3: TcxGridDBTableView
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.DataSource = DataSource1
|
|
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
|
|
DataController.Summary.DefaultGroupSummaryItems = <
|
|
item
|
|
Format = 'DefStr1'
|
|
end
|
|
item
|
|
Format = 'YCLCode'
|
|
end
|
|
item
|
|
Kind = skCount
|
|
Position = spFooter
|
|
end>
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Kind = skCount
|
|
end>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.GoToNextCellOnEnter = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsView.Footer = True
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.GroupFooters = gfAlwaysVisible
|
|
Styles.Inactive = DataLink_CYZZ.SHuangSe
|
|
Styles.IncSearch = DataLink_CYZZ.SHuangSe
|
|
Styles.Selection = DataLink_CYZZ.SHuangSe
|
|
Styles.Header = DataLink_CYZZ.Default
|
|
object cxGridDBColumn2: TcxGridDBColumn
|
|
Caption = #27169#22359#21517#31216
|
|
DataBinding.FieldName = 'FormName'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.Alignment.Vert = taVCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
Styles.Content = DataLink_CYZZ.FoneRed
|
|
Styles.Footer = DataLink_CYZZ.FoneRed
|
|
Styles.Header = DataLink_CYZZ.FoneRed
|
|
Width = 256
|
|
end
|
|
object cxGridDBColumn1: TcxGridDBColumn
|
|
Caption = #20351#29992#24773#20917
|
|
DataBinding.FieldName = 'FormNameNote'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.Alignment.Vert = taVCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
Options.Editing = False
|
|
Styles.Content = DataLink_CYZZ.FontBlue
|
|
Styles.Footer = DataLink_CYZZ.FontBlue
|
|
Styles.Header = DataLink_CYZZ.FontBlue
|
|
Width = 917
|
|
end
|
|
end
|
|
object cxGridLevel2: TcxGridLevel
|
|
GridView = Tv3
|
|
end
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 1185
|
|
Height = 37
|
|
Align = alTop
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
Color = clSkyBlue
|
|
TabOrder = 1
|
|
object Label1: TLabel
|
|
Left = 20
|
|
Top = 12
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #27169#22359#21517#31216
|
|
end
|
|
object Label4: TLabel
|
|
Left = 284
|
|
Top = 12
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #20351#29992#24773#20917
|
|
end
|
|
object FormName: TEdit
|
|
Tag = 2
|
|
Left = 70
|
|
Top = 9
|
|
Width = 179
|
|
Height = 20
|
|
TabOrder = 0
|
|
OnChange = UserIdChange
|
|
end
|
|
object FormNameNote: TEdit
|
|
Tag = 2
|
|
Left = 334
|
|
Top = 9
|
|
Width = 179
|
|
Height = 20
|
|
TabOrder = 1
|
|
OnChange = UserIdChange
|
|
end
|
|
end
|
|
end
|
|
object cxTabSheet2: TcxTabSheet
|
|
Caption = #37096#38376#27169#22359#34920
|
|
ImageIndex = 1
|
|
object cxGrid2: TcxGrid
|
|
Left = 0
|
|
Top = 37
|
|
Width = 1185
|
|
Height = 449
|
|
Align = alClient
|
|
TabOrder = 0
|
|
object Tv2: TcxGridDBTableView
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.DataSource = DataSource1
|
|
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
|
|
DataController.Summary.DefaultGroupSummaryItems = <
|
|
item
|
|
Format = 'DefStr1'
|
|
end
|
|
item
|
|
Format = 'YCLCode'
|
|
end
|
|
item
|
|
Kind = skCount
|
|
Position = spFooter
|
|
end>
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Kind = skCount
|
|
end>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.GoToNextCellOnEnter = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsView.Footer = True
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.GroupFooters = gfAlwaysVisible
|
|
Styles.Inactive = DataLink_CYZZ.SHuangSe
|
|
Styles.IncSearch = DataLink_CYZZ.SHuangSe
|
|
Styles.Selection = DataLink_CYZZ.SHuangSe
|
|
Styles.Header = DataLink_CYZZ.Default
|
|
object cxGridDBColumn3: TcxGridDBColumn
|
|
Caption = #37096#38376
|
|
DataBinding.FieldName = 'DPName'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.Alignment.Vert = taVCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
Options.Editing = False
|
|
Styles.Content = DataLink_CYZZ.FontBlue
|
|
Styles.Footer = DataLink_CYZZ.FontBlue
|
|
Styles.Header = DataLink_CYZZ.FontBlue
|
|
Width = 116
|
|
end
|
|
object cxGridDBColumn4: TcxGridDBColumn
|
|
Caption = #27169#22359#21517#31216
|
|
DataBinding.FieldName = 'DFormName'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.Alignment.Vert = taVCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
Styles.Content = DataLink_CYZZ.FoneRed
|
|
Styles.Footer = DataLink_CYZZ.FoneRed
|
|
Styles.Header = DataLink_CYZZ.FoneRed
|
|
Width = 263
|
|
end
|
|
end
|
|
object cxGridLevel1: TcxGridLevel
|
|
GridView = Tv2
|
|
end
|
|
end
|
|
object Panel3: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 1185
|
|
Height = 37
|
|
Align = alTop
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
Color = clSkyBlue
|
|
TabOrder = 1
|
|
object Label2: TLabel
|
|
Left = 242
|
|
Top = 12
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #27169#22359#21517#31216
|
|
end
|
|
object Label5: TLabel
|
|
Left = 20
|
|
Top = 12
|
|
Width = 24
|
|
Height = 12
|
|
Caption = #37096#38376
|
|
end
|
|
object DFormName: TEdit
|
|
Tag = 2
|
|
Left = 292
|
|
Top = 9
|
|
Width = 179
|
|
Height = 20
|
|
TabOrder = 0
|
|
OnChange = UserIdChange
|
|
end
|
|
object DPName: TEdit
|
|
Tag = 2
|
|
Left = 45
|
|
Top = 9
|
|
Width = 179
|
|
Height = 20
|
|
TabOrder = 1
|
|
OnChange = UserIdChange
|
|
end
|
|
end
|
|
end
|
|
object cxTabSheet3: TcxTabSheet
|
|
Caption = #21592#24037#27169#22359#34920
|
|
ImageIndex = 2
|
|
object cxGrid1: TcxGrid
|
|
Left = 0
|
|
Top = 37
|
|
Width = 1185
|
|
Height = 449
|
|
Align = alClient
|
|
TabOrder = 0
|
|
object Tv1: TcxGridDBTableView
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.DataSource = DataSource1
|
|
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
|
|
DataController.Summary.DefaultGroupSummaryItems = <
|
|
item
|
|
Format = 'DefStr1'
|
|
end
|
|
item
|
|
Format = 'YCLCode'
|
|
end
|
|
item
|
|
Kind = skCount
|
|
Position = spFooter
|
|
Column = v1ShortName
|
|
end>
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Kind = skCount
|
|
Column = v1ShortName
|
|
end>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.GoToNextCellOnEnter = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsView.Footer = True
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.GroupFooters = gfAlwaysVisible
|
|
Styles.Inactive = DataLink_CYZZ.SHuangSe
|
|
Styles.IncSearch = DataLink_CYZZ.SHuangSe
|
|
Styles.Selection = DataLink_CYZZ.SHuangSe
|
|
Styles.Header = DataLink_CYZZ.Default
|
|
object v1ShortName: TcxGridDBColumn
|
|
Caption = #21592#24037#32534#21495
|
|
DataBinding.FieldName = 'UserId'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.Alignment.Vert = taVCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 108
|
|
end
|
|
object v1UnitName: TcxGridDBColumn
|
|
Tag = 2
|
|
Caption = #30331#24405#21517#31216
|
|
DataBinding.FieldName = 'UserName'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.Alignment.Vert = taVCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 90
|
|
end
|
|
object v1Column1: TcxGridDBColumn
|
|
Caption = #37096#38376
|
|
DataBinding.FieldName = 'UDPName'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.Alignment.Vert = taVCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
Options.Editing = False
|
|
Styles.Content = DataLink_CYZZ.FontBlue
|
|
Styles.Footer = DataLink_CYZZ.FontBlue
|
|
Styles.Header = DataLink_CYZZ.FontBlue
|
|
Width = 106
|
|
end
|
|
object v1Quantity: TcxGridDBColumn
|
|
Caption = #27169#22359#21517#31216
|
|
DataBinding.FieldName = 'UFormName'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.Alignment.Vert = taVCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
Styles.Content = DataLink_CYZZ.FoneRed
|
|
Styles.Footer = DataLink_CYZZ.FoneRed
|
|
Styles.Header = DataLink_CYZZ.FoneRed
|
|
Width = 241
|
|
end
|
|
end
|
|
object cxGrid1Level1: TcxGridLevel
|
|
GridView = Tv1
|
|
end
|
|
end
|
|
object Panel4: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 1185
|
|
Height = 37
|
|
Align = alTop
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
Color = clSkyBlue
|
|
TabOrder = 1
|
|
object Label3: TLabel
|
|
Left = 20
|
|
Top = 12
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #21592#24037#32534#21495
|
|
end
|
|
object Label6: TLabel
|
|
Left = 212
|
|
Top = 12
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #30331#24405#21517#31216
|
|
end
|
|
object Label7: TLabel
|
|
Left = 412
|
|
Top = 12
|
|
Width = 24
|
|
Height = 12
|
|
Caption = #37096#38376
|
|
end
|
|
object Label8: TLabel
|
|
Left = 585
|
|
Top = 12
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #27169#22359#21517#31216
|
|
end
|
|
object UserId: TEdit
|
|
Tag = 2
|
|
Left = 70
|
|
Top = 9
|
|
Width = 127
|
|
Height = 20
|
|
TabOrder = 0
|
|
OnChange = UserIdChange
|
|
end
|
|
object UserName: TEdit
|
|
Tag = 2
|
|
Left = 262
|
|
Top = 9
|
|
Width = 127
|
|
Height = 20
|
|
TabOrder = 1
|
|
OnChange = UserIdChange
|
|
end
|
|
object UDPName: TEdit
|
|
Tag = 2
|
|
Left = 437
|
|
Top = 9
|
|
Width = 127
|
|
Height = 20
|
|
TabOrder = 2
|
|
OnChange = UserIdChange
|
|
end
|
|
object UFormName: TEdit
|
|
Tag = 2
|
|
Left = 635
|
|
Top = 9
|
|
Width = 127
|
|
Height = 20
|
|
TabOrder = 3
|
|
OnChange = UserIdChange
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object cxGridPopupMenu1: TcxGridPopupMenu
|
|
Grid = cxGrid1
|
|
PopupMenus = <>
|
|
Left = 680
|
|
Top = 8
|
|
end
|
|
object ADOQueryCmd: TADOQuery
|
|
Connection = DataLink_CYZZ.ADOLink
|
|
Parameters = <>
|
|
Left = 432
|
|
Top = 200
|
|
end
|
|
object ADOQueryMain: TADOQuery
|
|
Connection = DataLink_CYZZ.ADOLink
|
|
LockType = ltReadOnly
|
|
Parameters = <>
|
|
Left = 464
|
|
Top = 200
|
|
end
|
|
object ADOQueryTemp: TADOQuery
|
|
Connection = DataLink_CYZZ.ADOLink
|
|
LockType = ltReadOnly
|
|
Parameters = <>
|
|
Left = 496
|
|
Top = 200
|
|
end
|
|
object DataSource1: TDataSource
|
|
DataSet = CDS_Main
|
|
Left = 600
|
|
Top = 8
|
|
end
|
|
object CDS_Main: TClientDataSet
|
|
Aggregates = <>
|
|
Params = <>
|
|
Left = 636
|
|
Top = 8
|
|
end
|
|
object DataSource2: TDataSource
|
|
DataSet = ClientDataSet2
|
|
Left = 448
|
|
Top = 8
|
|
end
|
|
object ClientDataSet2: TClientDataSet
|
|
Aggregates = <>
|
|
Params = <>
|
|
Left = 476
|
|
Top = 8
|
|
end
|
|
object cxGridPopupMenu2: TcxGridPopupMenu
|
|
Grid = cxGrid2
|
|
PopupMenus = <>
|
|
Left = 504
|
|
Top = 8
|
|
end
|
|
object DataSource3: TDataSource
|
|
DataSet = ClientDataSet3
|
|
Left = 296
|
|
end
|
|
object ClientDataSet3: TClientDataSet
|
|
Aggregates = <>
|
|
Params = <>
|
|
Left = 332
|
|
end
|
|
object cxGridPopupMenu3: TcxGridPopupMenu
|
|
Grid = cxGrid3
|
|
PopupMenus = <>
|
|
Left = 368
|
|
end
|
|
end
|