This commit is contained in:
chikyun.kim
2019-08-23 18:08:04 +09:00
parent 63dffe62ef
commit 6a90be2e6d
26 changed files with 933 additions and 436 deletions

View File

@@ -73,6 +73,16 @@
label1.TabIndex = 0;
label1.Text = "입력일";
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(29, 64);
label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(46, 28);
label2.TabIndex = 9;
label2.Text = "S/N";
//
// tbRemark
//
this.tbRemark.ImeMode = System.Windows.Forms.ImeMode.Hangul;
@@ -99,7 +109,7 @@
this.btSave.Name = "btSave";
this.btSave.Size = new System.Drawing.Size(532, 69);
this.btSave.TabIndex = 8;
this.btSave.Text = "저장(&S)";
this.btSave.Text = "확인(&S)";
this.btSave.UseVisualStyleBackColor = true;
this.btSave.Click += new System.EventHandler(this.button1_Click);
//
@@ -111,6 +121,7 @@
this.linkLabel7.Name = "linkLabel7";
this.linkLabel7.Size = new System.Drawing.Size(52, 28);
this.linkLabel7.TabIndex = 12;
this.linkLabel7.TabStop = true;
this.linkLabel7.Text = "결과";
this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
//
@@ -122,6 +133,7 @@
this.linkLabel6.Name = "linkLabel6";
this.linkLabel6.Size = new System.Drawing.Size(52, 28);
this.linkLabel6.TabIndex = 11;
this.linkLabel6.TabStop = true;
this.linkLabel6.Text = "원인";
this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
//
@@ -133,6 +145,7 @@
this.linkLabel5.Name = "linkLabel5";
this.linkLabel5.Size = new System.Drawing.Size(52, 28);
this.linkLabel5.TabIndex = 10;
this.linkLabel5.TabStop = true;
this.linkLabel5.Text = "위치";
this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
//
@@ -194,16 +207,6 @@
this.textBox1.TabIndex = 3;
this.textBox1.TabStop = false;
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(29, 64);
label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(46, 28);
label2.TabIndex = 9;
label2.Text = "S/N";
//
// Add
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 28F);