Download KeyboardSupportDemo.zip version 1.0.0.0, last updated 04/06/2016 (10.17 KB)

Download
  • md5: 90e557815ee49f581745ed334ea2d9ed
  • sha1: 3fbc13752142394a4c4dcab84de6ffce94de3b4f
  • sha256: eb014fe61a006edcbe89107bc437dd99b3910badf471f20dc30d79fd7edbc743
namespace Cyotek.Articles.KeyboardSupport
{
  partial class DemoForm
  {
    /// <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.SplitContainer eventsSplitContainer;
      System.Windows.Forms.SplitContainer propertiesSplitContainer;
      this.button = new Cyotek.Articles.KeyboardSupport.Button();
      this.propertyGrid = new System.Windows.Forms.PropertyGrid();
      this.eventsListBox = new Cyotek.Windows.Forms.Demo.EventsListBox();
      eventsSplitContainer = new System.Windows.Forms.SplitContainer();
      propertiesSplitContainer = new System.Windows.Forms.SplitContainer();
      ((System.ComponentModel.ISupportInitialize)(eventsSplitContainer)).BeginInit();
      eventsSplitContainer.Panel1.SuspendLayout();
      eventsSplitContainer.Panel2.SuspendLayout();
      eventsSplitContainer.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(propertiesSplitContainer)).BeginInit();
      propertiesSplitContainer.Panel1.SuspendLayout();
      propertiesSplitContainer.Panel2.SuspendLayout();
      propertiesSplitContainer.SuspendLayout();
      this.SuspendLayout();
      // 
      // eventsSplitContainer
      // 
      eventsSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
      eventsSplitContainer.Location = new System.Drawing.Point(0, 0);
      eventsSplitContainer.Name = "eventsSplitContainer";
      eventsSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
      // 
      // eventsSplitContainer.Panel1
      // 
      eventsSplitContainer.Panel1.Controls.Add(propertiesSplitContainer);
      // 
      // eventsSplitContainer.Panel2
      // 
      eventsSplitContainer.Panel2.Controls.Add(this.eventsListBox);
      eventsSplitContainer.Size = new System.Drawing.Size(595, 385);
      eventsSplitContainer.SplitterDistance = 187;
      eventsSplitContainer.TabIndex = 0;
      // 
      // propertiesSplitContainer
      // 
      propertiesSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
      propertiesSplitContainer.Location = new System.Drawing.Point(0, 0);
      propertiesSplitContainer.Name = "propertiesSplitContainer";
      // 
      // propertiesSplitContainer.Panel1
      // 
      propertiesSplitContainer.Panel1.Controls.Add(this.button);
      // 
      // propertiesSplitContainer.Panel2
      // 
      propertiesSplitContainer.Panel2.Controls.Add(this.propertyGrid);
      propertiesSplitContainer.Size = new System.Drawing.Size(595, 187);
      propertiesSplitContainer.SplitterDistance = 295;
      propertiesSplitContainer.TabIndex = 0;
      // 
      // button
      // 
      this.button.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.button.Location = new System.Drawing.Point(73, 64);
      this.button.Margin = new System.Windows.Forms.Padding(64);
      this.button.Name = "button";
      this.button.Size = new System.Drawing.Size(159, 59);
      this.button.TabIndex = 0;
      this.button.Text = "&Demonstration Button";
      this.button.Click += new System.EventHandler(this.button_Click);
      this.button.Enter += new System.EventHandler(this.button_Enter);
      this.button.KeyDown += new System.Windows.Forms.KeyEventHandler(this.button_KeyDown);
      this.button.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.button_KeyPress);
      this.button.KeyUp += new System.Windows.Forms.KeyEventHandler(this.button_KeyUp);
      this.button.Leave += new System.EventHandler(this.button_Leave);
      this.button.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button_MouseDown);
      this.button.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button_MouseUp);
      // 
      // propertyGrid
      // 
      this.propertyGrid.CommandsVisibleIfAvailable = false;
      this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
      this.propertyGrid.HelpVisible = false;
      this.propertyGrid.Location = new System.Drawing.Point(0, 0);
      this.propertyGrid.Name = "propertyGrid";
      this.propertyGrid.SelectedObject = this.button;
      this.propertyGrid.Size = new System.Drawing.Size(296, 187);
      this.propertyGrid.TabIndex = 0;
      this.propertyGrid.ToolbarVisible = false;
      // 
      // eventsListBox
      // 
      this.eventsListBox.Dock = System.Windows.Forms.DockStyle.Fill;
      this.eventsListBox.FormattingEnabled = true;
      this.eventsListBox.Location = new System.Drawing.Point(0, 0);
      this.eventsListBox.Name = "eventsListBox";
      this.eventsListBox.Size = new System.Drawing.Size(595, 194);
      this.eventsListBox.TabIndex = 0;
      // 
      // DemoForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(595, 385);
      this.Controls.Add(eventsSplitContainer);
      this.Name = "DemoForm";
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
      this.Text = "cyotek.com Keyboard Mnemonic Support Demonstration";
      eventsSplitContainer.Panel1.ResumeLayout(false);
      eventsSplitContainer.Panel2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(eventsSplitContainer)).EndInit();
      eventsSplitContainer.ResumeLayout(false);
      propertiesSplitContainer.Panel1.ResumeLayout(false);
      propertiesSplitContainer.Panel2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(propertiesSplitContainer)).EndInit();
      propertiesSplitContainer.ResumeLayout(false);
      this.ResumeLayout(false);

    }

    #endregion

    private Button button;
    private System.Windows.Forms.PropertyGrid propertyGrid;
    private Windows.Forms.Demo.EventsListBox eventsListBox;
  }
}

Donate

Donate