Download CmykRgbColorConversion.zip, last updated 15/07/2018 (19.21 KB)

Download
  • md5: 1258961adc735c8388f9b35d867df7c6
  • sha1: 1e01eb8723aac6632f1c0fff5fb57f524116329c
  • sha256: cfc2141a0f0820962621bc35e10882e648c95496751b65ded610a0009faae5a6
namespace Cyotek.Demo.CmykRgbColorConversion
{
  partial class MainForm
  {
    /// <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.GroupBox cmykGroupBox;
      System.Windows.Forms.Label label7;
      System.Windows.Forms.Label label6;
      System.Windows.Forms.Label label5;
      System.Windows.Forms.Label label4;
      System.Windows.Forms.Label label3;
      System.Windows.Forms.Label label1;
      System.Windows.Forms.Label label2;
      System.Windows.Forms.Label cLabel;
      System.Windows.Forms.GroupBox rgbGroupBox;
      System.Windows.Forms.Label label9;
      System.Windows.Forms.Label label10;
      System.Windows.Forms.Label label15;
      this.kNumericUpDown = new Cyotek.Demo.CmykRgbColorConversion.NumericUpDown();
      this.yNumericUpDown = new Cyotek.Demo.CmykRgbColorConversion.NumericUpDown();
      this.mNumericUpDown = new Cyotek.Demo.CmykRgbColorConversion.NumericUpDown();
      this.kTrackBar = new System.Windows.Forms.TrackBar();
      this.yTrackBar = new System.Windows.Forms.TrackBar();
      this.mTrackBar = new System.Windows.Forms.TrackBar();
      this.cTrackBar = new System.Windows.Forms.TrackBar();
      this.cNumericUpDown = new Cyotek.Demo.CmykRgbColorConversion.NumericUpDown();
      this.bNumericUpDown = new Cyotek.Demo.CmykRgbColorConversion.NumericUpDown();
      this.gNumericUpDown = new Cyotek.Demo.CmykRgbColorConversion.NumericUpDown();
      this.bTrackBar = new System.Windows.Forms.TrackBar();
      this.gTrackBar = new System.Windows.Forms.TrackBar();
      this.rTrackBar = new System.Windows.Forms.TrackBar();
      this.rNumericUpDown = new Cyotek.Demo.CmykRgbColorConversion.NumericUpDown();
      this.palettePanel = new System.Windows.Forms.Panel();
      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
      this.matchLabel = new System.Windows.Forms.Label();
      this.label11 = new System.Windows.Forms.Label();
      this.rgbColorBox = new Cyotek.Demo.CmykRgbColorConversion.ColorBox();
      this.cmykColorBox = new Cyotek.Demo.CmykRgbColorConversion.ColorBox();
      this.label8 = new System.Windows.Forms.Label();
      this.menuStrip1 = new System.Windows.Forms.MenuStrip();
      this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      cmykGroupBox = new System.Windows.Forms.GroupBox();
      label7 = new System.Windows.Forms.Label();
      label6 = new System.Windows.Forms.Label();
      label5 = new System.Windows.Forms.Label();
      label4 = new System.Windows.Forms.Label();
      label3 = new System.Windows.Forms.Label();
      label1 = new System.Windows.Forms.Label();
      label2 = new System.Windows.Forms.Label();
      cLabel = new System.Windows.Forms.Label();
      rgbGroupBox = new System.Windows.Forms.GroupBox();
      label9 = new System.Windows.Forms.Label();
      label10 = new System.Windows.Forms.Label();
      label15 = new System.Windows.Forms.Label();
      cmykGroupBox.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.kNumericUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.yNumericUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.mNumericUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.kTrackBar)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.mTrackBar)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.cTrackBar)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.cNumericUpDown)).BeginInit();
      rgbGroupBox.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.bNumericUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.gNumericUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.bTrackBar)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.gTrackBar)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.rTrackBar)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.rNumericUpDown)).BeginInit();
      this.tableLayoutPanel1.SuspendLayout();
      this.menuStrip1.SuspendLayout();
      this.SuspendLayout();
      // 
      // cmykGroupBox
      // 
      cmykGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      cmykGroupBox.Controls.Add(label7);
      cmykGroupBox.Controls.Add(label6);
      cmykGroupBox.Controls.Add(label5);
      cmykGroupBox.Controls.Add(label4);
      cmykGroupBox.Controls.Add(label3);
      cmykGroupBox.Controls.Add(label1);
      cmykGroupBox.Controls.Add(this.kNumericUpDown);
      cmykGroupBox.Controls.Add(this.yNumericUpDown);
      cmykGroupBox.Controls.Add(this.mNumericUpDown);
      cmykGroupBox.Controls.Add(this.kTrackBar);
      cmykGroupBox.Controls.Add(this.yTrackBar);
      cmykGroupBox.Controls.Add(this.mTrackBar);
      cmykGroupBox.Controls.Add(this.cTrackBar);
      cmykGroupBox.Controls.Add(label2);
      cmykGroupBox.Controls.Add(this.cNumericUpDown);
      cmykGroupBox.Controls.Add(cLabel);
      cmykGroupBox.Location = new System.Drawing.Point(12, 71);
      cmykGroupBox.Name = "cmykGroupBox";
      cmykGroupBox.Size = new System.Drawing.Size(776, 181);
      cmykGroupBox.TabIndex = 1;
      cmykGroupBox.TabStop = false;
      cmykGroupBox.Text = "CMYK";
      // 
      // label7
      // 
      label7.AutoSize = true;
      label7.Location = new System.Drawing.Point(6, 141);
      label7.Name = "label7";
      label7.Size = new System.Drawing.Size(58, 13);
      label7.TabIndex = 12;
      label7.Text = "Black &Key:";
      // 
      // label6
      // 
      label6.AutoSize = true;
      label6.Location = new System.Drawing.Point(6, 101);
      label6.Name = "label6";
      label6.Size = new System.Drawing.Size(41, 13);
      label6.TabIndex = 8;
      label6.Text = "&Yellow:";
      // 
      // label5
      // 
      label5.AutoSize = true;
      label5.Location = new System.Drawing.Point(6, 61);
      label5.Name = "label5";
      label5.Size = new System.Drawing.Size(52, 13);
      label5.TabIndex = 4;
      label5.Text = "&Magenta:";
      // 
      // label4
      // 
      label4.AutoSize = true;
      label4.Location = new System.Drawing.Point(143, 141);
      label4.Name = "label4";
      label4.Size = new System.Drawing.Size(15, 13);
      label4.TabIndex = 14;
      label4.Text = "%";
      // 
      // label3
      // 
      label3.AutoSize = true;
      label3.Location = new System.Drawing.Point(143, 101);
      label3.Name = "label3";
      label3.Size = new System.Drawing.Size(15, 13);
      label3.TabIndex = 10;
      label3.Text = "%";
      // 
      // label1
      // 
      label1.AutoSize = true;
      label1.Location = new System.Drawing.Point(143, 59);
      label1.Name = "label1";
      label1.Size = new System.Drawing.Size(15, 13);
      label1.TabIndex = 6;
      label1.Text = "%";
      // 
      // kNumericUpDown
      // 
      this.kNumericUpDown.Location = new System.Drawing.Point(70, 139);
      this.kNumericUpDown.Name = "kNumericUpDown";
      this.kNumericUpDown.Size = new System.Drawing.Size(67, 20);
      this.kNumericUpDown.TabIndex = 13;
      this.kNumericUpDown.ValueChanged += new System.EventHandler(this.kNumericUpDown_ValueChanged);
      // 
      // yNumericUpDown
      // 
      this.yNumericUpDown.Location = new System.Drawing.Point(70, 99);
      this.yNumericUpDown.Name = "yNumericUpDown";
      this.yNumericUpDown.Size = new System.Drawing.Size(67, 20);
      this.yNumericUpDown.TabIndex = 9;
      this.yNumericUpDown.ValueChanged += new System.EventHandler(this.yNumericUpDown_ValueChanged);
      // 
      // mNumericUpDown
      // 
      this.mNumericUpDown.Location = new System.Drawing.Point(70, 59);
      this.mNumericUpDown.Name = "mNumericUpDown";
      this.mNumericUpDown.Size = new System.Drawing.Size(67, 20);
      this.mNumericUpDown.TabIndex = 5;
      this.mNumericUpDown.ValueChanged += new System.EventHandler(this.mNumericUpDown_ValueChanged);
      // 
      // kTrackBar
      // 
      this.kTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.kTrackBar.AutoSize = false;
      this.kTrackBar.Location = new System.Drawing.Point(164, 139);
      this.kTrackBar.Maximum = 100;
      this.kTrackBar.Name = "kTrackBar";
      this.kTrackBar.Size = new System.Drawing.Size(606, 34);
      this.kTrackBar.TabIndex = 15;
      this.kTrackBar.ValueChanged += new System.EventHandler(this.kTrackBar_ValueChanged);
      // 
      // yTrackBar
      // 
      this.yTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.yTrackBar.AutoSize = false;
      this.yTrackBar.Location = new System.Drawing.Point(164, 99);
      this.yTrackBar.Maximum = 100;
      this.yTrackBar.Name = "yTrackBar";
      this.yTrackBar.Size = new System.Drawing.Size(606, 34);
      this.yTrackBar.TabIndex = 11;
      this.yTrackBar.ValueChanged += new System.EventHandler(this.yTrackBar_ValueChanged);
      // 
      // mTrackBar
      // 
      this.mTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mTrackBar.AutoSize = false;
      this.mTrackBar.Location = new System.Drawing.Point(164, 59);
      this.mTrackBar.Maximum = 100;
      this.mTrackBar.Name = "mTrackBar";
      this.mTrackBar.Size = new System.Drawing.Size(606, 34);
      this.mTrackBar.TabIndex = 7;
      this.mTrackBar.ValueChanged += new System.EventHandler(this.mTrackBar_ValueChanged);
      // 
      // cTrackBar
      // 
      this.cTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.cTrackBar.AutoSize = false;
      this.cTrackBar.Location = new System.Drawing.Point(164, 19);
      this.cTrackBar.Maximum = 100;
      this.cTrackBar.Name = "cTrackBar";
      this.cTrackBar.Size = new System.Drawing.Size(606, 34);
      this.cTrackBar.TabIndex = 3;
      this.cTrackBar.ValueChanged += new System.EventHandler(this.cTrackBar_ValueChanged);
      // 
      // label2
      // 
      label2.AutoSize = true;
      label2.Location = new System.Drawing.Point(143, 21);
      label2.Name = "label2";
      label2.Size = new System.Drawing.Size(15, 13);
      label2.TabIndex = 2;
      label2.Text = "%";
      // 
      // cNumericUpDown
      // 
      this.cNumericUpDown.Location = new System.Drawing.Point(70, 19);
      this.cNumericUpDown.Name = "cNumericUpDown";
      this.cNumericUpDown.Size = new System.Drawing.Size(67, 20);
      this.cNumericUpDown.TabIndex = 1;
      this.cNumericUpDown.ValueChanged += new System.EventHandler(this.cNumericUpDown_ValueChanged);
      // 
      // cLabel
      // 
      cLabel.AutoSize = true;
      cLabel.Location = new System.Drawing.Point(6, 21);
      cLabel.Name = "cLabel";
      cLabel.Size = new System.Drawing.Size(34, 13);
      cLabel.TabIndex = 0;
      cLabel.Text = "&Cyan:";
      // 
      // rgbGroupBox
      // 
      rgbGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      rgbGroupBox.Controls.Add(label9);
      rgbGroupBox.Controls.Add(label10);
      rgbGroupBox.Controls.Add(this.bNumericUpDown);
      rgbGroupBox.Controls.Add(this.gNumericUpDown);
      rgbGroupBox.Controls.Add(this.bTrackBar);
      rgbGroupBox.Controls.Add(this.gTrackBar);
      rgbGroupBox.Controls.Add(this.rTrackBar);
      rgbGroupBox.Controls.Add(this.rNumericUpDown);
      rgbGroupBox.Controls.Add(label15);
      rgbGroupBox.Location = new System.Drawing.Point(12, 258);
      rgbGroupBox.Name = "rgbGroupBox";
      rgbGroupBox.Size = new System.Drawing.Size(776, 143);
      rgbGroupBox.TabIndex = 2;
      rgbGroupBox.TabStop = false;
      rgbGroupBox.Text = "RGB";
      // 
      // label9
      // 
      label9.AutoSize = true;
      label9.Location = new System.Drawing.Point(6, 101);
      label9.Name = "label9";
      label9.Size = new System.Drawing.Size(31, 13);
      label9.TabIndex = 6;
      label9.Text = "&Blue:";
      // 
      // label10
      // 
      label10.AutoSize = true;
      label10.Location = new System.Drawing.Point(6, 61);
      label10.Name = "label10";
      label10.Size = new System.Drawing.Size(39, 13);
      label10.TabIndex = 3;
      label10.Text = "&Green:";
      // 
      // bNumericUpDown
      // 
      this.bNumericUpDown.Location = new System.Drawing.Point(70, 99);
      this.bNumericUpDown.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
      this.bNumericUpDown.Name = "bNumericUpDown";
      this.bNumericUpDown.Size = new System.Drawing.Size(67, 20);
      this.bNumericUpDown.TabIndex = 7;
      this.bNumericUpDown.ValueChanged += new System.EventHandler(this.bNumericUpDown_ValueChanged);
      // 
      // gNumericUpDown
      // 
      this.gNumericUpDown.Location = new System.Drawing.Point(70, 59);
      this.gNumericUpDown.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
      this.gNumericUpDown.Name = "gNumericUpDown";
      this.gNumericUpDown.Size = new System.Drawing.Size(67, 20);
      this.gNumericUpDown.TabIndex = 4;
      this.gNumericUpDown.ValueChanged += new System.EventHandler(this.gNumericUpDown_ValueChanged);
      // 
      // bTrackBar
      // 
      this.bTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.bTrackBar.AutoSize = false;
      this.bTrackBar.LargeChange = 10;
      this.bTrackBar.Location = new System.Drawing.Point(164, 99);
      this.bTrackBar.Maximum = 255;
      this.bTrackBar.Name = "bTrackBar";
      this.bTrackBar.Size = new System.Drawing.Size(606, 34);
      this.bTrackBar.TabIndex = 8;
      this.bTrackBar.TickFrequency = 5;
      this.bTrackBar.ValueChanged += new System.EventHandler(this.bTrackBar_ValueChanged);
      // 
      // gTrackBar
      // 
      this.gTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.gTrackBar.AutoSize = false;
      this.gTrackBar.LargeChange = 10;
      this.gTrackBar.Location = new System.Drawing.Point(164, 59);
      this.gTrackBar.Maximum = 255;
      this.gTrackBar.Name = "gTrackBar";
      this.gTrackBar.Size = new System.Drawing.Size(606, 34);
      this.gTrackBar.TabIndex = 5;
      this.gTrackBar.TickFrequency = 5;
      this.gTrackBar.ValueChanged += new System.EventHandler(this.gTrackBar_ValueChanged);
      // 
      // rTrackBar
      // 
      this.rTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.rTrackBar.AutoSize = false;
      this.rTrackBar.LargeChange = 10;
      this.rTrackBar.Location = new System.Drawing.Point(164, 19);
      this.rTrackBar.Maximum = 255;
      this.rTrackBar.Name = "rTrackBar";
      this.rTrackBar.Size = new System.Drawing.Size(606, 34);
      this.rTrackBar.TabIndex = 2;
      this.rTrackBar.TickFrequency = 5;
      this.rTrackBar.ValueChanged += new System.EventHandler(this.rTrackBar_ValueChanged);
      // 
      // rNumericUpDown
      // 
      this.rNumericUpDown.Location = new System.Drawing.Point(70, 19);
      this.rNumericUpDown.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
      this.rNumericUpDown.Name = "rNumericUpDown";
      this.rNumericUpDown.Size = new System.Drawing.Size(67, 20);
      this.rNumericUpDown.TabIndex = 1;
      this.rNumericUpDown.ValueChanged += new System.EventHandler(this.rNumericUpDown_ValueChanged);
      // 
      // label15
      // 
      label15.AutoSize = true;
      label15.Location = new System.Drawing.Point(6, 21);
      label15.Name = "label15";
      label15.Size = new System.Drawing.Size(30, 13);
      label15.TabIndex = 0;
      label15.Text = "&Red:";
      // 
      // palettePanel
      // 
      this.palettePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.palettePanel.Location = new System.Drawing.Point(12, 27);
      this.palettePanel.Name = "palettePanel";
      this.palettePanel.Size = new System.Drawing.Size(776, 38);
      this.palettePanel.TabIndex = 0;
      // 
      // tableLayoutPanel1
      // 
      this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.tableLayoutPanel1.ColumnCount = 5;
      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 106F));
      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 106F));
      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 106F));
      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
      this.tableLayoutPanel1.Controls.Add(this.matchLabel, 2, 0);
      this.tableLayoutPanel1.Controls.Add(this.label11, 3, 1);
      this.tableLayoutPanel1.Controls.Add(this.rgbColorBox, 3, 0);
      this.tableLayoutPanel1.Controls.Add(this.cmykColorBox, 1, 0);
      this.tableLayoutPanel1.Controls.Add(this.label8, 1, 1);
      this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 407);
      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
      this.tableLayoutPanel1.RowCount = 2;
      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
      this.tableLayoutPanel1.Size = new System.Drawing.Size(776, 75);
      this.tableLayoutPanel1.TabIndex = 3;
      // 
      // matchLabel
      // 
      this.matchLabel.AutoSize = true;
      this.matchLabel.Dock = System.Windows.Forms.DockStyle.Fill;
      this.matchLabel.Location = new System.Drawing.Point(338, 0);
      this.matchLabel.Name = "matchLabel";
      this.matchLabel.Size = new System.Drawing.Size(100, 54);
      this.matchLabel.TabIndex = 1;
      this.matchLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      // 
      // label11
      // 
      this.label11.AutoSize = true;
      this.label11.Dock = System.Windows.Forms.DockStyle.Top;
      this.label11.Location = new System.Drawing.Point(444, 54);
      this.label11.Name = "label11";
      this.label11.Size = new System.Drawing.Size(100, 13);
      this.label11.TabIndex = 4;
      this.label11.Text = "RGB";
      this.label11.TextAlign = System.Drawing.ContentAlignment.TopCenter;
      // 
      // rgbColorBox
      // 
      this.rgbColorBox.Dock = System.Windows.Forms.DockStyle.Fill;
      this.rgbColorBox.Location = new System.Drawing.Point(444, 3);
      this.rgbColorBox.Name = "rgbColorBox";
      this.rgbColorBox.ShowName = true;
      this.rgbColorBox.Size = new System.Drawing.Size(100, 48);
      this.rgbColorBox.TabIndex = 2;
      this.rgbColorBox.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
      this.rgbColorBox.ColorChanged += new System.EventHandler(this.rgbColorBox_ColorChanged);
      // 
      // cmykColorBox
      // 
      this.cmykColorBox.Dock = System.Windows.Forms.DockStyle.Fill;
      this.cmykColorBox.Location = new System.Drawing.Point(232, 3);
      this.cmykColorBox.Name = "cmykColorBox";
      this.cmykColorBox.ShowName = true;
      this.cmykColorBox.Size = new System.Drawing.Size(100, 48);
      this.cmykColorBox.TabIndex = 0;
      this.cmykColorBox.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
      this.cmykColorBox.ColorChanged += new System.EventHandler(this.rgbColorBox_ColorChanged);
      // 
      // label8
      // 
      this.label8.AutoSize = true;
      this.label8.Dock = System.Windows.Forms.DockStyle.Top;
      this.label8.Location = new System.Drawing.Point(232, 54);
      this.label8.Name = "label8";
      this.label8.Size = new System.Drawing.Size(100, 13);
      this.label8.TabIndex = 3;
      this.label8.Text = "CMYK";
      this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
      // 
      // menuStrip1
      // 
      this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.helpToolStripMenuItem});
      this.menuStrip1.Location = new System.Drawing.Point(0, 0);
      this.menuStrip1.Name = "menuStrip1";
      this.menuStrip1.Size = new System.Drawing.Size(800, 24);
      this.menuStrip1.TabIndex = 4;
      this.menuStrip1.Text = "menuStrip1";
      // 
      // fileToolStripMenuItem
      // 
      this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
      this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
      this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
      this.fileToolStripMenuItem.Text = "&File";
      // 
      // helpToolStripMenuItem
      // 
      this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
      this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
      this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
      this.helpToolStripMenuItem.Text = "&Help";
      // 
      // aboutToolStripMenuItem
      // 
      this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
      this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
      this.aboutToolStripMenuItem.Text = "&About";
      this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
      // 
      // exitToolStripMenuItem
      // 
      this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
      this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
      this.exitToolStripMenuItem.Text = "E&xit";
      this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
      // 
      // MainForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(800, 493);
      this.Controls.Add(this.tableLayoutPanel1);
      this.Controls.Add(this.palettePanel);
      this.Controls.Add(rgbGroupBox);
      this.Controls.Add(cmykGroupBox);
      this.Controls.Add(this.menuStrip1);
      this.MainMenuStrip = this.menuStrip1;
      this.Name = "MainForm";
      this.Text = "cyotek.com CMYK/RGB Color Conversion Demonstration";
      cmykGroupBox.ResumeLayout(false);
      cmykGroupBox.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.kNumericUpDown)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.yNumericUpDown)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.mNumericUpDown)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.kTrackBar)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.mTrackBar)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.cTrackBar)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.cNumericUpDown)).EndInit();
      rgbGroupBox.ResumeLayout(false);
      rgbGroupBox.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.bNumericUpDown)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.gNumericUpDown)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.bTrackBar)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.gTrackBar)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.rTrackBar)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.rNumericUpDown)).EndInit();
      this.tableLayoutPanel1.ResumeLayout(false);
      this.tableLayoutPanel1.PerformLayout();
      this.menuStrip1.ResumeLayout(false);
      this.menuStrip1.PerformLayout();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

    #endregion
    private Cyotek.Demo.CmykRgbColorConversion.NumericUpDown kNumericUpDown;
    private Cyotek.Demo.CmykRgbColorConversion.NumericUpDown yNumericUpDown;
    private Cyotek.Demo.CmykRgbColorConversion.NumericUpDown mNumericUpDown;
    private System.Windows.Forms.TrackBar kTrackBar;
    private System.Windows.Forms.TrackBar yTrackBar;
    private System.Windows.Forms.TrackBar mTrackBar;
    private System.Windows.Forms.TrackBar cTrackBar;
    private Cyotek.Demo.CmykRgbColorConversion.NumericUpDown cNumericUpDown;
    private Cyotek.Demo.CmykRgbColorConversion.NumericUpDown bNumericUpDown;
    private Cyotek.Demo.CmykRgbColorConversion.NumericUpDown gNumericUpDown;
    private System.Windows.Forms.TrackBar bTrackBar;
    private System.Windows.Forms.TrackBar gTrackBar;
    private System.Windows.Forms.TrackBar rTrackBar;
    private Cyotek.Demo.CmykRgbColorConversion.NumericUpDown rNumericUpDown;
    private ColorBox cmykColorBox;
    private ColorBox rgbColorBox;
    private System.Windows.Forms.Panel palettePanel;
    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
    private System.Windows.Forms.Label label11;
    private System.Windows.Forms.Label label8;
    private System.Windows.Forms.Label matchLabel;
    private System.Windows.Forms.MenuStrip menuStrip1;
    private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
  }
}

Donate

Donate