StephaneLenclud@191: namespace SharpDisplayClient
StephaneLenclud@191: {
StephaneLenclud@191: partial class FormClientTest
StephaneLenclud@191: {
StephaneLenclud@191: ///
StephaneLenclud@191: /// Required designer variable.
StephaneLenclud@191: ///
StephaneLenclud@191: private System.ComponentModel.IContainer components = null;
StephaneLenclud@191:
StephaneLenclud@191: ///
StephaneLenclud@191: /// Clean up any resources being used.
StephaneLenclud@191: ///
StephaneLenclud@191: /// true if managed resources should be disposed; otherwise, false.
StephaneLenclud@191: protected override void Dispose(bool disposing)
StephaneLenclud@191: {
StephaneLenclud@191: if (disposing && (components != null))
StephaneLenclud@191: {
StephaneLenclud@191: components.Dispose();
StephaneLenclud@191: }
StephaneLenclud@191: base.Dispose(disposing);
StephaneLenclud@191: }
StephaneLenclud@191:
StephaneLenclud@191: #region Windows Form Designer generated code
StephaneLenclud@191:
StephaneLenclud@191: ///
StephaneLenclud@191: /// Required method for Designer support - do not modify
StephaneLenclud@191: /// the contents of this method with the code editor.
StephaneLenclud@191: ///
StephaneLenclud@191: private void InitializeComponent()
StephaneLenclud@191: {
StephaneLenclud@191: this.buttonSetText = new System.Windows.Forms.Button();
StephaneLenclud@191: this.textBoxTop = new System.Windows.Forms.TextBox();
StephaneLenclud@191: this.textBoxBottom = new System.Windows.Forms.TextBox();
StephaneLenclud@191: this.buttonAlignRight = new System.Windows.Forms.Button();
StephaneLenclud@191: this.buttonAlignCenter = new System.Windows.Forms.Button();
StephaneLenclud@191: this.buttonAlignLeft = new System.Windows.Forms.Button();
StephaneLenclud@191: this.buttonSetTopText = new System.Windows.Forms.Button();
StephaneLenclud@191: this.buttonLayoutUpdate = new System.Windows.Forms.Button();
StephaneLenclud@191: this.buttonSetBitmap = new System.Windows.Forms.Button();
StephaneLenclud@191: this.buttonBitmapLayout = new System.Windows.Forms.Button();
StephaneLenclud@191: this.buttonIndicatorsLayout = new System.Windows.Forms.Button();
StephaneLenclud@191: this.buttonUpdateTexts = new System.Windows.Forms.Button();
StephaneLenclud@191: this.buttonLayoutOneTextField = new System.Windows.Forms.Button();
StephaneLenclud@191: this.numericUpDownPriority = new System.Windows.Forms.NumericUpDown();
StephaneLenclud@191: this.labelPriority = new System.Windows.Forms.Label();
StephaneLenclud@261: this.buttonTriggerEvents = new System.Windows.Forms.Button();
StephaneLenclud@261: this.textBoxEventName = new System.Windows.Forms.TextBox();
StephaneLenclud@261: this.label1 = new System.Windows.Forms.Label();
StephaneLenclud@191: ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPriority)).BeginInit();
StephaneLenclud@191: this.SuspendLayout();
StephaneLenclud@191: //
StephaneLenclud@191: // buttonSetText
StephaneLenclud@191: //
StephaneLenclud@261: this.buttonSetText.Location = new System.Drawing.Point(12, 109);
StephaneLenclud@191: this.buttonSetText.Name = "buttonSetText";
StephaneLenclud@191: this.buttonSetText.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191: this.buttonSetText.TabIndex = 0;
StephaneLenclud@191: this.buttonSetText.Text = "Set Text";
StephaneLenclud@191: this.buttonSetText.UseVisualStyleBackColor = true;
StephaneLenclud@191: this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click);
StephaneLenclud@191: //
StephaneLenclud@191: // textBoxTop
StephaneLenclud@191: //
StephaneLenclud@191: this.textBoxTop.Location = new System.Drawing.Point(12, 31);
StephaneLenclud@191: this.textBoxTop.Name = "textBoxTop";
StephaneLenclud@191: this.textBoxTop.Size = new System.Drawing.Size(419, 20);
StephaneLenclud@191: this.textBoxTop.TabIndex = 1;
StephaneLenclud@191: //
StephaneLenclud@191: // textBoxBottom
StephaneLenclud@191: //
StephaneLenclud@191: this.textBoxBottom.Location = new System.Drawing.Point(12, 57);
StephaneLenclud@191: this.textBoxBottom.Name = "textBoxBottom";
StephaneLenclud@191: this.textBoxBottom.Size = new System.Drawing.Size(419, 20);
StephaneLenclud@191: this.textBoxBottom.TabIndex = 2;
StephaneLenclud@191: //
StephaneLenclud@191: // buttonAlignRight
StephaneLenclud@191: //
StephaneLenclud@261: this.buttonAlignRight.Location = new System.Drawing.Point(175, 137);
StephaneLenclud@191: this.buttonAlignRight.Name = "buttonAlignRight";
StephaneLenclud@191: this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191: this.buttonAlignRight.TabIndex = 23;
StephaneLenclud@191: this.buttonAlignRight.Text = "Align Right";
StephaneLenclud@191: this.buttonAlignRight.UseVisualStyleBackColor = true;
StephaneLenclud@191: this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
StephaneLenclud@191: //
StephaneLenclud@191: // buttonAlignCenter
StephaneLenclud@191: //
StephaneLenclud@261: this.buttonAlignCenter.Location = new System.Drawing.Point(93, 138);
StephaneLenclud@191: this.buttonAlignCenter.Name = "buttonAlignCenter";
StephaneLenclud@191: this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191: this.buttonAlignCenter.TabIndex = 22;
StephaneLenclud@191: this.buttonAlignCenter.Text = "Align Center";
StephaneLenclud@191: this.buttonAlignCenter.UseVisualStyleBackColor = true;
StephaneLenclud@191: this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
StephaneLenclud@191: //
StephaneLenclud@191: // buttonAlignLeft
StephaneLenclud@191: //
StephaneLenclud@261: this.buttonAlignLeft.Location = new System.Drawing.Point(11, 138);
StephaneLenclud@191: this.buttonAlignLeft.Name = "buttonAlignLeft";
StephaneLenclud@191: this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191: this.buttonAlignLeft.TabIndex = 21;
StephaneLenclud@191: this.buttonAlignLeft.Text = "Align Left";
StephaneLenclud@191: this.buttonAlignLeft.UseVisualStyleBackColor = true;
StephaneLenclud@191: this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
StephaneLenclud@191: //
StephaneLenclud@191: // buttonSetTopText
StephaneLenclud@191: //
StephaneLenclud@261: this.buttonSetTopText.Location = new System.Drawing.Point(93, 109);
StephaneLenclud@191: this.buttonSetTopText.Name = "buttonSetTopText";
StephaneLenclud@191: this.buttonSetTopText.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191: this.buttonSetTopText.TabIndex = 24;
StephaneLenclud@191: this.buttonSetTopText.Text = "Set Top Text";
StephaneLenclud@191: this.buttonSetTopText.UseVisualStyleBackColor = true;
StephaneLenclud@191: this.buttonSetTopText.Click += new System.EventHandler(this.buttonSetTopText_Click);
StephaneLenclud@191: //
StephaneLenclud@191: // buttonLayoutUpdate
StephaneLenclud@191: //
StephaneLenclud@261: this.buttonLayoutUpdate.Location = new System.Drawing.Point(175, 108);
StephaneLenclud@191: this.buttonLayoutUpdate.Name = "buttonLayoutUpdate";
StephaneLenclud@191: this.buttonLayoutUpdate.Size = new System.Drawing.Size(156, 23);
StephaneLenclud@191: this.buttonLayoutUpdate.TabIndex = 25;
StephaneLenclud@191: this.buttonLayoutUpdate.Text = "Layout 2x2 and Recording";
StephaneLenclud@191: this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
StephaneLenclud@191: this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
StephaneLenclud@191: //
StephaneLenclud@191: // buttonSetBitmap
StephaneLenclud@191: //
StephaneLenclud@261: this.buttonSetBitmap.Location = new System.Drawing.Point(11, 167);
StephaneLenclud@191: this.buttonSetBitmap.Name = "buttonSetBitmap";
StephaneLenclud@191: this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191: this.buttonSetBitmap.TabIndex = 26;
StephaneLenclud@191: this.buttonSetBitmap.Text = "Set Bitmap";
StephaneLenclud@191: this.buttonSetBitmap.UseVisualStyleBackColor = true;
StephaneLenclud@191: this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
StephaneLenclud@191: //
StephaneLenclud@191: // buttonBitmapLayout
StephaneLenclud@191: //
StephaneLenclud@261: this.buttonBitmapLayout.Location = new System.Drawing.Point(175, 166);
StephaneLenclud@191: this.buttonBitmapLayout.Name = "buttonBitmapLayout";
StephaneLenclud@191: this.buttonBitmapLayout.Size = new System.Drawing.Size(75, 35);
StephaneLenclud@191: this.buttonBitmapLayout.TabIndex = 27;
StephaneLenclud@191: this.buttonBitmapLayout.Text = "Bitmap Layout";
StephaneLenclud@191: this.buttonBitmapLayout.UseVisualStyleBackColor = true;
StephaneLenclud@191: this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click);
StephaneLenclud@191: //
StephaneLenclud@191: // buttonIndicatorsLayout
StephaneLenclud@191: //
StephaneLenclud@261: this.buttonIndicatorsLayout.Location = new System.Drawing.Point(93, 166);
StephaneLenclud@191: this.buttonIndicatorsLayout.Name = "buttonIndicatorsLayout";
StephaneLenclud@191: this.buttonIndicatorsLayout.Size = new System.Drawing.Size(75, 35);
StephaneLenclud@191: this.buttonIndicatorsLayout.TabIndex = 28;
StephaneLenclud@191: this.buttonIndicatorsLayout.Text = "Indicators Layout ";
StephaneLenclud@191: this.buttonIndicatorsLayout.UseVisualStyleBackColor = true;
StephaneLenclud@191: this.buttonIndicatorsLayout.Click += new System.EventHandler(this.buttonIndicatorsLayout_Click);
StephaneLenclud@191: //
StephaneLenclud@191: // buttonUpdateTexts
StephaneLenclud@191: //
StephaneLenclud@261: this.buttonUpdateTexts.Location = new System.Drawing.Point(256, 166);
StephaneLenclud@191: this.buttonUpdateTexts.Name = "buttonUpdateTexts";
StephaneLenclud@191: this.buttonUpdateTexts.Size = new System.Drawing.Size(75, 35);
StephaneLenclud@191: this.buttonUpdateTexts.TabIndex = 29;
StephaneLenclud@191: this.buttonUpdateTexts.Text = "Update Texts";
StephaneLenclud@191: this.buttonUpdateTexts.UseVisualStyleBackColor = true;
StephaneLenclud@191: this.buttonUpdateTexts.Click += new System.EventHandler(this.buttonUpdateTexts_Click);
StephaneLenclud@191: //
StephaneLenclud@191: // buttonLayoutOneTextField
StephaneLenclud@191: //
StephaneLenclud@261: this.buttonLayoutOneTextField.Location = new System.Drawing.Point(256, 137);
StephaneLenclud@191: this.buttonLayoutOneTextField.Name = "buttonLayoutOneTextField";
StephaneLenclud@191: this.buttonLayoutOneTextField.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191: this.buttonLayoutOneTextField.TabIndex = 30;
StephaneLenclud@191: this.buttonLayoutOneTextField.Text = "Layout 1x1";
StephaneLenclud@191: this.buttonLayoutOneTextField.UseVisualStyleBackColor = true;
StephaneLenclud@191: this.buttonLayoutOneTextField.Click += new System.EventHandler(this.buttonLayoutOneTextField_Click);
StephaneLenclud@191: //
StephaneLenclud@191: // numericUpDownPriority
StephaneLenclud@191: //
StephaneLenclud@191: this.numericUpDownPriority.Increment = new decimal(new int[] {
StephaneLenclud@191: 10,
StephaneLenclud@191: 0,
StephaneLenclud@191: 0,
StephaneLenclud@191: 0});
StephaneLenclud@191: this.numericUpDownPriority.Location = new System.Drawing.Point(57, 83);
StephaneLenclud@191: this.numericUpDownPriority.Maximum = new decimal(new int[] {
StephaneLenclud@191: 1000,
StephaneLenclud@191: 0,
StephaneLenclud@191: 0,
StephaneLenclud@191: 0});
StephaneLenclud@191: this.numericUpDownPriority.Name = "numericUpDownPriority";
StephaneLenclud@191: this.numericUpDownPriority.Size = new System.Drawing.Size(60, 20);
StephaneLenclud@191: this.numericUpDownPriority.TabIndex = 31;
StephaneLenclud@191: this.numericUpDownPriority.Value = new decimal(new int[] {
StephaneLenclud@191: 500,
StephaneLenclud@191: 0,
StephaneLenclud@191: 0,
StephaneLenclud@191: 0});
StephaneLenclud@191: this.numericUpDownPriority.ValueChanged += new System.EventHandler(this.numericUpDownPriority_ValueChanged);
StephaneLenclud@191: //
StephaneLenclud@191: // labelPriority
StephaneLenclud@191: //
StephaneLenclud@191: this.labelPriority.AutoSize = true;
StephaneLenclud@191: this.labelPriority.Location = new System.Drawing.Point(12, 85);
StephaneLenclud@191: this.labelPriority.Name = "labelPriority";
StephaneLenclud@191: this.labelPriority.Size = new System.Drawing.Size(41, 13);
StephaneLenclud@191: this.labelPriority.TabIndex = 32;
StephaneLenclud@191: this.labelPriority.Text = "Priority:";
StephaneLenclud@191: //
StephaneLenclud@261: // buttonTriggerEvents
StephaneLenclud@261: //
StephaneLenclud@261: this.buttonTriggerEvents.Location = new System.Drawing.Point(11, 257);
StephaneLenclud@261: this.buttonTriggerEvents.Name = "buttonTriggerEvents";
StephaneLenclud@261: this.buttonTriggerEvents.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@261: this.buttonTriggerEvents.TabIndex = 33;
StephaneLenclud@261: this.buttonTriggerEvents.Text = "Trigger Events";
StephaneLenclud@261: this.buttonTriggerEvents.UseVisualStyleBackColor = true;
StephaneLenclud@261: this.buttonTriggerEvents.Click += new System.EventHandler(this.buttonTriggerEvents_Click);
StephaneLenclud@261: //
StephaneLenclud@261: // textBoxEventName
StephaneLenclud@261: //
StephaneLenclud@261: this.textBoxEventName.Location = new System.Drawing.Point(11, 231);
StephaneLenclud@261: this.textBoxEventName.Name = "textBoxEventName";
StephaneLenclud@261: this.textBoxEventName.Size = new System.Drawing.Size(202, 20);
StephaneLenclud@261: this.textBoxEventName.TabIndex = 34;
StephaneLenclud@261: //
StephaneLenclud@261: // label1
StephaneLenclud@261: //
StephaneLenclud@261: this.label1.AutoSize = true;
StephaneLenclud@261: this.label1.Location = new System.Drawing.Point(11, 212);
StephaneLenclud@261: this.label1.Name = "label1";
StephaneLenclud@261: this.label1.Size = new System.Drawing.Size(67, 13);
StephaneLenclud@261: this.label1.TabIndex = 35;
StephaneLenclud@261: this.label1.Text = "Event name:";
StephaneLenclud@261: //
StephaneLenclud@261: // FormClientTest
StephaneLenclud@191: //
StephaneLenclud@191: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@191: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@261: this.ClientSize = new System.Drawing.Size(499, 292);
StephaneLenclud@261: this.Controls.Add(this.label1);
StephaneLenclud@261: this.Controls.Add(this.textBoxEventName);
StephaneLenclud@261: this.Controls.Add(this.buttonTriggerEvents);
StephaneLenclud@191: this.Controls.Add(this.labelPriority);
StephaneLenclud@191: this.Controls.Add(this.numericUpDownPriority);
StephaneLenclud@191: this.Controls.Add(this.buttonLayoutOneTextField);
StephaneLenclud@191: this.Controls.Add(this.buttonUpdateTexts);
StephaneLenclud@191: this.Controls.Add(this.buttonIndicatorsLayout);
StephaneLenclud@191: this.Controls.Add(this.buttonBitmapLayout);
StephaneLenclud@191: this.Controls.Add(this.buttonSetBitmap);
StephaneLenclud@191: this.Controls.Add(this.buttonLayoutUpdate);
StephaneLenclud@191: this.Controls.Add(this.buttonSetTopText);
StephaneLenclud@191: this.Controls.Add(this.buttonAlignRight);
StephaneLenclud@191: this.Controls.Add(this.buttonAlignCenter);
StephaneLenclud@191: this.Controls.Add(this.buttonAlignLeft);
StephaneLenclud@191: this.Controls.Add(this.textBoxBottom);
StephaneLenclud@191: this.Controls.Add(this.textBoxTop);
StephaneLenclud@191: this.Controls.Add(this.buttonSetText);
StephaneLenclud@261: this.Name = "FormClientTest";
StephaneLenclud@191: this.Text = "Client";
StephaneLenclud@191: this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
StephaneLenclud@191: this.Load += new System.EventHandler(this.MainForm_Load);
StephaneLenclud@191: ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPriority)).EndInit();
StephaneLenclud@191: this.ResumeLayout(false);
StephaneLenclud@191: this.PerformLayout();
StephaneLenclud@191:
StephaneLenclud@191: }
StephaneLenclud@191:
StephaneLenclud@191: #endregion
StephaneLenclud@191:
StephaneLenclud@191: private System.Windows.Forms.Button buttonSetText;
StephaneLenclud@191: private System.Windows.Forms.TextBox textBoxTop;
StephaneLenclud@191: private System.Windows.Forms.TextBox textBoxBottom;
StephaneLenclud@191: private System.Windows.Forms.Button buttonAlignRight;
StephaneLenclud@191: private System.Windows.Forms.Button buttonAlignCenter;
StephaneLenclud@191: private System.Windows.Forms.Button buttonAlignLeft;
StephaneLenclud@191: private System.Windows.Forms.Button buttonSetTopText;
StephaneLenclud@191: private System.Windows.Forms.Button buttonLayoutUpdate;
StephaneLenclud@191: private System.Windows.Forms.Button buttonSetBitmap;
StephaneLenclud@191: private System.Windows.Forms.Button buttonBitmapLayout;
StephaneLenclud@191: private System.Windows.Forms.Button buttonIndicatorsLayout;
StephaneLenclud@191: private System.Windows.Forms.Button buttonUpdateTexts;
StephaneLenclud@191: private System.Windows.Forms.Button buttonLayoutOneTextField;
StephaneLenclud@191: private System.Windows.Forms.NumericUpDown numericUpDownPriority;
StephaneLenclud@191: private System.Windows.Forms.Label labelPriority;
StephaneLenclud@261: private System.Windows.Forms.Button buttonTriggerEvents;
StephaneLenclud@261: private System.Windows.Forms.TextBox textBoxEventName;
StephaneLenclud@261: private System.Windows.Forms.Label label1;
StephaneLenclud@191: }
StephaneLenclud@191: }
StephaneLenclud@191: