📄 unit_file.~h
字号:
//---------------------------------------------------------------------------
#ifndef Unit_FileH
#define Unit_FileH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm_File : public TForm
{
__published: // IDE-managed Components
TGroupBox *GroupBox1;
TCheckBox *CheckBox_1;
TCheckBox *CheckBox_2;
TCheckBox *CheckBox_3;
TGroupBox *GroupBox2;
TLabel *Label1;
TEdit *Edit_Total;
TLabel *Label2;
TEdit *Edit_Spray;
TLabel *Label3;
TEdit *Edit_InOut;
TLabel *Label4;
TEdit *Edit_Break;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TLabel *Label8;
TGroupBox *GroupBox3;
TLabel *Label9;
TEdit *Edit_Code;
TLabel *Label10;
TEdit *Edit_Name;
TLabel *Label11;
TEdit *Edit_Condition;
TLabel *Label12;
TEdit *Edit_UserNo;
TRadioGroup *RadioGroup_State;
TRadioGroup *RadioGroup_Assem;
TLabel *Label13;
TEdit *Edit_ReportNo;
TLabel *Label14;
TEdit *Edit_Memo;
TButton *Button1;
TButton *Button2;
void __fastcall Button2Click(TObject *Sender);
void __fastcall FormActivate(TObject *Sender);
void __fastcall Button1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm_File(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm_File *Form_File;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -