This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-07-19 13:53:03 +08:00
parent 6441b073d5
commit 20d981d987
4 changed files with 19 additions and 7 deletions

View File

@ -809,7 +809,7 @@ object frmJYOrderCDOne: TfrmJYOrderCDOne
TabOrder = 21
OnClick = CheckBox3Click
end
object CustomerNoName: TEdit
object KH: TEdit
Tag = 2
Left = 357
Top = 11
@ -942,6 +942,7 @@ object frmJYOrderCDOne: TfrmJYOrderCDOne
object v1Column29: TcxGridDBColumn
Caption = #23458#25143
DataBinding.FieldName = 'CustomerNoName'
Visible = False
HeaderAlignmentHorz = taCenter
Width = 70
end

View File

@ -222,7 +222,7 @@ type
Label36: TLabel;
ComboBox3: TComboBox;
Label37: TLabel;
CustomerNoName: TEdit;
KH: TEdit;
v1Column29: TcxGridDBColumn;
ToolButton14: TToolButton;
Panel14: TPanel;

View File

@ -127,6 +127,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
HeaderAlignmentHorz = taCenter
Options.Editing = False
Styles.Content = cxStyle4
Styles.Footer = cxStyle7
Styles.Header = cxStyle4
Width = 40
end
@ -136,6 +137,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
HeaderAlignmentHorz = taCenter
Options.Editing = False
Styles.Content = cxStyle3
Styles.Footer = cxStyle7
Styles.Header = cxStyle3
Width = 42
end
@ -144,7 +146,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
DataBinding.FieldName = 'MJMaoZ'
HeaderAlignmentHorz = taCenter
Styles.Content = cxStyle5
Styles.Footer = cxStyle5
Styles.Footer = cxStyle7
Styles.Header = cxStyle5
Width = 50
end
@ -153,7 +155,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
DataBinding.FieldName = 'MJQty4'
HeaderAlignmentHorz = taCenter
Styles.Content = cxStyle3
Styles.Footer = cxStyle3
Styles.Footer = cxStyle7
Styles.Header = cxStyle3
Width = 50
end
@ -3232,8 +3234,8 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
end
end
object ScrollBox2: TScrollBox
Left = -168
Top = 456
Left = -464
Top = 632
Width = 481
Height = 457
Font.Charset = GB2312_CHARSET
@ -3669,6 +3671,14 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
Font.Style = [fsBold]
TextColor = clDefault
end
object cxStyle7: TcxStyle
AssignedValues = [svFont]
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = #23435#20307
Font.Style = []
end
end
object cxGridPopupMenu1: TcxGridPopupMenu
PopupMenus = <>

View File

@ -319,6 +319,7 @@ type
Label63: TLabel;
Kuanno: TBtnEditA;
Button5: TButton;
cxStyle7: TcxStyle;
procedure FormDestroy(Sender: TObject);
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure TBCloseClick(Sender: TObject);