﻿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.txtMessage = new System.Windows.Forms.TextBox();
            this.txtSaveFolder = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.picPreview)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDisplay)).BeginInit();
            this.SuspendLayout();
            // 
            // btnShotOne
            // 
            this.btnShotOne.Location = new System.Drawing.Point(15, 116);
            this.btnShotOne.Name = "btnShotOne";
            this.btnShotOne.Size = new System.Drawing.Size(271, 47);
            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.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(60, 16);
            this.label1.TabIndex = 1;
            this.label1.Text = "Camera";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label2.Location = new System.Drawing.Point(153, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(35, 16);
            this.label2.TabIndex = 1;
            this.label2.Text = "S/N";
            // 
            // txtDeviceName
            // 
            this.txtDeviceName.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtDeviceName.Location = new System.Drawing.Point(78, 6);
            this.txtDeviceName.Name = "txtDeviceName";
            this.txtDeviceName.ReadOnly = true;
            this.txtDeviceName.Size = new System.Drawing.Size(60, 23);
            this.txtDeviceName.TabIndex = 2;
            // 
            // txtSerialNo
            // 
            this.txtSerialNo.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtSerialNo.Location = new System.Drawing.Point(192, 6);
            this.txtSerialNo.Name = "txtSerialNo";
            this.txtSerialNo.ReadOnly = true;
            this.txtSerialNo.Size = new System.Drawing.Size(94, 23);
            this.txtSerialNo.TabIndex = 3;
            // 
            // picPreview
            // 
            this.picPreview.Location = new System.Drawing.Point(12, 565);
            this.picPreview.Name = "picPreview";
            this.picPreview.Size = new System.Drawing.Size(79, 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(292, 6);
            this.picDisplay.Name = "picDisplay";
            this.picDisplay.Size = new System.Drawing.Size(449, 610);
            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(15, 195);
            this.btnShotMulti.Name = "btnShotMulti";
            this.btnShotMulti.Size = new System.Drawing.Size(271, 49);
            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(100, 579);
            this.btnCalib.Name = "btnCalib";
            this.btnCalib.Size = new System.Drawing.Size(88, 37);
            this.btnCalib.TabIndex = 7;
            this.btnCalib.Text = "校正";
            this.btnCalib.UseVisualStyleBackColor = true;
            this.btnCalib.Visible = false;
            this.btnCalib.Click += new System.EventHandler(this.btnCalib_Click);
            // 
            // txtMessage
            // 
            this.txtMessage.BackColor = System.Drawing.Color.LemonChiffon;
            this.txtMessage.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtMessage.Location = new System.Drawing.Point(15, 45);
            this.txtMessage.Name = "txtMessage";
            this.txtMessage.ReadOnly = true;
            this.txtMessage.Size = new System.Drawing.Size(271, 26);
            this.txtMessage.TabIndex = 9;
            this.txtMessage.Text = "舌診チャートを設置してください．";
            // 
            // txtSaveFolder
            // 
            this.txtSaveFolder.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtSaveFolder.Location = new System.Drawing.Point(15, 459);
            this.txtSaveFolder.Name = "txtSaveFolder";
            this.txtSaveFolder.ReadOnly = true;
            this.txtSaveFolder.Size = new System.Drawing.Size(268, 23);
            this.txtSaveFolder.TabIndex = 10;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label3.Location = new System.Drawing.Point(12, 440);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(123, 16);
            this.label3.TabIndex = 11;
            this.label3.Text = "データ保存フォルダ";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(753, 634);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.txtSaveFolder);
            this.Controls.Add(this.txtMessage);
            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.TextBox txtMessage;
        private System.Windows.Forms.TextBox txtSaveFolder;
        private System.Windows.Forms.Label label3;
    }
}

