namespace ComponentSurveySample {
partial class CommonDialogsForm {
///
/// 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.colorDialog = new System.Windows.Forms.ColorDialog();
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
this.fontDialog = new System.Windows.Forms.FontDialog();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.openFileDialogButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.fileNameTextBox = new System.Windows.Forms.TextBox();
this.saveFileDialogButton = new System.Windows.Forms.Button();
this.folderBrowserDialogButton = new System.Windows.Forms.Button();
this.folderPathTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.fontDialogButton = new System.Windows.Forms.Button();
this.colorDialogButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// folderBrowserDialog
//
this.folderBrowserDialog.SelectedPath = "folderBrowserDialog1";
//
// openFileDialog
//
this.openFileDialog.FileName = "openFileDialog1";
//
// openFileDialogButton
//
this.openFileDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.openFileDialogButton.Location = new System.Drawing.Point(152, 38);
this.openFileDialogButton.Name = "openFileDialogButton";
this.openFileDialogButton.Size = new System.Drawing.Size(123, 23);
this.openFileDialogButton.TabIndex = 0;
this.openFileDialogButton.Text = "Open File Dialog";
this.openFileDialogButton.Click += new System.EventHandler(this.openFileDialogButton_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(48, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Filename:";
//
// fileNameTextBox
//
this.fileNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.fileNameTextBox.Location = new System.Drawing.Point(79, 12);
this.fileNameTextBox.Name = "fileNameTextBox";
this.fileNameTextBox.Size = new System.Drawing.Size(196, 20);
this.fileNameTextBox.TabIndex = 2;
this.fileNameTextBox.Text = "c:\\file.txt";
//
// saveFileDialogButton
//
this.saveFileDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.saveFileDialogButton.Location = new System.Drawing.Point(152, 67);
this.saveFileDialogButton.Name = "saveFileDialogButton";
this.saveFileDialogButton.Size = new System.Drawing.Size(123, 23);
this.saveFileDialogButton.TabIndex = 3;
this.saveFileDialogButton.Text = "Save File Dialog";
this.saveFileDialogButton.Click += new System.EventHandler(this.saveFileDialogButton_Click);
//
// folderBrowserDialogButton
//
this.folderBrowserDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.folderBrowserDialogButton.Location = new System.Drawing.Point(152, 145);
this.folderBrowserDialogButton.Name = "folderBrowserDialogButton";
this.folderBrowserDialogButton.Size = new System.Drawing.Size(123, 23);
this.folderBrowserDialogButton.TabIndex = 4;
this.folderBrowserDialogButton.Text = "Folder Browser Dialog";
this.folderBrowserDialogButton.Click += new System.EventHandler(this.folderBrowserDialogButton_Click);
//
// folderPathTextBox
//
this.folderPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.folderPathTextBox.Location = new System.Drawing.Point(79, 119);
this.folderPathTextBox.Name = "folderPathTextBox";
this.folderPathTextBox.Size = new System.Drawing.Size(196, 20);
this.folderPathTextBox.TabIndex = 6;
this.folderPathTextBox.Text = "c:\\";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 122);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(60, 13);
this.label2.TabIndex = 5;
this.label2.Text = "Folder Path:";
//
// fontDialogButton
//
this.fontDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.fontDialogButton.Location = new System.Drawing.Point(152, 227);
this.fontDialogButton.Name = "fontDialogButton";
this.fontDialogButton.Size = new System.Drawing.Size(123, 23);
this.fontDialogButton.TabIndex = 7;
this.fontDialogButton.Text = "Font Dialog";
this.fontDialogButton.Click += new System.EventHandler(this.fontDialogButton_Click);
//
// colorDialogButton
//
this.colorDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.colorDialogButton.Location = new System.Drawing.Point(152, 198);
this.colorDialogButton.Name = "colorDialogButton";
this.colorDialogButton.Size = new System.Drawing.Size(123, 23);
this.colorDialogButton.TabIndex = 8;
this.colorDialogButton.Text = "Color Dialog";
this.colorDialogButton.Click += new System.EventHandler(this.colorDialogButton_Click);
//
// CommonDialogsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(287, 261);
this.Controls.Add(this.colorDialogButton);
this.Controls.Add(this.fontDialogButton);
this.Controls.Add(this.folderPathTextBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.folderBrowserDialogButton);
this.Controls.Add(this.saveFileDialogButton);
this.Controls.Add(this.fileNameTextBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.openFileDialogButton);
this.Name = "CommonDialogsForm";
this.Text = "Common Dialogs";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ColorDialog colorDialog;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
private System.Windows.Forms.FontDialog fontDialog;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private System.Windows.Forms.Button openFileDialogButton;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox fileNameTextBox;
private System.Windows.Forms.Button saveFileDialogButton;
private System.Windows.Forms.Button folderBrowserDialogButton;
private System.Windows.Forms.TextBox folderPathTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button fontDialogButton;
private System.Windows.Forms.Button colorDialogButton;
}
}