namespace StandardListControlsSample {
partial class MainForm {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.listBox1 = new System.Windows.Forms.ListBox();
this.checkedListBox = new System.Windows.Forms.CheckedListBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.listView = new System.Windows.Forms.ListView();
this.listViewImageList = new System.Windows.Forms.ImageList(this.components);
this.treeView = new System.Windows.Forms.TreeView();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.employeesDataGridView = new System.Windows.Forms.DataGridView();
this.EmployeeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LastName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FirstName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TitleOfCourtesy = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BirthDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.HireDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.City = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Region = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PostalCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Country = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.HomePhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Extension = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Photo = new System.Windows.Forms.DataGridViewImageColumn();
this.Notes = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ReportsTo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PhotoPath = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.employeesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.northwindDataSet = new StandardListControlsSample.NorthwindDataSet();
this.employeesTableAdapter = new StandardListControlsSample.NorthwindDataSetTableAdapters.EmployeesTableAdapter();
this.treeViewImageList = new System.Windows.Forms.ImageList(this.components);
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.employeesDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).BeginInit();
this.SuspendLayout();
//
// listBox1
//
this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listBox1.FormattingEnabled = true;
this.listBox1.Items.AddRange(new object[] {
"First Item",
"Second Item",
"Third Item",
"Fourth Item",
"Fifth Item"});
this.listBox1.Location = new System.Drawing.Point(104, 7);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(260, 69);
this.listBox1.TabIndex = 0;
//
// checkedListBox
//
this.checkedListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.checkedListBox.FormattingEnabled = true;
this.checkedListBox.Items.AddRange(new object[] {
"First Item",
"Second Item",
"Third Item",
"Fourth Item",
"Fifth Item"});
this.checkedListBox.Location = new System.Drawing.Point(104, 83);
this.checkedListBox.Name = "checkedListBox";
this.checkedListBox.Size = new System.Drawing.Size(260, 79);
this.checkedListBox.TabIndex = 1;
this.checkedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox_ItemCheck);
//
// comboBox1
//
this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"First Item",
"Second Item",
"Third Item",
"Fourth Item",
"Fifth Item"});
this.comboBox1.Location = new System.Drawing.Point(104, 179);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(261, 21);
this.comboBox1.TabIndex = 2;
this.comboBox1.Text = "First Item";
//
// listView
//
this.listView.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.listView.Location = new System.Drawing.Point(103, 311);
this.listView.Name = "listView";
this.listView.Size = new System.Drawing.Size(261, 122);
this.listView.TabIndex = 3;
this.listView.TileSize = new System.Drawing.Size(200, 200);
this.listView.UseCompatibleStateImageBehavior = false;
this.listView.View = System.Windows.Forms.View.Tile;
//
// listViewImageList
//
this.listViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("listViewImageList.ImageStream")));
this.listViewImageList.TransparentColor = System.Drawing.Color.Transparent;
this.listViewImageList.Images.SetKeyName(0, "FeatherTexture.bmp");
this.listViewImageList.Images.SetKeyName(1, "Greenstone.bmp");
this.listViewImageList.Images.SetKeyName(2, "Prairie Wind.bmp");
this.listViewImageList.Images.SetKeyName(3, "Rhododendron.bmp");
this.listViewImageList.Images.SetKeyName(4, "Soap Bubbles.bmp");
//
// treeView
//
this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.treeView.Location = new System.Drawing.Point(103, 207);
this.treeView.Name = "treeView";
this.treeView.Scrollable = false;
this.treeView.Size = new System.Drawing.Size(261, 97);
this.treeView.TabIndex = 4;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(380, 467);
this.tabControl1.TabIndex = 5;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.treeView);
this.tabPage1.Controls.Add(this.comboBox1);
this.tabPage1.Controls.Add(this.listView);
this.tabPage1.Controls.Add(this.checkedListBox);
this.tabPage1.Controls.Add(this.listBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(372, 441);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Non-Editable List Controls";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Location = new System.Drawing.Point(6, 311);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(49, 13);
this.label5.TabIndex = 9;
this.label5.Text = "ListView:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Location = new System.Drawing.Point(7, 207);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 13);
this.label4.TabIndex = 8;
this.label4.Text = "TreeView:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(6, 182);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(61, 13);
this.label3.TabIndex = 7;
this.label3.Text = "ComboBox:";
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(6, 83);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(87, 13);
this.label2.TabIndex = 6;
this.label2.Text = "CheckedListBox:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(6, 7);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(44, 13);
this.label1.TabIndex = 5;
this.label1.Text = "ListBox:";
//
// tabPage2
//
this.tabPage2.AutoScroll = true;
this.tabPage2.Controls.Add(this.employeesDataGridView);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(372, 441);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Editable List Controls";
//
// employeesDataGridView
//
this.employeesDataGridView.AutoGenerateColumns = false;
this.employeesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.EmployeeID,
this.LastName,
this.FirstName,
this.Title,
this.TitleOfCourtesy,
this.BirthDate,
this.HireDate,
this.Address,
this.City,
this.Region,
this.PostalCode,
this.Country,
this.HomePhone,
this.Extension,
this.Photo,
this.Notes,
this.ReportsTo,
this.PhotoPath});
this.employeesDataGridView.DataSource = this.employeesBindingSource;
this.employeesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.employeesDataGridView.Location = new System.Drawing.Point(3, 3);
this.employeesDataGridView.Name = "employeesDataGridView";
this.employeesDataGridView.Size = new System.Drawing.Size(366, 435);
this.employeesDataGridView.TabIndex = 0;
//
// EmployeeID
//
this.EmployeeID.DataPropertyName = "EmployeeID";
this.EmployeeID.HeaderText = "EmployeeID";
this.EmployeeID.Name = "EmployeeID";
this.EmployeeID.ReadOnly = true;
//
// LastName
//
this.LastName.DataPropertyName = "LastName";
this.LastName.HeaderText = "LastName";
this.LastName.Name = "LastName";
//
// FirstName
//
this.FirstName.DataPropertyName = "FirstName";
this.FirstName.HeaderText = "FirstName";
this.FirstName.Name = "FirstName";
//
// Title
//
this.Title.DataPropertyName = "Title";
this.Title.HeaderText = "Title";
this.Title.Name = "Title";
//
// TitleOfCourtesy
//
this.TitleOfCourtesy.DataPropertyName = "TitleOfCourtesy";
this.TitleOfCourtesy.HeaderText = "TitleOfCourtesy";
this.TitleOfCourtesy.Name = "TitleOfCourtesy";
//
// BirthDate
//
this.BirthDate.DataPropertyName = "BirthDate";
this.BirthDate.HeaderText = "BirthDate";
this.BirthDate.Name = "BirthDate";
//
// HireDate
//
this.HireDate.DataPropertyName = "HireDate";
this.HireDate.HeaderText = "HireDate";
this.HireDate.Name = "HireDate";
//
// Address
//
this.Address.DataPropertyName = "Address";
this.Address.HeaderText = "Address";
this.Address.Name = "Address";
//
// City
//
this.City.DataPropertyName = "City";
this.City.HeaderText = "City";
this.City.Name = "City";
//
// Region
//
this.Region.DataPropertyName = "Region";
this.Region.HeaderText = "Region";
this.Region.Name = "Region";
//
// PostalCode
//
this.PostalCode.DataPropertyName = "PostalCode";
this.PostalCode.HeaderText = "PostalCode";
this.PostalCode.Name = "PostalCode";
//
// Country
//
this.Country.DataPropertyName = "Country";
this.Country.HeaderText = "Country";
this.Country.Name = "Country";
//
// HomePhone
//
this.HomePhone.DataPropertyName = "HomePhone";
this.HomePhone.HeaderText = "HomePhone";
this.HomePhone.Name = "HomePhone";
//
// Extension
//
this.Extension.DataPropertyName = "Extension";
this.Extension.HeaderText = "Extension";
this.Extension.Name = "Extension";
//
// Photo
//
this.Photo.DataPropertyName = "Photo";
this.Photo.HeaderText = "Photo";
this.Photo.Name = "Photo";
//
// Notes
//
this.Notes.DataPropertyName = "Notes";
this.Notes.HeaderText = "Notes";
this.Notes.Name = "Notes";
//
// ReportsTo
//
this.ReportsTo.DataPropertyName = "ReportsTo";
this.ReportsTo.HeaderText = "ReportsTo";
this.ReportsTo.Name = "ReportsTo";
//
// PhotoPath
//
this.PhotoPath.DataPropertyName = "PhotoPath";
this.PhotoPath.HeaderText = "PhotoPath";
this.PhotoPath.Name = "PhotoPath";
//
// employeesBindingSource
//
this.employeesBindingSource.DataMember = "Employees";
this.employeesBindingSource.DataSource = this.northwindDataSet;
//
// northwindDataSet
//
this.northwindDataSet.DataSetName = "NorthwindDataSet";
//
// employeesTableAdapter
//
this.employeesTableAdapter.ClearBeforeFill = true;
//
// treeViewImageList
//
this.treeViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("treeViewImageList.ImageStream")));
this.treeViewImageList.TransparentColor = System.Drawing.Color.Transparent;
this.treeViewImageList.Images.SetKeyName(0, "Folder.bmp");
this.treeViewImageList.Images.SetKeyName(1, "SelectedFolder.bmp");
//
// MainForm
//
this.ClientSize = new System.Drawing.Size(380, 467);
this.Controls.Add(this.tabControl1);
this.Name = "MainForm";
this.Text = "Standard List Controls Sample";
this.Load += new System.EventHandler(this.StandardListControlsSampleForm_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.employeesDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.CheckedListBox checkedListBox;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ListView listView;
private System.Windows.Forms.TreeView treeView;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ImageList listViewImageList;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
private NorthwindDataSet northwindDataSet;
private System.Windows.Forms.BindingSource employeesBindingSource;
private StandardListControlsSample.NorthwindDataSetTableAdapters.EmployeesTableAdapter employeesTableAdapter;
private System.Windows.Forms.DataGridView employeesDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn30;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn31;
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn32;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn33;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn34;
private System.Windows.Forms.ImageList treeViewImageList;
private System.Windows.Forms.DataGridViewTextBoxColumn EmployeeID;
private System.Windows.Forms.DataGridViewTextBoxColumn LastName;
private System.Windows.Forms.DataGridViewTextBoxColumn FirstName;
private System.Windows.Forms.DataGridViewTextBoxColumn Title;
private System.Windows.Forms.DataGridViewTextBoxColumn TitleOfCourtesy;
private System.Windows.Forms.DataGridViewTextBoxColumn BirthDate;
private System.Windows.Forms.DataGridViewTextBoxColumn HireDate;
private System.Windows.Forms.DataGridViewTextBoxColumn Address;
private System.Windows.Forms.DataGridViewTextBoxColumn City;
private System.Windows.Forms.DataGridViewTextBoxColumn Region;
private System.Windows.Forms.DataGridViewTextBoxColumn PostalCode;
private System.Windows.Forms.DataGridViewTextBoxColumn Country;
private System.Windows.Forms.DataGridViewTextBoxColumn HomePhone;
private System.Windows.Forms.DataGridViewTextBoxColumn Extension;
private System.Windows.Forms.DataGridViewImageColumn Photo;
private System.Windows.Forms.DataGridViewTextBoxColumn Notes;
private System.Windows.Forms.DataGridViewTextBoxColumn ReportsTo;
private System.Windows.Forms.DataGridViewTextBoxColumn PhotoPath;
}
}