diff --git a/EcomAnalysis/Form1.Designer.cs b/EcomAnalysis/Form1.Designer.cs index a031b7b..ad3cd9c 100644 --- a/EcomAnalysis/Form1.Designer.cs +++ b/EcomAnalysis/Form1.Designer.cs @@ -26,18 +26,6 @@ private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.TxtLogFilename = new System.Windows.Forms.TextBox(); - this.label2 = new System.Windows.Forms.Label(); - this.TxtFB1 = new System.Windows.Forms.TextBox(); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.label6 = new System.Windows.Forms.Label(); - this.TxtFB2 = new System.Windows.Forms.TextBox(); - this.TxtFB3 = new System.Windows.Forms.TextBox(); - this.TxtFB4 = new System.Windows.Forms.TextBox(); - this.TxtFB5 = new System.Windows.Forms.TextBox(); - this.label7 = new System.Windows.Forms.Label(); - this.TxtFBTotal = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.TxtDateTime = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); @@ -68,6 +56,10 @@ this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.BtnCompareLogs = new System.Windows.Forms.Button(); this.BtnClose = new System.Windows.Forms.Button(); + this.listView3 = new System.Windows.Forms.ListView(); + this.columnHeader14 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader16 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.SuspendLayout(); // // label1 @@ -89,145 +81,13 @@ this.TxtLogFilename.Size = new System.Drawing.Size(647, 19); this.TxtLogFilename.TabIndex = 1; // - // label2 - // - this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label2.Location = new System.Drawing.Point(31, 141); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(41, 24); - this.label2.TabIndex = 2; - this.label2.Text = "OK"; - // - // TxtFB1 - // - this.TxtFB1.BackColor = System.Drawing.SystemColors.Info; - this.TxtFB1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.TxtFB1.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.TxtFB1.Location = new System.Drawing.Point(167, 138); - this.TxtFB1.Name = "TxtFB1"; - this.TxtFB1.ReadOnly = true; - this.TxtFB1.Size = new System.Drawing.Size(199, 24); - this.TxtFB1.TabIndex = 3; - this.TxtFB1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label3.Location = new System.Drawing.Point(31, 171); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(62, 24); - this.label3.TabIndex = 4; - this.label3.Text = "Good"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label4.Location = new System.Drawing.Point(31, 201); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(54, 24); - this.label4.TabIndex = 5; - this.label4.Text = "Nice"; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label5.Location = new System.Drawing.Point(31, 231); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(65, 24); - this.label5.TabIndex = 6; - this.label5.Text = "Great"; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label6.Location = new System.Drawing.Point(31, 261); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(101, 24); - this.label6.TabIndex = 7; - this.label6.Text = "Excellent"; - // - // TxtFB2 - // - this.TxtFB2.BackColor = System.Drawing.SystemColors.Info; - this.TxtFB2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.TxtFB2.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.TxtFB2.Location = new System.Drawing.Point(167, 168); - this.TxtFB2.Name = "TxtFB2"; - this.TxtFB2.ReadOnly = true; - this.TxtFB2.Size = new System.Drawing.Size(199, 24); - this.TxtFB2.TabIndex = 8; - this.TxtFB2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; - // - // TxtFB3 - // - this.TxtFB3.BackColor = System.Drawing.SystemColors.Info; - this.TxtFB3.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.TxtFB3.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.TxtFB3.Location = new System.Drawing.Point(167, 198); - this.TxtFB3.Name = "TxtFB3"; - this.TxtFB3.ReadOnly = true; - this.TxtFB3.Size = new System.Drawing.Size(199, 24); - this.TxtFB3.TabIndex = 9; - this.TxtFB3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; - // - // TxtFB4 - // - this.TxtFB4.BackColor = System.Drawing.SystemColors.Info; - this.TxtFB4.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.TxtFB4.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.TxtFB4.Location = new System.Drawing.Point(167, 228); - this.TxtFB4.Name = "TxtFB4"; - this.TxtFB4.ReadOnly = true; - this.TxtFB4.Size = new System.Drawing.Size(199, 24); - this.TxtFB4.TabIndex = 10; - this.TxtFB4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; - // - // TxtFB5 - // - this.TxtFB5.BackColor = System.Drawing.SystemColors.Info; - this.TxtFB5.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.TxtFB5.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.TxtFB5.Location = new System.Drawing.Point(167, 258); - this.TxtFB5.Name = "TxtFB5"; - this.TxtFB5.ReadOnly = true; - this.TxtFB5.Size = new System.Drawing.Size(199, 24); - this.TxtFB5.TabIndex = 11; - this.TxtFB5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; - // - // label7 - // - this.label7.AutoSize = true; - this.label7.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label7.Location = new System.Drawing.Point(31, 300); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(58, 24); - this.label7.TabIndex = 12; - this.label7.Text = "合計"; - // - // TxtFBTotal - // - this.TxtFBTotal.BackColor = System.Drawing.SystemColors.Info; - this.TxtFBTotal.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.TxtFBTotal.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.TxtFBTotal.Location = new System.Drawing.Point(167, 297); - this.TxtFBTotal.Name = "TxtFBTotal"; - this.TxtFBTotal.ReadOnly = true; - this.TxtFBTotal.Size = new System.Drawing.Size(199, 24); - this.TxtFBTotal.TabIndex = 13; - this.TxtFBTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; - // // label8 // this.label8.AutoSize = true; - this.label8.Font = new System.Drawing.Font("MS UI Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label8.Location = new System.Drawing.Point(273, 40); + this.label8.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + this.label8.Location = new System.Drawing.Point(260, 40); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(94, 21); + this.label8.Size = new System.Drawing.Size(120, 27); this.label8.TabIndex = 14; this.label8.Text = "実施日時"; // @@ -235,21 +95,20 @@ // this.TxtDateTime.BackColor = System.Drawing.SystemColors.Info; this.TxtDateTime.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.TxtDateTime.Font = new System.Drawing.Font("MS UI Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.TxtDateTime.Location = new System.Drawing.Point(373, 40); + this.TxtDateTime.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + this.TxtDateTime.Location = new System.Drawing.Point(386, 40); this.TxtDateTime.Name = "TxtDateTime"; this.TxtDateTime.ReadOnly = true; - this.TxtDateTime.Size = new System.Drawing.Size(326, 21); + this.TxtDateTime.Size = new System.Drawing.Size(325, 27); this.TxtDateTime.TabIndex = 15; - this.TxtDateTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label9 // this.label9.AutoSize = true; - this.label9.Font = new System.Drawing.Font("MS UI Gothic", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label9.Location = new System.Drawing.Point(12, 40); + this.label9.Font = new System.Drawing.Font("MS UI Gothic", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + this.label9.Location = new System.Drawing.Point(17, 40); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(251, 37); + this.label9.Size = new System.Drawing.Size(237, 35); this.label9.TabIndex = 16; this.label9.Text = "Ecom実施結果"; // @@ -258,6 +117,7 @@ this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); + this.listView1.BackColor = System.Drawing.Color.BlanchedAlmond; this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, @@ -272,9 +132,9 @@ this.listView1.FullRowSelect = true; this.listView1.GridLines = true; this.listView1.HideSelection = false; - this.listView1.Location = new System.Drawing.Point(24, 375); + this.listView1.Location = new System.Drawing.Point(14, 412); this.listView1.Name = "listView1"; - this.listView1.Size = new System.Drawing.Size(675, 227); + this.listView1.Size = new System.Drawing.Size(697, 219); this.listView1.TabIndex = 17; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; @@ -334,29 +194,29 @@ // label10 // this.label10.AutoSize = true; - this.label10.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label10.Location = new System.Drawing.Point(19, 345); + this.label10.Font = new System.Drawing.Font("MS UI Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + this.label10.Location = new System.Drawing.Point(12, 388); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(157, 27); + this.label10.Size = new System.Drawing.Size(165, 21); this.label10.TabIndex = 18; - this.label10.Text = "シーン別解析"; + this.label10.Text = "シーン別詳細解析"; // // TxtSubject // this.TxtSubject.BackColor = System.Drawing.SystemColors.Info; this.TxtSubject.BorderStyle = System.Windows.Forms.BorderStyle.None; this.TxtSubject.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.TxtSubject.Location = new System.Drawing.Point(373, 77); + this.TxtSubject.Location = new System.Drawing.Point(386, 77); this.TxtSubject.Name = "TxtSubject"; this.TxtSubject.ReadOnly = true; - this.TxtSubject.Size = new System.Drawing.Size(212, 27); + this.TxtSubject.Size = new System.Drawing.Size(211, 27); this.TxtSubject.TabIndex = 20; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label11.Location = new System.Drawing.Point(273, 77); + this.label11.Location = new System.Drawing.Point(260, 77); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(93, 27); this.label11.TabIndex = 19; @@ -364,8 +224,9 @@ // // BtnSaveSceneTable // + this.BtnSaveSceneTable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.BtnSaveSceneTable.Font = new System.Drawing.Font("MS UI Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.BtnSaveSceneTable.Location = new System.Drawing.Point(468, 621); + this.BtnSaveSceneTable.Location = new System.Drawing.Point(473, 648); this.BtnSaveSceneTable.Name = "BtnSaveSceneTable"; this.BtnSaveSceneTable.Size = new System.Drawing.Size(117, 38); this.BtnSaveSceneTable.TabIndex = 21; @@ -383,7 +244,7 @@ // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label12.Location = new System.Drawing.Point(591, 77); + this.label12.Location = new System.Drawing.Point(603, 77); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(62, 27); this.label12.TabIndex = 22; @@ -394,7 +255,7 @@ this.TxtVisit.BackColor = System.Drawing.SystemColors.Info; this.TxtVisit.BorderStyle = System.Windows.Forms.BorderStyle.None; this.TxtVisit.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.TxtVisit.Location = new System.Drawing.Point(659, 77); + this.TxtVisit.Location = new System.Drawing.Point(671, 77); this.TxtVisit.Name = "TxtVisit"; this.TxtVisit.ReadOnly = true; this.TxtVisit.Size = new System.Drawing.Size(40, 27); @@ -403,6 +264,7 @@ // // listView2 // + this.listView2.BackColor = System.Drawing.Color.Pink; this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader10, this.columnHeader11, @@ -411,9 +273,9 @@ this.listView2.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.listView2.GridLines = true; this.listView2.HideSelection = false; - this.listView2.Location = new System.Drawing.Point(395, 201); + this.listView2.Location = new System.Drawing.Point(414, 243); this.listView2.Name = "listView2"; - this.listView2.Size = new System.Drawing.Size(304, 125); + this.listView2.Size = new System.Drawing.Size(297, 125); this.listView2.TabIndex = 24; this.listView2.UseCompatibleStateImageBehavior = false; this.listView2.View = System.Windows.Forms.View.Details; @@ -444,17 +306,18 @@ // label13 // this.label13.AutoSize = true; - this.label13.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.label13.Location = new System.Drawing.Point(390, 171); + this.label13.Font = new System.Drawing.Font("MS UI Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + this.label13.Location = new System.Drawing.Point(410, 219); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(117, 27); + this.label13.Size = new System.Drawing.Size(91, 21); this.label13.TabIndex = 25; this.label13.Text = "HRV解析"; // // BtnOpenLog // + this.BtnOpenLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.BtnOpenLog.Font = new System.Drawing.Font("MS UI Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.BtnOpenLog.Location = new System.Drawing.Point(24, 621); + this.BtnOpenLog.Location = new System.Drawing.Point(24, 648); this.BtnOpenLog.Name = "BtnOpenLog"; this.BtnOpenLog.Size = new System.Drawing.Size(173, 38); this.BtnOpenLog.TabIndex = 26; @@ -471,8 +334,9 @@ // // BtnCompareLogs // + this.BtnCompareLogs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.BtnCompareLogs.Font = new System.Drawing.Font("MS UI Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.BtnCompareLogs.Location = new System.Drawing.Point(225, 621); + this.BtnCompareLogs.Location = new System.Drawing.Point(225, 648); this.BtnCompareLogs.Name = "BtnCompareLogs"; this.BtnCompareLogs.Size = new System.Drawing.Size(220, 38); this.BtnCompareLogs.TabIndex = 27; @@ -482,8 +346,9 @@ // // BtnClose // + this.BtnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.BtnClose.Font = new System.Drawing.Font("MS UI Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.BtnClose.Location = new System.Drawing.Point(608, 621); + this.BtnClose.Location = new System.Drawing.Point(620, 648); this.BtnClose.Name = "BtnClose"; this.BtnClose.Size = new System.Drawing.Size(91, 38); this.BtnClose.TabIndex = 28; @@ -491,12 +356,47 @@ this.BtnClose.UseVisualStyleBackColor = true; this.BtnClose.Click += new System.EventHandler(this.BtnClose_Click); // + // listView3 + // + this.listView3.BackColor = System.Drawing.Color.PowderBlue; + this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.columnHeader14, + this.columnHeader15, + this.columnHeader16}); + this.listView3.Font = new System.Drawing.Font("MS UI Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + this.listView3.GridLines = true; + this.listView3.HideSelection = false; + this.listView3.Location = new System.Drawing.Point(14, 145); + this.listView3.Name = "listView3"; + this.listView3.Size = new System.Drawing.Size(353, 223); + this.listView3.TabIndex = 29; + this.listView3.UseCompatibleStateImageBehavior = false; + this.listView3.View = System.Windows.Forms.View.Details; + // + // columnHeader14 + // + this.columnHeader14.Text = "フィードバック"; + this.columnHeader14.Width = 160; + // + // columnHeader15 + // + this.columnHeader15.Text = "回数"; + this.columnHeader15.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; + this.columnHeader15.Width = 90; + // + // columnHeader16 + // + this.columnHeader16.Text = "ポイント"; + this.columnHeader16.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; + this.columnHeader16.Width = 95; + // // Form1 // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(723, 671); + this.ClientSize = new System.Drawing.Size(723, 700); + this.Controls.Add(this.listView3); this.Controls.Add(this.BtnClose); this.Controls.Add(this.BtnCompareLogs); this.Controls.Add(this.BtnOpenLog); @@ -512,18 +412,6 @@ this.Controls.Add(this.label9); this.Controls.Add(this.TxtDateTime); this.Controls.Add(this.label8); - this.Controls.Add(this.TxtFBTotal); - this.Controls.Add(this.label7); - this.Controls.Add(this.TxtFB5); - this.Controls.Add(this.TxtFB4); - this.Controls.Add(this.TxtFB3); - this.Controls.Add(this.TxtFB2); - this.Controls.Add(this.label6); - this.Controls.Add(this.label5); - this.Controls.Add(this.label4); - this.Controls.Add(this.label3); - this.Controls.Add(this.TxtFB1); - this.Controls.Add(this.label2); this.Controls.Add(this.TxtLogFilename); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; @@ -543,18 +431,6 @@ private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox TxtLogFilename; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.TextBox TxtFB1; - private System.Windows.Forms.Label label3; - private System.Windows.Forms.Label label4; - private System.Windows.Forms.Label label5; - private System.Windows.Forms.Label label6; - private System.Windows.Forms.TextBox TxtFB2; - private System.Windows.Forms.TextBox TxtFB3; - private System.Windows.Forms.TextBox TxtFB4; - private System.Windows.Forms.TextBox TxtFB5; - private System.Windows.Forms.Label label7; - private System.Windows.Forms.TextBox TxtFBTotal; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox TxtDateTime; private System.Windows.Forms.Label label9; @@ -585,6 +461,10 @@ private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Button BtnCompareLogs; private System.Windows.Forms.Button BtnClose; + private System.Windows.Forms.ListView listView3; + private System.Windows.Forms.ColumnHeader columnHeader14; + private System.Windows.Forms.ColumnHeader columnHeader15; + private System.Windows.Forms.ColumnHeader columnHeader16; } } diff --git a/EcomAnalysis/Form1.cs b/EcomAnalysis/Form1.cs index 4edc8d0..a4b73ea 100644 --- a/EcomAnalysis/Form1.cs +++ b/EcomAnalysis/Form1.cs @@ -89,19 +89,15 @@ // フィードバック処理 _LogFileInfo.FB.Calc(_Data); - // 表示 - TxtFB1.Text = $"{_LogFileInfo.FB.Count(Feedback.FBITEM.OK),2}回 " + - $"{_LogFileInfo.FB.Point(Feedback.FBITEM.OK),4}ポイント"; - TxtFB2.Text = $"{_LogFileInfo.FB.Count(Feedback.FBITEM.GOOD),2}回 " + - $"{_LogFileInfo.FB.Point(Feedback.FBITEM.GOOD),4}ポイント"; - TxtFB3.Text = $"{_LogFileInfo.FB.Count(Feedback.FBITEM.NICE),2}回 " + - $"{_LogFileInfo.FB.Point(Feedback.FBITEM.NICE),4}ポイント"; - TxtFB4.Text = $"{_LogFileInfo.FB.Count(Feedback.FBITEM.GREAT),2}回 " + - $"{_LogFileInfo.FB.Point(Feedback.FBITEM.GREAT),4}ポイント"; - TxtFB5.Text = $"{_LogFileInfo.FB.Count(Feedback.FBITEM.EXCELLENT),2}回 " + - $"{_LogFileInfo.FB.Point(Feedback.FBITEM.EXCELLENT),4}ポイント"; - TxtFBTotal.Text = $"{_LogFileInfo.FB.Count(Feedback.FBITEM.TOTAL),2}回 " + - $"{_LogFileInfo.FB.Point(Feedback.FBITEM.TOTAL),4}ポイント"; + listView3.Items.Clear(); + var fbstrs = new string[] { "OK", "Good", "Nice", "Great", "Excellent", "合計" }; + for (var i=0; i< fbstrs.Length; i++) { + listView3.Items.Add(new ListViewItem(new string[]{ + fbstrs[i], + _LogFileInfo.FB.Count((Feedback.FBITEM)i).ToString(), + _LogFileInfo.FB.Point((Feedback.FBITEM)i).ToString(), + })); + } Analyze(); diff --git a/EcomAnalysis/FormCompareLogs.Designer.cs b/EcomAnalysis/FormCompareLogs.Designer.cs index cd54d6e..70da35c 100644 --- a/EcomAnalysis/FormCompareLogs.Designer.cs +++ b/EcomAnalysis/FormCompareLogs.Designer.cs @@ -24,9 +24,9 @@ /// the contents of this method with the code editor. /// private void InitializeComponent() { - System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); - System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series(); - System.Windows.Forms.DataVisualization.Charting.Title title4 = new System.Windows.Forms.DataVisualization.Charting.Title(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea6 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.Title title6 = new System.Windows.Forms.DataVisualization.Charting.Title(); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); @@ -54,6 +54,7 @@ // this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); + this.listView1.BackColor = System.Drawing.Color.Beige; this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, @@ -76,7 +77,7 @@ // // columnHeader1 // - this.columnHeader1.Text = "実施日"; + this.columnHeader1.Text = "実施日時"; this.columnHeader1.Width = 160; // // columnHeader2 @@ -132,33 +133,33 @@ this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - chartArea4.AxisX.MajorGrid.LineColor = System.Drawing.Color.Gray; - chartArea4.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash; - chartArea4.AxisY.MajorGrid.LineColor = System.Drawing.Color.Gray; - chartArea4.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash; - chartArea4.Name = "ChartArea1"; - this.chart1.ChartAreas.Add(chartArea4); + chartArea6.AxisX.MajorGrid.LineColor = System.Drawing.Color.Gray; + chartArea6.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash; + chartArea6.AxisY.MajorGrid.LineColor = System.Drawing.Color.Gray; + chartArea6.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash; + chartArea6.Name = "ChartArea1"; + this.chart1.ChartAreas.Add(chartArea6); this.chart1.Location = new System.Drawing.Point(12, 245); this.chart1.Name = "chart1"; - series4.BorderColor = System.Drawing.Color.White; - series4.BorderWidth = 2; - series4.ChartArea = "ChartArea1"; - series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; - series4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - series4.IsValueShownAsLabel = true; - series4.MarkerBorderColor = System.Drawing.Color.Black; - series4.MarkerColor = System.Drawing.Color.DarkOrange; - series4.MarkerSize = 10; - series4.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle; - series4.Name = "Series1"; - this.chart1.Series.Add(series4); + series6.BorderColor = System.Drawing.Color.White; + series6.BorderWidth = 2; + series6.ChartArea = "ChartArea1"; + series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); + series6.IsValueShownAsLabel = true; + series6.MarkerBorderColor = System.Drawing.Color.Black; + series6.MarkerColor = System.Drawing.Color.DarkOrange; + series6.MarkerSize = 10; + series6.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle; + series6.Name = "Series1"; + this.chart1.Series.Add(series6); this.chart1.Size = new System.Drawing.Size(848, 406); this.chart1.TabIndex = 1; this.chart1.Text = "chart1"; - title4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - title4.Name = "Title1"; - title4.Text = "フィードバック回数"; - this.chart1.Titles.Add(title4); + title6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + title6.Name = "Title1"; + title6.Text = "フィードバック回数"; + this.chart1.Titles.Add(title6); // // RadioFBTotal //