Unit4.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:2k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. //---------------------------------------------------------------------------
  2. #ifndef Unit4H
  3. #define Unit4H
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <Grids.hpp>
  10. //---------------------------------------------------------------------------
  11. class TForm4 : public TForm
  12. {
  13. __published: // IDE-managed Components
  14.         TGroupBox *grpSkill;
  15.         TGroupBox *GroupBox9;
  16.         TLabel *Label58;
  17.         TLabel *Label59;
  18.         TLabel *Label60;
  19.         TLabel *Label61;
  20.         TLabel *Label62;
  21.         TLabel *Label63;
  22.         TEdit *Edit44;
  23.         TEdit *Edit45;
  24.         TEdit *Edit46;
  25.         TEdit *Edit47;
  26.         TComboBox *ComboBox11;
  27.         TCheckBox *CheckBox10;
  28.         TCheckBox *CheckBox11;
  29.         TCheckBox *CheckBox12;
  30.         TCheckBox *CheckBox13;
  31.         TCheckBox *CheckBox14;
  32.         TCheckBox *CheckBox15;
  33.         TCheckBox *CheckBox16;
  34.         TCheckBox *CheckBox17;
  35.         TCheckBox *CheckBox18;
  36.         TCheckBox *CheckBox19;
  37.         TGroupBox *GroupBox10;
  38.         TLabel *Label64;
  39.         TLabel *Label65;
  40.         TLabel *Label66;
  41.         TLabel *Label67;
  42.         TEdit *Edit48;
  43.         TEdit *Edit49;
  44.         TComboBox *ComboBox12;
  45.         TComboBox *ComboBox13;
  46.         TEdit *Edit50;
  47.         TComboBox *ComboBox14;
  48.         TEdit *Edit51;
  49.         TGroupBox *GroupBox13;
  50.         TStringGrid *StringGrid1;
  51.         TButton *Button12;
  52.         TButton *Button13;
  53.         TButton *Button9;
  54.         TButton *Button11;
  55.         TListBox *ListBox3;
  56.         TButton *Button1;
  57.         void __fastcall Button11Click(TObject *Sender);
  58.         void __fastcall Button9Click(TObject *Sender);
  59.         void __fastcall FormCreate(TObject *Sender);
  60.         void __fastcall Button12Click(TObject *Sender);
  61.         void __fastcall Button13Click(TObject *Sender);
  62.         void __fastcall ListBox3Click(TObject *Sender);
  63.         void __fastcall Button1Click(TObject *Sender);
  64. private: // User declarations
  65.         void __fastcall ClearSkill(void);
  66.         void __fastcall CheckAdd(int flag,AnsiString szStr);
  67.         void __fastcall LoadSkill(AnsiString szFileName);
  68. public: // User declarations
  69.         __fastcall TForm4(TComponent* Owner);
  70. };
  71. //---------------------------------------------------------------------------
  72. extern PACKAGE TForm4 *Form4;
  73. //---------------------------------------------------------------------------
  74. #endif