Download DrawAnimatedImage.zip, last updated 28/10/2017 (567.26 KB)

Download
  • md5: 4a018e6a7814473a37471c9302ac242e
  • sha1: 9c32f16ee743d4338f2e61836b88f8efc3568514
  • sha256: aca4e0a6d1aa4ed63fadecbc6e60039f7249f89abf73555c011ac34c41535da7
namespace Cyotek.Demo.DrawAnimatedImage
{
  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()
    {
      this.statusLabel = new System.Windows.Forms.Label();
      this.openImageButton = new System.Windows.Forms.Button();
      this.customPaintPanel = new Cyotek.Demo.DrawAnimatedImage.BufferedPanel();
      this.SuspendLayout();
      // 
      // statusLabel
      // 
      this.statusLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.statusLabel.AutoEllipsis = true;
      this.statusLabel.BackColor = System.Drawing.SystemColors.ActiveCaption;
      this.statusLabel.ForeColor = System.Drawing.SystemColors.HighlightText;
      this.statusLabel.Location = new System.Drawing.Point(12, 350);
      this.statusLabel.Name = "statusLabel";
      this.statusLabel.Size = new System.Drawing.Size(705, 23);
      this.statusLabel.TabIndex = 9;
      this.statusLabel.Text = "Normal";
      this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      // 
      // openImageButton
      // 
      this.openImageButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.openImageButton.Location = new System.Drawing.Point(723, 350);
      this.openImageButton.Name = "openImageButton";
      this.openImageButton.Size = new System.Drawing.Size(75, 23);
      this.openImageButton.TabIndex = 10;
      this.openImageButton.Text = "&Open";
      this.openImageButton.UseVisualStyleBackColor = true;
      this.openImageButton.Click += new System.EventHandler(this.openImageButton_Click);
      // 
      // customPaintPanel
      // 
      this.customPaintPanel.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.customPaintPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
      this.customPaintPanel.Location = new System.Drawing.Point(12, 12);
      this.customPaintPanel.Name = "customPaintPanel";
      this.customPaintPanel.Size = new System.Drawing.Size(786, 332);
      this.customPaintPanel.TabIndex = 0;
      this.customPaintPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.customPaintPanel_Paint);
      // 
      // MainForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(810, 382);
      this.Controls.Add(this.openImageButton);
      this.Controls.Add(this.statusLabel);
      this.Controls.Add(this.customPaintPanel);
      this.Name = "MainForm";
      this.Text = "cyotek.com Draw Animated Image Demonstration";
      this.ResumeLayout(false);

    }

    #endregion

    private BufferedPanel customPaintPanel;
    private System.Windows.Forms.Label statusLabel;
    private System.Windows.Forms.Button openImageButton;
  }
}

Donate

Donate