459 lines
10 KiB
Plaintext
459 lines
10 KiB
Plaintext
object frmSFProduceCaseInputNew: TfrmSFProduceCaseInputNew
|
|
Left = 47
|
|
Top = 135
|
|
Width = 1251
|
|
Height = 580
|
|
Caption = #28287#27861#29983#20135#24773#20917#24405#20837
|
|
Color = clBtnFace
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = #23435#20307
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 12
|
|
object Label8: TLabel
|
|
Left = 472
|
|
Top = 72
|
|
Width = 36
|
|
Height = 12
|
|
Caption = 'Label6'
|
|
end
|
|
object ToolBar1: TToolBar
|
|
Left = 0
|
|
Top = 0
|
|
Width = 1243
|
|
Height = 23
|
|
ButtonWidth = 75
|
|
Caption = 'ToolBar1'
|
|
Flat = True
|
|
Images = ADODBMD_SFProduceCase.ImageList24
|
|
List = True
|
|
ShowCaptions = True
|
|
TabOrder = 0
|
|
object TBSave: TToolButton
|
|
Left = 0
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #20445#23384
|
|
ImageIndex = 5
|
|
OnClick = TBSaveClick
|
|
end
|
|
object TBAdd: TToolButton
|
|
Left = 55
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #22686#34892
|
|
ImageIndex = 76
|
|
OnClick = TBAddClick
|
|
end
|
|
object ToolButton1: TToolButton
|
|
Left = 110
|
|
Top = 0
|
|
Caption = #22797#21046#22686#34892
|
|
ImageIndex = 19
|
|
OnClick = ToolButton1Click
|
|
end
|
|
object ToolButton2: TToolButton
|
|
Left = 185
|
|
Top = 0
|
|
Caption = #19968#38190#26367#25442
|
|
ImageIndex = 51
|
|
OnClick = ToolButton2Click
|
|
end
|
|
object TBDel: TToolButton
|
|
Left = 260
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #21024#34892
|
|
ImageIndex = 77
|
|
OnClick = TBDelClick
|
|
end
|
|
object TBClose: TToolButton
|
|
Left = 315
|
|
Top = 0
|
|
AutoSize = True
|
|
Caption = #20851#38381
|
|
ImageIndex = 10
|
|
OnClick = TBCloseClick
|
|
end
|
|
end
|
|
object cxGrid1: TcxGrid
|
|
Left = 0
|
|
Top = 100
|
|
Width = 637
|
|
Height = 443
|
|
Align = alLeft
|
|
TabOrder = 1
|
|
object Tv1: TcxGridDBTableView
|
|
NavigatorButtons.ConfirmDelete = False
|
|
OnCellClick = Tv1CellClick
|
|
OnFocusedRecordChanged = Tv1FocusedRecordChanged
|
|
DataController.DataSource = DataSource1
|
|
DataController.Summary.DefaultGroupSummaryItems = <
|
|
item
|
|
Format = 'P_BCode'
|
|
end
|
|
item
|
|
Format = 'P_JCode'
|
|
end>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.FocusCellOnTab = True
|
|
OptionsBehavior.GoToNextCellOnEnter = True
|
|
OptionsBehavior.FocusCellOnCycle = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsView.GroupByBox = False
|
|
Styles.ContentOdd = ADODBMD_SFProduceCase.gridrow
|
|
Styles.Header = ADODBMD_SFProduceCase.gridhand
|
|
object v1P_SeqNo: TcxGridDBColumn
|
|
Tag = 2
|
|
Caption = #24207#21495
|
|
DataBinding.FieldName = 'SubId'
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 81
|
|
end
|
|
object v1ProduceBegTime: TcxGridDBColumn
|
|
Tag = 2
|
|
Caption = #24320#22987#26102#38388
|
|
DataBinding.FieldName = 'BegTime'
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
Properties.Kind = ckDateTime
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 127
|
|
end
|
|
object v1ProduceEndTime: TcxGridDBColumn
|
|
Tag = 2
|
|
Caption = #32467#26463#26102#38388
|
|
DataBinding.FieldName = 'EndTime'
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
Properties.Kind = ckDateTime
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 117
|
|
end
|
|
object v1Column2: TcxGridDBColumn
|
|
Tag = 2
|
|
Caption = #29983#20135#25968#37327
|
|
DataBinding.FieldName = 'Quantity1'
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 93
|
|
end
|
|
object v1Note: TcxGridDBColumn
|
|
Tag = 2
|
|
Caption = #22791#27880
|
|
DataBinding.FieldName = 'Note'
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 102
|
|
end
|
|
end
|
|
object cxGrid1Level1: TcxGridLevel
|
|
GridView = Tv1
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 23
|
|
Width = 1243
|
|
Height = 77
|
|
Align = alTop
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
TabOrder = 2
|
|
object Label1: TLabel
|
|
Left = 32
|
|
Top = 16
|
|
Width = 24
|
|
Height = 12
|
|
Caption = #26426#21488
|
|
end
|
|
object Label2: TLabel
|
|
Left = 208
|
|
Top = 16
|
|
Width = 24
|
|
Height = 12
|
|
Caption = #29677#21035
|
|
end
|
|
object Label3: TLabel
|
|
Left = 389
|
|
Top = 16
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #36125#26031#21517#31216
|
|
end
|
|
object Label4: TLabel
|
|
Left = 594
|
|
Top = 16
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #29983#20135#25209#21495
|
|
end
|
|
object Label5: TLabel
|
|
Left = 32
|
|
Top = 45
|
|
Width = 24
|
|
Height = 12
|
|
Caption = #39068#33394
|
|
end
|
|
object Label6: TLabel
|
|
Left = 208
|
|
Top = 45
|
|
Width = 24
|
|
Height = 12
|
|
Caption = #35268#26684
|
|
end
|
|
object Label9: TLabel
|
|
Left = 389
|
|
Top = 45
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #22522#24067#21517#31216
|
|
end
|
|
object Label7: TLabel
|
|
Left = 592
|
|
Top = 45
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #22522#24067#39068#33394
|
|
end
|
|
object DeviceNo: TBtnEditA
|
|
Tag = 1
|
|
Left = 60
|
|
Top = 13
|
|
Width = 121
|
|
Height = 20
|
|
Hint = 'DeviceNo'
|
|
TabOrder = 0
|
|
OnBtnClick = DeviceNoBtnClick
|
|
end
|
|
object GroupNo: TBtnEditA
|
|
Tag = 1
|
|
Left = 240
|
|
Top = 13
|
|
Width = 121
|
|
Height = 20
|
|
Hint = 'GroupNo'
|
|
TabOrder = 1
|
|
OnBtnClick = GroupNoBtnClick
|
|
end
|
|
object P_BCode: TBtnEditA
|
|
Tag = 1
|
|
Left = 444
|
|
Top = 13
|
|
Width = 121
|
|
Height = 20
|
|
Hint = 'P_BName'
|
|
TabOrder = 2
|
|
OnBtnClick = P_BCodeBtnClick
|
|
end
|
|
object P_JCode: TBtnEditA
|
|
Tag = 1
|
|
Left = 444
|
|
Top = 42
|
|
Width = 121
|
|
Height = 20
|
|
Hint = 'P_JName'
|
|
TabOrder = 3
|
|
OnBtnClick = P_JCodeBtnClick
|
|
end
|
|
object PlanNO: TEdit
|
|
Tag = 1
|
|
Left = 644
|
|
Top = 13
|
|
Width = 121
|
|
Height = 20
|
|
TabOrder = 4
|
|
end
|
|
object P_Color: TComboBox
|
|
Tag = 1
|
|
Left = 60
|
|
Top = 42
|
|
Width = 121
|
|
Height = 20
|
|
ItemHeight = 12
|
|
TabOrder = 5
|
|
end
|
|
object Model: TEdit
|
|
Tag = 1
|
|
Left = 240
|
|
Top = 42
|
|
Width = 121
|
|
Height = 20
|
|
TabOrder = 6
|
|
end
|
|
object P_JColor: TComboBox
|
|
Tag = 1
|
|
Left = 644
|
|
Top = 42
|
|
Width = 121
|
|
Height = 20
|
|
ItemHeight = 12
|
|
TabOrder = 7
|
|
end
|
|
end
|
|
object cxGrid2: TcxGrid
|
|
Left = 694
|
|
Top = 100
|
|
Width = 549
|
|
Height = 443
|
|
Align = alClient
|
|
TabOrder = 3
|
|
object Tv2: TcxGridDBTableView
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.DataSource = DataSource2
|
|
DataController.Summary.DefaultGroupSummaryItems = <
|
|
item
|
|
Format = 'P_BCode'
|
|
end
|
|
item
|
|
Format = 'P_JCode'
|
|
end>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.FocusCellOnTab = True
|
|
OptionsBehavior.GoToNextCellOnEnter = True
|
|
OptionsBehavior.FocusCellOnCycle = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsView.GroupByBox = False
|
|
Styles.ContentOdd = ADODBMD_SFProduceCase.gridrow
|
|
Styles.Header = ADODBMD_SFProduceCase.gridhand
|
|
object cxGridDBColumn2: TcxGridDBColumn
|
|
Tag = 2
|
|
Caption = #22522#24067#21367#21495
|
|
DataBinding.FieldName = 'JBNo'
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 110
|
|
end
|
|
object cxGridDBColumn5: TcxGridDBColumn
|
|
Tag = 2
|
|
Caption = #22522#24067#31859#25968#37327
|
|
DataBinding.FieldName = 'JBQuantity'
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 93
|
|
end
|
|
object Tv2Column1: TcxGridDBColumn
|
|
Tag = 2
|
|
Caption = #22522#24067#20844#26020#25968
|
|
DataBinding.FieldName = 'Quantity1'
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 79
|
|
end
|
|
object cxGridDBColumn6: TcxGridDBColumn
|
|
Tag = 2
|
|
Caption = #22791#27880
|
|
DataBinding.FieldName = 'Note'
|
|
HeaderAlignmentHorz = taCenter
|
|
Width = 102
|
|
end
|
|
end
|
|
object cxGridLevel1: TcxGridLevel
|
|
GridView = Tv2
|
|
end
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 637
|
|
Top = 100
|
|
Width = 57
|
|
Height = 443
|
|
Align = alLeft
|
|
TabOrder = 4
|
|
object Button1: TButton
|
|
Left = -1
|
|
Top = 88
|
|
Width = 57
|
|
Height = 20
|
|
Caption = #22686#34892
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object Button2: TButton
|
|
Left = 0
|
|
Top = 136
|
|
Width = 57
|
|
Height = 20
|
|
Caption = #21024#34892
|
|
TabOrder = 1
|
|
OnClick = Button2Click
|
|
end
|
|
object Button3: TButton
|
|
Left = 0
|
|
Top = 184
|
|
Width = 57
|
|
Height = 20
|
|
Caption = #30830#23450
|
|
TabOrder = 2
|
|
OnClick = Button3Click
|
|
end
|
|
end
|
|
object ADOQueryTemp: TADOQuery
|
|
Connection = ADODBMD_SFProduceCase.ADOCon
|
|
LockType = ltReadOnly
|
|
Parameters = <>
|
|
Left = 928
|
|
Top = 215
|
|
end
|
|
object ADOQueryCmd: TADOQuery
|
|
Connection = ADODBMD_SFProduceCase.ADOCon
|
|
Parameters = <>
|
|
Left = 912
|
|
Top = 143
|
|
end
|
|
object ADOQueryMain: TADOQuery
|
|
Connection = ADODBMD_SFProduceCase.ADOCon
|
|
LockType = ltReadOnly
|
|
Parameters = <>
|
|
Left = 872
|
|
Top = 167
|
|
end
|
|
object DataSource1: TDataSource
|
|
DataSet = CDS_Sub
|
|
Left = 816
|
|
Top = 183
|
|
end
|
|
object CDS_Sub: TClientDataSet
|
|
Aggregates = <>
|
|
Params = <>
|
|
Left = 768
|
|
Top = 183
|
|
end
|
|
object cxGridPopupMenu1: TcxGridPopupMenu
|
|
Grid = cxGrid1
|
|
PopupMenus = <>
|
|
Left = 1016
|
|
Top = 167
|
|
end
|
|
object ADOQueryTemp10: TADOQuery
|
|
Connection = ADODBMD_SFProduceCase.ADOCon
|
|
LockType = ltReadOnly
|
|
Parameters = <>
|
|
Left = 904
|
|
Top = 231
|
|
end
|
|
object CDS_JB: TClientDataSet
|
|
Aggregates = <>
|
|
Params = <>
|
|
Left = 768
|
|
Top = 303
|
|
end
|
|
object DataSource2: TDataSource
|
|
DataSet = CDS_JB
|
|
Left = 816
|
|
Top = 303
|
|
end
|
|
object ADOQueryJB: TADOQuery
|
|
Connection = ADODBMD_SFProduceCase.ADOCon
|
|
LockType = ltReadOnly
|
|
Parameters = <>
|
|
Left = 872
|
|
Top = 303
|
|
end
|
|
object cxGridPopupMenu2: TcxGridPopupMenu
|
|
Grid = cxGrid2
|
|
PopupMenus = <>
|
|
Left = 1016
|
|
Top = 255
|
|
end
|
|
end
|