namespace AppliedDataBindingSample {
partial class MasterDetailsRacesDriversForm {
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MasterDetailsRacesDriversForm));
System.Windows.Forms.Label dateLabel;
System.Windows.Forms.Label trackLabel;
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.racesBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.racesBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.dateDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.trackTextBox = new System.Windows.Forms.TextBox();
this.driversBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.driversDataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.racesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.raceCarDriversBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.label1 = new System.Windows.Forms.Label();
dateLabel = new System.Windows.Forms.Label();
trackLabel = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.racesBindingNavigator)).BeginInit();
this.racesBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.driversBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.driversDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.racesBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.raceCarDriversBindingSource)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(trackLabel);
this.groupBox1.Controls.Add(this.trackTextBox);
this.groupBox1.Controls.Add(dateLabel);
this.groupBox1.Controls.Add(this.dateDateTimePicker);
this.groupBox1.Location = new System.Drawing.Point(12, 30);
this.groupBox1.Margin = new System.Windows.Forms.Padding(5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(442, 78);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Race";
//
// racesBindingNavigator
//
this.racesBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.racesBindingNavigator.BindingSource = this.racesBindingSource;
this.racesBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.racesBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.racesBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.racesBindingNavigatorSaveItem});
this.racesBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.racesBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.racesBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.racesBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.racesBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.racesBindingNavigator.Name = "racesBindingNavigator";
this.racesBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.racesBindingNavigator.Size = new System.Drawing.Size(466, 25);
this.racesBindingNavigator.TabIndex = 8;
this.racesBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "Move first";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "Move previous";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "Position";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "Current position";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22);
this.bindingNavigatorCountItem.Text = "of {0}";
this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "Move next";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Text = "Move last";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "Add new";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorDeleteItem.Text = "Delete";
//
// racesBindingNavigatorSaveItem
//
this.racesBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.racesBindingNavigatorSaveItem.Enabled = false;
this.racesBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("racesBindingNavigatorSaveItem.Image")));
this.racesBindingNavigatorSaveItem.Name = "racesBindingNavigatorSaveItem";
this.racesBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.racesBindingNavigatorSaveItem.Text = "Save Data";
//
// dateLabel
//
dateLabel.AutoSize = true;
dateLabel.Location = new System.Drawing.Point(6, 23);
dateLabel.Name = "dateLabel";
dateLabel.Size = new System.Drawing.Size(33, 13);
dateLabel.TabIndex = 0;
dateLabel.Text = "Date:";
//
// dateDateTimePicker
//
this.dateDateTimePicker.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.racesBindingSource, "Date", true));
this.dateDateTimePicker.Location = new System.Drawing.Point(50, 19);
this.dateDateTimePicker.Name = "dateDateTimePicker";
this.dateDateTimePicker.Size = new System.Drawing.Size(386, 20);
this.dateDateTimePicker.TabIndex = 1;
//
// trackLabel
//
trackLabel.AutoSize = true;
trackLabel.Location = new System.Drawing.Point(6, 48);
trackLabel.Name = "trackLabel";
trackLabel.Size = new System.Drawing.Size(38, 13);
trackLabel.TabIndex = 2;
trackLabel.Text = "Track:";
//
// trackTextBox
//
this.trackTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.trackTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.racesBindingSource, "Track", true));
this.trackTextBox.Location = new System.Drawing.Point(50, 45);
this.trackTextBox.Name = "trackTextBox";
this.trackTextBox.Size = new System.Drawing.Size(386, 20);
this.trackTextBox.TabIndex = 3;
//
// driversBindingSource
//
this.driversBindingSource.DataMember = "Drivers";
this.driversBindingSource.DataSource = this.racesBindingSource;
//
// driversDataGridView
//
this.driversDataGridView.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.driversDataGridView.AutoGenerateColumns = false;
this.driversDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4});
this.driversDataGridView.DataSource = this.driversBindingSource;
this.driversDataGridView.Location = new System.Drawing.Point(12, 129);
this.driversDataGridView.Name = "driversDataGridView";
this.driversDataGridView.Size = new System.Drawing.Size(442, 282);
this.driversDataGridView.TabIndex = 8;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Positions";
this.dataGridViewTextBoxColumn1.HeaderText = "Positions";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Name";
this.dataGridViewTextBoxColumn2.HeaderText = "Name";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Created";
this.dataGridViewTextBoxColumn3.HeaderText = "Created";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "Wins";
this.dataGridViewTextBoxColumn4.HeaderText = "Wins";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// racesBindingSource
//
this.racesBindingSource.DataSource = typeof(AppliedDataBindingSample.Race);
//
// raceCarDriversBindingSource
//
this.raceCarDriversBindingSource.DataSource = typeof(AppliedDataBindingSample.RaceCarDriver);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 113);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(43, 13);
this.label1.TabIndex = 9;
this.label1.Text = "Drivers:";
//
// MasterDetailsRacesDriversForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(466, 423);
this.Controls.Add(this.label1);
this.Controls.Add(this.driversDataGridView);
this.Controls.Add(this.racesBindingNavigator);
this.Controls.Add(this.groupBox1);
this.Name = "MasterDetailsRacesDriversForm";
this.Text = "Races/Drivers Master-Details Form";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.racesBindingNavigator)).EndInit();
this.racesBindingNavigator.ResumeLayout(false);
this.racesBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.driversBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.driversDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.racesBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.raceCarDriversBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox trackTextBox;
private System.Windows.Forms.BindingSource racesBindingSource;
private System.Windows.Forms.DateTimePicker dateDateTimePicker;
private System.Windows.Forms.BindingNavigator racesBindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton racesBindingNavigatorSaveItem;
private System.Windows.Forms.BindingSource raceCarDriversBindingSource;
private System.Windows.Forms.BindingSource driversBindingSource;
private System.Windows.Forms.DataGridView driversDataGridView;
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.Label label1;
}
}