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

游戏引擎

开发平台:

Visual C++

  1. //---------------------------------------------------------------------------
  2. #ifndef Unit3H
  3. #define Unit3H
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <ExtCtrls.hpp>
  10. #include <Grids.hpp>
  11. //---------------------------------------------------------------------------
  12. class TForm3 : public TForm
  13. {
  14. __published: // IDE-managed Components
  15.         TGroupBox *grpGoods;
  16.         TGroupBox *GroupBox2;
  17.         TLabel *Label22;
  18.         TLabel *Label23;
  19.         TLabel *Label24;
  20.         TLabel *Label25;
  21.         TLabel *Label26;
  22.         TLabel *Label27;
  23.         TLabel *Label28;
  24.         TLabel *Label29;
  25.         TEdit *Edit13;
  26.         TEdit *Edit14;
  27.         TEdit *Edit15;
  28.         TEdit *Edit16;
  29.         TEdit *Edit17;
  30.         TEdit *Edit18;
  31.         TComboBox *ComboBox7;
  32.         TCheckBox *CheckBox4;
  33.         TCheckBox *CheckBox5;
  34.         TCheckBox *CheckBox6;
  35.         TCheckBox *CheckBox7;
  36.         TCheckBox *CheckBox8;
  37.         TCheckBox *CheckBox9;
  38.         TGroupBox *GroupBox12;
  39.         TLabel *Label30;
  40.         TLabel *Label31;
  41.         TLabel *Label32;
  42.         TEdit *Edit19;
  43.         TEdit *Edit20;
  44.         TEdit *Edit21;
  45.         TGroupBox *GroupBox3;
  46.         TLabel *Label33;
  47.         TEdit *Edit22;
  48.         TGroupBox *GroupBox4;
  49.         TLabel *Label34;
  50.         TLabel *Label35;
  51.         TLabel *Label36;
  52.         TLabel *Label37;
  53.         TLabel *Label38;
  54.         TLabel *Label39;
  55.         TLabel *Label40;
  56.         TLabel *Label41;
  57.         TEdit *Edit23;
  58.         TEdit *Edit24;
  59.         TEdit *Edit25;
  60.         TEdit *Edit26;
  61.         TEdit *Edit27;
  62.         TEdit *Edit28;
  63.         TEdit *Edit29;
  64.         TEdit *Edit30;
  65.         TGroupBox *GroupBox5;
  66.         TLabel *Label42;
  67.         TLabel *Label43;
  68.         TLabel *Label44;
  69.         TLabel *Label45;
  70.         TLabel *Label46;
  71.         TLabel *Label47;
  72.         TEdit *Edit32;
  73.         TEdit *Edit33;
  74.         TEdit *Edit34;
  75.         TEdit *Edit35;
  76.         TEdit *Edit31;
  77.         TComboBox *ComboBox8;
  78.         TGroupBox *GroupBox6;
  79.         TLabel *Label48;
  80.         TLabel *Label49;
  81.         TLabel *Label50;
  82.         TLabel *Label51;
  83.         TLabel *Label52;
  84.         TEdit *Edit36;
  85.         TEdit *Edit37;
  86.         TEdit *Edit38;
  87.         TEdit *Edit39;
  88.         TComboBox *ComboBox9;
  89.         TGroupBox *GroupBox7;
  90.         TLabel *Label53;
  91.         TLabel *Label54;
  92.         TLabel *Label56;
  93.         TLabel *Label57;
  94.         TEdit *Edit40;
  95.         TEdit *Edit42;
  96.         TEdit *Edit43;
  97.         TComboBox *ComboBox10;
  98.         TButton *Button6;
  99.         TButton *Button8;
  100.         TButton *Button1;
  101.         TRadioGroup *RadioGroup1;
  102.         TListBox *ListBox2;
  103.         TLabel *Label1;
  104.         TLabel *Label2;
  105.         TLabel *Label3;
  106.         TEdit *Edit1;
  107.         TEdit *Edit2;
  108.         TEdit *Edit3;
  109.         TLabel *Label4;
  110.         TEdit *Edit4;
  111.         TComboBox *ComboBox1;
  112.         TStringGrid *StringGrid1;
  113.         TButton *Button2;
  114.         TButton *Button3;
  115.         void __fastcall Button8Click(TObject *Sender);
  116.         void __fastcall Button6Click(TObject *Sender);
  117.         void __fastcall RadioGroup1Click(TObject *Sender);
  118.         void __fastcall FormCreate(TObject *Sender);
  119.         void __fastcall Button1Click(TObject *Sender);
  120.         void __fastcall ListBox2Click(TObject *Sender);
  121.         void __fastcall Button2Click(TObject *Sender);
  122.         void __fastcall Button3Click(TObject *Sender);
  123. private: // User declarations
  124.         void __fastcall ClearGoods(void);
  125.         void __fastcall CheckAdd(int flag,AnsiString szStr);
  126.         void __fastcall LoadGoods(AnsiString szFileName);
  127. public: // User declarations
  128.         __fastcall TForm3(TComponent* Owner);
  129. };
  130. //---------------------------------------------------------------------------
  131. extern PACKAGE TForm3 *Form3;
  132. //---------------------------------------------------------------------------
  133. #endif