MainForm.Designer.cs 16.9 KB
namespace MoyaAdminUI
{
    partial class MainForm
    {
        /// <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(MainForm));
            this.placesContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.MapPictureBox = new System.Windows.Forms.PictureBox();
            this.placeEditor = new System.Windows.Forms.PropertyGrid();
            this.PlacesListView = new System.Windows.Forms.ListView();
            this.colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colUser = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colX = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colY = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSaveButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripRefreshButton = new System.Windows.Forms.ToolStripButton();
            this.usersToolStripPrintButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.cardLocationInputToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.TopPanel = new System.Windows.Forms.Panel();
            this.label3 = new System.Windows.Forms.Label();
            this.MapsComboBox = new System.Windows.Forms.ComboBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.incomingFormToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.cardInfoToolStripButton = new System.Windows.Forms.ToolStripButton();
            ((System.ComponentModel.ISupportInitialize)(this.MapPictureBox)).BeginInit();
            this.toolStrip1.SuspendLayout();
            this.TopPanel.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // placesContextMenuStrip
            // 
            this.placesContextMenuStrip.Name = "placesContextMenuStrip";
            this.placesContextMenuStrip.Size = new System.Drawing.Size(61, 4);
            // 
            // MapPictureBox
            // 
            this.MapPictureBox.Dock = System.Windows.Forms.DockStyle.Left;
            this.MapPictureBox.Location = new System.Drawing.Point(0, 70);
            this.MapPictureBox.Name = "MapPictureBox";
            this.MapPictureBox.Size = new System.Drawing.Size(758, 426);
            this.MapPictureBox.TabIndex = 0;
            this.MapPictureBox.TabStop = false;
            this.MapPictureBox.Paint += new System.Windows.Forms.PaintEventHandler(this.MapPictureBox_Paint);
            this.MapPictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MapPictureBox_MouseDown);
            this.MapPictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MapPictureBox_MouseMove);
            this.MapPictureBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.MapPictureBox_MouseUp);
            // 
            // placeEditor
            // 
            this.placeEditor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.placeEditor.Location = new System.Drawing.Point(6, 178);
            this.placeEditor.Name = "placeEditor";
            this.placeEditor.Size = new System.Drawing.Size(269, 242);
            this.placeEditor.TabIndex = 13;
            // 
            // PlacesListView
            // 
            this.PlacesListView.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.PlacesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colName,
            this.colUser,
            this.colX,
            this.colY});
            this.PlacesListView.ContextMenuStrip = this.placesContextMenuStrip;
            this.PlacesListView.FullRowSelect = true;
            this.PlacesListView.Location = new System.Drawing.Point(6, 6);
            this.PlacesListView.Name = "PlacesListView";
            this.PlacesListView.Size = new System.Drawing.Size(272, 166);
            this.PlacesListView.TabIndex = 0;
            this.PlacesListView.UseCompatibleStateImageBehavior = false;
            this.PlacesListView.View = System.Windows.Forms.View.Details;
            this.PlacesListView.SelectedIndexChanged += new System.EventHandler(this.PlacesListView_SelectedIndexChanged);
            this.PlacesListView.DoubleClick += new System.EventHandler(this.PlacesListView_DoubleClick);
            // 
            // colName
            // 
            this.colName.Text = "Name";
            this.colName.Width = 40;
            // 
            // colUser
            // 
            this.colUser.Text = "User";
            this.colUser.Width = 95;
            // 
            // colX
            // 
            this.colX.Text = "X";
            this.colX.Width = 46;
            // 
            // colY
            // 
            this.colY.Text = "Y";
            this.colY.Width = 51;
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSaveButton,
            this.toolStripRefreshButton,
            this.usersToolStripPrintButton,
            this.toolStripSeparator1,
            this.toolStripButton1,
            this.cardLocationInputToolStripButton,
            this.incomingFormToolStripButton,
            this.cardInfoToolStripButton});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1042, 25);
            this.toolStrip1.TabIndex = 14;
            this.toolStrip1.Text = "toolStrip1";
            this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
            // 
            // toolStripSaveButton
            // 
            this.toolStripSaveButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSaveButton.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSaveButton.Image")));
            this.toolStripSaveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSaveButton.Name = "toolStripSaveButton";
            this.toolStripSaveButton.Size = new System.Drawing.Size(23, 22);
            this.toolStripSaveButton.Text = "Save";
            this.toolStripSaveButton.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripRefreshButton
            // 
            this.toolStripRefreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripRefreshButton.Image = ((System.Drawing.Image)(resources.GetObject("toolStripRefreshButton.Image")));
            this.toolStripRefreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripRefreshButton.Name = "toolStripRefreshButton";
            this.toolStripRefreshButton.Size = new System.Drawing.Size(23, 22);
            this.toolStripRefreshButton.Text = "Refresh";
            this.toolStripRefreshButton.Click += new System.EventHandler(this.toolStripRefreshButton_Click);
            // 
            // usersToolStripPrintButton
            // 
            this.usersToolStripPrintButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.usersToolStripPrintButton.Image = ((System.Drawing.Image)(resources.GetObject("usersToolStripPrintButton.Image")));
            this.usersToolStripPrintButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.usersToolStripPrintButton.Name = "usersToolStripPrintButton";
            this.usersToolStripPrintButton.Size = new System.Drawing.Size(23, 22);
            this.usersToolStripPrintButton.Text = "Users";
            this.usersToolStripPrintButton.Click += new System.EventHandler(this.usersToolStripPrintButton_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton1.Text = "Api settings";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1);
            // 
            // cardLocationInputToolStripButton
            // 
            this.cardLocationInputToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.cardLocationInputToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cardLocationInputToolStripButton.Image")));
            this.cardLocationInputToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cardLocationInputToolStripButton.Name = "cardLocationInputToolStripButton";
            this.cardLocationInputToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.cardLocationInputToolStripButton.Text = "Korttien sijaintien hallinta";
            this.cardLocationInputToolStripButton.Click += new System.EventHandler(this.cardLocationInputToolStripButton_Click);
            // 
            // TopPanel
            // 
            this.TopPanel.Controls.Add(this.label3);
            this.TopPanel.Controls.Add(this.MapsComboBox);
            this.TopPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.TopPanel.Location = new System.Drawing.Point(0, 25);
            this.TopPanel.Name = "TopPanel";
            this.TopPanel.Size = new System.Drawing.Size(1042, 45);
            this.TopPanel.TabIndex = 15;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(3, 4);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(54, 13);
            this.label3.TabIndex = 6;
            this.label3.Text = "Placemap";
            // 
            // MapsComboBox
            // 
            this.MapsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.MapsComboBox.FormattingEnabled = true;
            this.MapsComboBox.Location = new System.Drawing.Point(3, 20);
            this.MapsComboBox.Name = "MapsComboBox";
            this.MapsComboBox.Size = new System.Drawing.Size(185, 21);
            this.MapsComboBox.TabIndex = 5;
            this.MapsComboBox.SelectedIndexChanged += new System.EventHandler(this.MapsComboBox_SelectedIndexChanged);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.PlacesListView);
            this.panel1.Controls.Add(this.placeEditor);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(758, 70);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(284, 426);
            this.panel1.TabIndex = 16;
            // 
            // incomingFormToolStripButton
            // 
            this.incomingFormToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.incomingFormToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("incomingFormToolStripButton.Image")));
            this.incomingFormToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.incomingFormToolStripButton.Name = "incomingFormToolStripButton";
            this.incomingFormToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.incomingFormToolStripButton.Text = "Sisäänottonäkymä";
            this.incomingFormToolStripButton.Click += new System.EventHandler(this.incomingFormToolStripButton_Click);
            // 
            // cardInfoToolStripButton
            // 
            this.cardInfoToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.cardInfoToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cardInfoToolStripButton.Image")));
            this.cardInfoToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cardInfoToolStripButton.Name = "cardInfoToolStripButton";
            this.cardInfoToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.cardInfoToolStripButton.Text = "Kortin tiedot";
            this.cardInfoToolStripButton.Click += new System.EventHandler(this.cardInfoToolStripButton_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1042, 496);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.MapPictureBox);
            this.Controls.Add(this.TopPanel);
            this.Controls.Add(this.toolStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainForm";
            this.Text = "Moya Admin UI";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmComputerPlaces_FormClosing);
            this.Load += new System.EventHandler(this.frmEditComputerPlace_Load);
            ((System.ComponentModel.ISupportInitialize)(this.MapPictureBox)).EndInit();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.TopPanel.ResumeLayout(false);
            this.TopPanel.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ContextMenuStrip placesContextMenuStrip;
        private System.Windows.Forms.PictureBox MapPictureBox;
        private System.Windows.Forms.PropertyGrid placeEditor;
        private System.Windows.Forms.ListView PlacesListView;
        private System.Windows.Forms.ColumnHeader colName;
        private System.Windows.Forms.ColumnHeader colUser;
        private System.Windows.Forms.ColumnHeader colX;
        private System.Windows.Forms.ColumnHeader colY;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton toolStripSaveButton;
        private System.Windows.Forms.ToolStripButton toolStripRefreshButton;
        private System.Windows.Forms.ToolStripButton usersToolStripPrintButton;
        private System.Windows.Forms.Panel TopPanel;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.ComboBox MapsComboBox;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ToolStripButton toolStripButton1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton cardLocationInputToolStripButton;
        private System.Windows.Forms.ToolStripButton incomingFormToolStripButton;
        private System.Windows.Forms.ToolStripButton cardInfoToolStripButton;
    }
}