⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 yh.cpp

📁 软件工程
💻 CPP
字号:
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop

#include "yh.h"
#include "login.h"
#include"cxbj.h"
#include "SS_sy.h"
#include"add_baojin.h"
#include"add_bj.h"
#include"add_zh.h"
#include"cx_baojin.h"
#include"cxbj.h"
#include"zh_bj.h"
#include"zh_gl.h"
#include"zh_jfgl.h"
#include"zh_jl.h"
#include"zh_liulan.h"
#include"zh_xx.h"
#include"zh_zlgl.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
Tyh1 *yh1;
//---------------------------------------------------------------------------
__fastcall Tyh1::Tyh1(TComponent* Owner)
        : TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall Tyh1::Button2Click(TObject *Sender)
{
log->Close();
}
//---------------------------------------------------------------------------

void __fastcall Tyh1::yh_ssClick(TObject *Sender)
{
SheS_ss->add->Visible = false;
SheS_ss->fixed->Visible = false;
SheS_ss->del->Visible = false;
SheS_ss->print->Visible = false;
SheS_ss->exit->Visible = false;
SheS_ss->yh_exit->Visible = true;
SheS_ss->Show();
}
//---------------------------------------------------------------------------

void __fastcall Tyh1::yh_bjClick(TObject *Sender)
{
  cx_bj1->Button5->Visible = false;
  cx_bj1->Button2->Visible = false;
  cx_bj1->Button3->Visible = false;
  cx_bj1->exit->Visible    = true;
  cx_bj1->Edit8->ReadOnly  = true;
  cx_bj1->Show();
}
//---------------------------------------------------------------------------


void __fastcall Tyh1::yh_zlClick(TObject *Sender)
{
zh_xx1->Button2->Visible = false;
zh_xx1->Button3->Visible = false;
zh_xx1->Button4->Visible = false;
zh_xx1->exit   ->Visible = true;
zh_xx1->Edit1->ReadOnly =  true;
zh_xx1->Show();
}
//---------------------------------------------------------------------------


void __fastcall Tyh1::yh_feiyongClick(TObject *Sender)
{
zh_jfgl1->Edit38->ReadOnly = true;
zh_jfgl1->Button2->Visible = false;
zh_jfgl1->Button3->Visible = false;
zh_jfgl1->exit->Visible   =  true;
zh_jfgl1->Show();
}
//---------------------------------------------------------------------------

void __fastcall Tyh1::Button1Click(TObject *Sender)
{
yh1->Close();
log->Show();
}
//---------------------------------------------------------------------------



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -