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

游戏引擎

开发平台:

Visual C++

  1. //---------------------------------------------------------------------------
  2. #ifndef Unit2H
  3. #define Unit2H
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <Grids.hpp>
  10. #include "CSPIN.h"
  11. //---------------------------------------------------------------------------
  12. class TForm2 : public TForm
  13. {
  14. __published: // IDE-managed Components
  15.         TGroupBox *grpNPC;
  16.         TLabel *Label1;
  17.         TLabel *Label2;
  18.         TLabel *Label3;
  19.         TLabel *Label5;
  20.         TLabel *Label11;
  21.         TLabel *Label13;
  22.         TLabel *Label14;
  23.         TLabel *Label15;
  24.         TLabel *Label16;
  25.         TLabel *Label8;
  26.         TLabel *Label17;
  27.         TLabel *Label12;
  28.         TLabel *Label9;
  29.         TLabel *Label19;
  30.         TLabel *Label20;
  31.         TLabel *Label4;
  32.         TLabel *Label10;
  33.         TLabel *Label21;
  34.         TLabel *Label18;
  35.         TLabel *Label74;
  36.         TLabel *Label71;
  37.         TLabel *Label72;
  38.         TLabel *Label73;
  39.         TLabel *Label6;
  40.         TLabel *Label7;
  41.         TEdit *Edit1;
  42.         TEdit *Edit2;
  43.         TComboBox *ComboBox1;
  44.         TComboBox *ComboBox2;
  45.         TEdit *Edit6;
  46.         TEdit *Edit8;
  47.         TEdit *Edit9;
  48.         TEdit *Edit10;
  49.         TEdit *Edit11;
  50.         TEdit *Edit4;
  51.         TEdit *Edit12;
  52.         TEdit *Edit7;
  53.         TEdit *Edit5;
  54.         TComboBox *ComboBox5;
  55.         TComboBox *ComboBox6;
  56.         TEdit *Edit3;
  57.         TCheckBox *CheckBox1;
  58.         TCheckBox *CheckBox2;
  59.         TCheckBox *CheckBox3;
  60.         TComboBox *ComboBox16;
  61.         TEdit *Edit55;
  62.         TButton *Button1;
  63.         TStringGrid *StringGrid2;
  64.         TButton *Button16;
  65.         TComboBox *ComboBox17;
  66.         TEdit *Edit56;
  67.         TStringGrid *StringGrid3;
  68.         TButton *Button2;
  69.         TButton *Button15;
  70.         TEdit *Edit57;
  71.         TComboBox *ComboBox18;
  72.         TComboBox *ComboBox3;
  73.         TComboBox *ComboBox4;
  74.         TComboBox *ComboBox15;
  75.         TButton *Button3;
  76.         TButton *Button5;
  77.         TListBox *ListBox1;
  78.         TLabel *Label22;
  79.         TStringGrid *StringGrid1;
  80.         TButton *Button4;
  81.         TButton *Button6;
  82.         TComboBox *ComboBox7;
  83.         TListBox *ListBox2;
  84.         TButton *Button7;
  85.         TLabel *Label23;
  86.         TComboBox *ComboBox8;
  87.         TStringGrid *StringGrid4;
  88.         TEdit *Edit13;
  89.         TComboBox *ComboBox9;
  90.         TLabel *Label24;
  91.         TButton *Button8;
  92.         TButton *Button9;
  93.         TButton *Button10;
  94.         TButton *Button11;
  95.         TLabel *Label25;
  96.         TCSpinEdit *CSpinEdit1;
  97.         TStringGrid *StringGrid5;
  98.     TCheckBox *CheckBoxEvent;
  99.     TComboBox *ComboBoxEventList;
  100.         TEdit *Edit14;
  101.         TEdit *Edit15;
  102.         void __fastcall Button5Click(TObject *Sender);
  103.         void __fastcall Button3Click(TObject *Sender);
  104.         void __fastcall FormCreate(TObject *Sender);
  105.         void __fastcall ComboBox4Change(TObject *Sender);
  106.         void __fastcall CheckBox1Click(TObject *Sender);
  107.         void __fastcall Button2Click(TObject *Sender);
  108.         void __fastcall Button1Click(TObject *Sender);
  109.         void __fastcall Button16Click(TObject *Sender);
  110.         void __fastcall Button15Click(TObject *Sender);
  111.         void __fastcall Button4Click(TObject *Sender);
  112.         void __fastcall Button6Click(TObject *Sender);
  113.         void __fastcall ComboBox7Change(TObject *Sender);
  114.         void __fastcall ListBox2Click(TObject *Sender);
  115.         void __fastcall Button7Click(TObject *Sender);
  116.         void __fastcall Button8Click(TObject *Sender);
  117.         void __fastcall Button9Click(TObject *Sender);
  118.         void __fastcall Button10Click(TObject *Sender);
  119.         void __fastcall Button11Click(TObject *Sender);
  120.         void __fastcall FormDestroy(TObject *Sender);
  121.         void __fastcall StringGrid5Click(TObject *Sender);
  122.     void __fastcall CheckBoxEventClick(TObject *Sender);
  123. private: // User declarations
  124.         void __fastcall ClearNPC(void);
  125.         void __fastcall CheckAdd(int flag,AnsiString szStr);
  126.         void __fastcall LoadNPC(AnsiString szFileName);
  127.         void __fastcall ReleaseGiving();
  128. public: // User declarations
  129.         __fastcall TForm2(TComponent* Owner);
  130.         void ChangList(int SelecetedAfterUpdating = 0);
  131. };
  132. //---------------------------------------------------------------------------
  133. extern PACKAGE TForm2 *Form2;
  134. //---------------------------------------------------------------------------
  135. #endif