D7myzhenyong/坯布码单待检(PBMDDJ.dll)/U_GetDllForm.pas

519 lines
14 KiB
ObjectPascal
Raw Normal View History

2025-08-26 15:25:51 +08:00
unit U_GetDllForm;
interface
uses
Windows, Messages, forms, OleCtnrs, DateUtils, SysUtils, ADODB, dxCore,
ActiveX;
function GetDllForm(App: Tapplication; FormH: hwnd; FormID: integer; Language: integer; WinStyle: integer; GCode: Pchar; GName: Pchar; DataBase: Pchar; Title: PChar; Parameters1: PChar; Parameters2: PChar; Parameters3: PChar; Parameters4: PChar; Parameters5: PChar; Parameters6: PChar; Parameters7: PChar; Parameters8: PChar; Parameters9: PChar; Parameters10: PChar; DataBaseStr: PChar): hwnd; export; stdcall;
function ConnData(): Boolean;
implementation
uses
U_DataLink, U_WJGMDList, U_WJGCKOutList, U_WJGCKKCList, U_DJBRKList,
U_DJBCKOutList, U_DJBCKKCList, U_DJBCKKCHZList, U_WJGCKKCHZList, U_SXCKNewList,
U_SXCKOutList, U_PBCKKCList, U_CPBRKList, U_CPBCKKCList, U_CPBCKOutList,
U_DJBHCHZList, U_WJTJList, U_CPCKOutList;
/////////////////////////////////////////////////////////////////
// <20><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5>:ȡDll<6C>еô<D0B5><C3B4><EFBFBD> //
// <20><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD><EFBFBD>App>><3E><><EFBFBD><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD> //
// FormH>><3E><><EFBFBD>ô<EFBFBD><C3B4>ھ<EFBFBD><DABE><EFBFBD> <20><> //
// FormID>><3E><><EFBFBD>ں<EFBFBD>; //
// Language>><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>; //
// WinStyle>><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͣ<EFBFBD> //
/////////////////////////////////////////////////////////////////
var
frmCPBCKOutListSQ, frmCPBCKOutListQR: TfrmCPBCKOutList;
function GetDllForm(App: Tapplication; FormH: hwnd; FormID: integer; Language: integer; WinStyle: integer; GCode: Pchar; GName: Pchar; DataBase: Pchar; Title: PChar; Parameters1: PChar; Parameters2: PChar; Parameters3: PChar; Parameters4: PChar; Parameters5: PChar; Parameters6: PChar; Parameters7: PChar; Parameters8: PChar; Parameters9: PChar; Parameters10: PChar; DataBaseStr: PChar): hwnd;
var
i: Integer;
bFound: Boolean;
mnewHandle: hwnd;
mstyle: TFormStyle; // 0:<3A>Ӵ<EFBFBD><D3B4><EFBFBD>; 1<><31><EFBFBD><EFBFBD>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD>
mstate: TWindowState;
mborderstyle: TFormBorderStyle;
begin
mnewHandle := 0;
DName := PChar(GName);
DCode := PChar(GCode);
DdataBase := DataBase;
DTitCaption := Title;
DParameters1 := Parameters1;
DParameters2 := Parameters2;
DParameters3 := Parameters3;
DParameters4 := Parameters4;
DParameters5 := Parameters5;
DParameters6 := Parameters6;
DParameters7 := Parameters7;
DParameters8 := Parameters8;
DParameters9 := Parameters9;
DParameters10 := Parameters10;
MainApplication := App;
DCurHandle := FormH;
IsDelphiLanguage := Language;
Application := TApplication(App);
DCurHandle := 0;
//<2F><>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD>
SetLength(server, 255);
SetLength(dtbase, 255);
SetLength(user, 255);
SetLength(pswd, 255);
server := '47.100.130.130,7781';
// server := '.';
dtbase := 'zhenyongdata';
user := 'zhenyongsa';
pswd := 'rightsoft@9101';
// pswd := 'rightsoft';
DConString := 'Provider=SQLOLEDB.1;Password=' + pswd + ';Persist Security Info=True;User ID=' + user + ';Initial Catalog=' + dtbase + ';Data Source=' + server;
DConString := DataBaseStr;
// DName:='<27>ܸ<EFBFBD><DCB8><EFBFBD>';
// DParameters1:='<27><>Ȩ<EFBFBD><C8A8>';
// DParameters3:='1';
if not ConnData() then
begin
result := 0;
exit;
end;
// <20><><EFBFBD><EFBFBD><E5B4B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>״̬
if WinStyle = 0 then
begin
mstyle := fsMDIChild;
mstate := wsMaximized;
mborderstyle := bsSizeable;
end
else
begin
mstyle := fsNormal;
mstate := wsNormal;
mborderstyle := bsSizeable;
end;
/////////////////////
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ģ<EFBFBD><EFBFBD><E9B4B0>
case FormID of
1: //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͳ<EFBFBD><CDB3>
begin
if frmWJTJList = nil then
begin
frmWJTJList := TfrmWJTJList.Create(application.MainForm);
with frmWJTJList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmWJTJList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmWJTJList.Handle;
end;
111: //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
begin
if frmSXCKNewList = nil then
begin
frmSXCKNewList := TfrmSXCKNewList.Create(application.MainForm);
with frmSXCKNewList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmSXCKNewList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmSXCKNewList.Handle;
end;
121: //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
begin
if frmSXCKOutList = nil then
begin
frmSXCKOutList := TfrmSXCKOutList.Create(application.MainForm);
with frmSXCKOutList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmSXCKOutList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmSXCKOutList.Handle;
end;
131: //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
begin
if frmPBCKKCList = nil then
begin
frmPBCKKCList := TfrmPBCKKCList.Create(application.MainForm);
with frmPBCKKCList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmPBCKKCList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmPBCKKCList.Handle;
end;
211: //<2F><><EFBFBD>ӹ<EFBFBD><D3B9><EFBFBD><EFBFBD><EFBFBD>
begin
if frmWJGMDList = nil then
begin
frmWJGMDList := TfrmWJGMDList.Create(application.MainForm);
with frmWJGMDList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmWJGMDList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmWJGMDList.Handle;
end;
221: //<2F><><EFBFBD>ӹ<EFBFBD><D3B9><EFBFBD><EFBFBD><EFBFBD>
begin
if frmWJGCKOutList = nil then
begin
frmWJGCKOutList := TfrmWJGCKOutList.Create(application.MainForm);
with frmWJGCKOutList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmWJGCKOutList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmWJGCKOutList.Handle;
end;
231: //<2F><><EFBFBD>ӹ<EFBFBD><D3B9><EFBFBD><EFBFBD><EFBFBD>
begin
if frmWJGCKKCList = nil then
begin
frmWJGCKKCList := TfrmWJGCKKCList.Create(application.MainForm);
with frmWJGCKKCList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmWJGCKKCList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmWJGCKKCList.Handle;
end;
232: //<2F><><EFBFBD>ӹ<EFBFBD><D3B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
begin
if frmWJGCKKCHZList = nil then
begin
frmWJGCKKCHZList := TfrmWJGCKKCHZList.Create(application.MainForm);
with frmWJGCKKCHZList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmWJGCKKCHZList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmWJGCKKCHZList.Handle;
end;
341: //<2F><><EFBFBD><EFBFBD>ز<EFBFBD>ͳ<EFBFBD><CDB3>
begin
if frmDJBHCHZList = nil then
begin
frmDJBHCHZList := TfrmDJBHCHZList.Create(application.MainForm);
with frmDJBHCHZList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmDJBHCHZList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmDJBHCHZList.Handle;
end;
311: //<2F><><EFBFBD><EFBFBD><ECB2BC><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD>
begin
if frmDJBRKList = nil then
begin
frmDJBRKList := TfrmDJBRKList.Create(application.MainForm);
with frmDJBRKList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmDJBRKList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmDJBRKList.Handle;
end;
321: //<2F><><EFBFBD><EFBFBD><ECB2BC><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD>
begin
if frmDJBCKOutList = nil then
begin
frmDJBCKOutList := TfrmDJBCKOutList.Create(application.MainForm);
with frmDJBCKOutList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmDJBCKOutList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmDJBCKOutList.Handle;
end;
322: //<2F><>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD>
begin
if frmcpCKOutList = nil then
begin
frmcpCKOutList := TfrmcpCKOutList.Create(application.MainForm);
with frmcpCKOutList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmcpCKOutList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmcpCKOutList.Handle;
end;
331: //<2F><><EFBFBD><EFBFBD><ECB2BC><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD>
begin
if frmDJBCKKCList = nil then
begin
frmDJBCKKCList := TfrmDJBCKKCList.Create(application.MainForm);
with frmDJBCKKCList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmDJBCKKCList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmDJBCKKCList.Handle;
end;
332: //<2F><><EFBFBD><EFBFBD><ECB2BC><EFBFBD>ܿ<EFBFBD><DCBF><EFBFBD><EFBFBD>б<EFBFBD>
begin
if frmDJBCKKCHZList = nil then
begin
frmDJBCKKCHZList := TfrmDJBCKKCHZList.Create(application.MainForm);
with frmDJBCKKCHZList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmDJBCKKCHZList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmDJBCKKCHZList.Handle;
end;
411: //ֱ<><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD>
begin
if frmCPBRKList = nil then
begin
frmCPBRKList := TfrmCPBRKList.Create(application.MainForm);
with frmCPBRKList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmCPBRKList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmCPBRKList.Handle;
end;
441: //ֱ<><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
begin
bFound := FALSE;
for i := (App.MainForm.MDIChildCount - 1) downto 0 do
begin
if App.MainForm.MDIChildren[i].Caption = <><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ' then
begin
BringWindowToTop(frmCPBCKOutListSQ.Handle);
bFound := TRUE;
Break;
end;
end;
if not bFound then
begin
frmCPBCKOutListSQ := TfrmCPBCKOutList.Create(application.MainForm);
with frmCPBCKOutListSQ do
begin
Title := <><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
caption := Trim(Title);
canshu1 := '<27><><EFBFBD><EFBFBD>¼<EFBFBD><C2BC>';
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmCPBCKOutListSQ.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmCPBCKOutListSQ.Handle;
end;
421: //ֱ<><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȷ<EFBFBD><C8B7>
begin
bFound := FALSE;
for i := (App.MainForm.MDIChildCount - 1) downto 0 do
begin
if App.MainForm.MDIChildren[i].Caption = <><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȷ<EFBFBD><C8B7> ' then
begin
BringWindowToTop(frmCPBCKOutListQR.Handle);
bFound := TRUE;
Break;
end;
end;
if not bFound then
begin
frmCPBCKOutListQR := TfrmCPBCKOutList.Create(application.MainForm);
with frmCPBCKOutListQR do
begin
Title := <><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȷ<EFBFBD><C8B7> ';
caption := Trim(Title);
canshu1 := '<27><><EFBFBD><EFBFBD>ȷ<EFBFBD><C8B7>';
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmCPBCKOutListQR.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmCPBCKOutListQR.Handle;
end;
431: //ֱ<><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD>
begin
if frmCPBCKKCList = nil then
begin
frmCPBCKKCList := TfrmCPBCKKCList.Create(application.MainForm);
with frmCPBCKKCList do
begin
caption := Trim(Title);
FormStyle := mstyle;
windowState := mstate;
BorderStyle := mborderstyle;
//show;
end;
end
else
frmCPBCKKCList.BringToFront;
//<2F><><EFBFBD><EFBFBD>
mnewHandle := frmCPBCKKCList.Handle;
end;
end;
Result := mnewHandle;
end;
//===========================================================
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD><EFBFBD>ӳ<EFBFBD>
//===========================================================
function ConnData(): Boolean;
begin
if not Assigned(DataLink_PBMDDJ) then
DataLink_PBMDDJ := TDataLink_PBMDDJ.Create(Application);
try
with DataLink_PBMDDJ.ADOLink do
begin
//if not Connected then
begin
Connected := false;
ConnectionString := DConString;
LoginPrompt := false;
Connected := true;
end;
end;
Result := true;
except
Result := false;
application.MessageBox('<27><><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD><EFBFBD><EFBFBD>ʧ<EFBFBD>ܣ<EFBFBD>', '<27><><EFBFBD><EFBFBD>', mb_Ok + MB_ICONERROR);
end;
end;
initialization
CoInitialize(nil);
dxUnitsLoader.Initialize;
finalization
DataLink_PBMDDJ.Free;
application := NewDllApp;
dxUnitsLoader.Finalize;
end.