D7YPbaoying/样品仓库/U_ZdyAttachmentBJ_Edit.dfm

587 lines
15 KiB
Plaintext
Raw Normal View History

2025-04-30 16:02:03 +08:00
object frmZdyAttachmentBJ_Edit: TfrmZdyAttachmentBJ_Edit
Left = 245
Top = 100
Width = 1224
Height = 570
Caption = #25253#20215#20449#24687#24405#20837
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label17: TLabel
Left = 32
Top = 96
Width = 48
Height = 12
Caption = #20960' '#39068' '#33394
end
object Label9: TLabel
Left = 836
Top = 124
Width = 48
Height = 12
Caption = #25104#20154#25104#26412
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 1208
Height = 29
ButtonHeight = 30
ButtonWidth = 59
Caption = 'ToolBar1'
Color = clSkyBlue
DisabledImages = YPCK_DataLink.ThreeImgList
Flat = True
Images = YPCK_DataLink.ThreeImgList
List = True
ParentColor = False
ShowCaptions = True
TabOrder = 0
object Tsave: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #20445#23384
ImageIndex = 14
OnClick = TsaveClick
end
object TBClose: TToolButton
Left = 63
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 55
OnClick = TBCloseClick
end
end
object Panel1: TPanel
Left = 0
Top = 29
Width = 1208
Height = 502
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 1208
Height = 193
Align = alTop
Color = clSkyBlue
ParentColor = False
TabOrder = 0
object Label1: TLabel
Left = 36
Top = 28
Width = 48
Height = 12
Caption = #25253#20215#26085#26399
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 289
Top = 28
Width = 48
Height = 12
Caption = #23458#25143#32534#21495
end
object Label3: TLabel
Left = 540
Top = 78
Width = 48
Height = 12
Caption = #20215#26684#26465#27454
end
object Label6: TLabel
Left = 541
Top = 29
Width = 48
Height = 12
Caption = #23458#25143#21517#31216
end
object Label12: TLabel
Left = 36
Top = 54
Width = 48
Height = 12
Caption = #22269' '#23478
end
object Label39: TLabel
Left = 541
Top = 54
Width = 48
Height = 12
Caption = #20986' '#36816' '#28207
end
object Label4: TLabel
Left = 289
Top = 54
Width = 48
Height = 12
Caption = #32852#31995#30005#35805
end
object Label5: TLabel
Left = 289
Top = 78
Width = 48
Height = 12
Caption = #26377' '#25928' '#26399
end
object Label7: TLabel
Left = 36
Top = 127
Width = 48
Height = 12
Caption = #22791' '#27880
end
object Label8: TLabel
Left = 108
Top = 230
Width = 48
Height = 12
Caption = #24065' '#31181
end
object Label11: TLabel
Left = 36
Top = 78
Width = 48
Height = 12
Caption = #30446' '#30340' '#28207
end
object Label13: TLabel
Left = 36
Top = 103
Width = 48
Height = 12
Caption = #27719' '#29575
end
object custName: TEdit
Tag = 2
Left = 593
Top = 25
Width = 140
Height = 20
TabOrder = 0
Text = 'Edit1'
end
object FromPlace: TEdit
Tag = 2
Left = 593
Top = 50
Width = 140
Height = 20
TabOrder = 1
Text = 'Edit1'
end
object custphone: TEdit
Tag = 2
Left = 341
Top = 50
Width = 140
Height = 20
TabOrder = 2
Text = 'custphone'
end
object note: TMemo
Tag = 2
Left = 88
Top = 124
Width = 645
Height = 57
Lines.Strings = (
'note')
ScrollBars = ssVertical
TabOrder = 3
end
object priceNote: TComboBox
Tag = 2
Left = 592
Top = 76
Width = 140
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 4
Items.Strings = (
'FOB'
'CIF'
'CNF'
'EXW'
#21547#31246#21547#36816
#21547#31246#19981#21547#36816
''
'')
end
object CRTime: TDateTimePicker
Tag = 2
Left = 88
Top = 24
Width = 140
Height = 20
Date = 42680.847243599540000000
Format = 'yyyy-MM-dd'
Time = 42680.847243599540000000
TabOrder = 5
end
object DlyDate: TDateTimePicker
Tag = 2
Left = 340
Top = 76
Width = 140
Height = 20
Date = 42680.847243599540000000
Format = 'yyyy-MM-dd'
Time = 42680.847243599540000000
TabOrder = 6
end
object Priceunit: TComboBox
Tag = 2
Left = 160
Top = 228
Width = 140
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 7
OnChange = PriceunitChange
Items.Strings = (
'USD'
'RMB'
''
'')
end
object custNo: TBtnEditA
Tag = 2
Left = 340
Top = 24
Width = 141
Height = 20
ReadOnly = True
TabOrder = 8
OnBtnClick = custNoBtnClick
end
object huilv: TcxCurrencyEdit
Tag = 2
Left = 88
Top = 100
Properties.DisplayFormat = '0.##'
Properties.Nullstring = '1'
Properties.OnEditValueChanged = huilvPropertiesEditValueChanged
TabOrder = 9
Width = 140
end
object ToPlace: TEdit
Tag = 2
Left = 88
Top = 74
Width = 140
Height = 20
TabOrder = 10
Text = 'ToPlace'
end
object custCountry: TBtnEditA
Tag = 2
Left = 88
Top = 48
Width = 141
Height = 20
TabOrder = 11
OnBtnClick = custCountryBtnClick
end
end
object Panel2: TPanel
Left = 0
Top = 193
Width = 1208
Height = 309
Align = alClient
BevelOuter = bvNone
Caption = 'Panel2'
TabOrder = 1
object Panel3: TPanel
Left = 0
Top = 0
Width = 1208
Height = 309
Align = alClient
BevelOuter = bvNone
Caption = 'Panel3'
TabOrder = 0
object ToolBar2: TToolBar
Left = 0
Top = 0
Width = 1208
Height = 31
ButtonHeight = 30
ButtonWidth = 59
Caption = 'ToolBar1'
Color = clSkyBlue
DisabledImages = YPCK_DataLink.ThreeImgList
Flat = True
Images = YPCK_DataLink.ThreeImgList
List = True
ParentColor = False
ShowCaptions = True
TabOrder = 0
object ToolButton1: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #22686#21152
ImageIndex = 22
OnClick = ToolButton1Click
end
object ToolButton2: TToolButton
Left = 63
Top = 0
AutoSize = True
Caption = #21024#38500
ImageIndex = 100
OnClick = ToolButton2Click
end
object CYID: TEdit
Left = 126
Top = 0
Width = 247
Height = 30
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnKeyPress = CYIDKeyPress
end
end
object cxGrid1: TcxGrid
Left = 0
Top = 31
Width = 1208
Height = 278
Align = alClient
TabOrder = 1
object TV1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
DataController.DataSource = DS1
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <
item
Kind = skSum
end
item
Kind = skSum
end>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsCustomize.ColumnSorting = False
OptionsView.GroupByBox = False
OptionsView.Indicator = True
Styles.Header = YPCK_DataLink.Default
object V1Column1: TcxGridDBColumn
Caption = 'Item'
DataBinding.FieldName = 'P_Code'
PropertiesClassName = 'TcxButtonEditProperties'
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 80
end
object V1Column3: TcxGridDBColumn
Caption = 'Structure'
DataBinding.FieldName = 'P_CodeNameE'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 100
end
object V1Column9: TcxGridDBColumn
Caption = 'Cons'
DataBinding.FieldName = 'P_Spec'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 100
end
object V1Column10: TcxGridDBColumn
Caption = 'Content'
DataBinding.FieldName = 'P_CF'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 100
end
object V1Column4: TcxGridDBColumn
Caption = 'Width '
DataBinding.FieldName = 'P_MF'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 60
end
object V1Column8: TcxGridDBColumn
Caption = 'Weight'
DataBinding.FieldName = 'P_KZ'
PropertiesClassName = 'TcxTextEditProperties'
Properties.OnEditValueChanged = V1Column8PropertiesEditValueChanged
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 60
end
object V1Column6: TcxGridDBColumn
Caption = #25968#37327
DataBinding.FieldName = 'Qty'
HeaderAlignmentHorz = taCenter
Width = 60
end
object V1Column15: TcxGridDBColumn
Caption = 'MCQ/MO'
DataBinding.FieldName = 'BJstr6'
HeaderAlignmentHorz = taCenter
Width = 88
end
object V1Column5: TcxGridDBColumn
Caption = #20215#26684
DataBinding.FieldName = 'BJstr7'
HeaderAlignmentHorz = taCenter
Width = 70
end
object V1Column7: TcxGridDBColumn
Caption = #35814#32454#25551#36848
DataBinding.FieldName = 'Note1'
HeaderAlignmentHorz = taCenter
Width = 112
end
object V1Column11: TcxGridDBColumn
Caption = #24211#23384#25968#37327
DataBinding.FieldName = 'BJQty1'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 68
end
object TV1Column1: TcxGridDBColumn
DataBinding.FieldName = 'Finish'
HeaderAlignmentHorz = taCenter
Width = 60
end
object TV1Column2: TcxGridDBColumn
Caption = 'Sample Leadtime'
DataBinding.FieldName = 'Stime'
HeaderAlignmentHorz = taCenter
Width = 120
end
object TV1Column3: TcxGridDBColumn
Caption = 'Bulk Leadtime'
DataBinding.FieldName = 'Btime'
HeaderAlignmentHorz = taCenter
Width = 98
end
object TV1Column4: TcxGridDBColumn
Caption = 'Payment Term'
DataBinding.FieldName = 'PaymentS'
HeaderAlignmentHorz = taCenter
Width = 90
end
object TV1Column5: TcxGridDBColumn
Caption = 'Availability in Stock'
DataBinding.FieldName = 'Stock'
HeaderAlignmentHorz = taCenter
Width = 159
end
object TV1Column6: TcxGridDBColumn
Caption = 'Color/Print Method'
DataBinding.FieldName = 'Method'
HeaderAlignmentHorz = taCenter
Width = 120
end
object V1Column2: TcxGridDBColumn
Caption = #20013#25991#21697#21517
DataBinding.FieldName = 'P_CodeName'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 100
end
object TV1Column7: TcxGridDBColumn
Caption = 'Remark'
DataBinding.FieldName = 'Note'
HeaderAlignmentHorz = taCenter
Width = 60
end
end
object cxGrid1Level1: TcxGridLevel
GridView = TV1
end
end
end
end
end
object PopupMenu1: TPopupMenu
Left = 1140
Top = 103
object N1: TMenuItem
Caption = #21024#38500
end
object N3: TMenuItem
Caption = '-'
end
object N2: TMenuItem
Caption = #21478#23384#20026'...'
end
end
object ADOQueryCmd: TADOQuery
Connection = YPCK_DataLink.ADOLink
EnableBCD = False
Parameters = <>
Left = 932
Top = 87
end
object ADOQueryTmp: TADOQuery
Connection = YPCK_DataLink.ADOLink
EnableBCD = False
Parameters = <>
Left = 844
Top = 95
end
object ADOQuerymain: TADOQuery
Connection = YPCK_DataLink.ADOLink
EnableBCD = False
Parameters = <>
Left = 716
Top = 191
end
object CDS1: TClientDataSet
Aggregates = <>
Params = <>
Left = 144
Top = 283
end
object DS1: TDataSource
DataSet = CDS1
Left = 464
Top = 288
end
object cxGridPopupMenu1: TcxGridPopupMenu
Grid = cxGrid1
PopupMenus = <>
Left = 780
Top = 149
end
end