Form1.Designer.cs 15.9 KB
namespace Cloakroom
{
    partial class Form1
    {
        /// <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(Form1));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.settingsToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.readerTimer = new System.Windows.Forms.Timer(this.components);
            this.cardsPictureBox = new System.Windows.Forms.PictureBox();
            this.submitButton = new System.Windows.Forms.Button();
            this.barcodeTextBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.barcodeTimer = new System.Windows.Forms.Timer(this.components);
            this.messageListView = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.luggagesListView = new System.Windows.Forms.ListView();
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.luggagesListContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.releaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.label2 = new System.Windows.Forms.Label();
            this.luggaageDescriptionTextBox = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.eventUserEditor = new MoyaAdminLib.Controls.EventUserEditor();
            this.barcodeFocusTimer = new System.Windows.Forms.Timer(this.components);
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cardsPictureBox)).BeginInit();
            this.luggagesListContextMenuStrip.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.settingsToolStripButton});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(770, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // settingsToolStripButton
            // 
            this.settingsToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.settingsToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripButton.Image")));
            this.settingsToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.settingsToolStripButton.Name = "settingsToolStripButton";
            this.settingsToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.settingsToolStripButton.Text = "Asetukset";
            this.settingsToolStripButton.Click += new System.EventHandler(this.settingsToolStripButton_Click);
            // 
            // readerTimer
            // 
            this.readerTimer.Interval = 1500;
            this.readerTimer.Tick += new System.EventHandler(this.readerTimer_Tick);
            // 
            // cardsPictureBox
            // 
            this.cardsPictureBox.Location = new System.Drawing.Point(6, 19);
            this.cardsPictureBox.Name = "cardsPictureBox";
            this.cardsPictureBox.Size = new System.Drawing.Size(185, 272);
            this.cardsPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.cardsPictureBox.TabIndex = 1;
            this.cardsPictureBox.TabStop = false;
            // 
            // submitButton
            // 
            this.submitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.submitButton.Location = new System.Drawing.Point(520, 104);
            this.submitButton.Name = "submitButton";
            this.submitButton.Size = new System.Drawing.Size(135, 23);
            this.submitButton.TabIndex = 3;
            this.submitButton.Text = "Submit luggage";
            this.submitButton.UseVisualStyleBackColor = true;
            this.submitButton.Click += new System.EventHandler(this.submitButton_Click);
            // 
            // barcodeTextBox
            // 
            this.barcodeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.barcodeTextBox.Location = new System.Drawing.Point(12, 40);
            this.barcodeTextBox.Name = "barcodeTextBox";
            this.barcodeTextBox.Size = new System.Drawing.Size(740, 20);
            this.barcodeTextBox.TabIndex = 1;
            this.barcodeTextBox.TextChanged += new System.EventHandler(this.barcodeTextBox_TextChanged);
            this.barcodeTextBox.Leave += new System.EventHandler(this.barcodeTextBox_Leave);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 13);
            this.label1.TabIndex = 6;
            this.label1.Text = "Barcode";
            // 
            // barcodeTimer
            // 
            this.barcodeTimer.Interval = 500;
            this.barcodeTimer.Tick += new System.EventHandler(this.barcodeTimer_Tick);
            // 
            // messageListView
            // 
            this.messageListView.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.messageListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.messageListView.Location = new System.Drawing.Point(12, 375);
            this.messageListView.Name = "messageListView";
            this.messageListView.Size = new System.Drawing.Size(746, 183);
            this.messageListView.TabIndex = 5;
            this.messageListView.UseCompatibleStateImageBehavior = false;
            this.messageListView.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Date";
            this.columnHeader1.Width = 93;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Message";
            this.columnHeader2.Width = 519;
            // 
            // luggagesListView
            // 
            this.luggagesListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.luggagesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5});
            this.luggagesListView.ContextMenuStrip = this.luggagesListContextMenuStrip;
            this.luggagesListView.FullRowSelect = true;
            this.luggagesListView.Location = new System.Drawing.Point(197, 151);
            this.luggagesListView.Name = "luggagesListView";
            this.luggagesListView.Size = new System.Drawing.Size(281, 140);
            this.luggagesListView.TabIndex = 4;
            this.luggagesListView.UseCompatibleStateImageBehavior = false;
            this.luggagesListView.View = System.Windows.Forms.View.Details;
            this.luggagesListView.Enter += new System.EventHandler(this.luggagesListView_Enter);
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Date";
            this.columnHeader3.Width = 85;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Description";
            this.columnHeader4.Width = 102;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "Code";
            this.columnHeader5.Width = 108;
            // 
            // luggagesListContextMenuStrip
            // 
            this.luggagesListContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.releaseToolStripMenuItem});
            this.luggagesListContextMenuStrip.Name = "luggagesListContextMenuStrip";
            this.luggagesListContextMenuStrip.Size = new System.Drawing.Size(114, 26);
            this.luggagesListContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.luggagesListContextMenuStrip_Opening);
            // 
            // releaseToolStripMenuItem
            // 
            this.releaseToolStripMenuItem.Name = "releaseToolStripMenuItem";
            this.releaseToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
            this.releaseToolStripMenuItem.Text = "Release";
            this.releaseToolStripMenuItem.Click += new System.EventHandler(this.releaseToolStripMenuItem_Click);
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(517, 81);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(60, 13);
            this.label2.TabIndex = 8;
            this.label2.Text = "Description";
            // 
            // luggaageDescriptionTextBox
            // 
            this.luggaageDescriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.luggaageDescriptionTextBox.Location = new System.Drawing.Point(587, 78);
            this.luggaageDescriptionTextBox.Name = "luggaageDescriptionTextBox";
            this.luggaageDescriptionTextBox.Size = new System.Drawing.Size(165, 20);
            this.luggaageDescriptionTextBox.TabIndex = 9;
            this.luggaageDescriptionTextBox.TextChanged += new System.EventHandler(this.luggaageDescriptionTextBox_TextChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.cardsPictureBox);
            this.groupBox1.Controls.Add(this.luggagesListView);
            this.groupBox1.Controls.Add(this.eventUserEditor);
            this.groupBox1.Location = new System.Drawing.Point(16, 66);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(487, 303);
            this.groupBox1.TabIndex = 10;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Selected user";
            // 
            // eventUserEditor
            // 
            this.eventUserEditor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.eventUserEditor.Location = new System.Drawing.Point(187, 12);
            this.eventUserEditor.Name = "eventUserEditor";
            this.eventUserEditor.Size = new System.Drawing.Size(297, 133);
            this.eventUserEditor.TabIndex = 2;
            this.eventUserEditor.Enter += new System.EventHandler(this.eventUserEditor_Enter);
            // 
            // barcodeFocusTimer
            // 
            this.barcodeFocusTimer.Interval = 6000;
            this.barcodeFocusTimer.Tick += new System.EventHandler(this.barcodeFocusTimer_Tick);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(770, 570);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.luggaageDescriptionTextBox);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.messageListView);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.barcodeTextBox);
            this.Controls.Add(this.submitButton);
            this.Controls.Add(this.toolStrip1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cardsPictureBox)).EndInit();
            this.luggagesListContextMenuStrip.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton settingsToolStripButton;
        private System.Windows.Forms.Timer readerTimer;
        private System.Windows.Forms.PictureBox cardsPictureBox;
        private MoyaAdminLib.Controls.EventUserEditor eventUserEditor;
        private System.Windows.Forms.Button submitButton;
        private System.Windows.Forms.TextBox barcodeTextBox;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Timer barcodeTimer;
        private System.Windows.Forms.ListView messageListView;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader2;
        private System.Windows.Forms.ListView luggagesListView;
        private System.Windows.Forms.ColumnHeader columnHeader3;
        private System.Windows.Forms.ColumnHeader columnHeader4;
        private System.Windows.Forms.ContextMenuStrip luggagesListContextMenuStrip;
        private System.Windows.Forms.ToolStripMenuItem releaseToolStripMenuItem;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox luggaageDescriptionTextBox;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ColumnHeader columnHeader5;
        private System.Windows.Forms.Timer barcodeFocusTimer;
    }
}