namespace Anoto { partial class Form1 { /// /// 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(); 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.label1 = new System.Windows.Forms.Label(); 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); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TheIvyBus)).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, 790); 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(12, 93); this.listBoxAnotoPens.Name = "listBoxAnotoPens"; this.listBoxAnotoPens.Size = new System.Drawing.Size(152, 173); this.listBoxAnotoPens.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 77); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 13); this.label1.TabIndex = 2; this.label1.Text = "Pen list :"; // // 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(77, 279); 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(77, 330); 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(77, 370); this.progressBarForce.Name = "progressBarForce"; this.progressBarForce.Size = new System.Drawing.Size(100, 23); this.progressBarForce.TabIndex = 3; // // labelX // this.labelX.AutoSize = true; this.labelX.Location = new System.Drawing.Point(9, 279); this.labelX.Name = "labelX"; this.labelX.Size = new System.Drawing.Size(20, 13); this.labelX.TabIndex = 2; this.labelX.Text = "X :"; // // labelY // this.labelY.AutoSize = true; this.labelY.Location = new System.Drawing.Point(9, 330); this.labelY.Name = "labelY"; this.labelY.Size = new System.Drawing.Size(20, 13); this.labelY.TabIndex = 2; this.labelY.Text = "Y :"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(9, 370); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(40, 13); this.label5.TabIndex = 2; this.label5.Text = "Force :"; // // labelPage // this.labelPage.AutoSize = true; this.labelPage.Location = new System.Drawing.Point(19, 413); this.labelPage.Name = "labelPage"; this.labelPage.Size = new System.Drawing.Size(35, 13); this.labelPage.TabIndex = 4; this.labelPage.Text = "label3"; // // labelStripInfo // this.labelStripInfo.BackColor = System.Drawing.SystemColors.ButtonHighlight; 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(421, 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(784, 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 = "127.255.255.255:2010"; 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"); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 904); this.Controls.Add(this.TheIvyDomain); this.Controls.Add(this.menuStrip1); this.Controls.Add(this.labelPage); this.Controls.Add(this.labelStripInfo); this.Controls.Add(this.progressBarForce); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.progressBarY); this.Controls.Add(this.progressBarX); this.Controls.Add(this.label2); this.Controls.Add(this.label5); this.Controls.Add(this.label1); this.Controls.Add(this.labelY); this.Controls.Add(this.labelX); this.Controls.Add(this.listBoxAnotoPens); this.MainMenuStrip = this.menuStrip1; this.Name = "Form1"; 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.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 label1; 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; } }