home *** CD-ROM | disk | FTP | other *** search
- unit Cciccinf;
-
- interface
-
- uses
- SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
- Forms, Dialogs, StdCtrls, Buttons, ExtCtrls, Grids, Outline, CCWSock;
-
- type
- TCCICInfoDlg = class(TForm)
- Panel1: TPanel;
- BitBtn1: TBitBtn;
- BitBtn2: TBitBtn;
- Panel4: TPanel;
- ListBox2: TListBox;
- Panel2: TPanel;
- Edit1: TEdit;
- Panel3: TPanel;
- Edit2: TEdit;
- Panel5: TPanel;
- Edit3: TEdit;
- Panel8: TPanel;
- Edit4: TEdit;
- Panel9: TPanel;
- Edit5: TEdit;
- Panel6: TPanel;
- Outline1: TOutline;
- Label1: TLabel;
- Label2: TLabel;
- Button1: TButton;
- Button2: TButton;
- Button3: TButton;
- Button4: TButton;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- var
- CCICInfoDlg: TCCICInfoDlg;
-
- implementation
-
- uses CCICCFrm;
-
- {$R *.DFM}
-
- end.
-