⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 buyer.dpr

📁 一款不错的商务程序商品管理系统,有简易的窗体皮肤
💻 DPR
字号:
program Buyer;

uses
  Forms,
  Main in 'Main.pas' {Frm_Main},
  BaseInfo in 'BaseInfo.pas' {Frm_Base},
  Arrange in 'Arrange.pas' {Frm_Arrange},
  ArrangeSel in 'ArrangeSel.pas' {Frm_ArrangeSel},
  Buyers in 'Buyers.pas' {Frm_Buyers},
  BuyersEdit in 'BuyersEdit.pas' {Frm_BuyerEdit},
  LinkManEdit in 'LinkManEdit.pas' {Frm_LinkManEdit},
  PictEdit in 'PictEdit.pas' {Frm_PictEdit},
  FeedBackEdit in 'FeedBackEdit.pas' {Frm_FeedBackEdit},
  ShowGrid in 'ShowGrid.pas' {Frm_ShowGrid},
  Charts in 'Charts.pas' {Frm_Chart},
  SetTree in 'SetTree.pas' {Frm_SetTree},
  User in 'User.pas' {Frm_User},
  UserPopedom in 'UserPopedom.pas' {Form1},
  UserEdit in 'UserEdit.pas' {Frm_UserEdit},
  Login in 'Login.pas' {Frm_Login},
  DM in 'DM.pas' {FDM: TDataModule},
  SelInceptPer in 'SelInceptPer.pas' {Frm_SelIncept},
  InCept in 'InCept.pas' {Frm_Incept},
  LinkMain in 'LinkMain.pas' {Frm_LinkMain},
  LocateMail in 'LocateMail.pas' {Frm_Setup},
  MailSend in 'MailSend.pas' {Frm_Send},
  SelMail in 'SelMail.pas' {Frm_SelMail},
  chararea in 'chararea.pas' {Frm_Mailchart},
  Popedom in 'Popedom.pas' {Frm_Popedom},
  PopedomEdit in 'PopedomEdit.pas' {Frm_PopEdit},
  Theme in 'Theme.pas' {BaseForm};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TFDM, FDM);
  Application.CreateForm(TFrm_Main, Frm_Main);
  Application.CreateForm(TFrm_ArrangeSel, Frm_ArrangeSel);
  Application.CreateForm(TFrm_BuyerEdit, Frm_BuyerEdit);
  Application.CreateForm(TFrm_LinkManEdit, Frm_LinkManEdit);
  Application.CreateForm(TFrm_PictEdit, Frm_PictEdit);
  Application.CreateForm(TFrm_FeedBackEdit, Frm_FeedBackEdit);
  Application.CreateForm(TFrm_ShowGrid, Frm_ShowGrid);
  Application.CreateForm(TFrm_SetTree, Frm_SetTree);
  Application.CreateForm(TFrm_User, Frm_User);
  Application.CreateForm(TFrm_UserEdit, Frm_UserEdit);
  Application.CreateForm(TForm1, Form1);
  Application.CreateForm(TFrm_SelIncept, Frm_SelIncept);
  Application.CreateForm(TFrm_Incept, Frm_Incept);
  Application.CreateForm(TFrm_LinkMain, Frm_LinkMain);
  Application.CreateForm(TFrm_Setup, Frm_Setup);
  Application.CreateForm(TFrm_Send, Frm_Send);
  Application.CreateForm(TFrm_SelMail, Frm_SelMail);
  Application.CreateForm(TFrm_Mailchart, Frm_Mailchart);
  Application.CreateForm(TFrm_Popedom, Frm_Popedom);
  Application.CreateForm(TFrm_PopEdit, Frm_PopEdit);
  Application.CreateForm(TBaseForm, BaseForm);
  Application.Run;
end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -