界面调整

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 ImageIndex = 59
OnClick = TBFindClick OnClick = TBFindClick
end end
object TBExport: TToolButton object ToolButton1: TToolButton
Left = 126 Left = 126
Top = 0 Top = 0
Caption = #26597#30475#26126#32454
ImageIndex = 57
Visible = False
end
object TBExport: TToolButton
Left = 209
Top = 0
AutoSize = True AutoSize = True
Caption = #23548#20986 Caption = #23548#20986
ImageIndex = 75 ImageIndex = 75
OnClick = TBExportClick OnClick = TBExportClick
end end
object TBClose: TToolButton object TBClose: TToolButton
Left = 189 Left = 272
Top = 0 Top = 0
AutoSize = True AutoSize = True
Caption = #20851#38381 Caption = #20851#38381
ImageIndex = 55 ImageIndex = 55
OnClick = TBCloseClick OnClick = TBCloseClick
end end
object ToolButton1: TToolButton
Left = 252
Top = 0
Caption = #26597#30475#26126#32454
ImageIndex = 56
Visible = False
end
end end
object Panel1: TPanel object Panel1: TPanel
Left = 0 Left = 0

View File

@ -11,7 +11,20 @@ uses
cxGridDBTableView, cxGrid, DBClient, cxCalendar, cxButtonEdit, cxSplitter, cxGridDBTableView, cxGrid, DBClient, cxCalendar, cxButtonEdit, cxSplitter,
RM_Common, RM_Class, RM_e_Xls, RM_Dataset, RM_System, RM_GridReport, RM_Common, RM_Class, RM_e_Xls, RM_Dataset, RM_System, RM_GridReport,
cxTextEdit, cxCheckBox, cxCurrencyEdit, cxLookAndFeels, 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 type
TfrmClothContractList_HZ = class(TForm) TfrmClothContractList_HZ = class(TForm)

View File

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

View File

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

View File

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

View File

@ -91,7 +91,6 @@ type
Label7: TLabel; Label7: TLabel;
JHPlace: TEdit; JHPlace: TEdit;
Order_Main: TClientDataSet; Order_Main: TClientDataSet;
ToolButton1: TToolButton;
Tv1Column1: TcxGridDBColumn; Tv1Column1: TcxGridDBColumn;
Tv1Column2: TcxGridDBColumn; Tv1Column2: TcxGridDBColumn;
Tv1Column3: TcxGridDBColumn; Tv1Column3: TcxGridDBColumn;

View File

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