This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-12-02 13:36:48 +08:00
parent 0420c5d321
commit 57680f1055
3 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
unit U_GetDllForm; unit U_GetDllForm;
interface interface
uses uses
Windows, Messages, forms, OleCtnrs, DateUtils, SysUtils, ADODB, inifiles, Windows, Messages, forms, OleCtnrs, DateUtils, SysUtils, ADODB, inifiles,
dxCore, ActiveX; dxCore, ActiveX;

View File

@ -20,7 +20,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
object cxGrid3: TcxGrid object cxGrid3: TcxGrid
Left = 0 Left = 0
Top = 87 Top = 87
Width = 214 Width = 225
Height = 705 Height = 705
Align = alLeft Align = alLeft
TabOrder = 0 TabOrder = 0
@ -123,9 +123,9 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
end end
end end
object ScrollBox1: TScrollBox object ScrollBox1: TScrollBox
Left = 705 Left = 686
Top = 87 Top = 87
Width = 645 Width = 664
Height = 705 Height = 705
Align = alClient Align = alClient
Color = clWhite Color = clWhite
@ -974,7 +974,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
end end
end end
object Panel2: TPanel object Panel2: TPanel
Left = 428 Left = 409
Top = 87 Top = 87
Width = 277 Width = 277
Height = 705 Height = 705
@ -2038,9 +2038,9 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
end end
end end
object Panel7: TPanel object Panel7: TPanel
Left = 214 Left = 225
Top = 87 Top = 87
Width = 214 Width = 184
Height = 705 Height = 705
Align = alLeft Align = alLeft
BevelInner = bvRaised BevelInner = bvRaised
@ -2049,7 +2049,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
object cxGrid2: TcxGrid object cxGrid2: TcxGrid
Left = 2 Left = 2
Top = 2 Top = 2
Width = 210 Width = 180
Height = 286 Height = 286
Align = alClient Align = alClient
TabOrder = 0 TabOrder = 0
@ -2087,7 +2087,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
Options.Sorting = False Options.Sorting = False
Styles.Content = cxStyle4 Styles.Content = cxStyle4
Styles.Header = cxStyle4 Styles.Header = cxStyle4
Width = 52 Width = 42
end end
object tv2CDWZ: TcxGridDBColumn object tv2CDWZ: TcxGridDBColumn
Caption = #36215 Caption = #36215
@ -2098,7 +2098,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
Options.Sorting = False Options.Sorting = False
Styles.Content = cxStyle1 Styles.Content = cxStyle1
Styles.Header = cxStyle1 Styles.Header = cxStyle1
Width = 37 Width = 28
end end
object v2Column2: TcxGridDBColumn object v2Column2: TcxGridDBColumn
Caption = #27490 Caption = #27490
@ -2107,7 +2107,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
HeaderGlyphAlignmentHorz = taCenter HeaderGlyphAlignmentHorz = taCenter
Styles.Content = cxStyle1 Styles.Content = cxStyle1
Styles.Header = cxStyle1 Styles.Header = cxStyle1
Width = 38 Width = 28
end end
object Tv2CDQty: TcxGridDBColumn object Tv2CDQty: TcxGridDBColumn
Caption = #25968#37327 Caption = #25968#37327
@ -2159,7 +2159,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
object Panel8: TPanel object Panel8: TPanel
Left = 2 Left = 2
Top = 288 Top = 288
Width = 210 Width = 180
Height = 96 Height = 96
Align = alBottom Align = alBottom
Font.Charset = GB2312_CHARSET Font.Charset = GB2312_CHARSET
@ -2225,7 +2225,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
object AOrdDefNote1: TRichEdit object AOrdDefNote1: TRichEdit
Left = 2 Left = 2
Top = 384 Top = 384
Width = 210 Width = 180
Height = 319 Height = 319
Align = alBottom Align = alBottom
Font.Charset = GB2312_CHARSET Font.Charset = GB2312_CHARSET

View File

@ -2,7 +2,7 @@ unit U_MJManageNewFDNew;
interface interface
uses uses
Windows, Messages, SysUtils, Variants, math, Classes, Graphics, Controls, Windows, Messages, SysUtils, Variants, math, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData, Forms, Dialogs, StdCtrls, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData,
cxDataStorage, cxEdit, DB, cxDBData, cxCalendar, cxGridLevel, cxDataStorage, cxEdit, DB, cxDBData, cxCalendar, cxGridLevel,