namespace ComponentSurveySample {
partial class MainForm {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if( disposing && (components != null) ) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.commonDialogsButton = new System.Windows.Forms.Button();
this.userInformationButton = new System.Windows.Forms.Button();
this.printingButton = new System.Windows.Forms.Button();
this.imageListButton = new System.Windows.Forms.Button();
this.soundPlayerButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// commonDialogsButton
//
this.commonDialogsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.commonDialogsButton.Location = new System.Drawing.Point(12, 12);
this.commonDialogsButton.Name = "commonDialogsButton";
this.commonDialogsButton.Size = new System.Drawing.Size(215, 23);
this.commonDialogsButton.TabIndex = 0;
this.commonDialogsButton.Text = "Common Dialogs";
this.commonDialogsButton.Click += new System.EventHandler(this.commonDialogsButton_Click);
//
// userInformationButton
//
this.userInformationButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.userInformationButton.Location = new System.Drawing.Point(12, 70);
this.userInformationButton.Name = "userInformationButton";
this.userInformationButton.Size = new System.Drawing.Size(215, 23);
this.userInformationButton.TabIndex = 1;
this.userInformationButton.Text = "User Information";
this.userInformationButton.Click += new System.EventHandler(this.userInformationButton_Click);
//
// printingButton
//
this.printingButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.printingButton.Location = new System.Drawing.Point(12, 41);
this.printingButton.Name = "printingButton";
this.printingButton.Size = new System.Drawing.Size(215, 23);
this.printingButton.TabIndex = 2;
this.printingButton.Text = "Printing";
this.printingButton.Click += new System.EventHandler(this.printingButton_Click);
//
// imageListButton
//
this.imageListButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.imageListButton.Location = new System.Drawing.Point(12, 99);
this.imageListButton.Name = "imageListButton";
this.imageListButton.Size = new System.Drawing.Size(215, 23);
this.imageListButton.TabIndex = 3;
this.imageListButton.Text = "ImageList";
this.imageListButton.Click += new System.EventHandler(this.imageListButton_Click);
//
// soundPlayerButton
//
this.soundPlayerButton.Location = new System.Drawing.Point(12, 129);
this.soundPlayerButton.Name = "soundPlayerButton";
this.soundPlayerButton.Size = new System.Drawing.Size(215, 23);
this.soundPlayerButton.TabIndex = 4;
this.soundPlayerButton.Text = "SoundPlayer";
this.soundPlayerButton.UseVisualStyleBackColor = true;
this.soundPlayerButton.Click += new System.EventHandler(this.soundPlayerButton_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(239, 207);
this.Controls.Add(this.soundPlayerButton);
this.Controls.Add(this.imageListButton);
this.Controls.Add(this.printingButton);
this.Controls.Add(this.userInformationButton);
this.Controls.Add(this.commonDialogsButton);
this.Name = "MainForm";
this.Text = "Component Survey";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button commonDialogsButton;
private System.Windows.Forms.Button userInformationButton;
private System.Windows.Forms.Button printingButton;
private System.Windows.Forms.Button imageListButton;
private System.Windows.Forms.Button soundPlayerButton;
}
}