OrgMealCounter.Designer.cs 4.09 KB
namespace MoyaAdminUI
{
    partial class OrgMealCounter
    {
        /// <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.readersComboBox = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.amountsPerDayListView = new System.Windows.Forms.ListView();
            this.amountsPerPersonListView = new System.Windows.Forms.ListView();
            this.SuspendLayout();
            // 
            // readersComboBox
            // 
            this.readersComboBox.FormattingEnabled = true;
            this.readersComboBox.Location = new System.Drawing.Point(13, 28);
            this.readersComboBox.Name = "readersComboBox";
            this.readersComboBox.Size = new System.Drawing.Size(580, 21);
            this.readersComboBox.TabIndex = 0;
            this.readersComboBox.SelectedIndexChanged += new System.EventHandler(this.readersComboBox_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(35, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Lukija";
            // 
            // amountsPerDayListView
            // 
            this.amountsPerDayListView.Location = new System.Drawing.Point(13, 56);
            this.amountsPerDayListView.Name = "amountsPerDayListView";
            this.amountsPerDayListView.Size = new System.Drawing.Size(580, 97);
            this.amountsPerDayListView.TabIndex = 2;
            this.amountsPerDayListView.UseCompatibleStateImageBehavior = false;
            this.amountsPerDayListView.View = System.Windows.Forms.View.Details;
            // 
            // amountsPerPersonListView
            // 
            this.amountsPerPersonListView.Location = new System.Drawing.Point(13, 160);
            this.amountsPerPersonListView.Name = "amountsPerPersonListView";
            this.amountsPerPersonListView.Size = new System.Drawing.Size(580, 248);
            this.amountsPerPersonListView.TabIndex = 3;
            this.amountsPerPersonListView.UseCompatibleStateImageBehavior = false;
            this.amountsPerPersonListView.View = System.Windows.Forms.View.Details;
            // 
            // OrgMealCounter
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(605, 420);
            this.Controls.Add(this.amountsPerPersonListView);
            this.Controls.Add(this.amountsPerDayListView);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.readersComboBox);
            this.Name = "OrgMealCounter";
            this.Text = "OrgMealCounter";
            this.Load += new System.EventHandler(this.OrgMealCounter_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ComboBox readersComboBox;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ListView amountsPerDayListView;
        private System.Windows.Forms.ListView amountsPerPersonListView;
    }
}