|
|
@ -40,10 +40,10 @@ namespace MacManagerForTemPatch |
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
|
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
|
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
|
|
|
this.button_add_test = new System.Windows.Forms.Button(); |
|
|
this.button_removeAll = new System.Windows.Forms.Button(); |
|
|
this.button_removeAll = new System.Windows.Forms.Button(); |
|
|
this.button_save_csv = new System.Windows.Forms.Button(); |
|
|
this.button_save_csv = new System.Windows.Forms.Button(); |
|
|
this.serialPort = new System.IO.Ports.SerialPort(this.components); |
|
|
this.serialPort = new System.IO.Ports.SerialPort(this.components); |
|
|
this.button_add_test = new System.Windows.Forms.Button(); |
|
|
|
|
|
this.label_lastmac = new System.Windows.Forms.Label(); |
|
|
this.label_lastmac = new System.Windows.Forms.Label(); |
|
|
this.groupBox1.SuspendLayout(); |
|
|
this.groupBox1.SuspendLayout(); |
|
|
this.groupBox2.SuspendLayout(); |
|
|
this.groupBox2.SuspendLayout(); |
|
|
@ -140,6 +140,16 @@ namespace MacManagerForTemPatch |
|
|
this.groupBox2.TabStop = false; |
|
|
this.groupBox2.TabStop = false; |
|
|
this.groupBox2.Text = "관리"; |
|
|
this.groupBox2.Text = "관리"; |
|
|
//
|
|
|
//
|
|
|
|
|
|
// button_add_test
|
|
|
|
|
|
//
|
|
|
|
|
|
this.button_add_test.Location = new System.Drawing.Point(564, 173); |
|
|
|
|
|
this.button_add_test.Name = "button_add_test"; |
|
|
|
|
|
this.button_add_test.Size = new System.Drawing.Size(79, 40); |
|
|
|
|
|
this.button_add_test.TabIndex = 4; |
|
|
|
|
|
this.button_add_test.Text = "Test"; |
|
|
|
|
|
this.button_add_test.UseVisualStyleBackColor = true; |
|
|
|
|
|
this.button_add_test.Click += new System.EventHandler(this.button_add_test_Click); |
|
|
|
|
|
//
|
|
|
// button_removeAll
|
|
|
// button_removeAll
|
|
|
//
|
|
|
//
|
|
|
this.button_removeAll.Location = new System.Drawing.Point(564, 20); |
|
|
this.button_removeAll.Location = new System.Drawing.Point(564, 20); |
|
|
@ -160,17 +170,6 @@ namespace MacManagerForTemPatch |
|
|
this.button_save_csv.UseVisualStyleBackColor = true; |
|
|
this.button_save_csv.UseVisualStyleBackColor = true; |
|
|
this.button_save_csv.Click += new System.EventHandler(this.button_save_csv_Click); |
|
|
this.button_save_csv.Click += new System.EventHandler(this.button_save_csv_Click); |
|
|
//
|
|
|
//
|
|
|
// button_add_test
|
|
|
|
|
|
//
|
|
|
|
|
|
this.button_add_test.Location = new System.Drawing.Point(564, 173); |
|
|
|
|
|
this.button_add_test.Name = "button_add_test"; |
|
|
|
|
|
this.button_add_test.Size = new System.Drawing.Size(79, 40); |
|
|
|
|
|
this.button_add_test.TabIndex = 4; |
|
|
|
|
|
this.button_add_test.Text = "Test"; |
|
|
|
|
|
this.button_add_test.UseVisualStyleBackColor = true; |
|
|
|
|
|
this.button_add_test.Visible = false; |
|
|
|
|
|
this.button_add_test.Click += new System.EventHandler(this.button_add_test_Click); |
|
|
|
|
|
//
|
|
|
|
|
|
// label_lastmac
|
|
|
// label_lastmac
|
|
|
//
|
|
|
//
|
|
|
this.label_lastmac.AutoSize = true; |
|
|
this.label_lastmac.AutoSize = true; |
|
|
|