FrmAllChartSet.Designer.cs 19.2 KB
namespace SunVoteARSPPT
{
    partial class FrmAllChartSet
    {
        /// <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.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
            "1/A",
            "255,0,0"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Red, null);
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
            "2/B",
            "0,255,0"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Lime, null);
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
            "3/C"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))), null);
            System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
            "4/D"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), null);
            System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
            "5/E"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Fuchsia, null);
            System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
            "6/F"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Yellow, null);
            System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] {
            "7/G"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Cyan, null);
            System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem(new string[] {
            "8/H"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Green, null);
            System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new string[] {
            "9/I"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Purple, null);
            System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem(new string[] {
            "10/J"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))), null);
            this.gbxFontSet = new System.Windows.Forms.GroupBox();
            this.chkFontItalic = new System.Windows.Forms.CheckBox();
            this.chkFontBold = new System.Windows.Forms.CheckBox();
            this.cboFontObject = new System.Windows.Forms.ComboBox();
            this.lblFontObject = new System.Windows.Forms.Label();
            this.picFontColor = new System.Windows.Forms.PictureBox();
            this.cboFontSize = new System.Windows.Forms.ComboBox();
            this.cboFontName = new System.Windows.Forms.ComboBox();
            this.chkFontType = new System.Windows.Forms.CheckBox();
            this.chkFontColor = new System.Windows.Forms.CheckBox();
            this.chkFontSize = new System.Windows.Forms.CheckBox();
            this.chkFontName = new System.Windows.Forms.CheckBox();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.chkChartColor = new System.Windows.Forms.CheckBox();
            this.lvwColorSet = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.picFocus = new System.Windows.Forms.PictureBox();
            this.chkChartColorAll = new System.Windows.Forms.CheckBox();
            this.picChartColorAll = new System.Windows.Forms.PictureBox();
            this.gbxFontSet.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picFontColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFocus)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picChartColorAll)).BeginInit();
            this.SuspendLayout();
            // 
            // gbxFontSet
            // 
            this.gbxFontSet.Controls.Add(this.chkFontItalic);
            this.gbxFontSet.Controls.Add(this.chkFontBold);
            this.gbxFontSet.Controls.Add(this.cboFontObject);
            this.gbxFontSet.Controls.Add(this.lblFontObject);
            this.gbxFontSet.Controls.Add(this.picFontColor);
            this.gbxFontSet.Controls.Add(this.cboFontSize);
            this.gbxFontSet.Controls.Add(this.cboFontName);
            this.gbxFontSet.Controls.Add(this.chkFontType);
            this.gbxFontSet.Controls.Add(this.chkFontColor);
            this.gbxFontSet.Controls.Add(this.chkFontSize);
            this.gbxFontSet.Controls.Add(this.chkFontName);
            this.gbxFontSet.Location = new System.Drawing.Point(350, 17);
            this.gbxFontSet.Name = "gbxFontSet";
            this.gbxFontSet.Size = new System.Drawing.Size(185, 342);
            this.gbxFontSet.TabIndex = 14;
            this.gbxFontSet.TabStop = false;
            this.gbxFontSet.Text = "字体设置";
            // 
            // chkFontItalic
            // 
            this.chkFontItalic.AutoSize = true;
            this.chkFontItalic.Enabled = false;
            this.chkFontItalic.Location = new System.Drawing.Point(18, 252);
            this.chkFontItalic.Name = "chkFontItalic";
            this.chkFontItalic.Size = new System.Drawing.Size(48, 16);
            this.chkFontItalic.TabIndex = 20;
            this.chkFontItalic.Text = "斜体";
            this.chkFontItalic.UseVisualStyleBackColor = true;
            this.chkFontItalic.CheckedChanged += new System.EventHandler(this.Font_Changed);
            // 
            // chkFontBold
            // 
            this.chkFontBold.AutoSize = true;
            this.chkFontBold.Enabled = false;
            this.chkFontBold.Location = new System.Drawing.Point(18, 230);
            this.chkFontBold.Name = "chkFontBold";
            this.chkFontBold.Size = new System.Drawing.Size(48, 16);
            this.chkFontBold.TabIndex = 19;
            this.chkFontBold.Text = "粗体";
            this.chkFontBold.UseVisualStyleBackColor = true;
            this.chkFontBold.CheckedChanged += new System.EventHandler(this.Font_Changed);
            // 
            // cboFontObject
            // 
            this.cboFontObject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboFontObject.FormattingEnabled = true;
            this.cboFontObject.Items.AddRange(new object[] {
            "选项文本",
            "数据文本"});
            this.cboFontObject.Location = new System.Drawing.Point(18, 44);
            this.cboFontObject.Name = "cboFontObject";
            this.cboFontObject.Size = new System.Drawing.Size(146, 20);
            this.cboFontObject.TabIndex = 8;
            this.cboFontObject.SelectedIndexChanged += new System.EventHandler(this.cboFontObject_SelectedIndexChanged);
            // 
            // lblFontObject
            // 
            this.lblFontObject.AutoSize = true;
            this.lblFontObject.Location = new System.Drawing.Point(18, 27);
            this.lblFontObject.Name = "lblFontObject";
            this.lblFontObject.Size = new System.Drawing.Size(53, 12);
            this.lblFontObject.TabIndex = 18;
            this.lblFontObject.Text = "设置对象";
            // 
            // picFontColor
            // 
            this.picFontColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.picFontColor.Location = new System.Drawing.Point(18, 181);
            this.picFontColor.Name = "picFontColor";
            this.picFontColor.Size = new System.Drawing.Size(146, 20);
            this.picFontColor.TabIndex = 10;
            this.picFontColor.TabStop = false;
            this.picFontColor.Click += new System.EventHandler(this.picFontColor_Click);
            // 
            // cboFontSize
            // 
            this.cboFontSize.Enabled = false;
            this.cboFontSize.Location = new System.Drawing.Point(18, 134);
            this.cboFontSize.Name = "cboFontSize";
            this.cboFontSize.Size = new System.Drawing.Size(146, 20);
            this.cboFontSize.TabIndex = 8;
            this.cboFontSize.SelectedIndexChanged += new System.EventHandler(this.Font_Changed);
            // 
            // cboFontName
            // 
            this.cboFontName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboFontName.Enabled = false;
            this.cboFontName.FormattingEnabled = true;
            this.cboFontName.Location = new System.Drawing.Point(18, 90);
            this.cboFontName.Name = "cboFontName";
            this.cboFontName.Size = new System.Drawing.Size(146, 20);
            this.cboFontName.TabIndex = 8;
            this.cboFontName.SelectedIndexChanged += new System.EventHandler(this.Font_Changed);
            // 
            // chkFontType
            // 
            this.chkFontType.AutoSize = true;
            this.chkFontType.Location = new System.Drawing.Point(18, 206);
            this.chkFontType.Name = "chkFontType";
            this.chkFontType.Size = new System.Drawing.Size(72, 16);
            this.chkFontType.TabIndex = 16;
            this.chkFontType.Text = "字体类型";
            this.chkFontType.UseVisualStyleBackColor = true;
            this.chkFontType.CheckedChanged += new System.EventHandler(this.chkFontType_CheckedChanged);
            // 
            // chkFontColor
            // 
            this.chkFontColor.AutoSize = true;
            this.chkFontColor.Location = new System.Drawing.Point(18, 161);
            this.chkFontColor.Name = "chkFontColor";
            this.chkFontColor.Size = new System.Drawing.Size(48, 16);
            this.chkFontColor.TabIndex = 15;
            this.chkFontColor.Text = "颜色";
            this.chkFontColor.UseVisualStyleBackColor = true;
            this.chkFontColor.CheckedChanged += new System.EventHandler(this.chkFontColor_CheckedChanged);
            // 
            // chkFontSize
            // 
            this.chkFontSize.AutoSize = true;
            this.chkFontSize.Location = new System.Drawing.Point(18, 114);
            this.chkFontSize.Name = "chkFontSize";
            this.chkFontSize.Size = new System.Drawing.Size(48, 16);
            this.chkFontSize.TabIndex = 14;
            this.chkFontSize.Text = "大小";
            this.chkFontSize.UseVisualStyleBackColor = true;
            this.chkFontSize.CheckedChanged += new System.EventHandler(this.chkFontSize_CheckedChanged);
            // 
            // chkFontName
            // 
            this.chkFontName.AutoSize = true;
            this.chkFontName.Location = new System.Drawing.Point(18, 70);
            this.chkFontName.Name = "chkFontName";
            this.chkFontName.Size = new System.Drawing.Size(48, 16);
            this.chkFontName.TabIndex = 13;
            this.chkFontName.Text = "字体";
            this.chkFontName.UseVisualStyleBackColor = true;
            this.chkFontName.CheckedChanged += new System.EventHandler(this.chkFontName_CheckedChanged);
            // 
            // btnCancel
            // 
            this.btnCancel.AutoSize = true;
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(460, 368);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 25);
            this.btnCancel.TabIndex = 12;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnOK
            // 
            this.btnOK.AutoSize = true;
            this.btnOK.Enabled = false;
            this.btnOK.Location = new System.Drawing.Point(311, 368);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(143, 25);
            this.btnOK.TabIndex = 11;
            this.btnOK.Text = "应用到所有";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // chkChartColor
            // 
            this.chkChartColor.AutoSize = true;
            this.chkChartColor.Location = new System.Drawing.Point(12, 53);
            this.chkChartColor.Name = "chkChartColor";
            this.chkChartColor.Size = new System.Drawing.Size(96, 16);
            this.chkChartColor.TabIndex = 15;
            this.chkChartColor.Text = "图表颜色设置";
            this.chkChartColor.UseVisualStyleBackColor = true;
            this.chkChartColor.CheckedChanged += new System.EventHandler(this.chkChartColor_CheckedChanged);
            // 
            // lvwColorSet
            // 
            this.lvwColorSet.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1});
            this.lvwColorSet.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lvwColorSet.FullRowSelect = true;
            this.lvwColorSet.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3,
            listViewItem4,
            listViewItem5,
            listViewItem6,
            listViewItem7,
            listViewItem8,
            listViewItem9,
            listViewItem10});
            this.lvwColorSet.Location = new System.Drawing.Point(12, 75);
            this.lvwColorSet.MultiSelect = false;
            this.lvwColorSet.Name = "lvwColorSet";
            this.lvwColorSet.Size = new System.Drawing.Size(332, 284);
            this.lvwColorSet.TabIndex = 16;
            this.lvwColorSet.UseCompatibleStateImageBehavior = false;
            this.lvwColorSet.View = System.Windows.Forms.View.Details;
            this.lvwColorSet.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvwColorSet_MouseUp);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "编号";
            this.columnHeader1.Width = 328;
            // 
            // picFocus
            // 
            this.picFocus.Location = new System.Drawing.Point(12, 368);
            this.picFocus.Name = "picFocus";
            this.picFocus.Size = new System.Drawing.Size(167, 23);
            this.picFocus.TabIndex = 17;
            this.picFocus.TabStop = false;
            // 
            // chkChartColorAll
            // 
            this.chkChartColorAll.AutoSize = true;
            this.chkChartColorAll.Location = new System.Drawing.Point(12, 17);
            this.chkChartColorAll.Name = "chkChartColorAll";
            this.chkChartColorAll.Size = new System.Drawing.Size(120, 16);
            this.chkChartColorAll.TabIndex = 15;
            this.chkChartColorAll.Text = "图表统一颜色设置";
            this.chkChartColorAll.UseVisualStyleBackColor = true;
            this.chkChartColorAll.CheckedChanged += new System.EventHandler(this.chkChartColorAll_CheckedChanged);
            // 
            // picChartColorAll
            // 
            this.picChartColorAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.picChartColorAll.Location = new System.Drawing.Point(199, 14);
            this.picChartColorAll.Name = "picChartColorAll";
            this.picChartColorAll.Size = new System.Drawing.Size(145, 23);
            this.picChartColorAll.TabIndex = 18;
            this.picChartColorAll.TabStop = false;
            this.picChartColorAll.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picChartColorAll_MouseUp);
            // 
            // FrmAllChartSet
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(545, 405);
            this.Controls.Add(this.picChartColorAll);
            this.Controls.Add(this.picFocus);
            this.Controls.Add(this.lvwColorSet);
            this.Controls.Add(this.chkChartColorAll);
            this.Controls.Add(this.chkChartColor);
            this.Controls.Add(this.gbxFontSet);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmAllChartSet";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "FrmAllChartSet";
            this.Load += new System.EventHandler(this.FrmAllChartSet_Load);
            this.gbxFontSet.ResumeLayout(false);
            this.gbxFontSet.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picFontColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFocus)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picChartColorAll)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox gbxFontSet;
        private System.Windows.Forms.PictureBox picFontColor;
        private System.Windows.Forms.ComboBox cboFontSize;
        private System.Windows.Forms.ComboBox cboFontName;
        private System.Windows.Forms.ComboBox cboFontObject;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.CheckBox chkChartColor;
        private System.Windows.Forms.CheckBox chkFontType;
        private System.Windows.Forms.CheckBox chkFontColor;
        private System.Windows.Forms.CheckBox chkFontSize;
        private System.Windows.Forms.CheckBox chkFontName;
        private System.Windows.Forms.Label lblFontObject;
        private System.Windows.Forms.ListView lvwColorSet;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.PictureBox picFocus;
        private System.Windows.Forms.CheckBox chkFontItalic;
        private System.Windows.Forms.CheckBox chkFontBold;
        private System.Windows.Forms.CheckBox chkChartColorAll;
        private System.Windows.Forms.PictureBox picChartColorAll;

    }
}