namespace TIASshot {
partial class PreviewMonitor {
/// <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.picPreview = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.picPreview)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// picPreview
//
this.picPreview.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.picPreview.Location = new System.Drawing.Point(617, 0);
this.picPreview.Name = "picPreview";
this.picPreview.Size = new System.Drawing.Size(662, 800);
this.picPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picPreview.TabIndex = 0;
this.picPreview.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("BIZ UDPゴシック", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label1.Location = new System.Drawing.Point(78, 326);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(435, 144);
this.label1.TabIndex = 1;
this.label1.Text = "口を大きく開いて\r\n\r\n舌を出してください";
//
// pictureBox1
//
this.pictureBox1.Image = global::TIASshot.Properties.Resources.アイコン;
this.pictureBox1.Location = new System.Drawing.Point(12, 72);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(133, 132);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 2;
this.pictureBox1.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("BIZ UDPゴシック", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label2.Location = new System.Drawing.Point(169, 72);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(397, 24);
this.label2.TabIndex = 3;
this.label2.Text = "千葉大学フロンティア医工学センター";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("BIZ UDPゴシック", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label3.Location = new System.Drawing.Point(166, 137);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(445, 37);
this.label3.TabIndex = 3;
this.label3.Text = "舌撮影解析システム TIAS";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("BIZ UDPゴシック", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label4.Location = new System.Drawing.Point(261, 185);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(345, 19);
this.label4.TabIndex = 4;
this.label4.Text = "Tongue Image Analyzing System";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Segoe UI", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(26, 538);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(580, 130);
this.label5.TabIndex = 5;
this.label5.Text = "Open your mouth wide \r\nand stick out your tongue.";
//
// PreviewMonitor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1280, 800);
this.ControlBox = false;
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.picPreview);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "PreviewMonitor";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "PreviewMonitor";
this.TopMost = true;
this.Load += new System.EventHandler(this.PreviewMonitor_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.PreviewMonitor_Paint);
((System.ComponentModel.ISupportInitialize)(this.picPreview)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picPreview;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
}
}