Download DitheringTest.zip version 1.0.0.0, last updated 06/06/2015 (757.89 KB)

Download
  • md5: 960d00ff8054b8711bf56c562a141126
namespace Cyotek.DitheringTest
{
  partial class MainForm
  {
    /// <summary>
    /// Required designer variable.
    /// </summary>
    private System.ComponentModel.IContainer components = null;

    #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
      this.floydSteinbergRadioButton = new System.Windows.Forms.RadioButton();
      this.rootSplitContainer = new System.Windows.Forms.SplitContainer();
      this.previewSplitContainer = new System.Windows.Forms.SplitContainer();
      this.originalImageBox = new Cyotek.Windows.Forms.ImageBox();
      this.transformedImageBox = new Cyotek.Windows.Forms.ImageBox();
      this.colorConversionGroupBox = new System.Windows.Forms.GroupBox();
      this.thresholdNumericUpDown = new System.Windows.Forms.NumericUpDown();
      this.label1 = new System.Windows.Forms.Label();
      this.ditheringModeGroupBox = new System.Windows.Forms.GroupBox();
      this.burkesRadioButton = new System.Windows.Forms.RadioButton();
      this.noneRadioButton = new System.Windows.Forms.RadioButton();
      this.menuStrip1 = new System.Windows.Forms.MenuStrip();
      this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
      this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.horizontalSplitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStrip1 = new System.Windows.Forms.ToolStrip();
      this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.saveAsToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
      this.pasteToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
      this.horizontalToolStripButton = new System.Windows.Forms.ToolStripButton();
      ((System.ComponentModel.ISupportInitialize)(this.rootSplitContainer)).BeginInit();
      this.rootSplitContainer.Panel1.SuspendLayout();
      this.rootSplitContainer.Panel2.SuspendLayout();
      this.rootSplitContainer.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.previewSplitContainer)).BeginInit();
      this.previewSplitContainer.Panel1.SuspendLayout();
      this.previewSplitContainer.Panel2.SuspendLayout();
      this.previewSplitContainer.SuspendLayout();
      this.colorConversionGroupBox.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.thresholdNumericUpDown)).BeginInit();
      this.ditheringModeGroupBox.SuspendLayout();
      this.menuStrip1.SuspendLayout();
      this.toolStrip1.SuspendLayout();
      this.SuspendLayout();
      // 
      // floydSteinbergRadioButton
      // 
      this.floydSteinbergRadioButton.AutoSize = true;
      this.floydSteinbergRadioButton.Location = new System.Drawing.Point(6, 42);
      this.floydSteinbergRadioButton.Name = "floydSteinbergRadioButton";
      this.floydSteinbergRadioButton.Size = new System.Drawing.Size(98, 17);
      this.floydSteinbergRadioButton.TabIndex = 1;
      this.floydSteinbergRadioButton.Text = "Floyd-&Steinberg";
      this.floydSteinbergRadioButton.UseVisualStyleBackColor = true;
      this.floydSteinbergRadioButton.CheckedChanged += new System.EventHandler(this.DitherCheckBoxCheckedChangedHandler);
      // 
      // rootSplitContainer
      // 
      this.rootSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
      this.rootSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
      this.rootSplitContainer.Location = new System.Drawing.Point(0, 49);
      this.rootSplitContainer.Name = "rootSplitContainer";
      // 
      // rootSplitContainer.Panel1
      // 
      this.rootSplitContainer.Panel1.Controls.Add(this.previewSplitContainer);
      // 
      // rootSplitContainer.Panel2
      // 
      this.rootSplitContainer.Panel2.Controls.Add(this.colorConversionGroupBox);
      this.rootSplitContainer.Panel2.Controls.Add(this.ditheringModeGroupBox);
      this.rootSplitContainer.Size = new System.Drawing.Size(728, 461);
      this.rootSplitContainer.SplitterDistance = 528;
      this.rootSplitContainer.TabIndex = 2;
      // 
      // previewSplitContainer
      // 
      this.previewSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
      this.previewSplitContainer.Location = new System.Drawing.Point(0, 0);
      this.previewSplitContainer.Name = "previewSplitContainer";
      this.previewSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
      // 
      // previewSplitContainer.Panel1
      // 
      this.previewSplitContainer.Panel1.Controls.Add(this.originalImageBox);
      // 
      // previewSplitContainer.Panel2
      // 
      this.previewSplitContainer.Panel2.Controls.Add(this.transformedImageBox);
      this.previewSplitContainer.Size = new System.Drawing.Size(528, 461);
      this.previewSplitContainer.SplitterDistance = 227;
      this.previewSplitContainer.TabIndex = 0;
      // 
      // originalImageBox
      // 
      this.originalImageBox.Dock = System.Windows.Forms.DockStyle.Fill;
      this.originalImageBox.ForeColor = System.Drawing.SystemColors.HighlightText;
      this.originalImageBox.Location = new System.Drawing.Point(0, 0);
      this.originalImageBox.Name = "originalImageBox";
      this.originalImageBox.ShowPixelGrid = true;
      this.originalImageBox.Size = new System.Drawing.Size(528, 227);
      this.originalImageBox.TabIndex = 0;
      this.originalImageBox.Text = "Original";
      this.originalImageBox.TextAlign = System.Drawing.ContentAlignment.BottomRight;
      this.originalImageBox.TextBackColor = System.Drawing.SystemColors.Highlight;
      this.originalImageBox.TextPadding = new System.Windows.Forms.Padding(5, 3, 5, 3);
      this.originalImageBox.Zoomed += new System.EventHandler<Cyotek.Windows.Forms.ImageBoxZoomEventArgs>(this.originalImageBox_Zoomed);
      this.originalImageBox.Scroll += new System.Windows.Forms.ScrollEventHandler(this.originalImageBox_Scroll);
      // 
      // transformedImageBox
      // 
      this.transformedImageBox.Dock = System.Windows.Forms.DockStyle.Fill;
      this.transformedImageBox.ForeColor = System.Drawing.SystemColors.HighlightText;
      this.transformedImageBox.Location = new System.Drawing.Point(0, 0);
      this.transformedImageBox.Name = "transformedImageBox";
      this.transformedImageBox.ShowPixelGrid = true;
      this.transformedImageBox.Size = new System.Drawing.Size(528, 230);
      this.transformedImageBox.TabIndex = 0;
      this.transformedImageBox.Text = "Transformed";
      this.transformedImageBox.TextAlign = System.Drawing.ContentAlignment.BottomRight;
      this.transformedImageBox.TextBackColor = System.Drawing.SystemColors.Highlight;
      this.transformedImageBox.TextPadding = new System.Windows.Forms.Padding(5, 3, 5, 3);
      this.transformedImageBox.Zoomed += new System.EventHandler<Cyotek.Windows.Forms.ImageBoxZoomEventArgs>(this.originalImageBox_Zoomed);
      this.transformedImageBox.Scroll += new System.Windows.Forms.ScrollEventHandler(this.originalImageBox_Scroll);
      // 
      // colorConversionGroupBox
      // 
      this.colorConversionGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.colorConversionGroupBox.Controls.Add(this.thresholdNumericUpDown);
      this.colorConversionGroupBox.Controls.Add(this.label1);
      this.colorConversionGroupBox.Location = new System.Drawing.Point(3, 3);
      this.colorConversionGroupBox.Name = "colorConversionGroupBox";
      this.colorConversionGroupBox.Size = new System.Drawing.Size(190, 74);
      this.colorConversionGroupBox.TabIndex = 0;
      this.colorConversionGroupBox.TabStop = false;
      this.colorConversionGroupBox.Text = "Color Conversion";
      // 
      // thresholdNumericUpDown
      // 
      this.thresholdNumericUpDown.Location = new System.Drawing.Point(6, 37);
      this.thresholdNumericUpDown.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
      this.thresholdNumericUpDown.Name = "thresholdNumericUpDown";
      this.thresholdNumericUpDown.Size = new System.Drawing.Size(58, 20);
      this.thresholdNumericUpDown.TabIndex = 1;
      this.thresholdNumericUpDown.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
      this.thresholdNumericUpDown.ValueChanged += new System.EventHandler(this.thresholdNumericUpDown_ValueChanged);
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(3, 21);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(132, 13);
      this.label1.TabIndex = 0;
      this.label1.Text = "Black and white &threshold:";
      // 
      // ditheringModeGroupBox
      // 
      this.ditheringModeGroupBox.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.ditheringModeGroupBox.Controls.Add(this.burkesRadioButton);
      this.ditheringModeGroupBox.Controls.Add(this.noneRadioButton);
      this.ditheringModeGroupBox.Controls.Add(this.floydSteinbergRadioButton);
      this.ditheringModeGroupBox.Location = new System.Drawing.Point(3, 83);
      this.ditheringModeGroupBox.Name = "ditheringModeGroupBox";
      this.ditheringModeGroupBox.Size = new System.Drawing.Size(190, 375);
      this.ditheringModeGroupBox.TabIndex = 1;
      this.ditheringModeGroupBox.TabStop = false;
      this.ditheringModeGroupBox.Text = "Dithering Algorithm";
      // 
      // burkesRadioButton
      // 
      this.burkesRadioButton.AutoSize = true;
      this.burkesRadioButton.Location = new System.Drawing.Point(6, 65);
      this.burkesRadioButton.Name = "burkesRadioButton";
      this.burkesRadioButton.Size = new System.Drawing.Size(58, 17);
      this.burkesRadioButton.TabIndex = 2;
      this.burkesRadioButton.Text = "&Burkes";
      this.burkesRadioButton.UseVisualStyleBackColor = true;
      this.burkesRadioButton.CheckedChanged += new System.EventHandler(this.DitherCheckBoxCheckedChangedHandler);
      // 
      // noneRadioButton
      // 
      this.noneRadioButton.AutoSize = true;
      this.noneRadioButton.Checked = true;
      this.noneRadioButton.Location = new System.Drawing.Point(6, 19);
      this.noneRadioButton.Name = "noneRadioButton";
      this.noneRadioButton.Size = new System.Drawing.Size(51, 17);
      this.noneRadioButton.TabIndex = 0;
      this.noneRadioButton.TabStop = true;
      this.noneRadioButton.Text = "&None";
      this.noneRadioButton.UseVisualStyleBackColor = true;
      this.noneRadioButton.CheckedChanged += new System.EventHandler(this.DitherCheckBoxCheckedChangedHandler);
      // 
      // menuStrip1
      // 
      this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.viewToolStripMenuItem,
            this.helpToolStripMenuItem});
      this.menuStrip1.Location = new System.Drawing.Point(0, 0);
      this.menuStrip1.Name = "menuStrip1";
      this.menuStrip1.Size = new System.Drawing.Size(728, 24);
      this.menuStrip1.TabIndex = 0;
      this.menuStrip1.Text = "menuStrip1";
      // 
      // fileToolStripMenuItem
      // 
      this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.toolStripMenuItem1,
            this.exitToolStripMenuItem});
      this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
      this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
      this.fileToolStripMenuItem.Text = "&File";
      // 
      // openToolStripMenuItem
      // 
      this.openToolStripMenuItem.Image = global::Cyotek.DitheringTest.Properties.Resources.Open;
      this.openToolStripMenuItem.Name = "openToolStripMenuItem";
      this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
      this.openToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
      this.openToolStripMenuItem.Text = "&Open...";
      this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
      // 
      // saveAsToolStripMenuItem
      // 
      this.saveAsToolStripMenuItem.Image = global::Cyotek.DitheringTest.Properties.Resources.Save;
      this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
      this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
      this.saveAsToolStripMenuItem.Text = "Save &As...";
      this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
      // 
      // toolStripMenuItem1
      // 
      this.toolStripMenuItem1.Name = "toolStripMenuItem1";
      this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 6);
      // 
      // exitToolStripMenuItem
      // 
      this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
      this.exitToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
      this.exitToolStripMenuItem.Text = "E&xit";
      this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
      // 
      // editToolStripMenuItem
      // 
      this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.pasteToolStripMenuItem});
      this.editToolStripMenuItem.Name = "editToolStripMenuItem";
      this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
      this.editToolStripMenuItem.Text = "&Edit";
      // 
      // pasteToolStripMenuItem
      // 
      this.pasteToolStripMenuItem.Image = global::Cyotek.DitheringTest.Properties.Resources.Paste;
      this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
      this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
      this.pasteToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
      this.pasteToolStripMenuItem.Text = "&Paste";
      this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
      // 
      // viewToolStripMenuItem
      // 
      this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.horizontalSplitToolStripMenuItem});
      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
      this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
      this.viewToolStripMenuItem.Text = "&View";
      // 
      // horizontalSplitToolStripMenuItem
      // 
      this.horizontalSplitToolStripMenuItem.Checked = true;
      this.horizontalSplitToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
      this.horizontalSplitToolStripMenuItem.Image = global::Cyotek.DitheringTest.Properties.Resources.HorizontalSplit;
      this.horizontalSplitToolStripMenuItem.Name = "horizontalSplitToolStripMenuItem";
      this.horizontalSplitToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
      this.horizontalSplitToolStripMenuItem.Text = "&Horizontal Split";
      this.horizontalSplitToolStripMenuItem.Click += new System.EventHandler(this.horizontalSplitToolStripMenuItem_Click);
      // 
      // 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(116, 22);
      this.aboutToolStripMenuItem.Text = "&About...";
      this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
      // 
      // toolStrip1
      // 
      this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripButton,
            this.saveAsToolStripButton,
            this.toolStripSeparator1,
            this.pasteToolStripButton,
            this.toolStripSeparator2,
            this.horizontalToolStripButton});
      this.toolStrip1.Location = new System.Drawing.Point(0, 24);
      this.toolStrip1.Name = "toolStrip1";
      this.toolStrip1.Size = new System.Drawing.Size(728, 25);
      this.toolStrip1.TabIndex = 1;
      this.toolStrip1.Text = "toolStrip1";
      // 
      // openToolStripButton
      // 
      this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.openToolStripButton.Image = global::Cyotek.DitheringTest.Properties.Resources.Open;
      this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.openToolStripButton.Name = "openToolStripButton";
      this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.openToolStripButton.Text = "Open";
      this.openToolStripButton.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
      // 
      // saveAsToolStripButton
      // 
      this.saveAsToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.saveAsToolStripButton.Image = global::Cyotek.DitheringTest.Properties.Resources.Save;
      this.saveAsToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.saveAsToolStripButton.Name = "saveAsToolStripButton";
      this.saveAsToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.saveAsToolStripButton.Text = "Save As";
      this.saveAsToolStripButton.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
      // 
      // toolStripSeparator1
      // 
      this.toolStripSeparator1.Name = "toolStripSeparator1";
      this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
      // 
      // pasteToolStripButton
      // 
      this.pasteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.pasteToolStripButton.Image = global::Cyotek.DitheringTest.Properties.Resources.Paste;
      this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.pasteToolStripButton.Name = "pasteToolStripButton";
      this.pasteToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.pasteToolStripButton.Text = "Paste";
      this.pasteToolStripButton.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
      // 
      // toolStripSeparator2
      // 
      this.toolStripSeparator2.Name = "toolStripSeparator2";
      this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
      // 
      // horizontalToolStripButton
      // 
      this.horizontalToolStripButton.Checked = true;
      this.horizontalToolStripButton.CheckState = System.Windows.Forms.CheckState.Checked;
      this.horizontalToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.horizontalToolStripButton.Image = global::Cyotek.DitheringTest.Properties.Resources.HorizontalSplit;
      this.horizontalToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.horizontalToolStripButton.Name = "horizontalToolStripButton";
      this.horizontalToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.horizontalToolStripButton.Text = "Horizontal";
      this.horizontalToolStripButton.Click += new System.EventHandler(this.horizontalSplitToolStripMenuItem_Click);
      // 
      // MainForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(728, 510);
      this.Controls.Add(this.rootSplitContainer);
      this.Controls.Add(this.toolStrip1);
      this.Controls.Add(this.menuStrip1);
      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
      this.Name = "MainForm";
      this.Text = "Dithering Example";
      this.rootSplitContainer.Panel1.ResumeLayout(false);
      this.rootSplitContainer.Panel2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.rootSplitContainer)).EndInit();
      this.rootSplitContainer.ResumeLayout(false);
      this.previewSplitContainer.Panel1.ResumeLayout(false);
      this.previewSplitContainer.Panel2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.previewSplitContainer)).EndInit();
      this.previewSplitContainer.ResumeLayout(false);
      this.colorConversionGroupBox.ResumeLayout(false);
      this.colorConversionGroupBox.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.thresholdNumericUpDown)).EndInit();
      this.ditheringModeGroupBox.ResumeLayout(false);
      this.ditheringModeGroupBox.PerformLayout();
      this.menuStrip1.ResumeLayout(false);
      this.menuStrip1.PerformLayout();
      this.toolStrip1.ResumeLayout(false);
      this.toolStrip1.PerformLayout();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

    #endregion

    private System.Windows.Forms.RadioButton floydSteinbergRadioButton;
    private System.Windows.Forms.SplitContainer rootSplitContainer;
    private System.Windows.Forms.SplitContainer previewSplitContainer;
    private Cyotek.Windows.Forms.ImageBox originalImageBox;
    private Cyotek.Windows.Forms.ImageBox transformedImageBox;
    private System.Windows.Forms.RadioButton noneRadioButton;
    private System.Windows.Forms.MenuStrip menuStrip1;
    private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
    private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
    private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
    private System.Windows.Forms.ToolStrip toolStrip1;
    private System.Windows.Forms.ToolStripButton openToolStripButton;
    private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
    private System.Windows.Forms.ToolStripButton saveAsToolStripButton;
    private System.Windows.Forms.GroupBox ditheringModeGroupBox;
    private System.Windows.Forms.RadioButton burkesRadioButton;
    private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
    private System.Windows.Forms.ToolStripButton pasteToolStripButton;
    private System.Windows.Forms.ToolStripButton horizontalToolStripButton;
    private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem horizontalSplitToolStripMenuItem;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
    private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
    private System.Windows.Forms.GroupBox colorConversionGroupBox;
    private System.Windows.Forms.NumericUpDown thresholdNumericUpDown;
    private System.Windows.Forms.Label label1;
  }
}

Donate

Donate