logix/AddLogAliace.pas

32 строки
499 B
Plaintext

unit AddLogAliace;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons;
type
TfrmAddNewLOGaliace = class(TForm)
btnOk: TBitBtn;
btnCancel: TBitBtn;
GroupBox1: TGroupBox;
edKey: TEdit;
edValue: TEdit;
Label1: TLabel;
Label2: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmAddNewLOGaliace: TfrmAddNewLOGaliace;
implementation
{$R *.dfm}
end.