sl@18
|
1 |
namespace SharpDisplayClient
|
sl@18
|
2 |
{
|
sl@18
|
3 |
partial class MainForm
|
sl@18
|
4 |
{
|
sl@18
|
5 |
/// <summary>
|
sl@18
|
6 |
/// Required designer variable.
|
sl@18
|
7 |
/// </summary>
|
sl@18
|
8 |
private System.ComponentModel.IContainer components = null;
|
sl@18
|
9 |
|
sl@18
|
10 |
/// <summary>
|
sl@18
|
11 |
/// Clean up any resources being used.
|
sl@18
|
12 |
/// </summary>
|
sl@18
|
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
sl@18
|
14 |
protected override void Dispose(bool disposing)
|
sl@18
|
15 |
{
|
sl@18
|
16 |
if (disposing && (components != null))
|
sl@18
|
17 |
{
|
sl@18
|
18 |
components.Dispose();
|
sl@18
|
19 |
}
|
sl@18
|
20 |
base.Dispose(disposing);
|
sl@18
|
21 |
}
|
sl@18
|
22 |
|
sl@18
|
23 |
#region Windows Form Designer generated code
|
sl@18
|
24 |
|
sl@18
|
25 |
/// <summary>
|
sl@18
|
26 |
/// Required method for Designer support - do not modify
|
sl@18
|
27 |
/// the contents of this method with the code editor.
|
sl@18
|
28 |
/// </summary>
|
sl@18
|
29 |
private void InitializeComponent()
|
sl@18
|
30 |
{
|
sl@18
|
31 |
this.buttonSetText = new System.Windows.Forms.Button();
|
sl@18
|
32 |
this.SuspendLayout();
|
sl@18
|
33 |
//
|
sl@18
|
34 |
// buttonSetText
|
sl@18
|
35 |
//
|
sl@18
|
36 |
this.buttonSetText.Location = new System.Drawing.Point(170, 104);
|
sl@18
|
37 |
this.buttonSetText.Name = "buttonSetText";
|
sl@18
|
38 |
this.buttonSetText.Size = new System.Drawing.Size(75, 23);
|
sl@18
|
39 |
this.buttonSetText.TabIndex = 0;
|
sl@18
|
40 |
this.buttonSetText.Text = "Set Text";
|
sl@18
|
41 |
this.buttonSetText.UseVisualStyleBackColor = true;
|
sl@18
|
42 |
this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click);
|
sl@18
|
43 |
//
|
sl@18
|
44 |
// MainForm
|
sl@18
|
45 |
//
|
sl@18
|
46 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
sl@18
|
47 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
sl@18
|
48 |
this.ClientSize = new System.Drawing.Size(443, 252);
|
sl@18
|
49 |
this.Controls.Add(this.buttonSetText);
|
sl@18
|
50 |
this.Name = "MainForm";
|
sl@29
|
51 |
this.Text = "Client";
|
sl@26
|
52 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
sl@18
|
53 |
this.Load += new System.EventHandler(this.MainForm_Load);
|
sl@18
|
54 |
this.ResumeLayout(false);
|
sl@18
|
55 |
|
sl@18
|
56 |
}
|
sl@18
|
57 |
|
sl@18
|
58 |
#endregion
|
sl@18
|
59 |
|
sl@18
|
60 |
private System.Windows.Forms.Button buttonSetText;
|
sl@18
|
61 |
}
|
sl@18
|
62 |
}
|
sl@18
|
63 |
|