Download AdobeSwatchExchangeLoader-v2.zip version 2.0.0.0, last updated 21/10/2015 (72.79 KB)

Download
  • md5: 3591debc1f6749c23ad9bbd113dd760a
  • sha1: 9b8b0e53179b0b8d04c14324125ae5452df58305
  • sha256: 152c5051abec694120031b4b0ed923608627b0081994f99cf6d043cc1663ed20
namespace AdobeSwatchExchangeLoader
{
  partial class CompareResultsDialog
  {
    /// <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()
    {
      this.splitContainer = new System.Windows.Forms.SplitContainer();
      this.sourceAseHexViewer = new AdobeSwatchExchangeLoader.AseHexViewer();
      this.destinationAseHexViewer = new AdobeSwatchExchangeLoader.AseHexViewer();
      this.closeButton = new System.Windows.Forms.Button();
      this.resultLabel = new System.Windows.Forms.Label();
      this.splitContainer.Panel1.SuspendLayout();
      this.splitContainer.Panel2.SuspendLayout();
      this.splitContainer.SuspendLayout();
      this.SuspendLayout();
      // 
      // splitContainer
      // 
      this.splitContainer.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.splitContainer.Location = new System.Drawing.Point(12, 41);
      this.splitContainer.Name = "splitContainer";
      // 
      // splitContainer.Panel1
      // 
      this.splitContainer.Panel1.Controls.Add(this.sourceAseHexViewer);
      // 
      // splitContainer.Panel2
      // 
      this.splitContainer.Panel2.Controls.Add(this.destinationAseHexViewer);
      this.splitContainer.Size = new System.Drawing.Size(760, 479);
      this.splitContainer.SplitterDistance = 378;
      this.splitContainer.TabIndex = 1;
      // 
      // sourceAseHexViewer
      // 
      this.sourceAseHexViewer.Dock = System.Windows.Forms.DockStyle.Fill;
      this.sourceAseHexViewer.FileName = null;
      this.sourceAseHexViewer.Location = new System.Drawing.Point(0, 0);
      this.sourceAseHexViewer.Name = "sourceAseHexViewer";
      this.sourceAseHexViewer.Size = new System.Drawing.Size(378, 479);
      this.sourceAseHexViewer.TabIndex = 0;
      this.sourceAseHexViewer.TopRow = 0;
      this.sourceAseHexViewer.TopRowChanged += new System.EventHandler(this.sourceAseHexViewer_TopRowChanged);
      // 
      // destinationAseHexViewer
      // 
      this.destinationAseHexViewer.Dock = System.Windows.Forms.DockStyle.Fill;
      this.destinationAseHexViewer.FileName = null;
      this.destinationAseHexViewer.Location = new System.Drawing.Point(0, 0);
      this.destinationAseHexViewer.Name = "destinationAseHexViewer";
      this.destinationAseHexViewer.Size = new System.Drawing.Size(378, 479);
      this.destinationAseHexViewer.TabIndex = 0;
      this.destinationAseHexViewer.TopRow = 0;
      this.destinationAseHexViewer.TopRowChanged += new System.EventHandler(this.destinationAseHexViewer_TopRowChanged);
      // 
      // closeButton
      // 
      this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.closeButton.Location = new System.Drawing.Point(697, 526);
      this.closeButton.Name = "closeButton";
      this.closeButton.Size = new System.Drawing.Size(75, 23);
      this.closeButton.TabIndex = 2;
      this.closeButton.Text = "Close";
      this.closeButton.UseVisualStyleBackColor = true;
      this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
      // 
      // resultLabel
      // 
      this.resultLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.resultLabel.AutoEllipsis = true;
      this.resultLabel.BackColor = System.Drawing.Color.Green;
      this.resultLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.resultLabel.ForeColor = System.Drawing.Color.White;
      this.resultLabel.Location = new System.Drawing.Point(12, 9);
      this.resultLabel.Name = "resultLabel";
      this.resultLabel.Padding = new System.Windows.Forms.Padding(6);
      this.resultLabel.Size = new System.Drawing.Size(760, 29);
      this.resultLabel.TabIndex = 0;
      this.resultLabel.Text = "Files are identical";
      // 
      // CompareResultsDialog
      // 
      this.AcceptButton = this.closeButton;
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.CancelButton = this.closeButton;
      this.ClientSize = new System.Drawing.Size(784, 561);
      this.Controls.Add(this.resultLabel);
      this.Controls.Add(this.closeButton);
      this.Controls.Add(this.splitContainer);
      this.MaximizeBox = false;
      this.MinimizeBox = false;
      this.Name = "CompareResultsDialog";
      this.ShowIcon = false;
      this.ShowInTaskbar = false;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "Compare Results";
      this.splitContainer.Panel1.ResumeLayout(false);
      this.splitContainer.Panel2.ResumeLayout(false);
      this.splitContainer.ResumeLayout(false);
      this.ResumeLayout(false);

    }

    #endregion

    private System.Windows.Forms.SplitContainer splitContainer;
    private AseHexViewer sourceAseHexViewer;
    private AseHexViewer destinationAseHexViewer;
    private System.Windows.Forms.Button closeButton;
    private System.Windows.Forms.Label resultLabel;
  }
}

Donate

Donate