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@18: this.SuspendLayout();
sl@18: //
sl@18: // buttonSetText
sl@18: //
sl@33: this.buttonSetText.Location = new System.Drawing.Point(12, 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@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@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@18: }
sl@18: }
sl@18: