- //---------------------------------------------------------------------------
- #ifndef Unit3H
- #define Unit3H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- #include <Grids.hpp>
- //---------------------------------------------------------------------------
- class TForm3 : public TForm
- {
- __published: // IDE-managed Components
- TGroupBox *grpGoods;
- TGroupBox *GroupBox2;
- TLabel *Label22;
- TLabel *Label23;
- TLabel *Label24;
- TLabel *Label25;
- TLabel *Label26;
- TLabel *Label27;
- TLabel *Label28;
- TLabel *Label29;
- TEdit *Edit13;
- TEdit *Edit14;
- TEdit *Edit15;
- TEdit *Edit16;
- TEdit *Edit17;
- TEdit *Edit18;
- TComboBox *ComboBox7;
- TCheckBox *CheckBox4;
- TCheckBox *CheckBox5;
- TCheckBox *CheckBox6;
- TCheckBox *CheckBox7;
- TCheckBox *CheckBox8;
- TCheckBox *CheckBox9;
- TGroupBox *GroupBox12;
- TLabel *Label30;
- TLabel *Label31;
- TLabel *Label32;
- TEdit *Edit19;
- TEdit *Edit20;
- TEdit *Edit21;
- TGroupBox *GroupBox3;
- TLabel *Label33;
- TEdit *Edit22;
- TGroupBox *GroupBox4;
- TLabel *Label34;
- TLabel *Label35;
- TLabel *Label36;
- TLabel *Label37;
- TLabel *Label38;
- TLabel *Label39;
- TLabel *Label40;
- TLabel *Label41;
- TEdit *Edit23;
- TEdit *Edit24;
- TEdit *Edit25;
- TEdit *Edit26;
- TEdit *Edit27;
- TEdit *Edit28;
- TEdit *Edit29;
- TEdit *Edit30;
- TGroupBox *GroupBox5;
- TLabel *Label42;
- TLabel *Label43;
- TLabel *Label44;
- TLabel *Label45;
- TLabel *Label46;
- TLabel *Label47;
- TEdit *Edit32;
- TEdit *Edit33;
- TEdit *Edit34;
- TEdit *Edit35;
- TEdit *Edit31;
- TComboBox *ComboBox8;
- TGroupBox *GroupBox6;
- TLabel *Label48;
- TLabel *Label49;
- TLabel *Label50;
- TLabel *Label51;
- TLabel *Label52;
- TEdit *Edit36;
- TEdit *Edit37;
- TEdit *Edit38;
- TEdit *Edit39;
- TComboBox *ComboBox9;
- TGroupBox *GroupBox7;
- TLabel *Label53;
- TLabel *Label54;
- TLabel *Label56;
- TLabel *Label57;
- TEdit *Edit40;
- TEdit *Edit42;
- TEdit *Edit43;
- TComboBox *ComboBox10;
- TButton *Button6;
- TButton *Button8;
- TButton *Button1;
- TRadioGroup *RadioGroup1;
- TListBox *ListBox2;
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- TEdit *Edit1;
- TEdit *Edit2;
- TEdit *Edit3;
- TLabel *Label4;
- TEdit *Edit4;
- TComboBox *ComboBox1;
- TStringGrid *StringGrid1;
- TButton *Button2;
- TButton *Button3;
- void __fastcall Button8Click(TObject *Sender);
- void __fastcall Button6Click(TObject *Sender);
- void __fastcall RadioGroup1Click(TObject *Sender);
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall ListBox2Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall Button3Click(TObject *Sender);
- private: // User declarations
- void __fastcall ClearGoods(void);
- void __fastcall CheckAdd(int flag,AnsiString szStr);
- void __fastcall LoadGoods(AnsiString szFileName);
- public: // User declarations
- __fastcall TForm3(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm3 *Form3;
- //---------------------------------------------------------------------------
- #endif