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@18: this.SuspendLayout();
sl@18: //
sl@18: // buttonSetText
sl@18: //
sl@18: this.buttonSetText.Location = new System.Drawing.Point(170, 104);
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@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@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@18:
sl@18: }
sl@18:
sl@18: #endregion
sl@18:
sl@18: private System.Windows.Forms.Button buttonSetText;
sl@18: }
sl@18: }
sl@18: