📄 form_repair_checkout.cs
字号:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace RepairCRM
{
public partial class Form_repair_checkout : RepairCRM.main
{
public Form_repair_checkout()
{
InitializeComponent();
}
private void Form_repair_checkout_Load(object sender, EventArgs e)
{
}
private void cancal_Click(object sender, EventArgs e)
{
this.Hide();
this.Dispose();
}
private void textBox4_TextChanged(object sender, EventArgs e)
{
}
private void button4_Click(object sender, EventArgs e)
{
if (!skvalue.Visible)
skvalue.Visible = true;
else
skvalue.Visible = false;
}
private void button3_Click(object sender, EventArgs e)
{
if (!spvalue.Visible)
spvalue.Visible = true;
else
spvalue.Visible = false;
}
private void button2_Click(object sender, EventArgs e)
{
if (!companyvalue.Visible)
companyvalue.Visible = true;
else
companyvalue.Visible = false;
}
private void getbooknumber_Click(object sender, EventArgs e)
{
if (!bookvalue.Visible)
bookvalue.Visible = true;
else
bookvalue.Visible = false;
}
private void groupBox1_Enter(object sender, EventArgs e)
{
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -