调整页面大小
This commit is contained in:
parent
f8986d5f2f
commit
e41b586176
|
|
@ -9,15 +9,15 @@ 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 = testDll.exe ProductPrice.dll
|
PROJECTS = TradeManage.dll testDll.exe
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
default: $(PROJECTS)
|
default: $(PROJECTS)
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
TradeManage.dll: TradeManage.dpr
|
||||||
|
$(DCC)
|
||||||
|
|
||||||
testDll.exe: testDll.dpr
|
testDll.exe: testDll.dpr
|
||||||
$(DCC)
|
$(DCC)
|
||||||
|
|
||||||
ProductPrice.dll: ProductPrice.dpr
|
|
||||||
$(DCC)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
23
检验管理/ProjectGroup1.~bpg
Normal file
23
检验管理/ProjectGroup1.~bpg
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
VERSION = BWS.01
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
!ifndef ROOT
|
||||||
|
ROOT = $(MAKEDIR)\..
|
||||||
|
!endif
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
|
||||||
|
DCC = $(ROOT)\bin\dcc32.exe $**
|
||||||
|
BRCC = $(ROOT)\bin\brcc32.exe $**
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
PROJECTS = TradeManage.dll testDll.exe
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
default: $(PROJECTS)
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
TradeManage.dll: ..\..\D7DJwenyuan\打卷检验管理\TradeManage.dpr
|
||||||
|
$(DCC)
|
||||||
|
|
||||||
|
testDll.exe: ..\..\D7DJwenyuan\打卷检验管理\testDll.dpr
|
||||||
|
$(DCC)
|
||||||
|
|
||||||
|
|
||||||
50
检验管理/TradeManage.skincfg
Normal file
50
检验管理/TradeManage.skincfg
Normal file
|
|
@ -0,0 +1,50 @@
|
||||||
|
[ExpressSkins]
|
||||||
|
Default=1
|
||||||
|
ShowNotifications=1
|
||||||
|
Enabled=0
|
||||||
|
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
|
||||||
|
|
@ -1805,8 +1805,8 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object MovePanel1: TMovePanel
|
object MovePanel1: TMovePanel
|
||||||
Left = 1069
|
Left = 797
|
||||||
Top = 99
|
Top = 91
|
||||||
Width = 351
|
Width = 351
|
||||||
Height = 238
|
Height = 238
|
||||||
BevelInner = bvLowered
|
BevelInner = bvLowered
|
||||||
|
|
@ -2207,23 +2207,21 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object Panel3: TPanel
|
object Panel3: TPanel
|
||||||
Left = 1170
|
Left = 754
|
||||||
Top = 356
|
Top = 380
|
||||||
Width = 351
|
Width = 303
|
||||||
Height = 313
|
Height = 293
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
BevelOuter = bvLowered
|
BevelOuter = bvLowered
|
||||||
Color = clSkyBlue
|
Color = clSkyBlue
|
||||||
DragKind = dkDock
|
DragKind = dkDock
|
||||||
DragMode = dmAutomatic
|
|
||||||
TabOrder = 5
|
TabOrder = 5
|
||||||
Visible = False
|
Visible = False
|
||||||
OnMouseDown = Panel3MouseDown
|
|
||||||
object SpeedButton1: TSpeedButton
|
object SpeedButton1: TSpeedButton
|
||||||
Left = 5
|
Left = 5
|
||||||
Top = 236
|
Top = 225
|
||||||
Width = 152
|
Width = 140
|
||||||
Height = 72
|
Height = 65
|
||||||
Caption = '0'
|
Caption = '0'
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2235,9 +2233,9 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
end
|
end
|
||||||
object SpeedButton2: TSpeedButton
|
object SpeedButton2: TSpeedButton
|
||||||
Left = 5
|
Left = 5
|
||||||
Top = 161
|
Top = 152
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 70
|
Height = 65
|
||||||
Caption = '1'
|
Caption = '1'
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2248,10 +2246,10 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
OnClick = SpeedButton1Click
|
OnClick = SpeedButton1Click
|
||||||
end
|
end
|
||||||
object SpeedButton3: TSpeedButton
|
object SpeedButton3: TSpeedButton
|
||||||
Left = 88
|
Left = 79
|
||||||
Top = 161
|
Top = 152
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 70
|
Height = 65
|
||||||
Caption = '2'
|
Caption = '2'
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2262,10 +2260,10 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
OnClick = SpeedButton1Click
|
OnClick = SpeedButton1Click
|
||||||
end
|
end
|
||||||
object SpeedButton4: TSpeedButton
|
object SpeedButton4: TSpeedButton
|
||||||
Left = 171
|
Left = 154
|
||||||
Top = 161
|
Top = 152
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 70
|
Height = 65
|
||||||
Caption = '3'
|
Caption = '3'
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2277,9 +2275,9 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
end
|
end
|
||||||
object SpeedButton5: TSpeedButton
|
object SpeedButton5: TSpeedButton
|
||||||
Left = 5
|
Left = 5
|
||||||
Top = 82
|
Top = 79
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 70
|
Height = 65
|
||||||
Caption = '4'
|
Caption = '4'
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2290,10 +2288,10 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
OnClick = SpeedButton1Click
|
OnClick = SpeedButton1Click
|
||||||
end
|
end
|
||||||
object SpeedButton6: TSpeedButton
|
object SpeedButton6: TSpeedButton
|
||||||
Left = 88
|
Left = 79
|
||||||
Top = 82
|
Top = 79
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 70
|
Height = 65
|
||||||
Caption = '5'
|
Caption = '5'
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2304,10 +2302,10 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
OnClick = SpeedButton1Click
|
OnClick = SpeedButton1Click
|
||||||
end
|
end
|
||||||
object SpeedButton7: TSpeedButton
|
object SpeedButton7: TSpeedButton
|
||||||
Left = 171
|
Left = 154
|
||||||
Top = 82
|
Top = 79
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 70
|
Height = 65
|
||||||
Caption = '6'
|
Caption = '6'
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2320,8 +2318,8 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
object SpeedButton8: TSpeedButton
|
object SpeedButton8: TSpeedButton
|
||||||
Left = 5
|
Left = 5
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 70
|
Height = 65
|
||||||
Caption = '7'
|
Caption = '7'
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2332,10 +2330,10 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
OnClick = SpeedButton1Click
|
OnClick = SpeedButton1Click
|
||||||
end
|
end
|
||||||
object SpeedButton9: TSpeedButton
|
object SpeedButton9: TSpeedButton
|
||||||
Left = 88
|
Left = 79
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 70
|
Height = 65
|
||||||
Caption = '8'
|
Caption = '8'
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2346,10 +2344,10 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
OnClick = SpeedButton1Click
|
OnClick = SpeedButton1Click
|
||||||
end
|
end
|
||||||
object SpeedButton10: TSpeedButton
|
object SpeedButton10: TSpeedButton
|
||||||
Left = 171
|
Left = 154
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 70
|
Height = 65
|
||||||
Caption = '9'
|
Caption = '9'
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2361,10 +2359,10 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
end
|
end
|
||||||
object SpeedButton11: TSpeedButton
|
object SpeedButton11: TSpeedButton
|
||||||
Tag = 9
|
Tag = 9
|
||||||
Left = 171
|
Left = 155
|
||||||
Top = 236
|
Top = 225
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 70
|
Height = 65
|
||||||
Caption = '.'
|
Caption = '.'
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2375,10 +2373,10 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
OnClick = SpeedButton1Click
|
OnClick = SpeedButton1Click
|
||||||
end
|
end
|
||||||
object SpeedButton12: TSpeedButton
|
object SpeedButton12: TSpeedButton
|
||||||
Left = 262
|
Left = 228
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 70
|
Height = 65
|
||||||
Caption = #8592
|
Caption = #8592
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -2390,10 +2388,10 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
end
|
end
|
||||||
object SpeedButton49: TSpeedButton
|
object SpeedButton49: TSpeedButton
|
||||||
Tag = 9
|
Tag = 9
|
||||||
Left = 262
|
Left = 230
|
||||||
Top = 82
|
Top = 82
|
||||||
Width = 70
|
Width = 65
|
||||||
Height = 223
|
Height = 207
|
||||||
Caption = #38544#34255
|
Caption = #38544#34255
|
||||||
Font.Charset = GB2312_CHARSET
|
Font.Charset = GB2312_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
|
@ -3047,21 +3045,21 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
end
|
end
|
||||||
object DataSource3: TDataSource
|
object DataSource3: TDataSource
|
||||||
DataSet = CDS_MJID
|
DataSet = CDS_MJID
|
||||||
Left = 1088
|
Left = 1224
|
||||||
Top = 584
|
Top = 592
|
||||||
end
|
end
|
||||||
object CDS_MJID: TClientDataSet
|
object CDS_MJID: TClientDataSet
|
||||||
Aggregates = <>
|
Aggregates = <>
|
||||||
Params = <>
|
Params = <>
|
||||||
Left = 1040
|
Left = 1216
|
||||||
Top = 576
|
Top = 560
|
||||||
end
|
end
|
||||||
object Timer1: TTimer
|
object Timer1: TTimer
|
||||||
Enabled = False
|
Enabled = False
|
||||||
Interval = 2000
|
Interval = 2000
|
||||||
OnTimer = Timer1Timer
|
OnTimer = Timer1Timer
|
||||||
Left = 960
|
Left = 1280
|
||||||
Top = 576
|
Top = 592
|
||||||
end
|
end
|
||||||
object ADOQueryPrint: TADOQuery
|
object ADOQueryPrint: TADOQuery
|
||||||
Connection = DataLink_TradeManage.ADOLink
|
Connection = DataLink_TradeManage.ADOLink
|
||||||
|
|
@ -3157,7 +3155,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
|
||||||
' '
|
' '
|
||||||
'and isnull(B.AnPaiChkStatus,'#39#39')='#39#23457#26680#36890#36807#39' and A.SCXDFlag=1'
|
'and isnull(B.AnPaiChkStatus,'#39#39')='#39#23457#26680#36890#36807#39' and A.SCXDFlag=1'
|
||||||
'')
|
'')
|
||||||
Left = 896
|
Left = 1288
|
||||||
Top = 580
|
Top = 540
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -329,7 +329,7 @@ type
|
||||||
procedure baoNoExit(Sender: TObject);
|
procedure baoNoExit(Sender: TObject);
|
||||||
procedure FormCreate(Sender: TObject);
|
procedure FormCreate(Sender: TObject);
|
||||||
procedure Edit13Click(Sender: TObject);
|
procedure Edit13Click(Sender: TObject);
|
||||||
procedure Panel3MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
|
// procedure Panel3MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
|
||||||
private
|
private
|
||||||
{ Private declarations }
|
{ Private declarations }
|
||||||
FInt, PState, PrintInt, SCInitGrid, FState, FCK: Integer;
|
FInt, PState, PrintInt, SCInitGrid, FState, FCK: Integer;
|
||||||
|
|
@ -3127,13 +3127,13 @@ begin
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TfrmMJManageNewFDNewSF.Panel3MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
|
//procedure TfrmMJManageNewFDNewSF.Panel3MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
|
||||||
begin
|
//begin
|
||||||
|
//
|
||||||
if Button = mbLeft then
|
// if Button = mbLeft then
|
||||||
(Sender as TPanel).BeginDrag(False);
|
// (Sender as TPanel).BeginDrag(False);
|
||||||
|
//
|
||||||
end;
|
//end;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user