unit WinForm;
interface
uses
System.Drawing, System.Collections, System.ComponentModel,
System.Windows.Forms, System.Data, Borland.Vcl.SysUtils;
type
TWinForm = class(System.Windows.Forms.Form)
{$REGION ‘Designer Managed Code’}
strict private
///
/// Required designer variable.
///
Components: System.ComponentModel.Container;
Button1: System.Windows.Forms.Button;
Button2: System.Windows.Forms.Button;
[...]

Recent Comments