D7myYunxiang/云翔OA(WTOA.dll)/U_YGYPZZChkList_BGYPKC.dfm

327 lines
7.8 KiB
Plaintext
Raw Normal View History

2025-01-20 13:04:03 +08:00
object frmYGYPZZChkList_BGYPKC: TfrmYGYPZZChkList_BGYPKC
Left = 188
Top = 126
Width = 1160
Height = 595
Caption = #21150#20844#29992#21697#24211#23384
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 1144
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 TSsel: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #36873#25321
ImageIndex = 75
OnClick = TSselClick
end
object TBRafresh: TToolButton
Left = 63
Top = 0
AutoSize = True
Caption = #21047#26032
ImageIndex = 0
OnClick = TBRafreshClick
end
object TBFind: TToolButton
Left = 126
Top = 0
AutoSize = True
Caption = #36807#28388
ImageIndex = 20
OnClick = TBFindClick
end
object TBExport: TToolButton
Left = 189
Top = 0
AutoSize = True
Caption = #23548#20986
ImageIndex = 97
OnClick = TBExportClick
end
object TBClose: TToolButton
Left = 252
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 21
OnClick = TBCloseClick
end
end
object Panel1: TPanel
Left = 0
Top = 32
Width = 1144
Height = 41
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clSkyBlue
TabOrder = 1
object Label1: TLabel
Left = 48
Top = 15
Width = 52
Height = 12
Caption = #21150#20844#29992#21697
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 260
Top = 15
Width = 52
Height = 12
Caption = #23384#25918#22320#28857
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 476
Top = 15
Width = 26
Height = 12
Caption = #37096#38376
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object KCName: TEdit
Tag = 2
Left = 104
Top = 11
Width = 121
Height = 20
TabOrder = 0
OnChange = KCNameChange
end
object KCPlace: TEdit
Tag = 2
Left = 316
Top = 11
Width = 121
Height = 20
TabOrder = 1
OnChange = KCNameChange
end
object DeptType: TEdit
Tag = 2
Left = 508
Top = 11
Width = 121
Height = 20
TabOrder = 2
OnChange = KCNameChange
end
end
object cxGrid1: TcxGrid
Left = 0
Top = 73
Width = 1144
Height = 484
Align = alClient
PopupMenu = PopupMenu1
TabOrder = 2
object Tv1: TcxGridDBTableView
NavigatorButtons.ConfirmDelete = False
DataController.DataSource = DataSource1
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsData.Deleting = False
OptionsView.Footer = True
OptionsView.GroupByBox = False
OptionsView.Indicator = True
Styles.Header = cxStyle1
object v1Ssel: TcxGridDBColumn
Caption = #36873#25321
DataBinding.FieldName = 'Ssel'
PropertiesClassName = 'TcxCheckBoxProperties'
HeaderAlignmentHorz = taCenter
Width = 43
end
object v1KCName: TcxGridDBColumn
Caption = #21150#20844#21697#21517
DataBinding.FieldName = 'KCName'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 94
end
object v1KCPlace: TcxGridDBColumn
Caption = #23384#25918#22320#28857
DataBinding.FieldName = 'KCPlace'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 82
end
object v1SumRKQty: TcxGridDBColumn
Caption = #20837#24211#25968#37327
DataBinding.FieldName = 'SumRKQty'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Styles.Header = cxStyle3
Width = 80
end
object v1SumCKQty: TcxGridDBColumn
Caption = #20986#24211#25968#37327
DataBinding.FieldName = 'SumCKQty'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 77
end
object v1SumKCQty: TcxGridDBColumn
Caption = #24211#23384#25968#37327
DataBinding.FieldName = 'SumKCQty'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Styles.Header = cxStyle2
Width = 93
end
object v1KCUnit: TcxGridDBColumn
Caption = #25968#37327#21333#20301
DataBinding.FieldName = 'KCUnit'
PropertiesClassName = 'TcxButtonEditProperties'
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 98
end
object v1DeptType: TcxGridDBColumn
Caption = #37096#38376
DataBinding.FieldName = 'DeptType'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 92
end
end
object cxGrid1Level1: TcxGridLevel
GridView = Tv1
end
end
object cxGridPopupMenu1: TcxGridPopupMenu
PopupMenus = <>
Left = 400
Top = 160
end
object ADOQueryCmd: TADOQuery
Connection = DataLink_WTOA.ADOLink
Parameters = <>
Left = 368
Top = 192
end
object ADOQueryMain: TADOQuery
Connection = DataLink_WTOA.ADOLink
Parameters = <>
Left = 336
Top = 192
end
object ADOQueryTemp: TADOQuery
Connection = DataLink_WTOA.ADOLink
Parameters = <>
Left = 304
Top = 160
end
object DataSource1: TDataSource
DataSet = Order_Main
Left = 336
Top = 160
end
object Order_Main: TClientDataSet
Aggregates = <>
Params = <>
Left = 368
Top = 160
end
object PopupMenu1: TPopupMenu
Left = 304
Top = 192
object N2: TMenuItem
Caption = #20840#36873
OnClick = N2Click
end
object N1: TMenuItem
Caption = #20840#24323
OnClick = N1Click
end
end
object DataSource2: TDataSource
Left = 304
Top = 424
end
object cxStyleRepository1: TcxStyleRepository
Left = 65512
Top = 65508
object cxStyle1: TcxStyle
AssignedValues = [svFont]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
end
object cxStyle2: TcxStyle
AssignedValues = [svTextColor]
TextColor = clBlue
end
object cxStyle3: TcxStyle
AssignedValues = [svTextColor]
TextColor = clRed
end
end
object ADOQuery1: TADOQuery
Connection = DataLink_WTOA.ADOLink
Parameters = <>
Left = 408
Top = 200
end
end