2 Star 8 Fork 3

闲散居士/数据库备份

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
U_userrole.pas 714 Bytes
一键复制 编辑 原始数据 按行查看 历史
闲散居士 提交于 2021-12-08 10:58 . 清理源码注释
unit U_userrole;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls;
type
TFrm_SetUserRole = class(TForm)
Panel1: TPanel;
Panel2: TPanel;
Rg_ImportUser: TRadioGroup;
Panel3: TPanel;
Panel5: TPanel;
SpeedButton1: TSpeedButton;
Me_Roles: TMemo;
Label1: TLabel;
Ed_UserPass: TEdit;
private
{ Private declarations }
public
{ Public declarations }
function FrmShow: Integer;
end;
var
Frm_SetUserRole: TFrm_SetUserRole;
implementation
{$R *.DFM}
{ TFrm_SetUserRole }
function TFrm_SetUserRole.FrmShow: Integer;
var i:integer;
begin
end;
end.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/xyxia/oraback.git
git@gitee.com:xyxia/oraback.git
xyxia
oraback
数据库备份
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385