namespace EcomAnalysis {
partial class Form1 {
/// <summary>
/// 必要なデザイナー変数です。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 使用中のリソースをすべてクリーンアップします。
/// </summary>
/// <param name="disposing">マネージド リソースを破棄する場合は true を指定し、その他の場合は false を指定します。</param>
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows フォーム デザイナーで生成されたコード
/// <summary>
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
/// </summary>
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();
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()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.label10 = new System.Windows.Forms.Label();
this.TxtSubject = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.BtnSaveSceneTable = new System.Windows.Forms.Button();
this.saveFileDialogCsv = new System.Windows.Forms.SaveFileDialog();
this.label12 = new System.Windows.Forms.Label();
this.TxtVisit = new System.Windows.Forms.TextBox();
this.listView2 = new System.Windows.Forms.ListView();
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader13 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.label13 = new System.Windows.Forms.Label();
this.BtnOpenLog = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.BtnCompareLogs = new System.Windows.Forms.Button();
this.BtnClose = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 12);
this.label1.TabIndex = 0;
this.label1.Text = "Log File";
//
// TxtLogFilename
//
this.TxtLogFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtLogFilename.Location = new System.Drawing.Point(64, 6);
this.TxtLogFilename.Name = "TxtLogFilename";
this.TxtLogFilename.ReadOnly = true;
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.Name = "label8";
this.label8.Size = new System.Drawing.Size(94, 21);
this.label8.TabIndex = 14;
this.label8.Text = "実施日時";
//
// TxtDateTime
//
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.Name = "TxtDateTime";
this.TxtDateTime.ReadOnly = true;
this.TxtDateTime.Size = new System.Drawing.Size(326, 21);
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.Name = "label9";
this.label9.Size = new System.Drawing.Size(251, 37);
this.label9.TabIndex = 16;
this.label9.Text = "Ecom実施結果";
//
// listView1
//
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.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader9,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8});
this.listView1.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(24, 375);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(675, 227);
this.listView1.TabIndex = 17;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "シーン";
//
// columnHeader2
//
this.columnHeader2.Text = "FB回数";
this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader2.Width = 80;
//
// columnHeader3
//
this.columnHeader3.Text = "EC時間";
this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader3.Width = 100;
//
// columnHeader9
//
this.columnHeader9.Text = "EC回数";
this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader9.Width = 100;
//
// columnHeader4
//
this.columnHeader4.Text = "潜時";
this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader4.Width = 100;
//
// columnHeader5
//
this.columnHeader5.Text = "心拍数";
this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader5.Width = 100;
//
// columnHeader6
//
this.columnHeader6.Text = "瞬目回数";
this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader6.Width = 100;
//
// columnHeader7
//
this.columnHeader7.Text = "瞳孔径:右";
this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader7.Width = 100;
//
// columnHeader8
//
this.columnHeader8.Text = "瞳孔径:左";
this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader8.Width = 100;
//
// 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.Name = "label10";
this.label10.Size = new System.Drawing.Size(157, 27);
this.label10.TabIndex = 18;
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.Name = "TxtSubject";
this.TxtSubject.ReadOnly = true;
this.TxtSubject.Size = new System.Drawing.Size(212, 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.Name = "label11";
this.label11.Size = new System.Drawing.Size(93, 27);
this.label11.TabIndex = 19;
this.label11.Text = "被験者";
//
// BtnSaveSceneTable
//
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.Name = "BtnSaveSceneTable";
this.BtnSaveSceneTable.Size = new System.Drawing.Size(117, 38);
this.BtnSaveSceneTable.TabIndex = 21;
this.BtnSaveSceneTable.Text = "CSV保存";
this.BtnSaveSceneTable.UseVisualStyleBackColor = true;
this.BtnSaveSceneTable.Click += new System.EventHandler(this.BtnSaveSceneTable_Click);
//
// saveFileDialogCsv
//
this.saveFileDialogCsv.DefaultExt = "csv";
this.saveFileDialogCsv.Filter = "CSVファイル|*.csv";
this.saveFileDialogCsv.Title = "CSVファイルに保存";
//
// label12
//
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.Name = "label12";
this.label12.Size = new System.Drawing.Size(62, 27);
this.label12.TabIndex = 22;
this.label12.Text = "Visit";
//
// TxtVisit
//
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.Name = "TxtVisit";
this.TxtVisit.ReadOnly = true;
this.TxtVisit.Size = new System.Drawing.Size(40, 27);
this.TxtVisit.TabIndex = 23;
this.TxtVisit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// listView2
//
this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader10,
this.columnHeader11,
this.columnHeader12,
this.columnHeader13});
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.Name = "listView2";
this.listView2.Size = new System.Drawing.Size(304, 125);
this.listView2.TabIndex = 24;
this.listView2.UseCompatibleStateImageBehavior = false;
this.listView2.View = System.Windows.Forms.View.Details;
//
// columnHeader10
//
this.columnHeader10.Text = "シーン";
this.columnHeader10.Width = 80;
//
// columnHeader11
//
this.columnHeader11.Text = "LF";
this.columnHeader11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader11.Width = 70;
//
// columnHeader12
//
this.columnHeader12.Text = "HF";
this.columnHeader12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader12.Width = 70;
//
// columnHeader13
//
this.columnHeader13.Text = "LF/HF";
this.columnHeader13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader13.Width = 70;
//
// 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.Name = "label13";
this.label13.Size = new System.Drawing.Size(117, 27);
this.label13.TabIndex = 25;
this.label13.Text = "HRV解析";
//
// BtnOpenLog
//
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.Name = "BtnOpenLog";
this.BtnOpenLog.Size = new System.Drawing.Size(173, 38);
this.BtnOpenLog.TabIndex = 26;
this.BtnOpenLog.Text = "Logファイルを開く";
this.BtnOpenLog.UseVisualStyleBackColor = true;
this.BtnOpenLog.Click += new System.EventHandler(this.BtnOpenLog_Click);
//
// openFileDialog1
//
this.openFileDialog1.DefaultExt = "csv";
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.Filter = "CSVファイル|*.csv";
this.openFileDialog1.Title = "Logファイルを開く";
//
// BtnCompareLogs
//
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.Name = "BtnCompareLogs";
this.BtnCompareLogs.Size = new System.Drawing.Size(220, 38);
this.BtnCompareLogs.TabIndex = 27;
this.BtnCompareLogs.Text = "過去の実施結果と比較";
this.BtnCompareLogs.UseVisualStyleBackColor = true;
this.BtnCompareLogs.Click += new System.EventHandler(this.BtnCompareLogs_Click);
//
// BtnClose
//
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.Name = "BtnClose";
this.BtnClose.Size = new System.Drawing.Size(91, 38);
this.BtnClose.TabIndex = 28;
this.BtnClose.Text = "閉じる";
this.BtnClose.UseVisualStyleBackColor = true;
this.BtnClose.Click += new System.EventHandler(this.BtnClose_Click);
//
// 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.Controls.Add(this.BtnClose);
this.Controls.Add(this.BtnCompareLogs);
this.Controls.Add(this.BtnOpenLog);
this.Controls.Add(this.label13);
this.Controls.Add(this.listView2);
this.Controls.Add(this.TxtVisit);
this.Controls.Add(this.label12);
this.Controls.Add(this.BtnSaveSceneTable);
this.Controls.Add(this.TxtSubject);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.listView1);
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;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.Text = "Ecom Analysis";
this.Load += new System.EventHandler(this.Form1_Load);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox TxtSubject;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.Button BtnSaveSceneTable;
private System.Windows.Forms.SaveFileDialog saveFileDialogCsv;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox TxtVisit;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.ListView listView2;
private System.Windows.Forms.ColumnHeader columnHeader10;
private System.Windows.Forms.ColumnHeader columnHeader11;
private System.Windows.Forms.ColumnHeader columnHeader12;
private System.Windows.Forms.ColumnHeader columnHeader13;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Button BtnOpenLog;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Button BtnCompareLogs;
private System.Windows.Forms.Button BtnClose;
}
}