Download shellcontrolsexample.zip, last updated 16/04/2011 (8.97 KB)

Download
  • md5: 47ec793695147b1fd5c45608fae7673b
namespace ShellControlsExample
{
  partial class SampleForm
  {
    /// <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.tabControl = new System.Windows.Forms.TabControl();
      this.defaultTabPage = new System.Windows.Forms.TabPage();
      this.shellTabPage = new System.Windows.Forms.TabPage();
      this.closeButton = new System.Windows.Forms.Button();
      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
      this.defaultSplitContainer = new System.Windows.Forms.SplitContainer();
      this.defaultTreeView = new System.Windows.Forms.TreeView();
      this.defaultListView = new System.Windows.Forms.ListView();
      this.shellTreeView = new ShellControlsExample.TreeView();
      this.shellListView = new ShellControlsExample.ListView();
      this.tabControl.SuspendLayout();
      this.defaultTabPage.SuspendLayout();
      this.shellTabPage.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
      this.splitContainer1.Panel1.SuspendLayout();
      this.splitContainer1.Panel2.SuspendLayout();
      this.splitContainer1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.defaultSplitContainer)).BeginInit();
      this.defaultSplitContainer.Panel1.SuspendLayout();
      this.defaultSplitContainer.Panel2.SuspendLayout();
      this.defaultSplitContainer.SuspendLayout();
      this.SuspendLayout();
      // 
      // tabControl
      // 
      this.tabControl.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.tabControl.Controls.Add(this.defaultTabPage);
      this.tabControl.Controls.Add(this.shellTabPage);
      this.tabControl.Location = new System.Drawing.Point(12, 12);
      this.tabControl.Name = "tabControl";
      this.tabControl.SelectedIndex = 0;
      this.tabControl.Size = new System.Drawing.Size(720, 313);
      this.tabControl.TabIndex = 0;
      // 
      // defaultTabPage
      // 
      this.defaultTabPage.Controls.Add(this.defaultSplitContainer);
      this.defaultTabPage.Location = new System.Drawing.Point(4, 22);
      this.defaultTabPage.Name = "defaultTabPage";
      this.defaultTabPage.Padding = new System.Windows.Forms.Padding(3);
      this.defaultTabPage.Size = new System.Drawing.Size(712, 287);
      this.defaultTabPage.TabIndex = 0;
      this.defaultTabPage.Text = "Default";
      this.defaultTabPage.UseVisualStyleBackColor = true;
      // 
      // shellTabPage
      // 
      this.shellTabPage.Controls.Add(this.splitContainer1);
      this.shellTabPage.Location = new System.Drawing.Point(4, 22);
      this.shellTabPage.Name = "shellTabPage";
      this.shellTabPage.Padding = new System.Windows.Forms.Padding(3);
      this.shellTabPage.Size = new System.Drawing.Size(712, 287);
      this.shellTabPage.TabIndex = 1;
      this.shellTabPage.Text = "Using Visual Styles";
      this.shellTabPage.UseVisualStyleBackColor = true;
      // 
      // 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(657, 331);
      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);
      // 
      // splitContainer1
      // 
      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
      this.splitContainer1.Location = new System.Drawing.Point(3, 3);
      this.splitContainer1.Name = "splitContainer1";
      // 
      // splitContainer1.Panel1
      // 
      this.splitContainer1.Panel1.Controls.Add(this.shellTreeView);
      // 
      // splitContainer1.Panel2
      // 
      this.splitContainer1.Panel2.Controls.Add(this.shellListView);
      this.splitContainer1.Size = new System.Drawing.Size(706, 281);
      this.splitContainer1.SplitterDistance = 250;
      this.splitContainer1.TabIndex = 1;
      // 
      // defaultSplitContainer
      // 
      this.defaultSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
      this.defaultSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
      this.defaultSplitContainer.Location = new System.Drawing.Point(3, 3);
      this.defaultSplitContainer.Name = "defaultSplitContainer";
      // 
      // defaultSplitContainer.Panel1
      // 
      this.defaultSplitContainer.Panel1.Controls.Add(this.defaultTreeView);
      // 
      // defaultSplitContainer.Panel2
      // 
      this.defaultSplitContainer.Panel2.Controls.Add(this.defaultListView);
      this.defaultSplitContainer.Size = new System.Drawing.Size(706, 281);
      this.defaultSplitContainer.SplitterDistance = 250;
      this.defaultSplitContainer.TabIndex = 1;
      // 
      // defaultTreeView
      // 
      this.defaultTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
      this.defaultTreeView.Location = new System.Drawing.Point(0, 0);
      this.defaultTreeView.Name = "defaultTreeView";
      this.defaultTreeView.Size = new System.Drawing.Size(250, 281);
      this.defaultTreeView.TabIndex = 0;
      // 
      // defaultListView
      // 
      this.defaultListView.Dock = System.Windows.Forms.DockStyle.Fill;
      this.defaultListView.Location = new System.Drawing.Point(0, 0);
      this.defaultListView.Name = "defaultListView";
      this.defaultListView.Size = new System.Drawing.Size(452, 281);
      this.defaultListView.TabIndex = 0;
      this.defaultListView.UseCompatibleStateImageBehavior = false;
      // 
      // shellTreeView
      // 
      this.shellTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
      this.shellTreeView.Location = new System.Drawing.Point(0, 0);
      this.shellTreeView.Name = "shellTreeView";
      this.shellTreeView.Size = new System.Drawing.Size(250, 281);
      this.shellTreeView.TabIndex = 0;
      // 
      // shellListView
      // 
      this.shellListView.Dock = System.Windows.Forms.DockStyle.Fill;
      this.shellListView.Location = new System.Drawing.Point(0, 0);
      this.shellListView.Name = "shellListView";
      this.shellListView.Size = new System.Drawing.Size(452, 281);
      this.shellListView.TabIndex = 0;
      this.shellListView.UseCompatibleStateImageBehavior = false;
      // 
      // SampleForm
      // 
      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(744, 366);
      this.Controls.Add(this.closeButton);
      this.Controls.Add(this.tabControl);
      this.Name = "SampleForm";
      this.Text = "cyotek.com Shell Controls Example";
      this.Load += new System.EventHandler(this.SampleForm_Load);
      this.tabControl.ResumeLayout(false);
      this.defaultTabPage.ResumeLayout(false);
      this.shellTabPage.ResumeLayout(false);
      this.splitContainer1.Panel1.ResumeLayout(false);
      this.splitContainer1.Panel2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
      this.splitContainer1.ResumeLayout(false);
      this.defaultSplitContainer.Panel1.ResumeLayout(false);
      this.defaultSplitContainer.Panel2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.defaultSplitContainer)).EndInit();
      this.defaultSplitContainer.ResumeLayout(false);
      this.ResumeLayout(false);

    }

    #endregion

    private System.Windows.Forms.TabControl tabControl;
    private System.Windows.Forms.TabPage defaultTabPage;
    private System.Windows.Forms.TabPage shellTabPage;
    private System.Windows.Forms.Button closeButton;
    private System.Windows.Forms.SplitContainer splitContainer1;
    private TreeView shellTreeView;
    private ListView shellListView;
    private System.Windows.Forms.SplitContainer defaultSplitContainer;
    private System.Windows.Forms.TreeView defaultTreeView;
    private System.Windows.Forms.ListView defaultListView;
  }
}

Donate

Donate