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@102
|
16 |
if (disposing)
|
sl@0
|
17 |
{
|
sl@102
|
18 |
if (iNotifyIcon != null)
|
sl@102
|
19 |
{
|
sl@102
|
20 |
iNotifyIcon.Dispose();
|
sl@102
|
21 |
iNotifyIcon = null;
|
sl@102
|
22 |
}
|
sl@102
|
23 |
|
sl@102
|
24 |
if (components != null)
|
sl@102
|
25 |
{
|
sl@102
|
26 |
components.Dispose();
|
sl@102
|
27 |
}
|
sl@0
|
28 |
}
|
sl@0
|
29 |
base.Dispose(disposing);
|
sl@0
|
30 |
}
|
sl@0
|
31 |
|
sl@0
|
32 |
#region Windows Form Designer generated code
|
sl@0
|
33 |
|
sl@0
|
34 |
/// <summary>
|
sl@0
|
35 |
/// Required method for Designer support - do not modify
|
sl@0
|
36 |
/// the contents of this method with the code editor.
|
sl@0
|
37 |
/// </summary>
|
sl@0
|
38 |
private void InitializeComponent()
|
sl@0
|
39 |
{
|
StephaneLenclud@152
|
40 |
this.components = new System.ComponentModel.Container();
|
StephaneLenclud@152
|
41 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
StephaneLenclud@152
|
42 |
this.panelDisplay = new System.Windows.Forms.Panel();
|
StephaneLenclud@152
|
43 |
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
StephaneLenclud@152
|
44 |
this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
|
StephaneLenclud@152
|
45 |
this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
|
StephaneLenclud@152
|
46 |
this.fontDialog = new System.Windows.Forms.FontDialog();
|
StephaneLenclud@152
|
47 |
this.timer = new System.Windows.Forms.Timer(this.components);
|
StephaneLenclud@152
|
48 |
this.statusStrip = new System.Windows.Forms.StatusStrip();
|
StephaneLenclud@152
|
49 |
this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
|
StephaneLenclud@152
|
50 |
this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
|
StephaneLenclud@152
|
51 |
this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
|
StephaneLenclud@152
|
52 |
this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
|
StephaneLenclud@152
|
53 |
this.tabPageClients = new System.Windows.Forms.TabPage();
|
StephaneLenclud@152
|
54 |
this.buttonCloseClients = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
55 |
this.buttonStartClient = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
56 |
this.treeViewClients = new System.Windows.Forms.TreeView();
|
StephaneLenclud@152
|
57 |
this.tabPageDisplay = new System.Windows.Forms.TabPage();
|
StephaneLenclud@152
|
58 |
this.buttonShowClock = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
59 |
this.buttonHideClock = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
60 |
this.buttonPowerOff = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
61 |
this.buttonPowerOn = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
62 |
this.labelTimerInterval = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
63 |
this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
|
StephaneLenclud@152
|
64 |
this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
|
StephaneLenclud@152
|
65 |
this.buttonSuspend = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
66 |
this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
67 |
this.trackBarBrightness = new System.Windows.Forms.TrackBar();
|
StephaneLenclud@152
|
68 |
this.buttonFill = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
69 |
this.buttonClear = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
70 |
this.buttonClose = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
71 |
this.buttonOpen = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
72 |
this.buttonCapture = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
73 |
this.labelWarning = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
74 |
this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
75 |
this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
76 |
this.buttonFont = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
77 |
this.tabControl = new System.Windows.Forms.TabControl();
|
StephaneLenclud@152
|
78 |
this.tabPageDesign = new System.Windows.Forms.TabPage();
|
StephaneLenclud@152
|
79 |
this.labelScrollingSpeed = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
80 |
this.maskedTextBoxScrollingSpeed = new System.Windows.Forms.MaskedTextBox();
|
StephaneLenclud@152
|
81 |
this.labelScrollLoopSeparator = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
82 |
this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox();
|
StephaneLenclud@152
|
83 |
this.labelMinFontSize = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
84 |
this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox();
|
StephaneLenclud@152
|
85 |
this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
86 |
this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
87 |
this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
88 |
this.tabPageAudio = new System.Windows.Forms.TabPage();
|
StephaneLenclud@152
|
89 |
this.labelDefaultAudioDevice = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
90 |
this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
91 |
this.checkBoxMute = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
92 |
this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
|
StephaneLenclud@152
|
93 |
this.tabPageInput = new System.Windows.Forms.TabPage();
|
StephaneLenclud@153
|
94 |
this.comboBoxOpticalDrives = new System.Windows.Forms.ComboBox();
|
StephaneLenclud@153
|
95 |
this.labelOpticalDriveEject = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
96 |
this.pictureBoxGreenStart = new System.Windows.Forms.PictureBox();
|
StephaneLenclud@152
|
97 |
this.labelStartFileName = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
98 |
this.buttonSelectFile = new System.Windows.Forms.Button();
|
StephaneLenclud@168
|
99 |
this.tabPageCec = new System.Windows.Forms.TabPage();
|
StephaneLenclud@168
|
100 |
this.checkBoxCecMonitorOn = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@168
|
101 |
this.checkBoxCecMonitorOff = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@168
|
102 |
this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@168
|
103 |
this.labelHdmiPort = new System.Windows.Forms.Label();
|
StephaneLenclud@168
|
104 |
this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox();
|
StephaneLenclud@152
|
105 |
this.tabPageApp = new System.Windows.Forms.TabPage();
|
StephaneLenclud@152
|
106 |
this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
107 |
this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
108 |
this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
109 |
this.buttonUpdate = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
110 |
this.labelFontWidth = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
111 |
this.labelFontHeight = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
112 |
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
StephaneLenclud@152
|
113 |
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
StephaneLenclud@152
|
114 |
this.panelDisplay.SuspendLayout();
|
StephaneLenclud@152
|
115 |
this.tableLayoutPanel.SuspendLayout();
|
StephaneLenclud@152
|
116 |
this.statusStrip.SuspendLayout();
|
StephaneLenclud@152
|
117 |
this.tabPageClients.SuspendLayout();
|
StephaneLenclud@152
|
118 |
this.tabPageDisplay.SuspendLayout();
|
StephaneLenclud@152
|
119 |
((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
|
StephaneLenclud@152
|
120 |
this.tabControl.SuspendLayout();
|
StephaneLenclud@152
|
121 |
this.tabPageDesign.SuspendLayout();
|
StephaneLenclud@152
|
122 |
this.tabPageAudio.SuspendLayout();
|
StephaneLenclud@152
|
123 |
((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
|
StephaneLenclud@152
|
124 |
this.tabPageInput.SuspendLayout();
|
StephaneLenclud@152
|
125 |
((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit();
|
StephaneLenclud@168
|
126 |
this.tabPageCec.SuspendLayout();
|
StephaneLenclud@152
|
127 |
this.tabPageApp.SuspendLayout();
|
StephaneLenclud@152
|
128 |
this.SuspendLayout();
|
StephaneLenclud@152
|
129 |
//
|
StephaneLenclud@152
|
130 |
// panelDisplay
|
StephaneLenclud@152
|
131 |
//
|
StephaneLenclud@152
|
132 |
this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
StephaneLenclud@152
|
133 |
this.panelDisplay.Controls.Add(this.tableLayoutPanel);
|
StephaneLenclud@152
|
134 |
this.panelDisplay.Location = new System.Drawing.Point(173, 40);
|
StephaneLenclud@152
|
135 |
this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
|
StephaneLenclud@152
|
136 |
this.panelDisplay.Name = "panelDisplay";
|
StephaneLenclud@152
|
137 |
this.panelDisplay.Size = new System.Drawing.Size(258, 66);
|
StephaneLenclud@152
|
138 |
this.panelDisplay.TabIndex = 12;
|
StephaneLenclud@152
|
139 |
//
|
StephaneLenclud@152
|
140 |
// tableLayoutPanel
|
StephaneLenclud@152
|
141 |
//
|
StephaneLenclud@152
|
142 |
this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@0
|
143 |
| System.Windows.Forms.AnchorStyles.Left)
|
sl@0
|
144 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
145 |
this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
StephaneLenclud@152
|
146 |
this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
StephaneLenclud@152
|
147 |
this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
|
StephaneLenclud@152
|
148 |
this.tableLayoutPanel.ColumnCount = 1;
|
StephaneLenclud@152
|
149 |
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
StephaneLenclud@152
|
150 |
this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
|
StephaneLenclud@152
|
151 |
this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
|
StephaneLenclud@152
|
152 |
this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
StephaneLenclud@152
|
153 |
this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
StephaneLenclud@152
|
154 |
this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
|
StephaneLenclud@152
|
155 |
this.tableLayoutPanel.Name = "tableLayoutPanel";
|
StephaneLenclud@152
|
156 |
this.tableLayoutPanel.RowCount = 2;
|
StephaneLenclud@152
|
157 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
StephaneLenclud@152
|
158 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
StephaneLenclud@152
|
159 |
this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
|
StephaneLenclud@152
|
160 |
this.tableLayoutPanel.TabIndex = 5;
|
StephaneLenclud@152
|
161 |
this.tableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
|
StephaneLenclud@152
|
162 |
//
|
StephaneLenclud@152
|
163 |
// marqueeLabelTop
|
StephaneLenclud@152
|
164 |
//
|
StephaneLenclud@152
|
165 |
this.marqueeLabelTop.AutoEllipsis = true;
|
StephaneLenclud@152
|
166 |
this.marqueeLabelTop.AutoSize = true;
|
StephaneLenclud@152
|
167 |
this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
|
StephaneLenclud@152
|
168 |
this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
|
StephaneLenclud@152
|
169 |
this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
|
StephaneLenclud@152
|
170 |
this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
|
StephaneLenclud@152
|
171 |
this.marqueeLabelTop.MinFontSize = 15F;
|
StephaneLenclud@152
|
172 |
this.marqueeLabelTop.Name = "marqueeLabelTop";
|
StephaneLenclud@152
|
173 |
this.marqueeLabelTop.OwnTimer = false;
|
StephaneLenclud@152
|
174 |
this.marqueeLabelTop.PixelsPerSecond = 64;
|
StephaneLenclud@152
|
175 |
this.marqueeLabelTop.ScaleToFit = true;
|
StephaneLenclud@152
|
176 |
this.marqueeLabelTop.Separator = "|";
|
StephaneLenclud@152
|
177 |
this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
|
StephaneLenclud@152
|
178 |
this.marqueeLabelTop.TabIndex = 2;
|
StephaneLenclud@152
|
179 |
this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
|
StephaneLenclud@152
|
180 |
this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
StephaneLenclud@152
|
181 |
this.marqueeLabelTop.UseCompatibleTextRendering = true;
|
StephaneLenclud@152
|
182 |
//
|
StephaneLenclud@152
|
183 |
// marqueeLabelBottom
|
StephaneLenclud@152
|
184 |
//
|
StephaneLenclud@152
|
185 |
this.marqueeLabelBottom.AutoEllipsis = true;
|
StephaneLenclud@152
|
186 |
this.marqueeLabelBottom.AutoSize = true;
|
StephaneLenclud@152
|
187 |
this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
|
StephaneLenclud@152
|
188 |
this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
|
StephaneLenclud@152
|
189 |
this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
|
StephaneLenclud@152
|
190 |
this.marqueeLabelBottom.MinFontSize = 15F;
|
StephaneLenclud@152
|
191 |
this.marqueeLabelBottom.Name = "marqueeLabelBottom";
|
StephaneLenclud@152
|
192 |
this.marqueeLabelBottom.OwnTimer = false;
|
StephaneLenclud@152
|
193 |
this.marqueeLabelBottom.PixelsPerSecond = 64;
|
StephaneLenclud@152
|
194 |
this.marqueeLabelBottom.ScaleToFit = true;
|
StephaneLenclud@152
|
195 |
this.marqueeLabelBottom.Separator = "|";
|
StephaneLenclud@152
|
196 |
this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
|
StephaneLenclud@152
|
197 |
this.marqueeLabelBottom.TabIndex = 3;
|
StephaneLenclud@152
|
198 |
this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
|
StephaneLenclud@152
|
199 |
this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
StephaneLenclud@152
|
200 |
this.marqueeLabelBottom.UseCompatibleTextRendering = true;
|
StephaneLenclud@152
|
201 |
//
|
StephaneLenclud@152
|
202 |
// timer
|
StephaneLenclud@152
|
203 |
//
|
StephaneLenclud@152
|
204 |
this.timer.Enabled = true;
|
StephaneLenclud@152
|
205 |
this.timer.Interval = 50;
|
StephaneLenclud@152
|
206 |
this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
StephaneLenclud@152
|
207 |
//
|
StephaneLenclud@152
|
208 |
// statusStrip
|
StephaneLenclud@152
|
209 |
//
|
StephaneLenclud@152
|
210 |
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
sl@36
|
211 |
this.toolStripStatusLabelConnect,
|
sl@36
|
212 |
this.toolStripStatusLabelSpring,
|
sl@36
|
213 |
this.toolStripStatusLabelPower,
|
sl@36
|
214 |
this.toolStripStatusLabelFps});
|
StephaneLenclud@152
|
215 |
this.statusStrip.Location = new System.Drawing.Point(0, 420);
|
StephaneLenclud@152
|
216 |
this.statusStrip.Name = "statusStrip";
|
StephaneLenclud@152
|
217 |
this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
StephaneLenclud@152
|
218 |
this.statusStrip.Size = new System.Drawing.Size(624, 22);
|
StephaneLenclud@152
|
219 |
this.statusStrip.TabIndex = 1;
|
StephaneLenclud@152
|
220 |
this.statusStrip.Text = "statusStrip";
|
StephaneLenclud@152
|
221 |
//
|
StephaneLenclud@152
|
222 |
// toolStripStatusLabelConnect
|
StephaneLenclud@152
|
223 |
//
|
StephaneLenclud@152
|
224 |
this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
|
StephaneLenclud@152
|
225 |
this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
|
StephaneLenclud@152
|
226 |
this.toolStripStatusLabelConnect.Text = "Not connected";
|
StephaneLenclud@152
|
227 |
//
|
StephaneLenclud@152
|
228 |
// toolStripStatusLabelSpring
|
StephaneLenclud@152
|
229 |
//
|
StephaneLenclud@152
|
230 |
this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
|
StephaneLenclud@152
|
231 |
this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
|
StephaneLenclud@152
|
232 |
this.toolStripStatusLabelSpring.Spring = true;
|
StephaneLenclud@152
|
233 |
//
|
StephaneLenclud@152
|
234 |
// toolStripStatusLabelPower
|
StephaneLenclud@152
|
235 |
//
|
StephaneLenclud@152
|
236 |
this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
|
StephaneLenclud@152
|
237 |
this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
|
StephaneLenclud@152
|
238 |
this.toolStripStatusLabelPower.Text = "NA";
|
StephaneLenclud@152
|
239 |
//
|
StephaneLenclud@152
|
240 |
// toolStripStatusLabelFps
|
StephaneLenclud@152
|
241 |
//
|
StephaneLenclud@152
|
242 |
this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
|
StephaneLenclud@152
|
243 |
this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
|
StephaneLenclud@152
|
244 |
this.toolStripStatusLabelFps.Text = "FPS";
|
StephaneLenclud@152
|
245 |
//
|
StephaneLenclud@152
|
246 |
// tabPageClients
|
StephaneLenclud@152
|
247 |
//
|
StephaneLenclud@152
|
248 |
this.tabPageClients.Controls.Add(this.buttonCloseClients);
|
StephaneLenclud@152
|
249 |
this.tabPageClients.Controls.Add(this.buttonStartClient);
|
StephaneLenclud@152
|
250 |
this.tabPageClients.Controls.Add(this.treeViewClients);
|
StephaneLenclud@152
|
251 |
this.tabPageClients.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
252 |
this.tabPageClients.Name = "tabPageClients";
|
StephaneLenclud@152
|
253 |
this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@152
|
254 |
this.tabPageClients.Size = new System.Drawing.Size(592, 242);
|
StephaneLenclud@152
|
255 |
this.tabPageClients.TabIndex = 2;
|
StephaneLenclud@152
|
256 |
this.tabPageClients.Text = "Clients";
|
StephaneLenclud@152
|
257 |
this.tabPageClients.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
258 |
//
|
StephaneLenclud@152
|
259 |
// buttonCloseClients
|
StephaneLenclud@152
|
260 |
//
|
StephaneLenclud@152
|
261 |
this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
|
StephaneLenclud@152
|
262 |
this.buttonCloseClients.Name = "buttonCloseClients";
|
StephaneLenclud@152
|
263 |
this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
264 |
this.buttonCloseClients.TabIndex = 20;
|
StephaneLenclud@152
|
265 |
this.buttonCloseClients.Text = "Close Clients";
|
StephaneLenclud@152
|
266 |
this.buttonCloseClients.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
267 |
this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
|
StephaneLenclud@152
|
268 |
//
|
StephaneLenclud@152
|
269 |
// buttonStartClient
|
StephaneLenclud@152
|
270 |
//
|
StephaneLenclud@152
|
271 |
this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
|
StephaneLenclud@152
|
272 |
this.buttonStartClient.Name = "buttonStartClient";
|
StephaneLenclud@152
|
273 |
this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
274 |
this.buttonStartClient.TabIndex = 19;
|
StephaneLenclud@152
|
275 |
this.buttonStartClient.Text = "Start Client";
|
StephaneLenclud@152
|
276 |
this.buttonStartClient.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
277 |
this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
|
StephaneLenclud@152
|
278 |
//
|
StephaneLenclud@152
|
279 |
// treeViewClients
|
StephaneLenclud@152
|
280 |
//
|
StephaneLenclud@152
|
281 |
this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@36
|
282 |
| System.Windows.Forms.AnchorStyles.Left)
|
sl@36
|
283 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
284 |
this.treeViewClients.Location = new System.Drawing.Point(87, 6);
|
StephaneLenclud@152
|
285 |
this.treeViewClients.Name = "treeViewClients";
|
StephaneLenclud@152
|
286 |
this.treeViewClients.Size = new System.Drawing.Size(499, 233);
|
StephaneLenclud@152
|
287 |
this.treeViewClients.TabIndex = 0;
|
StephaneLenclud@152
|
288 |
this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
|
StephaneLenclud@152
|
289 |
//
|
StephaneLenclud@152
|
290 |
// tabPageDisplay
|
StephaneLenclud@152
|
291 |
//
|
StephaneLenclud@152
|
292 |
this.tabPageDisplay.Controls.Add(this.buttonShowClock);
|
StephaneLenclud@152
|
293 |
this.tabPageDisplay.Controls.Add(this.buttonHideClock);
|
StephaneLenclud@152
|
294 |
this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
|
StephaneLenclud@152
|
295 |
this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
|
StephaneLenclud@152
|
296 |
this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
|
StephaneLenclud@152
|
297 |
this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
|
StephaneLenclud@152
|
298 |
this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
|
StephaneLenclud@152
|
299 |
this.tabPageDisplay.Controls.Add(this.buttonSuspend);
|
StephaneLenclud@152
|
300 |
this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
|
StephaneLenclud@152
|
301 |
this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
|
StephaneLenclud@152
|
302 |
this.tabPageDisplay.Controls.Add(this.buttonFill);
|
StephaneLenclud@152
|
303 |
this.tabPageDisplay.Controls.Add(this.buttonClear);
|
StephaneLenclud@152
|
304 |
this.tabPageDisplay.Controls.Add(this.buttonClose);
|
StephaneLenclud@152
|
305 |
this.tabPageDisplay.Controls.Add(this.buttonOpen);
|
StephaneLenclud@152
|
306 |
this.tabPageDisplay.Controls.Add(this.buttonCapture);
|
StephaneLenclud@152
|
307 |
this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
308 |
this.tabPageDisplay.Name = "tabPageDisplay";
|
StephaneLenclud@152
|
309 |
this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@152
|
310 |
this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
|
StephaneLenclud@152
|
311 |
this.tabPageDisplay.TabIndex = 0;
|
StephaneLenclud@152
|
312 |
this.tabPageDisplay.Text = "Display";
|
StephaneLenclud@152
|
313 |
this.tabPageDisplay.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
314 |
//
|
StephaneLenclud@152
|
315 |
// buttonShowClock
|
StephaneLenclud@152
|
316 |
//
|
StephaneLenclud@152
|
317 |
this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
|
StephaneLenclud@152
|
318 |
this.buttonShowClock.Name = "buttonShowClock";
|
StephaneLenclud@152
|
319 |
this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
320 |
this.buttonShowClock.TabIndex = 23;
|
StephaneLenclud@152
|
321 |
this.buttonShowClock.Text = "Show Clock";
|
StephaneLenclud@152
|
322 |
this.buttonShowClock.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
323 |
this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
|
StephaneLenclud@152
|
324 |
//
|
StephaneLenclud@152
|
325 |
// buttonHideClock
|
StephaneLenclud@152
|
326 |
//
|
StephaneLenclud@152
|
327 |
this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
|
StephaneLenclud@152
|
328 |
this.buttonHideClock.Name = "buttonHideClock";
|
StephaneLenclud@152
|
329 |
this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
330 |
this.buttonHideClock.TabIndex = 22;
|
StephaneLenclud@152
|
331 |
this.buttonHideClock.Text = "Hide Clock";
|
StephaneLenclud@152
|
332 |
this.buttonHideClock.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
333 |
this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
|
StephaneLenclud@152
|
334 |
//
|
StephaneLenclud@152
|
335 |
// buttonPowerOff
|
StephaneLenclud@152
|
336 |
//
|
StephaneLenclud@152
|
337 |
this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
|
StephaneLenclud@152
|
338 |
this.buttonPowerOff.Name = "buttonPowerOff";
|
StephaneLenclud@152
|
339 |
this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
340 |
this.buttonPowerOff.TabIndex = 21;
|
StephaneLenclud@152
|
341 |
this.buttonPowerOff.Text = "OFF";
|
StephaneLenclud@152
|
342 |
this.buttonPowerOff.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
343 |
this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
|
StephaneLenclud@152
|
344 |
//
|
StephaneLenclud@152
|
345 |
// buttonPowerOn
|
StephaneLenclud@152
|
346 |
//
|
StephaneLenclud@152
|
347 |
this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
|
StephaneLenclud@152
|
348 |
this.buttonPowerOn.Name = "buttonPowerOn";
|
StephaneLenclud@152
|
349 |
this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
350 |
this.buttonPowerOn.TabIndex = 20;
|
StephaneLenclud@152
|
351 |
this.buttonPowerOn.Text = "ON";
|
StephaneLenclud@152
|
352 |
this.buttonPowerOn.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
353 |
this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
|
StephaneLenclud@152
|
354 |
//
|
StephaneLenclud@152
|
355 |
// labelTimerInterval
|
StephaneLenclud@152
|
356 |
//
|
StephaneLenclud@152
|
357 |
this.labelTimerInterval.AutoSize = true;
|
StephaneLenclud@152
|
358 |
this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
|
StephaneLenclud@152
|
359 |
this.labelTimerInterval.Name = "labelTimerInterval";
|
StephaneLenclud@152
|
360 |
this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
|
StephaneLenclud@152
|
361 |
this.labelTimerInterval.TabIndex = 19;
|
StephaneLenclud@152
|
362 |
this.labelTimerInterval.Text = "Timer interval (ms) :";
|
StephaneLenclud@152
|
363 |
//
|
StephaneLenclud@152
|
364 |
// maskedTextBoxTimerInterval
|
StephaneLenclud@152
|
365 |
//
|
StephaneLenclud@152
|
366 |
this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
|
StephaneLenclud@152
|
367 |
this.maskedTextBoxTimerInterval.Mask = "000";
|
StephaneLenclud@152
|
368 |
this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
|
StephaneLenclud@152
|
369 |
this.maskedTextBoxTimerInterval.PromptChar = ' ';
|
StephaneLenclud@152
|
370 |
this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
|
StephaneLenclud@152
|
371 |
this.maskedTextBoxTimerInterval.TabIndex = 18;
|
StephaneLenclud@152
|
372 |
this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
|
StephaneLenclud@152
|
373 |
//
|
StephaneLenclud@152
|
374 |
// comboBoxDisplayType
|
StephaneLenclud@152
|
375 |
//
|
StephaneLenclud@152
|
376 |
this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
StephaneLenclud@152
|
377 |
this.comboBoxDisplayType.FormattingEnabled = true;
|
StephaneLenclud@152
|
378 |
this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
|
StephaneLenclud@152
|
379 |
this.comboBoxDisplayType.Name = "comboBoxDisplayType";
|
StephaneLenclud@152
|
380 |
this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
|
StephaneLenclud@152
|
381 |
this.comboBoxDisplayType.TabIndex = 17;
|
StephaneLenclud@152
|
382 |
this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
|
StephaneLenclud@152
|
383 |
//
|
StephaneLenclud@152
|
384 |
// buttonSuspend
|
StephaneLenclud@152
|
385 |
//
|
StephaneLenclud@152
|
386 |
this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
387 |
this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
|
StephaneLenclud@152
|
388 |
this.buttonSuspend.Name = "buttonSuspend";
|
StephaneLenclud@152
|
389 |
this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
390 |
this.buttonSuspend.TabIndex = 16;
|
StephaneLenclud@152
|
391 |
this.buttonSuspend.Text = "Pause";
|
StephaneLenclud@152
|
392 |
this.buttonSuspend.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
393 |
this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
|
StephaneLenclud@152
|
394 |
//
|
StephaneLenclud@152
|
395 |
// checkBoxConnectOnStartup
|
StephaneLenclud@152
|
396 |
//
|
StephaneLenclud@152
|
397 |
this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
398 |
this.checkBoxConnectOnStartup.AutoSize = true;
|
StephaneLenclud@152
|
399 |
this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
|
StephaneLenclud@152
|
400 |
this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
|
StephaneLenclud@152
|
401 |
this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
|
StephaneLenclud@152
|
402 |
this.checkBoxConnectOnStartup.TabIndex = 13;
|
StephaneLenclud@152
|
403 |
this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
|
StephaneLenclud@152
|
404 |
this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
405 |
this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
|
StephaneLenclud@152
|
406 |
//
|
StephaneLenclud@152
|
407 |
// trackBarBrightness
|
StephaneLenclud@152
|
408 |
//
|
StephaneLenclud@152
|
409 |
this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@7
|
410 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
411 |
this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
|
StephaneLenclud@152
|
412 |
this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
|
StephaneLenclud@152
|
413 |
this.trackBarBrightness.Name = "trackBarBrightness";
|
StephaneLenclud@152
|
414 |
this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
|
StephaneLenclud@152
|
415 |
this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
|
StephaneLenclud@152
|
416 |
this.trackBarBrightness.TabIndex = 10;
|
StephaneLenclud@152
|
417 |
this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
|
StephaneLenclud@152
|
418 |
this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
|
StephaneLenclud@152
|
419 |
this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
|
StephaneLenclud@152
|
420 |
//
|
StephaneLenclud@152
|
421 |
// buttonFill
|
StephaneLenclud@152
|
422 |
//
|
StephaneLenclud@152
|
423 |
this.buttonFill.Location = new System.Drawing.Point(6, 93);
|
StephaneLenclud@152
|
424 |
this.buttonFill.Name = "buttonFill";
|
StephaneLenclud@152
|
425 |
this.buttonFill.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
426 |
this.buttonFill.TabIndex = 9;
|
StephaneLenclud@152
|
427 |
this.buttonFill.Text = "Fill";
|
StephaneLenclud@152
|
428 |
this.buttonFill.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
429 |
this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
|
StephaneLenclud@152
|
430 |
//
|
StephaneLenclud@152
|
431 |
// buttonClear
|
StephaneLenclud@152
|
432 |
//
|
StephaneLenclud@152
|
433 |
this.buttonClear.Location = new System.Drawing.Point(6, 64);
|
StephaneLenclud@152
|
434 |
this.buttonClear.Name = "buttonClear";
|
StephaneLenclud@152
|
435 |
this.buttonClear.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
436 |
this.buttonClear.TabIndex = 8;
|
StephaneLenclud@152
|
437 |
this.buttonClear.Text = "Clear";
|
StephaneLenclud@152
|
438 |
this.buttonClear.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
439 |
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
|
StephaneLenclud@152
|
440 |
//
|
StephaneLenclud@152
|
441 |
// buttonClose
|
StephaneLenclud@152
|
442 |
//
|
StephaneLenclud@152
|
443 |
this.buttonClose.Location = new System.Drawing.Point(6, 35);
|
StephaneLenclud@152
|
444 |
this.buttonClose.Name = "buttonClose";
|
StephaneLenclud@152
|
445 |
this.buttonClose.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
446 |
this.buttonClose.TabIndex = 7;
|
StephaneLenclud@152
|
447 |
this.buttonClose.Text = "Close";
|
StephaneLenclud@152
|
448 |
this.buttonClose.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
449 |
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
StephaneLenclud@152
|
450 |
//
|
StephaneLenclud@152
|
451 |
// buttonOpen
|
StephaneLenclud@152
|
452 |
//
|
StephaneLenclud@152
|
453 |
this.buttonOpen.Location = new System.Drawing.Point(6, 6);
|
StephaneLenclud@152
|
454 |
this.buttonOpen.Name = "buttonOpen";
|
StephaneLenclud@152
|
455 |
this.buttonOpen.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
456 |
this.buttonOpen.TabIndex = 6;
|
StephaneLenclud@152
|
457 |
this.buttonOpen.Text = "Open";
|
StephaneLenclud@152
|
458 |
this.buttonOpen.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
459 |
this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
|
StephaneLenclud@152
|
460 |
//
|
StephaneLenclud@152
|
461 |
// buttonCapture
|
StephaneLenclud@152
|
462 |
//
|
StephaneLenclud@152
|
463 |
this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
464 |
this.buttonCapture.Location = new System.Drawing.Point(6, 213);
|
StephaneLenclud@152
|
465 |
this.buttonCapture.Name = "buttonCapture";
|
StephaneLenclud@152
|
466 |
this.buttonCapture.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
467 |
this.buttonCapture.TabIndex = 5;
|
StephaneLenclud@152
|
468 |
this.buttonCapture.Text = "Capture";
|
StephaneLenclud@152
|
469 |
this.buttonCapture.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
470 |
this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
|
StephaneLenclud@152
|
471 |
//
|
StephaneLenclud@152
|
472 |
// labelWarning
|
StephaneLenclud@152
|
473 |
//
|
StephaneLenclud@152
|
474 |
this.labelWarning.AutoSize = true;
|
StephaneLenclud@152
|
475 |
this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
StephaneLenclud@152
|
476 |
this.labelWarning.ForeColor = System.Drawing.Color.Red;
|
StephaneLenclud@152
|
477 |
this.labelWarning.Location = new System.Drawing.Point(9, 9);
|
StephaneLenclud@152
|
478 |
this.labelWarning.Name = "labelWarning";
|
StephaneLenclud@152
|
479 |
this.labelWarning.Size = new System.Drawing.Size(80, 16);
|
StephaneLenclud@152
|
480 |
this.labelWarning.TabIndex = 18;
|
StephaneLenclud@152
|
481 |
this.labelWarning.Text = "WARNING";
|
StephaneLenclud@152
|
482 |
this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
StephaneLenclud@152
|
483 |
this.labelWarning.Visible = false;
|
StephaneLenclud@152
|
484 |
//
|
StephaneLenclud@152
|
485 |
// checkBoxFixedPitchFontOnly
|
StephaneLenclud@152
|
486 |
//
|
StephaneLenclud@152
|
487 |
this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
488 |
this.checkBoxFixedPitchFontOnly.AutoSize = true;
|
StephaneLenclud@152
|
489 |
this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
|
StephaneLenclud@152
|
490 |
this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
|
StephaneLenclud@152
|
491 |
this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
|
StephaneLenclud@152
|
492 |
this.checkBoxFixedPitchFontOnly.TabIndex = 17;
|
StephaneLenclud@152
|
493 |
this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
|
StephaneLenclud@152
|
494 |
this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
495 |
//
|
StephaneLenclud@152
|
496 |
// checkBoxShowBorders
|
StephaneLenclud@152
|
497 |
//
|
StephaneLenclud@152
|
498 |
this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
499 |
this.checkBoxShowBorders.AutoSize = true;
|
StephaneLenclud@152
|
500 |
this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
|
StephaneLenclud@152
|
501 |
this.checkBoxShowBorders.Name = "checkBoxShowBorders";
|
StephaneLenclud@152
|
502 |
this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
|
StephaneLenclud@152
|
503 |
this.checkBoxShowBorders.TabIndex = 11;
|
StephaneLenclud@152
|
504 |
this.checkBoxShowBorders.Text = "Show borders";
|
StephaneLenclud@152
|
505 |
this.checkBoxShowBorders.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
506 |
this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
|
StephaneLenclud@152
|
507 |
//
|
StephaneLenclud@152
|
508 |
// buttonFont
|
StephaneLenclud@152
|
509 |
//
|
StephaneLenclud@152
|
510 |
this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
511 |
this.buttonFont.Location = new System.Drawing.Point(6, 213);
|
StephaneLenclud@152
|
512 |
this.buttonFont.Name = "buttonFont";
|
StephaneLenclud@152
|
513 |
this.buttonFont.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
514 |
this.buttonFont.TabIndex = 0;
|
StephaneLenclud@152
|
515 |
this.buttonFont.Text = "Select Font";
|
StephaneLenclud@152
|
516 |
this.buttonFont.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
517 |
this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
|
StephaneLenclud@152
|
518 |
//
|
StephaneLenclud@152
|
519 |
// tabControl
|
StephaneLenclud@152
|
520 |
//
|
StephaneLenclud@152
|
521 |
this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@34
|
522 |
| System.Windows.Forms.AnchorStyles.Left)
|
sl@34
|
523 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
524 |
this.tabControl.Controls.Add(this.tabPageDisplay);
|
StephaneLenclud@152
|
525 |
this.tabControl.Controls.Add(this.tabPageClients);
|
StephaneLenclud@152
|
526 |
this.tabControl.Controls.Add(this.tabPageDesign);
|
StephaneLenclud@152
|
527 |
this.tabControl.Controls.Add(this.tabPageAudio);
|
StephaneLenclud@152
|
528 |
this.tabControl.Controls.Add(this.tabPageInput);
|
StephaneLenclud@168
|
529 |
this.tabControl.Controls.Add(this.tabPageCec);
|
StephaneLenclud@152
|
530 |
this.tabControl.Controls.Add(this.tabPageApp);
|
StephaneLenclud@152
|
531 |
this.tabControl.Location = new System.Drawing.Point(12, 139);
|
StephaneLenclud@152
|
532 |
this.tabControl.Name = "tabControl";
|
StephaneLenclud@152
|
533 |
this.tabControl.SelectedIndex = 0;
|
StephaneLenclud@152
|
534 |
this.tabControl.Size = new System.Drawing.Size(600, 268);
|
StephaneLenclud@152
|
535 |
this.tabControl.TabIndex = 0;
|
StephaneLenclud@152
|
536 |
//
|
StephaneLenclud@152
|
537 |
// tabPageDesign
|
StephaneLenclud@152
|
538 |
//
|
StephaneLenclud@152
|
539 |
this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
|
StephaneLenclud@152
|
540 |
this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
|
StephaneLenclud@152
|
541 |
this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
|
StephaneLenclud@152
|
542 |
this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
|
StephaneLenclud@152
|
543 |
this.tabPageDesign.Controls.Add(this.labelMinFontSize);
|
StephaneLenclud@152
|
544 |
this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
|
StephaneLenclud@152
|
545 |
this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
|
StephaneLenclud@152
|
546 |
this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
|
StephaneLenclud@152
|
547 |
this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
|
StephaneLenclud@152
|
548 |
this.tabPageDesign.Controls.Add(this.buttonFont);
|
StephaneLenclud@152
|
549 |
this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
|
StephaneLenclud@152
|
550 |
this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
|
StephaneLenclud@152
|
551 |
this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
552 |
this.tabPageDesign.Name = "tabPageDesign";
|
StephaneLenclud@152
|
553 |
this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@152
|
554 |
this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
|
StephaneLenclud@152
|
555 |
this.tabPageDesign.TabIndex = 3;
|
StephaneLenclud@152
|
556 |
this.tabPageDesign.Text = "Design";
|
StephaneLenclud@152
|
557 |
this.tabPageDesign.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
558 |
//
|
StephaneLenclud@152
|
559 |
// labelScrollingSpeed
|
StephaneLenclud@152
|
560 |
//
|
StephaneLenclud@152
|
561 |
this.labelScrollingSpeed.AutoSize = true;
|
StephaneLenclud@152
|
562 |
this.labelScrollingSpeed.Location = new System.Drawing.Point(84, 119);
|
StephaneLenclud@152
|
563 |
this.labelScrollingSpeed.Name = "labelScrollingSpeed";
|
StephaneLenclud@152
|
564 |
this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
|
StephaneLenclud@152
|
565 |
this.labelScrollingSpeed.TabIndex = 28;
|
StephaneLenclud@152
|
566 |
this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
|
StephaneLenclud@152
|
567 |
//
|
StephaneLenclud@152
|
568 |
// maskedTextBoxScrollingSpeed
|
StephaneLenclud@152
|
569 |
//
|
StephaneLenclud@152
|
570 |
this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(205, 116);
|
StephaneLenclud@152
|
571 |
this.maskedTextBoxScrollingSpeed.Mask = "000";
|
StephaneLenclud@152
|
572 |
this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
|
StephaneLenclud@152
|
573 |
this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
|
StephaneLenclud@152
|
574 |
this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
|
StephaneLenclud@152
|
575 |
this.maskedTextBoxScrollingSpeed.TabIndex = 27;
|
StephaneLenclud@152
|
576 |
this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
|
StephaneLenclud@152
|
577 |
//
|
StephaneLenclud@152
|
578 |
// labelScrollLoopSeparator
|
StephaneLenclud@152
|
579 |
//
|
StephaneLenclud@152
|
580 |
this.labelScrollLoopSeparator.AutoSize = true;
|
StephaneLenclud@152
|
581 |
this.labelScrollLoopSeparator.Location = new System.Drawing.Point(90, 145);
|
StephaneLenclud@152
|
582 |
this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
|
StephaneLenclud@152
|
583 |
this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
|
StephaneLenclud@152
|
584 |
this.labelScrollLoopSeparator.TabIndex = 26;
|
StephaneLenclud@152
|
585 |
this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
|
StephaneLenclud@152
|
586 |
//
|
StephaneLenclud@152
|
587 |
// textBoxScrollLoopSeparator
|
StephaneLenclud@152
|
588 |
//
|
StephaneLenclud@152
|
589 |
this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(205, 142);
|
StephaneLenclud@152
|
590 |
this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
|
StephaneLenclud@152
|
591 |
this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
|
StephaneLenclud@152
|
592 |
this.textBoxScrollLoopSeparator.TabIndex = 25;
|
StephaneLenclud@152
|
593 |
this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
|
StephaneLenclud@152
|
594 |
//
|
StephaneLenclud@152
|
595 |
// labelMinFontSize
|
StephaneLenclud@152
|
596 |
//
|
StephaneLenclud@152
|
597 |
this.labelMinFontSize.AutoSize = true;
|
StephaneLenclud@152
|
598 |
this.labelMinFontSize.Location = new System.Drawing.Point(80, 194);
|
StephaneLenclud@152
|
599 |
this.labelMinFontSize.Name = "labelMinFontSize";
|
StephaneLenclud@152
|
600 |
this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
|
StephaneLenclud@152
|
601 |
this.labelMinFontSize.TabIndex = 24;
|
StephaneLenclud@152
|
602 |
this.labelMinFontSize.Text = "Minimum font size (pts) :";
|
StephaneLenclud@152
|
603 |
//
|
StephaneLenclud@152
|
604 |
// maskedTextBoxMinFontSize
|
StephaneLenclud@152
|
605 |
//
|
StephaneLenclud@152
|
606 |
this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(205, 191);
|
StephaneLenclud@152
|
607 |
this.maskedTextBoxMinFontSize.Mask = "000";
|
StephaneLenclud@152
|
608 |
this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
|
StephaneLenclud@152
|
609 |
this.maskedTextBoxMinFontSize.PromptChar = ' ';
|
StephaneLenclud@152
|
610 |
this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
|
StephaneLenclud@152
|
611 |
this.maskedTextBoxMinFontSize.TabIndex = 23;
|
StephaneLenclud@152
|
612 |
this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
|
StephaneLenclud@152
|
613 |
//
|
StephaneLenclud@152
|
614 |
// checkBoxScaleToFit
|
StephaneLenclud@152
|
615 |
//
|
StephaneLenclud@152
|
616 |
this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
617 |
this.checkBoxScaleToFit.AutoSize = true;
|
StephaneLenclud@152
|
618 |
this.checkBoxScaleToFit.Location = new System.Drawing.Point(87, 168);
|
StephaneLenclud@152
|
619 |
this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
|
StephaneLenclud@152
|
620 |
this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
|
StephaneLenclud@152
|
621 |
this.checkBoxScaleToFit.TabIndex = 22;
|
StephaneLenclud@152
|
622 |
this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
|
StephaneLenclud@152
|
623 |
this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
624 |
this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
|
StephaneLenclud@152
|
625 |
//
|
StephaneLenclud@152
|
626 |
// checkBoxInverseColors
|
StephaneLenclud@152
|
627 |
//
|
StephaneLenclud@152
|
628 |
this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
629 |
this.checkBoxInverseColors.AutoSize = true;
|
StephaneLenclud@152
|
630 |
this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52);
|
StephaneLenclud@152
|
631 |
this.checkBoxInverseColors.Name = "checkBoxInverseColors";
|
StephaneLenclud@152
|
632 |
this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
|
StephaneLenclud@152
|
633 |
this.checkBoxInverseColors.TabIndex = 21;
|
StephaneLenclud@152
|
634 |
this.checkBoxInverseColors.Text = "Inverse colors";
|
StephaneLenclud@152
|
635 |
this.checkBoxInverseColors.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
636 |
this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
|
StephaneLenclud@152
|
637 |
//
|
StephaneLenclud@152
|
638 |
// checkBoxReverseScreen
|
StephaneLenclud@152
|
639 |
//
|
StephaneLenclud@152
|
640 |
this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
641 |
this.checkBoxReverseScreen.AutoSize = true;
|
StephaneLenclud@152
|
642 |
this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
|
StephaneLenclud@152
|
643 |
this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
|
StephaneLenclud@152
|
644 |
this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
|
StephaneLenclud@152
|
645 |
this.checkBoxReverseScreen.TabIndex = 14;
|
StephaneLenclud@152
|
646 |
this.checkBoxReverseScreen.Text = "Reverse screen";
|
StephaneLenclud@152
|
647 |
this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
648 |
this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
|
StephaneLenclud@152
|
649 |
//
|
StephaneLenclud@152
|
650 |
// tabPageAudio
|
StephaneLenclud@152
|
651 |
//
|
StephaneLenclud@152
|
652 |
this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
|
StephaneLenclud@152
|
653 |
this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel);
|
StephaneLenclud@152
|
654 |
this.tabPageAudio.Controls.Add(this.checkBoxMute);
|
StephaneLenclud@152
|
655 |
this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
|
StephaneLenclud@152
|
656 |
this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
657 |
this.tabPageAudio.Name = "tabPageAudio";
|
StephaneLenclud@152
|
658 |
this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@152
|
659 |
this.tabPageAudio.Size = new System.Drawing.Size(592, 242);
|
StephaneLenclud@152
|
660 |
this.tabPageAudio.TabIndex = 5;
|
StephaneLenclud@152
|
661 |
this.tabPageAudio.Text = "Audio";
|
StephaneLenclud@152
|
662 |
this.tabPageAudio.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
663 |
//
|
StephaneLenclud@152
|
664 |
// labelDefaultAudioDevice
|
StephaneLenclud@152
|
665 |
//
|
StephaneLenclud@152
|
666 |
this.labelDefaultAudioDevice.AutoSize = true;
|
StephaneLenclud@152
|
667 |
this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
StephaneLenclud@152
|
668 |
this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6);
|
StephaneLenclud@152
|
669 |
this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice";
|
StephaneLenclud@152
|
670 |
this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13);
|
StephaneLenclud@152
|
671 |
this.labelDefaultAudioDevice.TabIndex = 19;
|
StephaneLenclud@152
|
672 |
this.labelDefaultAudioDevice.Text = "Audio Device Unknown";
|
StephaneLenclud@152
|
673 |
//
|
StephaneLenclud@152
|
674 |
// checkBoxShowVolumeLabel
|
StephaneLenclud@152
|
675 |
//
|
StephaneLenclud@152
|
676 |
this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
677 |
this.checkBoxShowVolumeLabel.AutoSize = true;
|
StephaneLenclud@152
|
678 |
this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 196);
|
StephaneLenclud@152
|
679 |
this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
|
StephaneLenclud@152
|
680 |
this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
|
StephaneLenclud@152
|
681 |
this.checkBoxShowVolumeLabel.TabIndex = 18;
|
StephaneLenclud@152
|
682 |
this.checkBoxShowVolumeLabel.Text = "Show volume label";
|
StephaneLenclud@152
|
683 |
this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
684 |
this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
|
StephaneLenclud@152
|
685 |
//
|
StephaneLenclud@152
|
686 |
// checkBoxMute
|
StephaneLenclud@152
|
687 |
//
|
StephaneLenclud@152
|
688 |
this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
689 |
this.checkBoxMute.AutoSize = true;
|
StephaneLenclud@152
|
690 |
this.checkBoxMute.Location = new System.Drawing.Point(3, 219);
|
StephaneLenclud@152
|
691 |
this.checkBoxMute.Name = "checkBoxMute";
|
StephaneLenclud@152
|
692 |
this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
|
StephaneLenclud@152
|
693 |
this.checkBoxMute.TabIndex = 17;
|
StephaneLenclud@152
|
694 |
this.checkBoxMute.Text = "Mute";
|
StephaneLenclud@152
|
695 |
this.checkBoxMute.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
696 |
this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
|
StephaneLenclud@152
|
697 |
//
|
StephaneLenclud@152
|
698 |
// trackBarMasterVolume
|
StephaneLenclud@152
|
699 |
//
|
StephaneLenclud@152
|
700 |
this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window;
|
StephaneLenclud@152
|
701 |
this.trackBarMasterVolume.Location = new System.Drawing.Point(541, 6);
|
StephaneLenclud@152
|
702 |
this.trackBarMasterVolume.Maximum = 100;
|
StephaneLenclud@152
|
703 |
this.trackBarMasterVolume.Name = "trackBarMasterVolume";
|
StephaneLenclud@152
|
704 |
this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
|
StephaneLenclud@152
|
705 |
this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 230);
|
StephaneLenclud@152
|
706 |
this.trackBarMasterVolume.TabIndex = 0;
|
StephaneLenclud@152
|
707 |
this.trackBarMasterVolume.TickFrequency = 10;
|
StephaneLenclud@152
|
708 |
this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both;
|
StephaneLenclud@152
|
709 |
this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
|
StephaneLenclud@152
|
710 |
this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
|
StephaneLenclud@152
|
711 |
//
|
StephaneLenclud@152
|
712 |
// tabPageInput
|
StephaneLenclud@152
|
713 |
//
|
StephaneLenclud@152
|
714 |
this.tabPageInput.Controls.Add(this.comboBoxOpticalDrives);
|
StephaneLenclud@152
|
715 |
this.tabPageInput.Controls.Add(this.labelOpticalDriveEject);
|
StephaneLenclud@152
|
716 |
this.tabPageInput.Controls.Add(this.pictureBoxGreenStart);
|
StephaneLenclud@152
|
717 |
this.tabPageInput.Controls.Add(this.labelStartFileName);
|
StephaneLenclud@152
|
718 |
this.tabPageInput.Controls.Add(this.buttonSelectFile);
|
StephaneLenclud@152
|
719 |
this.tabPageInput.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
720 |
this.tabPageInput.Name = "tabPageInput";
|
StephaneLenclud@152
|
721 |
this.tabPageInput.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@152
|
722 |
this.tabPageInput.Size = new System.Drawing.Size(592, 242);
|
StephaneLenclud@152
|
723 |
this.tabPageInput.TabIndex = 6;
|
StephaneLenclud@152
|
724 |
this.tabPageInput.Text = "Input";
|
StephaneLenclud@152
|
725 |
this.tabPageInput.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
726 |
//
|
StephaneLenclud@153
|
727 |
// comboBoxOpticalDrives
|
StephaneLenclud@153
|
728 |
//
|
StephaneLenclud@153
|
729 |
this.comboBoxOpticalDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
StephaneLenclud@153
|
730 |
this.comboBoxOpticalDrives.FormattingEnabled = true;
|
StephaneLenclud@153
|
731 |
this.comboBoxOpticalDrives.Location = new System.Drawing.Point(113, 53);
|
StephaneLenclud@153
|
732 |
this.comboBoxOpticalDrives.Name = "comboBoxOpticalDrives";
|
StephaneLenclud@153
|
733 |
this.comboBoxOpticalDrives.Size = new System.Drawing.Size(55, 21);
|
StephaneLenclud@153
|
734 |
this.comboBoxOpticalDrives.TabIndex = 18;
|
StephaneLenclud@153
|
735 |
this.comboBoxOpticalDrives.SelectedIndexChanged += new System.EventHandler(this.comboBoxOpticalDrives_SelectedIndexChanged);
|
StephaneLenclud@153
|
736 |
//
|
StephaneLenclud@153
|
737 |
// labelOpticalDriveEject
|
StephaneLenclud@153
|
738 |
//
|
StephaneLenclud@153
|
739 |
this.labelOpticalDriveEject.AutoSize = true;
|
StephaneLenclud@153
|
740 |
this.labelOpticalDriveEject.Location = new System.Drawing.Point(0, 56);
|
StephaneLenclud@153
|
741 |
this.labelOpticalDriveEject.Name = "labelOpticalDriveEject";
|
StephaneLenclud@153
|
742 |
this.labelOpticalDriveEject.Size = new System.Drawing.Size(107, 13);
|
StephaneLenclud@153
|
743 |
this.labelOpticalDriveEject.TabIndex = 3;
|
StephaneLenclud@153
|
744 |
this.labelOpticalDriveEject.Text = "Optical drive to eject:";
|
StephaneLenclud@153
|
745 |
//
|
StephaneLenclud@152
|
746 |
// pictureBoxGreenStart
|
StephaneLenclud@152
|
747 |
//
|
StephaneLenclud@152
|
748 |
this.pictureBoxGreenStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxGreenStart.Image")));
|
StephaneLenclud@152
|
749 |
this.pictureBoxGreenStart.Location = new System.Drawing.Point(3, 6);
|
StephaneLenclud@152
|
750 |
this.pictureBoxGreenStart.Name = "pictureBoxGreenStart";
|
StephaneLenclud@152
|
751 |
this.pictureBoxGreenStart.Size = new System.Drawing.Size(32, 32);
|
StephaneLenclud@152
|
752 |
this.pictureBoxGreenStart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
StephaneLenclud@152
|
753 |
this.pictureBoxGreenStart.TabIndex = 2;
|
StephaneLenclud@152
|
754 |
this.pictureBoxGreenStart.TabStop = false;
|
StephaneLenclud@152
|
755 |
//
|
StephaneLenclud@152
|
756 |
// labelStartFileName
|
StephaneLenclud@152
|
757 |
//
|
StephaneLenclud@152
|
758 |
this.labelStartFileName.AutoSize = true;
|
StephaneLenclud@152
|
759 |
this.labelStartFileName.Location = new System.Drawing.Point(72, 16);
|
StephaneLenclud@152
|
760 |
this.labelStartFileName.Name = "labelStartFileName";
|
StephaneLenclud@152
|
761 |
this.labelStartFileName.Size = new System.Drawing.Size(33, 13);
|
StephaneLenclud@152
|
762 |
this.labelStartFileName.TabIndex = 1;
|
StephaneLenclud@152
|
763 |
this.labelStartFileName.Text = "None";
|
StephaneLenclud@152
|
764 |
//
|
StephaneLenclud@152
|
765 |
// buttonSelectFile
|
StephaneLenclud@152
|
766 |
//
|
StephaneLenclud@152
|
767 |
this.buttonSelectFile.Location = new System.Drawing.Point(41, 11);
|
StephaneLenclud@152
|
768 |
this.buttonSelectFile.Name = "buttonSelectFile";
|
StephaneLenclud@152
|
769 |
this.buttonSelectFile.Size = new System.Drawing.Size(25, 23);
|
StephaneLenclud@152
|
770 |
this.buttonSelectFile.TabIndex = 0;
|
StephaneLenclud@152
|
771 |
this.buttonSelectFile.Text = "...";
|
StephaneLenclud@152
|
772 |
this.buttonSelectFile.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
773 |
this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
|
StephaneLenclud@152
|
774 |
//
|
StephaneLenclud@168
|
775 |
// tabPageCec
|
StephaneLenclud@168
|
776 |
//
|
StephaneLenclud@168
|
777 |
this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOn);
|
StephaneLenclud@168
|
778 |
this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOff);
|
StephaneLenclud@168
|
779 |
this.tabPageCec.Controls.Add(this.checkBoxCecEnabled);
|
StephaneLenclud@168
|
780 |
this.tabPageCec.Controls.Add(this.labelHdmiPort);
|
StephaneLenclud@168
|
781 |
this.tabPageCec.Controls.Add(this.comboBoxHdmiPort);
|
StephaneLenclud@168
|
782 |
this.tabPageCec.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@168
|
783 |
this.tabPageCec.Name = "tabPageCec";
|
StephaneLenclud@168
|
784 |
this.tabPageCec.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@168
|
785 |
this.tabPageCec.Size = new System.Drawing.Size(592, 242);
|
StephaneLenclud@168
|
786 |
this.tabPageCec.TabIndex = 7;
|
StephaneLenclud@168
|
787 |
this.tabPageCec.Text = "CEC";
|
StephaneLenclud@168
|
788 |
this.tabPageCec.UseVisualStyleBackColor = true;
|
StephaneLenclud@168
|
789 |
//
|
StephaneLenclud@168
|
790 |
// checkBoxCecMonitorOn
|
StephaneLenclud@168
|
791 |
//
|
StephaneLenclud@168
|
792 |
this.checkBoxCecMonitorOn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@168
|
793 |
this.checkBoxCecMonitorOn.AutoSize = true;
|
StephaneLenclud@168
|
794 |
this.checkBoxCecMonitorOn.Location = new System.Drawing.Point(6, 92);
|
StephaneLenclud@168
|
795 |
this.checkBoxCecMonitorOn.Name = "checkBoxCecMonitorOn";
|
StephaneLenclud@168
|
796 |
this.checkBoxCecMonitorOn.Size = new System.Drawing.Size(192, 17);
|
StephaneLenclud@168
|
797 |
this.checkBoxCecMonitorOn.TabIndex = 23;
|
StephaneLenclud@168
|
798 |
this.checkBoxCecMonitorOn.Text = "Wake up TV when screen turns on";
|
StephaneLenclud@168
|
799 |
this.checkBoxCecMonitorOn.UseVisualStyleBackColor = true;
|
StephaneLenclud@168
|
800 |
this.checkBoxCecMonitorOn.CheckedChanged += new System.EventHandler(this.checkBoxCecMonitorOn_CheckedChanged);
|
StephaneLenclud@168
|
801 |
//
|
StephaneLenclud@168
|
802 |
// checkBoxCecMonitorOff
|
StephaneLenclud@168
|
803 |
//
|
StephaneLenclud@168
|
804 |
this.checkBoxCecMonitorOff.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@168
|
805 |
this.checkBoxCecMonitorOff.AutoSize = true;
|
StephaneLenclud@168
|
806 |
this.checkBoxCecMonitorOff.Location = new System.Drawing.Point(6, 69);
|
StephaneLenclud@168
|
807 |
this.checkBoxCecMonitorOff.Name = "checkBoxCecMonitorOff";
|
StephaneLenclud@168
|
808 |
this.checkBoxCecMonitorOff.Size = new System.Drawing.Size(219, 17);
|
StephaneLenclud@168
|
809 |
this.checkBoxCecMonitorOff.TabIndex = 22;
|
StephaneLenclud@168
|
810 |
this.checkBoxCecMonitorOff.Text = "Set TV on standby when screen turns off";
|
StephaneLenclud@168
|
811 |
this.checkBoxCecMonitorOff.UseVisualStyleBackColor = true;
|
StephaneLenclud@168
|
812 |
this.checkBoxCecMonitorOff.CheckedChanged += new System.EventHandler(this.checkBoxCecMonitorOff_CheckedChanged);
|
StephaneLenclud@168
|
813 |
//
|
StephaneLenclud@168
|
814 |
// checkBoxCecEnabled
|
StephaneLenclud@168
|
815 |
//
|
StephaneLenclud@168
|
816 |
this.checkBoxCecEnabled.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@168
|
817 |
this.checkBoxCecEnabled.AutoSize = true;
|
StephaneLenclud@168
|
818 |
this.checkBoxCecEnabled.Location = new System.Drawing.Point(6, 6);
|
StephaneLenclud@168
|
819 |
this.checkBoxCecEnabled.Name = "checkBoxCecEnabled";
|
StephaneLenclud@168
|
820 |
this.checkBoxCecEnabled.Size = new System.Drawing.Size(83, 17);
|
StephaneLenclud@168
|
821 |
this.checkBoxCecEnabled.TabIndex = 21;
|
StephaneLenclud@168
|
822 |
this.checkBoxCecEnabled.Text = "Enable CEC";
|
StephaneLenclud@168
|
823 |
this.checkBoxCecEnabled.UseVisualStyleBackColor = true;
|
StephaneLenclud@168
|
824 |
this.checkBoxCecEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCecEnabled_CheckedChanged);
|
StephaneLenclud@168
|
825 |
//
|
StephaneLenclud@168
|
826 |
// labelHdmiPort
|
StephaneLenclud@168
|
827 |
//
|
StephaneLenclud@168
|
828 |
this.labelHdmiPort.AutoSize = true;
|
StephaneLenclud@168
|
829 |
this.labelHdmiPort.Location = new System.Drawing.Point(3, 26);
|
StephaneLenclud@168
|
830 |
this.labelHdmiPort.Name = "labelHdmiPort";
|
StephaneLenclud@168
|
831 |
this.labelHdmiPort.Size = new System.Drawing.Size(182, 13);
|
StephaneLenclud@168
|
832 |
this.labelHdmiPort.TabIndex = 20;
|
StephaneLenclud@168
|
833 |
this.labelHdmiPort.Text = "TV HDMI port connected to your PC:";
|
StephaneLenclud@168
|
834 |
//
|
StephaneLenclud@168
|
835 |
// comboBoxHdmiPort
|
StephaneLenclud@168
|
836 |
//
|
StephaneLenclud@168
|
837 |
this.comboBoxHdmiPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
StephaneLenclud@168
|
838 |
this.comboBoxHdmiPort.FormattingEnabled = true;
|
StephaneLenclud@168
|
839 |
this.comboBoxHdmiPort.Items.AddRange(new object[] {
|
StephaneLenclud@168
|
840 |
"HDMI 1",
|
StephaneLenclud@168
|
841 |
"HDMI 2",
|
StephaneLenclud@168
|
842 |
"HDMI 3",
|
StephaneLenclud@168
|
843 |
"HDMI 4",
|
StephaneLenclud@168
|
844 |
"HDMI 5",
|
StephaneLenclud@168
|
845 |
"HDMI 6",
|
StephaneLenclud@168
|
846 |
"HDMI 7",
|
StephaneLenclud@168
|
847 |
"HDMI 8",
|
StephaneLenclud@168
|
848 |
"HDMI 9"});
|
StephaneLenclud@168
|
849 |
this.comboBoxHdmiPort.Location = new System.Drawing.Point(6, 42);
|
StephaneLenclud@168
|
850 |
this.comboBoxHdmiPort.Name = "comboBoxHdmiPort";
|
StephaneLenclud@168
|
851 |
this.comboBoxHdmiPort.Size = new System.Drawing.Size(87, 21);
|
StephaneLenclud@168
|
852 |
this.comboBoxHdmiPort.TabIndex = 19;
|
StephaneLenclud@168
|
853 |
this.comboBoxHdmiPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxHdmiPort_SelectedIndexChanged);
|
StephaneLenclud@168
|
854 |
//
|
StephaneLenclud@152
|
855 |
// tabPageApp
|
StephaneLenclud@152
|
856 |
//
|
StephaneLenclud@152
|
857 |
this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
|
StephaneLenclud@152
|
858 |
this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
|
StephaneLenclud@152
|
859 |
this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
|
StephaneLenclud@152
|
860 |
this.tabPageApp.Controls.Add(this.buttonUpdate);
|
StephaneLenclud@152
|
861 |
this.tabPageApp.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
862 |
this.tabPageApp.Name = "tabPageApp";
|
StephaneLenclud@152
|
863 |
this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@152
|
864 |
this.tabPageApp.Size = new System.Drawing.Size(592, 242);
|
StephaneLenclud@152
|
865 |
this.tabPageApp.TabIndex = 4;
|
StephaneLenclud@152
|
866 |
this.tabPageApp.Text = "Application";
|
StephaneLenclud@152
|
867 |
this.tabPageApp.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
868 |
//
|
StephaneLenclud@152
|
869 |
// checkBoxStartMinimized
|
StephaneLenclud@152
|
870 |
//
|
StephaneLenclud@152
|
871 |
this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
872 |
this.checkBoxStartMinimized.AutoSize = true;
|
StephaneLenclud@152
|
873 |
this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144);
|
StephaneLenclud@152
|
874 |
this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
|
StephaneLenclud@152
|
875 |
this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
|
StephaneLenclud@152
|
876 |
this.checkBoxStartMinimized.TabIndex = 16;
|
StephaneLenclud@152
|
877 |
this.checkBoxStartMinimized.Text = "Start minimized";
|
StephaneLenclud@152
|
878 |
this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
879 |
this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
|
StephaneLenclud@152
|
880 |
//
|
StephaneLenclud@152
|
881 |
// checkBoxMinimizeToTray
|
StephaneLenclud@152
|
882 |
//
|
StephaneLenclud@152
|
883 |
this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
884 |
this.checkBoxMinimizeToTray.AutoSize = true;
|
StephaneLenclud@152
|
885 |
this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167);
|
StephaneLenclud@152
|
886 |
this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
|
StephaneLenclud@152
|
887 |
this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
|
StephaneLenclud@152
|
888 |
this.checkBoxMinimizeToTray.TabIndex = 15;
|
StephaneLenclud@152
|
889 |
this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
|
StephaneLenclud@152
|
890 |
this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
891 |
this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
|
StephaneLenclud@152
|
892 |
//
|
StephaneLenclud@152
|
893 |
// checkBoxAutoStart
|
StephaneLenclud@152
|
894 |
//
|
StephaneLenclud@152
|
895 |
this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
896 |
this.checkBoxAutoStart.AutoSize = true;
|
StephaneLenclud@152
|
897 |
this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190);
|
StephaneLenclud@152
|
898 |
this.checkBoxAutoStart.Name = "checkBoxAutoStart";
|
StephaneLenclud@152
|
899 |
this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
|
StephaneLenclud@152
|
900 |
this.checkBoxAutoStart.TabIndex = 14;
|
StephaneLenclud@152
|
901 |
this.checkBoxAutoStart.Text = "Run on Windows startup";
|
StephaneLenclud@152
|
902 |
this.checkBoxAutoStart.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
903 |
this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
|
StephaneLenclud@152
|
904 |
//
|
StephaneLenclud@152
|
905 |
// buttonUpdate
|
StephaneLenclud@152
|
906 |
//
|
StephaneLenclud@152
|
907 |
this.buttonUpdate.Location = new System.Drawing.Point(6, 213);
|
StephaneLenclud@152
|
908 |
this.buttonUpdate.Name = "buttonUpdate";
|
StephaneLenclud@152
|
909 |
this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
910 |
this.buttonUpdate.TabIndex = 0;
|
StephaneLenclud@152
|
911 |
this.buttonUpdate.Text = "Update";
|
StephaneLenclud@152
|
912 |
this.buttonUpdate.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
913 |
this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
|
StephaneLenclud@152
|
914 |
//
|
StephaneLenclud@152
|
915 |
// labelFontWidth
|
StephaneLenclud@152
|
916 |
//
|
StephaneLenclud@152
|
917 |
this.labelFontWidth.AutoSize = true;
|
StephaneLenclud@152
|
918 |
this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
|
StephaneLenclud@152
|
919 |
this.labelFontWidth.Name = "labelFontWidth";
|
StephaneLenclud@152
|
920 |
this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
|
StephaneLenclud@152
|
921 |
this.labelFontWidth.TabIndex = 19;
|
StephaneLenclud@152
|
922 |
this.labelFontWidth.Text = "Font width";
|
StephaneLenclud@152
|
923 |
//
|
StephaneLenclud@152
|
924 |
// labelFontHeight
|
StephaneLenclud@152
|
925 |
//
|
StephaneLenclud@152
|
926 |
this.labelFontHeight.AutoSize = true;
|
StephaneLenclud@152
|
927 |
this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
|
StephaneLenclud@152
|
928 |
this.labelFontHeight.Name = "labelFontHeight";
|
StephaneLenclud@152
|
929 |
this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
|
StephaneLenclud@152
|
930 |
this.labelFontHeight.TabIndex = 20;
|
StephaneLenclud@152
|
931 |
this.labelFontHeight.Text = "Font height";
|
StephaneLenclud@152
|
932 |
//
|
StephaneLenclud@152
|
933 |
// openFileDialog
|
StephaneLenclud@152
|
934 |
//
|
StephaneLenclud@152
|
935 |
this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
|
StephaneLenclud@152
|
936 |
//
|
StephaneLenclud@152
|
937 |
// MainForm
|
StephaneLenclud@152
|
938 |
//
|
StephaneLenclud@152
|
939 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
StephaneLenclud@152
|
940 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
StephaneLenclud@152
|
941 |
this.ClientSize = new System.Drawing.Size(624, 442);
|
StephaneLenclud@152
|
942 |
this.Controls.Add(this.labelFontHeight);
|
StephaneLenclud@152
|
943 |
this.Controls.Add(this.labelFontWidth);
|
StephaneLenclud@152
|
944 |
this.Controls.Add(this.labelWarning);
|
StephaneLenclud@152
|
945 |
this.Controls.Add(this.statusStrip);
|
StephaneLenclud@152
|
946 |
this.Controls.Add(this.tabControl);
|
StephaneLenclud@152
|
947 |
this.Controls.Add(this.panelDisplay);
|
StephaneLenclud@152
|
948 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
StephaneLenclud@152
|
949 |
this.MinimumSize = new System.Drawing.Size(640, 480);
|
StephaneLenclud@152
|
950 |
this.Name = "MainForm";
|
StephaneLenclud@152
|
951 |
this.Text = "Sharp Display Manager";
|
StephaneLenclud@152
|
952 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
StephaneLenclud@152
|
953 |
this.Load += new System.EventHandler(this.MainForm_Load);
|
StephaneLenclud@152
|
954 |
this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
|
StephaneLenclud@152
|
955 |
this.Resize += new System.EventHandler(this.MainForm_Resize);
|
StephaneLenclud@152
|
956 |
this.panelDisplay.ResumeLayout(false);
|
StephaneLenclud@152
|
957 |
this.tableLayoutPanel.ResumeLayout(false);
|
StephaneLenclud@152
|
958 |
this.tableLayoutPanel.PerformLayout();
|
StephaneLenclud@152
|
959 |
this.statusStrip.ResumeLayout(false);
|
StephaneLenclud@152
|
960 |
this.statusStrip.PerformLayout();
|
StephaneLenclud@152
|
961 |
this.tabPageClients.ResumeLayout(false);
|
StephaneLenclud@152
|
962 |
this.tabPageDisplay.ResumeLayout(false);
|
StephaneLenclud@152
|
963 |
this.tabPageDisplay.PerformLayout();
|
StephaneLenclud@152
|
964 |
((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
|
StephaneLenclud@152
|
965 |
this.tabControl.ResumeLayout(false);
|
StephaneLenclud@152
|
966 |
this.tabPageDesign.ResumeLayout(false);
|
StephaneLenclud@152
|
967 |
this.tabPageDesign.PerformLayout();
|
StephaneLenclud@152
|
968 |
this.tabPageAudio.ResumeLayout(false);
|
StephaneLenclud@152
|
969 |
this.tabPageAudio.PerformLayout();
|
StephaneLenclud@152
|
970 |
((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
|
StephaneLenclud@152
|
971 |
this.tabPageInput.ResumeLayout(false);
|
StephaneLenclud@152
|
972 |
this.tabPageInput.PerformLayout();
|
StephaneLenclud@152
|
973 |
((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).EndInit();
|
StephaneLenclud@168
|
974 |
this.tabPageCec.ResumeLayout(false);
|
StephaneLenclud@168
|
975 |
this.tabPageCec.PerformLayout();
|
StephaneLenclud@152
|
976 |
this.tabPageApp.ResumeLayout(false);
|
StephaneLenclud@152
|
977 |
this.tabPageApp.PerformLayout();
|
StephaneLenclud@152
|
978 |
this.ResumeLayout(false);
|
StephaneLenclud@152
|
979 |
this.PerformLayout();
|
sl@0
|
980 |
|
sl@0
|
981 |
}
|
sl@0
|
982 |
|
sl@0
|
983 |
#endregion
|
sl@0
|
984 |
|
sl@0
|
985 |
private System.Windows.Forms.FontDialog fontDialog;
|
sl@2
|
986 |
private System.Windows.Forms.Timer timer;
|
sl@7
|
987 |
private System.Windows.Forms.StatusStrip statusStrip;
|
sl@7
|
988 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
|
sl@8
|
989 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
|
sl@8
|
990 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
|
sl@12
|
991 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
|
sl@13
|
992 |
private System.Windows.Forms.Panel panelDisplay;
|
sl@13
|
993 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
|
sl@30
|
994 |
private MarqueeLabel marqueeLabelTop;
|
sl@30
|
995 |
private MarqueeLabel marqueeLabelBottom;
|
sl@30
|
996 |
private System.Windows.Forms.TabPage tabPageClients;
|
sl@30
|
997 |
private System.Windows.Forms.TreeView treeViewClients;
|
sl@36
|
998 |
private System.Windows.Forms.TabPage tabPageDisplay;
|
sl@36
|
999 |
private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
|
sl@36
|
1000 |
private System.Windows.Forms.Button buttonSuspend;
|
sl@36
|
1001 |
private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
|
sl@36
|
1002 |
private System.Windows.Forms.CheckBox checkBoxShowBorders;
|
sl@36
|
1003 |
private System.Windows.Forms.TrackBar trackBarBrightness;
|
sl@36
|
1004 |
private System.Windows.Forms.Button buttonFill;
|
sl@36
|
1005 |
private System.Windows.Forms.Button buttonClear;
|
sl@36
|
1006 |
private System.Windows.Forms.Button buttonClose;
|
sl@36
|
1007 |
private System.Windows.Forms.Button buttonOpen;
|
sl@36
|
1008 |
private System.Windows.Forms.Button buttonCapture;
|
sl@36
|
1009 |
private System.Windows.Forms.Button buttonFont;
|
sl@36
|
1010 |
private System.Windows.Forms.TabControl tabControl;
|
sl@36
|
1011 |
private System.Windows.Forms.Button buttonCloseClients;
|
sl@36
|
1012 |
private System.Windows.Forms.Button buttonStartClient;
|
sl@36
|
1013 |
private System.Windows.Forms.Label labelWarning;
|
StephaneLenclud@110
|
1014 |
private System.Windows.Forms.TabPage tabPageDesign;
|
StephaneLenclud@110
|
1015 |
private System.Windows.Forms.CheckBox checkBoxReverseScreen;
|
sl@46
|
1016 |
private System.Windows.Forms.ComboBox comboBoxDisplayType;
|
sl@47
|
1017 |
private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
|
sl@59
|
1018 |
private System.Windows.Forms.Label labelTimerInterval;
|
sl@52
|
1019 |
private System.Windows.Forms.Button buttonPowerOff;
|
sl@52
|
1020 |
private System.Windows.Forms.Button buttonPowerOn;
|
sl@53
|
1021 |
private System.Windows.Forms.Button buttonShowClock;
|
sl@53
|
1022 |
private System.Windows.Forms.Button buttonHideClock;
|
sl@54
|
1023 |
private System.Windows.Forms.Label labelFontWidth;
|
sl@54
|
1024 |
private System.Windows.Forms.Label labelFontHeight;
|
sl@57
|
1025 |
private System.Windows.Forms.CheckBox checkBoxInverseColors;
|
sl@88
|
1026 |
private System.Windows.Forms.TabPage tabPageApp;
|
sl@88
|
1027 |
private System.Windows.Forms.Button buttonUpdate;
|
sl@92
|
1028 |
private System.Windows.Forms.CheckBox checkBoxAutoStart;
|
sl@94
|
1029 |
private System.Windows.Forms.CheckBox checkBoxStartMinimized;
|
sl@94
|
1030 |
private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
|
sl@100
|
1031 |
private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
|
sl@100
|
1032 |
private System.Windows.Forms.CheckBox checkBoxScaleToFit;
|
sl@100
|
1033 |
private System.Windows.Forms.Label labelMinFontSize;
|
sl@100
|
1034 |
private System.Windows.Forms.Label labelScrollLoopSeparator;
|
sl@100
|
1035 |
private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;
|
StephaneLenclud@106
|
1036 |
private System.Windows.Forms.Label labelScrollingSpeed;
|
StephaneLenclud@106
|
1037 |
private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed;
|
StephaneLenclud@110
|
1038 |
private System.Windows.Forms.ToolTip toolTip;
|
StephaneLenclud@112
|
1039 |
private System.Windows.Forms.TabPage tabPageAudio;
|
StephaneLenclud@112
|
1040 |
private System.Windows.Forms.TrackBar trackBarMasterVolume;
|
StephaneLenclud@113
|
1041 |
private System.Windows.Forms.CheckBox checkBoxMute;
|
StephaneLenclud@115
|
1042 |
private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel;
|
StephaneLenclud@116
|
1043 |
private System.Windows.Forms.Label labelDefaultAudioDevice;
|
StephaneLenclud@126
|
1044 |
private System.Windows.Forms.TabPage tabPageInput;
|
StephaneLenclud@126
|
1045 |
private System.Windows.Forms.Button buttonSelectFile;
|
StephaneLenclud@126
|
1046 |
private System.Windows.Forms.OpenFileDialog openFileDialog;
|
StephaneLenclud@126
|
1047 |
private System.Windows.Forms.Label labelStartFileName;
|
StephaneLenclud@127
|
1048 |
private System.Windows.Forms.PictureBox pictureBoxGreenStart;
|
StephaneLenclud@152
|
1049 |
private System.Windows.Forms.ComboBox comboBoxOpticalDrives;
|
StephaneLenclud@152
|
1050 |
private System.Windows.Forms.Label labelOpticalDriveEject;
|
StephaneLenclud@168
|
1051 |
private System.Windows.Forms.TabPage tabPageCec;
|
StephaneLenclud@168
|
1052 |
private System.Windows.Forms.CheckBox checkBoxCecEnabled;
|
StephaneLenclud@168
|
1053 |
private System.Windows.Forms.Label labelHdmiPort;
|
StephaneLenclud@168
|
1054 |
private System.Windows.Forms.ComboBox comboBoxHdmiPort;
|
StephaneLenclud@168
|
1055 |
private System.Windows.Forms.CheckBox checkBoxCecMonitorOn;
|
StephaneLenclud@168
|
1056 |
private System.Windows.Forms.CheckBox checkBoxCecMonitorOff;
|
sl@0
|
1057 |
}
|
sl@0
|
1058 |
}
|
sl@0
|
1059 |
|