namespace AdvertsingProfitControl { partial class FrmManageSuppliers { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmManageSuppliers)); this.suppliersListBox = new System.Windows.Forms.ListView(); this.descriptionTextBox = new System.Windows.Forms.TextBox(); this.descriptionLabel = new System.Windows.Forms.Label(); this.informationLabel = new System.Windows.Forms.Label(); this.newSupplierTextBox = new System.Windows.Forms.TextBox(); this.newSupplierLabel = new System.Windows.Forms.Label(); this.deleteSupplierButton = new System.Windows.Forms.Button(); this.registerSupplierButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // suppliersListBox // this.suppliersListBox.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.suppliersListBox.Location = new System.Drawing.Point(140, 7); this.suppliersListBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.suppliersListBox.MultiSelect = false; this.suppliersListBox.Name = "suppliersListBox"; this.suppliersListBox.Size = new System.Drawing.Size(233, 225); this.suppliersListBox.TabIndex = 16; this.suppliersListBox.TabStop = false; this.suppliersListBox.UseCompatibleStateImageBehavior = false; this.suppliersListBox.View = System.Windows.Forms.View.Details; // // descriptionTextBox // this.descriptionTextBox.Location = new System.Drawing.Point(5, 74); this.descriptionTextBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.descriptionTextBox.MaxLength = 128; this.descriptionTextBox.Name = "descriptionTextBox"; this.descriptionTextBox.Size = new System.Drawing.Size(126, 20); this.descriptionTextBox.TabIndex = 2; // // descriptionLabel // this.descriptionLabel.AutoSize = true; this.descriptionLabel.Location = new System.Drawing.Point(5, 56); this.descriptionLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.descriptionLabel.Name = "descriptionLabel"; this.descriptionLabel.Size = new System.Drawing.Size(111, 13); this.descriptionLabel.TabIndex = 15; this.descriptionLabel.Text = "Description (Optional):"; // // informationLabel // this.informationLabel.AutoSize = true; this.informationLabel.Location = new System.Drawing.Point(8, 88); this.informationLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.informationLabel.Name = "informationLabel"; this.informationLabel.Size = new System.Drawing.Size(0, 13); this.informationLabel.TabIndex = 14; // // newSupplierTextBox // this.newSupplierTextBox.Location = new System.Drawing.Point(5, 24); this.newSupplierTextBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.newSupplierTextBox.MaxLength = 32; this.newSupplierTextBox.Name = "newSupplierTextBox"; this.newSupplierTextBox.Size = new System.Drawing.Size(126, 20); this.newSupplierTextBox.TabIndex = 1; // // newSupplierLabel // this.newSupplierLabel.AutoSize = true; this.newSupplierLabel.Location = new System.Drawing.Point(5, 7); this.newSupplierLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.newSupplierLabel.Name = "newSupplierLabel"; this.newSupplierLabel.Size = new System.Drawing.Size(90, 13); this.newSupplierLabel.TabIndex = 11; this.newSupplierLabel.Text = "Register Supplier:"; // // deleteSupplierButton // this.deleteSupplierButton.Enabled = false; this.deleteSupplierButton.Location = new System.Drawing.Point(7, 233); this.deleteSupplierButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.deleteSupplierButton.Name = "deleteSupplierButton"; this.deleteSupplierButton.Size = new System.Drawing.Size(109, 27); this.deleteSupplierButton.TabIndex = 4; this.deleteSupplierButton.Text = "Remove Supplier"; this.deleteSupplierButton.UseVisualStyleBackColor = true; this.deleteSupplierButton.Click += new System.EventHandler(this.deleteSupplierButton_Click); // // registerSupplierButton // this.registerSupplierButton.Enabled = false; this.registerSupplierButton.Location = new System.Drawing.Point(262, 233); this.registerSupplierButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.registerSupplierButton.Name = "registerSupplierButton"; this.registerSupplierButton.Size = new System.Drawing.Size(109, 27); this.registerSupplierButton.TabIndex = 3; this.registerSupplierButton.Text = "Register Supplier"; this.registerSupplierButton.UseVisualStyleBackColor = true; this.registerSupplierButton.Click += new System.EventHandler(this.registerSupplierButton_Click); // // FrmManageSuppliers // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(377, 267); this.Controls.Add(this.suppliersListBox); this.Controls.Add(this.descriptionTextBox); this.Controls.Add(this.descriptionLabel); this.Controls.Add(this.informationLabel); this.Controls.Add(this.newSupplierTextBox); this.Controls.Add(this.newSupplierLabel); this.Controls.Add(this.deleteSupplierButton); this.Controls.Add(this.registerSupplierButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmManageSuppliers"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Manage Suppliers"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListView suppliersListBox; private System.Windows.Forms.TextBox descriptionTextBox; private System.Windows.Forms.Label descriptionLabel; private System.Windows.Forms.Label informationLabel; private System.Windows.Forms.TextBox newSupplierTextBox; private System.Windows.Forms.Label newSupplierLabel; private System.Windows.Forms.Button deleteSupplierButton; private System.Windows.Forms.Button registerSupplierButton; } }