Advertisement
Kitty_Kitsune

Untitled

Jul 24th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 17.68 KB | None | 0 0
  1. namespace WindowsFormsApp2
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  32.             this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33.             this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34.             this.feedbackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35.             this.printProductListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36.             this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37.             this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38.             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  39.             this.panel1 = new System.Windows.Forms.Panel();
  40.             this.Search = new System.Windows.Forms.Button();
  41.             this.SearchName = new System.Windows.Forms.TextBox();
  42.             this.NameLookUp = new System.Windows.Forms.Label();
  43.             this.SearchResults = new System.Windows.Forms.ListBox();
  44.             this.eventLog1 = new System.Diagnostics.EventLog();
  45.             this.InventoryList = new System.Windows.Forms.ListView();
  46.             this.productCol = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  47.             this.productPri = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48.             this.productCos = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49.             this.productSto = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50.             this.Stock = new System.Windows.Forms.Label();
  51.             this.Submit = new System.Windows.Forms.Button();
  52.             this.NameBox = new System.Windows.Forms.TextBox();
  53.             this.label3 = new System.Windows.Forms.Label();
  54.             this.label2 = new System.Windows.Forms.Label();
  55.             this.label1 = new System.Windows.Forms.Label();
  56.             this.label4 = new System.Windows.Forms.Label();
  57.             this.Price = new System.Windows.Forms.TextBox();
  58.             this.Cost = new System.Windows.Forms.TextBox();
  59.             this.StockBox = new System.Windows.Forms.TextBox();
  60.             this.menuStrip1.SuspendLayout();
  61.             ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  62.             this.splitContainer1.Panel1.SuspendLayout();
  63.             this.splitContainer1.Panel2.SuspendLayout();
  64.             this.splitContainer1.SuspendLayout();
  65.             this.panel1.SuspendLayout();
  66.             ((System.ComponentModel.ISupportInitialize)(this.eventLog1)).BeginInit();
  67.             this.SuspendLayout();
  68.             //
  69.             // menuStrip1
  70.             //
  71.             this.menuStrip1.BackColor = System.Drawing.SystemColors.Menu;
  72.             this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  73.             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  74.             this.helpToolStripMenuItem,
  75.             this.viewToolStripMenuItem,
  76.             this.quitToolStripMenuItem});
  77.             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  78.             this.menuStrip1.Name = "menuStrip1";
  79.             this.menuStrip1.Size = new System.Drawing.Size(687, 28);
  80.             this.menuStrip1.TabIndex = 1;
  81.             this.menuStrip1.Text = "menuStrip1";
  82.             //
  83.             // helpToolStripMenuItem
  84.             //
  85.             this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  86.             this.aboutToolStripMenuItem,
  87.             this.feedbackToolStripMenuItem,
  88.             this.printProductListToolStripMenuItem});
  89.             this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
  90.             this.helpToolStripMenuItem.Size = new System.Drawing.Size(53, 24);
  91.             this.helpToolStripMenuItem.Text = "Help";
  92.             //
  93.             // aboutToolStripMenuItem
  94.             //
  95.             this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
  96.             this.aboutToolStripMenuItem.Size = new System.Drawing.Size(195, 26);
  97.             this.aboutToolStripMenuItem.Text = "About";
  98.             //
  99.             // feedbackToolStripMenuItem
  100.             //
  101.             this.feedbackToolStripMenuItem.Name = "feedbackToolStripMenuItem";
  102.             this.feedbackToolStripMenuItem.Size = new System.Drawing.Size(195, 26);
  103.             this.feedbackToolStripMenuItem.Text = "Feedback";
  104.             //
  105.             // printProductListToolStripMenuItem
  106.             //
  107.             this.printProductListToolStripMenuItem.Name = "printProductListToolStripMenuItem";
  108.             this.printProductListToolStripMenuItem.Size = new System.Drawing.Size(195, 26);
  109.             this.printProductListToolStripMenuItem.Text = "Print Product List";
  110.             //
  111.             // viewToolStripMenuItem
  112.             //
  113.             this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
  114.             this.viewToolStripMenuItem.Size = new System.Drawing.Size(53, 24);
  115.             this.viewToolStripMenuItem.Text = "View";
  116.             //
  117.             // quitToolStripMenuItem
  118.             //
  119.             this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
  120.             this.quitToolStripMenuItem.Size = new System.Drawing.Size(49, 24);
  121.             this.quitToolStripMenuItem.Text = "Quit";
  122.             //
  123.             // splitContainer1
  124.             //
  125.             this.splitContainer1.Location = new System.Drawing.Point(12, 245);
  126.             this.splitContainer1.Name = "splitContainer1";
  127.             //
  128.             // splitContainer1.Panel1
  129.             //
  130.             this.splitContainer1.Panel1.Controls.Add(this.panel1);
  131.             this.splitContainer1.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.SplitContainer1_Panel1_Paint);
  132.             //
  133.             // splitContainer1.Panel2
  134.             //
  135.             this.splitContainer1.Panel2.Controls.Add(this.SearchResults);
  136.             this.splitContainer1.Size = new System.Drawing.Size(644, 317);
  137.             this.splitContainer1.SplitterDistance = 214;
  138.             this.splitContainer1.TabIndex = 3;
  139.             //
  140.             // panel1
  141.             //
  142.             this.panel1.Controls.Add(this.Search);
  143.             this.panel1.Controls.Add(this.SearchName);
  144.             this.panel1.Controls.Add(this.NameLookUp);
  145.             this.panel1.Location = new System.Drawing.Point(9, 3);
  146.             this.panel1.Name = "panel1";
  147.             this.panel1.Size = new System.Drawing.Size(200, 100);
  148.             this.panel1.TabIndex = 0;
  149.             //
  150.             // Search
  151.             //
  152.             this.Search.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  153.             this.Search.Location = new System.Drawing.Point(9, 41);
  154.             this.Search.Name = "Search";
  155.             this.Search.Size = new System.Drawing.Size(160, 24);
  156.             this.Search.TabIndex = 2;
  157.             this.Search.Text = "Search";
  158.             this.Search.UseVisualStyleBackColor = true;
  159.             this.Search.Click += new System.EventHandler(this.Search_Click);
  160.             //
  161.             // SearchName
  162.             //
  163.             this.SearchName.Location = new System.Drawing.Point(66, 1);
  164.             this.SearchName.Name = "SearchName";
  165.             this.SearchName.Size = new System.Drawing.Size(103, 22);
  166.             this.SearchName.TabIndex = 1;
  167.             //
  168.             // NameLookUp
  169.             //
  170.             this.NameLookUp.AutoSize = true;
  171.             this.NameLookUp.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  172.             this.NameLookUp.Location = new System.Drawing.Point(6, 4);
  173.             this.NameLookUp.Name = "NameLookUp";
  174.             this.NameLookUp.Size = new System.Drawing.Size(54, 17);
  175.             this.NameLookUp.TabIndex = 0;
  176.             this.NameLookUp.Text = "Name:";
  177.             //
  178.             // SearchResults
  179.             //
  180.             this.SearchResults.FormattingEnabled = true;
  181.             this.SearchResults.ItemHeight = 16;
  182.             this.SearchResults.Location = new System.Drawing.Point(4, 0);
  183.             this.SearchResults.Name = "SearchResults";
  184.             this.SearchResults.Size = new System.Drawing.Size(419, 308);
  185.             this.SearchResults.TabIndex = 0;
  186.             //
  187.             // eventLog1
  188.             //
  189.             this.eventLog1.SynchronizingObject = this;
  190.             //
  191.             // InventoryList
  192.             //
  193.             this.InventoryList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  194.             this.productCol,
  195.             this.productPri,
  196.             this.productCos,
  197.             this.productSto});
  198.             this.InventoryList.Location = new System.Drawing.Point(234, 32);
  199.             this.InventoryList.Name = "InventoryList";
  200.             this.InventoryList.Size = new System.Drawing.Size(419, 208);
  201.             this.InventoryList.TabIndex = 4;
  202.             this.InventoryList.UseCompatibleStateImageBehavior = false;
  203.             this.InventoryList.View = System.Windows.Forms.View.Details;
  204.             this.InventoryList.SelectedIndexChanged += new System.EventHandler(this.ListView1_SelectedIndexChanged);
  205.             //
  206.             // productCol
  207.             //
  208.             this.productCol.Text = "Name";
  209.             this.productCol.Width = 81;
  210.             //
  211.             // productPri
  212.             //
  213.             this.productPri.Text = "Price";
  214.             this.productPri.Width = 85;
  215.             //
  216.             // productCos
  217.             //
  218.             this.productCos.Text = "Cost";
  219.             this.productCos.Width = 90;
  220.             //
  221.             // productSto
  222.             //
  223.             this.productSto.Text = "Stock";
  224.             this.productSto.Width = 119;
  225.             //
  226.             // Stock
  227.             //
  228.             this.Stock.AutoSize = true;
  229.             this.Stock.Location = new System.Drawing.Point(33, 162);
  230.             this.Stock.Name = "Stock";
  231.             this.Stock.Size = new System.Drawing.Size(47, 17);
  232.             this.Stock.TabIndex = 16;
  233.             this.Stock.Text = "Stock:";
  234.             //
  235.             // Submit
  236.             //
  237.             this.Submit.Location = new System.Drawing.Point(39, 211);
  238.             this.Submit.Name = "Submit";
  239.             this.Submit.Size = new System.Drawing.Size(151, 23);
  240.             this.Submit.TabIndex = 15;
  241.             this.Submit.Text = "Submit";
  242.             this.Submit.UseVisualStyleBackColor = true;
  243.             //
  244.             // NameBox
  245.             //
  246.             this.NameBox.Location = new System.Drawing.Point(87, 75);
  247.             this.NameBox.Name = "NameBox";
  248.             this.NameBox.Size = new System.Drawing.Size(100, 22);
  249.             this.NameBox.TabIndex = 12;
  250.             //
  251.             // label3
  252.             //
  253.             this.label3.AutoSize = true;
  254.             this.label3.Location = new System.Drawing.Point(40, 136);
  255.             this.label3.Name = "label3";
  256.             this.label3.Size = new System.Drawing.Size(40, 17);
  257.             this.label3.TabIndex = 11;
  258.             this.label3.Text = "Cost:";
  259.             //
  260.             // label2
  261.             //
  262.             this.label2.AutoSize = true;
  263.             this.label2.Location = new System.Drawing.Point(36, 108);
  264.             this.label2.Name = "label2";
  265.             this.label2.Size = new System.Drawing.Size(44, 17);
  266.             this.label2.TabIndex = 10;
  267.             this.label2.Text = "Price:";
  268.             //
  269.             // label1
  270.             //
  271.             this.label1.AutoSize = true;
  272.             this.label1.Location = new System.Drawing.Point(31, 78);
  273.             this.label1.Name = "label1";
  274.             this.label1.Size = new System.Drawing.Size(49, 17);
  275.             this.label1.TabIndex = 9;
  276.             this.label1.Text = "Name:";
  277.             //
  278.             // label4
  279.             //
  280.             this.label4.AutoSize = true;
  281.             this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  282.             this.label4.Location = new System.Drawing.Point(30, 32);
  283.             this.label4.Name = "label4";
  284.             this.label4.Size = new System.Drawing.Size(107, 17);
  285.             this.label4.TabIndex = 18;
  286.             this.label4.Text = "Product Entry";
  287.             this.label4.Click += new System.EventHandler(this.Label4_Click);
  288.             //
  289.             // Price
  290.             //
  291.             this.Price.Location = new System.Drawing.Point(87, 103);
  292.             this.Price.Name = "Price";
  293.             this.Price.Size = new System.Drawing.Size(100, 22);
  294.             this.Price.TabIndex = 19;
  295.             //
  296.             // Cost
  297.             //
  298.             this.Cost.Location = new System.Drawing.Point(87, 131);
  299.             this.Cost.Name = "Cost";
  300.             this.Cost.Size = new System.Drawing.Size(100, 22);
  301.             this.Cost.TabIndex = 20;
  302.             this.Cost.TextChanged += new System.EventHandler(this.TextBox2_TextChanged);
  303.             //
  304.             // StockBox
  305.             //
  306.             this.StockBox.Location = new System.Drawing.Point(87, 159);
  307.             this.StockBox.Name = "StockBox";
  308.             this.StockBox.Size = new System.Drawing.Size(100, 22);
  309.             this.StockBox.TabIndex = 21;
  310.             //
  311.             // Form1
  312.             //
  313.             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  314.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  315.             this.ClientSize = new System.Drawing.Size(687, 582);
  316.             this.Controls.Add(this.StockBox);
  317.             this.Controls.Add(this.Cost);
  318.             this.Controls.Add(this.Price);
  319.             this.Controls.Add(this.label4);
  320.             this.Controls.Add(this.Stock);
  321.             this.Controls.Add(this.Submit);
  322.             this.Controls.Add(this.NameBox);
  323.             this.Controls.Add(this.label3);
  324.             this.Controls.Add(this.label2);
  325.             this.Controls.Add(this.label1);
  326.             this.Controls.Add(this.InventoryList);
  327.             this.Controls.Add(this.splitContainer1);
  328.             this.Controls.Add(this.menuStrip1);
  329.             this.MainMenuStrip = this.menuStrip1;
  330.             this.Name = "Form1";
  331.             this.Load += new System.EventHandler(this.Form1_Load);
  332.             this.menuStrip1.ResumeLayout(false);
  333.             this.menuStrip1.PerformLayout();
  334.             this.splitContainer1.Panel1.ResumeLayout(false);
  335.             this.splitContainer1.Panel2.ResumeLayout(false);
  336.             ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  337.             this.splitContainer1.ResumeLayout(false);
  338.             this.panel1.ResumeLayout(false);
  339.             this.panel1.PerformLayout();
  340.             ((System.ComponentModel.ISupportInitialize)(this.eventLog1)).EndInit();
  341.             this.ResumeLayout(false);
  342.             this.PerformLayout();
  343.  
  344.         }
  345.  
  346.         #endregion
  347.         private System.Windows.Forms.MenuStrip menuStrip1;
  348.         private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
  349.         private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
  350.         private System.Windows.Forms.ToolStripMenuItem feedbackToolStripMenuItem;
  351.         private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
  352.         private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
  353.         private System.Windows.Forms.SplitContainer splitContainer1;
  354.         private System.Windows.Forms.Panel panel1;
  355.         private System.Windows.Forms.ToolStripMenuItem printProductListToolStripMenuItem;
  356.         private System.Windows.Forms.Button Search;
  357.         private System.Windows.Forms.TextBox SearchName;
  358.         private System.Windows.Forms.Label NameLookUp;
  359.         private System.Windows.Forms.ListBox SearchResults;
  360.         private System.Diagnostics.EventLog eventLog1;
  361.         private System.Windows.Forms.ListView InventoryList;
  362.         private System.Windows.Forms.Label label4;
  363.         private System.Windows.Forms.Label Stock;
  364.         private System.Windows.Forms.TextBox NameBox;
  365.         private System.Windows.Forms.Label label3;
  366.         private System.Windows.Forms.Label label2;
  367.         private System.Windows.Forms.Label label1;
  368.         public System.Windows.Forms.Button Submit;
  369.         private System.Windows.Forms.TextBox StockBox;
  370.         private System.Windows.Forms.TextBox Cost;
  371.         private System.Windows.Forms.TextBox Price;
  372.         private System.Windows.Forms.ColumnHeader productCol;
  373.         private System.Windows.Forms.ColumnHeader productPri;
  374.         private System.Windows.Forms.ColumnHeader productCos;
  375.         private System.Windows.Forms.ColumnHeader productSto;
  376.     }
  377. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement