📄 u9_3_1.cpp
字号:
//--------------------- u9_3_1 ------------------------------------------------------
#include<stdio.h>
#include <vcl.h>
#pragma hdrstop
#include "u9_3_1.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
Tf9_3_1 *f9_3_1;
//---------------------------------------------------------------------------
__fastcall Tf9_3_1::Tf9_3_1(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall Tf9_3_1::FormPaint(TObject *Sender)
{
struct stu_struct
{ char name[20];
int chi;
int eng;
float ave;
};
stu_struct t,stu[100]={{"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -