You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.1 KiB
Plaintext

unit u_info_price_agreeview;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, DBCtrls, bsSkinCtrls, wwdbdatetimepicker,
RxLookup, Mask, BusinessSkinForm;
type
Tfrm_info_price_agreeview = class(TForm)
bsSkinPanel1: TbsSkinPanel;
Label1: TLabel;
Label9: TLabel;
Label21: TLabel;
Label10: TLabel;
Label6: TLabel;
Label2: TLabel;
Label14: TLabel;
Label5: TLabel;
DBEdit1: TDBEdit;
RxDBLookupCombo4: TRxDBLookupCombo;
RxDBLookupCombo20: TRxDBLookupCombo;
wwDBDateTimePicker1: TwwDBDateTimePicker;
wwDBDateTimePicker3: TwwDBDateTimePicker;
wwDBDateTimePicker2: TwwDBDateTimePicker;
RxDBLookupCombo3: TRxDBLookupCombo;
DBEdit2: TDBEdit;
bsSkinGroupBox1: TbsSkinGroupBox;
DBRichEdit1: TDBRichEdit;
bsBusinessSkinForm1: TbsBusinessSkinForm;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frm_info_price_agreeview: Tfrm_info_price_agreeview;
implementation
uses u_info_price_manage, u_data_share;
{$R *.dfm}
end.