Newer
Older
PrismSoftware / EcomAnalysis / Form1.Designer.cs

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.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((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.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.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.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(576, 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(119, 145);
            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(255, 142);
            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(119, 175);
            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(119, 205);
            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(119, 235);
            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(119, 265);
            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(255, 172);
            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(255, 202);
            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(255, 232);
            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(255, 262);
            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(119, 304);
            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(255, 301);
            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(255, 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.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.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, 386);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(604, 199);
            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;
            // 
            // 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;
            // 
            // label10
            // 
            this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            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, 356);
            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(152, 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 = "被験者";
            // 
            // 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;
            // 
            // BtnSaveSceneTable
            // 
            this.BtnSaveSceneTable.Location = new System.Drawing.Point(191, 359);
            this.BtnSaveSceneTable.Name = "BtnSaveSceneTable";
            this.BtnSaveSceneTable.Size = new System.Drawing.Size(82, 24);
            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(531, 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(599, 77);
            this.TxtVisit.Name = "TxtVisit";
            this.TxtVisit.ReadOnly = true;
            this.TxtVisit.Size = new System.Drawing.Size(29, 27);
            this.TxtVisit.TabIndex = 23;
            this.TxtVisit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // 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(652, 597);
            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.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;
    }
}