?? unit4.~cpp
字號:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "Unit4.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "SUIGrid"
#pragma resource "*.dfm"
TForm4 *Form4;
//---------------------------------------------------------------------------
__fastcall TForm4::TForm4(TComponent* Owner)
: TForm(Owner)
{
this->suiStringGrid1->ColWidths[0]=0;
this->suiStringGrid1->ColWidths[10]=1000;
this->suiStringGrid1->Cells[1][0]="Vmax";
this->suiStringGrid1->Cells[2][0]="RP";
this->suiStringGrid1->Cells[3][0]="OS";
this->suiStringGrid1->Cells[4][0]="APA";
this->suiStringGrid1->Cells[5][0]="APD20";
this->suiStringGrid1->Cells[6][0]="APD50";
this->suiStringGrid1->Cells[7][0]="APD90";
this->suiStringGrid1->Cells[8][0]="FC";
this->suiStringGrid1->Cells[9][0]="顏色";
this->suiStringGrid1->Cells[10][0]="當前打開的文件";
}
//---------------------------------------------------------------------------
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -