界面调整

This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-12-16 17:25:59 +08:00
parent 41b8787afa
commit b1bf81b5d2
8 changed files with 59 additions and 55 deletions

View File

@ -55,29 +55,29 @@ object frmClothContractList_HZ: TfrmClothContractList_HZ
ImageIndex = 59
OnClick = TBFindClick
end
object TBExport: TToolButton
object ToolButton1: TToolButton
Left = 126
Top = 0
Caption = #26597#30475#26126#32454
ImageIndex = 57
Visible = False
end
object TBExport: TToolButton
Left = 209
Top = 0
AutoSize = True
Caption = #23548#20986
ImageIndex = 75
OnClick = TBExportClick
end
object TBClose: TToolButton
Left = 189
Left = 272
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 55
OnClick = TBCloseClick
end
object ToolButton1: TToolButton
Left = 252
Top = 0
Caption = #26597#30475#26126#32454
ImageIndex = 56
Visible = False
end
end
object Panel1: TPanel
Left = 0

View File

@ -11,7 +11,20 @@ uses
cxGridDBTableView, cxGrid, DBClient, cxCalendar, cxButtonEdit, cxSplitter,
RM_Common, RM_Class, RM_e_Xls, RM_Dataset, RM_System, RM_GridReport,
cxTextEdit, cxCheckBox, cxCurrencyEdit, cxLookAndFeels,
cxLookAndFeelPainters, cxNavigator;
cxLookAndFeelPainters, cxNavigator, dxSkinsCore, 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, dxSkinsDefaultPainters, dxSkinValentine,
dxSkinVS2010, dxSkinWhiteprint, dxSkinXmas2008Blue, dxSkinscxPCPainter;
type
TfrmClothContractList_HZ = class(TForm)

View File

@ -55,31 +55,31 @@ object frmClothContractList_PBKC: TfrmClothContractList_PBKC
ImageIndex = 59
OnClick = TBFindClick
end
object TBExport: TToolButton
object ToolButton1: TToolButton
Left = 126
Top = 0
AutoSize = True
Caption = #26597#30475#26126#32454
ImageIndex = 57
Visible = False
OnClick = ToolButton1Click
end
object TBExport: TToolButton
Left = 213
Top = 0
AutoSize = True
Caption = #23548#20986
ImageIndex = 75
OnClick = TBExportClick
end
object TBClose: TToolButton
Left = 189
Left = 276
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 55
OnClick = TBCloseClick
end
object ToolButton1: TToolButton
Left = 252
Top = 0
AutoSize = True
Caption = #26597#30475#26126#32454
ImageIndex = 56
Visible = False
OnClick = ToolButton1Click
end
end
object Panel1: TPanel
Left = 0

View File

@ -55,30 +55,30 @@ object frmClothContractList_SJD: TfrmClothContractList_SJD
ImageIndex = 59
OnClick = TBFindClick
end
object TBExport: TToolButton
object ToolButton1: TToolButton
Left = 126
Top = 0
AutoSize = True
Caption = #26597#30475#26126#32454
ImageIndex = 57
OnClick = ToolButton1Click
end
object TBExport: TToolButton
Left = 213
Top = 0
AutoSize = True
Caption = #23548#20986
ImageIndex = 75
OnClick = TBExportClick
end
object TBClose: TToolButton
Left = 189
Left = 276
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 55
OnClick = TBCloseClick
end
object ToolButton1: TToolButton
Left = 252
Top = 0
AutoSize = True
Caption = #26597#30475#26126#32454
ImageIndex = 56
OnClick = ToolButton1Click
end
end
object Panel1: TPanel
Left = 0

View File

@ -30,7 +30,7 @@ type
TfrmClothContractList_SJD = class(TForm)
ToolBar1: TToolBar;
TBRafresh: TToolButton;
TBFind: TToolButton;
TBFind: TToolButton;
TBClose: TToolButton;
Panel1: TPanel;
BegDate: TDateTimePicker;

View File

@ -24,7 +24,7 @@ object frmClothContractList_SJDCK: TfrmClothContractList_SJDCK
Width = 1366
AutoSize = True
ButtonHeight = 30
ButtonWidth = 83
ButtonWidth = 59
Caption = 'ToolBar1'
Color = clSkyBlue
Flat = True
@ -71,14 +71,6 @@ object frmClothContractList_SJDCK: TfrmClothContractList_SJDCK
ImageIndex = 55
OnClick = TBCloseClick
end
object ToolButton1: TToolButton
Left = 252
Top = 0
AutoSize = True
Caption = #26597#30475#26126#32454
ImageIndex = 56
Visible = False
end
end
object Panel1: TPanel
Left = 0

View File

@ -31,9 +31,9 @@ type
ToolBar1: TToolBar;
TBRafresh: TToolButton;
TBFind: TToolButton;
TBClose: TToolButton;
TBClose: TToolButton;
Panel1: TPanel;
BegDate: TDateTimePicker;
BegDate: TDateTimePicker;
EndDate: TDateTimePicker;
Label1: TLabel;
Label2: TLabel;
@ -91,7 +91,6 @@ type
Label7: TLabel;
JHPlace: TEdit;
Order_Main: TClientDataSet;
ToolButton1: TToolButton;
Tv1Column1: TcxGridDBColumn;
Tv1Column2: TcxGridDBColumn;
Tv1Column3: TcxGridDBColumn;
@ -152,7 +151,7 @@ procedure TfrmClothContractList_SJDCK.InitGrid();
begin
try
ADOQueryMain.DisableControls;
with ADOQueryMain do
with ADOQueryMain do
begin
Close;
sql.Clear;

View File

@ -55,30 +55,30 @@ object frmClothContractList_SJDMX: TfrmClothContractList_SJDMX
ImageIndex = 59
OnClick = TBFindClick
end
object TBExport: TToolButton
object ToolButton1: TToolButton
Left = 126
Top = 0
AutoSize = True
Caption = #26597#30475#26126#32454
ImageIndex = 57
OnClick = ToolButton1Click
end
object TBExport: TToolButton
Left = 213
Top = 0
AutoSize = True
Caption = #23548#20986
ImageIndex = 75
OnClick = TBExportClick
end
object TBClose: TToolButton
Left = 189
Left = 276
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 55
OnClick = TBCloseClick
end
object ToolButton1: TToolButton
Left = 252
Top = 0
AutoSize = True
Caption = #26597#30475#26126#32454
ImageIndex = 56
OnClick = ToolButton1Click
end
end
object Panel1: TPanel
Left = 0