Download GetComboBoxInfoDemo.zip version 1.0.0.0, last updated 29/09/2013 (8.49 KB)

Download
  • md5: 4fcc1a5a01f589b63820d14e3288db50
namespace GetComboBoxInfoDemo
{
  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.dropDownComboBox = new System.Windows.Forms.ComboBox();
      this.dropDownListComboBox = new System.Windows.Forms.ComboBox();
      this.simpleComboBox = new System.Windows.Forms.ComboBox();
      this.demoGroupBox = new System.Windows.Forms.GroupBox();
      this.simpleListButton = new System.Windows.Forms.Button();
      this.simpleEditButton = new System.Windows.Forms.Button();
      this.simpleLabel = new System.Windows.Forms.Label();
      this.dropDownListListButton = new System.Windows.Forms.Button();
      this.dropDownListEditButton = new System.Windows.Forms.Button();
      this.dropDownListLabel = new System.Windows.Forms.Label();
      this.dropDownListButton = new System.Windows.Forms.Button();
      this.dropDownEditButton = new System.Windows.Forms.Button();
      this.dropDownLabel = new System.Windows.Forms.Label();
      this.closeButton = new System.Windows.Forms.Button();
      this.demoGroupBox.SuspendLayout();
      this.SuspendLayout();
      // 
      // dropDownComboBox
      // 
      this.dropDownComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.dropDownComboBox.FormattingEnabled = true;
      this.dropDownComboBox.Location = new System.Drawing.Point(9, 38);
      this.dropDownComboBox.Name = "dropDownComboBox";
      this.dropDownComboBox.Size = new System.Drawing.Size(319, 21);
      this.dropDownComboBox.TabIndex = 1;
      // 
      // dropDownListComboBox
      // 
      this.dropDownListComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.dropDownListComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.dropDownListComboBox.FormattingEnabled = true;
      this.dropDownListComboBox.Location = new System.Drawing.Point(9, 84);
      this.dropDownListComboBox.Name = "dropDownListComboBox";
      this.dropDownListComboBox.Size = new System.Drawing.Size(319, 21);
      this.dropDownListComboBox.TabIndex = 5;
      // 
      // simpleComboBox
      // 
      this.simpleComboBox.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.simpleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
      this.simpleComboBox.FormattingEnabled = true;
      this.simpleComboBox.IntegralHeight = false;
      this.simpleComboBox.Location = new System.Drawing.Point(6, 130);
      this.simpleComboBox.Name = "simpleComboBox";
      this.simpleComboBox.Size = new System.Drawing.Size(322, 117);
      this.simpleComboBox.TabIndex = 9;
      // 
      // demoGroupBox
      // 
      this.demoGroupBox.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.demoGroupBox.Controls.Add(this.simpleListButton);
      this.demoGroupBox.Controls.Add(this.simpleEditButton);
      this.demoGroupBox.Controls.Add(this.simpleLabel);
      this.demoGroupBox.Controls.Add(this.dropDownListListButton);
      this.demoGroupBox.Controls.Add(this.simpleComboBox);
      this.demoGroupBox.Controls.Add(this.dropDownListEditButton);
      this.demoGroupBox.Controls.Add(this.dropDownListLabel);
      this.demoGroupBox.Controls.Add(this.dropDownListButton);
      this.demoGroupBox.Controls.Add(this.dropDownListComboBox);
      this.demoGroupBox.Controls.Add(this.dropDownEditButton);
      this.demoGroupBox.Controls.Add(this.dropDownLabel);
      this.demoGroupBox.Controls.Add(this.dropDownComboBox);
      this.demoGroupBox.Location = new System.Drawing.Point(12, 12);
      this.demoGroupBox.Name = "demoGroupBox";
      this.demoGroupBox.Size = new System.Drawing.Size(546, 253);
      this.demoGroupBox.TabIndex = 0;
      this.demoGroupBox.TabStop = false;
      this.demoGroupBox.Text = "Examples";
      // 
      // simpleListButton
      // 
      this.simpleListButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.simpleListButton.Location = new System.Drawing.Point(440, 130);
      this.simpleListButton.Name = "simpleListButton";
      this.simpleListButton.Size = new System.Drawing.Size(100, 23);
      this.simpleListButton.TabIndex = 11;
      this.simpleListButton.Text = "Get List Handle";
      this.simpleListButton.UseVisualStyleBackColor = true;
      this.simpleListButton.Click += new System.EventHandler(this.simpleListButton_Click);
      // 
      // simpleEditButton
      // 
      this.simpleEditButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.simpleEditButton.Location = new System.Drawing.Point(334, 130);
      this.simpleEditButton.Name = "simpleEditButton";
      this.simpleEditButton.Size = new System.Drawing.Size(100, 23);
      this.simpleEditButton.TabIndex = 10;
      this.simpleEditButton.Text = "Get Edit Handle";
      this.simpleEditButton.UseVisualStyleBackColor = true;
      this.simpleEditButton.Click += new System.EventHandler(this.simpleEditButton_Click);
      // 
      // simpleLabel
      // 
      this.simpleLabel.AutoSize = true;
      this.simpleLabel.Location = new System.Drawing.Point(6, 114);
      this.simpleLabel.Margin = new System.Windows.Forms.Padding(3, 6, 3, 0);
      this.simpleLabel.Name = "simpleLabel";
      this.simpleLabel.Size = new System.Drawing.Size(118, 13);
      this.simpleLabel.TabIndex = 8;
      this.simpleLabel.Text = "ComboBoxStyle.Simple:";
      // 
      // dropDownListListButton
      // 
      this.dropDownListListButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.dropDownListListButton.Location = new System.Drawing.Point(440, 82);
      this.dropDownListListButton.Name = "dropDownListListButton";
      this.dropDownListListButton.Size = new System.Drawing.Size(100, 23);
      this.dropDownListListButton.TabIndex = 7;
      this.dropDownListListButton.Text = "Get List Handle";
      this.dropDownListListButton.UseVisualStyleBackColor = true;
      this.dropDownListListButton.Click += new System.EventHandler(this.dropDownListListButton_Click);
      // 
      // dropDownListEditButton
      // 
      this.dropDownListEditButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.dropDownListEditButton.Location = new System.Drawing.Point(334, 82);
      this.dropDownListEditButton.Name = "dropDownListEditButton";
      this.dropDownListEditButton.Size = new System.Drawing.Size(100, 23);
      this.dropDownListEditButton.TabIndex = 6;
      this.dropDownListEditButton.Text = "Get Edit Handle";
      this.dropDownListEditButton.UseVisualStyleBackColor = true;
      this.dropDownListEditButton.Click += new System.EventHandler(this.dropDownListEditButton_Click);
      // 
      // dropDownListLabel
      // 
      this.dropDownListLabel.AutoSize = true;
      this.dropDownListLabel.Location = new System.Drawing.Point(6, 68);
      this.dropDownListLabel.Margin = new System.Windows.Forms.Padding(3, 6, 3, 0);
      this.dropDownListLabel.Name = "dropDownListLabel";
      this.dropDownListLabel.Size = new System.Drawing.Size(154, 13);
      this.dropDownListLabel.TabIndex = 4;
      this.dropDownListLabel.Text = "ComboBoxStyle.DropDownList:";
      // 
      // dropDownListButton
      // 
      this.dropDownListButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.dropDownListButton.Location = new System.Drawing.Point(440, 36);
      this.dropDownListButton.Name = "dropDownListButton";
      this.dropDownListButton.Size = new System.Drawing.Size(100, 23);
      this.dropDownListButton.TabIndex = 3;
      this.dropDownListButton.Text = "Get List Handle";
      this.dropDownListButton.UseVisualStyleBackColor = true;
      this.dropDownListButton.Click += new System.EventHandler(this.dropDownListButton_Click);
      // 
      // dropDownEditButton
      // 
      this.dropDownEditButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.dropDownEditButton.Location = new System.Drawing.Point(334, 36);
      this.dropDownEditButton.Name = "dropDownEditButton";
      this.dropDownEditButton.Size = new System.Drawing.Size(100, 23);
      this.dropDownEditButton.TabIndex = 2;
      this.dropDownEditButton.Text = "Get Edit Handle";
      this.dropDownEditButton.UseVisualStyleBackColor = true;
      this.dropDownEditButton.Click += new System.EventHandler(this.dropDownEditButton_Click);
      // 
      // dropDownLabel
      // 
      this.dropDownLabel.AutoSize = true;
      this.dropDownLabel.Location = new System.Drawing.Point(6, 22);
      this.dropDownLabel.Margin = new System.Windows.Forms.Padding(3, 6, 3, 0);
      this.dropDownLabel.Name = "dropDownLabel";
      this.dropDownLabel.Size = new System.Drawing.Size(138, 13);
      this.dropDownLabel.TabIndex = 0;
      this.dropDownLabel.Text = "ComboBoxStyle.DropDown:";
      // 
      // 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(483, 271);
      this.closeButton.Name = "closeButton";
      this.closeButton.Size = new System.Drawing.Size(75, 23);
      this.closeButton.TabIndex = 1;
      this.closeButton.Text = "Close";
      this.closeButton.UseVisualStyleBackColor = true;
      this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
      // 
      // MainForm
      // 
      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(570, 306);
      this.Controls.Add(this.closeButton);
      this.Controls.Add(this.demoGroupBox);
      this.MaximizeBox = false;
      this.Name = "MainForm";
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
      this.Text = "GetComboBoxInfo Demonstration";
      this.demoGroupBox.ResumeLayout(false);
      this.demoGroupBox.PerformLayout();
      this.ResumeLayout(false);

    }

    #endregion

    private System.Windows.Forms.ComboBox dropDownComboBox;
    private System.Windows.Forms.ComboBox dropDownListComboBox;
    private System.Windows.Forms.ComboBox simpleComboBox;
    private System.Windows.Forms.GroupBox demoGroupBox;
    private System.Windows.Forms.Label dropDownLabel;
    private System.Windows.Forms.Button dropDownListButton;
    private System.Windows.Forms.Button dropDownEditButton;
    private System.Windows.Forms.Label dropDownListLabel;
    private System.Windows.Forms.Label simpleLabel;
    private System.Windows.Forms.Button dropDownListListButton;
    private System.Windows.Forms.Button dropDownListEditButton;
    private System.Windows.Forms.Button simpleListButton;
    private System.Windows.Forms.Button simpleEditButton;
    private System.Windows.Forms.Button closeButton;
  }
}

Donate

Donate