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

@@ -40,7 +40,7 @@
// tbGrp
//
this.tbGrp.Location = new System.Drawing.Point(14, 192);
this.tbGrp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tbGrp.Margin = new System.Windows.Forms.Padding(2);
this.tbGrp.Name = "tbGrp";
this.tbGrp.Size = new System.Drawing.Size(561, 46);
this.tbGrp.TabIndex = 1;
@@ -59,7 +59,7 @@
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(563, 52);
this.btOK.TabIndex = 3;
this.btOK.Text = "button1";
this.btOK.Text = "확인";
this.btOK.UseVisualStyleBackColor = true;
this.btOK.Click += new System.EventHandler(this.btOK_Click);
//
@@ -67,6 +67,9 @@
//
this.listBox1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.listBox1.FullRowSelect = true;
this.listBox1.GridLines = true;
this.listBox1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.listBox1.Location = new System.Drawing.Point(14, 12);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(561, 175);
@@ -82,6 +85,9 @@
//
this.listBox2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2});
this.listBox2.FullRowSelect = true;
this.listBox2.GridLines = true;
this.listBox2.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.listBox2.Location = new System.Drawing.Point(14, 246);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(561, 175);