This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-11-21 15:29:47 +08:00
parent fc46396b93
commit a1957f3579
2 changed files with 21 additions and 7 deletions

View File

@ -2644,7 +2644,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
Height = 19
Caption = #32568#21495
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Color = clBlack
Font.Height = -19
Font.Name = #23435#20307
Font.Style = [fsBold]
@ -2666,7 +2666,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
Height = 19
Caption = #35746#21333#21495
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Color = clBlack
Font.Height = -19
Font.Name = #23435#20307
Font.Style = [fsBold]
@ -2680,7 +2680,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
Height = 19
Caption = #39068#33394
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Color = clBlack
Font.Height = -19
Font.Name = #23435#20307
Font.Style = [fsBold]
@ -2708,7 +2708,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
Height = 19
Caption = #21697#21517
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Color = clBlack
Font.Height = -19
Font.Name = #23435#20307
Font.Style = [fsBold]
@ -2750,7 +2750,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
Height = 19
Caption = #33457#22411#21495
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Color = clBlack
Font.Height = -19
Font.Name = #23435#20307
Font.Style = [fsBold]
@ -2817,7 +2817,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
Height = 19
Caption = #23458#25143
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Color = clBlack
Font.Height = -19
Font.Name = #23435#20307
Font.Style = [fsBold]

View File

@ -10,7 +10,21 @@ uses
cxControls, cxGridCustomView, cxGrid, RM_Common, RM_Class, RM_GridReport,
RM_System, RM_Dataset, ADODB, DBClient, cxGridCustomPopupMenu, cxGridPopupMenu,
ExtCtrls, ComCtrls, ToolWin, cxTextEdit, Buttons, cxSplitter, cxCheckBox,
MovePanel, cxLookAndFeels, cxLookAndFeelPainters, cxNavigator, ShellAPI;
MovePanel, cxLookAndFeels, cxLookAndFeelPainters, cxNavigator, ShellAPI,
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
TfrmMJManageNewFDNewSF = class(TForm)