278 lines
6.6 KiB
Plaintext
278 lines
6.6 KiB
Plaintext
object frmSYDept: TfrmSYDept
|
|
Left = 259
|
|
Top = 152
|
|
Width = 1038
|
|
Height = 598
|
|
Caption = #32452#32455#32467#26500
|
|
Color = clBtnFace
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = #23435#20307
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnClose = FormClose
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
PixelsPerInch = 107
|
|
TextHeight = 13
|
|
object ToolBar1: TToolBar
|
|
Left = 0
|
|
Top = 0
|
|
Width = 1022
|
|
Height = 33
|
|
ButtonHeight = 30
|
|
ButtonWidth = 87
|
|
Caption = 'ToolBar1'
|
|
Color = clSkyBlue
|
|
DisabledImages = DataLink_WTOA.ThreeImgList
|
|
Flat = True
|
|
Images = DataLink_WTOA.ThreeImgList
|
|
List = True
|
|
ParentColor = False
|
|
ShowCaptions = True
|
|
TabOrder = 0
|
|
object TBRafresh: TToolButton
|
|
Left = 0
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #21047#26032
|
|
ImageIndex = 24
|
|
OnClick = TBRafreshClick
|
|
end
|
|
object TBAdd: TToolButton
|
|
Left = 65
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #26032#22686#23376#31867
|
|
ImageIndex = 12
|
|
OnClick = TBAddClick
|
|
end
|
|
object ToolButton1: TToolButton
|
|
Left = 156
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #20445#23384
|
|
ImageIndex = 5
|
|
OnClick = ToolButton1Click
|
|
end
|
|
object TBDel: TToolButton
|
|
Left = 221
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #21024#38500
|
|
ImageIndex = 13
|
|
OnClick = TBDelClick
|
|
end
|
|
object ToolButton2: TToolButton
|
|
Left = 286
|
|
Top = 0
|
|
Caption = #32452#32455#20998#37197
|
|
ImageIndex = 101
|
|
OnClick = ToolButton2Click
|
|
end
|
|
object TBClose: TToolButton
|
|
Left = 373
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #20851#38381
|
|
ImageIndex = 21
|
|
OnClick = TBCloseClick
|
|
end
|
|
end
|
|
object cxDBTreeList1: TcxDBTreeList
|
|
Left = 0
|
|
Top = 33
|
|
Width = 270
|
|
Height = 525
|
|
Align = alLeft
|
|
Bands = <
|
|
item
|
|
end>
|
|
BufferedPaint = False
|
|
DataController.DataSource = DataSource1
|
|
DataController.ParentField = 'DPParent'
|
|
DataController.KeyField = 'DPID'
|
|
OptionsBehavior.ExpandOnDblClick = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsView.CellAutoHeight = True
|
|
OptionsView.Headers = False
|
|
RootValue = -1
|
|
Styles.Inactive = DataLink_WTOA.Red
|
|
Styles.Selection = DataLink_WTOA.Red
|
|
Styles.IncSearch = DataLink_WTOA.Red
|
|
TabOrder = 1
|
|
OnClick = cxDBTreeList1Click
|
|
OnDblClick = cxDBTreeList1DblClick
|
|
object cxDBTreeList1cxDBTreeListColumn2: TcxDBTreeListColumn
|
|
DataBinding.FieldName = 'DPName'
|
|
Width = 210
|
|
Position.ColIndex = 1
|
|
Position.RowIndex = 0
|
|
Position.BandIndex = 0
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 270
|
|
Top = 33
|
|
Width = 341
|
|
Height = 525
|
|
Align = alLeft
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
Color = clSkyBlue
|
|
TabOrder = 2
|
|
object Label1: TLabel
|
|
Left = 72
|
|
Top = 43
|
|
Width = 52
|
|
Height = 13
|
|
Caption = #19978#32423#32452#32455
|
|
end
|
|
object Label2: TLabel
|
|
Left = 72
|
|
Top = 88
|
|
Width = 52
|
|
Height = 13
|
|
Caption = #32452#32455#21517#31216
|
|
end
|
|
object Label3: TLabel
|
|
Left = 72
|
|
Top = 131
|
|
Width = 52
|
|
Height = 13
|
|
Caption = #32452#32455#32534#30721
|
|
end
|
|
object Label4: TLabel
|
|
Left = 26
|
|
Top = 17
|
|
Width = 64
|
|
Height = 15
|
|
Caption = #32452#32455#32467#26500
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clRed
|
|
Font.Height = -15
|
|
Font.Name = #23435#20307
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object DPTopName: TEdit
|
|
Left = 140
|
|
Top = 40
|
|
Width = 131
|
|
Height = 21
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
end
|
|
object DPName: TEdit
|
|
Left = 140
|
|
Top = 83
|
|
Width = 131
|
|
Height = 21
|
|
TabOrder = 1
|
|
OnKeyPress = DPNameKeyPress
|
|
end
|
|
object DPNo: TEdit
|
|
Left = 140
|
|
Top = 127
|
|
Width = 131
|
|
Height = 21
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object cxGrid4: TcxGrid
|
|
Left = 611
|
|
Top = 33
|
|
Width = 411
|
|
Height = 525
|
|
Align = alClient
|
|
TabOrder = 3
|
|
object Tv4: TcxGridDBTableView
|
|
NavigatorButtons.ConfirmDelete = False
|
|
NavigatorButtons.Delete.Enabled = False
|
|
NavigatorButtons.Delete.Visible = False
|
|
DataController.DataSource = DSUser
|
|
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsData.Deleting = False
|
|
OptionsData.DeletingConfirmation = False
|
|
OptionsView.GroupByBox = False
|
|
Styles.Inactive = DataLink_WTOA.SHuangSe
|
|
Styles.IncSearch = DataLink_WTOA.SHuangSe
|
|
Styles.Selection = DataLink_WTOA.SHuangSe
|
|
object cxGridDBColumn1: TcxGridDBColumn
|
|
Caption = #21592#24037#32534#21495
|
|
DataBinding.FieldName = 'UserId'
|
|
HeaderAlignmentHorz = taCenter
|
|
Options.Focusing = False
|
|
Styles.Header = DataLink_WTOA.Default
|
|
Width = 84
|
|
end
|
|
object cxGridDBColumn7: TcxGridDBColumn
|
|
Caption = #21592#24037#21517#31216
|
|
DataBinding.FieldName = 'UserName'
|
|
HeaderAlignmentHorz = taCenter
|
|
Options.Focusing = False
|
|
Styles.Header = DataLink_WTOA.Default
|
|
Width = 87
|
|
end
|
|
object cxGridDBColumn8: TcxGridDBColumn
|
|
Caption = #21592#24037#32452#32455
|
|
DataBinding.FieldName = 'dept'
|
|
HeaderAlignmentHorz = taCenter
|
|
Options.Focusing = False
|
|
Styles.Header = DataLink_WTOA.Default
|
|
Width = 74
|
|
end
|
|
end
|
|
object cxGridLevel2: TcxGridLevel
|
|
GridView = Tv4
|
|
end
|
|
end
|
|
object DataSource1: TDataSource
|
|
DataSet = CDS_Tree
|
|
Left = 147
|
|
Top = 219
|
|
end
|
|
object ADOQueryTree: TADOQuery
|
|
Connection = DataLink_WTOA.ADOLink
|
|
LockType = ltReadOnly
|
|
Parameters = <>
|
|
Left = 117
|
|
Top = 145
|
|
end
|
|
object ADOQueryTemp: TADOQuery
|
|
Connection = DataLink_WTOA.ADOLink
|
|
LockType = ltReadOnly
|
|
Parameters = <>
|
|
Left = 353
|
|
Top = 184
|
|
end
|
|
object ADOQueryCmd: TADOQuery
|
|
Connection = DataLink_WTOA.ADOLink
|
|
Parameters = <>
|
|
Left = 397
|
|
Top = 177
|
|
end
|
|
object CDS_Tree: TClientDataSet
|
|
Aggregates = <>
|
|
Params = <>
|
|
Left = 96
|
|
Top = 256
|
|
end
|
|
object CDS_User: TClientDataSet
|
|
Aggregates = <>
|
|
Params = <>
|
|
Left = 680
|
|
Top = 272
|
|
end
|
|
object DSUser: TDataSource
|
|
DataSet = CDS_User
|
|
Left = 675
|
|
Top = 211
|
|
end
|
|
end
|