4 Star 8 Fork 10

mellen / dbooks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Unit3.pas 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
sfm 提交于 2023-05-16 14:49 . 新增窗体
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls;
type
TForm3 = class(TForm)
PageControl1: TPageControl;
RichTextTabSheet: TTabSheet;
Label3: TLabel;
RichEdit1: TRichEdit;
LogTabSheet: TTabSheet;
Label7: TLabel;
LogListBox: TListBox;
Button2: TButton;
TabSheet2: TTabSheet;
Label4: TLabel;
Label5: TLabel;
Label9: TLabel;
TabSheet1: TTabSheet;
Label8: TLabel;
Label10: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form3: TForm3;
implementation
{$R *.dfm}
end.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/mellen/dbooks.git
git@gitee.com:mellen/dbooks.git
mellen
dbooks
dbooks
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891