253 lines
6.2 KiB
Plaintext
253 lines
6.2 KiB
Plaintext
object FrmWorkDeptList_KQJL: TFrmWorkDeptList_KQJL
|
|
Left = 189
|
|
Top = 136
|
|
Width = 1206
|
|
Height = 640
|
|
Caption = #21592#24037#32771#21220#35760#24405
|
|
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 = 1190
|
|
AutoSize = True
|
|
ButtonHeight = 30
|
|
ButtonWidth = 59
|
|
Caption = 'ToolBar1'
|
|
Color = clSkyBlue
|
|
Flat = True
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = #23435#20307
|
|
Font.Style = []
|
|
Images = DataLink_WTOA.ThreeImgList
|
|
List = True
|
|
ParentColor = False
|
|
ParentFont = False
|
|
ShowCaptions = True
|
|
TabOrder = 0
|
|
object TBRafresh: TToolButton
|
|
Left = 0
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #21047#26032
|
|
ImageIndex = 0
|
|
OnClick = TBRafreshClick
|
|
end
|
|
object ToolButton2: TToolButton
|
|
Left = 63
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #36807#28388
|
|
ImageIndex = 20
|
|
OnClick = ToolButton2Click
|
|
end
|
|
object TBExport: TToolButton
|
|
Left = 126
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #23548#20986
|
|
ImageIndex = 6
|
|
OnClick = TBExportClick
|
|
end
|
|
object TBClose: TToolButton
|
|
Left = 189
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #20851#38381
|
|
ImageIndex = 21
|
|
OnClick = TBCloseClick
|
|
end
|
|
end
|
|
object cxGrid1: TcxGrid
|
|
Left = 0
|
|
Top = 92
|
|
Width = 1190
|
|
Height = 474
|
|
Align = alTop
|
|
TabOrder = 1
|
|
object Tv1: TcxGridDBTableView
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.DataSource = DataSource1
|
|
DataController.Summary.DefaultGroupSummaryItems = <
|
|
item
|
|
Kind = skSum
|
|
Position = spFooter
|
|
Column = v1LYMoney
|
|
end>
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Kind = skSum
|
|
Column = v1LYMoney
|
|
end
|
|
item
|
|
Kind = skSum
|
|
end>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsView.Footer = True
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.GroupFooters = gfAlwaysVisible
|
|
OptionsView.Indicator = True
|
|
Styles.Inactive = DataLink_WTOA.SHuangSeCu
|
|
Styles.IncSearch = DataLink_WTOA.SHuangSeCu
|
|
Styles.Selection = DataLink_WTOA.SHuangSeCu
|
|
Styles.Header = DataLink_WTOA.Default
|
|
object v1LYDate: TcxGridDBColumn
|
|
Caption = #39046#29992#26085#26399
|
|
DataBinding.FieldName = 'LYDate'
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
Properties.ShowTime = False
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 90
|
|
end
|
|
object v1LYName: TcxGridDBColumn
|
|
Caption = #39046#29992#20154
|
|
DataBinding.FieldName = 'LYName'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.Alignment.Vert = taVCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
Options.Editing = False
|
|
Width = 95
|
|
end
|
|
object v1LYMoney: TcxGridDBColumn
|
|
Caption = #39046#29992#37329#39069
|
|
DataBinding.FieldName = 'LYMoney'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.Alignment.Vert = taVCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
HeaderAlignmentVert = vaCenter
|
|
HeaderGlyphAlignmentHorz = taCenter
|
|
Styles.Header = DataLink_WTOA.FontBlue
|
|
Width = 92
|
|
end
|
|
object v1PriceUnit: TcxGridDBColumn
|
|
Caption = #24065#31181
|
|
DataBinding.FieldName = 'PriceUnit'
|
|
PropertiesClassName = 'TcxButtonEditProperties'
|
|
Properties.Buttons = <
|
|
item
|
|
Default = True
|
|
Kind = bkEllipsis
|
|
end>
|
|
Properties.OnButtonClick = v1Column1PropertiesButtonClick
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 70
|
|
end
|
|
object v1Note: TcxGridDBColumn
|
|
Caption = #22791#27880
|
|
DataBinding.FieldName = 'Note'
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 193
|
|
end
|
|
end
|
|
object cxGrid1Level1: TcxGridLevel
|
|
GridView = Tv1
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 32
|
|
Width = 1190
|
|
Height = 35
|
|
Align = alTop
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
Color = clSkyBlue
|
|
TabOrder = 2
|
|
object Label1: TLabel
|
|
Left = 34
|
|
Top = 11
|
|
Width = 56
|
|
Height = 13
|
|
Caption = #39046#29992#26085#26399
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = #23435#20307
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 185
|
|
Top = 11
|
|
Width = 21
|
|
Height = 13
|
|
Caption = '---'
|
|
end
|
|
object BegDate: TDateTimePicker
|
|
Left = 93
|
|
Top = 7
|
|
Width = 92
|
|
Height = 21
|
|
Date = 40675.464742650460000000
|
|
Format = 'yyyy-MM-dd'
|
|
Time = 40675.464742650460000000
|
|
TabOrder = 0
|
|
end
|
|
object EndDate: TDateTimePicker
|
|
Left = 205
|
|
Top = 7
|
|
Width = 93
|
|
Height = 21
|
|
Date = 40675.464761099540000000
|
|
Format = 'yyyy-MM-dd'
|
|
Time = 40675.464761099540000000
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object cxTabControl1: TcxTabControl
|
|
Left = 0
|
|
Top = 67
|
|
Width = 1190
|
|
Height = 25
|
|
Align = alTop
|
|
Style = 8
|
|
TabIndex = 0
|
|
TabOrder = 3
|
|
Tabs.Strings = (
|
|
#19978#29677
|
|
#19979#29677)
|
|
OnChange = cxTabControl1Change
|
|
ClientRectBottom = 25
|
|
ClientRectRight = 1190
|
|
ClientRectTop = 24
|
|
end
|
|
object Order_Main: TClientDataSet
|
|
Aggregates = <>
|
|
Params = <>
|
|
Left = 249
|
|
Top = 230
|
|
end
|
|
object ADOQueryMain: TADOQuery
|
|
Connection = DataLink_WTOA.ADOLink
|
|
Parameters = <>
|
|
Left = 347
|
|
Top = 225
|
|
end
|
|
object DataSource1: TDataSource
|
|
DataSet = Order_Main
|
|
Left = 304
|
|
Top = 228
|
|
end
|
|
object ADOQueryDel: TADOQuery
|
|
Connection = DataLink_WTOA.ADOLink
|
|
Parameters = <>
|
|
Left = 388
|
|
Top = 224
|
|
end
|
|
end
|