namespace PersonalLaundry { partial class UpdateCustomerInventory { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.CustomerName = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.CustomerInventoryGrid = new System.Windows.Forms.DataGridView(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.newButton = new System.Windows.Forms.Button(); this.SizeBox = new System.Windows.Forms.ComboBox(); this.TypeBox = new System.Windows.Forms.ComboBox(); this.CategoriesBox = new System.Windows.Forms.ComboBox(); this.saveButton = new System.Windows.Forms.Button(); this.InventorySource = new System.Windows.Forms.BindingSource(this.components); this.SizeSource = new System.Windows.Forms.BindingSource(this.components); this.InventoryItemTypeIdColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CategoryColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SizeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CostColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RepeatColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StainColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RewashColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.CustomerInventoryGrid)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.InventorySource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SizeSource)).BeginInit(); this.SuspendLayout(); // // CustomerName // this.CustomerName.AutoSize = true; this.CustomerName.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CustomerName.Location = new System.Drawing.Point(7, 9); this.CustomerName.Name = "CustomerName"; this.CustomerName.Size = new System.Drawing.Size(172, 25); this.CustomerName.TabIndex = 16; this.CustomerName.Text = "[CustomerName]"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(8, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(86, 24); this.label1.TabIndex = 17; this.label1.Text = "Inventory"; // // CustomerInventoryGrid // this.CustomerInventoryGrid.AllowUserToAddRows = false; this.CustomerInventoryGrid.AllowUserToDeleteRows = false; this.CustomerInventoryGrid.AllowUserToOrderColumns = true; this.CustomerInventoryGrid.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.CustomerInventoryGrid.AutoGenerateColumns = false; this.CustomerInventoryGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.CustomerInventoryGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.CustomerInventoryGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.CustomerInventoryGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.CustomerInventoryGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.InventoryItemTypeIdColumn, this.CategoryColumn, this.ProductCode, this.TypeColumn, this.SizeColumn, this.CostColumn, this.RepeatColumn, this.StainColumn, this.RewashColumn}); this.CustomerInventoryGrid.DataSource = this.InventorySource; this.CustomerInventoryGrid.Location = new System.Drawing.Point(12, 61); this.CustomerInventoryGrid.MultiSelect = false; this.CustomerInventoryGrid.Name = "CustomerInventoryGrid"; this.CustomerInventoryGrid.RowHeadersVisible = false; this.CustomerInventoryGrid.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.CustomerInventoryGrid.Size = new System.Drawing.Size(860, 489); this.CustomerInventoryGrid.TabIndex = 18; this.CustomerInventoryGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CustomerInventoryGrid_CellClick); this.CustomerInventoryGrid.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.CustomerInventoryGrid_CellEndEdit); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.newButton); this.groupBox1.Controls.Add(this.SizeBox); this.groupBox1.Controls.Add(this.TypeBox); this.groupBox1.Controls.Add(this.CategoriesBox); this.groupBox1.Controls.Add(this.saveButton); this.groupBox1.Location = new System.Drawing.Point(380, 9); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(492, 46); this.groupBox1.TabIndex = 19; this.groupBox1.TabStop = false; this.groupBox1.Text = " Edit Inventory Item "; // // newButton // this.newButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.newButton.Location = new System.Drawing.Point(6, 14); this.newButton.Name = "newButton"; this.newButton.Size = new System.Drawing.Size(63, 23); this.newButton.TabIndex = 23; this.newButton.Text = "New"; this.newButton.UseVisualStyleBackColor = true; this.newButton.Click += new System.EventHandler(this.newButton_Click); // // SizeBox // this.SizeBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.SizeBox.FormattingEnabled = true; this.SizeBox.Location = new System.Drawing.Point(321, 16); this.SizeBox.Name = "SizeBox"; this.SizeBox.Size = new System.Drawing.Size(83, 21); this.SizeBox.TabIndex = 22; // // TypeBox // this.TypeBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TypeBox.FormattingEnabled = true; this.TypeBox.Location = new System.Drawing.Point(179, 16); this.TypeBox.Name = "TypeBox"; this.TypeBox.Size = new System.Drawing.Size(136, 21); this.TypeBox.TabIndex = 21; // // CategoriesBox // this.CategoriesBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CategoriesBox.FormattingEnabled = true; this.CategoriesBox.Location = new System.Drawing.Point(75, 16); this.CategoriesBox.Name = "CategoriesBox"; this.CategoriesBox.Size = new System.Drawing.Size(98, 21); this.CategoriesBox.TabIndex = 20; this.CategoriesBox.SelectedIndexChanged += new System.EventHandler(this.CategoriesBox_SelectedIndexChanged); // // saveButton // this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.saveButton.Enabled = false; this.saveButton.Location = new System.Drawing.Point(410, 14); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(75, 23); this.saveButton.TabIndex = 20; this.saveButton.Text = "Save"; this.saveButton.UseVisualStyleBackColor = true; this.saveButton.Click += new System.EventHandler(this.saveButton_Click); // // InventorySource // this.InventorySource.DataSource = typeof(Common.GetCustomerInventory_Result); // // SizeSource // this.SizeSource.AllowNew = false; this.SizeSource.DataSource = typeof(Common.InventoryItemTypeSize); // // InventoryItemTypeIdColumn // this.InventoryItemTypeIdColumn.DataPropertyName = "InventoryItemTypeId"; this.InventoryItemTypeIdColumn.HeaderText = "InventoryItemTypeId"; this.InventoryItemTypeIdColumn.Name = "InventoryItemTypeIdColumn"; this.InventoryItemTypeIdColumn.Visible = false; this.InventoryItemTypeIdColumn.Width = 110; // // CategoryColumn // this.CategoryColumn.DataPropertyName = "Category"; this.CategoryColumn.HeaderText = "Category"; this.CategoryColumn.Name = "CategoryColumn"; this.CategoryColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.CategoryColumn.Width = 74; // // ProductCode // this.ProductCode.DataPropertyName = "ProductCode"; this.ProductCode.HeaderText = "Product Code"; this.ProductCode.Name = "ProductCode"; this.ProductCode.Width = 97; // // TypeColumn // this.TypeColumn.DataPropertyName = "ItemType"; this.TypeColumn.HeaderText = "Type"; this.TypeColumn.Name = "TypeColumn"; this.TypeColumn.Width = 56; // // SizeColumn // this.SizeColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.SizeColumn.DataPropertyName = "Size"; this.SizeColumn.HeaderText = "Size"; this.SizeColumn.Name = "SizeColumn"; this.SizeColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.SizeColumn.Width = 52; // // CostColumn // this.CostColumn.DataPropertyName = "CostGeneralWash"; this.CostColumn.HeaderText = "Cost"; this.CostColumn.Name = "CostColumn"; this.CostColumn.Width = 53; // // RepeatColumn // this.RepeatColumn.DataPropertyName = "CostRepeatWash"; this.RepeatColumn.HeaderText = "Repeat"; this.RepeatColumn.Name = "RepeatColumn"; this.RepeatColumn.Width = 67; // // StainColumn // this.StainColumn.DataPropertyName = "CostStainWash"; this.StainColumn.HeaderText = "Stain/Express"; this.StainColumn.Name = "StainColumn"; this.StainColumn.Width = 98; // // RewashColumn // this.RewashColumn.DataPropertyName = "CostRewashWash"; this.RewashColumn.HeaderText = "Rewash"; this.RewashColumn.Name = "RewashColumn"; this.RewashColumn.Width = 71; // // UpdateCustomerInventory // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(884, 562); this.Controls.Add(this.groupBox1); this.Controls.Add(this.CustomerInventoryGrid); this.Controls.Add(this.label1); this.Controls.Add(this.CustomerName); this.Name = "UpdateCustomerInventory"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Update Customer Inventory"; this.Load += new System.EventHandler(this.UpdateCustomerInventory_Load); ((System.ComponentModel.ISupportInitialize)(this.CustomerInventoryGrid)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.InventorySource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SizeSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label CustomerName; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView CustomerInventoryGrid; private System.Windows.Forms.BindingSource InventorySource; private System.Windows.Forms.BindingSource SizeSource; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button saveButton; private System.Windows.Forms.ComboBox CategoriesBox; private System.Windows.Forms.ComboBox TypeBox; private System.Windows.Forms.ComboBox SizeBox; private System.Windows.Forms.Button newButton; private System.Windows.Forms.DataGridViewTextBoxColumn InventoryItemTypeIdColumn; private System.Windows.Forms.DataGridViewTextBoxColumn CategoryColumn; private System.Windows.Forms.DataGridViewTextBoxColumn ProductCode; private System.Windows.Forms.DataGridViewTextBoxColumn TypeColumn; private System.Windows.Forms.DataGridViewTextBoxColumn SizeColumn; private System.Windows.Forms.DataGridViewTextBoxColumn CostColumn; private System.Windows.Forms.DataGridViewTextBoxColumn RepeatColumn; private System.Windows.Forms.DataGridViewTextBoxColumn StainColumn; private System.Windows.Forms.DataGridViewTextBoxColumn RewashColumn; } }