?? bd.h
字號:
//---------------------------------------------------------------------------
#ifndef bdH
#define bdH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class Tform_bd : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TLabel *Label2;
TEdit *Edit1;
TEdit *Edit2;
TEdit *Edit3;
TEdit *Edit4;
TEdit *Edit5;
TEdit *Edit6;
TEdit *Edit7;
TEdit *Edit8;
TEdit *Edit9;
TEdit *Edit10;
TLabel *Label3;
TLabel *Label6;
TEdit *Edit11;
TEdit *Edit12;
TButton *Button1;
TButton *Button2;
TLabel *Label5;
TLabel *Label7;
TLabel *Label8;
TEdit *rr;
TEdit *k_dz;
TEdit *ad_t;
TLabel *use_mode;
TEdit *use_e;
TLabel *zero_ad;
TLabel *now_l;
TLabel *store_l;
TLabel *total_l;
TEdit *zero_ad_e;
TEdit *now_wei_e;
TEdit *store_wei_e;
TEdit *total_wei_e;
TButton *clear;
TButton *store;
TTimer *Timer1;
TEdit *j2_e;
TEdit *z2_e;
TEdit *now_ad_e;
TEdit *ad_jin0_e;
TEdit *ad_jin1_e;
TEdit *ad_jin2_e;
TEdit *len_e;
TEdit *k_j_z_e;
TLabel *Label9;
TLabel *Label10;
TLabel *Label11;
TEdit *j1_e;
TEdit *z1_e;
TLabel *Label13;
TLabel *Label17;
TLabel *Label12;
TLabel *Label19;
TLabel *Label20;
TLabel *Label21;
TLabel *Label22;
TLabel *Label23;
TLabel *Label24;
TLabel *Label25;
TLabel *Label26;
TEdit *smtp_host;
TEdit *hpz;
TEdit *zpz;
TEdit *cz;
TEdit *lw;
TEdit *smtp_id;
TEdit *ftp_host;
TEdit *ftp_id;
TEdit *ftp_pw;
TLabel *Label27;
TLabel *Label28;
TEdit *smtp_to_address;
TLabel *Label29;
TLabel *Label30;
TLabel *Label31;
TEdit *pb_mode;
TEdit *hq_mode;
TEdit *sj_mode;
TButton *Button3;
TLabel *Label32;
TLabel *Label33;
TLabel *Label34;
TLabel *Label35;
TEdit *yh_mode;
TLabel *Label36;
TLabel *Label37;
TLabel *Label38;
TLabel *Label39;
TEdit *irq;
TLabel *Label40;
TLabel *Label41;
TEdit *Edit13;
TEdit *Edit14;
TEdit *Edit15;
TEdit *Edit16;
TEdit *Edit17;
TLabel *Label42;
TEdit *if_auto;
TLabel *Label43;
TLabel *Label44;
TLabel *Label45;
TEdit *if_fx;
TEdit *Edit18;
TEdit *Edit19;
TEdit *Edit20;
TLabel *Label46;
TButton *hand_clear;
TLabel *Label47;
TLabel *Label49;
TEdit *which_com;
TEdit *tele;
TLabel *Label50;
TLabel *Label48;
TLabel *Label51;
TEdit *if_autopi;
TLabel *Label52;
TEdit *zero_ad1_e;
TEdit *zero_ad2_e;
TEdit *j4_e;
TEdit *z4_e;
TEdit *j3_e;
TEdit *z3_e;
TEdit *j5_e;
TLabel *Label18;
TEdit *Edit21;
TEdit *z6_e;
TEdit *z5_e;
TEdit *z8_e;
TEdit *z7_e;
TEdit *j7_e;
TEdit *j6_e;
TEdit *j9_e;
TEdit *j8_e;
TEdit *j10_e;
TEdit *ftp_path;
TLabel *Label4;
TEdit *e_chsb;
TLabel *Label14;
void __fastcall Button1Click(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
void __fastcall Timer1Timer(TObject *Sender);
void __fastcall clearClick(TObject *Sender);
void __fastcall storeClick(TObject *Sender);
void __fastcall k_jin_eChange(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall FormHide(TObject *Sender);
//void __fastcall printClick(TObject *Sender);
//void __fastcall enterClick(TObject *Sender);
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall Button3Click(TObject *Sender);
void __fastcall hand_clearClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall Tform_bd(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tform_bd *form_bd;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -