【delphi开源代码栏目提醒】:网学会员为广大网友收集整理了,modilp.pas,希望对大家有所帮助!
unit modilp;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
Tcz_c = class(TForm)
mph_LEdit: TLabeledEdit;
hzLEdit: TLabeledEdit;
tdh_LEdit: TLabeledEdit;
cqh_LEdit: TLabeledEdit;
hx_LEdit: TLabeledEdit;
mj_LEdit: TLabeledEdit;
CheckBox1: TCheckBox;
xs_c: TCheckBox;
cmdok: TButton;
cmdclose: TButton;
private
{ Private declarations }
public
{ Public declarations }
end;
var
cz_c: Tcz_c;
implementation
{$R *.dfm}
end.