namespace Anoto { partial class FormAnotoSupervision { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAnotoSupervision)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.listBoxAnotoPens = new System.Windows.Forms.ListBox(); this.label2 = new System.Windows.Forms.Label(); this.progressBarX = new System.Windows.Forms.ProgressBar(); this.progressBarY = new System.Windows.Forms.ProgressBar(); this.progressBarForce = new System.Windows.Forms.ProgressBar(); this.labelX = new System.Windows.Forms.Label(); this.labelY = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.labelPage = new System.Windows.Forms.Label(); this.labelStripInfo = new System.Windows.Forms.Label(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.aCCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.defaultToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.bordeauxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.reimsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.parisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.positionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.defaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.wP1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.roleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.defaultToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.pCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.TheIvyDomain = new IvyBus.IvyDomain(); this.TheIvyBus = new IvyBus.IvyControl(this.components); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.PropertyAnotoHotArea = new System.Windows.Forms.PropertyGrid(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.listBoxHotAreas = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.buttonPlay = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.checkBoxEnableSound = new System.Windows.Forms.CheckBox(); this.listBoxEvents = new System.Windows.Forms.ListBox(); this.textBoxRecognition = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TheIvyBus)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.White; this.pictureBox1.Location = new System.Drawing.Point(232, 115); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(540, 641); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.clearToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(102, 26); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.Size = new System.Drawing.Size(101, 22); this.clearToolStripMenuItem.Text = "Clear"; // // listBoxAnotoPens // this.listBoxAnotoPens.BackColor = System.Drawing.Color.White; this.listBoxAnotoPens.FormattingEnabled = true; this.listBoxAnotoPens.Location = new System.Drawing.Point(61, 64); this.listBoxAnotoPens.Name = "listBoxAnotoPens"; this.listBoxAnotoPens.Size = new System.Drawing.Size(165, 69); this.listBoxAnotoPens.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(229, 93); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(76, 13); this.label2.TabIndex = 2; this.label2.Text = "Drawing area :"; // // progressBarX // this.progressBarX.Location = new System.Drawing.Point(6, 19); this.progressBarX.Name = "progressBarX"; this.progressBarX.Size = new System.Drawing.Size(100, 23); this.progressBarX.TabIndex = 3; // // progressBarY // this.progressBarY.Location = new System.Drawing.Point(7, 47); this.progressBarY.Name = "progressBarY"; this.progressBarY.Size = new System.Drawing.Size(100, 23); this.progressBarY.TabIndex = 3; // // progressBarForce // this.progressBarForce.Location = new System.Drawing.Point(37, 76); this.progressBarForce.Name = "progressBarForce"; this.progressBarForce.Size = new System.Drawing.Size(100, 23); this.progressBarForce.TabIndex = 3; // // labelX // this.labelX.Location = new System.Drawing.Point(112, 24); this.labelX.Name = "labelX"; this.labelX.Size = new System.Drawing.Size(86, 18); this.labelX.TabIndex = 2; this.labelX.Text = "X"; // // labelY // this.labelY.Location = new System.Drawing.Point(112, 52); this.labelY.Name = "labelY"; this.labelY.Size = new System.Drawing.Size(86, 18); this.labelY.TabIndex = 2; this.labelY.Text = "Y"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(1, 82); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(34, 13); this.label5.TabIndex = 2; this.label5.Text = "Force"; // // labelPage // this.labelPage.BackColor = System.Drawing.Color.White; this.labelPage.Location = new System.Drawing.Point(48, 111); this.labelPage.Name = "labelPage"; this.labelPage.Size = new System.Drawing.Size(104, 13); this.labelPage.TabIndex = 4; this.labelPage.Text = "0.0.0.0"; this.labelPage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelStripInfo // this.labelStripInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); this.labelStripInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelStripInfo.Location = new System.Drawing.Point(311, 24); this.labelStripInfo.Name = "labelStripInfo"; this.labelStripInfo.Size = new System.Drawing.Size(461, 82); this.labelStripInfo.TabIndex = 5; // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aCCToolStripMenuItem, this.positionToolStripMenuItem, this.roleToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1033, 24); this.menuStrip1.TabIndex = 6; this.menuStrip1.Text = "menuStrip1"; // // aCCToolStripMenuItem // this.aCCToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.defaultToolStripMenuItem2, this.bordeauxToolStripMenuItem, this.reimsToolStripMenuItem, this.parisToolStripMenuItem}); this.aCCToolStripMenuItem.Name = "aCCToolStripMenuItem"; this.aCCToolStripMenuItem.Size = new System.Drawing.Size(43, 20); this.aCCToolStripMenuItem.Text = "ACC"; // // defaultToolStripMenuItem2 // this.defaultToolStripMenuItem2.Name = "defaultToolStripMenuItem2"; this.defaultToolStripMenuItem2.Size = new System.Drawing.Size(123, 22); this.defaultToolStripMenuItem2.Text = "default"; // // bordeauxToolStripMenuItem // this.bordeauxToolStripMenuItem.Name = "bordeauxToolStripMenuItem"; this.bordeauxToolStripMenuItem.Size = new System.Drawing.Size(123, 22); this.bordeauxToolStripMenuItem.Text = "bordeaux"; // // reimsToolStripMenuItem // this.reimsToolStripMenuItem.Name = "reimsToolStripMenuItem"; this.reimsToolStripMenuItem.Size = new System.Drawing.Size(123, 22); this.reimsToolStripMenuItem.Text = "reims"; // // parisToolStripMenuItem // this.parisToolStripMenuItem.Name = "parisToolStripMenuItem"; this.parisToolStripMenuItem.Size = new System.Drawing.Size(123, 22); this.parisToolStripMenuItem.Text = "paris"; // // positionToolStripMenuItem // this.positionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.defaultToolStripMenuItem, this.wP1ToolStripMenuItem}); this.positionToolStripMenuItem.Name = "positionToolStripMenuItem"; this.positionToolStripMenuItem.Size = new System.Drawing.Size(62, 20); this.positionToolStripMenuItem.Text = "Position"; // // defaultToolStripMenuItem // this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem"; this.defaultToolStripMenuItem.Size = new System.Drawing.Size(112, 22); this.defaultToolStripMenuItem.Text = "Default"; // // wP1ToolStripMenuItem // this.wP1ToolStripMenuItem.Name = "wP1ToolStripMenuItem"; this.wP1ToolStripMenuItem.Size = new System.Drawing.Size(112, 22); this.wP1ToolStripMenuItem.Text = "WP1"; // // roleToolStripMenuItem // this.roleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.defaultToolStripMenuItem1, this.pCToolStripMenuItem}); this.roleToolStripMenuItem.Name = "roleToolStripMenuItem"; this.roleToolStripMenuItem.Size = new System.Drawing.Size(42, 20); this.roleToolStripMenuItem.Text = "Role"; // // defaultToolStripMenuItem1 // this.defaultToolStripMenuItem1.Name = "defaultToolStripMenuItem1"; this.defaultToolStripMenuItem1.Size = new System.Drawing.Size(112, 22); this.defaultToolStripMenuItem1.Text = "Default"; // // pCToolStripMenuItem // this.pCToolStripMenuItem.Name = "pCToolStripMenuItem"; this.pCToolStripMenuItem.Size = new System.Drawing.Size(112, 22); this.pCToolStripMenuItem.Text = "PC"; // // TheIvyDomain // this.TheIvyDomain.Domain = "10.192.35.255:3000"; this.TheIvyDomain.Location = new System.Drawing.Point(5, 36); this.TheIvyDomain.Name = "TheIvyDomain"; this.TheIvyDomain.Size = new System.Drawing.Size(159, 22); this.TheIvyDomain.TabIndex = 7; // // TheIvyBus // this.TheIvyBus.AppName = "AnotoSupervision"; this.TheIvyBus.Culture = new System.Globalization.CultureInfo("en-US"); // // groupBox1 // this.groupBox1.Controls.Add(this.progressBarY); this.groupBox1.Controls.Add(this.progressBarX); this.groupBox1.Controls.Add(this.progressBarForce); this.groupBox1.Controls.Add(this.labelX); this.groupBox1.Controls.Add(this.labelY); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.labelPage); this.groupBox1.Location = new System.Drawing.Point(12, 168); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(214, 135); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "Pen Information"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(0, 111); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 13); this.label3.TabIndex = 2; this.label3.Text = "Paper"; // // PropertyAnotoHotArea // this.PropertyAnotoHotArea.Location = new System.Drawing.Point(12, 324); this.PropertyAnotoHotArea.Name = "PropertyAnotoHotArea"; this.PropertyAnotoHotArea.Size = new System.Drawing.Size(198, 217); this.PropertyAnotoHotArea.TabIndex = 9; // // pictureBox2 // this.pictureBox2.Image = global::Anoto.Properties.Resources.pen_blue; this.pictureBox2.Location = new System.Drawing.Point(12, 75); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(59, 49); this.pictureBox2.TabIndex = 10; this.pictureBox2.TabStop = false; // // listBoxHotAreas // this.listBoxHotAreas.FormattingEnabled = true; this.listBoxHotAreas.Location = new System.Drawing.Point(12, 564); this.listBoxHotAreas.Name = "listBoxHotAreas"; this.listBoxHotAreas.Size = new System.Drawing.Size(198, 316); this.listBoxHotAreas.TabIndex = 11; this.listBoxHotAreas.SelectedIndexChanged += new System.EventHandler(this.listBoxHotAreas_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 548); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 13); this.label1.TabIndex = 12; this.label1.Text = "Hot areas:"; // // buttonPlay // this.buttonPlay.Location = new System.Drawing.Point(232, 27); this.buttonPlay.Name = "buttonPlay"; this.buttonPlay.Size = new System.Drawing.Size(49, 23); this.buttonPlay.TabIndex = 13; this.buttonPlay.Text = "Down"; this.buttonPlay.UseVisualStyleBackColor = true; this.buttonPlay.Click += new System.EventHandler(this.buttonPlay_Click); // // button1 // this.button1.Location = new System.Drawing.Point(232, 56); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(49, 23); this.button1.TabIndex = 13; this.button1.Text = "Up"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // checkBoxEnableSound // this.checkBoxEnableSound.AutoSize = true; this.checkBoxEnableSound.Checked = true; this.checkBoxEnableSound.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxEnableSound.Location = new System.Drawing.Point(12, 145); this.checkBoxEnableSound.Name = "checkBoxEnableSound"; this.checkBoxEnableSound.Size = new System.Drawing.Size(101, 17); this.checkBoxEnableSound.TabIndex = 14; this.checkBoxEnableSound.Text = "Enable Sounds "; this.checkBoxEnableSound.UseVisualStyleBackColor = true; // // listBoxEvents // this.listBoxEvents.FormattingEnabled = true; this.listBoxEvents.Location = new System.Drawing.Point(228, 769); this.listBoxEvents.Name = "listBoxEvents"; this.listBoxEvents.Size = new System.Drawing.Size(544, 108); this.listBoxEvents.TabIndex = 15; // // textBoxRecognition // this.textBoxRecognition.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxRecognition.Location = new System.Drawing.Point(794, 46); this.textBoxRecognition.Name = "textBoxRecognition"; this.textBoxRecognition.Size = new System.Drawing.Size(227, 44); this.textBoxRecognition.TabIndex = 16; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(791, 27); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 13); this.label4.TabIndex = 17; this.label4.Text = "recognizer:"; // // FormAnotoSupervision // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1033, 904); this.Controls.Add(this.label4); this.Controls.Add(this.textBoxRecognition); this.Controls.Add(this.listBoxEvents); this.Controls.Add(this.checkBoxEnableSound); this.Controls.Add(this.buttonPlay); this.Controls.Add(this.button1); this.Controls.Add(this.label1); this.Controls.Add(this.listBoxHotAreas); this.Controls.Add(this.listBoxAnotoPens); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.PropertyAnotoHotArea); this.Controls.Add(this.TheIvyDomain); this.Controls.Add(this.groupBox1); this.Controls.Add(this.menuStrip1); this.Controls.Add(this.labelStripInfo); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.label2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Name = "FormAnotoSupervision"; this.Text = "Anoto Supervision"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed); this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TheIvyBus)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem; private System.Windows.Forms.ListBox listBoxAnotoPens; private System.Windows.Forms.Label label2; private System.Windows.Forms.ProgressBar progressBarX; private System.Windows.Forms.ProgressBar progressBarY; private System.Windows.Forms.ProgressBar progressBarForce; private System.Windows.Forms.Label labelX; private System.Windows.Forms.Label labelY; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label labelPage; private System.Windows.Forms.Label labelStripInfo; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem aCCToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem defaultToolStripMenuItem2; private System.Windows.Forms.ToolStripMenuItem bordeauxToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem reimsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem parisToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem positionToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem defaultToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem wP1ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem roleToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem defaultToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem pCToolStripMenuItem; private IvyBus.IvyDomain TheIvyDomain; private IvyBus.IvyControl TheIvyBus; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.PropertyGrid PropertyAnotoHotArea; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.ListBox listBoxHotAreas; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonPlay; private System.Windows.Forms.Button button1; private System.Windows.Forms.CheckBox checkBoxEnableSound; private System.Windows.Forms.ListBox listBoxEvents; private System.Windows.Forms.TextBox textBoxRecognition; private System.Windows.Forms.Label label4; } }