namespace TemplateMatching3 { 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.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.templateButton = new System.Windows.Forms.Button(); this.imagesButton = new System.Windows.Forms.Button(); this.templateTextBox = new System.Windows.Forms.TextBox(); this.imagesTextBox = new System.Windows.Forms.TextBox(); this.goButton = new System.Windows.Forms.Button(); this.outLabel = new System.Windows.Forms.Label(); this.templatePictureBox = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.match1Label = new System.Windows.Forms.Label(); this.match2Label = new System.Windows.Forms.Label(); this.match3Label = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.templatePictureBox)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(219, 179); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(110, 105); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // pictureBox2 // this.pictureBox2.Location = new System.Drawing.Point(335, 179); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(110, 105); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 0; this.pictureBox2.TabStop = false; // // pictureBox3 // this.pictureBox3.Location = new System.Drawing.Point(451, 179); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(110, 105); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox3.TabIndex = 0; this.pictureBox3.TabStop = false; // // templateButton // this.templateButton.Location = new System.Drawing.Point(12, 12); this.templateButton.Name = "templateButton"; this.templateButton.Size = new System.Drawing.Size(86, 37); this.templateButton.TabIndex = 1; this.templateButton.Text = "テンプレ選択"; this.templateButton.UseVisualStyleBackColor = true; this.templateButton.Click += new System.EventHandler(this.templateButton_Click); // // imagesButton // this.imagesButton.Location = new System.Drawing.Point(12, 55); this.imagesButton.Name = "imagesButton"; this.imagesButton.Size = new System.Drawing.Size(86, 37); this.imagesButton.TabIndex = 1; this.imagesButton.Text = "イメージ選択"; this.imagesButton.UseVisualStyleBackColor = true; this.imagesButton.Click += new System.EventHandler(this.imagesButton_Click); // // templateTextBox // this.templateTextBox.Location = new System.Drawing.Point(104, 19); this.templateTextBox.Name = "templateTextBox"; this.templateTextBox.Size = new System.Drawing.Size(457, 19); this.templateTextBox.TabIndex = 2; // // imagesTextBox // this.imagesTextBox.AcceptsReturn = true; this.imagesTextBox.Location = new System.Drawing.Point(105, 55); this.imagesTextBox.Multiline = true; this.imagesTextBox.Name = "imagesTextBox"; this.imagesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.imagesTextBox.Size = new System.Drawing.Size(456, 84); this.imagesTextBox.TabIndex = 2; // // goButton // this.goButton.Location = new System.Drawing.Point(15, 179); this.goButton.Name = "goButton"; this.goButton.Size = new System.Drawing.Size(82, 29); this.goButton.TabIndex = 3; this.goButton.Text = "実行"; this.goButton.UseVisualStyleBackColor = true; this.goButton.Click += new System.EventHandler(this.goButton_Click); // // outLabel // this.outLabel.AutoSize = true; this.outLabel.Location = new System.Drawing.Point(13, 220); this.outLabel.Name = "outLabel"; this.outLabel.Size = new System.Drawing.Size(0, 12); this.outLabel.TabIndex = 4; // // templatePictureBox // this.templatePictureBox.Location = new System.Drawing.Point(103, 179); this.templatePictureBox.Name = "templatePictureBox"; this.templatePictureBox.Size = new System.Drawing.Size(110, 105); this.templatePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.templatePictureBox.TabIndex = 0; this.templatePictureBox.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(109, 164); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 12); this.label1.TabIndex = 5; this.label1.Text = "テンプレート"; // // match1Label // this.match1Label.AutoSize = true; this.match1Label.Location = new System.Drawing.Point(217, 164); this.match1Label.Name = "match1Label"; this.match1Label.Size = new System.Drawing.Size(38, 12); this.match1Label.TabIndex = 5; this.match1Label.Text = "マッチ1"; // // match2Label // this.match2Label.AutoSize = true; this.match2Label.Location = new System.Drawing.Point(333, 164); this.match2Label.Name = "match2Label"; this.match2Label.Size = new System.Drawing.Size(38, 12); this.match2Label.TabIndex = 5; this.match2Label.Text = "マッチ2"; // // match3Label // this.match3Label.AutoSize = true; this.match3Label.Location = new System.Drawing.Point(449, 164); this.match3Label.Name = "match3Label"; this.match3Label.Size = new System.Drawing.Size(38, 12); this.match3Label.TabIndex = 5; this.match3Label.Text = "マッチ3"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(575, 293); this.Controls.Add(this.match3Label); this.Controls.Add(this.match2Label); this.Controls.Add(this.match1Label); this.Controls.Add(this.label1); this.Controls.Add(this.outLabel); this.Controls.Add(this.goButton); this.Controls.Add(this.imagesTextBox); this.Controls.Add(this.templateTextBox); this.Controls.Add(this.imagesButton); this.Controls.Add(this.templateButton); this.Controls.Add(this.templatePictureBox); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Name = "Form1"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.templatePictureBox)).EndInit(); this.ResumeLayout(false); this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.Button templateButton; private System.Windows.Forms.Button imagesButton; private System.Windows.Forms.TextBox templateTextBox; private System.Windows.Forms.TextBox imagesTextBox; private System.Windows.Forms.Button goButton; private System.Windows.Forms.Label outLabel; private System.Windows.Forms.PictureBox templatePictureBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label match1Label; private System.Windows.Forms.Label match2Label; private System.Windows.Forms.Label match3Label; } } |