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: { StephaneLenclud@108: this.buttonSetText = new System.Windows.Forms.Button(); StephaneLenclud@108: this.textBoxTop = new System.Windows.Forms.TextBox(); StephaneLenclud@108: this.textBoxBottom = new System.Windows.Forms.TextBox(); StephaneLenclud@108: this.buttonAlignRight = new System.Windows.Forms.Button(); StephaneLenclud@108: this.buttonAlignCenter = new System.Windows.Forms.Button(); StephaneLenclud@108: this.buttonAlignLeft = new System.Windows.Forms.Button(); StephaneLenclud@108: this.buttonSetTopText = new System.Windows.Forms.Button(); StephaneLenclud@108: this.buttonLayoutUpdate = new System.Windows.Forms.Button(); StephaneLenclud@108: this.buttonSetBitmap = new System.Windows.Forms.Button(); StephaneLenclud@108: this.buttonBitmapLayout = new System.Windows.Forms.Button(); StephaneLenclud@108: this.buttonIndicatorsLayout = new System.Windows.Forms.Button(); StephaneLenclud@108: this.buttonUpdateTexts = new System.Windows.Forms.Button(); StephaneLenclud@108: this.buttonLayoutOneTextField = new System.Windows.Forms.Button(); StephaneLenclud@108: this.SuspendLayout(); StephaneLenclud@108: // StephaneLenclud@108: // buttonSetText StephaneLenclud@108: // StephaneLenclud@108: this.buttonSetText.Location = new System.Drawing.Point(13, 132); StephaneLenclud@108: this.buttonSetText.Name = "buttonSetText"; StephaneLenclud@108: this.buttonSetText.Size = new System.Drawing.Size(75, 23); StephaneLenclud@108: this.buttonSetText.TabIndex = 0; StephaneLenclud@108: this.buttonSetText.Text = "Set Text"; StephaneLenclud@108: this.buttonSetText.UseVisualStyleBackColor = true; StephaneLenclud@108: this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click); StephaneLenclud@108: // StephaneLenclud@108: // textBoxTop StephaneLenclud@108: // StephaneLenclud@108: this.textBoxTop.Location = new System.Drawing.Point(12, 31); StephaneLenclud@108: this.textBoxTop.Name = "textBoxTop"; StephaneLenclud@108: this.textBoxTop.Size = new System.Drawing.Size(419, 20); StephaneLenclud@108: this.textBoxTop.TabIndex = 1; StephaneLenclud@108: // StephaneLenclud@108: // textBoxBottom StephaneLenclud@108: // StephaneLenclud@108: this.textBoxBottom.Location = new System.Drawing.Point(12, 57); StephaneLenclud@108: this.textBoxBottom.Name = "textBoxBottom"; StephaneLenclud@108: this.textBoxBottom.Size = new System.Drawing.Size(419, 20); StephaneLenclud@108: this.textBoxBottom.TabIndex = 2; StephaneLenclud@108: // StephaneLenclud@108: // buttonAlignRight StephaneLenclud@108: // StephaneLenclud@108: this.buttonAlignRight.Location = new System.Drawing.Point(176, 160); StephaneLenclud@108: this.buttonAlignRight.Name = "buttonAlignRight"; StephaneLenclud@108: this.buttonAlignRight.Size = new System.Drawing.Size(75, 23); StephaneLenclud@108: this.buttonAlignRight.TabIndex = 23; StephaneLenclud@108: this.buttonAlignRight.Text = "Align Right"; StephaneLenclud@108: this.buttonAlignRight.UseVisualStyleBackColor = true; StephaneLenclud@108: this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click); StephaneLenclud@108: // StephaneLenclud@108: // buttonAlignCenter StephaneLenclud@108: // StephaneLenclud@108: this.buttonAlignCenter.Location = new System.Drawing.Point(94, 161); StephaneLenclud@108: this.buttonAlignCenter.Name = "buttonAlignCenter"; StephaneLenclud@108: this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23); StephaneLenclud@108: this.buttonAlignCenter.TabIndex = 22; StephaneLenclud@108: this.buttonAlignCenter.Text = "Align Center"; StephaneLenclud@108: this.buttonAlignCenter.UseVisualStyleBackColor = true; StephaneLenclud@108: this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click); StephaneLenclud@108: // StephaneLenclud@108: // buttonAlignLeft StephaneLenclud@108: // StephaneLenclud@108: this.buttonAlignLeft.Location = new System.Drawing.Point(12, 161); StephaneLenclud@108: this.buttonAlignLeft.Name = "buttonAlignLeft"; StephaneLenclud@108: this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23); StephaneLenclud@108: this.buttonAlignLeft.TabIndex = 21; StephaneLenclud@108: this.buttonAlignLeft.Text = "Align Left"; StephaneLenclud@108: this.buttonAlignLeft.UseVisualStyleBackColor = true; StephaneLenclud@108: this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click); StephaneLenclud@108: // StephaneLenclud@108: // buttonSetTopText StephaneLenclud@108: // StephaneLenclud@108: this.buttonSetTopText.Location = new System.Drawing.Point(94, 132); StephaneLenclud@108: this.buttonSetTopText.Name = "buttonSetTopText"; StephaneLenclud@108: this.buttonSetTopText.Size = new System.Drawing.Size(75, 23); StephaneLenclud@108: this.buttonSetTopText.TabIndex = 24; StephaneLenclud@108: this.buttonSetTopText.Text = "Set Top Text"; StephaneLenclud@108: this.buttonSetTopText.UseVisualStyleBackColor = true; StephaneLenclud@108: this.buttonSetTopText.Click += new System.EventHandler(this.buttonSetTopText_Click); StephaneLenclud@108: // StephaneLenclud@108: // buttonLayoutUpdate StephaneLenclud@108: // StephaneLenclud@108: this.buttonLayoutUpdate.Location = new System.Drawing.Point(176, 131); StephaneLenclud@108: this.buttonLayoutUpdate.Name = "buttonLayoutUpdate"; StephaneLenclud@108: this.buttonLayoutUpdate.Size = new System.Drawing.Size(75, 23); StephaneLenclud@108: this.buttonLayoutUpdate.TabIndex = 25; StephaneLenclud@108: this.buttonLayoutUpdate.Text = "Layout 2x2"; StephaneLenclud@108: this.buttonLayoutUpdate.UseVisualStyleBackColor = true; StephaneLenclud@108: this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click); StephaneLenclud@108: // StephaneLenclud@108: // buttonSetBitmap StephaneLenclud@108: // StephaneLenclud@108: this.buttonSetBitmap.Location = new System.Drawing.Point(12, 190); StephaneLenclud@108: this.buttonSetBitmap.Name = "buttonSetBitmap"; StephaneLenclud@108: this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23); StephaneLenclud@108: this.buttonSetBitmap.TabIndex = 26; StephaneLenclud@108: this.buttonSetBitmap.Text = "Set Bitmap"; StephaneLenclud@108: this.buttonSetBitmap.UseVisualStyleBackColor = true; StephaneLenclud@108: this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click); StephaneLenclud@108: // StephaneLenclud@108: // buttonBitmapLayout StephaneLenclud@108: // StephaneLenclud@108: this.buttonBitmapLayout.Location = new System.Drawing.Point(176, 189); StephaneLenclud@108: this.buttonBitmapLayout.Name = "buttonBitmapLayout"; StephaneLenclud@108: this.buttonBitmapLayout.Size = new System.Drawing.Size(75, 35); StephaneLenclud@108: this.buttonBitmapLayout.TabIndex = 27; StephaneLenclud@108: this.buttonBitmapLayout.Text = "Bitmap Layout"; StephaneLenclud@108: this.buttonBitmapLayout.UseVisualStyleBackColor = true; StephaneLenclud@108: this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click); StephaneLenclud@108: // StephaneLenclud@108: // buttonIndicatorsLayout StephaneLenclud@108: // StephaneLenclud@108: this.buttonIndicatorsLayout.Location = new System.Drawing.Point(94, 189); StephaneLenclud@108: this.buttonIndicatorsLayout.Name = "buttonIndicatorsLayout"; StephaneLenclud@108: this.buttonIndicatorsLayout.Size = new System.Drawing.Size(75, 35); StephaneLenclud@108: this.buttonIndicatorsLayout.TabIndex = 28; StephaneLenclud@108: this.buttonIndicatorsLayout.Text = "Indicators Layout "; StephaneLenclud@108: this.buttonIndicatorsLayout.UseVisualStyleBackColor = true; StephaneLenclud@108: this.buttonIndicatorsLayout.Click += new System.EventHandler(this.buttonIndicatorsLayout_Click); StephaneLenclud@108: // StephaneLenclud@108: // buttonUpdateTexts StephaneLenclud@108: // StephaneLenclud@108: this.buttonUpdateTexts.Location = new System.Drawing.Point(257, 189); StephaneLenclud@108: this.buttonUpdateTexts.Name = "buttonUpdateTexts"; StephaneLenclud@108: this.buttonUpdateTexts.Size = new System.Drawing.Size(75, 35); StephaneLenclud@108: this.buttonUpdateTexts.TabIndex = 29; StephaneLenclud@108: this.buttonUpdateTexts.Text = "Update Texts"; StephaneLenclud@108: this.buttonUpdateTexts.UseVisualStyleBackColor = true; StephaneLenclud@108: this.buttonUpdateTexts.Click += new System.EventHandler(this.buttonUpdateTexts_Click); StephaneLenclud@108: // StephaneLenclud@108: // buttonLayoutOneTextField StephaneLenclud@108: // StephaneLenclud@108: this.buttonLayoutOneTextField.Location = new System.Drawing.Point(257, 131); StephaneLenclud@108: this.buttonLayoutOneTextField.Name = "buttonLayoutOneTextField"; StephaneLenclud@108: this.buttonLayoutOneTextField.Size = new System.Drawing.Size(75, 23); StephaneLenclud@108: this.buttonLayoutOneTextField.TabIndex = 30; StephaneLenclud@108: this.buttonLayoutOneTextField.Text = "Layout 1x1"; StephaneLenclud@108: this.buttonLayoutOneTextField.UseVisualStyleBackColor = true; StephaneLenclud@108: this.buttonLayoutOneTextField.Click += new System.EventHandler(this.buttonLayoutOneTextField_Click); StephaneLenclud@108: // StephaneLenclud@108: // MainForm StephaneLenclud@108: // StephaneLenclud@108: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); StephaneLenclud@108: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; StephaneLenclud@108: this.ClientSize = new System.Drawing.Size(443, 252); StephaneLenclud@108: this.Controls.Add(this.buttonLayoutOneTextField); StephaneLenclud@108: this.Controls.Add(this.buttonUpdateTexts); StephaneLenclud@108: this.Controls.Add(this.buttonIndicatorsLayout); StephaneLenclud@108: this.Controls.Add(this.buttonBitmapLayout); StephaneLenclud@108: this.Controls.Add(this.buttonSetBitmap); StephaneLenclud@108: this.Controls.Add(this.buttonLayoutUpdate); StephaneLenclud@108: this.Controls.Add(this.buttonSetTopText); StephaneLenclud@108: this.Controls.Add(this.buttonAlignRight); StephaneLenclud@108: this.Controls.Add(this.buttonAlignCenter); StephaneLenclud@108: this.Controls.Add(this.buttonAlignLeft); StephaneLenclud@108: this.Controls.Add(this.textBoxBottom); StephaneLenclud@108: this.Controls.Add(this.textBoxTop); StephaneLenclud@108: this.Controls.Add(this.buttonSetText); StephaneLenclud@108: this.Name = "MainForm"; StephaneLenclud@108: this.Text = "Client"; StephaneLenclud@108: this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); StephaneLenclud@108: this.Load += new System.EventHandler(this.MainForm_Load); StephaneLenclud@108: this.ResumeLayout(false); StephaneLenclud@108: 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@71: private System.Windows.Forms.Button buttonBitmapLayout; sl@79: private System.Windows.Forms.Button buttonIndicatorsLayout; sl@80: private System.Windows.Forms.Button buttonUpdateTexts; StephaneLenclud@108: private System.Windows.Forms.Button buttonLayoutOneTextField; sl@18: } sl@18: } sl@18: