20251213
This commit is contained in:
parent
2c80dbf4aa
commit
e1745662ef
|
|
@ -2,49 +2,49 @@
|
||||||
Default=1
|
Default=1
|
||||||
ShowNotifications=1
|
ShowNotifications=1
|
||||||
Enabled=1
|
Enabled=1
|
||||||
dxSkinBlack=0
|
dxSkinBlack=1
|
||||||
dxSkinBlue=0
|
dxSkinBlue=1
|
||||||
dxSkinBlueprint=0
|
dxSkinBlueprint=1
|
||||||
dxSkinCaramel=0
|
dxSkinCaramel=1
|
||||||
dxSkinCoffee=0
|
dxSkinCoffee=1
|
||||||
dxSkinDarkRoom=0
|
dxSkinDarkRoom=1
|
||||||
dxSkinDarkSide=0
|
dxSkinDarkSide=1
|
||||||
dxSkinDevExpressDarkStyle=0
|
dxSkinDevExpressDarkStyle=1
|
||||||
dxSkinDevExpressStyle=0
|
dxSkinDevExpressStyle=1
|
||||||
dxSkinFoggy=0
|
dxSkinFoggy=1
|
||||||
dxSkinGlassOceans=0
|
dxSkinGlassOceans=1
|
||||||
dxSkinHighContrast=0
|
dxSkinHighContrast=1
|
||||||
dxSkiniMaginary=0
|
dxSkiniMaginary=1
|
||||||
dxSkinLilian=0
|
dxSkinLilian=1
|
||||||
dxSkinLiquidSky=0
|
dxSkinLiquidSky=1
|
||||||
dxSkinLondonLiquidSky=0
|
dxSkinLondonLiquidSky=1
|
||||||
dxSkinMcSkin=0
|
dxSkinMcSkin=1
|
||||||
dxSkinMetropolis=0
|
dxSkinMetropolis=1
|
||||||
dxSkinMetropolisDark=0
|
dxSkinMetropolisDark=1
|
||||||
dxSkinMoneyTwins=0
|
dxSkinMoneyTwins=1
|
||||||
dxSkinOffice2007Black=0
|
dxSkinOffice2007Black=1
|
||||||
dxSkinOffice2007Blue=0
|
dxSkinOffice2007Blue=1
|
||||||
dxSkinOffice2007Green=0
|
dxSkinOffice2007Green=1
|
||||||
dxSkinOffice2007Pink=0
|
dxSkinOffice2007Pink=1
|
||||||
dxSkinOffice2007Silver=0
|
dxSkinOffice2007Silver=1
|
||||||
dxSkinOffice2010Black=0
|
dxSkinOffice2010Black=1
|
||||||
dxSkinOffice2010Blue=0
|
dxSkinOffice2010Blue=1
|
||||||
dxSkinOffice2010Silver=0
|
dxSkinOffice2010Silver=1
|
||||||
dxSkinOffice2013DarkGray=0
|
dxSkinOffice2013DarkGray=1
|
||||||
dxSkinOffice2013LightGray=0
|
dxSkinOffice2013LightGray=1
|
||||||
dxSkinOffice2013White=0
|
dxSkinOffice2013White=1
|
||||||
dxSkinPumpkin=0
|
dxSkinPumpkin=1
|
||||||
dxSkinSeven=0
|
dxSkinSeven=1
|
||||||
dxSkinSevenClassic=0
|
dxSkinSevenClassic=1
|
||||||
dxSkinSharp=0
|
dxSkinSharp=1
|
||||||
dxSkinSharpPlus=0
|
dxSkinSharpPlus=1
|
||||||
dxSkinSilver=0
|
dxSkinSilver=1
|
||||||
dxSkinSpringTime=0
|
dxSkinSpringTime=1
|
||||||
dxSkinStardust=0
|
dxSkinStardust=1
|
||||||
dxSkinSummer2008=0
|
dxSkinSummer2008=1
|
||||||
dxSkinTheAsphaltWorld=0
|
dxSkinTheAsphaltWorld=1
|
||||||
dxSkinsDefaultPainters=1
|
dxSkinsDefaultPainters=1
|
||||||
dxSkinValentine=0
|
dxSkinValentine=1
|
||||||
dxSkinVS2010=0
|
dxSkinVS2010=1
|
||||||
dxSkinWhiteprint=0
|
dxSkinWhiteprint=1
|
||||||
dxSkinXmas2008Blue=0
|
dxSkinXmas2008Blue=1
|
||||||
|
|
|
||||||
|
|
@ -9,15 +9,9 @@ MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
|
||||||
DCC = $(ROOT)\bin\dcc32.exe $**
|
DCC = $(ROOT)\bin\dcc32.exe $**
|
||||||
BRCC = $(ROOT)\bin\brcc32.exe $**
|
BRCC = $(ROOT)\bin\brcc32.exe $**
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
PROJECTS = TradeManage.dll testDll.exe
|
PROJECTS =
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
default: $(PROJECTS)
|
default: $(PROJECTS)
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
TradeManage.dll: ..\..\..\Dp7Repo\项目代码\D7DJfhshengxing\检验管理\TradeManage.dpr
|
|
||||||
$(DCC)
|
|
||||||
|
|
||||||
testDll.exe: ..\..\..\Dp7Repo\项目代码\D7DJfhshengxing\检验管理\testDll.dpr
|
|
||||||
$(DCC)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
object Form1: TForm1
|
object Form1: TForm1
|
||||||
Left = 203
|
Left = 487
|
||||||
Top = 121
|
Top = 279
|
||||||
Width = 791
|
Width = 791
|
||||||
Height = 554
|
Height = 554
|
||||||
Caption = 'Form1'
|
Caption = 'Form1'
|
||||||
|
|
|
||||||
50
布匹检验(FabricInspection.dll)/testDll.skincfg
Normal file
50
布匹检验(FabricInspection.dll)/testDll.skincfg
Normal file
|
|
@ -0,0 +1,50 @@
|
||||||
|
[ExpressSkins]
|
||||||
|
Default=1
|
||||||
|
ShowNotifications=1
|
||||||
|
Enabled=1
|
||||||
|
dxSkinBlack=1
|
||||||
|
dxSkinBlue=1
|
||||||
|
dxSkinBlueprint=1
|
||||||
|
dxSkinCaramel=1
|
||||||
|
dxSkinCoffee=1
|
||||||
|
dxSkinDarkRoom=1
|
||||||
|
dxSkinDarkSide=1
|
||||||
|
dxSkinDevExpressDarkStyle=1
|
||||||
|
dxSkinDevExpressStyle=1
|
||||||
|
dxSkinFoggy=1
|
||||||
|
dxSkinGlassOceans=1
|
||||||
|
dxSkinHighContrast=1
|
||||||
|
dxSkiniMaginary=1
|
||||||
|
dxSkinLilian=1
|
||||||
|
dxSkinLiquidSky=1
|
||||||
|
dxSkinLondonLiquidSky=1
|
||||||
|
dxSkinMcSkin=1
|
||||||
|
dxSkinMetropolis=1
|
||||||
|
dxSkinMetropolisDark=1
|
||||||
|
dxSkinMoneyTwins=1
|
||||||
|
dxSkinOffice2007Black=1
|
||||||
|
dxSkinOffice2007Blue=1
|
||||||
|
dxSkinOffice2007Green=1
|
||||||
|
dxSkinOffice2007Pink=1
|
||||||
|
dxSkinOffice2007Silver=1
|
||||||
|
dxSkinOffice2010Black=1
|
||||||
|
dxSkinOffice2010Blue=1
|
||||||
|
dxSkinOffice2010Silver=1
|
||||||
|
dxSkinOffice2013DarkGray=1
|
||||||
|
dxSkinOffice2013LightGray=1
|
||||||
|
dxSkinOffice2013White=1
|
||||||
|
dxSkinPumpkin=1
|
||||||
|
dxSkinSeven=1
|
||||||
|
dxSkinSevenClassic=1
|
||||||
|
dxSkinSharp=1
|
||||||
|
dxSkinSharpPlus=1
|
||||||
|
dxSkinSilver=1
|
||||||
|
dxSkinSpringTime=1
|
||||||
|
dxSkinStardust=1
|
||||||
|
dxSkinSummer2008=1
|
||||||
|
dxSkinTheAsphaltWorld=1
|
||||||
|
dxSkinsDefaultPainters=1
|
||||||
|
dxSkinValentine=1
|
||||||
|
dxSkinVS2010=1
|
||||||
|
dxSkinWhiteprint=1
|
||||||
|
dxSkinXmas2008Blue=1
|
||||||
|
|
@ -101,7 +101,7 @@ DebugSourceDirs=
|
||||||
UsePackages=0
|
UsePackages=0
|
||||||
[Parameters]
|
[Parameters]
|
||||||
RunParams=
|
RunParams=
|
||||||
HostApplication=D:\项目代码\D7szChenfeng\成品仓库(FinishedClothWarehouse.dll)\testDll.exe
|
HostApplication=D:\Dp7Repo\项目代码\D7szChenfeng\成品仓库(FinishedClothWarehouse.dll)\testDll.exe
|
||||||
Launcher=
|
Launcher=
|
||||||
UseLauncher=0
|
UseLauncher=0
|
||||||
DebugCWD=
|
DebugCWD=
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ object frmFinishedClothCZong: TfrmFinishedClothCZong
|
||||||
object ToolBar1: TToolBar
|
object ToolBar1: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1349
|
Width = 1341
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
ButtonHeight = 30
|
ButtonHeight = 30
|
||||||
ButtonWidth = 59
|
ButtonWidth = 59
|
||||||
|
|
@ -66,8 +66,8 @@ object frmFinishedClothCZong: TfrmFinishedClothCZong
|
||||||
object cxGrid1: TcxGrid
|
object cxGrid1: TcxGrid
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 115
|
Top = 115
|
||||||
Width = 1349
|
Width = 1341
|
||||||
Height = 575
|
Height = 567
|
||||||
Align = alClient
|
Align = alClient
|
||||||
PopupMenu = PopupMenu1
|
PopupMenu = PopupMenu1
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
|
|
@ -260,7 +260,7 @@ object frmFinishedClothCZong: TfrmFinishedClothCZong
|
||||||
object Panel3: TPanel
|
object Panel3: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 85
|
Top = 85
|
||||||
Width = 1349
|
Width = 1341
|
||||||
Height = 30
|
Height = 30
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
|
|
@ -268,7 +268,7 @@ object frmFinishedClothCZong: TfrmFinishedClothCZong
|
||||||
object Panel2: TPanel
|
object Panel2: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1349
|
Width = 1341
|
||||||
Height = 30
|
Height = 30
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
|
|
@ -309,7 +309,7 @@ object frmFinishedClothCZong: TfrmFinishedClothCZong
|
||||||
object Panel6: TPanel
|
object Panel6: TPanel
|
||||||
Left = 205
|
Left = 205
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1144
|
Width = 1136
|
||||||
Height = 30
|
Height = 30
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
|
@ -317,7 +317,7 @@ object frmFinishedClothCZong: TfrmFinishedClothCZong
|
||||||
BorderStyle = bsSingle
|
BorderStyle = bsSingle
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
1140
|
1132
|
||||||
26)
|
26)
|
||||||
object Label1: TLabel
|
object Label1: TLabel
|
||||||
Left = 64
|
Left = 64
|
||||||
|
|
@ -410,7 +410,7 @@ object frmFinishedClothCZong: TfrmFinishedClothCZong
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 32
|
Top = 32
|
||||||
Width = 1349
|
Width = 1341
|
||||||
Height = 53
|
Height = 53
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,20 @@ uses
|
||||||
cxContainer, cxCurrencyEdit, BtnEdit, RM_e_main, RM_e_htm, RM_e_Graphic,
|
cxContainer, cxCurrencyEdit, BtnEdit, RM_e_main, RM_e_htm, RM_e_Graphic,
|
||||||
RM_e_Jpeg, RM_e_txt, RM_e_csv, RM_E_llPDF, Math, Clipbrd, cxPC, cxLookAndFeels,
|
RM_e_Jpeg, RM_e_txt, RM_e_csv, RM_E_llPDF, Math, Clipbrd, cxPC, cxLookAndFeels,
|
||||||
cxLookAndFeelPainters, cxNavigator, dxBarBuiltInMenu, dxSkinsCore,
|
cxLookAndFeelPainters, cxNavigator, dxBarBuiltInMenu, dxSkinsCore,
|
||||||
dxSkinsDefaultPainters, dxSkinscxPCPainter;
|
dxSkinsDefaultPainters, dxSkinscxPCPainter, dxSkinBlack, dxSkinBlue,
|
||||||
|
dxSkinBlueprint, dxSkinCaramel, dxSkinCoffee, dxSkinDarkRoom,
|
||||||
|
dxSkinDarkSide, dxSkinDevExpressDarkStyle, dxSkinDevExpressStyle,
|
||||||
|
dxSkinFoggy, dxSkinGlassOceans, dxSkinHighContrast, dxSkiniMaginary,
|
||||||
|
dxSkinLilian, dxSkinLiquidSky, dxSkinLondonLiquidSky, dxSkinMcSkin,
|
||||||
|
dxSkinMetropolis, dxSkinMetropolisDark, dxSkinMoneyTwins,
|
||||||
|
dxSkinOffice2007Black, dxSkinOffice2007Blue, dxSkinOffice2007Green,
|
||||||
|
dxSkinOffice2007Pink, dxSkinOffice2007Silver, dxSkinOffice2010Black,
|
||||||
|
dxSkinOffice2010Blue, dxSkinOffice2010Silver, dxSkinOffice2013DarkGray,
|
||||||
|
dxSkinOffice2013LightGray, dxSkinOffice2013White, dxSkinPumpkin,
|
||||||
|
dxSkinSeven, dxSkinSevenClassic, dxSkinSharp, dxSkinSharpPlus,
|
||||||
|
dxSkinSilver, dxSkinSpringTime, dxSkinStardust, dxSkinSummer2008,
|
||||||
|
dxSkinTheAsphaltWorld, dxSkinValentine, dxSkinVS2010, dxSkinWhiteprint,
|
||||||
|
dxSkinXmas2008Blue;
|
||||||
|
|
||||||
type
|
type
|
||||||
TfrmFinishedClothCZong = class(TForm)
|
TfrmFinishedClothCZong = class(TForm)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
object frmFinishedClothInList: TfrmFinishedClothInList
|
object frmFinishedClothInList: TfrmFinishedClothInList
|
||||||
Left = 200
|
Left = -6
|
||||||
Top = 310
|
Top = 65
|
||||||
Width = 1249
|
Width = 1249
|
||||||
Height = 765
|
Height = 765
|
||||||
Caption = #25104#21697#20837#24211#31649#29702
|
Caption = #25104#21697#20837#24211#31649#29702
|
||||||
|
|
@ -20,7 +20,7 @@ object frmFinishedClothInList: TfrmFinishedClothInList
|
||||||
object ToolBar1: TToolBar
|
object ToolBar1: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1241
|
Width = 1233
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
ButtonHeight = 30
|
ButtonHeight = 30
|
||||||
ButtonWidth = 83
|
ButtonWidth = 83
|
||||||
|
|
@ -82,7 +82,7 @@ object frmFinishedClothInList: TfrmFinishedClothInList
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 32
|
Top = 32
|
||||||
Width = 1241
|
Width = 1233
|
||||||
Height = 62
|
Height = 62
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
|
|
@ -415,8 +415,8 @@ object frmFinishedClothInList: TfrmFinishedClothInList
|
||||||
object cxGrid2: TcxGrid
|
object cxGrid2: TcxGrid
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 124
|
Top = 124
|
||||||
Width = 1241
|
Width = 1233
|
||||||
Height = 610
|
Height = 602
|
||||||
Align = alClient
|
Align = alClient
|
||||||
PopupMenu = PopupMenu1
|
PopupMenu = PopupMenu1
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
|
|
@ -535,6 +535,12 @@ object frmFinishedClothInList: TfrmFinishedClothInList
|
||||||
Options.Editing = False
|
Options.Editing = False
|
||||||
Width = 73
|
Width = 73
|
||||||
end
|
end
|
||||||
|
object Tv1Column11: TcxGridDBColumn
|
||||||
|
Caption = #25209#21495
|
||||||
|
DataBinding.FieldName = 'edZDFNo'
|
||||||
|
HeaderAlignmentHorz = taCenter
|
||||||
|
Width = 83
|
||||||
|
end
|
||||||
object v2Column1: TcxGridDBColumn
|
object v2Column1: TcxGridDBColumn
|
||||||
Caption = #21697#21517
|
Caption = #21697#21517
|
||||||
DataBinding.FieldName = 'P_CodeName'
|
DataBinding.FieldName = 'P_CodeName'
|
||||||
|
|
@ -682,7 +688,7 @@ object frmFinishedClothInList: TfrmFinishedClothInList
|
||||||
object Panel2: TPanel
|
object Panel2: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 94
|
Top = 94
|
||||||
Width = 1241
|
Width = 1233
|
||||||
Height = 30
|
Height = 30
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
|
|
@ -723,7 +729,7 @@ object frmFinishedClothInList: TfrmFinishedClothInList
|
||||||
object Panel6: TPanel
|
object Panel6: TPanel
|
||||||
Left = 205
|
Left = 205
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1036
|
Width = 1028
|
||||||
Height = 30
|
Height = 30
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
|
@ -731,7 +737,7 @@ object frmFinishedClothInList: TfrmFinishedClothInList
|
||||||
BorderStyle = bsSingle
|
BorderStyle = bsSingle
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
1032
|
1024
|
||||||
26)
|
26)
|
||||||
object Label7: TLabel
|
object Label7: TLabel
|
||||||
Left = 64
|
Left = 64
|
||||||
|
|
|
||||||
|
|
@ -127,6 +127,7 @@ type
|
||||||
carno: TEdit;
|
carno: TEdit;
|
||||||
Tv1Column5: TcxGridDBColumn;
|
Tv1Column5: TcxGridDBColumn;
|
||||||
Tv1Column6: TcxGridDBColumn;
|
Tv1Column6: TcxGridDBColumn;
|
||||||
|
Tv1Column11: TcxGridDBColumn;
|
||||||
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
||||||
procedure FormCreate(Sender: TObject);
|
procedure FormCreate(Sender: TObject);
|
||||||
procedure TBRafreshClick(Sender: TObject);
|
procedure TBRafreshClick(Sender: TObject);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
object frmFinishedClothInspection: TfrmFinishedClothInspection
|
object frmFinishedClothInspection: TfrmFinishedClothInspection
|
||||||
Left = 53
|
Left = 54
|
||||||
Top = 333
|
Top = 187
|
||||||
Width = 1357
|
Width = 1357
|
||||||
Height = 721
|
Height = 721
|
||||||
Caption = #25104#21697#26816#39564#25253#21578
|
Caption = #25104#21697#26816#39564#25253#21578
|
||||||
|
|
@ -20,7 +20,7 @@ object frmFinishedClothInspection: TfrmFinishedClothInspection
|
||||||
object ToolBar1: TToolBar
|
object ToolBar1: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1349
|
Width = 1341
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
ButtonHeight = 30
|
ButtonHeight = 30
|
||||||
ButtonWidth = 107
|
ButtonWidth = 107
|
||||||
|
|
@ -155,7 +155,7 @@ object frmFinishedClothInspection: TfrmFinishedClothInspection
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 32
|
Top = 32
|
||||||
Width = 1349
|
Width = 1341
|
||||||
Height = 53
|
Height = 53
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
|
|
@ -428,8 +428,8 @@ object frmFinishedClothInspection: TfrmFinishedClothInspection
|
||||||
object cxGrid1: TcxGrid
|
object cxGrid1: TcxGrid
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 115
|
Top = 115
|
||||||
Width = 1349
|
Width = 1341
|
||||||
Height = 575
|
Height = 567
|
||||||
Align = alClient
|
Align = alClient
|
||||||
PopupMenu = PopupMenu1
|
PopupMenu = PopupMenu1
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
|
|
@ -547,6 +547,12 @@ object frmFinishedClothInspection: TfrmFinishedClothInspection
|
||||||
Options.Editing = False
|
Options.Editing = False
|
||||||
Width = 100
|
Width = 100
|
||||||
end
|
end
|
||||||
|
object Tv1Column12: TcxGridDBColumn
|
||||||
|
Caption = #25209#21495
|
||||||
|
DataBinding.FieldName = 'edZDFNo'
|
||||||
|
HeaderAlignmentHorz = taCenter
|
||||||
|
Width = 84
|
||||||
|
end
|
||||||
object v1Column3: TcxGridDBColumn
|
object v1Column3: TcxGridDBColumn
|
||||||
Caption = #38376#24133
|
Caption = #38376#24133
|
||||||
DataBinding.FieldName = 'P_MF'
|
DataBinding.FieldName = 'P_MF'
|
||||||
|
|
@ -772,7 +778,7 @@ object frmFinishedClothInspection: TfrmFinishedClothInspection
|
||||||
object Panel3: TPanel
|
object Panel3: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 85
|
Top = 85
|
||||||
Width = 1349
|
Width = 1341
|
||||||
Height = 30
|
Height = 30
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
|
|
@ -814,7 +820,7 @@ object frmFinishedClothInspection: TfrmFinishedClothInspection
|
||||||
object Panel6: TPanel
|
object Panel6: TPanel
|
||||||
Left = 253
|
Left = 253
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1096
|
Width = 1088
|
||||||
Height = 30
|
Height = 30
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
|
@ -822,7 +828,7 @@ object frmFinishedClothInspection: TfrmFinishedClothInspection
|
||||||
BorderStyle = bsSingle
|
BorderStyle = bsSingle
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
1092
|
1084
|
||||||
26)
|
26)
|
||||||
object Label31: TLabel
|
object Label31: TLabel
|
||||||
Left = 25
|
Left = 25
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,21 @@ uses
|
||||||
cxContainer, cxCurrencyEdit, BtnEdit, RM_e_main, RM_e_htm, RM_e_Graphic,
|
cxContainer, cxCurrencyEdit, BtnEdit, RM_e_main, RM_e_htm, RM_e_Graphic,
|
||||||
RM_e_Jpeg, RM_e_txt, RM_e_csv, RM_E_llPDF, Math, Clipbrd, cxPC, cxButtonEdit,
|
RM_e_Jpeg, RM_e_txt, RM_e_csv, RM_E_llPDF, Math, Clipbrd, cxPC, cxButtonEdit,
|
||||||
cxLookAndFeels, cxLookAndFeelPainters, cxNavigator, dxBarBuiltInMenu,
|
cxLookAndFeels, cxLookAndFeelPainters, cxNavigator, dxBarBuiltInMenu,
|
||||||
dxSkinsCore, dxSkinsDefaultPainters, dxSkinscxPCPainter, StrUtils;
|
dxSkinsCore, dxSkinsDefaultPainters, dxSkinscxPCPainter, StrUtils,
|
||||||
|
dxSkinBlack, dxSkinBlue, dxSkinBlueprint, dxSkinCaramel, dxSkinCoffee,
|
||||||
|
dxSkinDarkRoom, dxSkinDarkSide, dxSkinDevExpressDarkStyle,
|
||||||
|
dxSkinDevExpressStyle, dxSkinFoggy, dxSkinGlassOceans,
|
||||||
|
dxSkinHighContrast, dxSkiniMaginary, dxSkinLilian, dxSkinLiquidSky,
|
||||||
|
dxSkinLondonLiquidSky, dxSkinMcSkin, dxSkinMetropolis,
|
||||||
|
dxSkinMetropolisDark, dxSkinMoneyTwins, dxSkinOffice2007Black,
|
||||||
|
dxSkinOffice2007Blue, dxSkinOffice2007Green, dxSkinOffice2007Pink,
|
||||||
|
dxSkinOffice2007Silver, dxSkinOffice2010Black, dxSkinOffice2010Blue,
|
||||||
|
dxSkinOffice2010Silver, dxSkinOffice2013DarkGray,
|
||||||
|
dxSkinOffice2013LightGray, dxSkinOffice2013White, dxSkinPumpkin,
|
||||||
|
dxSkinSeven, dxSkinSevenClassic, dxSkinSharp, dxSkinSharpPlus,
|
||||||
|
dxSkinSilver, dxSkinSpringTime, dxSkinStardust, dxSkinSummer2008,
|
||||||
|
dxSkinTheAsphaltWorld, dxSkinValentine, dxSkinVS2010, dxSkinWhiteprint,
|
||||||
|
dxSkinXmas2008Blue;
|
||||||
|
|
||||||
type
|
type
|
||||||
TfrmFinishedClothInspection = class(TForm)
|
TfrmFinishedClothInspection = class(TForm)
|
||||||
|
|
@ -120,6 +134,7 @@ type
|
||||||
ToolButton3: TToolButton;
|
ToolButton3: TToolButton;
|
||||||
Tv1Column3: TcxGridDBColumn;
|
Tv1Column3: TcxGridDBColumn;
|
||||||
Tv1Column10: TcxGridDBColumn;
|
Tv1Column10: TcxGridDBColumn;
|
||||||
|
Tv1Column12: TcxGridDBColumn;
|
||||||
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
||||||
procedure FormCreate(Sender: TObject);
|
procedure FormCreate(Sender: TObject);
|
||||||
procedure TBCloseClick(Sender: TObject);
|
procedure TBCloseClick(Sender: TObject);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
object frmFinishedClothKCList: TfrmFinishedClothKCList
|
object frmFinishedClothKCList: TfrmFinishedClothKCList
|
||||||
Left = 186
|
Left = -6
|
||||||
Top = 367
|
Top = 33
|
||||||
Width = 1247
|
Width = 1247
|
||||||
Height = 531
|
Height = 531
|
||||||
Caption = #25104#21697#24211#23384#21015#34920
|
Caption = #25104#21697#24211#23384#21015#34920
|
||||||
|
|
@ -18,7 +18,7 @@ object frmFinishedClothKCList: TfrmFinishedClothKCList
|
||||||
object ToolBar1: TToolBar
|
object ToolBar1: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1239
|
Width = 1231
|
||||||
Height = 33
|
Height = 33
|
||||||
ButtonHeight = 30
|
ButtonHeight = 30
|
||||||
ButtonWidth = 59
|
ButtonWidth = 59
|
||||||
|
|
@ -98,7 +98,7 @@ object frmFinishedClothKCList: TfrmFinishedClothKCList
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 33
|
Top = 33
|
||||||
Width = 1239
|
Width = 1231
|
||||||
Height = 62
|
Height = 62
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
|
|
@ -283,7 +283,7 @@ object frmFinishedClothKCList: TfrmFinishedClothKCList
|
||||||
object Panel2: TPanel
|
object Panel2: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 95
|
Top = 95
|
||||||
Width = 1239
|
Width = 1231
|
||||||
Height = 30
|
Height = 30
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
|
|
@ -324,7 +324,7 @@ object frmFinishedClothKCList: TfrmFinishedClothKCList
|
||||||
object Panel6: TPanel
|
object Panel6: TPanel
|
||||||
Left = 205
|
Left = 205
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1034
|
Width = 1026
|
||||||
Height = 30
|
Height = 30
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
|
@ -332,7 +332,7 @@ object frmFinishedClothKCList: TfrmFinishedClothKCList
|
||||||
BorderStyle = bsSingle
|
BorderStyle = bsSingle
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
1030
|
1022
|
||||||
26)
|
26)
|
||||||
object Label1: TLabel
|
object Label1: TLabel
|
||||||
Left = 64
|
Left = 64
|
||||||
|
|
@ -424,8 +424,8 @@ object frmFinishedClothKCList: TfrmFinishedClothKCList
|
||||||
object cxGrid2: TcxGrid
|
object cxGrid2: TcxGrid
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 125
|
Top = 125
|
||||||
Width = 1239
|
Width = 1231
|
||||||
Height = 375
|
Height = 367
|
||||||
Align = alClient
|
Align = alClient
|
||||||
PopupMenu = PopupMenu1
|
PopupMenu = PopupMenu1
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
|
|
@ -571,6 +571,12 @@ object frmFinishedClothKCList: TfrmFinishedClothKCList
|
||||||
Options.Editing = False
|
Options.Editing = False
|
||||||
Width = 73
|
Width = 73
|
||||||
end
|
end
|
||||||
|
object Tv1Column14: TcxGridDBColumn
|
||||||
|
Caption = #25209#21495
|
||||||
|
DataBinding.FieldName = 'edZDFNo'
|
||||||
|
HeaderAlignmentHorz = taCenter
|
||||||
|
Width = 74
|
||||||
|
end
|
||||||
object v2Column1: TcxGridDBColumn
|
object v2Column1: TcxGridDBColumn
|
||||||
Caption = #21697#21517
|
Caption = #21697#21517
|
||||||
DataBinding.FieldName = 'P_CodeName'
|
DataBinding.FieldName = 'P_CodeName'
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,7 @@ type
|
||||||
Tv1Column11: TcxGridDBColumn;
|
Tv1Column11: TcxGridDBColumn;
|
||||||
Tv1Column12: TcxGridDBColumn;
|
Tv1Column12: TcxGridDBColumn;
|
||||||
Tv1Column13: TcxGridDBColumn;
|
Tv1Column13: TcxGridDBColumn;
|
||||||
|
Tv1Column14: TcxGridDBColumn;
|
||||||
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
||||||
procedure TBRafreshClick(Sender: TObject);
|
procedure TBRafreshClick(Sender: TObject);
|
||||||
procedure ConNoMChange(Sender: TObject);
|
procedure ConNoMChange(Sender: TObject);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
object frmFinishedClothOutList: TfrmFinishedClothOutList
|
object frmFinishedClothOutList: TfrmFinishedClothOutList
|
||||||
Left = 231
|
Left = 111
|
||||||
Top = 216
|
Top = 91
|
||||||
Width = 1151
|
Width = 1151
|
||||||
Height = 515
|
Height = 515
|
||||||
Caption = #25104#21697#20986#24211#31649#29702
|
Caption = #25104#21697#20986#24211#31649#29702
|
||||||
|
|
@ -20,7 +20,7 @@ object frmFinishedClothOutList: TfrmFinishedClothOutList
|
||||||
object ToolBar1: TToolBar
|
object ToolBar1: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1143
|
Width = 1135
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
ButtonHeight = 30
|
ButtonHeight = 30
|
||||||
ButtonWidth = 83
|
ButtonWidth = 83
|
||||||
|
|
@ -114,7 +114,7 @@ object frmFinishedClothOutList: TfrmFinishedClothOutList
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 32
|
Top = 32
|
||||||
Width = 1143
|
Width = 1135
|
||||||
Height = 62
|
Height = 62
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
|
|
@ -440,7 +440,7 @@ object frmFinishedClothOutList: TfrmFinishedClothOutList
|
||||||
object Panel2: TPanel
|
object Panel2: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 94
|
Top = 94
|
||||||
Width = 1143
|
Width = 1135
|
||||||
Height = 30
|
Height = 30
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
|
|
@ -481,7 +481,7 @@ object frmFinishedClothOutList: TfrmFinishedClothOutList
|
||||||
object Panel6: TPanel
|
object Panel6: TPanel
|
||||||
Left = 205
|
Left = 205
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 938
|
Width = 930
|
||||||
Height = 30
|
Height = 30
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
|
@ -489,7 +489,7 @@ object frmFinishedClothOutList: TfrmFinishedClothOutList
|
||||||
BorderStyle = bsSingle
|
BorderStyle = bsSingle
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
934
|
926
|
||||||
26)
|
26)
|
||||||
object Label7: TLabel
|
object Label7: TLabel
|
||||||
Left = 64
|
Left = 64
|
||||||
|
|
@ -581,8 +581,8 @@ object frmFinishedClothOutList: TfrmFinishedClothOutList
|
||||||
object cxGrid2: TcxGrid
|
object cxGrid2: TcxGrid
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 124
|
Top = 124
|
||||||
Width = 1143
|
Width = 1135
|
||||||
Height = 360
|
Height = 352
|
||||||
Align = alClient
|
Align = alClient
|
||||||
PopupMenu = PopupMenu1
|
PopupMenu = PopupMenu1
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
|
|
@ -716,6 +716,12 @@ object frmFinishedClothOutList: TfrmFinishedClothOutList
|
||||||
Options.Editing = False
|
Options.Editing = False
|
||||||
Width = 73
|
Width = 73
|
||||||
end
|
end
|
||||||
|
object Tv1Column11: TcxGridDBColumn
|
||||||
|
Caption = #25209#21495
|
||||||
|
DataBinding.FieldName = 'edZDFNo'
|
||||||
|
HeaderAlignmentHorz = taCenter
|
||||||
|
Width = 78
|
||||||
|
end
|
||||||
object v2Column1: TcxGridDBColumn
|
object v2Column1: TcxGridDBColumn
|
||||||
Caption = #21697#21517
|
Caption = #21697#21517
|
||||||
DataBinding.FieldName = 'P_CodeName'
|
DataBinding.FieldName = 'P_CodeName'
|
||||||
|
|
|
||||||
|
|
@ -123,6 +123,7 @@ type
|
||||||
carno: TEdit;
|
carno: TEdit;
|
||||||
Tv1Column4: TcxGridDBColumn;
|
Tv1Column4: TcxGridDBColumn;
|
||||||
Tv1Column7: TcxGridDBColumn;
|
Tv1Column7: TcxGridDBColumn;
|
||||||
|
Tv1Column11: TcxGridDBColumn;
|
||||||
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
||||||
procedure FormCreate(Sender: TObject);
|
procedure FormCreate(Sender: TObject);
|
||||||
procedure TBRafreshClick(Sender: TObject);
|
procedure TBRafreshClick(Sender: TObject);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
object frmFinishedCloth_DCGCAR: TfrmFinishedCloth_DCGCAR
|
object frmFinishedCloth_DCGCAR: TfrmFinishedCloth_DCGCAR
|
||||||
Left = 257
|
Left = 192
|
||||||
Top = 137
|
Top = 244
|
||||||
Width = 1357
|
Width = 1357
|
||||||
Height = 721
|
Height = 721
|
||||||
Caption = #25377#36710#24037#36724#21345#32479#35745
|
Caption = #25377#36710#24037#36724#21345#32479#35745
|
||||||
|
|
@ -19,7 +19,7 @@ object frmFinishedCloth_DCGCAR: TfrmFinishedCloth_DCGCAR
|
||||||
object ToolBar1: TToolBar
|
object ToolBar1: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1349
|
Width = 1341
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
ButtonHeight = 30
|
ButtonHeight = 30
|
||||||
ButtonWidth = 83
|
ButtonWidth = 83
|
||||||
|
|
@ -81,8 +81,8 @@ object frmFinishedCloth_DCGCAR: TfrmFinishedCloth_DCGCAR
|
||||||
object cxGrid1: TcxGrid
|
object cxGrid1: TcxGrid
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 85
|
Top = 85
|
||||||
Width = 1349
|
Width = 1341
|
||||||
Height = 605
|
Height = 597
|
||||||
Align = alClient
|
Align = alClient
|
||||||
PopupMenu = PopupMenu1
|
PopupMenu = PopupMenu1
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
|
|
@ -249,7 +249,7 @@ object frmFinishedCloth_DCGCAR: TfrmFinishedCloth_DCGCAR
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 32
|
Top = 32
|
||||||
Width = 1349
|
Width = 1341
|
||||||
Height = 53
|
Height = 53
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,20 @@ uses
|
||||||
cxContainer, cxCurrencyEdit, BtnEdit, RM_e_main, RM_e_htm, RM_e_Graphic,
|
cxContainer, cxCurrencyEdit, BtnEdit, RM_e_main, RM_e_htm, RM_e_Graphic,
|
||||||
RM_e_Jpeg, RM_e_txt, RM_e_csv, RM_E_llPDF, Math, Clipbrd, cxPC, cxLookAndFeels,
|
RM_e_Jpeg, RM_e_txt, RM_e_csv, RM_E_llPDF, Math, Clipbrd, cxPC, cxLookAndFeels,
|
||||||
cxLookAndFeelPainters, cxNavigator, dxBarBuiltInMenu, dxSkinsCore,
|
cxLookAndFeelPainters, cxNavigator, dxBarBuiltInMenu, dxSkinsCore,
|
||||||
dxSkinsDefaultPainters, dxSkinscxPCPainter;
|
dxSkinsDefaultPainters, dxSkinscxPCPainter, dxSkinBlack, dxSkinBlue,
|
||||||
|
dxSkinBlueprint, dxSkinCaramel, dxSkinCoffee, dxSkinDarkRoom,
|
||||||
|
dxSkinDarkSide, dxSkinDevExpressDarkStyle, dxSkinDevExpressStyle,
|
||||||
|
dxSkinFoggy, dxSkinGlassOceans, dxSkinHighContrast, dxSkiniMaginary,
|
||||||
|
dxSkinLilian, dxSkinLiquidSky, dxSkinLondonLiquidSky, dxSkinMcSkin,
|
||||||
|
dxSkinMetropolis, dxSkinMetropolisDark, dxSkinMoneyTwins,
|
||||||
|
dxSkinOffice2007Black, dxSkinOffice2007Blue, dxSkinOffice2007Green,
|
||||||
|
dxSkinOffice2007Pink, dxSkinOffice2007Silver, dxSkinOffice2010Black,
|
||||||
|
dxSkinOffice2010Blue, dxSkinOffice2010Silver, dxSkinOffice2013DarkGray,
|
||||||
|
dxSkinOffice2013LightGray, dxSkinOffice2013White, dxSkinPumpkin,
|
||||||
|
dxSkinSeven, dxSkinSevenClassic, dxSkinSharp, dxSkinSharpPlus,
|
||||||
|
dxSkinSilver, dxSkinSpringTime, dxSkinStardust, dxSkinSummer2008,
|
||||||
|
dxSkinTheAsphaltWorld, dxSkinValentine, dxSkinVS2010, dxSkinWhiteprint,
|
||||||
|
dxSkinXmas2008Blue;
|
||||||
|
|
||||||
type
|
type
|
||||||
TfrmFinishedCloth_DCGCAR = class(TForm)
|
TfrmFinishedCloth_DCGCAR = class(TForm)
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ object frmFinishedCloth_ZKCL: TfrmFinishedCloth_ZKCL
|
||||||
object ToolBar1: TToolBar
|
object ToolBar1: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1349
|
Width = 1341
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
ButtonHeight = 30
|
ButtonHeight = 30
|
||||||
ButtonWidth = 59
|
ButtonWidth = 59
|
||||||
|
|
@ -65,8 +65,8 @@ object frmFinishedCloth_ZKCL: TfrmFinishedCloth_ZKCL
|
||||||
object cxGrid1: TcxGrid
|
object cxGrid1: TcxGrid
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 85
|
Top = 85
|
||||||
Width = 1349
|
Width = 1341
|
||||||
Height = 605
|
Height = 597
|
||||||
Align = alClient
|
Align = alClient
|
||||||
PopupMenu = PopupMenu1
|
PopupMenu = PopupMenu1
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
|
|
@ -259,7 +259,7 @@ object frmFinishedCloth_ZKCL: TfrmFinishedCloth_ZKCL
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 32
|
Top = 32
|
||||||
Width = 1349
|
Width = 1341
|
||||||
Height = 53
|
Height = 53
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,20 @@ uses
|
||||||
cxContainer, cxCurrencyEdit, BtnEdit, RM_e_main, RM_e_htm, RM_e_Graphic,
|
cxContainer, cxCurrencyEdit, BtnEdit, RM_e_main, RM_e_htm, RM_e_Graphic,
|
||||||
RM_e_Jpeg, RM_e_txt, RM_e_csv, RM_E_llPDF, Math, Clipbrd, cxPC, cxLookAndFeels,
|
RM_e_Jpeg, RM_e_txt, RM_e_csv, RM_E_llPDF, Math, Clipbrd, cxPC, cxLookAndFeels,
|
||||||
cxLookAndFeelPainters, cxNavigator, dxBarBuiltInMenu, dxSkinsCore,
|
cxLookAndFeelPainters, cxNavigator, dxBarBuiltInMenu, dxSkinsCore,
|
||||||
dxSkinsDefaultPainters, dxSkinscxPCPainter;
|
dxSkinsDefaultPainters, dxSkinscxPCPainter, dxSkinBlack, dxSkinBlue,
|
||||||
|
dxSkinBlueprint, dxSkinCaramel, dxSkinCoffee, dxSkinDarkRoom,
|
||||||
|
dxSkinDarkSide, dxSkinDevExpressDarkStyle, dxSkinDevExpressStyle,
|
||||||
|
dxSkinFoggy, dxSkinGlassOceans, dxSkinHighContrast, dxSkiniMaginary,
|
||||||
|
dxSkinLilian, dxSkinLiquidSky, dxSkinLondonLiquidSky, dxSkinMcSkin,
|
||||||
|
dxSkinMetropolis, dxSkinMetropolisDark, dxSkinMoneyTwins,
|
||||||
|
dxSkinOffice2007Black, dxSkinOffice2007Blue, dxSkinOffice2007Green,
|
||||||
|
dxSkinOffice2007Pink, dxSkinOffice2007Silver, dxSkinOffice2010Black,
|
||||||
|
dxSkinOffice2010Blue, dxSkinOffice2010Silver, dxSkinOffice2013DarkGray,
|
||||||
|
dxSkinOffice2013LightGray, dxSkinOffice2013White, dxSkinPumpkin,
|
||||||
|
dxSkinSeven, dxSkinSevenClassic, dxSkinSharp, dxSkinSharpPlus,
|
||||||
|
dxSkinSilver, dxSkinSpringTime, dxSkinStardust, dxSkinSummer2008,
|
||||||
|
dxSkinTheAsphaltWorld, dxSkinValentine, dxSkinVS2010, dxSkinWhiteprint,
|
||||||
|
dxSkinXmas2008Blue;
|
||||||
|
|
||||||
type
|
type
|
||||||
TfrmFinishedCloth_ZKCL = class(TForm)
|
TfrmFinishedCloth_ZKCL = class(TForm)
|
||||||
|
|
|
||||||
|
|
@ -9,15 +9,9 @@ MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
|
||||||
DCC = $(ROOT)\bin\dcc32.exe $**
|
DCC = $(ROOT)\bin\dcc32.exe $**
|
||||||
BRCC = $(ROOT)\bin\brcc32.exe $**
|
BRCC = $(ROOT)\bin\brcc32.exe $**
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
PROJECTS = YSYF.dll testDll.exe
|
PROJECTS =
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
default: $(PROJECTS)
|
default: $(PROJECTS)
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
YSYF.dll: ..\..\..\Dp7Repo\淃커덜쯤\D7DJfhshengxing\壇澗壇마(YSYF.dll)\YSYF.dpr
|
|
||||||
$(DCC)
|
|
||||||
|
|
||||||
testDll.exe: ..\..\..\Dp7Repo\淃커덜쯤\D7DJfhshengxing\壇澗壇마(YSYF.dll)\testDll.dpr
|
|
||||||
$(DCC)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user