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@36
|
32 |
this.panelDisplay = new System.Windows.Forms.Panel();
|
sl@36
|
33 |
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
sl@57
|
34 |
this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
|
sl@57
|
35 |
this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
|
sl@36
|
36 |
this.fontDialog = new System.Windows.Forms.FontDialog();
|
sl@36
|
37 |
this.timer = new System.Windows.Forms.Timer(this.components);
|
sl@36
|
38 |
this.statusStrip = new System.Windows.Forms.StatusStrip();
|
sl@36
|
39 |
this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
|
sl@36
|
40 |
this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
|
sl@36
|
41 |
this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
|
sl@36
|
42 |
this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
|
sl@36
|
43 |
this.tabPageClients = new System.Windows.Forms.TabPage();
|
sl@36
|
44 |
this.buttonCloseClients = new System.Windows.Forms.Button();
|
sl@36
|
45 |
this.buttonStartClient = new System.Windows.Forms.Button();
|
sl@36
|
46 |
this.treeViewClients = new System.Windows.Forms.TreeView();
|
sl@0
|
47 |
this.tabPageDisplay = new System.Windows.Forms.TabPage();
|
sl@54
|
48 |
this.buttonShowClock = new System.Windows.Forms.Button();
|
sl@54
|
49 |
this.buttonHideClock = new System.Windows.Forms.Button();
|
sl@52
|
50 |
this.buttonPowerOff = new System.Windows.Forms.Button();
|
sl@52
|
51 |
this.buttonPowerOn = new System.Windows.Forms.Button();
|
sl@59
|
52 |
this.labelTimerInterval = new System.Windows.Forms.Label();
|
sl@47
|
53 |
this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
|
sl@46
|
54 |
this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
|
sl@28
|
55 |
this.buttonSuspend = new System.Windows.Forms.Button();
|
sl@16
|
56 |
this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
|
sl@4
|
57 |
this.trackBarBrightness = new System.Windows.Forms.TrackBar();
|
sl@4
|
58 |
this.buttonFill = new System.Windows.Forms.Button();
|
sl@4
|
59 |
this.buttonClear = new System.Windows.Forms.Button();
|
sl@4
|
60 |
this.buttonClose = new System.Windows.Forms.Button();
|
sl@4
|
61 |
this.buttonOpen = new System.Windows.Forms.Button();
|
sl@0
|
62 |
this.buttonCapture = new System.Windows.Forms.Button();
|
sl@40
|
63 |
this.labelWarning = new System.Windows.Forms.Label();
|
sl@40
|
64 |
this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
|
sl@40
|
65 |
this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
|
sl@0
|
66 |
this.buttonFont = new System.Windows.Forms.Button();
|
sl@36
|
67 |
this.tabControl = new System.Windows.Forms.TabControl();
|
sl@38
|
68 |
this.tabPageDesign = new System.Windows.Forms.TabPage();
|
sl@59
|
69 |
this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
|
sl@41
|
70 |
this.buttonAlignRight = new System.Windows.Forms.Button();
|
sl@41
|
71 |
this.buttonAlignCenter = new System.Windows.Forms.Button();
|
sl@41
|
72 |
this.buttonAlignLeft = new System.Windows.Forms.Button();
|
sl@40
|
73 |
this.buttonRemoveColumn = new System.Windows.Forms.Button();
|
sl@40
|
74 |
this.buttonAddColumn = new System.Windows.Forms.Button();
|
sl@41
|
75 |
this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
|
sl@40
|
76 |
this.buttonRemoveRow = new System.Windows.Forms.Button();
|
sl@38
|
77 |
this.buttonAddRow = new System.Windows.Forms.Button();
|
sl@54
|
78 |
this.labelFontWidth = new System.Windows.Forms.Label();
|
sl@54
|
79 |
this.labelFontHeight = new System.Windows.Forms.Label();
|
sl@16
|
80 |
this.panelDisplay.SuspendLayout();
|
sl@16
|
81 |
this.tableLayoutPanel.SuspendLayout();
|
sl@36
|
82 |
this.statusStrip.SuspendLayout();
|
sl@36
|
83 |
this.tabPageClients.SuspendLayout();
|
sl@36
|
84 |
this.tabPageDisplay.SuspendLayout();
|
sl@4
|
85 |
((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
|
sl@36
|
86 |
this.tabControl.SuspendLayout();
|
sl@38
|
87 |
this.tabPageDesign.SuspendLayout();
|
sl@0
|
88 |
this.SuspendLayout();
|
sl@0
|
89 |
//
|
sl@36
|
90 |
// panelDisplay
|
sl@0
|
91 |
//
|
sl@36
|
92 |
this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
sl@36
|
93 |
this.panelDisplay.Controls.Add(this.tableLayoutPanel);
|
sl@36
|
94 |
this.panelDisplay.Location = new System.Drawing.Point(173, 40);
|
sl@36
|
95 |
this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
|
sl@36
|
96 |
this.panelDisplay.Name = "panelDisplay";
|
sl@36
|
97 |
this.panelDisplay.Size = new System.Drawing.Size(258, 66);
|
sl@36
|
98 |
this.panelDisplay.TabIndex = 12;
|
sl@36
|
99 |
//
|
sl@36
|
100 |
// tableLayoutPanel
|
sl@36
|
101 |
//
|
sl@36
|
102 |
this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@0
|
103 |
| System.Windows.Forms.AnchorStyles.Left)
|
sl@0
|
104 |
| System.Windows.Forms.AnchorStyles.Right)));
|
sl@60
|
105 |
this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
sl@36
|
106 |
this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
sl@36
|
107 |
this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
|
sl@36
|
108 |
this.tableLayoutPanel.ColumnCount = 1;
|
sl@59
|
109 |
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
sl@36
|
110 |
this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
|
sl@36
|
111 |
this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
|
sl@60
|
112 |
this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
sl@36
|
113 |
this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
sl@36
|
114 |
this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
|
sl@36
|
115 |
this.tableLayoutPanel.Name = "tableLayoutPanel";
|
sl@36
|
116 |
this.tableLayoutPanel.RowCount = 2;
|
sl@60
|
117 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
sl@60
|
118 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
sl@36
|
119 |
this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
|
sl@36
|
120 |
this.tableLayoutPanel.TabIndex = 5;
|
sl@36
|
121 |
//
|
sl@57
|
122 |
// marqueeLabelTop
|
sl@57
|
123 |
//
|
sl@57
|
124 |
this.marqueeLabelTop.AutoEllipsis = true;
|
sl@60
|
125 |
this.marqueeLabelTop.AutoSize = true;
|
sl@57
|
126 |
this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
|
sl@57
|
127 |
this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
|
sl@57
|
128 |
this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
|
sl@57
|
129 |
this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
|
sl@57
|
130 |
this.marqueeLabelTop.Name = "marqueeLabelTop";
|
sl@57
|
131 |
this.marqueeLabelTop.OwnTimer = false;
|
sl@57
|
132 |
this.marqueeLabelTop.PixelsPerSecond = 64;
|
sl@57
|
133 |
this.marqueeLabelTop.Separator = "|";
|
sl@57
|
134 |
this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
|
sl@57
|
135 |
this.marqueeLabelTop.TabIndex = 2;
|
sl@57
|
136 |
this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
|
sl@57
|
137 |
this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
sl@57
|
138 |
this.marqueeLabelTop.UseCompatibleTextRendering = true;
|
sl@57
|
139 |
//
|
sl@57
|
140 |
// marqueeLabelBottom
|
sl@57
|
141 |
//
|
sl@57
|
142 |
this.marqueeLabelBottom.AutoEllipsis = true;
|
sl@60
|
143 |
this.marqueeLabelBottom.AutoSize = true;
|
sl@57
|
144 |
this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
|
sl@57
|
145 |
this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
|
sl@57
|
146 |
this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
|
sl@57
|
147 |
this.marqueeLabelBottom.Name = "marqueeLabelBottom";
|
sl@57
|
148 |
this.marqueeLabelBottom.OwnTimer = false;
|
sl@57
|
149 |
this.marqueeLabelBottom.PixelsPerSecond = 64;
|
sl@57
|
150 |
this.marqueeLabelBottom.Separator = "|";
|
sl@57
|
151 |
this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
|
sl@57
|
152 |
this.marqueeLabelBottom.TabIndex = 3;
|
sl@57
|
153 |
this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
|
sl@57
|
154 |
this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
sl@57
|
155 |
this.marqueeLabelBottom.UseCompatibleTextRendering = true;
|
sl@57
|
156 |
//
|
sl@36
|
157 |
// timer
|
sl@36
|
158 |
//
|
sl@36
|
159 |
this.timer.Enabled = true;
|
sl@36
|
160 |
this.timer.Interval = 50;
|
sl@36
|
161 |
this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
sl@36
|
162 |
//
|
sl@36
|
163 |
// statusStrip
|
sl@36
|
164 |
//
|
sl@36
|
165 |
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
sl@36
|
166 |
this.toolStripStatusLabelConnect,
|
sl@36
|
167 |
this.toolStripStatusLabelSpring,
|
sl@36
|
168 |
this.toolStripStatusLabelPower,
|
sl@36
|
169 |
this.toolStripStatusLabelFps});
|
sl@40
|
170 |
this.statusStrip.Location = new System.Drawing.Point(0, 420);
|
sl@36
|
171 |
this.statusStrip.Name = "statusStrip";
|
sl@36
|
172 |
this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
sl@36
|
173 |
this.statusStrip.Size = new System.Drawing.Size(624, 22);
|
sl@36
|
174 |
this.statusStrip.TabIndex = 1;
|
sl@36
|
175 |
this.statusStrip.Text = "statusStrip";
|
sl@36
|
176 |
//
|
sl@36
|
177 |
// toolStripStatusLabelConnect
|
sl@36
|
178 |
//
|
sl@36
|
179 |
this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
|
sl@36
|
180 |
this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
|
sl@36
|
181 |
this.toolStripStatusLabelConnect.Text = "Not connected";
|
sl@36
|
182 |
//
|
sl@36
|
183 |
// toolStripStatusLabelSpring
|
sl@36
|
184 |
//
|
sl@36
|
185 |
this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
|
sl@36
|
186 |
this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
|
sl@36
|
187 |
this.toolStripStatusLabelSpring.Spring = true;
|
sl@36
|
188 |
//
|
sl@36
|
189 |
// toolStripStatusLabelPower
|
sl@36
|
190 |
//
|
sl@36
|
191 |
this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
|
sl@36
|
192 |
this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
|
sl@36
|
193 |
this.toolStripStatusLabelPower.Text = "NA";
|
sl@36
|
194 |
//
|
sl@36
|
195 |
// toolStripStatusLabelFps
|
sl@36
|
196 |
//
|
sl@36
|
197 |
this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
|
sl@36
|
198 |
this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
|
sl@36
|
199 |
this.toolStripStatusLabelFps.Text = "FPS";
|
sl@36
|
200 |
//
|
sl@36
|
201 |
// tabPageClients
|
sl@36
|
202 |
//
|
sl@36
|
203 |
this.tabPageClients.Controls.Add(this.buttonCloseClients);
|
sl@36
|
204 |
this.tabPageClients.Controls.Add(this.buttonStartClient);
|
sl@36
|
205 |
this.tabPageClients.Controls.Add(this.treeViewClients);
|
sl@36
|
206 |
this.tabPageClients.Location = new System.Drawing.Point(4, 22);
|
sl@36
|
207 |
this.tabPageClients.Name = "tabPageClients";
|
sl@36
|
208 |
this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
|
sl@40
|
209 |
this.tabPageClients.Size = new System.Drawing.Size(592, 242);
|
sl@36
|
210 |
this.tabPageClients.TabIndex = 2;
|
sl@36
|
211 |
this.tabPageClients.Text = "Clients";
|
sl@36
|
212 |
this.tabPageClients.UseVisualStyleBackColor = true;
|
sl@36
|
213 |
//
|
sl@36
|
214 |
// buttonCloseClients
|
sl@36
|
215 |
//
|
sl@36
|
216 |
this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
|
sl@36
|
217 |
this.buttonCloseClients.Name = "buttonCloseClients";
|
sl@36
|
218 |
this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
|
sl@36
|
219 |
this.buttonCloseClients.TabIndex = 20;
|
sl@36
|
220 |
this.buttonCloseClients.Text = "Close Clients";
|
sl@36
|
221 |
this.buttonCloseClients.UseVisualStyleBackColor = true;
|
sl@36
|
222 |
this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
|
sl@36
|
223 |
//
|
sl@36
|
224 |
// buttonStartClient
|
sl@36
|
225 |
//
|
sl@36
|
226 |
this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
|
sl@36
|
227 |
this.buttonStartClient.Name = "buttonStartClient";
|
sl@36
|
228 |
this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
|
sl@36
|
229 |
this.buttonStartClient.TabIndex = 19;
|
sl@36
|
230 |
this.buttonStartClient.Text = "Start Client";
|
sl@36
|
231 |
this.buttonStartClient.UseVisualStyleBackColor = true;
|
sl@36
|
232 |
this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
|
sl@36
|
233 |
//
|
sl@36
|
234 |
// treeViewClients
|
sl@36
|
235 |
//
|
sl@36
|
236 |
this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@36
|
237 |
| System.Windows.Forms.AnchorStyles.Left)
|
sl@36
|
238 |
| System.Windows.Forms.AnchorStyles.Right)));
|
sl@36
|
239 |
this.treeViewClients.Location = new System.Drawing.Point(87, 6);
|
sl@36
|
240 |
this.treeViewClients.Name = "treeViewClients";
|
sl@40
|
241 |
this.treeViewClients.Size = new System.Drawing.Size(499, 233);
|
sl@36
|
242 |
this.treeViewClients.TabIndex = 0;
|
sl@36
|
243 |
this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
|
sl@0
|
244 |
//
|
sl@0
|
245 |
// tabPageDisplay
|
sl@0
|
246 |
//
|
sl@53
|
247 |
this.tabPageDisplay.Controls.Add(this.buttonShowClock);
|
sl@53
|
248 |
this.tabPageDisplay.Controls.Add(this.buttonHideClock);
|
sl@52
|
249 |
this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
|
sl@52
|
250 |
this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
|
sl@59
|
251 |
this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
|
sl@47
|
252 |
this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
|
sl@46
|
253 |
this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
|
sl@27
|
254 |
this.tabPageDisplay.Controls.Add(this.buttonSuspend);
|
sl@13
|
255 |
this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
|
sl@3
|
256 |
this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
|
sl@3
|
257 |
this.tabPageDisplay.Controls.Add(this.buttonFill);
|
sl@3
|
258 |
this.tabPageDisplay.Controls.Add(this.buttonClear);
|
sl@3
|
259 |
this.tabPageDisplay.Controls.Add(this.buttonClose);
|
sl@3
|
260 |
this.tabPageDisplay.Controls.Add(this.buttonOpen);
|
sl@0
|
261 |
this.tabPageDisplay.Controls.Add(this.buttonCapture);
|
sl@0
|
262 |
this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
|
sl@0
|
263 |
this.tabPageDisplay.Name = "tabPageDisplay";
|
sl@0
|
264 |
this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
|
sl@40
|
265 |
this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
|
sl@0
|
266 |
this.tabPageDisplay.TabIndex = 0;
|
sl@0
|
267 |
this.tabPageDisplay.Text = "Display";
|
sl@0
|
268 |
this.tabPageDisplay.UseVisualStyleBackColor = true;
|
sl@0
|
269 |
//
|
sl@54
|
270 |
// buttonShowClock
|
sl@54
|
271 |
//
|
sl@54
|
272 |
this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
|
sl@54
|
273 |
this.buttonShowClock.Name = "buttonShowClock";
|
sl@54
|
274 |
this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
|
sl@54
|
275 |
this.buttonShowClock.TabIndex = 23;
|
sl@54
|
276 |
this.buttonShowClock.Text = "Show Clock";
|
sl@54
|
277 |
this.buttonShowClock.UseVisualStyleBackColor = true;
|
sl@54
|
278 |
this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
|
sl@54
|
279 |
//
|
sl@54
|
280 |
// buttonHideClock
|
sl@54
|
281 |
//
|
sl@54
|
282 |
this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
|
sl@54
|
283 |
this.buttonHideClock.Name = "buttonHideClock";
|
sl@54
|
284 |
this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
|
sl@54
|
285 |
this.buttonHideClock.TabIndex = 22;
|
sl@54
|
286 |
this.buttonHideClock.Text = "Hide Clock";
|
sl@54
|
287 |
this.buttonHideClock.UseVisualStyleBackColor = true;
|
sl@54
|
288 |
this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
|
sl@54
|
289 |
//
|
sl@52
|
290 |
// buttonPowerOff
|
sl@52
|
291 |
//
|
sl@52
|
292 |
this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
|
sl@52
|
293 |
this.buttonPowerOff.Name = "buttonPowerOff";
|
sl@52
|
294 |
this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
|
sl@52
|
295 |
this.buttonPowerOff.TabIndex = 21;
|
sl@52
|
296 |
this.buttonPowerOff.Text = "OFF";
|
sl@52
|
297 |
this.buttonPowerOff.UseVisualStyleBackColor = true;
|
sl@52
|
298 |
this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
|
sl@52
|
299 |
//
|
sl@52
|
300 |
// buttonPowerOn
|
sl@52
|
301 |
//
|
sl@52
|
302 |
this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
|
sl@52
|
303 |
this.buttonPowerOn.Name = "buttonPowerOn";
|
sl@52
|
304 |
this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
|
sl@52
|
305 |
this.buttonPowerOn.TabIndex = 20;
|
sl@52
|
306 |
this.buttonPowerOn.Text = "ON";
|
sl@52
|
307 |
this.buttonPowerOn.UseVisualStyleBackColor = true;
|
sl@52
|
308 |
this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
|
sl@52
|
309 |
//
|
sl@59
|
310 |
// labelTimerInterval
|
sl@52
|
311 |
//
|
sl@59
|
312 |
this.labelTimerInterval.AutoSize = true;
|
sl@59
|
313 |
this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
|
sl@59
|
314 |
this.labelTimerInterval.Name = "labelTimerInterval";
|
sl@59
|
315 |
this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
|
sl@59
|
316 |
this.labelTimerInterval.TabIndex = 19;
|
sl@59
|
317 |
this.labelTimerInterval.Text = "Timer interval (ms) :";
|
sl@52
|
318 |
//
|
sl@47
|
319 |
// maskedTextBoxTimerInterval
|
sl@47
|
320 |
//
|
sl@47
|
321 |
this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
|
sl@47
|
322 |
this.maskedTextBoxTimerInterval.Mask = "000";
|
sl@47
|
323 |
this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
|
sl@47
|
324 |
this.maskedTextBoxTimerInterval.PromptChar = ' ';
|
sl@47
|
325 |
this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
|
sl@47
|
326 |
this.maskedTextBoxTimerInterval.TabIndex = 18;
|
sl@47
|
327 |
this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
|
sl@47
|
328 |
//
|
sl@46
|
329 |
// comboBoxDisplayType
|
sl@46
|
330 |
//
|
sl@46
|
331 |
this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
sl@46
|
332 |
this.comboBoxDisplayType.FormattingEnabled = true;
|
sl@46
|
333 |
this.comboBoxDisplayType.Items.AddRange(new object[] {
|
sl@46
|
334 |
"Auto Detect",
|
sl@46
|
335 |
"Futaba GP1212A01A",
|
sl@46
|
336 |
"Futaba GP1212A02A"});
|
sl@46
|
337 |
this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
|
sl@46
|
338 |
this.comboBoxDisplayType.Name = "comboBoxDisplayType";
|
sl@46
|
339 |
this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
|
sl@46
|
340 |
this.comboBoxDisplayType.TabIndex = 17;
|
sl@46
|
341 |
this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
|
sl@46
|
342 |
//
|
sl@28
|
343 |
// buttonSuspend
|
sl@28
|
344 |
//
|
sl@36
|
345 |
this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
sl@40
|
346 |
this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
|
sl@28
|
347 |
this.buttonSuspend.Name = "buttonSuspend";
|
sl@28
|
348 |
this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
|
sl@28
|
349 |
this.buttonSuspend.TabIndex = 16;
|
sl@52
|
350 |
this.buttonSuspend.Text = "Pause";
|
sl@28
|
351 |
this.buttonSuspend.UseVisualStyleBackColor = true;
|
sl@28
|
352 |
this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
|
sl@28
|
353 |
//
|
sl@16
|
354 |
// checkBoxConnectOnStartup
|
sl@16
|
355 |
//
|
sl@36
|
356 |
this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
sl@16
|
357 |
this.checkBoxConnectOnStartup.AutoSize = true;
|
sl@40
|
358 |
this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
|
sl@16
|
359 |
this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
|
sl@16
|
360 |
this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
|
sl@16
|
361 |
this.checkBoxConnectOnStartup.TabIndex = 13;
|
sl@16
|
362 |
this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
|
sl@16
|
363 |
this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
|
sl@16
|
364 |
this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
|
sl@16
|
365 |
//
|
sl@4
|
366 |
// trackBarBrightness
|
sl@4
|
367 |
//
|
sl@7
|
368 |
this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@7
|
369 |
| System.Windows.Forms.AnchorStyles.Right)));
|
sl@4
|
370 |
this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
|
sl@7
|
371 |
this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
|
sl@4
|
372 |
this.trackBarBrightness.Name = "trackBarBrightness";
|
sl@4
|
373 |
this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
|
sl@40
|
374 |
this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
|
sl@4
|
375 |
this.trackBarBrightness.TabIndex = 10;
|
sl@4
|
376 |
this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
|
sl@4
|
377 |
this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
|
sl@4
|
378 |
//
|
sl@4
|
379 |
// buttonFill
|
sl@4
|
380 |
//
|
sl@4
|
381 |
this.buttonFill.Location = new System.Drawing.Point(6, 93);
|
sl@4
|
382 |
this.buttonFill.Name = "buttonFill";
|
sl@4
|
383 |
this.buttonFill.Size = new System.Drawing.Size(75, 23);
|
sl@4
|
384 |
this.buttonFill.TabIndex = 9;
|
sl@4
|
385 |
this.buttonFill.Text = "Fill";
|
sl@4
|
386 |
this.buttonFill.UseVisualStyleBackColor = true;
|
sl@4
|
387 |
this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
|
sl@4
|
388 |
//
|
sl@4
|
389 |
// buttonClear
|
sl@4
|
390 |
//
|
sl@4
|
391 |
this.buttonClear.Location = new System.Drawing.Point(6, 64);
|
sl@4
|
392 |
this.buttonClear.Name = "buttonClear";
|
sl@4
|
393 |
this.buttonClear.Size = new System.Drawing.Size(75, 23);
|
sl@4
|
394 |
this.buttonClear.TabIndex = 8;
|
sl@4
|
395 |
this.buttonClear.Text = "Clear";
|
sl@4
|
396 |
this.buttonClear.UseVisualStyleBackColor = true;
|
sl@4
|
397 |
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
|
sl@4
|
398 |
//
|
sl@4
|
399 |
// buttonClose
|
sl@4
|
400 |
//
|
sl@4
|
401 |
this.buttonClose.Location = new System.Drawing.Point(6, 35);
|
sl@4
|
402 |
this.buttonClose.Name = "buttonClose";
|
sl@4
|
403 |
this.buttonClose.Size = new System.Drawing.Size(75, 23);
|
sl@4
|
404 |
this.buttonClose.TabIndex = 7;
|
sl@4
|
405 |
this.buttonClose.Text = "Close";
|
sl@4
|
406 |
this.buttonClose.UseVisualStyleBackColor = true;
|
sl@4
|
407 |
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
sl@4
|
408 |
//
|
sl@4
|
409 |
// buttonOpen
|
sl@4
|
410 |
//
|
sl@4
|
411 |
this.buttonOpen.Location = new System.Drawing.Point(6, 6);
|
sl@4
|
412 |
this.buttonOpen.Name = "buttonOpen";
|
sl@4
|
413 |
this.buttonOpen.Size = new System.Drawing.Size(75, 23);
|
sl@4
|
414 |
this.buttonOpen.TabIndex = 6;
|
sl@4
|
415 |
this.buttonOpen.Text = "Open";
|
sl@4
|
416 |
this.buttonOpen.UseVisualStyleBackColor = true;
|
sl@4
|
417 |
this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
|
sl@4
|
418 |
//
|
sl@0
|
419 |
// buttonCapture
|
sl@0
|
420 |
//
|
sl@7
|
421 |
this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
sl@40
|
422 |
this.buttonCapture.Location = new System.Drawing.Point(6, 213);
|
sl@0
|
423 |
this.buttonCapture.Name = "buttonCapture";
|
sl@0
|
424 |
this.buttonCapture.Size = new System.Drawing.Size(75, 23);
|
sl@0
|
425 |
this.buttonCapture.TabIndex = 5;
|
sl@0
|
426 |
this.buttonCapture.Text = "Capture";
|
sl@0
|
427 |
this.buttonCapture.UseVisualStyleBackColor = true;
|
sl@0
|
428 |
this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
|
sl@0
|
429 |
//
|
sl@40
|
430 |
// labelWarning
|
sl@40
|
431 |
//
|
sl@40
|
432 |
this.labelWarning.AutoSize = true;
|
sl@40
|
433 |
this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
sl@40
|
434 |
this.labelWarning.ForeColor = System.Drawing.Color.Red;
|
sl@40
|
435 |
this.labelWarning.Location = new System.Drawing.Point(9, 9);
|
sl@40
|
436 |
this.labelWarning.Name = "labelWarning";
|
sl@40
|
437 |
this.labelWarning.Size = new System.Drawing.Size(80, 16);
|
sl@40
|
438 |
this.labelWarning.TabIndex = 18;
|
sl@40
|
439 |
this.labelWarning.Text = "WARNING";
|
sl@40
|
440 |
this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
sl@40
|
441 |
this.labelWarning.Visible = false;
|
sl@40
|
442 |
//
|
sl@40
|
443 |
// checkBoxFixedPitchFontOnly
|
sl@40
|
444 |
//
|
sl@40
|
445 |
this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
sl@40
|
446 |
this.checkBoxFixedPitchFontOnly.AutoSize = true;
|
sl@40
|
447 |
this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
|
sl@40
|
448 |
this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
|
sl@40
|
449 |
this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
|
sl@40
|
450 |
this.checkBoxFixedPitchFontOnly.TabIndex = 17;
|
sl@40
|
451 |
this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
|
sl@40
|
452 |
this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
|
sl@40
|
453 |
//
|
sl@40
|
454 |
// checkBoxShowBorders
|
sl@40
|
455 |
//
|
sl@40
|
456 |
this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
sl@40
|
457 |
this.checkBoxShowBorders.AutoSize = true;
|
sl@40
|
458 |
this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
|
sl@40
|
459 |
this.checkBoxShowBorders.Name = "checkBoxShowBorders";
|
sl@40
|
460 |
this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
|
sl@40
|
461 |
this.checkBoxShowBorders.TabIndex = 11;
|
sl@40
|
462 |
this.checkBoxShowBorders.Text = "Show borders";
|
sl@40
|
463 |
this.checkBoxShowBorders.UseVisualStyleBackColor = true;
|
sl@40
|
464 |
this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
|
sl@40
|
465 |
//
|
sl@0
|
466 |
// buttonFont
|
sl@0
|
467 |
//
|
sl@7
|
468 |
this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
sl@40
|
469 |
this.buttonFont.Location = new System.Drawing.Point(6, 213);
|
sl@0
|
470 |
this.buttonFont.Name = "buttonFont";
|
sl@0
|
471 |
this.buttonFont.Size = new System.Drawing.Size(75, 23);
|
sl@0
|
472 |
this.buttonFont.TabIndex = 0;
|
sl@0
|
473 |
this.buttonFont.Text = "Select Font";
|
sl@0
|
474 |
this.buttonFont.UseVisualStyleBackColor = true;
|
sl@0
|
475 |
this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
|
sl@0
|
476 |
//
|
sl@36
|
477 |
// tabControl
|
sl@0
|
478 |
//
|
sl@36
|
479 |
this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@34
|
480 |
| System.Windows.Forms.AnchorStyles.Left)
|
sl@34
|
481 |
| System.Windows.Forms.AnchorStyles.Right)));
|
sl@36
|
482 |
this.tabControl.Controls.Add(this.tabPageDisplay);
|
sl@36
|
483 |
this.tabControl.Controls.Add(this.tabPageClients);
|
sl@38
|
484 |
this.tabControl.Controls.Add(this.tabPageDesign);
|
sl@36
|
485 |
this.tabControl.Location = new System.Drawing.Point(12, 139);
|
sl@36
|
486 |
this.tabControl.Name = "tabControl";
|
sl@36
|
487 |
this.tabControl.SelectedIndex = 0;
|
sl@40
|
488 |
this.tabControl.Size = new System.Drawing.Size(600, 268);
|
sl@36
|
489 |
this.tabControl.TabIndex = 0;
|
sl@33
|
490 |
//
|
sl@38
|
491 |
// tabPageDesign
|
sl@38
|
492 |
//
|
sl@57
|
493 |
this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
|
sl@41
|
494 |
this.tabPageDesign.Controls.Add(this.buttonAlignRight);
|
sl@41
|
495 |
this.tabPageDesign.Controls.Add(this.buttonAlignCenter);
|
sl@41
|
496 |
this.tabPageDesign.Controls.Add(this.buttonAlignLeft);
|
sl@38
|
497 |
this.tabPageDesign.Controls.Add(this.buttonRemoveColumn);
|
sl@38
|
498 |
this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
|
sl@38
|
499 |
this.tabPageDesign.Controls.Add(this.buttonAddColumn);
|
sl@38
|
500 |
this.tabPageDesign.Controls.Add(this.buttonFont);
|
sl@40
|
501 |
this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
|
sl@38
|
502 |
this.tabPageDesign.Controls.Add(this.buttonRemoveRow);
|
sl@38
|
503 |
this.tabPageDesign.Controls.Add(this.buttonAddRow);
|
sl@38
|
504 |
this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
|
sl@38
|
505 |
this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
|
sl@38
|
506 |
this.tabPageDesign.Name = "tabPageDesign";
|
sl@38
|
507 |
this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
|
sl@40
|
508 |
this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
|
sl@38
|
509 |
this.tabPageDesign.TabIndex = 3;
|
sl@38
|
510 |
this.tabPageDesign.Text = "Design";
|
sl@38
|
511 |
this.tabPageDesign.UseVisualStyleBackColor = true;
|
sl@38
|
512 |
//
|
sl@59
|
513 |
// checkBoxInverseColors
|
sl@59
|
514 |
//
|
sl@59
|
515 |
this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
sl@59
|
516 |
this.checkBoxInverseColors.AutoSize = true;
|
sl@59
|
517 |
this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52);
|
sl@59
|
518 |
this.checkBoxInverseColors.Name = "checkBoxInverseColors";
|
sl@59
|
519 |
this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
|
sl@59
|
520 |
this.checkBoxInverseColors.TabIndex = 21;
|
sl@59
|
521 |
this.checkBoxInverseColors.Text = "Inverse colors";
|
sl@59
|
522 |
this.checkBoxInverseColors.UseVisualStyleBackColor = true;
|
sl@59
|
523 |
this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
|
sl@59
|
524 |
//
|
sl@41
|
525 |
// buttonAlignRight
|
sl@41
|
526 |
//
|
sl@41
|
527 |
this.buttonAlignRight.Location = new System.Drawing.Point(171, 105);
|
sl@41
|
528 |
this.buttonAlignRight.Name = "buttonAlignRight";
|
sl@41
|
529 |
this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
|
sl@41
|
530 |
this.buttonAlignRight.TabIndex = 20;
|
sl@41
|
531 |
this.buttonAlignRight.Text = "Align Right";
|
sl@41
|
532 |
this.buttonAlignRight.UseVisualStyleBackColor = true;
|
sl@41
|
533 |
this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
|
sl@41
|
534 |
//
|
sl@41
|
535 |
// buttonAlignCenter
|
sl@41
|
536 |
//
|
sl@41
|
537 |
this.buttonAlignCenter.Location = new System.Drawing.Point(89, 106);
|
sl@41
|
538 |
this.buttonAlignCenter.Name = "buttonAlignCenter";
|
sl@41
|
539 |
this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
|
sl@41
|
540 |
this.buttonAlignCenter.TabIndex = 19;
|
sl@41
|
541 |
this.buttonAlignCenter.Text = "Align Center";
|
sl@41
|
542 |
this.buttonAlignCenter.UseVisualStyleBackColor = true;
|
sl@41
|
543 |
this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
|
sl@41
|
544 |
//
|
sl@41
|
545 |
// buttonAlignLeft
|
sl@41
|
546 |
//
|
sl@41
|
547 |
this.buttonAlignLeft.Location = new System.Drawing.Point(7, 106);
|
sl@41
|
548 |
this.buttonAlignLeft.Name = "buttonAlignLeft";
|
sl@41
|
549 |
this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
|
sl@41
|
550 |
this.buttonAlignLeft.TabIndex = 18;
|
sl@41
|
551 |
this.buttonAlignLeft.Text = "Align Left";
|
sl@41
|
552 |
this.buttonAlignLeft.UseVisualStyleBackColor = true;
|
sl@41
|
553 |
this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
|
sl@41
|
554 |
//
|
sl@40
|
555 |
// buttonRemoveColumn
|
sl@40
|
556 |
//
|
sl@40
|
557 |
this.buttonRemoveColumn.Location = new System.Drawing.Point(89, 37);
|
sl@40
|
558 |
this.buttonRemoveColumn.Name = "buttonRemoveColumn";
|
sl@40
|
559 |
this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
|
sl@40
|
560 |
this.buttonRemoveColumn.TabIndex = 3;
|
sl@40
|
561 |
this.buttonRemoveColumn.Text = "Remove col.";
|
sl@40
|
562 |
this.buttonRemoveColumn.UseVisualStyleBackColor = true;
|
sl@40
|
563 |
this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
|
sl@40
|
564 |
//
|
sl@40
|
565 |
// buttonAddColumn
|
sl@40
|
566 |
//
|
sl@40
|
567 |
this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
|
sl@40
|
568 |
this.buttonAddColumn.Name = "buttonAddColumn";
|
sl@40
|
569 |
this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
|
sl@40
|
570 |
this.buttonAddColumn.TabIndex = 2;
|
sl@40
|
571 |
this.buttonAddColumn.Text = "Add column";
|
sl@40
|
572 |
this.buttonAddColumn.UseVisualStyleBackColor = true;
|
sl@40
|
573 |
this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
|
sl@40
|
574 |
//
|
sl@41
|
575 |
// checkBoxReverseScreen
|
sl@41
|
576 |
//
|
sl@41
|
577 |
this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
sl@41
|
578 |
this.checkBoxReverseScreen.AutoSize = true;
|
sl@41
|
579 |
this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
|
sl@41
|
580 |
this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
|
sl@41
|
581 |
this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
|
sl@41
|
582 |
this.checkBoxReverseScreen.TabIndex = 14;
|
sl@41
|
583 |
this.checkBoxReverseScreen.Text = "Reverse screen";
|
sl@41
|
584 |
this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
|
sl@41
|
585 |
this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
|
sl@41
|
586 |
//
|
sl@40
|
587 |
// buttonRemoveRow
|
sl@40
|
588 |
//
|
sl@40
|
589 |
this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
|
sl@40
|
590 |
this.buttonRemoveRow.Name = "buttonRemoveRow";
|
sl@40
|
591 |
this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
|
sl@40
|
592 |
this.buttonRemoveRow.TabIndex = 1;
|
sl@40
|
593 |
this.buttonRemoveRow.Text = "Remove row";
|
sl@40
|
594 |
this.buttonRemoveRow.UseVisualStyleBackColor = true;
|
sl@40
|
595 |
this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
|
sl@40
|
596 |
//
|
sl@38
|
597 |
// buttonAddRow
|
sl@38
|
598 |
//
|
sl@38
|
599 |
this.buttonAddRow.Location = new System.Drawing.Point(7, 7);
|
sl@38
|
600 |
this.buttonAddRow.Name = "buttonAddRow";
|
sl@38
|
601 |
this.buttonAddRow.Size = new System.Drawing.Size(75, 23);
|
sl@38
|
602 |
this.buttonAddRow.TabIndex = 0;
|
sl@38
|
603 |
this.buttonAddRow.Text = "Add row";
|
sl@38
|
604 |
this.buttonAddRow.UseVisualStyleBackColor = true;
|
sl@38
|
605 |
this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
|
sl@38
|
606 |
//
|
sl@54
|
607 |
// labelFontWidth
|
sl@53
|
608 |
//
|
sl@54
|
609 |
this.labelFontWidth.AutoSize = true;
|
sl@54
|
610 |
this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
|
sl@54
|
611 |
this.labelFontWidth.Name = "labelFontWidth";
|
sl@54
|
612 |
this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
|
sl@54
|
613 |
this.labelFontWidth.TabIndex = 19;
|
sl@54
|
614 |
this.labelFontWidth.Text = "Font width";
|
sl@53
|
615 |
//
|
sl@54
|
616 |
// labelFontHeight
|
sl@53
|
617 |
//
|
sl@54
|
618 |
this.labelFontHeight.AutoSize = true;
|
sl@54
|
619 |
this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
|
sl@54
|
620 |
this.labelFontHeight.Name = "labelFontHeight";
|
sl@54
|
621 |
this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
|
sl@54
|
622 |
this.labelFontHeight.TabIndex = 20;
|
sl@54
|
623 |
this.labelFontHeight.Text = "Font height";
|
sl@53
|
624 |
//
|
sl@0
|
625 |
// MainForm
|
sl@0
|
626 |
//
|
sl@0
|
627 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
sl@0
|
628 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
sl@40
|
629 |
this.ClientSize = new System.Drawing.Size(624, 442);
|
sl@54
|
630 |
this.Controls.Add(this.labelFontHeight);
|
sl@54
|
631 |
this.Controls.Add(this.labelFontWidth);
|
sl@38
|
632 |
this.Controls.Add(this.labelWarning);
|
sl@7
|
633 |
this.Controls.Add(this.statusStrip);
|
sl@0
|
634 |
this.Controls.Add(this.tabControl);
|
sl@36
|
635 |
this.Controls.Add(this.panelDisplay);
|
sl@7
|
636 |
this.MinimumSize = new System.Drawing.Size(640, 480);
|
sl@0
|
637 |
this.Name = "MainForm";
|
sl@0
|
638 |
this.Text = "Sharp Display Manager";
|
sl@17
|
639 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
sl@13
|
640 |
this.Load += new System.EventHandler(this.MainForm_Load);
|
sl@14
|
641 |
this.Resize += new System.EventHandler(this.MainForm_Resize);
|
sl@36
|
642 |
this.panelDisplay.ResumeLayout(false);
|
sl@36
|
643 |
this.tableLayoutPanel.ResumeLayout(false);
|
sl@60
|
644 |
this.tableLayoutPanel.PerformLayout();
|
sl@36
|
645 |
this.statusStrip.ResumeLayout(false);
|
sl@36
|
646 |
this.statusStrip.PerformLayout();
|
sl@36
|
647 |
this.tabPageClients.ResumeLayout(false);
|
sl@0
|
648 |
this.tabPageDisplay.ResumeLayout(false);
|
sl@3
|
649 |
this.tabPageDisplay.PerformLayout();
|
sl@4
|
650 |
((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
|
sl@36
|
651 |
this.tabControl.ResumeLayout(false);
|
sl@38
|
652 |
this.tabPageDesign.ResumeLayout(false);
|
sl@38
|
653 |
this.tabPageDesign.PerformLayout();
|
sl@0
|
654 |
this.ResumeLayout(false);
|
sl@7
|
655 |
this.PerformLayout();
|
sl@0
|
656 |
|
sl@0
|
657 |
}
|
sl@0
|
658 |
|
sl@0
|
659 |
#endregion
|
sl@0
|
660 |
|
sl@0
|
661 |
private System.Windows.Forms.FontDialog fontDialog;
|
sl@2
|
662 |
private System.Windows.Forms.Timer timer;
|
sl@7
|
663 |
private System.Windows.Forms.StatusStrip statusStrip;
|
sl@7
|
664 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
|
sl@8
|
665 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
|
sl@8
|
666 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
|
sl@12
|
667 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
|
sl@13
|
668 |
private System.Windows.Forms.Panel panelDisplay;
|
sl@13
|
669 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
|
sl@30
|
670 |
private MarqueeLabel marqueeLabelTop;
|
sl@30
|
671 |
private MarqueeLabel marqueeLabelBottom;
|
sl@30
|
672 |
private System.Windows.Forms.TabPage tabPageClients;
|
sl@30
|
673 |
private System.Windows.Forms.TreeView treeViewClients;
|
sl@36
|
674 |
private System.Windows.Forms.TabPage tabPageDisplay;
|
sl@36
|
675 |
private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
|
sl@36
|
676 |
private System.Windows.Forms.Button buttonSuspend;
|
sl@36
|
677 |
private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
|
sl@36
|
678 |
private System.Windows.Forms.CheckBox checkBoxShowBorders;
|
sl@36
|
679 |
private System.Windows.Forms.TrackBar trackBarBrightness;
|
sl@36
|
680 |
private System.Windows.Forms.Button buttonFill;
|
sl@36
|
681 |
private System.Windows.Forms.Button buttonClear;
|
sl@36
|
682 |
private System.Windows.Forms.Button buttonClose;
|
sl@36
|
683 |
private System.Windows.Forms.Button buttonOpen;
|
sl@36
|
684 |
private System.Windows.Forms.Button buttonCapture;
|
sl@36
|
685 |
private System.Windows.Forms.Button buttonFont;
|
sl@36
|
686 |
private System.Windows.Forms.TabControl tabControl;
|
sl@36
|
687 |
private System.Windows.Forms.Button buttonCloseClients;
|
sl@36
|
688 |
private System.Windows.Forms.Button buttonStartClient;
|
sl@36
|
689 |
private System.Windows.Forms.Label labelWarning;
|
sl@38
|
690 |
private System.Windows.Forms.TabPage tabPageDesign;
|
sl@38
|
691 |
private System.Windows.Forms.Button buttonRemoveColumn;
|
sl@38
|
692 |
private System.Windows.Forms.Button buttonAddColumn;
|
sl@38
|
693 |
private System.Windows.Forms.Button buttonRemoveRow;
|
sl@38
|
694 |
private System.Windows.Forms.Button buttonAddRow;
|
sl@40
|
695 |
private System.Windows.Forms.CheckBox checkBoxReverseScreen;
|
sl@41
|
696 |
private System.Windows.Forms.Button buttonAlignRight;
|
sl@41
|
697 |
private System.Windows.Forms.Button buttonAlignCenter;
|
sl@41
|
698 |
private System.Windows.Forms.Button buttonAlignLeft;
|
sl@46
|
699 |
private System.Windows.Forms.ComboBox comboBoxDisplayType;
|
sl@47
|
700 |
private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
|
sl@59
|
701 |
private System.Windows.Forms.Label labelTimerInterval;
|
sl@52
|
702 |
private System.Windows.Forms.Button buttonPowerOff;
|
sl@52
|
703 |
private System.Windows.Forms.Button buttonPowerOn;
|
sl@53
|
704 |
private System.Windows.Forms.Button buttonShowClock;
|
sl@53
|
705 |
private System.Windows.Forms.Button buttonHideClock;
|
sl@54
|
706 |
private System.Windows.Forms.Label labelFontWidth;
|
sl@54
|
707 |
private System.Windows.Forms.Label labelFontHeight;
|
sl@57
|
708 |
private System.Windows.Forms.CheckBox checkBoxInverseColors;
|
sl@0
|
709 |
}
|
sl@0
|
710 |
}
|
sl@0
|
711 |
|