sl@18: namespace SharpDisplayClient
sl@18: {
sl@18: partial class MainForm
sl@18: {
sl@18: ///
sl@18: /// Required designer variable.
sl@18: ///
sl@18: private System.ComponentModel.IContainer components = null;
sl@18:
sl@18: ///
sl@18: /// Clean up any resources being used.
sl@18: ///
sl@18: /// true if managed resources should be disposed; otherwise, false.
sl@18: protected override void Dispose(bool disposing)
sl@18: {
sl@18: if (disposing && (components != null))
sl@18: {
sl@18: components.Dispose();
sl@18: }
sl@18: base.Dispose(disposing);
sl@18: }
sl@18:
sl@18: #region Windows Form Designer generated code
sl@18:
sl@18: ///
sl@18: /// Required method for Designer support - do not modify
sl@18: /// the contents of this method with the code editor.
sl@18: ///
sl@18: private void InitializeComponent()
sl@18: {
sl@18: this.buttonSetText = new System.Windows.Forms.Button();
sl@33: this.textBoxTop = new System.Windows.Forms.TextBox();
sl@33: this.textBoxBottom = new System.Windows.Forms.TextBox();
sl@43: this.buttonAlignRight = new System.Windows.Forms.Button();
sl@43: this.buttonAlignCenter = new System.Windows.Forms.Button();
sl@43: this.buttonAlignLeft = new System.Windows.Forms.Button();
sl@43: this.buttonSetTopText = new System.Windows.Forms.Button();
sl@62: this.buttonLayoutUpdate = new System.Windows.Forms.Button();
sl@68: this.buttonSetBitmap = new System.Windows.Forms.Button();
sl@70: this.buttonLayoutUpdatWithSpan = new System.Windows.Forms.Button();
sl@18: this.SuspendLayout();
sl@18: //
sl@18: // buttonSetText
sl@18: //
sl@43: this.buttonSetText.Location = new System.Drawing.Point(13, 132);
sl@18: this.buttonSetText.Name = "buttonSetText";
sl@18: this.buttonSetText.Size = new System.Drawing.Size(75, 23);
sl@18: this.buttonSetText.TabIndex = 0;
sl@18: this.buttonSetText.Text = "Set Text";
sl@18: this.buttonSetText.UseVisualStyleBackColor = true;
sl@18: this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click);
sl@18: //
sl@33: // textBoxTop
sl@33: //
sl@33: this.textBoxTop.Location = new System.Drawing.Point(12, 31);
sl@33: this.textBoxTop.Name = "textBoxTop";
sl@33: this.textBoxTop.Size = new System.Drawing.Size(419, 20);
sl@33: this.textBoxTop.TabIndex = 1;
sl@33: //
sl@33: // textBoxBottom
sl@33: //
sl@33: this.textBoxBottom.Location = new System.Drawing.Point(12, 57);
sl@33: this.textBoxBottom.Name = "textBoxBottom";
sl@33: this.textBoxBottom.Size = new System.Drawing.Size(419, 20);
sl@33: this.textBoxBottom.TabIndex = 2;
sl@33: //
sl@43: // buttonAlignRight
sl@43: //
sl@43: this.buttonAlignRight.Location = new System.Drawing.Point(176, 160);
sl@43: this.buttonAlignRight.Name = "buttonAlignRight";
sl@43: this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
sl@43: this.buttonAlignRight.TabIndex = 23;
sl@43: this.buttonAlignRight.Text = "Align Right";
sl@43: this.buttonAlignRight.UseVisualStyleBackColor = true;
sl@43: this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
sl@43: //
sl@43: // buttonAlignCenter
sl@43: //
sl@43: this.buttonAlignCenter.Location = new System.Drawing.Point(94, 161);
sl@43: this.buttonAlignCenter.Name = "buttonAlignCenter";
sl@43: this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
sl@43: this.buttonAlignCenter.TabIndex = 22;
sl@43: this.buttonAlignCenter.Text = "Align Center";
sl@43: this.buttonAlignCenter.UseVisualStyleBackColor = true;
sl@43: this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
sl@43: //
sl@43: // buttonAlignLeft
sl@43: //
sl@43: this.buttonAlignLeft.Location = new System.Drawing.Point(12, 161);
sl@43: this.buttonAlignLeft.Name = "buttonAlignLeft";
sl@43: this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
sl@43: this.buttonAlignLeft.TabIndex = 21;
sl@43: this.buttonAlignLeft.Text = "Align Left";
sl@43: this.buttonAlignLeft.UseVisualStyleBackColor = true;
sl@43: this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
sl@43: //
sl@43: // buttonSetTopText
sl@43: //
sl@43: this.buttonSetTopText.Location = new System.Drawing.Point(94, 132);
sl@43: this.buttonSetTopText.Name = "buttonSetTopText";
sl@43: this.buttonSetTopText.Size = new System.Drawing.Size(75, 23);
sl@43: this.buttonSetTopText.TabIndex = 24;
sl@43: this.buttonSetTopText.Text = "Set Top Text";
sl@43: this.buttonSetTopText.UseVisualStyleBackColor = true;
sl@43: this.buttonSetTopText.Click += new System.EventHandler(this.buttonSetTopText_Click);
sl@43: //
sl@62: // buttonLayoutUpdate
sl@62: //
sl@62: this.buttonLayoutUpdate.Location = new System.Drawing.Point(176, 131);
sl@62: this.buttonLayoutUpdate.Name = "buttonLayoutUpdate";
sl@62: this.buttonLayoutUpdate.Size = new System.Drawing.Size(75, 23);
sl@62: this.buttonLayoutUpdate.TabIndex = 25;
sl@62: this.buttonLayoutUpdate.Text = "Layout 2x2";
sl@62: this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
sl@62: this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
sl@62: //
sl@68: // buttonSetBitmap
sl@67: //
sl@68: this.buttonSetBitmap.Location = new System.Drawing.Point(12, 190);
sl@68: this.buttonSetBitmap.Name = "buttonSetBitmap";
sl@68: this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23);
sl@68: this.buttonSetBitmap.TabIndex = 26;
sl@68: this.buttonSetBitmap.Text = "Set Bitmap";
sl@68: this.buttonSetBitmap.UseVisualStyleBackColor = true;
sl@68: this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
sl@67: //
sl@70: // buttonLayoutUpdatWithSpan
sl@70: //
sl@70: this.buttonLayoutUpdatWithSpan.Location = new System.Drawing.Point(176, 189);
sl@70: this.buttonLayoutUpdatWithSpan.Name = "buttonLayoutUpdatWithSpan";
sl@70: this.buttonLayoutUpdatWithSpan.Size = new System.Drawing.Size(75, 23);
sl@70: this.buttonLayoutUpdatWithSpan.TabIndex = 27;
sl@70: this.buttonLayoutUpdatWithSpan.Text = "Layout span";
sl@70: this.buttonLayoutUpdatWithSpan.UseVisualStyleBackColor = true;
sl@70: this.buttonLayoutUpdatWithSpan.Click += new System.EventHandler(this.buttonLayoutUpdatWithSpan_Click);
sl@70: //
sl@18: // MainForm
sl@18: //
sl@18: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
sl@18: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
sl@18: this.ClientSize = new System.Drawing.Size(443, 252);
sl@70: this.Controls.Add(this.buttonLayoutUpdatWithSpan);
sl@68: this.Controls.Add(this.buttonSetBitmap);
sl@62: this.Controls.Add(this.buttonLayoutUpdate);
sl@43: this.Controls.Add(this.buttonSetTopText);
sl@43: this.Controls.Add(this.buttonAlignRight);
sl@43: this.Controls.Add(this.buttonAlignCenter);
sl@43: this.Controls.Add(this.buttonAlignLeft);
sl@33: this.Controls.Add(this.textBoxBottom);
sl@33: this.Controls.Add(this.textBoxTop);
sl@18: this.Controls.Add(this.buttonSetText);
sl@18: this.Name = "MainForm";
sl@29: this.Text = "Client";
sl@26: this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
sl@18: this.Load += new System.EventHandler(this.MainForm_Load);
sl@18: this.ResumeLayout(false);
sl@33: this.PerformLayout();
sl@18:
sl@18: }
sl@18:
sl@18: #endregion
sl@18:
sl@18: private System.Windows.Forms.Button buttonSetText;
sl@33: private System.Windows.Forms.TextBox textBoxTop;
sl@33: private System.Windows.Forms.TextBox textBoxBottom;
sl@43: private System.Windows.Forms.Button buttonAlignRight;
sl@43: private System.Windows.Forms.Button buttonAlignCenter;
sl@43: private System.Windows.Forms.Button buttonAlignLeft;
sl@43: private System.Windows.Forms.Button buttonSetTopText;
sl@62: private System.Windows.Forms.Button buttonLayoutUpdate;
sl@68: private System.Windows.Forms.Button buttonSetBitmap;
sl@70: private System.Windows.Forms.Button buttonLayoutUpdatWithSpan;
sl@18: }
sl@18: }
sl@18: