📄 form_customerinput.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_customerinput : RepairCRM.main
{
public Form_customerinput()
{
InitializeComponent();
}
private void Form_customerinput_Load(object sender, EventArgs e)
{
}
private void button1_Click(object sender, EventArgs e)
{
OpenFileDialog newfile = new OpenFileDialog();
if ( newfile.ShowDialog(this)==DialogResult.OK) {
picture.Width = 42;
picture.Height = 42;
picture.ImageLocation = newfile.FileName;
}
}
private void button3_Click(object sender, EventArgs e)
{
brithdayvalue.Text = "";
companyvlaue.Text = "";
costmortypevalue.Text = "";
emailvalue.Text = "";
moblervalue.Text = "";
xielivalue.Text = "";
pdatevalue.Text="";
phonevlaue.Text="";
positionvalue.Text="";
namevalue.Text = "";
ybvalue.Text = "";
ybvalue.Text = "";
addressvalue.Text = "";
icvalue.Text = "";
bzvlaue.Text = "";
picture.ImageLocation = "";
costmortypevalue.Text = "";
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -