【delphi开源代码栏目提醒】:网学会员,鉴于大家对delphi开源代码十分关注,论文会员在此为大家搜集整理了“main_xtsz_tsform.pas”一文,供大家参考学习!
unit main_xtsz_tsform;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls, ComCtrls;
type
Tmain_xtsz_ts = class(TForm)
RichEdit1: TRichEdit;
Image1: TImage;
Label1: TLabel;
BitBtn1: TBitBtn;
Bevel1: TBevel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
main_xtsz_ts: Tmain_xtsz_ts;
implementation
{$R *.DFM}
end.