Click here to Skip to main content
15,885,998 members
Articles / Game Development

Cutting Edge - Motion, Texture And 3D Forms As Interactive Services (Part I)

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
8 Sep 2012MIT7 min read 26.8K   898   12  
This article is the first toddler step in the development of a framework for the delivery of motion, touch and 3D forms as interactive services locally and over networks.
namespace KC36.Client
{
    partial class ClientMainUI
    {
        /// <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.picBoxPreview = new System.Windows.Forms.PictureBox();
            this.cmbDirections = new System.Windows.Forms.ComboBox();
            this.trkBarMinBrightnessDiffTolerance = new System.Windows.Forms.TrackBar();
            this.btnProcess = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.btnLoadImage = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.cmbEdgeAngleTolerance = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.lblMinBrightnessDiffTolerance = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.lblFeatures = new System.Windows.Forms.Label();
            this.lblElapsedtime = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.lblHeight = new System.Windows.Forms.Label();
            this.lblWidth = new System.Windows.Forms.Label();
            this.tabCntrlOutput = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.picBoxOutput = new System.Windows.Forms.PictureBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.picBoxPolyline = new System.Windows.Forms.PictureBox();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.picBoxEdgeMetrics = new KC36.Client.PictureBoxExtended();
            this.picBoxColorKey = new System.Windows.Forms.PictureBox();
            this.lblColorKey = new System.Windows.Forms.Label();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            ((System.ComponentModel.ISupportInitialize)(this.picBoxPreview)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trkBarMinBrightnessDiffTolerance)).BeginInit();
            this.tabCntrlOutput.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picBoxOutput)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picBoxPolyline)).BeginInit();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picBoxEdgeMetrics)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBoxColorKey)).BeginInit();
            this.SuspendLayout();
            // 
            // picBoxPreview
            // 
            this.picBoxPreview.Location = new System.Drawing.Point(8, 12);
            this.picBoxPreview.Name = "picBoxPreview";
            this.picBoxPreview.Size = new System.Drawing.Size(590, 539);
            this.picBoxPreview.TabIndex = 0;
            this.picBoxPreview.TabStop = false;
            // 
            // cmbDirections
            // 
            this.cmbDirections.FormattingEnabled = true;
            this.cmbDirections.Location = new System.Drawing.Point(448, 560);
            this.cmbDirections.Name = "cmbDirections";
            this.cmbDirections.Size = new System.Drawing.Size(144, 21);
            this.cmbDirections.TabIndex = 2;
            this.cmbDirections.SelectedIndexChanged += new System.EventHandler(this.cmbDirections_SelectedIndexChanged);
            // 
            // trkBarMinBrightnessDiffTolerance
            // 
            this.trkBarMinBrightnessDiffTolerance.Location = new System.Drawing.Point(8, 587);
            this.trkBarMinBrightnessDiffTolerance.Maximum = 300;
            this.trkBarMinBrightnessDiffTolerance.Name = "trkBarMinBrightnessDiffTolerance";
            this.trkBarMinBrightnessDiffTolerance.Size = new System.Drawing.Size(374, 45);
            this.trkBarMinBrightnessDiffTolerance.TabIndex = 4;
            this.trkBarMinBrightnessDiffTolerance.Scroll += new System.EventHandler(this.trkBarMinBrightnessDiffTolerance_Scroll);
            // 
            // btnProcess
            // 
            this.btnProcess.Location = new System.Drawing.Point(686, 591);
            this.btnProcess.Name = "btnProcess";
            this.btnProcess.Size = new System.Drawing.Size(75, 24);
            this.btnProcess.TabIndex = 5;
            this.btnProcess.Text = "Process";
            this.btnProcess.UseVisualStyleBackColor = true;
            this.btnProcess.Click += new System.EventHandler(this.btnProcess_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // btnLoadImage
            // 
            this.btnLoadImage.Location = new System.Drawing.Point(605, 590);
            this.btnLoadImage.Name = "btnLoadImage";
            this.btnLoadImage.Size = new System.Drawing.Size(75, 24);
            this.btnLoadImage.TabIndex = 6;
            this.btnLoadImage.Text = "Load Image";
            this.btnLoadImage.UseVisualStyleBackColor = true;
            this.btnLoadImage.Click += new System.EventHandler(this.btnLoadImage_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(14, 564);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(146, 13);
            this.label2.TabIndex = 8;
            this.label2.Text = "Min Brightness Diff Tolerance";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(388, 564);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(54, 13);
            this.label3.TabIndex = 9;
            this.label3.Text = "Directions";
            // 
            // cmbEdgeAngleTolerance
            // 
            this.cmbEdgeAngleTolerance.FormattingEnabled = true;
            this.cmbEdgeAngleTolerance.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16",
            "17",
            "18",
            "19",
            "20"});
            this.cmbEdgeAngleTolerance.Location = new System.Drawing.Point(559, 591);
            this.cmbEdgeAngleTolerance.Name = "cmbEdgeAngleTolerance";
            this.cmbEdgeAngleTolerance.Size = new System.Drawing.Size(33, 21);
            this.cmbEdgeAngleTolerance.TabIndex = 10;
            this.cmbEdgeAngleTolerance.Text = "8";
            this.cmbEdgeAngleTolerance.SelectedIndexChanged += new System.EventHandler(this.cmbEdgeAngleTolerance_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(388, 593);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(113, 13);
            this.label4.TabIndex = 11;
            this.label4.Text = "Edge Angle Tolerance";
            // 
            // lblMinBrightnessDiffTolerance
            // 
            this.lblMinBrightnessDiffTolerance.AutoSize = true;
            this.lblMinBrightnessDiffTolerance.Location = new System.Drawing.Point(203, 564);
            this.lblMinBrightnessDiffTolerance.Name = "lblMinBrightnessDiffTolerance";
            this.lblMinBrightnessDiffTolerance.Size = new System.Drawing.Size(13, 13);
            this.lblMinBrightnessDiffTolerance.TabIndex = 14;
            this.lblMinBrightnessDiffTolerance.Text = "0";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(785, 593);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(100, 13);
            this.label5.TabIndex = 15;
            this.label5.Text = "Number of Features";
            // 
            // lblFeatures
            // 
            this.lblFeatures.AutoSize = true;
            this.lblFeatures.Location = new System.Drawing.Point(891, 594);
            this.lblFeatures.Name = "lblFeatures";
            this.lblFeatures.Size = new System.Drawing.Size(13, 13);
            this.lblFeatures.TabIndex = 16;
            this.lblFeatures.Text = "0";
            // 
            // lblElapsedtime
            // 
            this.lblElapsedtime.AutoSize = true;
            this.lblElapsedtime.Location = new System.Drawing.Point(1116, 593);
            this.lblElapsedtime.Name = "lblElapsedtime";
            this.lblElapsedtime.Size = new System.Drawing.Size(13, 13);
            this.lblElapsedtime.TabIndex = 18;
            this.lblElapsedtime.Text = "0";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(974, 594);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(136, 13);
            this.label8.TabIndex = 17;
            this.label8.Text = "Time Elapsed (milliseconds)";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(285, 564);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(35, 13);
            this.label6.TabIndex = 19;
            this.label6.Text = "Width";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(285, 578);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(38, 13);
            this.label7.TabIndex = 20;
            this.label7.Text = "Height";
            // 
            // lblHeight
            // 
            this.lblHeight.AutoSize = true;
            this.lblHeight.Location = new System.Drawing.Point(329, 577);
            this.lblHeight.Name = "lblHeight";
            this.lblHeight.Size = new System.Drawing.Size(27, 13);
            this.lblHeight.TabIndex = 22;
            this.lblHeight.Text = "0 px";
            // 
            // lblWidth
            // 
            this.lblWidth.AutoSize = true;
            this.lblWidth.Location = new System.Drawing.Point(329, 564);
            this.lblWidth.Name = "lblWidth";
            this.lblWidth.Size = new System.Drawing.Size(27, 13);
            this.lblWidth.TabIndex = 21;
            this.lblWidth.Text = "0 px";
            // 
            // tabCntrlOutput
            // 
            this.tabCntrlOutput.Controls.Add(this.tabPage1);
            this.tabCntrlOutput.Controls.Add(this.tabPage2);
            this.tabCntrlOutput.Controls.Add(this.tabPage3);
            this.tabCntrlOutput.Controls.Add(this.tabPage4);
            this.tabCntrlOutput.Location = new System.Drawing.Point(595, 12);
            this.tabCntrlOutput.Name = "tabCntrlOutput";
            this.tabCntrlOutput.SelectedIndex = 0;
            this.tabCntrlOutput.Size = new System.Drawing.Size(609, 563);
            this.tabCntrlOutput.TabIndex = 24;
            this.tabCntrlOutput.SelectedIndexChanged += new System.EventHandler(this.tabCntrlOutput_SelectedIndexChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.picBoxOutput);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(601, 537);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Feature Map";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // picBoxOutput
            // 
            this.picBoxOutput.Location = new System.Drawing.Point(3, -8);
            this.picBoxOutput.Name = "picBoxOutput";
            this.picBoxOutput.Size = new System.Drawing.Size(590, 539);
            this.picBoxOutput.TabIndex = 2;
            this.picBoxOutput.TabStop = false;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.picBoxPolyline);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(601, 537);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Polylines";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // picBoxPolyline
            // 
            this.picBoxPolyline.Location = new System.Drawing.Point(0, 0);
            this.picBoxPolyline.Name = "picBoxPolyline";
            this.picBoxPolyline.Size = new System.Drawing.Size(100, 50);
            this.picBoxPolyline.TabIndex = 0;
            this.picBoxPolyline.TabStop = false;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.picBoxEdgeMetrics);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(601, 537);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Edge Metrics";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // picBoxEdgeMetrics
            // 
            this.picBoxEdgeMetrics.Location = new System.Drawing.Point(34, 3);
            this.picBoxEdgeMetrics.Name = "picBoxEdgeMetrics";
            this.picBoxEdgeMetrics.Size = new System.Drawing.Size(539, 539);
            this.picBoxEdgeMetrics.TabIndex = 0;
            this.picBoxEdgeMetrics.TabStop = false;
            this.picBoxEdgeMetrics.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picBoxEdgeMetrics_MouseDown);
            // 
            // picBoxColorKey
            // 
            this.picBoxColorKey.Image = global::KC36.Client.Properties.Resources.depth2;
            this.picBoxColorKey.Location = new System.Drawing.Point(669, 620);
            this.picBoxColorKey.Name = "picBoxColorKey";
            this.picBoxColorKey.Size = new System.Drawing.Size(509, 31);
            this.picBoxColorKey.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picBoxColorKey.TabIndex = 25;
            this.picBoxColorKey.TabStop = false;
            // 
            // lblColorKey
            // 
            this.lblColorKey.AutoSize = true;
            this.lblColorKey.Location = new System.Drawing.Point(605, 628);
            this.lblColorKey.Name = "lblColorKey";
            this.lblColorKey.Size = new System.Drawing.Size(58, 13);
            this.lblColorKey.TabIndex = 26;
            this.lblColorKey.Text = "Colour Key";
            // 
            // tabPage4
            // 
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(601, 537);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "Search";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // ClientMainUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1199, 643);
            this.Controls.Add(this.lblColorKey);
            this.Controls.Add(this.picBoxColorKey);
            this.Controls.Add(this.tabCntrlOutput);
            this.Controls.Add(this.lblHeight);
            this.Controls.Add(this.lblWidth);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.lblElapsedtime);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.lblFeatures);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.lblMinBrightnessDiffTolerance);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.cmbEdgeAngleTolerance);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.btnLoadImage);
            this.Controls.Add(this.btnProcess);
            this.Controls.Add(this.trkBarMinBrightnessDiffTolerance);
            this.Controls.Add(this.cmbDirections);
            this.Controls.Add(this.picBoxPreview);
            this.Location = new System.Drawing.Point(10, 10);
            this.Name = "ClientMainUI";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "CrossMaskVersion";
            ((System.ComponentModel.ISupportInitialize)(this.picBoxPreview)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trkBarMinBrightnessDiffTolerance)).EndInit();
            this.tabCntrlOutput.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picBoxOutput)).EndInit();
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picBoxPolyline)).EndInit();
            this.tabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picBoxEdgeMetrics)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBoxColorKey)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox picBoxPreview;
        private System.Windows.Forms.ComboBox cmbDirections;
        private System.Windows.Forms.TrackBar trkBarMinBrightnessDiffTolerance;
        private System.Windows.Forms.Button btnProcess;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.Button btnLoadImage;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ComboBox cmbEdgeAngleTolerance;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label lblMinBrightnessDiffTolerance;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label lblFeatures;
        private System.Windows.Forms.Label lblElapsedtime;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label lblHeight;
        private System.Windows.Forms.Label lblWidth;
        private System.Windows.Forms.TabControl tabCntrlOutput;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.PictureBox picBoxOutput;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.PictureBox picBoxPolyline;
        private System.Windows.Forms.TabPage tabPage3;
        PictureBoxExtended picBoxEdgeMetrics;
        private System.Windows.Forms.PictureBox picBoxColorKey;
        private System.Windows.Forms.Label lblColorKey;
        private System.Windows.Forms.TabPage tabPage4;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Web Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions