﻿namespace TIASshot {
    partial class Form1 {
        /// <summary>
        /// 必要なデザイナー変数です。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 使用中のリソースをすべてクリーンアップします。
        /// </summary>
        /// <param name="disposing">マネージド リソースを破棄する場合は true を指定し、その他の場合は false を指定します。</param>
        protected override void Dispose(bool disposing) {
            if (disposing && (components != null)) {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows フォーム デザイナーで生成されたコード

        /// <summary>
        /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディターで変更しないでください。
        /// </summary>
        private void InitializeComponent() {
            this.btnShotOne = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtDeviceName = new System.Windows.Forms.TextBox();
            this.txtSerialNo = new System.Windows.Forms.TextBox();
            this.picPreview = new System.Windows.Forms.PictureBox();
            this.picDisplay = new System.Windows.Forms.PictureBox();
            this.btnShotMulti = new System.Windows.Forms.Button();
            this.btnCalib = new System.Windows.Forms.Button();
            this.btnCheck = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.picPreview)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDisplay)).BeginInit();
            this.SuspendLayout();
            // 
            // btnShotOne
            // 
            this.btnShotOne.Location = new System.Drawing.Point(12, 117);
            this.btnShotOne.Name = "btnShotOne";
            this.btnShotOne.Size = new System.Drawing.Size(111, 37);
            this.btnShotOne.TabIndex = 0;
            this.btnShotOne.Text = "１枚撮影";
            this.btnShotOne.UseVisualStyleBackColor = true;
            this.btnShotOne.Click += new System.EventHandler(this.btnShot1_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(44, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "Camera";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 37);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(26, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "S/N";
            // 
            // txtDeviceName
            // 
            this.txtDeviceName.Location = new System.Drawing.Point(62, 6);
            this.txtDeviceName.Name = "txtDeviceName";
            this.txtDeviceName.ReadOnly = true;
            this.txtDeviceName.Size = new System.Drawing.Size(61, 19);
            this.txtDeviceName.TabIndex = 2;
            // 
            // txtSerialNo
            // 
            this.txtSerialNo.Location = new System.Drawing.Point(51, 34);
            this.txtSerialNo.Name = "txtSerialNo";
            this.txtSerialNo.ReadOnly = true;
            this.txtSerialNo.Size = new System.Drawing.Size(72, 19);
            this.txtSerialNo.TabIndex = 3;
            // 
            // picPreview
            // 
            this.picPreview.Location = new System.Drawing.Point(15, 302);
            this.picPreview.Name = "picPreview";
            this.picPreview.Size = new System.Drawing.Size(108, 57);
            this.picPreview.TabIndex = 4;
            this.picPreview.TabStop = false;
            this.picPreview.Visible = false;
            // 
            // picDisplay
            // 
            this.picDisplay.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.picDisplay.Location = new System.Drawing.Point(144, 6);
            this.picDisplay.Name = "picDisplay";
            this.picDisplay.Size = new System.Drawing.Size(488, 353);
            this.picDisplay.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picDisplay.TabIndex = 5;
            this.picDisplay.TabStop = false;
            // 
            // btnShotMulti
            // 
            this.btnShotMulti.AllowDrop = true;
            this.btnShotMulti.Location = new System.Drawing.Point(12, 160);
            this.btnShotMulti.Name = "btnShotMulti";
            this.btnShotMulti.Size = new System.Drawing.Size(111, 37);
            this.btnShotMulti.TabIndex = 6;
            this.btnShotMulti.Text = "連続撮影";
            this.btnShotMulti.UseVisualStyleBackColor = true;
            this.btnShotMulti.Click += new System.EventHandler(this.btnShotMulti_Click);
            // 
            // btnCalib
            // 
            this.btnCalib.AllowDrop = true;
            this.btnCalib.Location = new System.Drawing.Point(12, 74);
            this.btnCalib.Name = "btnCalib";
            this.btnCalib.Size = new System.Drawing.Size(111, 37);
            this.btnCalib.TabIndex = 7;
            this.btnCalib.Text = "校正";
            this.btnCalib.UseVisualStyleBackColor = true;
            this.btnCalib.Click += new System.EventHandler(this.btnCalib_Click);
            // 
            // btnCheck
            // 
            this.btnCheck.AllowDrop = true;
            this.btnCheck.Location = new System.Drawing.Point(12, 226);
            this.btnCheck.Name = "btnCheck";
            this.btnCheck.Size = new System.Drawing.Size(111, 37);
            this.btnCheck.TabIndex = 8;
            this.btnCheck.Text = "チェック";
            this.btnCheck.UseVisualStyleBackColor = true;
            this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(644, 377);
            this.Controls.Add(this.btnCheck);
            this.Controls.Add(this.btnCalib);
            this.Controls.Add(this.btnShotMulti);
            this.Controls.Add(this.picDisplay);
            this.Controls.Add(this.picPreview);
            this.Controls.Add(this.txtSerialNo);
            this.Controls.Add(this.txtDeviceName);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.btnShotOne);
            this.Name = "Form1";
            this.Text = "Form1";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.picPreview)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDisplay)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnShotOne;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtDeviceName;
        private System.Windows.Forms.TextBox txtSerialNo;
        private System.Windows.Forms.PictureBox picPreview;
        private System.Windows.Forms.PictureBox picDisplay;
        private System.Windows.Forms.Button btnShotMulti;
        private System.Windows.Forms.Button btnCalib;
        private System.Windows.Forms.Button btnCheck;
    }
}

