// textBox1
//
this.textBox1.Location = new System.Drawing.Point(79, 12);
+ this.textBox1.MaxLength = 1;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(35, 21);
this.textBox1.TabIndex = 0;
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(143, 12);
+ this.textBox2.MaxLength = 2;
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(45, 21);
this.textBox2.TabIndex = 1;
{
public partial class Form4 : Form
{
+
private string prcode= "";
private string location = "";
+
+
+
+
+
public Form4()
{
InitializeComponent();
+
+ textBox1.KeyUp += Textbox1_UpperCase;
}
public void setPr(string prcode, string location)
{
}
+ private void Textbox1_UpperCase(object sender, KeyEventArgs e)
+ {
+ textBox1.Text = textBox1.Text.ToUpper();
+ }
}
}
z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.pdb
z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form3.resources
z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form4.resources
-z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.csproj.AssemblyReference.cache