码单
This commit is contained in:
parent
a4e4fd41f8
commit
ced7b9e04f
|
|
@ -1,6 +1,6 @@
|
||||||
object frmOrderInPut: TfrmOrderInPut
|
object frmOrderInPut: TfrmOrderInPut
|
||||||
Left = 336
|
Left = 350
|
||||||
Top = 47
|
Top = 197
|
||||||
Width = 1117
|
Width = 1117
|
||||||
Height = 743
|
Height = 743
|
||||||
Caption = #25351#31034#21333#24405#20837
|
Caption = #25351#31034#21333#24405#20837
|
||||||
|
|
@ -354,6 +354,19 @@ object frmOrderInPut: TfrmOrderInPut
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
end
|
end
|
||||||
|
object Label20: TLabel
|
||||||
|
Left = 572
|
||||||
|
Top = 15
|
||||||
|
Width = 65
|
||||||
|
Height = 12
|
||||||
|
Caption = #25260#22836#26174#31034#65306
|
||||||
|
Font.Charset = GB2312_CHARSET
|
||||||
|
Font.Color = clWindowText
|
||||||
|
Font.Height = -12
|
||||||
|
Font.Name = #23435#20307
|
||||||
|
Font.Style = [fsBold]
|
||||||
|
ParentFont = False
|
||||||
|
end
|
||||||
object OrderNo: TEdit
|
object OrderNo: TEdit
|
||||||
Tag = 1
|
Tag = 1
|
||||||
Left = 97
|
Left = 97
|
||||||
|
|
@ -573,6 +586,21 @@ object frmOrderInPut: TfrmOrderInPut
|
||||||
Height = 18
|
Height = 18
|
||||||
TabOrder = 21
|
TabOrder = 21
|
||||||
end
|
end
|
||||||
|
object ISTT: TComboBox
|
||||||
|
Tag = 1
|
||||||
|
Left = 634
|
||||||
|
Top = 10
|
||||||
|
Width = 100
|
||||||
|
Height = 22
|
||||||
|
Style = csOwnerDrawFixed
|
||||||
|
ItemHeight = 16
|
||||||
|
ItemIndex = 0
|
||||||
|
TabOrder = 22
|
||||||
|
Text = #26159
|
||||||
|
Items.Strings = (
|
||||||
|
#26159
|
||||||
|
#21542)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
object cxPageControl1: TcxPageControl
|
object cxPageControl1: TcxPageControl
|
||||||
Left = 0
|
Left = 0
|
||||||
|
|
|
||||||
|
|
@ -116,6 +116,8 @@ type
|
||||||
V1Column2: TcxGridDBColumn;
|
V1Column2: TcxGridDBColumn;
|
||||||
Label18: TLabel;
|
Label18: TLabel;
|
||||||
RCBatchNo: TEdit;
|
RCBatchNo: TEdit;
|
||||||
|
Label20: TLabel;
|
||||||
|
ISTT: TComboBox;
|
||||||
procedure TBCloseClick(Sender: TObject);
|
procedure TBCloseClick(Sender: TObject);
|
||||||
procedure FormShow(Sender: TObject);
|
procedure FormShow(Sender: TObject);
|
||||||
procedure TBSaveClick(Sender: TObject);
|
procedure TBSaveClick(Sender: TObject);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user