Newer
Older
PrismSoftware / EcomAnalysis / FormCompareLogs.Designer.cs

namespace EcomAnalysis {
    partial class FormCompareLogs {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing) {
            if (disposing && (components != null)) {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title3 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCompareLogs));
            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.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.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.RadioFBTotal = new System.Windows.Forms.RadioButton();
            this.RadioPoint = new System.Windows.Forms.RadioButton();
            this.label1 = new System.Windows.Forms.Label();
            this.RadioOK = new System.Windows.Forms.RadioButton();
            this.RadioGood = new System.Windows.Forms.RadioButton();
            this.RadioNice = new System.Windows.Forms.RadioButton();
            this.RadioGreat = new System.Windows.Forms.RadioButton();
            this.RadioExcellent = new System.Windows.Forms.RadioButton();
            this.BtnClose = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // listView1
            // 
            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,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader7,
            this.columnHeader8,
            this.columnHeader9});
            this.listView1.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.listView1.GridLines = true;
            this.listView1.HideSelection = false;
            this.listView1.Location = new System.Drawing.Point(12, 12);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(848, 212);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "実施日時";
            this.columnHeader1.Width = 160;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Visit";
            this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.columnHeader2.Width = 50;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "FB回数";
            this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.columnHeader3.Width = 90;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "ポイント";
            this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.columnHeader4.Width = 90;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "OK";
            this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.columnHeader5.Width = 90;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "Good";
            this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.columnHeader6.Width = 90;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "Nice";
            this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.columnHeader7.Width = 90;
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "Great";
            this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.columnHeader8.Width = 90;
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "Excellent";
            this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.columnHeader9.Width = 90;
            // 
            // chart1
            // 
            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)));
            chartArea3.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
            chartArea3.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
            chartArea3.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
            chartArea3.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
            chartArea3.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea3);
            this.chart1.Location = new System.Drawing.Point(12, 245);
            this.chart1.Name = "chart1";
            series3.BorderColor = System.Drawing.Color.White;
            series3.BorderWidth = 3;
            series3.ChartArea = "ChartArea1";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            series3.IsValueShownAsLabel = true;
            series3.MarkerBorderColor = System.Drawing.Color.Black;
            series3.MarkerColor = System.Drawing.Color.DarkOrange;
            series3.MarkerSize = 15;
            series3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series3.Name = "Series1";
            this.chart1.Series.Add(series3);
            this.chart1.Size = new System.Drawing.Size(848, 406);
            this.chart1.TabIndex = 1;
            this.chart1.Text = "chart1";
            title3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title3.Name = "Title1";
            title3.Text = "フィードバック回数";
            this.chart1.Titles.Add(title3);
            // 
            // RadioFBTotal
            // 
            this.RadioFBTotal.Appearance = System.Windows.Forms.Appearance.Button;
            this.RadioFBTotal.AutoSize = true;
            this.RadioFBTotal.Checked = true;
            this.RadioFBTotal.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.RadioFBTotal.Location = new System.Drawing.Point(171, 666);
            this.RadioFBTotal.Name = "RadioFBTotal";
            this.RadioFBTotal.Size = new System.Drawing.Size(79, 29);
            this.RadioFBTotal.TabIndex = 2;
            this.RadioFBTotal.TabStop = true;
            this.RadioFBTotal.Text = "FB回数";
            this.RadioFBTotal.UseVisualStyleBackColor = true;
            this.RadioFBTotal.CheckedChanged += new System.EventHandler(this.RadioFBTotal_CheckedChanged);
            // 
            // RadioPoint
            // 
            this.RadioPoint.Appearance = System.Windows.Forms.Appearance.Button;
            this.RadioPoint.AutoSize = true;
            this.RadioPoint.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.RadioPoint.Location = new System.Drawing.Point(256, 666);
            this.RadioPoint.Name = "RadioPoint";
            this.RadioPoint.Size = new System.Drawing.Size(76, 29);
            this.RadioPoint.TabIndex = 3;
            this.RadioPoint.Text = "ポイント";
            this.RadioPoint.UseVisualStyleBackColor = true;
            this.RadioPoint.CheckedChanged += new System.EventHandler(this.RadioPoint_CheckedChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label1.Location = new System.Drawing.Point(12, 671);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(153, 19);
            this.label1.TabIndex = 4;
            this.label1.Text = "グラフ表示切り替え";
            // 
            // RadioOK
            // 
            this.RadioOK.Appearance = System.Windows.Forms.Appearance.Button;
            this.RadioOK.AutoSize = true;
            this.RadioOK.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.RadioOK.Location = new System.Drawing.Point(338, 666);
            this.RadioOK.Name = "RadioOK";
            this.RadioOK.Size = new System.Drawing.Size(43, 29);
            this.RadioOK.TabIndex = 5;
            this.RadioOK.Text = "OK";
            this.RadioOK.UseVisualStyleBackColor = true;
            this.RadioOK.CheckedChanged += new System.EventHandler(this.RadioOK_CheckedChanged);
            // 
            // RadioGood
            // 
            this.RadioGood.Appearance = System.Windows.Forms.Appearance.Button;
            this.RadioGood.AutoSize = true;
            this.RadioGood.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.RadioGood.Location = new System.Drawing.Point(387, 666);
            this.RadioGood.Name = "RadioGood";
            this.RadioGood.Size = new System.Drawing.Size(61, 29);
            this.RadioGood.TabIndex = 6;
            this.RadioGood.Text = "Good";
            this.RadioGood.UseVisualStyleBackColor = true;
            this.RadioGood.CheckedChanged += new System.EventHandler(this.RadioGood_CheckedChanged);
            // 
            // RadioNice
            // 
            this.RadioNice.Appearance = System.Windows.Forms.Appearance.Button;
            this.RadioNice.AutoSize = true;
            this.RadioNice.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.RadioNice.Location = new System.Drawing.Point(454, 666);
            this.RadioNice.Name = "RadioNice";
            this.RadioNice.Size = new System.Drawing.Size(55, 29);
            this.RadioNice.TabIndex = 7;
            this.RadioNice.Text = "Nice";
            this.RadioNice.UseVisualStyleBackColor = true;
            this.RadioNice.CheckedChanged += new System.EventHandler(this.RadioNice_CheckedChanged);
            // 
            // RadioGreat
            // 
            this.RadioGreat.Appearance = System.Windows.Forms.Appearance.Button;
            this.RadioGreat.AutoSize = true;
            this.RadioGreat.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.RadioGreat.Location = new System.Drawing.Point(515, 666);
            this.RadioGreat.Name = "RadioGreat";
            this.RadioGreat.Size = new System.Drawing.Size(65, 29);
            this.RadioGreat.TabIndex = 8;
            this.RadioGreat.Text = "Great";
            this.RadioGreat.UseVisualStyleBackColor = true;
            this.RadioGreat.CheckedChanged += new System.EventHandler(this.RadioGreat_CheckedChanged);
            // 
            // RadioExcellent
            // 
            this.RadioExcellent.Appearance = System.Windows.Forms.Appearance.Button;
            this.RadioExcellent.AutoSize = true;
            this.RadioExcellent.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.RadioExcellent.Location = new System.Drawing.Point(586, 666);
            this.RadioExcellent.Name = "RadioExcellent";
            this.RadioExcellent.Size = new System.Drawing.Size(94, 29);
            this.RadioExcellent.TabIndex = 9;
            this.RadioExcellent.Text = "Excellent";
            this.RadioExcellent.UseVisualStyleBackColor = true;
            this.RadioExcellent.CheckedChanged += new System.EventHandler(this.RadioExcellent_CheckedChanged);
            // 
            // BtnClose
            // 
            this.BtnClose.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.BtnClose.Location = new System.Drawing.Point(776, 667);
            this.BtnClose.Name = "BtnClose";
            this.BtnClose.Size = new System.Drawing.Size(84, 27);
            this.BtnClose.TabIndex = 10;
            this.BtnClose.Text = "閉じる";
            this.BtnClose.UseVisualStyleBackColor = true;
            this.BtnClose.Click += new System.EventHandler(this.BtnClose_Click);
            // 
            // FormCompareLogs
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(872, 708);
            this.Controls.Add(this.BtnClose);
            this.Controls.Add(this.RadioExcellent);
            this.Controls.Add(this.RadioGreat);
            this.Controls.Add(this.RadioNice);
            this.Controls.Add(this.RadioGood);
            this.Controls.Add(this.RadioOK);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.RadioPoint);
            this.Controls.Add(this.RadioFBTotal);
            this.Controls.Add(this.chart1);
            this.Controls.Add(this.listView1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormCompareLogs";
            this.Text = "Visit間推移";
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
        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.ColumnHeader columnHeader6;
        private System.Windows.Forms.ColumnHeader columnHeader7;
        private System.Windows.Forms.ColumnHeader columnHeader8;
        private System.Windows.Forms.ColumnHeader columnHeader9;
        private System.Windows.Forms.RadioButton RadioFBTotal;
        private System.Windows.Forms.RadioButton RadioPoint;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.RadioButton RadioOK;
        private System.Windows.Forms.RadioButton RadioGood;
        private System.Windows.Forms.RadioButton RadioNice;
        private System.Windows.Forms.RadioButton RadioGreat;
        private System.Windows.Forms.RadioButton RadioExcellent;
        private System.Windows.Forms.Button BtnClose;
    }
}