Tiny programs (C, C++, C#, ...)
File detail
Source code
namespace proj2
{
partial class MainWindow
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
this.dbDataSet = new proj2.dbDataSet();
this.productCategoriesTableAdapter = new proj2.dbDataSetTableAdapters.productCategoriesTableAdapter();
this.productsTableAdapter = new proj2.dbDataSetTableAdapters.productsTableAdapter();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.statusMessage = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileSaveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileDiscardMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.productcategoriesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.animationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.fileSavetoolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.statusMessageTimer = new System.Windows.Forms.Timer(this.components);
this.animatedSplitContainer1 = new proj2.UserControls.AnimatedSplitContainer();
this.categoryBrowser1 = new proj2.UserControls.CategoryBrowser();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.priceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.modifiedDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.categoryDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dbDataSet)).BeginInit();
this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.animatedSplitContainer1.Panel1.SuspendLayout();
this.animatedSplitContainer1.Panel2.SuspendLayout();
this.animatedSplitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// dbDataSet
//
this.dbDataSet.DataSetName = "dbDataSet";
this.dbDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// productCategoriesTableAdapter
//
this.productCategoriesTableAdapter.ClearBeforeFill = true;
//
// productsTableAdapter
//
this.productsTableAdapter.ClearBeforeFill = true;
//
// toolStripContainer1
//
//
// toolStripContainer1.BottomToolStripPanel
//
this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(this.animatedSplitContainer1);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(784, 493);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.Size = new System.Drawing.Size(784, 564);
this.toolStripContainer1.TabIndex = 0;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
//
// statusStrip1
//
this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusMessage});
this.statusStrip1.Location = new System.Drawing.Point(0, 0);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(784, 22);
this.statusStrip1.TabIndex = 0;
//
// statusMessage
//
this.statusMessage.BackColor = System.Drawing.SystemColors.Info;
this.statusMessage.Name = "statusMessage";
this.statusMessage.Size = new System.Drawing.Size(0, 17);
//
// menuStrip1
//
this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.viewToolStripMenuItem,
this.toolStripMenuItem1});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(784, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileSaveMenuItem,
this.fileDiscardMenuItem,
this.toolStripSeparator1,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
this.fileToolStripMenuItem.Text = "&File";
this.fileToolStripMenuItem.DropDownOpening += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpening);
//
// fileSaveMenuItem
//
this.fileSaveMenuItem.Name = "fileSaveMenuItem";
this.fileSaveMenuItem.Size = new System.Drawing.Size(163, 22);
this.fileSaveMenuItem.Text = "&Save";
this.fileSaveMenuItem.Click += new System.EventHandler(this.fileSaveMenuItem_Click);
//
// fileDiscardMenuItem
//
this.fileDiscardMenuItem.Name = "fileDiscardMenuItem";
this.fileDiscardMenuItem.Size = new System.Drawing.Size(163, 22);
this.fileDiscardMenuItem.Text = "&Discard changes";
this.fileDiscardMenuItem.Click += new System.EventHandler(this.fileDiscardMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(160, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// viewToolStripMenuItem
//
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.productcategoriesToolStripMenuItem});
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.viewToolStripMenuItem.Text = "&View";
//
// productcategoriesToolStripMenuItem
//
this.productcategoriesToolStripMenuItem.Name = "productcategoriesToolStripMenuItem";
this.productcategoriesToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
this.productcategoriesToolStripMenuItem.Text = "Product &categories";
this.productcategoriesToolStripMenuItem.Click += new System.EventHandler(this.productcategoriesToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.animationsToolStripMenuItem});
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(58, 20);
this.toolStripMenuItem1.Text = "&Settings";
//
// animationsToolStripMenuItem
//
this.animationsToolStripMenuItem.Checked = true;
this.animationsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.animationsToolStripMenuItem.Name = "animationsToolStripMenuItem";
this.animationsToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
this.animationsToolStripMenuItem.Text = "&Animations";
this.animationsToolStripMenuItem.Click += new System.EventHandler(this.animationsToolStripMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileSavetoolStripButton,
this.toolStripSeparator2,
this.toolStripButton1});
this.toolStrip1.Location = new System.Drawing.Point(3, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.toolStrip1.Size = new System.Drawing.Size(64, 25);
this.toolStrip1.TabIndex = 1;
//
// fileSavetoolStripButton
//
this.fileSavetoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.fileSavetoolStripButton.Enabled = false;
this.fileSavetoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("fileSavetoolStripButton.Image")));
this.fileSavetoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.fileSavetoolStripButton.Name = "fileSavetoolStripButton";
this.fileSavetoolStripButton.Size = new System.Drawing.Size(23, 22);
this.fileSavetoolStripButton.Text = "Save";
this.fileSavetoolStripButton.Click += new System.EventHandler(this.fileSaveMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "Category panel";
this.toolStripButton1.Click += new System.EventHandler(this.categoryToolStripButton_Click);
//
// statusMessageTimer
//
this.statusMessageTimer.Interval = 5000;
this.statusMessageTimer.Tick += new System.EventHandler(this.statusMessageTimer_Tick);
//
// animatedSplitContainer1
//
this.animatedSplitContainer1.BackColor = System.Drawing.SystemColors.Window;
this.animatedSplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.animatedSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.animatedSplitContainer1.Location = new System.Drawing.Point(0, 0);
this.animatedSplitContainer1.Name = "animatedSplitContainer1";
//
// animatedSplitContainer1.Panel1
//
this.animatedSplitContainer1.Panel1.Controls.Add(this.categoryBrowser1);
//
// animatedSplitContainer1.Panel2
//
this.animatedSplitContainer1.Panel2.BackColor = System.Drawing.SystemColors.Window;
this.animatedSplitContainer1.Panel2.Controls.Add(this.dataGridView1);
this.animatedSplitContainer1.Size = new System.Drawing.Size(784, 493);
this.animatedSplitContainer1.SplitterDistance = 241;
this.animatedSplitContainer1.TabIndex = 0;
this.animatedSplitContainer1.DoubleClick += new System.EventHandler(this.animatedSplitContainer1_DoubleClick);
this.animatedSplitContainer1.Panel1CollapseChanged += new System.EventHandler(this.animatedSplitContainer1_Panel1CollapseChanged);
this.animatedSplitContainer1.AnimatedChanged += new System.EventHandler(this.animatedSplitContainer1_AnimatedChanged);
//
// categoryBrowser1
//
this.categoryBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
this.categoryBrowser1.Location = new System.Drawing.Point(0, 0);
this.categoryBrowser1.Name = "categoryBrowser1";
this.categoryBrowser1.Size = new System.Drawing.Size(239, 491);
this.categoryBrowser1.TabIndex = 0;
this.categoryBrowser1.StatusMessageChanged += new proj2.UserControls.CategoryBrowser.StatusMessageEventHandler(this.categoryBrowser1_StatusMessageChanged);
//
// dataGridView1
//
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idDataGridViewTextBoxColumn,
this.nameDataGridViewTextBoxColumn,
this.descriptionDataGridViewTextBoxColumn,
this.priceDataGridViewTextBoxColumn,
this.modifiedDataGridViewTextBoxColumn,
this.categoryDataGridViewTextBoxColumn});
this.dataGridView1.DataMember = "productCategories.FK_product_category";
this.dataGridView1.DataSource = this.dbDataSet;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(537, 491);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellValidated);
this.dataGridView1.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridView1_UserDeletedRow);
this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError);
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
this.idDataGridViewTextBoxColumn.HeaderText = "ID";
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
this.idDataGridViewTextBoxColumn.ReadOnly = true;
//
// nameDataGridViewTextBoxColumn
//
this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";
this.nameDataGridViewTextBoxColumn.HeaderText = "Name";
this.nameDataGridViewTextBoxColumn.MaxInputLength = 50;
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
//
// descriptionDataGridViewTextBoxColumn
//
this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "description";
this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
this.descriptionDataGridViewTextBoxColumn.MaxInputLength = 50;
this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
//
// priceDataGridViewTextBoxColumn
//
this.priceDataGridViewTextBoxColumn.DataPropertyName = "price";
this.priceDataGridViewTextBoxColumn.HeaderText = "Price";
this.priceDataGridViewTextBoxColumn.MaxInputLength = 10;
this.priceDataGridViewTextBoxColumn.Name = "priceDataGridViewTextBoxColumn";
//
// modifiedDataGridViewTextBoxColumn
//
this.modifiedDataGridViewTextBoxColumn.DataPropertyName = "modified";
this.modifiedDataGridViewTextBoxColumn.HeaderText = "Last modification";
this.modifiedDataGridViewTextBoxColumn.Name = "modifiedDataGridViewTextBoxColumn";
this.modifiedDataGridViewTextBoxColumn.ReadOnly = true;
//
// categoryDataGridViewTextBoxColumn
//
this.categoryDataGridViewTextBoxColumn.DataPropertyName = "category";
this.categoryDataGridViewTextBoxColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.categoryDataGridViewTextBoxColumn.HeaderText = "Category";
this.categoryDataGridViewTextBoxColumn.Name = "categoryDataGridViewTextBoxColumn";
this.categoryDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.categoryDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// MainWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 564);
this.Controls.Add(this.toolStripContainer1);
this.Name = "MainWindow";
this.Text = "MW5 - proj2";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dbDataSet)).EndInit();
this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.animatedSplitContainer1.Panel1.ResumeLayout(false);
this.animatedSplitContainer1.Panel2.ResumeLayout(false);
this.animatedSplitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private dbDataSet dbDataSet;
private proj2.dbDataSetTableAdapters.productCategoriesTableAdapter productCategoriesTableAdapter;
private proj2.dbDataSetTableAdapters.productsTableAdapter productsTableAdapter;
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private proj2.UserControls.AnimatedSplitContainer animatedSplitContainer1;
private proj2.UserControls.CategoryBrowser categoryBrowser1;
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem productcategoriesToolStripMenuItem;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem animationsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripMenuItem fileSaveMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileDiscardMenuItem;
private System.Windows.Forms.ToolStripStatusLabel statusMessage;
private System.Windows.Forms.Timer statusMessageTimer;
private System.Windows.Forms.ToolStripButton fileSavetoolStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn priceDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn modifiedDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewComboBoxColumn categoryDataGridViewTextBoxColumn;
}
}