GP1212A02: Clock support.
1 namespace SharpDisplayManager
6 /// Required designer variable.
8 private System.ComponentModel.IContainer components = null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.components = new System.ComponentModel.Container();
32 this.panelDisplay = new System.Windows.Forms.Panel();
33 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
34 this.fontDialog = new System.Windows.Forms.FontDialog();
35 this.timer = new System.Windows.Forms.Timer(this.components);
36 this.statusStrip = new System.Windows.Forms.StatusStrip();
37 this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
38 this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
39 this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
40 this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
41 this.tabPageClients = new System.Windows.Forms.TabPage();
42 this.buttonCloseClients = new System.Windows.Forms.Button();
43 this.buttonStartClient = new System.Windows.Forms.Button();
44 this.treeViewClients = new System.Windows.Forms.TreeView();
45 this.tabPageDisplay = new System.Windows.Forms.TabPage();
46 this.buttonPowerOff = new System.Windows.Forms.Button();
47 this.buttonPowerOn = new System.Windows.Forms.Button();
48 this.label1 = new System.Windows.Forms.Label();
49 this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
50 this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
51 this.buttonSuspend = new System.Windows.Forms.Button();
52 this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
53 this.trackBarBrightness = new System.Windows.Forms.TrackBar();
54 this.buttonFill = new System.Windows.Forms.Button();
55 this.buttonClear = new System.Windows.Forms.Button();
56 this.buttonClose = new System.Windows.Forms.Button();
57 this.buttonOpen = new System.Windows.Forms.Button();
58 this.buttonCapture = new System.Windows.Forms.Button();
59 this.labelWarning = new System.Windows.Forms.Label();
60 this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
61 this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
62 this.buttonFont = new System.Windows.Forms.Button();
63 this.tabControl = new System.Windows.Forms.TabControl();
64 this.tabPageDesign = new System.Windows.Forms.TabPage();
65 this.buttonAlignRight = new System.Windows.Forms.Button();
66 this.buttonAlignCenter = new System.Windows.Forms.Button();
67 this.buttonAlignLeft = new System.Windows.Forms.Button();
68 this.buttonRemoveColumn = new System.Windows.Forms.Button();
69 this.buttonAddColumn = new System.Windows.Forms.Button();
70 this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
71 this.buttonRemoveRow = new System.Windows.Forms.Button();
72 this.buttonAddRow = new System.Windows.Forms.Button();
73 this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
74 this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
75 this.buttonHideClock = new System.Windows.Forms.Button();
76 this.buttonShowClock = new System.Windows.Forms.Button();
77 this.panelDisplay.SuspendLayout();
78 this.tableLayoutPanel.SuspendLayout();
79 this.statusStrip.SuspendLayout();
80 this.tabPageClients.SuspendLayout();
81 this.tabPageDisplay.SuspendLayout();
82 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
83 this.tabControl.SuspendLayout();
84 this.tabPageDesign.SuspendLayout();
89 this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
90 this.panelDisplay.Controls.Add(this.tableLayoutPanel);
91 this.panelDisplay.Location = new System.Drawing.Point(173, 40);
92 this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
93 this.panelDisplay.Name = "panelDisplay";
94 this.panelDisplay.Size = new System.Drawing.Size(258, 66);
95 this.panelDisplay.TabIndex = 12;
99 this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
100 | System.Windows.Forms.AnchorStyles.Left)
101 | System.Windows.Forms.AnchorStyles.Right)));
102 this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
103 this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
104 this.tableLayoutPanel.ColumnCount = 1;
105 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
106 this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
107 this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
108 this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
109 this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
110 this.tableLayoutPanel.Name = "tableLayoutPanel";
111 this.tableLayoutPanel.RowCount = 2;
112 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
113 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
114 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
115 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
116 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
117 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
118 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
119 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
120 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
121 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
122 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
123 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
124 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
125 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
126 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
127 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
128 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
129 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
130 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
131 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
132 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
133 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
134 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
135 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
136 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
137 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
138 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
139 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
140 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
141 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
142 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
143 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
144 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
145 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
146 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
147 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
148 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
149 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
150 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
151 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
152 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
153 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
154 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
155 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
156 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
157 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
158 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
159 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
160 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
161 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
162 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
163 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
164 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
165 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
166 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
167 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
168 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
169 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
170 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
171 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
172 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
173 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
174 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
175 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
176 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
177 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
178 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
179 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
180 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
181 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
182 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
183 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
184 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
185 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
186 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
187 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
188 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
189 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
190 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
191 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
192 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
193 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
194 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
195 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
196 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
197 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
198 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
199 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
200 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
201 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
202 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
203 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
204 this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
205 this.tableLayoutPanel.TabIndex = 5;
209 this.timer.Enabled = true;
210 this.timer.Interval = 50;
211 this.timer.Tick += new System.EventHandler(this.timer_Tick);
215 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
216 this.toolStripStatusLabelConnect,
217 this.toolStripStatusLabelSpring,
218 this.toolStripStatusLabelPower,
219 this.toolStripStatusLabelFps});
220 this.statusStrip.Location = new System.Drawing.Point(0, 420);
221 this.statusStrip.Name = "statusStrip";
222 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
223 this.statusStrip.Size = new System.Drawing.Size(624, 22);
224 this.statusStrip.TabIndex = 1;
225 this.statusStrip.Text = "statusStrip";
227 // toolStripStatusLabelConnect
229 this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
230 this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
231 this.toolStripStatusLabelConnect.Text = "Not connected";
233 // toolStripStatusLabelSpring
235 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
236 this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
237 this.toolStripStatusLabelSpring.Spring = true;
239 // toolStripStatusLabelPower
241 this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
242 this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
243 this.toolStripStatusLabelPower.Text = "NA";
245 // toolStripStatusLabelFps
247 this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
248 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
249 this.toolStripStatusLabelFps.Text = "FPS";
253 this.tabPageClients.Controls.Add(this.buttonCloseClients);
254 this.tabPageClients.Controls.Add(this.buttonStartClient);
255 this.tabPageClients.Controls.Add(this.treeViewClients);
256 this.tabPageClients.Location = new System.Drawing.Point(4, 22);
257 this.tabPageClients.Name = "tabPageClients";
258 this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
259 this.tabPageClients.Size = new System.Drawing.Size(592, 242);
260 this.tabPageClients.TabIndex = 2;
261 this.tabPageClients.Text = "Clients";
262 this.tabPageClients.UseVisualStyleBackColor = true;
264 // buttonCloseClients
266 this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
267 this.buttonCloseClients.Name = "buttonCloseClients";
268 this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
269 this.buttonCloseClients.TabIndex = 20;
270 this.buttonCloseClients.Text = "Close Clients";
271 this.buttonCloseClients.UseVisualStyleBackColor = true;
272 this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
276 this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
277 this.buttonStartClient.Name = "buttonStartClient";
278 this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
279 this.buttonStartClient.TabIndex = 19;
280 this.buttonStartClient.Text = "Start Client";
281 this.buttonStartClient.UseVisualStyleBackColor = true;
282 this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
286 this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
287 | System.Windows.Forms.AnchorStyles.Left)
288 | System.Windows.Forms.AnchorStyles.Right)));
289 this.treeViewClients.Location = new System.Drawing.Point(87, 6);
290 this.treeViewClients.Name = "treeViewClients";
291 this.treeViewClients.Size = new System.Drawing.Size(499, 233);
292 this.treeViewClients.TabIndex = 0;
293 this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
297 this.tabPageDisplay.Controls.Add(this.buttonShowClock);
298 this.tabPageDisplay.Controls.Add(this.buttonHideClock);
299 this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
300 this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
301 this.tabPageDisplay.Controls.Add(this.label1);
302 this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
303 this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
304 this.tabPageDisplay.Controls.Add(this.buttonSuspend);
305 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
306 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
307 this.tabPageDisplay.Controls.Add(this.buttonFill);
308 this.tabPageDisplay.Controls.Add(this.buttonClear);
309 this.tabPageDisplay.Controls.Add(this.buttonClose);
310 this.tabPageDisplay.Controls.Add(this.buttonOpen);
311 this.tabPageDisplay.Controls.Add(this.buttonCapture);
312 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
313 this.tabPageDisplay.Name = "tabPageDisplay";
314 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
315 this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
316 this.tabPageDisplay.TabIndex = 0;
317 this.tabPageDisplay.Text = "Display";
318 this.tabPageDisplay.UseVisualStyleBackColor = true;
322 this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
323 this.buttonPowerOff.Name = "buttonPowerOff";
324 this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
325 this.buttonPowerOff.TabIndex = 21;
326 this.buttonPowerOff.Text = "OFF";
327 this.buttonPowerOff.UseVisualStyleBackColor = true;
328 this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
332 this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
333 this.buttonPowerOn.Name = "buttonPowerOn";
334 this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
335 this.buttonPowerOn.TabIndex = 20;
336 this.buttonPowerOn.Text = "ON";
337 this.buttonPowerOn.UseVisualStyleBackColor = true;
338 this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
342 this.label1.AutoSize = true;
343 this.label1.Location = new System.Drawing.Point(184, 45);
344 this.label1.Name = "label1";
345 this.label1.Size = new System.Drawing.Size(98, 13);
346 this.label1.TabIndex = 19;
347 this.label1.Text = "Timer interval (ms) :";
349 // maskedTextBoxTimerInterval
351 this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
352 this.maskedTextBoxTimerInterval.Mask = "000";
353 this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
354 this.maskedTextBoxTimerInterval.PromptChar = ' ';
355 this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
356 this.maskedTextBoxTimerInterval.TabIndex = 18;
357 this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
359 // comboBoxDisplayType
361 this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
362 this.comboBoxDisplayType.FormattingEnabled = true;
363 this.comboBoxDisplayType.Items.AddRange(new object[] {
366 "Futaba GP1212A02A"});
367 this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
368 this.comboBoxDisplayType.Name = "comboBoxDisplayType";
369 this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
370 this.comboBoxDisplayType.TabIndex = 17;
371 this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
375 this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
376 this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
377 this.buttonSuspend.Name = "buttonSuspend";
378 this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
379 this.buttonSuspend.TabIndex = 16;
380 this.buttonSuspend.Text = "Pause";
381 this.buttonSuspend.UseVisualStyleBackColor = true;
382 this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
384 // checkBoxConnectOnStartup
386 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
387 this.checkBoxConnectOnStartup.AutoSize = true;
388 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
389 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
390 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
391 this.checkBoxConnectOnStartup.TabIndex = 13;
392 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
393 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
394 this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
396 // trackBarBrightness
398 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
399 | System.Windows.Forms.AnchorStyles.Right)));
400 this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
401 this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
402 this.trackBarBrightness.Name = "trackBarBrightness";
403 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
404 this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
405 this.trackBarBrightness.TabIndex = 10;
406 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
407 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
411 this.buttonFill.Location = new System.Drawing.Point(6, 93);
412 this.buttonFill.Name = "buttonFill";
413 this.buttonFill.Size = new System.Drawing.Size(75, 23);
414 this.buttonFill.TabIndex = 9;
415 this.buttonFill.Text = "Fill";
416 this.buttonFill.UseVisualStyleBackColor = true;
417 this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
421 this.buttonClear.Location = new System.Drawing.Point(6, 64);
422 this.buttonClear.Name = "buttonClear";
423 this.buttonClear.Size = new System.Drawing.Size(75, 23);
424 this.buttonClear.TabIndex = 8;
425 this.buttonClear.Text = "Clear";
426 this.buttonClear.UseVisualStyleBackColor = true;
427 this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
431 this.buttonClose.Location = new System.Drawing.Point(6, 35);
432 this.buttonClose.Name = "buttonClose";
433 this.buttonClose.Size = new System.Drawing.Size(75, 23);
434 this.buttonClose.TabIndex = 7;
435 this.buttonClose.Text = "Close";
436 this.buttonClose.UseVisualStyleBackColor = true;
437 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
441 this.buttonOpen.Location = new System.Drawing.Point(6, 6);
442 this.buttonOpen.Name = "buttonOpen";
443 this.buttonOpen.Size = new System.Drawing.Size(75, 23);
444 this.buttonOpen.TabIndex = 6;
445 this.buttonOpen.Text = "Open";
446 this.buttonOpen.UseVisualStyleBackColor = true;
447 this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
451 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
452 this.buttonCapture.Location = new System.Drawing.Point(6, 213);
453 this.buttonCapture.Name = "buttonCapture";
454 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
455 this.buttonCapture.TabIndex = 5;
456 this.buttonCapture.Text = "Capture";
457 this.buttonCapture.UseVisualStyleBackColor = true;
458 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
462 this.labelWarning.AutoSize = true;
463 this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
464 this.labelWarning.ForeColor = System.Drawing.Color.Red;
465 this.labelWarning.Location = new System.Drawing.Point(9, 9);
466 this.labelWarning.Name = "labelWarning";
467 this.labelWarning.Size = new System.Drawing.Size(80, 16);
468 this.labelWarning.TabIndex = 18;
469 this.labelWarning.Text = "WARNING";
470 this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
471 this.labelWarning.Visible = false;
473 // checkBoxFixedPitchFontOnly
475 this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
476 this.checkBoxFixedPitchFontOnly.AutoSize = true;
477 this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
478 this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
479 this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
480 this.checkBoxFixedPitchFontOnly.TabIndex = 17;
481 this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
482 this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
484 // checkBoxShowBorders
486 this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
487 this.checkBoxShowBorders.AutoSize = true;
488 this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
489 this.checkBoxShowBorders.Name = "checkBoxShowBorders";
490 this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
491 this.checkBoxShowBorders.TabIndex = 11;
492 this.checkBoxShowBorders.Text = "Show borders";
493 this.checkBoxShowBorders.UseVisualStyleBackColor = true;
494 this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
498 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
499 this.buttonFont.Location = new System.Drawing.Point(6, 213);
500 this.buttonFont.Name = "buttonFont";
501 this.buttonFont.Size = new System.Drawing.Size(75, 23);
502 this.buttonFont.TabIndex = 0;
503 this.buttonFont.Text = "Select Font";
504 this.buttonFont.UseVisualStyleBackColor = true;
505 this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
509 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
510 | System.Windows.Forms.AnchorStyles.Left)
511 | System.Windows.Forms.AnchorStyles.Right)));
512 this.tabControl.Controls.Add(this.tabPageDisplay);
513 this.tabControl.Controls.Add(this.tabPageClients);
514 this.tabControl.Controls.Add(this.tabPageDesign);
515 this.tabControl.Location = new System.Drawing.Point(12, 139);
516 this.tabControl.Name = "tabControl";
517 this.tabControl.SelectedIndex = 0;
518 this.tabControl.Size = new System.Drawing.Size(600, 268);
519 this.tabControl.TabIndex = 0;
523 this.tabPageDesign.Controls.Add(this.buttonAlignRight);
524 this.tabPageDesign.Controls.Add(this.buttonAlignCenter);
525 this.tabPageDesign.Controls.Add(this.buttonAlignLeft);
526 this.tabPageDesign.Controls.Add(this.buttonRemoveColumn);
527 this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
528 this.tabPageDesign.Controls.Add(this.buttonAddColumn);
529 this.tabPageDesign.Controls.Add(this.buttonFont);
530 this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
531 this.tabPageDesign.Controls.Add(this.buttonRemoveRow);
532 this.tabPageDesign.Controls.Add(this.buttonAddRow);
533 this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
534 this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
535 this.tabPageDesign.Name = "tabPageDesign";
536 this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
537 this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
538 this.tabPageDesign.TabIndex = 3;
539 this.tabPageDesign.Text = "Design";
540 this.tabPageDesign.UseVisualStyleBackColor = true;
544 this.buttonAlignRight.Location = new System.Drawing.Point(171, 105);
545 this.buttonAlignRight.Name = "buttonAlignRight";
546 this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
547 this.buttonAlignRight.TabIndex = 20;
548 this.buttonAlignRight.Text = "Align Right";
549 this.buttonAlignRight.UseVisualStyleBackColor = true;
550 this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
554 this.buttonAlignCenter.Location = new System.Drawing.Point(89, 106);
555 this.buttonAlignCenter.Name = "buttonAlignCenter";
556 this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
557 this.buttonAlignCenter.TabIndex = 19;
558 this.buttonAlignCenter.Text = "Align Center";
559 this.buttonAlignCenter.UseVisualStyleBackColor = true;
560 this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
564 this.buttonAlignLeft.Location = new System.Drawing.Point(7, 106);
565 this.buttonAlignLeft.Name = "buttonAlignLeft";
566 this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
567 this.buttonAlignLeft.TabIndex = 18;
568 this.buttonAlignLeft.Text = "Align Left";
569 this.buttonAlignLeft.UseVisualStyleBackColor = true;
570 this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
572 // buttonRemoveColumn
574 this.buttonRemoveColumn.Location = new System.Drawing.Point(89, 37);
575 this.buttonRemoveColumn.Name = "buttonRemoveColumn";
576 this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
577 this.buttonRemoveColumn.TabIndex = 3;
578 this.buttonRemoveColumn.Text = "Remove col.";
579 this.buttonRemoveColumn.UseVisualStyleBackColor = true;
580 this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
584 this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
585 this.buttonAddColumn.Name = "buttonAddColumn";
586 this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
587 this.buttonAddColumn.TabIndex = 2;
588 this.buttonAddColumn.Text = "Add column";
589 this.buttonAddColumn.UseVisualStyleBackColor = true;
590 this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
592 // checkBoxReverseScreen
594 this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
595 this.checkBoxReverseScreen.AutoSize = true;
596 this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
597 this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
598 this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
599 this.checkBoxReverseScreen.TabIndex = 14;
600 this.checkBoxReverseScreen.Text = "Reverse screen";
601 this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
602 this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
606 this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
607 this.buttonRemoveRow.Name = "buttonRemoveRow";
608 this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
609 this.buttonRemoveRow.TabIndex = 1;
610 this.buttonRemoveRow.Text = "Remove row";
611 this.buttonRemoveRow.UseVisualStyleBackColor = true;
612 this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
616 this.buttonAddRow.Location = new System.Drawing.Point(7, 7);
617 this.buttonAddRow.Name = "buttonAddRow";
618 this.buttonAddRow.Size = new System.Drawing.Size(75, 23);
619 this.buttonAddRow.TabIndex = 0;
620 this.buttonAddRow.Text = "Add row";
621 this.buttonAddRow.UseVisualStyleBackColor = true;
622 this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
626 this.marqueeLabelTop.AutoEllipsis = true;
627 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
628 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
629 this.marqueeLabelTop.Location = new System.Drawing.Point(1, -187);
630 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
631 this.marqueeLabelTop.Name = "marqueeLabelTop";
632 this.marqueeLabelTop.OwnTimer = false;
633 this.marqueeLabelTop.PixelsPerSecond = 64;
634 this.marqueeLabelTop.Separator = "|";
635 this.marqueeLabelTop.Size = new System.Drawing.Size(254, 20);
636 this.marqueeLabelTop.TabIndex = 2;
637 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
638 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
639 this.marqueeLabelTop.UseCompatibleTextRendering = true;
641 // marqueeLabelBottom
643 this.marqueeLabelBottom.AutoEllipsis = true;
644 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
645 this.marqueeLabelBottom.Location = new System.Drawing.Point(1, -61);
646 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
647 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
648 this.marqueeLabelBottom.OwnTimer = false;
649 this.marqueeLabelBottom.PixelsPerSecond = 64;
650 this.marqueeLabelBottom.Separator = "|";
651 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
652 this.marqueeLabelBottom.TabIndex = 3;
653 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
654 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
655 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
659 this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
660 this.buttonHideClock.Name = "buttonHideClock";
661 this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
662 this.buttonHideClock.TabIndex = 22;
663 this.buttonHideClock.Text = "Hide Clock";
664 this.buttonHideClock.UseVisualStyleBackColor = true;
665 this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
669 this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
670 this.buttonShowClock.Name = "buttonShowClock";
671 this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
672 this.buttonShowClock.TabIndex = 23;
673 this.buttonShowClock.Text = "Show Clock";
674 this.buttonShowClock.UseVisualStyleBackColor = true;
675 this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
679 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
680 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
681 this.ClientSize = new System.Drawing.Size(624, 442);
682 this.Controls.Add(this.labelWarning);
683 this.Controls.Add(this.statusStrip);
684 this.Controls.Add(this.tabControl);
685 this.Controls.Add(this.panelDisplay);
686 this.MinimumSize = new System.Drawing.Size(640, 480);
687 this.Name = "MainForm";
688 this.Text = "Sharp Display Manager";
689 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
690 this.Load += new System.EventHandler(this.MainForm_Load);
691 this.Resize += new System.EventHandler(this.MainForm_Resize);
692 this.panelDisplay.ResumeLayout(false);
693 this.tableLayoutPanel.ResumeLayout(false);
694 this.statusStrip.ResumeLayout(false);
695 this.statusStrip.PerformLayout();
696 this.tabPageClients.ResumeLayout(false);
697 this.tabPageDisplay.ResumeLayout(false);
698 this.tabPageDisplay.PerformLayout();
699 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
700 this.tabControl.ResumeLayout(false);
701 this.tabPageDesign.ResumeLayout(false);
702 this.tabPageDesign.PerformLayout();
703 this.ResumeLayout(false);
704 this.PerformLayout();
710 private System.Windows.Forms.FontDialog fontDialog;
711 private System.Windows.Forms.Timer timer;
712 private System.Windows.Forms.StatusStrip statusStrip;
713 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
714 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
715 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
716 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
717 private System.Windows.Forms.Panel panelDisplay;
718 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
719 private MarqueeLabel marqueeLabelTop;
720 private MarqueeLabel marqueeLabelBottom;
721 private System.Windows.Forms.TabPage tabPageClients;
722 private System.Windows.Forms.TreeView treeViewClients;
723 private System.Windows.Forms.TabPage tabPageDisplay;
724 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
725 private System.Windows.Forms.Button buttonSuspend;
726 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
727 private System.Windows.Forms.CheckBox checkBoxShowBorders;
728 private System.Windows.Forms.TrackBar trackBarBrightness;
729 private System.Windows.Forms.Button buttonFill;
730 private System.Windows.Forms.Button buttonClear;
731 private System.Windows.Forms.Button buttonClose;
732 private System.Windows.Forms.Button buttonOpen;
733 private System.Windows.Forms.Button buttonCapture;
734 private System.Windows.Forms.Button buttonFont;
735 private System.Windows.Forms.TabControl tabControl;
736 private System.Windows.Forms.Button buttonCloseClients;
737 private System.Windows.Forms.Button buttonStartClient;
738 private System.Windows.Forms.Label labelWarning;
739 private System.Windows.Forms.TabPage tabPageDesign;
740 private System.Windows.Forms.Button buttonRemoveColumn;
741 private System.Windows.Forms.Button buttonAddColumn;
742 private System.Windows.Forms.Button buttonRemoveRow;
743 private System.Windows.Forms.Button buttonAddRow;
744 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
745 private System.Windows.Forms.Button buttonAlignRight;
746 private System.Windows.Forms.Button buttonAlignCenter;
747 private System.Windows.Forms.Button buttonAlignLeft;
748 private System.Windows.Forms.ComboBox comboBoxDisplayType;
749 private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
750 private System.Windows.Forms.Label label1;
751 private System.Windows.Forms.Button buttonPowerOff;
752 private System.Windows.Forms.Button buttonPowerOn;
753 private System.Windows.Forms.Button buttonShowClock;
754 private System.Windows.Forms.Button buttonHideClock;