Newer
Older
TIASshot / TIASshot / Form1.Designer.cs
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();
            this.label4 = new System.Windows.Forms.Label();
            this.txtDataName = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.txtNumMultiShots = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.txtMultiShotsInterval = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.btnOpenDataFolder = new System.Windows.Forms.Button();
            this.btnLightSW = new System.Windows.Forms.Button();
            this.icImagingControl1 = new TIS.Imaging.ICImagingControl();
            ((System.ComponentModel.ISupportInitialize)(this.picPreview)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDisplay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.icImagingControl1)).BeginInit();
            this.SuspendLayout();
            // 
            // btnShotOne
            // 
            this.btnShotOne.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.btnShotOne.Location = new System.Drawing.Point(15, 176);
            this.btnShotOne.Name = "btnShotOne";
            this.btnShotOne.Size = new System.Drawing.Size(268, 47);
            this.btnShotOne.TabIndex = 0;
            this.btnShotOne.Text = "1枚撮影";
            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(40, 16);
            this.label1.TabIndex = 1;
            this.label1.Text = "カメラ";
            // 
            // 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(157, 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(51, 6);
            this.txtDeviceName.Name = "txtDeviceName";
            this.txtDeviceName.ReadOnly = true;
            this.txtDeviceName.Size = new System.Drawing.Size(106, 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.Font = new System.Drawing.Font("MS UI Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.btnShotMulti.Location = new System.Drawing.Point(15, 316);
            this.btnShotMulti.Name = "btnShotMulti";
            this.btnShotMulti.Size = new System.Drawing.Size(268, 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(268, 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(78, 463);
            this.txtSaveFolder.Name = "txtSaveFolder";
            this.txtSaveFolder.ReadOnly = true;
            this.txtSaveFolder.Size = new System.Drawing.Size(205, 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 = "データ保存フォルダ";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label4.Location = new System.Drawing.Point(12, 95);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(60, 16);
            this.label4.TabIndex = 12;
            this.label4.Text = "データ名";
            // 
            // txtDataName
            // 
            this.txtDataName.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtDataName.Location = new System.Drawing.Point(15, 114);
            this.txtDataName.Name = "txtDataName";
            this.txtDataName.Size = new System.Drawing.Size(268, 23);
            this.txtDataName.TabIndex = 13;
            this.txtDataName.Text = "なし";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label5.Location = new System.Drawing.Point(12, 261);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(103, 16);
            this.label5.TabIndex = 14;
            this.label5.Text = "連続撮影枚数";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label6.Location = new System.Drawing.Point(12, 290);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(71, 16);
            this.label6.TabIndex = 15;
            this.label6.Text = "撮影間隔";
            // 
            // txtNumMultiShots
            // 
            this.txtNumMultiShots.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtNumMultiShots.Location = new System.Drawing.Point(121, 258);
            this.txtNumMultiShots.Name = "txtNumMultiShots";
            this.txtNumMultiShots.Size = new System.Drawing.Size(67, 23);
            this.txtNumMultiShots.TabIndex = 16;
            this.txtNumMultiShots.Text = "5";
            this.txtNumMultiShots.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label7.Location = new System.Drawing.Point(194, 261);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(23, 16);
            this.label7.TabIndex = 17;
            this.label7.Text = "枚";
            // 
            // txtMultiShotsInterval
            // 
            this.txtMultiShotsInterval.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtMultiShotsInterval.Location = new System.Drawing.Point(121, 287);
            this.txtMultiShotsInterval.Name = "txtMultiShotsInterval";
            this.txtMultiShotsInterval.Size = new System.Drawing.Size(67, 23);
            this.txtMultiShotsInterval.TabIndex = 18;
            this.txtMultiShotsInterval.Text = "1000";
            this.txtMultiShotsInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label8.Location = new System.Drawing.Point(194, 290);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(42, 16);
            this.label8.TabIndex = 19;
            this.label8.Text = "ミリ秒";
            // 
            // btnOpenDataFolder
            // 
            this.btnOpenDataFolder.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.btnOpenDataFolder.Location = new System.Drawing.Point(15, 459);
            this.btnOpenDataFolder.Name = "btnOpenDataFolder";
            this.btnOpenDataFolder.Size = new System.Drawing.Size(57, 27);
            this.btnOpenDataFolder.TabIndex = 20;
            this.btnOpenDataFolder.Text = "開く";
            this.btnOpenDataFolder.UseVisualStyleBackColor = true;
            this.btnOpenDataFolder.Click += new System.EventHandler(this.btnOpenDataFolder_Click);
            // 
            // btnLightSW
            // 
            this.btnLightSW.AllowDrop = true;
            this.btnLightSW.Location = new System.Drawing.Point(173, 517);
            this.btnLightSW.Name = "btnLightSW";
            this.btnLightSW.Size = new System.Drawing.Size(110, 37);
            this.btnLightSW.TabIndex = 21;
            this.btnLightSW.Text = "照明 OFF";
            this.btnLightSW.UseVisualStyleBackColor = true;
            this.btnLightSW.Click += new System.EventHandler(this.btnLightSW_Click);
            // 
            // icImagingControl1
            // 
            this.icImagingControl1.BackColor = System.Drawing.Color.White;
            this.icImagingControl1.DeviceListChangedExecutionMode = TIS.Imaging.EventExecutionMode.Invoke;
            this.icImagingControl1.DeviceLostExecutionMode = TIS.Imaging.EventExecutionMode.AsyncInvoke;
            this.icImagingControl1.ImageAvailableExecutionMode = TIS.Imaging.EventExecutionMode.MultiThreaded;
            this.icImagingControl1.LiveDisplayPosition = new System.Drawing.Point(0, 0);
            this.icImagingControl1.Location = new System.Drawing.Point(12, 505);
            this.icImagingControl1.Name = "icImagingControl1";
            this.icImagingControl1.Size = new System.Drawing.Size(79, 54);
            this.icImagingControl1.TabIndex = 22;
            this.icImagingControl1.Visible = false;
            // 
            // 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.icImagingControl1);
            this.Controls.Add(this.btnLightSW);
            this.Controls.Add(this.btnOpenDataFolder);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.txtMultiShotsInterval);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.txtNumMultiShots);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.txtDataName);
            this.Controls.Add(this.label4);
            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();
            ((System.ComponentModel.ISupportInitialize)(this.icImagingControl1)).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;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtDataName;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtNumMultiShots;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox txtMultiShotsInterval;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Button btnOpenDataFolder;
        private System.Windows.Forms.Button btnLightSW;
        private TIS.Imaging.ICImagingControl icImagingControl1;
    }
}