D7zzHanglin/纱线仓库(CYSXCK.dll)/U_GYSList.dfm

210 lines
4.9 KiB
Plaintext
Raw Normal View History

2025-08-06 16:42:07 +08:00
object frmGYSList: TfrmGYSList
Left = 439
Top = 109
Width = 533
Height = 606
Caption = #20379#24212#21830#21015#34920
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 = 517
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_CYMD.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 TBFind: TToolButton
Left = 63
Top = 0
AutoSize = True
Caption = #36807#28388
ImageIndex = 6
OnClick = TBFindClick
end
object ToolButton3: TToolButton
Left = 126
Top = 0
AutoSize = True
Caption = #36873#25321
ImageIndex = 14
OnClick = ToolButton3Click
end
object TBClose: TToolButton
Left = 189
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 12
OnClick = TBCloseClick
end
end
object cxGrid1: TcxGrid
Left = 0
Top = 72
Width = 517
Height = 496
Align = alClient
TabOrder = 1
object Tv1: TcxGridDBTableView
OnDblClick = Tv1DblClick
NavigatorButtons.ConfirmDelete = False
DataController.DataSource = DataSource1
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsSelection.CellSelect = False
OptionsView.Footer = True
OptionsView.GroupByBox = False
Styles.Inactive = DataLink_CYMD.SHuangSe
Styles.IncSearch = DataLink_CYMD.SHuangSe
Styles.Selection = DataLink_CYMD.SHuangSe
Styles.Header = DataLink_CYMD.Default
object v1Column6: TcxGridDBColumn
Caption = #20379#24212#21830#31616#31216
DataBinding.FieldName = 'KHNameJC'
HeaderAlignmentHorz = taCenter
Width = 241
end
object v1Column8: TcxGridDBColumn
Caption = #20379#24212#21830#31181#31867
DataBinding.FieldName = 'KHZhongLei'
HeaderAlignmentHorz = taCenter
Width = 224
end
end
object cxGrid1Level1: TcxGridLevel
GridView = Tv1
end
end
object Panel1: TPanel
Left = 0
Top = 32
Width = 517
Height = 40
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clSkyBlue
TabOrder = 2
object Label9: TLabel
Left = 19
Top = 15
Width = 65
Height = 12
Caption = #20379#24212#21830#31616#31216
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 253
Top = 15
Width = 78
Height = 12
Caption = #20379#24212#21830#31181#31867#65306
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object KHNameJC: TEdit
Tag = 2
Left = 86
Top = 11
Width = 125
Height = 20
TabOrder = 0
OnChange = KHNameJCChange
end
object KHZhongLei: TComboBox
Tag = 2
Left = 329
Top = 11
Width = 160
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 1
OnChange = CustomerNoNameChange
Items.Strings = (
#32433#32447
#22383#24067#21152#24037
#22383#24067
#26579#21360
#21518#24037#33402
'')
end
end
object cxGridPopupMenu1: TcxGridPopupMenu
Grid = cxGrid1
PopupMenus = <>
Left = 464
Top = 168
end
object ADOQueryCmd: TADOQuery
Connection = DataLink_CYMD.ADOLink
Parameters = <>
Left = 552
Top = 160
end
object ADOQueryMain: TADOQuery
Connection = DataLink_CYMD.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 496
Top = 168
end
object DataSource1: TDataSource
DataSet = Order_Main
Left = 352
Top = 160
end
object Order_Main: TClientDataSet
Aggregates = <>
Params = <>
Left = 416
Top = 160
end
end