Unit4.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:2k
- //---------------------------------------------------------------------------
- #ifndef Unit4H
- #define Unit4H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Grids.hpp>
- //---------------------------------------------------------------------------
- class TForm4 : public TForm
- {
- __published: // IDE-managed Components
- TGroupBox *grpSkill;
- TGroupBox *GroupBox9;
- TLabel *Label58;
- TLabel *Label59;
- TLabel *Label60;
- TLabel *Label61;
- TLabel *Label62;
- TLabel *Label63;
- TEdit *Edit44;
- TEdit *Edit45;
- TEdit *Edit46;
- TEdit *Edit47;
- TComboBox *ComboBox11;
- TCheckBox *CheckBox10;
- TCheckBox *CheckBox11;
- TCheckBox *CheckBox12;
- TCheckBox *CheckBox13;
- TCheckBox *CheckBox14;
- TCheckBox *CheckBox15;
- TCheckBox *CheckBox16;
- TCheckBox *CheckBox17;
- TCheckBox *CheckBox18;
- TCheckBox *CheckBox19;
- TGroupBox *GroupBox10;
- TLabel *Label64;
- TLabel *Label65;
- TLabel *Label66;
- TLabel *Label67;
- TEdit *Edit48;
- TEdit *Edit49;
- TComboBox *ComboBox12;
- TComboBox *ComboBox13;
- TEdit *Edit50;
- TComboBox *ComboBox14;
- TEdit *Edit51;
- TGroupBox *GroupBox13;
- TStringGrid *StringGrid1;
- TButton *Button12;
- TButton *Button13;
- TButton *Button9;
- TButton *Button11;
- TListBox *ListBox3;
- TButton *Button1;
- void __fastcall Button11Click(TObject *Sender);
- void __fastcall Button9Click(TObject *Sender);
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall Button12Click(TObject *Sender);
- void __fastcall Button13Click(TObject *Sender);
- void __fastcall ListBox3Click(TObject *Sender);
- void __fastcall Button1Click(TObject *Sender);
- private: // User declarations
- void __fastcall ClearSkill(void);
- void __fastcall CheckAdd(int flag,AnsiString szStr);
- void __fastcall LoadSkill(AnsiString szFileName);
- public: // User declarations
- __fastcall TForm4(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm4 *Form4;
- //---------------------------------------------------------------------------
- #endif