TakePictureControl.Designer.cs 5.69 KB
namespace MoyaSignup
{
    partial class TakePictureControl
    {
        /// <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 Component 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();
            this.pbIncoming = new System.Windows.Forms.PictureBox();
            this.btnTakePic = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.pictureTakenLabel = new System.Windows.Forms.Label();
            this.secondsLabel = new System.Windows.Forms.Label();
            this.takePictureTimer = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.pbIncoming)).BeginInit();
            this.SuspendLayout();
            // 
            // pbIncoming
            // 
            this.pbIncoming.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pbIncoming.Location = new System.Drawing.Point(5, 3);
            this.pbIncoming.Name = "pbIncoming";
            this.pbIncoming.Size = new System.Drawing.Size(640, 360);
            this.pbIncoming.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pbIncoming.TabIndex = 119;
            this.pbIncoming.TabStop = false;
            // 
            // btnTakePic
            // 
            this.btnTakePic.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTakePic.Location = new System.Drawing.Point(176, 369);
            this.btnTakePic.Name = "btnTakePic";
            this.btnTakePic.Size = new System.Drawing.Size(299, 36);
            this.btnTakePic.TabIndex = 120;
            this.btnTakePic.Text = "Ota kuva";
            this.btnTakePic.UseVisualStyleBackColor = true;
            this.btnTakePic.Click += new System.EventHandler(this.btnTakePic_Click_1);
            this.btnTakePic.KeyUp += new System.Windows.Forms.KeyEventHandler(this.btnTakePic_KeyUp);
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // pictureTakenLabel
            // 
            this.pictureTakenLabel.AutoSize = true;
            this.pictureTakenLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.pictureTakenLabel.Location = new System.Drawing.Point(203, 408);
            this.pictureTakenLabel.Name = "pictureTakenLabel";
            this.pictureTakenLabel.Size = new System.Drawing.Size(244, 20);
            this.pictureTakenLabel.TabIndex = 121;
            this.pictureTakenLabel.Text = "Kuva otetaan automaattisesti";
            this.pictureTakenLabel.Visible = false;
            // 
            // secondsLabel
            // 
            this.secondsLabel.AutoSize = true;
            this.secondsLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.secondsLabel.Location = new System.Drawing.Point(279, 428);
            this.secondsLabel.Name = "secondsLabel";
            this.secondsLabel.Size = new System.Drawing.Size(93, 20);
            this.secondsLabel.TabIndex = 122;
            this.secondsLabel.Text = "%s päästä";
            this.secondsLabel.Visible = false;
            // 
            // takePictureTimer
            // 
            this.takePictureTimer.Interval = 1000;
            this.takePictureTimer.Tick += new System.EventHandler(this.takePictureTimer_Tick);
            // 
            // TakePictureControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.secondsLabel);
            this.Controls.Add(this.pictureTakenLabel);
            this.Controls.Add(this.btnTakePic);
            this.Controls.Add(this.pbIncoming);
            this.Name = "TakePictureControl";
            this.Size = new System.Drawing.Size(650, 455);
            this.Load += new System.EventHandler(this.TakePictureControl_Load);
            this.VisibleChanged += new System.EventHandler(this.TakePictureControl_VisibleChanged);
            this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.TakePictureControl_KeyUp);
            ((System.ComponentModel.ISupportInitialize)(this.pbIncoming)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox pbIncoming;
        private System.Windows.Forms.Button btnTakePic;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label pictureTakenLabel;
        private System.Windows.Forms.Label secondsLabel;
        private System.Windows.Forms.Timer takePictureTimer;
    }
}