f_color.h
来自「一个移动通信用SMPP协议写的.非常经典!」· C头文件 代码 · 共 26 行
H
26 行
//---------------------------------------------------------------------------
#ifndef f_colorH
#define f_colorH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "CGRID.h"
//---------------------------------------------------------------------------
class Tn_color : public TForm
{
__published: // IDE-managed Components
TCColorGrid *CColorGrid1;
TButton *Button1;
TLabel *Label1;
private: // User declarations
public: // User declarations
__fastcall Tn_color(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tn_color *n_color;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?