sl@0
|
1 |
namespace SharpDisplayManager
|
sl@0
|
2 |
{
|
sl@0
|
3 |
partial class MainForm
|
sl@0
|
4 |
{
|
sl@0
|
5 |
/// <summary>
|
sl@0
|
6 |
/// Required designer variable.
|
sl@0
|
7 |
/// </summary>
|
sl@0
|
8 |
private System.ComponentModel.IContainer components = null;
|
sl@0
|
9 |
|
sl@0
|
10 |
/// <summary>
|
sl@0
|
11 |
/// Clean up any resources being used.
|
sl@0
|
12 |
/// </summary>
|
sl@0
|
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
sl@0
|
14 |
protected override void Dispose(bool disposing)
|
sl@0
|
15 |
{
|
sl@0
|
16 |
if (disposing && (components != null))
|
sl@0
|
17 |
{
|
sl@0
|
18 |
components.Dispose();
|
sl@0
|
19 |
}
|
sl@0
|
20 |
base.Dispose(disposing);
|
sl@0
|
21 |
}
|
sl@0
|
22 |
|
sl@0
|
23 |
#region Windows Form Designer generated code
|
sl@0
|
24 |
|
sl@0
|
25 |
/// <summary>
|
sl@0
|
26 |
/// Required method for Designer support - do not modify
|
sl@0
|
27 |
/// the contents of this method with the code editor.
|
sl@0
|
28 |
/// </summary>
|
sl@0
|
29 |
private void InitializeComponent()
|
sl@0
|
30 |
{
|
sl@2
|
31 |
this.components = new System.ComponentModel.Container();
|
sl@0
|
32 |
this.tabControl = new System.Windows.Forms.TabControl();
|
sl@0
|
33 |
this.tabPageDisplay = new System.Windows.Forms.TabPage();
|
sl@16
|
34 |
this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
|
sl@16
|
35 |
this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
|
sl@16
|
36 |
this.panelDisplay = new System.Windows.Forms.Panel();
|
sl@16
|
37 |
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
sl@11
|
38 |
this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
|
sl@4
|
39 |
this.trackBarBrightness = new System.Windows.Forms.TrackBar();
|
sl@4
|
40 |
this.buttonFill = new System.Windows.Forms.Button();
|
sl@4
|
41 |
this.buttonClear = new System.Windows.Forms.Button();
|
sl@4
|
42 |
this.buttonClose = new System.Windows.Forms.Button();
|
sl@4
|
43 |
this.buttonOpen = new System.Windows.Forms.Button();
|
sl@0
|
44 |
this.buttonCapture = new System.Windows.Forms.Button();
|
sl@0
|
45 |
this.buttonFont = new System.Windows.Forms.Button();
|
sl@0
|
46 |
this.tabPageTests = new System.Windows.Forms.TabPage();
|
sl@0
|
47 |
this.fontDialog = new System.Windows.Forms.FontDialog();
|
sl@2
|
48 |
this.timer = new System.Windows.Forms.Timer(this.components);
|
sl@7
|
49 |
this.statusStrip = new System.Windows.Forms.StatusStrip();
|
sl@7
|
50 |
this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
|
sl@8
|
51 |
this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
|
sl@13
|
52 |
this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
|
sl@8
|
53 |
this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
|
sl@25
|
54 |
this.buttonStartClient = new System.Windows.Forms.Button();
|
sl@27
|
55 |
this.buttonSuspend = new System.Windows.Forms.Button();
|
sl@27
|
56 |
this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
|
sl@27
|
57 |
this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
|
sl@0
|
58 |
this.tabControl.SuspendLayout();
|
sl@0
|
59 |
this.tabPageDisplay.SuspendLayout();
|
sl@16
|
60 |
this.panelDisplay.SuspendLayout();
|
sl@16
|
61 |
this.tableLayoutPanel.SuspendLayout();
|
sl@4
|
62 |
((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
|
sl@13
|
63 |
this.statusStrip.SuspendLayout();
|
sl@0
|
64 |
this.SuspendLayout();
|
sl@0
|
65 |
//
|
sl@0
|
66 |
// tabControl
|
sl@0
|
67 |
//
|
sl@0
|
68 |
this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@0
|
69 |
| System.Windows.Forms.AnchorStyles.Left)
|
sl@0
|
70 |
| System.Windows.Forms.AnchorStyles.Right)));
|
sl@0
|
71 |
this.tabControl.Controls.Add(this.tabPageDisplay);
|
sl@0
|
72 |
this.tabControl.Controls.Add(this.tabPageTests);
|
sl@0
|
73 |
this.tabControl.Location = new System.Drawing.Point(12, 12);
|
sl@0
|
74 |
this.tabControl.Name = "tabControl";
|
sl@0
|
75 |
this.tabControl.SelectedIndex = 0;
|
sl@7
|
76 |
this.tabControl.Size = new System.Drawing.Size(600, 395);
|
sl@0
|
77 |
this.tabControl.TabIndex = 0;
|
sl@0
|
78 |
//
|
sl@0
|
79 |
// tabPageDisplay
|
sl@0
|
80 |
//
|
sl@27
|
81 |
this.tabPageDisplay.Controls.Add(this.buttonSuspend);
|
sl@25
|
82 |
this.tabPageDisplay.Controls.Add(this.buttonStartClient);
|
sl@16
|
83 |
this.tabPageDisplay.Controls.Add(this.checkBoxReverseScreen);
|
sl@13
|
84 |
this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
|
sl@13
|
85 |
this.tabPageDisplay.Controls.Add(this.panelDisplay);
|
sl@9
|
86 |
this.tabPageDisplay.Controls.Add(this.checkBoxShowBorders);
|
sl@3
|
87 |
this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
|
sl@3
|
88 |
this.tabPageDisplay.Controls.Add(this.buttonFill);
|
sl@3
|
89 |
this.tabPageDisplay.Controls.Add(this.buttonClear);
|
sl@3
|
90 |
this.tabPageDisplay.Controls.Add(this.buttonClose);
|
sl@3
|
91 |
this.tabPageDisplay.Controls.Add(this.buttonOpen);
|
sl@0
|
92 |
this.tabPageDisplay.Controls.Add(this.buttonCapture);
|
sl@0
|
93 |
this.tabPageDisplay.Controls.Add(this.buttonFont);
|
sl@0
|
94 |
this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
|
sl@0
|
95 |
this.tabPageDisplay.Name = "tabPageDisplay";
|
sl@0
|
96 |
this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
|
sl@7
|
97 |
this.tabPageDisplay.Size = new System.Drawing.Size(592, 369);
|
sl@0
|
98 |
this.tabPageDisplay.TabIndex = 0;
|
sl@0
|
99 |
this.tabPageDisplay.Text = "Display";
|
sl@0
|
100 |
this.tabPageDisplay.UseVisualStyleBackColor = true;
|
sl@0
|
101 |
//
|
sl@16
|
102 |
// checkBoxReverseScreen
|
sl@16
|
103 |
//
|
sl@16
|
104 |
this.checkBoxReverseScreen.AutoSize = true;
|
sl@16
|
105 |
this.checkBoxReverseScreen.Location = new System.Drawing.Point(113, 298);
|
sl@16
|
106 |
this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
|
sl@16
|
107 |
this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
|
sl@16
|
108 |
this.checkBoxReverseScreen.TabIndex = 14;
|
sl@16
|
109 |
this.checkBoxReverseScreen.Text = "Reverse screen";
|
sl@16
|
110 |
this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
|
sl@16
|
111 |
this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
|
sl@16
|
112 |
//
|
sl@16
|
113 |
// checkBoxConnectOnStartup
|
sl@16
|
114 |
//
|
sl@16
|
115 |
this.checkBoxConnectOnStartup.AutoSize = true;
|
sl@16
|
116 |
this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 321);
|
sl@16
|
117 |
this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
|
sl@16
|
118 |
this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
|
sl@16
|
119 |
this.checkBoxConnectOnStartup.TabIndex = 13;
|
sl@16
|
120 |
this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
|
sl@16
|
121 |
this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
|
sl@16
|
122 |
this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
|
sl@16
|
123 |
//
|
sl@16
|
124 |
// panelDisplay
|
sl@16
|
125 |
//
|
sl@16
|
126 |
this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
sl@16
|
127 |
this.panelDisplay.Controls.Add(this.tableLayoutPanel);
|
sl@16
|
128 |
this.panelDisplay.Location = new System.Drawing.Point(181, 151);
|
sl@16
|
129 |
this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
|
sl@16
|
130 |
this.panelDisplay.Name = "panelDisplay";
|
sl@16
|
131 |
this.panelDisplay.Size = new System.Drawing.Size(258, 66);
|
sl@16
|
132 |
this.panelDisplay.TabIndex = 12;
|
sl@16
|
133 |
//
|
sl@16
|
134 |
// tableLayoutPanel
|
sl@16
|
135 |
//
|
sl@16
|
136 |
this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@16
|
137 |
| System.Windows.Forms.AnchorStyles.Left)
|
sl@16
|
138 |
| System.Windows.Forms.AnchorStyles.Right)));
|
sl@16
|
139 |
this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
|
sl@16
|
140 |
this.tableLayoutPanel.ColumnCount = 1;
|
sl@16
|
141 |
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
sl@16
|
142 |
this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
|
sl@16
|
143 |
this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
|
sl@16
|
144 |
this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
sl@16
|
145 |
this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
|
sl@16
|
146 |
this.tableLayoutPanel.Name = "tableLayoutPanel";
|
sl@16
|
147 |
this.tableLayoutPanel.RowCount = 2;
|
sl@16
|
148 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
sl@16
|
149 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
sl@16
|
150 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
151 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
152 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
153 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
154 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
155 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
156 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
157 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
158 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
159 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
160 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
161 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
162 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
163 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
164 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
165 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
166 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
167 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
168 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
169 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
170 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
171 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
172 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
173 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
174 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
175 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
176 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
177 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
178 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
179 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
180 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
181 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
182 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
183 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
184 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
185 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
186 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
187 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
188 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
189 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
190 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
191 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
192 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
193 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
194 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
195 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
196 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
197 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
198 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
199 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
200 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
201 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
202 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
203 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
204 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
205 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
sl@16
|
206 |
this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
|
sl@16
|
207 |
this.tableLayoutPanel.TabIndex = 5;
|
sl@16
|
208 |
//
|
sl@11
|
209 |
// checkBoxShowBorders
|
sl@11
|
210 |
//
|
sl@11
|
211 |
this.checkBoxShowBorders.AutoSize = true;
|
sl@11
|
212 |
this.checkBoxShowBorders.Location = new System.Drawing.Point(113, 344);
|
sl@11
|
213 |
this.checkBoxShowBorders.Name = "checkBoxShowBorders";
|
sl@11
|
214 |
this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
|
sl@11
|
215 |
this.checkBoxShowBorders.TabIndex = 11;
|
sl@11
|
216 |
this.checkBoxShowBorders.Text = "Show borders";
|
sl@11
|
217 |
this.checkBoxShowBorders.UseVisualStyleBackColor = true;
|
sl@11
|
218 |
this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
|
sl@11
|
219 |
//
|
sl@4
|
220 |
// trackBarBrightness
|
sl@4
|
221 |
//
|
sl@7
|
222 |
this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@7
|
223 |
| System.Windows.Forms.AnchorStyles.Right)));
|
sl@4
|
224 |
this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
|
sl@7
|
225 |
this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
|
sl@4
|
226 |
this.trackBarBrightness.Name = "trackBarBrightness";
|
sl@4
|
227 |
this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
|
sl@7
|
228 |
this.trackBarBrightness.Size = new System.Drawing.Size(45, 357);
|
sl@4
|
229 |
this.trackBarBrightness.TabIndex = 10;
|
sl@4
|
230 |
this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
|
sl@4
|
231 |
this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
|
sl@4
|
232 |
//
|
sl@4
|
233 |
// buttonFill
|
sl@4
|
234 |
//
|
sl@4
|
235 |
this.buttonFill.Location = new System.Drawing.Point(6, 93);
|
sl@4
|
236 |
this.buttonFill.Name = "buttonFill";
|
sl@4
|
237 |
this.buttonFill.Size = new System.Drawing.Size(75, 23);
|
sl@4
|
238 |
this.buttonFill.TabIndex = 9;
|
sl@4
|
239 |
this.buttonFill.Text = "Fill";
|
sl@4
|
240 |
this.buttonFill.UseVisualStyleBackColor = true;
|
sl@4
|
241 |
this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
|
sl@4
|
242 |
//
|
sl@4
|
243 |
// buttonClear
|
sl@4
|
244 |
//
|
sl@4
|
245 |
this.buttonClear.Location = new System.Drawing.Point(6, 64);
|
sl@4
|
246 |
this.buttonClear.Name = "buttonClear";
|
sl@4
|
247 |
this.buttonClear.Size = new System.Drawing.Size(75, 23);
|
sl@4
|
248 |
this.buttonClear.TabIndex = 8;
|
sl@4
|
249 |
this.buttonClear.Text = "Clear";
|
sl@4
|
250 |
this.buttonClear.UseVisualStyleBackColor = true;
|
sl@4
|
251 |
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
|
sl@4
|
252 |
//
|
sl@4
|
253 |
// buttonClose
|
sl@4
|
254 |
//
|
sl@4
|
255 |
this.buttonClose.Location = new System.Drawing.Point(6, 35);
|
sl@4
|
256 |
this.buttonClose.Name = "buttonClose";
|
sl@4
|
257 |
this.buttonClose.Size = new System.Drawing.Size(75, 23);
|
sl@4
|
258 |
this.buttonClose.TabIndex = 7;
|
sl@4
|
259 |
this.buttonClose.Text = "Close";
|
sl@4
|
260 |
this.buttonClose.UseVisualStyleBackColor = true;
|
sl@4
|
261 |
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
sl@4
|
262 |
//
|
sl@4
|
263 |
// buttonOpen
|
sl@4
|
264 |
//
|
sl@4
|
265 |
this.buttonOpen.Location = new System.Drawing.Point(6, 6);
|
sl@4
|
266 |
this.buttonOpen.Name = "buttonOpen";
|
sl@4
|
267 |
this.buttonOpen.Size = new System.Drawing.Size(75, 23);
|
sl@4
|
268 |
this.buttonOpen.TabIndex = 6;
|
sl@4
|
269 |
this.buttonOpen.Text = "Open";
|
sl@4
|
270 |
this.buttonOpen.UseVisualStyleBackColor = true;
|
sl@4
|
271 |
this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
|
sl@4
|
272 |
//
|
sl@0
|
273 |
// buttonCapture
|
sl@0
|
274 |
//
|
sl@7
|
275 |
this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
sl@7
|
276 |
this.buttonCapture.Location = new System.Drawing.Point(6, 311);
|
sl@0
|
277 |
this.buttonCapture.Name = "buttonCapture";
|
sl@0
|
278 |
this.buttonCapture.Size = new System.Drawing.Size(75, 23);
|
sl@0
|
279 |
this.buttonCapture.TabIndex = 5;
|
sl@0
|
280 |
this.buttonCapture.Text = "Capture";
|
sl@0
|
281 |
this.buttonCapture.UseVisualStyleBackColor = true;
|
sl@0
|
282 |
this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
|
sl@0
|
283 |
//
|
sl@0
|
284 |
// buttonFont
|
sl@0
|
285 |
//
|
sl@7
|
286 |
this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
sl@7
|
287 |
this.buttonFont.Location = new System.Drawing.Point(6, 340);
|
sl@0
|
288 |
this.buttonFont.Name = "buttonFont";
|
sl@0
|
289 |
this.buttonFont.Size = new System.Drawing.Size(75, 23);
|
sl@0
|
290 |
this.buttonFont.TabIndex = 0;
|
sl@0
|
291 |
this.buttonFont.Text = "Select Font";
|
sl@0
|
292 |
this.buttonFont.UseVisualStyleBackColor = true;
|
sl@0
|
293 |
this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
|
sl@0
|
294 |
//
|
sl@0
|
295 |
// tabPageTests
|
sl@0
|
296 |
//
|
sl@0
|
297 |
this.tabPageTests.Location = new System.Drawing.Point(4, 22);
|
sl@0
|
298 |
this.tabPageTests.Name = "tabPageTests";
|
sl@0
|
299 |
this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
|
sl@7
|
300 |
this.tabPageTests.Size = new System.Drawing.Size(592, 369);
|
sl@0
|
301 |
this.tabPageTests.TabIndex = 1;
|
sl@0
|
302 |
this.tabPageTests.Text = "Test";
|
sl@0
|
303 |
this.tabPageTests.UseVisualStyleBackColor = true;
|
sl@0
|
304 |
//
|
sl@2
|
305 |
// timer
|
sl@2
|
306 |
//
|
sl@2
|
307 |
this.timer.Enabled = true;
|
sl@2
|
308 |
this.timer.Interval = 50;
|
sl@2
|
309 |
this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
sl@2
|
310 |
//
|
sl@7
|
311 |
// statusStrip
|
sl@7
|
312 |
//
|
sl@7
|
313 |
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
sl@8
|
314 |
this.toolStripStatusLabelConnect,
|
sl@8
|
315 |
this.toolStripStatusLabelSpring,
|
sl@12
|
316 |
this.toolStripStatusLabelPower,
|
sl@8
|
317 |
this.toolStripStatusLabelFps});
|
sl@7
|
318 |
this.statusStrip.Location = new System.Drawing.Point(0, 420);
|
sl@7
|
319 |
this.statusStrip.Name = "statusStrip";
|
sl@8
|
320 |
this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
sl@7
|
321 |
this.statusStrip.Size = new System.Drawing.Size(624, 22);
|
sl@7
|
322 |
this.statusStrip.TabIndex = 1;
|
sl@7
|
323 |
this.statusStrip.Text = "statusStrip";
|
sl@7
|
324 |
//
|
sl@7
|
325 |
// toolStripStatusLabelConnect
|
sl@7
|
326 |
//
|
sl@7
|
327 |
this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
|
sl@7
|
328 |
this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
|
sl@7
|
329 |
this.toolStripStatusLabelConnect.Text = "Not connected";
|
sl@7
|
330 |
//
|
sl@8
|
331 |
// toolStripStatusLabelSpring
|
sl@7
|
332 |
//
|
sl@8
|
333 |
this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
|
sl@13
|
334 |
this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
|
sl@8
|
335 |
this.toolStripStatusLabelSpring.Spring = true;
|
sl@7
|
336 |
//
|
sl@13
|
337 |
// toolStripStatusLabelPower
|
sl@13
|
338 |
//
|
sl@13
|
339 |
this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
|
sl@13
|
340 |
this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
|
sl@13
|
341 |
this.toolStripStatusLabelPower.Text = "NA";
|
sl@13
|
342 |
//
|
sl@8
|
343 |
// toolStripStatusLabelFps
|
sl@7
|
344 |
//
|
sl@8
|
345 |
this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
|
sl@8
|
346 |
this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
|
sl@8
|
347 |
this.toolStripStatusLabelFps.Text = "FPS";
|
sl@7
|
348 |
//
|
sl@25
|
349 |
// buttonStartClient
|
sl@17
|
350 |
//
|
sl@25
|
351 |
this.buttonStartClient.Location = new System.Drawing.Point(6, 282);
|
sl@25
|
352 |
this.buttonStartClient.Name = "buttonStartClient";
|
sl@25
|
353 |
this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
|
sl@25
|
354 |
this.buttonStartClient.TabIndex = 15;
|
sl@25
|
355 |
this.buttonStartClient.Text = "Start Client";
|
sl@25
|
356 |
this.buttonStartClient.UseVisualStyleBackColor = true;
|
sl@25
|
357 |
this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
|
sl@17
|
358 |
//
|
sl@27
|
359 |
// buttonSuspend
|
sl@27
|
360 |
//
|
sl@27
|
361 |
this.buttonSuspend.Location = new System.Drawing.Point(7, 253);
|
sl@27
|
362 |
this.buttonSuspend.Name = "buttonSuspend";
|
sl@27
|
363 |
this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
|
sl@27
|
364 |
this.buttonSuspend.TabIndex = 16;
|
sl@27
|
365 |
this.buttonSuspend.Text = "Suspend";
|
sl@27
|
366 |
this.buttonSuspend.UseVisualStyleBackColor = true;
|
sl@27
|
367 |
this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
|
sl@27
|
368 |
//
|
sl@27
|
369 |
// marqueeLabelTop
|
sl@27
|
370 |
//
|
sl@27
|
371 |
this.marqueeLabelTop.AutoEllipsis = true;
|
sl@27
|
372 |
this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
|
sl@27
|
373 |
this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
|
sl@27
|
374 |
this.marqueeLabelTop.Location = new System.Drawing.Point(1, -376);
|
sl@27
|
375 |
this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
|
sl@27
|
376 |
this.marqueeLabelTop.Name = "marqueeLabelTop";
|
sl@27
|
377 |
this.marqueeLabelTop.OwnTimer = false;
|
sl@27
|
378 |
this.marqueeLabelTop.PixelsPerSecond = 64;
|
sl@27
|
379 |
this.marqueeLabelTop.Separator = "|";
|
sl@27
|
380 |
this.marqueeLabelTop.Size = new System.Drawing.Size(254, 20);
|
sl@27
|
381 |
this.marqueeLabelTop.TabIndex = 2;
|
sl@27
|
382 |
this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
|
sl@27
|
383 |
this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
sl@27
|
384 |
this.marqueeLabelTop.UseCompatibleTextRendering = true;
|
sl@27
|
385 |
//
|
sl@27
|
386 |
// marqueeLabelBottom
|
sl@27
|
387 |
//
|
sl@27
|
388 |
this.marqueeLabelBottom.AutoEllipsis = true;
|
sl@27
|
389 |
this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
|
sl@27
|
390 |
this.marqueeLabelBottom.Location = new System.Drawing.Point(1, -250);
|
sl@27
|
391 |
this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
|
sl@27
|
392 |
this.marqueeLabelBottom.Name = "marqueeLabelBottom";
|
sl@27
|
393 |
this.marqueeLabelBottom.OwnTimer = false;
|
sl@27
|
394 |
this.marqueeLabelBottom.PixelsPerSecond = 64;
|
sl@27
|
395 |
this.marqueeLabelBottom.Separator = null;
|
sl@27
|
396 |
this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
|
sl@27
|
397 |
this.marqueeLabelBottom.TabIndex = 3;
|
sl@27
|
398 |
this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
|
sl@27
|
399 |
this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
sl@27
|
400 |
this.marqueeLabelBottom.UseCompatibleTextRendering = true;
|
sl@27
|
401 |
//
|
sl@0
|
402 |
// MainForm
|
sl@0
|
403 |
//
|
sl@0
|
404 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
sl@0
|
405 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
sl@7
|
406 |
this.ClientSize = new System.Drawing.Size(624, 442);
|
sl@7
|
407 |
this.Controls.Add(this.statusStrip);
|
sl@0
|
408 |
this.Controls.Add(this.tabControl);
|
sl@7
|
409 |
this.MinimumSize = new System.Drawing.Size(640, 480);
|
sl@0
|
410 |
this.Name = "MainForm";
|
sl@0
|
411 |
this.Text = "Sharp Display Manager";
|
sl@17
|
412 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
sl@13
|
413 |
this.Load += new System.EventHandler(this.MainForm_Load);
|
sl@14
|
414 |
this.Resize += new System.EventHandler(this.MainForm_Resize);
|
sl@0
|
415 |
this.tabControl.ResumeLayout(false);
|
sl@0
|
416 |
this.tabPageDisplay.ResumeLayout(false);
|
sl@3
|
417 |
this.tabPageDisplay.PerformLayout();
|
sl@16
|
418 |
this.panelDisplay.ResumeLayout(false);
|
sl@16
|
419 |
this.tableLayoutPanel.ResumeLayout(false);
|
sl@4
|
420 |
((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
|
sl@7
|
421 |
this.statusStrip.ResumeLayout(false);
|
sl@7
|
422 |
this.statusStrip.PerformLayout();
|
sl@0
|
423 |
this.ResumeLayout(false);
|
sl@7
|
424 |
this.PerformLayout();
|
sl@0
|
425 |
|
sl@0
|
426 |
}
|
sl@0
|
427 |
|
sl@0
|
428 |
#endregion
|
sl@0
|
429 |
|
sl@0
|
430 |
private System.Windows.Forms.TabControl tabControl;
|
sl@0
|
431 |
private System.Windows.Forms.TabPage tabPageDisplay;
|
sl@0
|
432 |
private System.Windows.Forms.TabPage tabPageTests;
|
sl@0
|
433 |
private System.Windows.Forms.Button buttonFont;
|
sl@0
|
434 |
private System.Windows.Forms.FontDialog fontDialog;
|
sl@0
|
435 |
private System.Windows.Forms.Button buttonCapture;
|
sl@2
|
436 |
private System.Windows.Forms.Timer timer;
|
sl@3
|
437 |
private System.Windows.Forms.Button buttonFill;
|
sl@3
|
438 |
private System.Windows.Forms.Button buttonClear;
|
sl@3
|
439 |
private System.Windows.Forms.Button buttonClose;
|
sl@3
|
440 |
private System.Windows.Forms.Button buttonOpen;
|
sl@3
|
441 |
private System.Windows.Forms.TrackBar trackBarBrightness;
|
sl@7
|
442 |
private System.Windows.Forms.StatusStrip statusStrip;
|
sl@7
|
443 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
|
sl@8
|
444 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
|
sl@8
|
445 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
|
sl@9
|
446 |
private System.Windows.Forms.CheckBox checkBoxShowBorders;
|
sl@12
|
447 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
|
sl@13
|
448 |
private System.Windows.Forms.Panel panelDisplay;
|
sl@13
|
449 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
|
sl@17
|
450 |
public MarqueeLabel marqueeLabelTop;
|
sl@17
|
451 |
public MarqueeLabel marqueeLabelBottom;
|
sl@13
|
452 |
private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
|
sl@16
|
453 |
private System.Windows.Forms.CheckBox checkBoxReverseScreen;
|
sl@25
|
454 |
private System.Windows.Forms.Button buttonStartClient;
|
sl@27
|
455 |
private System.Windows.Forms.Button buttonSuspend;
|
sl@0
|
456 |
}
|
sl@0
|
457 |
}
|
sl@0
|
458 |
|