sl@0
|
1 |
namespace SharpDisplayManager
|
sl@0
|
2 |
{
|
StephaneLenclud@226
|
3 |
partial class FormMain
|
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@226
|
41 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
|
StephaneLenclud@152
|
42 |
this.panelDisplay = new System.Windows.Forms.Panel();
|
StephaneLenclud@175
|
43 |
this.iTableLayoutPanel = 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@194
|
54 |
this.iCheckBoxStartIdleClient = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@194
|
55 |
this.iButtonStartIdleClient = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
56 |
this.buttonCloseClients = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
57 |
this.buttonStartClient = new System.Windows.Forms.Button();
|
StephaneLenclud@188
|
58 |
this.iTreeViewClients = new System.Windows.Forms.TreeView();
|
StephaneLenclud@152
|
59 |
this.tabPageDisplay = new System.Windows.Forms.TabPage();
|
StephaneLenclud@152
|
60 |
this.buttonShowClock = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
61 |
this.buttonHideClock = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
62 |
this.buttonPowerOff = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
63 |
this.buttonPowerOn = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
64 |
this.labelTimerInterval = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
65 |
this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
|
StephaneLenclud@152
|
66 |
this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
|
StephaneLenclud@152
|
67 |
this.buttonSuspend = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
68 |
this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
69 |
this.trackBarBrightness = new System.Windows.Forms.TrackBar();
|
StephaneLenclud@152
|
70 |
this.buttonFill = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
71 |
this.buttonClear = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
72 |
this.buttonClose = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
73 |
this.buttonOpen = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
74 |
this.buttonCapture = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
75 |
this.labelWarning = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
76 |
this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
77 |
this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
78 |
this.buttonFont = new System.Windows.Forms.Button();
|
StephaneLenclud@152
|
79 |
this.tabControl = new System.Windows.Forms.TabControl();
|
StephaneLenclud@152
|
80 |
this.tabPageDesign = new System.Windows.Forms.TabPage();
|
StephaneLenclud@152
|
81 |
this.labelScrollingSpeed = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
82 |
this.maskedTextBoxScrollingSpeed = new System.Windows.Forms.MaskedTextBox();
|
StephaneLenclud@152
|
83 |
this.labelScrollLoopSeparator = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
84 |
this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox();
|
StephaneLenclud@152
|
85 |
this.labelMinFontSize = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
86 |
this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox();
|
StephaneLenclud@152
|
87 |
this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
88 |
this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
89 |
this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
90 |
this.tabPageAudio = new System.Windows.Forms.TabPage();
|
StephaneLenclud@152
|
91 |
this.labelDefaultAudioDevice = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
92 |
this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
93 |
this.checkBoxMute = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
94 |
this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
|
StephaneLenclud@152
|
95 |
this.tabPageInput = new System.Windows.Forms.TabPage();
|
StephaneLenclud@153
|
96 |
this.comboBoxOpticalDrives = new System.Windows.Forms.ComboBox();
|
StephaneLenclud@153
|
97 |
this.labelOpticalDriveEject = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
98 |
this.pictureBoxGreenStart = new System.Windows.Forms.PictureBox();
|
StephaneLenclud@152
|
99 |
this.labelStartFileName = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
100 |
this.buttonSelectFile = new System.Windows.Forms.Button();
|
StephaneLenclud@168
|
101 |
this.tabPageCec = new System.Windows.Forms.TabPage();
|
StephaneLenclud@206
|
102 |
this.groupBoxCecLogOptions = new System.Windows.Forms.GroupBox();
|
StephaneLenclud@206
|
103 |
this.checkBoxCecLogNoPoll = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@206
|
104 |
this.checkBoxCecLogTraffic = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@206
|
105 |
this.checkBoxCecLogDebug = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@206
|
106 |
this.checkBoxCecLogNotice = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@206
|
107 |
this.checkBoxCecLogError = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@206
|
108 |
this.checkBoxCecLogWarning = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@168
|
109 |
this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@168
|
110 |
this.labelHdmiPort = new System.Windows.Forms.Label();
|
StephaneLenclud@168
|
111 |
this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox();
|
StephaneLenclud@233
|
112 |
this.tabPageHarmony = new System.Windows.Forms.TabPage();
|
StephaneLenclud@233
|
113 |
this.iCheckBoxHarmonyEnabled = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@233
|
114 |
this.iTreeViewHarmony = new System.Windows.Forms.TreeView();
|
StephaneLenclud@233
|
115 |
this.iButtonHarmonyConnect = new System.Windows.Forms.Button();
|
StephaneLenclud@233
|
116 |
this.label2 = new System.Windows.Forms.Label();
|
StephaneLenclud@233
|
117 |
this.iTextBoxLogitechPassword = new System.Windows.Forms.TextBox();
|
StephaneLenclud@233
|
118 |
this.labelLogitechUserName = new System.Windows.Forms.Label();
|
StephaneLenclud@233
|
119 |
this.iTextBoxLogitechUserName = new System.Windows.Forms.TextBox();
|
StephaneLenclud@233
|
120 |
this.label1 = new System.Windows.Forms.Label();
|
StephaneLenclud@233
|
121 |
this.iTextBoxHarmonyHubAddress = new System.Windows.Forms.TextBox();
|
StephaneLenclud@211
|
122 |
this.tabPageEvent = new System.Windows.Forms.TabPage();
|
StephaneLenclud@231
|
123 |
this.buttonEventEdit = new System.Windows.Forms.Button();
|
StephaneLenclud@231
|
124 |
this.buttonEventDelete = new System.Windows.Forms.Button();
|
StephaneLenclud@231
|
125 |
this.buttonEventAdd = new System.Windows.Forms.Button();
|
StephaneLenclud@231
|
126 |
this.buttonEventTest = new System.Windows.Forms.Button();
|
StephaneLenclud@227
|
127 |
this.buttonActionEdit = new System.Windows.Forms.Button();
|
StephaneLenclud@223
|
128 |
this.buttonActionMoveUp = new System.Windows.Forms.Button();
|
StephaneLenclud@223
|
129 |
this.buttonActionMoveDown = new System.Windows.Forms.Button();
|
StephaneLenclud@227
|
130 |
this.buttonActionTest = new System.Windows.Forms.Button();
|
StephaneLenclud@227
|
131 |
this.buttonActionDelete = new System.Windows.Forms.Button();
|
StephaneLenclud@227
|
132 |
this.buttonActionAdd = new System.Windows.Forms.Button();
|
StephaneLenclud@211
|
133 |
this.iTreeViewEvents = new System.Windows.Forms.TreeView();
|
StephaneLenclud@152
|
134 |
this.tabPageApp = new System.Windows.Forms.TabPage();
|
StephaneLenclud@152
|
135 |
this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
136 |
this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
137 |
this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
|
StephaneLenclud@152
|
138 |
this.buttonUpdate = new System.Windows.Forms.Button();
|
StephaneLenclud@204
|
139 |
this.tabPageLogs = new System.Windows.Forms.TabPage();
|
StephaneLenclud@206
|
140 |
this.buttonClearLogs = new System.Windows.Forms.Button();
|
StephaneLenclud@204
|
141 |
this.richTextBoxLogs = new System.Windows.Forms.RichTextBox();
|
StephaneLenclud@152
|
142 |
this.labelFontWidth = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
143 |
this.labelFontHeight = new System.Windows.Forms.Label();
|
StephaneLenclud@152
|
144 |
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
StephaneLenclud@152
|
145 |
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
StephaneLenclud@152
|
146 |
this.panelDisplay.SuspendLayout();
|
StephaneLenclud@175
|
147 |
this.iTableLayoutPanel.SuspendLayout();
|
StephaneLenclud@152
|
148 |
this.statusStrip.SuspendLayout();
|
StephaneLenclud@152
|
149 |
this.tabPageClients.SuspendLayout();
|
StephaneLenclud@152
|
150 |
this.tabPageDisplay.SuspendLayout();
|
StephaneLenclud@152
|
151 |
((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
|
StephaneLenclud@152
|
152 |
this.tabControl.SuspendLayout();
|
StephaneLenclud@152
|
153 |
this.tabPageDesign.SuspendLayout();
|
StephaneLenclud@152
|
154 |
this.tabPageAudio.SuspendLayout();
|
StephaneLenclud@152
|
155 |
((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
|
StephaneLenclud@152
|
156 |
this.tabPageInput.SuspendLayout();
|
StephaneLenclud@152
|
157 |
((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit();
|
StephaneLenclud@168
|
158 |
this.tabPageCec.SuspendLayout();
|
StephaneLenclud@206
|
159 |
this.groupBoxCecLogOptions.SuspendLayout();
|
StephaneLenclud@233
|
160 |
this.tabPageHarmony.SuspendLayout();
|
StephaneLenclud@211
|
161 |
this.tabPageEvent.SuspendLayout();
|
StephaneLenclud@152
|
162 |
this.tabPageApp.SuspendLayout();
|
StephaneLenclud@201
|
163 |
this.tabPageLogs.SuspendLayout();
|
StephaneLenclud@152
|
164 |
this.SuspendLayout();
|
StephaneLenclud@152
|
165 |
//
|
StephaneLenclud@152
|
166 |
// panelDisplay
|
StephaneLenclud@152
|
167 |
//
|
StephaneLenclud@152
|
168 |
this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
StephaneLenclud@175
|
169 |
this.panelDisplay.Controls.Add(this.iTableLayoutPanel);
|
StephaneLenclud@152
|
170 |
this.panelDisplay.Location = new System.Drawing.Point(173, 40);
|
StephaneLenclud@152
|
171 |
this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
|
StephaneLenclud@152
|
172 |
this.panelDisplay.Name = "panelDisplay";
|
StephaneLenclud@152
|
173 |
this.panelDisplay.Size = new System.Drawing.Size(258, 66);
|
StephaneLenclud@152
|
174 |
this.panelDisplay.TabIndex = 12;
|
StephaneLenclud@152
|
175 |
//
|
StephaneLenclud@175
|
176 |
// iTableLayoutPanel
|
StephaneLenclud@152
|
177 |
//
|
StephaneLenclud@175
|
178 |
this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@0
|
179 |
| System.Windows.Forms.AnchorStyles.Left)
|
sl@0
|
180 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@175
|
181 |
this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
StephaneLenclud@175
|
182 |
this.iTableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
StephaneLenclud@175
|
183 |
this.iTableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
|
StephaneLenclud@175
|
184 |
this.iTableLayoutPanel.ColumnCount = 1;
|
StephaneLenclud@175
|
185 |
this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
StephaneLenclud@175
|
186 |
this.iTableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
|
StephaneLenclud@175
|
187 |
this.iTableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
|
StephaneLenclud@175
|
188 |
this.iTableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
StephaneLenclud@175
|
189 |
this.iTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
StephaneLenclud@175
|
190 |
this.iTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
|
StephaneLenclud@175
|
191 |
this.iTableLayoutPanel.Name = "iTableLayoutPanel";
|
StephaneLenclud@175
|
192 |
this.iTableLayoutPanel.RowCount = 2;
|
StephaneLenclud@175
|
193 |
this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
StephaneLenclud@175
|
194 |
this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
StephaneLenclud@175
|
195 |
this.iTableLayoutPanel.Size = new System.Drawing.Size(256, 64);
|
StephaneLenclud@175
|
196 |
this.iTableLayoutPanel.TabIndex = 5;
|
StephaneLenclud@175
|
197 |
this.iTableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
|
StephaneLenclud@152
|
198 |
//
|
StephaneLenclud@152
|
199 |
// marqueeLabelTop
|
StephaneLenclud@152
|
200 |
//
|
StephaneLenclud@152
|
201 |
this.marqueeLabelTop.AutoEllipsis = true;
|
StephaneLenclud@152
|
202 |
this.marqueeLabelTop.AutoSize = true;
|
StephaneLenclud@152
|
203 |
this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
|
StephaneLenclud@152
|
204 |
this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
|
StephaneLenclud@152
|
205 |
this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
|
StephaneLenclud@152
|
206 |
this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
|
StephaneLenclud@152
|
207 |
this.marqueeLabelTop.MinFontSize = 15F;
|
StephaneLenclud@152
|
208 |
this.marqueeLabelTop.Name = "marqueeLabelTop";
|
StephaneLenclud@152
|
209 |
this.marqueeLabelTop.OwnTimer = false;
|
StephaneLenclud@152
|
210 |
this.marqueeLabelTop.PixelsPerSecond = 64;
|
StephaneLenclud@152
|
211 |
this.marqueeLabelTop.ScaleToFit = true;
|
StephaneLenclud@152
|
212 |
this.marqueeLabelTop.Separator = "|";
|
StephaneLenclud@152
|
213 |
this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
|
StephaneLenclud@152
|
214 |
this.marqueeLabelTop.TabIndex = 2;
|
StephaneLenclud@152
|
215 |
this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
|
StephaneLenclud@152
|
216 |
this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
StephaneLenclud@152
|
217 |
this.marqueeLabelTop.UseCompatibleTextRendering = true;
|
StephaneLenclud@152
|
218 |
//
|
StephaneLenclud@152
|
219 |
// marqueeLabelBottom
|
StephaneLenclud@152
|
220 |
//
|
StephaneLenclud@152
|
221 |
this.marqueeLabelBottom.AutoEllipsis = true;
|
StephaneLenclud@152
|
222 |
this.marqueeLabelBottom.AutoSize = true;
|
StephaneLenclud@152
|
223 |
this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
|
StephaneLenclud@152
|
224 |
this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
|
StephaneLenclud@152
|
225 |
this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
|
StephaneLenclud@152
|
226 |
this.marqueeLabelBottom.MinFontSize = 15F;
|
StephaneLenclud@152
|
227 |
this.marqueeLabelBottom.Name = "marqueeLabelBottom";
|
StephaneLenclud@152
|
228 |
this.marqueeLabelBottom.OwnTimer = false;
|
StephaneLenclud@152
|
229 |
this.marqueeLabelBottom.PixelsPerSecond = 64;
|
StephaneLenclud@152
|
230 |
this.marqueeLabelBottom.ScaleToFit = true;
|
StephaneLenclud@152
|
231 |
this.marqueeLabelBottom.Separator = "|";
|
StephaneLenclud@152
|
232 |
this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
|
StephaneLenclud@152
|
233 |
this.marqueeLabelBottom.TabIndex = 3;
|
StephaneLenclud@152
|
234 |
this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
|
StephaneLenclud@152
|
235 |
this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
StephaneLenclud@152
|
236 |
this.marqueeLabelBottom.UseCompatibleTextRendering = true;
|
StephaneLenclud@152
|
237 |
//
|
StephaneLenclud@152
|
238 |
// timer
|
StephaneLenclud@152
|
239 |
//
|
StephaneLenclud@152
|
240 |
this.timer.Interval = 50;
|
StephaneLenclud@152
|
241 |
this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
StephaneLenclud@152
|
242 |
//
|
StephaneLenclud@152
|
243 |
// statusStrip
|
StephaneLenclud@152
|
244 |
//
|
StephaneLenclud@152
|
245 |
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
sl@36
|
246 |
this.toolStripStatusLabelConnect,
|
sl@36
|
247 |
this.toolStripStatusLabelSpring,
|
sl@36
|
248 |
this.toolStripStatusLabelPower,
|
sl@36
|
249 |
this.toolStripStatusLabelFps});
|
StephaneLenclud@206
|
250 |
this.statusStrip.Location = new System.Drawing.Point(0, 539);
|
StephaneLenclud@152
|
251 |
this.statusStrip.Name = "statusStrip";
|
StephaneLenclud@152
|
252 |
this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
StephaneLenclud@206
|
253 |
this.statusStrip.Size = new System.Drawing.Size(784, 22);
|
StephaneLenclud@152
|
254 |
this.statusStrip.TabIndex = 1;
|
StephaneLenclud@152
|
255 |
this.statusStrip.Text = "statusStrip";
|
StephaneLenclud@152
|
256 |
//
|
StephaneLenclud@152
|
257 |
// toolStripStatusLabelConnect
|
StephaneLenclud@152
|
258 |
//
|
StephaneLenclud@152
|
259 |
this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
|
StephaneLenclud@152
|
260 |
this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
|
StephaneLenclud@152
|
261 |
this.toolStripStatusLabelConnect.Text = "Not connected";
|
StephaneLenclud@152
|
262 |
//
|
StephaneLenclud@152
|
263 |
// toolStripStatusLabelSpring
|
StephaneLenclud@152
|
264 |
//
|
StephaneLenclud@152
|
265 |
this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
|
StephaneLenclud@206
|
266 |
this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(633, 17);
|
StephaneLenclud@152
|
267 |
this.toolStripStatusLabelSpring.Spring = true;
|
StephaneLenclud@152
|
268 |
//
|
StephaneLenclud@152
|
269 |
// toolStripStatusLabelPower
|
StephaneLenclud@152
|
270 |
//
|
StephaneLenclud@152
|
271 |
this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
|
StephaneLenclud@152
|
272 |
this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
|
StephaneLenclud@152
|
273 |
this.toolStripStatusLabelPower.Text = "NA";
|
StephaneLenclud@152
|
274 |
//
|
StephaneLenclud@152
|
275 |
// toolStripStatusLabelFps
|
StephaneLenclud@152
|
276 |
//
|
StephaneLenclud@152
|
277 |
this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
|
StephaneLenclud@152
|
278 |
this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
|
StephaneLenclud@152
|
279 |
this.toolStripStatusLabelFps.Text = "FPS";
|
StephaneLenclud@152
|
280 |
//
|
StephaneLenclud@152
|
281 |
// tabPageClients
|
StephaneLenclud@152
|
282 |
//
|
StephaneLenclud@194
|
283 |
this.tabPageClients.Controls.Add(this.iCheckBoxStartIdleClient);
|
StephaneLenclud@189
|
284 |
this.tabPageClients.Controls.Add(this.iButtonStartIdleClient);
|
StephaneLenclud@152
|
285 |
this.tabPageClients.Controls.Add(this.buttonCloseClients);
|
StephaneLenclud@152
|
286 |
this.tabPageClients.Controls.Add(this.buttonStartClient);
|
StephaneLenclud@188
|
287 |
this.tabPageClients.Controls.Add(this.iTreeViewClients);
|
StephaneLenclud@152
|
288 |
this.tabPageClients.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
289 |
this.tabPageClients.Name = "tabPageClients";
|
StephaneLenclud@152
|
290 |
this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@206
|
291 |
this.tabPageClients.Size = new System.Drawing.Size(752, 385);
|
StephaneLenclud@152
|
292 |
this.tabPageClients.TabIndex = 2;
|
StephaneLenclud@152
|
293 |
this.tabPageClients.Text = "Clients";
|
StephaneLenclud@152
|
294 |
this.tabPageClients.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
295 |
//
|
StephaneLenclud@194
|
296 |
// iCheckBoxStartIdleClient
|
StephaneLenclud@194
|
297 |
//
|
StephaneLenclud@206
|
298 |
this.iCheckBoxStartIdleClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@194
|
299 |
this.iCheckBoxStartIdleClient.AutoSize = true;
|
StephaneLenclud@235
|
300 |
this.iCheckBoxStartIdleClient.Checked = global::SharpDisplayManager.Properties.Settings.Default.StartIdleClient;
|
StephaneLenclud@235
|
301 |
this.iCheckBoxStartIdleClient.CheckState = System.Windows.Forms.CheckState.Checked;
|
StephaneLenclud@235
|
302 |
this.iCheckBoxStartIdleClient.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "StartIdleClient", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
StephaneLenclud@206
|
303 |
this.iCheckBoxStartIdleClient.Location = new System.Drawing.Point(108, 340);
|
StephaneLenclud@194
|
304 |
this.iCheckBoxStartIdleClient.Name = "iCheckBoxStartIdleClient";
|
StephaneLenclud@194
|
305 |
this.iCheckBoxStartIdleClient.Size = new System.Drawing.Size(145, 17);
|
StephaneLenclud@194
|
306 |
this.iCheckBoxStartIdleClient.TabIndex = 22;
|
StephaneLenclud@194
|
307 |
this.iCheckBoxStartIdleClient.Text = "Start idle client on startup";
|
StephaneLenclud@194
|
308 |
this.iCheckBoxStartIdleClient.UseVisualStyleBackColor = true;
|
StephaneLenclud@194
|
309 |
//
|
StephaneLenclud@194
|
310 |
// iButtonStartIdleClient
|
StephaneLenclud@194
|
311 |
//
|
StephaneLenclud@194
|
312 |
this.iButtonStartIdleClient.Location = new System.Drawing.Point(6, 35);
|
StephaneLenclud@194
|
313 |
this.iButtonStartIdleClient.Name = "iButtonStartIdleClient";
|
StephaneLenclud@194
|
314 |
this.iButtonStartIdleClient.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@194
|
315 |
this.iButtonStartIdleClient.TabIndex = 21;
|
StephaneLenclud@194
|
316 |
this.iButtonStartIdleClient.Text = "Start Idle Client";
|
StephaneLenclud@194
|
317 |
this.iButtonStartIdleClient.UseVisualStyleBackColor = true;
|
StephaneLenclud@194
|
318 |
this.iButtonStartIdleClient.Click += new System.EventHandler(this.ButtonStartIdleClient_Click);
|
StephaneLenclud@194
|
319 |
//
|
StephaneLenclud@152
|
320 |
// buttonCloseClients
|
StephaneLenclud@152
|
321 |
//
|
StephaneLenclud@206
|
322 |
this.buttonCloseClients.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@206
|
323 |
this.buttonCloseClients.Location = new System.Drawing.Point(6, 336);
|
StephaneLenclud@152
|
324 |
this.buttonCloseClients.Name = "buttonCloseClients";
|
StephaneLenclud@189
|
325 |
this.buttonCloseClients.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@152
|
326 |
this.buttonCloseClients.TabIndex = 20;
|
StephaneLenclud@152
|
327 |
this.buttonCloseClients.Text = "Close Clients";
|
StephaneLenclud@152
|
328 |
this.buttonCloseClients.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
329 |
this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
|
StephaneLenclud@152
|
330 |
//
|
StephaneLenclud@152
|
331 |
// buttonStartClient
|
StephaneLenclud@152
|
332 |
//
|
StephaneLenclud@152
|
333 |
this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
|
StephaneLenclud@152
|
334 |
this.buttonStartClient.Name = "buttonStartClient";
|
StephaneLenclud@189
|
335 |
this.buttonStartClient.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@152
|
336 |
this.buttonStartClient.TabIndex = 19;
|
StephaneLenclud@194
|
337 |
this.buttonStartClient.Text = "Start Test Client";
|
StephaneLenclud@152
|
338 |
this.buttonStartClient.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
339 |
this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
|
StephaneLenclud@152
|
340 |
//
|
StephaneLenclud@188
|
341 |
// iTreeViewClients
|
StephaneLenclud@152
|
342 |
//
|
StephaneLenclud@188
|
343 |
this.iTreeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@36
|
344 |
| System.Windows.Forms.AnchorStyles.Left)
|
sl@36
|
345 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@189
|
346 |
this.iTreeViewClients.Location = new System.Drawing.Point(108, 6);
|
StephaneLenclud@188
|
347 |
this.iTreeViewClients.Name = "iTreeViewClients";
|
StephaneLenclud@206
|
348 |
this.iTreeViewClients.Size = new System.Drawing.Size(638, 328);
|
StephaneLenclud@188
|
349 |
this.iTreeViewClients.TabIndex = 0;
|
StephaneLenclud@188
|
350 |
this.iTreeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
|
StephaneLenclud@152
|
351 |
//
|
StephaneLenclud@152
|
352 |
// tabPageDisplay
|
StephaneLenclud@152
|
353 |
//
|
StephaneLenclud@152
|
354 |
this.tabPageDisplay.Controls.Add(this.buttonShowClock);
|
StephaneLenclud@152
|
355 |
this.tabPageDisplay.Controls.Add(this.buttonHideClock);
|
StephaneLenclud@152
|
356 |
this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
|
StephaneLenclud@152
|
357 |
this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
|
StephaneLenclud@152
|
358 |
this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
|
StephaneLenclud@152
|
359 |
this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
|
StephaneLenclud@152
|
360 |
this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
|
StephaneLenclud@152
|
361 |
this.tabPageDisplay.Controls.Add(this.buttonSuspend);
|
StephaneLenclud@152
|
362 |
this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
|
StephaneLenclud@152
|
363 |
this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
|
StephaneLenclud@152
|
364 |
this.tabPageDisplay.Controls.Add(this.buttonFill);
|
StephaneLenclud@152
|
365 |
this.tabPageDisplay.Controls.Add(this.buttonClear);
|
StephaneLenclud@152
|
366 |
this.tabPageDisplay.Controls.Add(this.buttonClose);
|
StephaneLenclud@152
|
367 |
this.tabPageDisplay.Controls.Add(this.buttonOpen);
|
StephaneLenclud@152
|
368 |
this.tabPageDisplay.Controls.Add(this.buttonCapture);
|
StephaneLenclud@152
|
369 |
this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
370 |
this.tabPageDisplay.Name = "tabPageDisplay";
|
StephaneLenclud@152
|
371 |
this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@206
|
372 |
this.tabPageDisplay.Size = new System.Drawing.Size(752, 385);
|
StephaneLenclud@152
|
373 |
this.tabPageDisplay.TabIndex = 0;
|
StephaneLenclud@152
|
374 |
this.tabPageDisplay.Text = "Display";
|
StephaneLenclud@152
|
375 |
this.tabPageDisplay.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
376 |
//
|
StephaneLenclud@152
|
377 |
// buttonShowClock
|
StephaneLenclud@152
|
378 |
//
|
StephaneLenclud@206
|
379 |
this.buttonShowClock.Location = new System.Drawing.Point(6, 122);
|
StephaneLenclud@152
|
380 |
this.buttonShowClock.Name = "buttonShowClock";
|
StephaneLenclud@152
|
381 |
this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
382 |
this.buttonShowClock.TabIndex = 23;
|
StephaneLenclud@152
|
383 |
this.buttonShowClock.Text = "Show Clock";
|
StephaneLenclud@152
|
384 |
this.buttonShowClock.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
385 |
this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
|
StephaneLenclud@152
|
386 |
//
|
StephaneLenclud@152
|
387 |
// buttonHideClock
|
StephaneLenclud@152
|
388 |
//
|
StephaneLenclud@206
|
389 |
this.buttonHideClock.Location = new System.Drawing.Point(6, 151);
|
StephaneLenclud@152
|
390 |
this.buttonHideClock.Name = "buttonHideClock";
|
StephaneLenclud@152
|
391 |
this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
392 |
this.buttonHideClock.TabIndex = 22;
|
StephaneLenclud@152
|
393 |
this.buttonHideClock.Text = "Hide Clock";
|
StephaneLenclud@152
|
394 |
this.buttonHideClock.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
395 |
this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
|
StephaneLenclud@152
|
396 |
//
|
StephaneLenclud@152
|
397 |
// buttonPowerOff
|
StephaneLenclud@152
|
398 |
//
|
StephaneLenclud@206
|
399 |
this.buttonPowerOff.Location = new System.Drawing.Point(6, 209);
|
StephaneLenclud@152
|
400 |
this.buttonPowerOff.Name = "buttonPowerOff";
|
StephaneLenclud@152
|
401 |
this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
402 |
this.buttonPowerOff.TabIndex = 21;
|
StephaneLenclud@152
|
403 |
this.buttonPowerOff.Text = "OFF";
|
StephaneLenclud@152
|
404 |
this.buttonPowerOff.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
405 |
this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
|
StephaneLenclud@152
|
406 |
//
|
StephaneLenclud@152
|
407 |
// buttonPowerOn
|
StephaneLenclud@152
|
408 |
//
|
StephaneLenclud@206
|
409 |
this.buttonPowerOn.Location = new System.Drawing.Point(6, 180);
|
StephaneLenclud@152
|
410 |
this.buttonPowerOn.Name = "buttonPowerOn";
|
StephaneLenclud@152
|
411 |
this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
412 |
this.buttonPowerOn.TabIndex = 20;
|
StephaneLenclud@152
|
413 |
this.buttonPowerOn.Text = "ON";
|
StephaneLenclud@152
|
414 |
this.buttonPowerOn.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
415 |
this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
|
StephaneLenclud@152
|
416 |
//
|
StephaneLenclud@152
|
417 |
// labelTimerInterval
|
StephaneLenclud@152
|
418 |
//
|
StephaneLenclud@152
|
419 |
this.labelTimerInterval.AutoSize = true;
|
StephaneLenclud@152
|
420 |
this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
|
StephaneLenclud@152
|
421 |
this.labelTimerInterval.Name = "labelTimerInterval";
|
StephaneLenclud@152
|
422 |
this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
|
StephaneLenclud@152
|
423 |
this.labelTimerInterval.TabIndex = 19;
|
StephaneLenclud@152
|
424 |
this.labelTimerInterval.Text = "Timer interval (ms) :";
|
StephaneLenclud@152
|
425 |
//
|
StephaneLenclud@152
|
426 |
// maskedTextBoxTimerInterval
|
StephaneLenclud@152
|
427 |
//
|
StephaneLenclud@152
|
428 |
this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
|
StephaneLenclud@152
|
429 |
this.maskedTextBoxTimerInterval.Mask = "000";
|
StephaneLenclud@152
|
430 |
this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
|
StephaneLenclud@152
|
431 |
this.maskedTextBoxTimerInterval.PromptChar = ' ';
|
StephaneLenclud@152
|
432 |
this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
|
StephaneLenclud@152
|
433 |
this.maskedTextBoxTimerInterval.TabIndex = 18;
|
StephaneLenclud@152
|
434 |
this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
|
StephaneLenclud@152
|
435 |
//
|
StephaneLenclud@152
|
436 |
// comboBoxDisplayType
|
StephaneLenclud@152
|
437 |
//
|
StephaneLenclud@152
|
438 |
this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
StephaneLenclud@152
|
439 |
this.comboBoxDisplayType.FormattingEnabled = true;
|
StephaneLenclud@152
|
440 |
this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
|
StephaneLenclud@152
|
441 |
this.comboBoxDisplayType.Name = "comboBoxDisplayType";
|
StephaneLenclud@152
|
442 |
this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
|
StephaneLenclud@152
|
443 |
this.comboBoxDisplayType.TabIndex = 17;
|
StephaneLenclud@152
|
444 |
this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
|
StephaneLenclud@152
|
445 |
//
|
StephaneLenclud@152
|
446 |
// buttonSuspend
|
StephaneLenclud@152
|
447 |
//
|
StephaneLenclud@152
|
448 |
this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@206
|
449 |
this.buttonSuspend.Location = new System.Drawing.Point(6, 317);
|
StephaneLenclud@152
|
450 |
this.buttonSuspend.Name = "buttonSuspend";
|
StephaneLenclud@152
|
451 |
this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
452 |
this.buttonSuspend.TabIndex = 16;
|
StephaneLenclud@152
|
453 |
this.buttonSuspend.Text = "Pause";
|
StephaneLenclud@152
|
454 |
this.buttonSuspend.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
455 |
this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
|
StephaneLenclud@152
|
456 |
//
|
StephaneLenclud@152
|
457 |
// checkBoxConnectOnStartup
|
StephaneLenclud@152
|
458 |
//
|
StephaneLenclud@152
|
459 |
this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
460 |
this.checkBoxConnectOnStartup.AutoSize = true;
|
StephaneLenclud@235
|
461 |
this.checkBoxConnectOnStartup.Checked = global::SharpDisplayManager.Properties.Settings.Default.DisplayConnectOnStartup;
|
StephaneLenclud@235
|
462 |
this.checkBoxConnectOnStartup.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "DisplayConnectOnStartup", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
StephaneLenclud@206
|
463 |
this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 350);
|
StephaneLenclud@152
|
464 |
this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
|
StephaneLenclud@152
|
465 |
this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
|
StephaneLenclud@152
|
466 |
this.checkBoxConnectOnStartup.TabIndex = 13;
|
StephaneLenclud@152
|
467 |
this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
|
StephaneLenclud@152
|
468 |
this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
469 |
//
|
StephaneLenclud@152
|
470 |
// trackBarBrightness
|
StephaneLenclud@152
|
471 |
//
|
StephaneLenclud@152
|
472 |
this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@7
|
473 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
474 |
this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
|
StephaneLenclud@206
|
475 |
this.trackBarBrightness.Location = new System.Drawing.Point(704, 9);
|
StephaneLenclud@152
|
476 |
this.trackBarBrightness.Name = "trackBarBrightness";
|
StephaneLenclud@152
|
477 |
this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
|
StephaneLenclud@206
|
478 |
this.trackBarBrightness.Size = new System.Drawing.Size(45, 358);
|
StephaneLenclud@152
|
479 |
this.trackBarBrightness.TabIndex = 10;
|
StephaneLenclud@152
|
480 |
this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
|
StephaneLenclud@152
|
481 |
this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
|
StephaneLenclud@152
|
482 |
this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
|
StephaneLenclud@152
|
483 |
//
|
StephaneLenclud@152
|
484 |
// buttonFill
|
StephaneLenclud@152
|
485 |
//
|
StephaneLenclud@152
|
486 |
this.buttonFill.Location = new System.Drawing.Point(6, 93);
|
StephaneLenclud@152
|
487 |
this.buttonFill.Name = "buttonFill";
|
StephaneLenclud@152
|
488 |
this.buttonFill.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
489 |
this.buttonFill.TabIndex = 9;
|
StephaneLenclud@152
|
490 |
this.buttonFill.Text = "Fill";
|
StephaneLenclud@152
|
491 |
this.buttonFill.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
492 |
this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
|
StephaneLenclud@152
|
493 |
//
|
StephaneLenclud@152
|
494 |
// buttonClear
|
StephaneLenclud@152
|
495 |
//
|
StephaneLenclud@152
|
496 |
this.buttonClear.Location = new System.Drawing.Point(6, 64);
|
StephaneLenclud@152
|
497 |
this.buttonClear.Name = "buttonClear";
|
StephaneLenclud@152
|
498 |
this.buttonClear.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
499 |
this.buttonClear.TabIndex = 8;
|
StephaneLenclud@152
|
500 |
this.buttonClear.Text = "Clear";
|
StephaneLenclud@152
|
501 |
this.buttonClear.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
502 |
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
|
StephaneLenclud@152
|
503 |
//
|
StephaneLenclud@152
|
504 |
// buttonClose
|
StephaneLenclud@152
|
505 |
//
|
StephaneLenclud@152
|
506 |
this.buttonClose.Location = new System.Drawing.Point(6, 35);
|
StephaneLenclud@152
|
507 |
this.buttonClose.Name = "buttonClose";
|
StephaneLenclud@152
|
508 |
this.buttonClose.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
509 |
this.buttonClose.TabIndex = 7;
|
StephaneLenclud@152
|
510 |
this.buttonClose.Text = "Close";
|
StephaneLenclud@152
|
511 |
this.buttonClose.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
512 |
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
StephaneLenclud@152
|
513 |
//
|
StephaneLenclud@152
|
514 |
// buttonOpen
|
StephaneLenclud@152
|
515 |
//
|
StephaneLenclud@152
|
516 |
this.buttonOpen.Location = new System.Drawing.Point(6, 6);
|
StephaneLenclud@152
|
517 |
this.buttonOpen.Name = "buttonOpen";
|
StephaneLenclud@152
|
518 |
this.buttonOpen.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
519 |
this.buttonOpen.TabIndex = 6;
|
StephaneLenclud@152
|
520 |
this.buttonOpen.Text = "Open";
|
StephaneLenclud@152
|
521 |
this.buttonOpen.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
522 |
this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
|
StephaneLenclud@152
|
523 |
//
|
StephaneLenclud@152
|
524 |
// buttonCapture
|
StephaneLenclud@152
|
525 |
//
|
StephaneLenclud@152
|
526 |
this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@206
|
527 |
this.buttonCapture.Location = new System.Drawing.Point(6, 346);
|
StephaneLenclud@152
|
528 |
this.buttonCapture.Name = "buttonCapture";
|
StephaneLenclud@152
|
529 |
this.buttonCapture.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
530 |
this.buttonCapture.TabIndex = 5;
|
StephaneLenclud@152
|
531 |
this.buttonCapture.Text = "Capture";
|
StephaneLenclud@152
|
532 |
this.buttonCapture.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
533 |
this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
|
StephaneLenclud@152
|
534 |
//
|
StephaneLenclud@152
|
535 |
// labelWarning
|
StephaneLenclud@152
|
536 |
//
|
StephaneLenclud@152
|
537 |
this.labelWarning.AutoSize = true;
|
StephaneLenclud@152
|
538 |
this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
StephaneLenclud@152
|
539 |
this.labelWarning.ForeColor = System.Drawing.Color.Red;
|
StephaneLenclud@152
|
540 |
this.labelWarning.Location = new System.Drawing.Point(9, 9);
|
StephaneLenclud@152
|
541 |
this.labelWarning.Name = "labelWarning";
|
StephaneLenclud@152
|
542 |
this.labelWarning.Size = new System.Drawing.Size(80, 16);
|
StephaneLenclud@152
|
543 |
this.labelWarning.TabIndex = 18;
|
StephaneLenclud@152
|
544 |
this.labelWarning.Text = "WARNING";
|
StephaneLenclud@152
|
545 |
this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
StephaneLenclud@152
|
546 |
this.labelWarning.Visible = false;
|
StephaneLenclud@152
|
547 |
//
|
StephaneLenclud@152
|
548 |
// checkBoxFixedPitchFontOnly
|
StephaneLenclud@152
|
549 |
//
|
StephaneLenclud@152
|
550 |
this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
551 |
this.checkBoxFixedPitchFontOnly.AutoSize = true;
|
StephaneLenclud@206
|
552 |
this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 362);
|
StephaneLenclud@152
|
553 |
this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
|
StephaneLenclud@152
|
554 |
this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
|
StephaneLenclud@152
|
555 |
this.checkBoxFixedPitchFontOnly.TabIndex = 17;
|
StephaneLenclud@152
|
556 |
this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
|
StephaneLenclud@152
|
557 |
this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
558 |
//
|
StephaneLenclud@152
|
559 |
// checkBoxShowBorders
|
StephaneLenclud@152
|
560 |
//
|
StephaneLenclud@152
|
561 |
this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
562 |
this.checkBoxShowBorders.AutoSize = true;
|
StephaneLenclud@206
|
563 |
this.checkBoxShowBorders.Location = new System.Drawing.Point(645, 29);
|
StephaneLenclud@152
|
564 |
this.checkBoxShowBorders.Name = "checkBoxShowBorders";
|
StephaneLenclud@152
|
565 |
this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
|
StephaneLenclud@152
|
566 |
this.checkBoxShowBorders.TabIndex = 11;
|
StephaneLenclud@152
|
567 |
this.checkBoxShowBorders.Text = "Show borders";
|
StephaneLenclud@152
|
568 |
this.checkBoxShowBorders.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
569 |
this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
|
StephaneLenclud@152
|
570 |
//
|
StephaneLenclud@152
|
571 |
// buttonFont
|
StephaneLenclud@152
|
572 |
//
|
StephaneLenclud@152
|
573 |
this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@206
|
574 |
this.buttonFont.Location = new System.Drawing.Point(6, 356);
|
StephaneLenclud@152
|
575 |
this.buttonFont.Name = "buttonFont";
|
StephaneLenclud@152
|
576 |
this.buttonFont.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
577 |
this.buttonFont.TabIndex = 0;
|
StephaneLenclud@152
|
578 |
this.buttonFont.Text = "Select Font";
|
StephaneLenclud@152
|
579 |
this.buttonFont.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
580 |
this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
|
StephaneLenclud@152
|
581 |
//
|
StephaneLenclud@152
|
582 |
// tabControl
|
StephaneLenclud@152
|
583 |
//
|
StephaneLenclud@152
|
584 |
this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
sl@34
|
585 |
| System.Windows.Forms.AnchorStyles.Left)
|
sl@34
|
586 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
587 |
this.tabControl.Controls.Add(this.tabPageDisplay);
|
StephaneLenclud@152
|
588 |
this.tabControl.Controls.Add(this.tabPageClients);
|
StephaneLenclud@152
|
589 |
this.tabControl.Controls.Add(this.tabPageDesign);
|
StephaneLenclud@152
|
590 |
this.tabControl.Controls.Add(this.tabPageAudio);
|
StephaneLenclud@152
|
591 |
this.tabControl.Controls.Add(this.tabPageInput);
|
StephaneLenclud@168
|
592 |
this.tabControl.Controls.Add(this.tabPageCec);
|
StephaneLenclud@233
|
593 |
this.tabControl.Controls.Add(this.tabPageHarmony);
|
StephaneLenclud@211
|
594 |
this.tabControl.Controls.Add(this.tabPageEvent);
|
StephaneLenclud@152
|
595 |
this.tabControl.Controls.Add(this.tabPageApp);
|
StephaneLenclud@201
|
596 |
this.tabControl.Controls.Add(this.tabPageLogs);
|
StephaneLenclud@206
|
597 |
this.tabControl.Location = new System.Drawing.Point(12, 125);
|
StephaneLenclud@152
|
598 |
this.tabControl.Name = "tabControl";
|
StephaneLenclud@152
|
599 |
this.tabControl.SelectedIndex = 0;
|
StephaneLenclud@206
|
600 |
this.tabControl.Size = new System.Drawing.Size(760, 411);
|
StephaneLenclud@152
|
601 |
this.tabControl.TabIndex = 0;
|
StephaneLenclud@152
|
602 |
//
|
StephaneLenclud@152
|
603 |
// tabPageDesign
|
StephaneLenclud@152
|
604 |
//
|
StephaneLenclud@152
|
605 |
this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
|
StephaneLenclud@152
|
606 |
this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
|
StephaneLenclud@152
|
607 |
this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
|
StephaneLenclud@152
|
608 |
this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
|
StephaneLenclud@152
|
609 |
this.tabPageDesign.Controls.Add(this.labelMinFontSize);
|
StephaneLenclud@152
|
610 |
this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
|
StephaneLenclud@152
|
611 |
this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
|
StephaneLenclud@152
|
612 |
this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
|
StephaneLenclud@152
|
613 |
this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
|
StephaneLenclud@152
|
614 |
this.tabPageDesign.Controls.Add(this.buttonFont);
|
StephaneLenclud@152
|
615 |
this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
|
StephaneLenclud@152
|
616 |
this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
|
StephaneLenclud@152
|
617 |
this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
618 |
this.tabPageDesign.Name = "tabPageDesign";
|
StephaneLenclud@152
|
619 |
this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@206
|
620 |
this.tabPageDesign.Size = new System.Drawing.Size(752, 385);
|
StephaneLenclud@152
|
621 |
this.tabPageDesign.TabIndex = 3;
|
StephaneLenclud@152
|
622 |
this.tabPageDesign.Text = "Design";
|
StephaneLenclud@152
|
623 |
this.tabPageDesign.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
624 |
//
|
StephaneLenclud@152
|
625 |
// labelScrollingSpeed
|
StephaneLenclud@152
|
626 |
//
|
StephaneLenclud@206
|
627 |
this.labelScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
628 |
this.labelScrollingSpeed.AutoSize = true;
|
StephaneLenclud@206
|
629 |
this.labelScrollingSpeed.Location = new System.Drawing.Point(92, 248);
|
StephaneLenclud@152
|
630 |
this.labelScrollingSpeed.Name = "labelScrollingSpeed";
|
StephaneLenclud@152
|
631 |
this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
|
StephaneLenclud@152
|
632 |
this.labelScrollingSpeed.TabIndex = 28;
|
StephaneLenclud@152
|
633 |
this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
|
StephaneLenclud@152
|
634 |
//
|
StephaneLenclud@152
|
635 |
// maskedTextBoxScrollingSpeed
|
StephaneLenclud@152
|
636 |
//
|
StephaneLenclud@206
|
637 |
this.maskedTextBoxScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@206
|
638 |
this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(213, 245);
|
StephaneLenclud@152
|
639 |
this.maskedTextBoxScrollingSpeed.Mask = "000";
|
StephaneLenclud@152
|
640 |
this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
|
StephaneLenclud@152
|
641 |
this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
|
StephaneLenclud@152
|
642 |
this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
|
StephaneLenclud@152
|
643 |
this.maskedTextBoxScrollingSpeed.TabIndex = 27;
|
StephaneLenclud@152
|
644 |
this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
|
StephaneLenclud@152
|
645 |
//
|
StephaneLenclud@152
|
646 |
// labelScrollLoopSeparator
|
StephaneLenclud@152
|
647 |
//
|
StephaneLenclud@206
|
648 |
this.labelScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
649 |
this.labelScrollLoopSeparator.AutoSize = true;
|
StephaneLenclud@206
|
650 |
this.labelScrollLoopSeparator.Location = new System.Drawing.Point(98, 274);
|
StephaneLenclud@152
|
651 |
this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
|
StephaneLenclud@152
|
652 |
this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
|
StephaneLenclud@152
|
653 |
this.labelScrollLoopSeparator.TabIndex = 26;
|
StephaneLenclud@152
|
654 |
this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
|
StephaneLenclud@152
|
655 |
//
|
StephaneLenclud@152
|
656 |
// textBoxScrollLoopSeparator
|
StephaneLenclud@152
|
657 |
//
|
StephaneLenclud@206
|
658 |
this.textBoxScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@206
|
659 |
this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(213, 271);
|
StephaneLenclud@152
|
660 |
this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
|
StephaneLenclud@152
|
661 |
this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
|
StephaneLenclud@152
|
662 |
this.textBoxScrollLoopSeparator.TabIndex = 25;
|
StephaneLenclud@152
|
663 |
this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
|
StephaneLenclud@152
|
664 |
//
|
StephaneLenclud@152
|
665 |
// labelMinFontSize
|
StephaneLenclud@152
|
666 |
//
|
StephaneLenclud@206
|
667 |
this.labelMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
668 |
this.labelMinFontSize.AutoSize = true;
|
StephaneLenclud@206
|
669 |
this.labelMinFontSize.Location = new System.Drawing.Point(88, 323);
|
StephaneLenclud@152
|
670 |
this.labelMinFontSize.Name = "labelMinFontSize";
|
StephaneLenclud@152
|
671 |
this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
|
StephaneLenclud@152
|
672 |
this.labelMinFontSize.TabIndex = 24;
|
StephaneLenclud@152
|
673 |
this.labelMinFontSize.Text = "Minimum font size (pts) :";
|
StephaneLenclud@152
|
674 |
//
|
StephaneLenclud@152
|
675 |
// maskedTextBoxMinFontSize
|
StephaneLenclud@152
|
676 |
//
|
StephaneLenclud@206
|
677 |
this.maskedTextBoxMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@206
|
678 |
this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(213, 320);
|
StephaneLenclud@152
|
679 |
this.maskedTextBoxMinFontSize.Mask = "000";
|
StephaneLenclud@152
|
680 |
this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
|
StephaneLenclud@152
|
681 |
this.maskedTextBoxMinFontSize.PromptChar = ' ';
|
StephaneLenclud@152
|
682 |
this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
|
StephaneLenclud@152
|
683 |
this.maskedTextBoxMinFontSize.TabIndex = 23;
|
StephaneLenclud@152
|
684 |
this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
|
StephaneLenclud@152
|
685 |
//
|
StephaneLenclud@152
|
686 |
// checkBoxScaleToFit
|
StephaneLenclud@152
|
687 |
//
|
StephaneLenclud@152
|
688 |
this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
689 |
this.checkBoxScaleToFit.AutoSize = true;
|
StephaneLenclud@206
|
690 |
this.checkBoxScaleToFit.Location = new System.Drawing.Point(86, 297);
|
StephaneLenclud@152
|
691 |
this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
|
StephaneLenclud@152
|
692 |
this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
|
StephaneLenclud@152
|
693 |
this.checkBoxScaleToFit.TabIndex = 22;
|
StephaneLenclud@152
|
694 |
this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
|
StephaneLenclud@152
|
695 |
this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
696 |
this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
|
StephaneLenclud@152
|
697 |
//
|
StephaneLenclud@152
|
698 |
// checkBoxInverseColors
|
StephaneLenclud@152
|
699 |
//
|
StephaneLenclud@152
|
700 |
this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
701 |
this.checkBoxInverseColors.AutoSize = true;
|
StephaneLenclud@206
|
702 |
this.checkBoxInverseColors.Location = new System.Drawing.Point(645, 52);
|
StephaneLenclud@152
|
703 |
this.checkBoxInverseColors.Name = "checkBoxInverseColors";
|
StephaneLenclud@152
|
704 |
this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
|
StephaneLenclud@152
|
705 |
this.checkBoxInverseColors.TabIndex = 21;
|
StephaneLenclud@152
|
706 |
this.checkBoxInverseColors.Text = "Inverse colors";
|
StephaneLenclud@152
|
707 |
this.checkBoxInverseColors.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
708 |
this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
|
StephaneLenclud@152
|
709 |
//
|
StephaneLenclud@152
|
710 |
// checkBoxReverseScreen
|
StephaneLenclud@152
|
711 |
//
|
StephaneLenclud@152
|
712 |
this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
713 |
this.checkBoxReverseScreen.AutoSize = true;
|
StephaneLenclud@206
|
714 |
this.checkBoxReverseScreen.Location = new System.Drawing.Point(645, 6);
|
StephaneLenclud@152
|
715 |
this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
|
StephaneLenclud@152
|
716 |
this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
|
StephaneLenclud@152
|
717 |
this.checkBoxReverseScreen.TabIndex = 14;
|
StephaneLenclud@152
|
718 |
this.checkBoxReverseScreen.Text = "Reverse screen";
|
StephaneLenclud@152
|
719 |
this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
720 |
this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
|
StephaneLenclud@152
|
721 |
//
|
StephaneLenclud@152
|
722 |
// tabPageAudio
|
StephaneLenclud@152
|
723 |
//
|
StephaneLenclud@152
|
724 |
this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
|
StephaneLenclud@152
|
725 |
this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel);
|
StephaneLenclud@152
|
726 |
this.tabPageAudio.Controls.Add(this.checkBoxMute);
|
StephaneLenclud@152
|
727 |
this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
|
StephaneLenclud@152
|
728 |
this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
729 |
this.tabPageAudio.Name = "tabPageAudio";
|
StephaneLenclud@152
|
730 |
this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@206
|
731 |
this.tabPageAudio.Size = new System.Drawing.Size(752, 385);
|
StephaneLenclud@152
|
732 |
this.tabPageAudio.TabIndex = 5;
|
StephaneLenclud@152
|
733 |
this.tabPageAudio.Text = "Audio";
|
StephaneLenclud@152
|
734 |
this.tabPageAudio.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
735 |
//
|
StephaneLenclud@152
|
736 |
// labelDefaultAudioDevice
|
StephaneLenclud@152
|
737 |
//
|
StephaneLenclud@152
|
738 |
this.labelDefaultAudioDevice.AutoSize = true;
|
StephaneLenclud@152
|
739 |
this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
StephaneLenclud@152
|
740 |
this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6);
|
StephaneLenclud@152
|
741 |
this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice";
|
StephaneLenclud@152
|
742 |
this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13);
|
StephaneLenclud@152
|
743 |
this.labelDefaultAudioDevice.TabIndex = 19;
|
StephaneLenclud@152
|
744 |
this.labelDefaultAudioDevice.Text = "Audio Device Unknown";
|
StephaneLenclud@152
|
745 |
//
|
StephaneLenclud@152
|
746 |
// checkBoxShowVolumeLabel
|
StephaneLenclud@152
|
747 |
//
|
StephaneLenclud@152
|
748 |
this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
749 |
this.checkBoxShowVolumeLabel.AutoSize = true;
|
StephaneLenclud@206
|
750 |
this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 329);
|
StephaneLenclud@152
|
751 |
this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
|
StephaneLenclud@152
|
752 |
this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
|
StephaneLenclud@152
|
753 |
this.checkBoxShowVolumeLabel.TabIndex = 18;
|
StephaneLenclud@152
|
754 |
this.checkBoxShowVolumeLabel.Text = "Show volume label";
|
StephaneLenclud@152
|
755 |
this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
756 |
this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
|
StephaneLenclud@152
|
757 |
//
|
StephaneLenclud@152
|
758 |
// checkBoxMute
|
StephaneLenclud@152
|
759 |
//
|
StephaneLenclud@152
|
760 |
this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
761 |
this.checkBoxMute.AutoSize = true;
|
StephaneLenclud@206
|
762 |
this.checkBoxMute.Location = new System.Drawing.Point(3, 352);
|
StephaneLenclud@152
|
763 |
this.checkBoxMute.Name = "checkBoxMute";
|
StephaneLenclud@152
|
764 |
this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
|
StephaneLenclud@152
|
765 |
this.checkBoxMute.TabIndex = 17;
|
StephaneLenclud@152
|
766 |
this.checkBoxMute.Text = "Mute";
|
StephaneLenclud@152
|
767 |
this.checkBoxMute.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
768 |
this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
|
StephaneLenclud@152
|
769 |
//
|
StephaneLenclud@152
|
770 |
// trackBarMasterVolume
|
StephaneLenclud@152
|
771 |
//
|
StephaneLenclud@206
|
772 |
this.trackBarMasterVolume.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
StephaneLenclud@206
|
773 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@152
|
774 |
this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window;
|
StephaneLenclud@206
|
775 |
this.trackBarMasterVolume.Location = new System.Drawing.Point(701, 6);
|
StephaneLenclud@152
|
776 |
this.trackBarMasterVolume.Maximum = 100;
|
StephaneLenclud@152
|
777 |
this.trackBarMasterVolume.Name = "trackBarMasterVolume";
|
StephaneLenclud@152
|
778 |
this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
|
StephaneLenclud@206
|
779 |
this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 373);
|
StephaneLenclud@152
|
780 |
this.trackBarMasterVolume.TabIndex = 0;
|
StephaneLenclud@152
|
781 |
this.trackBarMasterVolume.TickFrequency = 10;
|
StephaneLenclud@152
|
782 |
this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both;
|
StephaneLenclud@152
|
783 |
this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
|
StephaneLenclud@152
|
784 |
this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
|
StephaneLenclud@152
|
785 |
//
|
StephaneLenclud@152
|
786 |
// tabPageInput
|
StephaneLenclud@152
|
787 |
//
|
StephaneLenclud@152
|
788 |
this.tabPageInput.Controls.Add(this.comboBoxOpticalDrives);
|
StephaneLenclud@152
|
789 |
this.tabPageInput.Controls.Add(this.labelOpticalDriveEject);
|
StephaneLenclud@152
|
790 |
this.tabPageInput.Controls.Add(this.pictureBoxGreenStart);
|
StephaneLenclud@152
|
791 |
this.tabPageInput.Controls.Add(this.labelStartFileName);
|
StephaneLenclud@152
|
792 |
this.tabPageInput.Controls.Add(this.buttonSelectFile);
|
StephaneLenclud@152
|
793 |
this.tabPageInput.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
794 |
this.tabPageInput.Name = "tabPageInput";
|
StephaneLenclud@152
|
795 |
this.tabPageInput.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@206
|
796 |
this.tabPageInput.Size = new System.Drawing.Size(752, 385);
|
StephaneLenclud@152
|
797 |
this.tabPageInput.TabIndex = 6;
|
StephaneLenclud@152
|
798 |
this.tabPageInput.Text = "Input";
|
StephaneLenclud@152
|
799 |
this.tabPageInput.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
800 |
//
|
StephaneLenclud@153
|
801 |
// comboBoxOpticalDrives
|
StephaneLenclud@153
|
802 |
//
|
StephaneLenclud@153
|
803 |
this.comboBoxOpticalDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
StephaneLenclud@153
|
804 |
this.comboBoxOpticalDrives.FormattingEnabled = true;
|
StephaneLenclud@153
|
805 |
this.comboBoxOpticalDrives.Location = new System.Drawing.Point(113, 53);
|
StephaneLenclud@153
|
806 |
this.comboBoxOpticalDrives.Name = "comboBoxOpticalDrives";
|
StephaneLenclud@153
|
807 |
this.comboBoxOpticalDrives.Size = new System.Drawing.Size(55, 21);
|
StephaneLenclud@153
|
808 |
this.comboBoxOpticalDrives.TabIndex = 18;
|
StephaneLenclud@153
|
809 |
this.comboBoxOpticalDrives.SelectedIndexChanged += new System.EventHandler(this.comboBoxOpticalDrives_SelectedIndexChanged);
|
StephaneLenclud@153
|
810 |
//
|
StephaneLenclud@153
|
811 |
// labelOpticalDriveEject
|
StephaneLenclud@153
|
812 |
//
|
StephaneLenclud@153
|
813 |
this.labelOpticalDriveEject.AutoSize = true;
|
StephaneLenclud@153
|
814 |
this.labelOpticalDriveEject.Location = new System.Drawing.Point(0, 56);
|
StephaneLenclud@153
|
815 |
this.labelOpticalDriveEject.Name = "labelOpticalDriveEject";
|
StephaneLenclud@153
|
816 |
this.labelOpticalDriveEject.Size = new System.Drawing.Size(107, 13);
|
StephaneLenclud@153
|
817 |
this.labelOpticalDriveEject.TabIndex = 3;
|
StephaneLenclud@153
|
818 |
this.labelOpticalDriveEject.Text = "Optical drive to eject:";
|
StephaneLenclud@153
|
819 |
//
|
StephaneLenclud@152
|
820 |
// pictureBoxGreenStart
|
StephaneLenclud@152
|
821 |
//
|
StephaneLenclud@152
|
822 |
this.pictureBoxGreenStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxGreenStart.Image")));
|
StephaneLenclud@152
|
823 |
this.pictureBoxGreenStart.Location = new System.Drawing.Point(3, 6);
|
StephaneLenclud@152
|
824 |
this.pictureBoxGreenStart.Name = "pictureBoxGreenStart";
|
StephaneLenclud@152
|
825 |
this.pictureBoxGreenStart.Size = new System.Drawing.Size(32, 32);
|
StephaneLenclud@152
|
826 |
this.pictureBoxGreenStart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
StephaneLenclud@152
|
827 |
this.pictureBoxGreenStart.TabIndex = 2;
|
StephaneLenclud@152
|
828 |
this.pictureBoxGreenStart.TabStop = false;
|
StephaneLenclud@152
|
829 |
//
|
StephaneLenclud@152
|
830 |
// labelStartFileName
|
StephaneLenclud@152
|
831 |
//
|
StephaneLenclud@152
|
832 |
this.labelStartFileName.AutoSize = true;
|
StephaneLenclud@152
|
833 |
this.labelStartFileName.Location = new System.Drawing.Point(72, 16);
|
StephaneLenclud@152
|
834 |
this.labelStartFileName.Name = "labelStartFileName";
|
StephaneLenclud@152
|
835 |
this.labelStartFileName.Size = new System.Drawing.Size(33, 13);
|
StephaneLenclud@152
|
836 |
this.labelStartFileName.TabIndex = 1;
|
StephaneLenclud@152
|
837 |
this.labelStartFileName.Text = "None";
|
StephaneLenclud@152
|
838 |
//
|
StephaneLenclud@152
|
839 |
// buttonSelectFile
|
StephaneLenclud@152
|
840 |
//
|
StephaneLenclud@152
|
841 |
this.buttonSelectFile.Location = new System.Drawing.Point(41, 11);
|
StephaneLenclud@152
|
842 |
this.buttonSelectFile.Name = "buttonSelectFile";
|
StephaneLenclud@152
|
843 |
this.buttonSelectFile.Size = new System.Drawing.Size(25, 23);
|
StephaneLenclud@152
|
844 |
this.buttonSelectFile.TabIndex = 0;
|
StephaneLenclud@152
|
845 |
this.buttonSelectFile.Text = "...";
|
StephaneLenclud@152
|
846 |
this.buttonSelectFile.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
847 |
this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
|
StephaneLenclud@152
|
848 |
//
|
StephaneLenclud@168
|
849 |
// tabPageCec
|
StephaneLenclud@168
|
850 |
//
|
StephaneLenclud@206
|
851 |
this.tabPageCec.Controls.Add(this.groupBoxCecLogOptions);
|
StephaneLenclud@168
|
852 |
this.tabPageCec.Controls.Add(this.checkBoxCecEnabled);
|
StephaneLenclud@168
|
853 |
this.tabPageCec.Controls.Add(this.labelHdmiPort);
|
StephaneLenclud@168
|
854 |
this.tabPageCec.Controls.Add(this.comboBoxHdmiPort);
|
StephaneLenclud@168
|
855 |
this.tabPageCec.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@168
|
856 |
this.tabPageCec.Name = "tabPageCec";
|
StephaneLenclud@168
|
857 |
this.tabPageCec.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@206
|
858 |
this.tabPageCec.Size = new System.Drawing.Size(752, 385);
|
StephaneLenclud@168
|
859 |
this.tabPageCec.TabIndex = 7;
|
StephaneLenclud@168
|
860 |
this.tabPageCec.Text = "CEC";
|
StephaneLenclud@168
|
861 |
this.tabPageCec.UseVisualStyleBackColor = true;
|
StephaneLenclud@168
|
862 |
//
|
StephaneLenclud@206
|
863 |
// groupBoxCecLogOptions
|
StephaneLenclud@206
|
864 |
//
|
StephaneLenclud@206
|
865 |
this.groupBoxCecLogOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@206
|
866 |
this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNoPoll);
|
StephaneLenclud@206
|
867 |
this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogTraffic);
|
StephaneLenclud@206
|
868 |
this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogDebug);
|
StephaneLenclud@206
|
869 |
this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNotice);
|
StephaneLenclud@206
|
870 |
this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogError);
|
StephaneLenclud@206
|
871 |
this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogWarning);
|
StephaneLenclud@206
|
872 |
this.groupBoxCecLogOptions.Location = new System.Drawing.Point(6, 239);
|
StephaneLenclud@206
|
873 |
this.groupBoxCecLogOptions.Name = "groupBoxCecLogOptions";
|
StephaneLenclud@206
|
874 |
this.groupBoxCecLogOptions.Size = new System.Drawing.Size(165, 140);
|
StephaneLenclud@206
|
875 |
this.groupBoxCecLogOptions.TabIndex = 25;
|
StephaneLenclud@206
|
876 |
this.groupBoxCecLogOptions.TabStop = false;
|
StephaneLenclud@206
|
877 |
this.groupBoxCecLogOptions.Text = "Log options";
|
StephaneLenclud@206
|
878 |
//
|
StephaneLenclud@206
|
879 |
// checkBoxCecLogNoPoll
|
StephaneLenclud@206
|
880 |
//
|
StephaneLenclud@206
|
881 |
this.checkBoxCecLogNoPoll.AutoSize = true;
|
StephaneLenclud@206
|
882 |
this.checkBoxCecLogNoPoll.Checked = true;
|
StephaneLenclud@206
|
883 |
this.checkBoxCecLogNoPoll.CheckState = System.Windows.Forms.CheckState.Checked;
|
StephaneLenclud@206
|
884 |
this.checkBoxCecLogNoPoll.Location = new System.Drawing.Point(76, 24);
|
StephaneLenclud@206
|
885 |
this.checkBoxCecLogNoPoll.Name = "checkBoxCecLogNoPoll";
|
StephaneLenclud@206
|
886 |
this.checkBoxCecLogNoPoll.Size = new System.Drawing.Size(59, 17);
|
StephaneLenclud@206
|
887 |
this.checkBoxCecLogNoPoll.TabIndex = 30;
|
StephaneLenclud@206
|
888 |
this.checkBoxCecLogNoPoll.Text = "No poll";
|
StephaneLenclud@206
|
889 |
this.checkBoxCecLogNoPoll.UseVisualStyleBackColor = true;
|
StephaneLenclud@206
|
890 |
this.checkBoxCecLogNoPoll.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
|
StephaneLenclud@206
|
891 |
//
|
StephaneLenclud@206
|
892 |
// checkBoxCecLogTraffic
|
StephaneLenclud@206
|
893 |
//
|
StephaneLenclud@206
|
894 |
this.checkBoxCecLogTraffic.AutoSize = true;
|
StephaneLenclud@206
|
895 |
this.checkBoxCecLogTraffic.Location = new System.Drawing.Point(6, 93);
|
StephaneLenclud@206
|
896 |
this.checkBoxCecLogTraffic.Name = "checkBoxCecLogTraffic";
|
StephaneLenclud@206
|
897 |
this.checkBoxCecLogTraffic.Size = new System.Drawing.Size(56, 17);
|
StephaneLenclud@206
|
898 |
this.checkBoxCecLogTraffic.TabIndex = 29;
|
StephaneLenclud@206
|
899 |
this.checkBoxCecLogTraffic.Text = "Traffic";
|
StephaneLenclud@206
|
900 |
this.checkBoxCecLogTraffic.UseVisualStyleBackColor = true;
|
StephaneLenclud@206
|
901 |
this.checkBoxCecLogTraffic.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
|
StephaneLenclud@206
|
902 |
//
|
StephaneLenclud@206
|
903 |
// checkBoxCecLogDebug
|
StephaneLenclud@206
|
904 |
//
|
StephaneLenclud@206
|
905 |
this.checkBoxCecLogDebug.AutoSize = true;
|
StephaneLenclud@206
|
906 |
this.checkBoxCecLogDebug.Location = new System.Drawing.Point(6, 116);
|
StephaneLenclud@206
|
907 |
this.checkBoxCecLogDebug.Name = "checkBoxCecLogDebug";
|
StephaneLenclud@206
|
908 |
this.checkBoxCecLogDebug.Size = new System.Drawing.Size(58, 17);
|
StephaneLenclud@206
|
909 |
this.checkBoxCecLogDebug.TabIndex = 28;
|
StephaneLenclud@206
|
910 |
this.checkBoxCecLogDebug.Text = "Debug";
|
StephaneLenclud@206
|
911 |
this.checkBoxCecLogDebug.UseVisualStyleBackColor = true;
|
StephaneLenclud@206
|
912 |
this.checkBoxCecLogDebug.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
|
StephaneLenclud@206
|
913 |
//
|
StephaneLenclud@206
|
914 |
// checkBoxCecLogNotice
|
StephaneLenclud@206
|
915 |
//
|
StephaneLenclud@206
|
916 |
this.checkBoxCecLogNotice.AutoSize = true;
|
StephaneLenclud@206
|
917 |
this.checkBoxCecLogNotice.Checked = true;
|
StephaneLenclud@206
|
918 |
this.checkBoxCecLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
|
StephaneLenclud@206
|
919 |
this.checkBoxCecLogNotice.Location = new System.Drawing.Point(6, 70);
|
StephaneLenclud@206
|
920 |
this.checkBoxCecLogNotice.Name = "checkBoxCecLogNotice";
|
StephaneLenclud@206
|
921 |
this.checkBoxCecLogNotice.Size = new System.Drawing.Size(57, 17);
|
StephaneLenclud@206
|
922 |
this.checkBoxCecLogNotice.TabIndex = 27;
|
StephaneLenclud@206
|
923 |
this.checkBoxCecLogNotice.Text = "Notice";
|
StephaneLenclud@206
|
924 |
this.checkBoxCecLogNotice.UseVisualStyleBackColor = true;
|
StephaneLenclud@206
|
925 |
this.checkBoxCecLogNotice.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
|
StephaneLenclud@206
|
926 |
//
|
StephaneLenclud@206
|
927 |
// checkBoxCecLogError
|
StephaneLenclud@206
|
928 |
//
|
StephaneLenclud@206
|
929 |
this.checkBoxCecLogError.AutoSize = true;
|
StephaneLenclud@206
|
930 |
this.checkBoxCecLogError.Checked = true;
|
StephaneLenclud@206
|
931 |
this.checkBoxCecLogError.CheckState = System.Windows.Forms.CheckState.Checked;
|
StephaneLenclud@206
|
932 |
this.checkBoxCecLogError.Location = new System.Drawing.Point(6, 24);
|
StephaneLenclud@206
|
933 |
this.checkBoxCecLogError.Name = "checkBoxCecLogError";
|
StephaneLenclud@206
|
934 |
this.checkBoxCecLogError.Size = new System.Drawing.Size(48, 17);
|
StephaneLenclud@206
|
935 |
this.checkBoxCecLogError.TabIndex = 26;
|
StephaneLenclud@206
|
936 |
this.checkBoxCecLogError.Text = "Error";
|
StephaneLenclud@206
|
937 |
this.checkBoxCecLogError.UseVisualStyleBackColor = true;
|
StephaneLenclud@206
|
938 |
this.checkBoxCecLogError.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
|
StephaneLenclud@206
|
939 |
//
|
StephaneLenclud@206
|
940 |
// checkBoxCecLogWarning
|
StephaneLenclud@206
|
941 |
//
|
StephaneLenclud@206
|
942 |
this.checkBoxCecLogWarning.AutoSize = true;
|
StephaneLenclud@206
|
943 |
this.checkBoxCecLogWarning.Checked = true;
|
StephaneLenclud@206
|
944 |
this.checkBoxCecLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
|
StephaneLenclud@206
|
945 |
this.checkBoxCecLogWarning.Location = new System.Drawing.Point(6, 47);
|
StephaneLenclud@206
|
946 |
this.checkBoxCecLogWarning.Name = "checkBoxCecLogWarning";
|
StephaneLenclud@206
|
947 |
this.checkBoxCecLogWarning.Size = new System.Drawing.Size(66, 17);
|
StephaneLenclud@206
|
948 |
this.checkBoxCecLogWarning.TabIndex = 25;
|
StephaneLenclud@206
|
949 |
this.checkBoxCecLogWarning.Text = "Warning";
|
StephaneLenclud@206
|
950 |
this.checkBoxCecLogWarning.UseVisualStyleBackColor = true;
|
StephaneLenclud@206
|
951 |
this.checkBoxCecLogWarning.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
|
StephaneLenclud@206
|
952 |
//
|
StephaneLenclud@168
|
953 |
// checkBoxCecEnabled
|
StephaneLenclud@168
|
954 |
//
|
StephaneLenclud@168
|
955 |
this.checkBoxCecEnabled.AutoSize = true;
|
StephaneLenclud@235
|
956 |
this.checkBoxCecEnabled.Checked = global::SharpDisplayManager.Properties.Settings.Default.CecEnabled;
|
StephaneLenclud@235
|
957 |
this.checkBoxCecEnabled.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "CecEnabled", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
StephaneLenclud@168
|
958 |
this.checkBoxCecEnabled.Location = new System.Drawing.Point(6, 6);
|
StephaneLenclud@168
|
959 |
this.checkBoxCecEnabled.Name = "checkBoxCecEnabled";
|
StephaneLenclud@168
|
960 |
this.checkBoxCecEnabled.Size = new System.Drawing.Size(83, 17);
|
StephaneLenclud@168
|
961 |
this.checkBoxCecEnabled.TabIndex = 21;
|
StephaneLenclud@168
|
962 |
this.checkBoxCecEnabled.Text = "Enable CEC";
|
StephaneLenclud@168
|
963 |
this.checkBoxCecEnabled.UseVisualStyleBackColor = true;
|
StephaneLenclud@168
|
964 |
this.checkBoxCecEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCecEnabled_CheckedChanged);
|
StephaneLenclud@168
|
965 |
//
|
StephaneLenclud@168
|
966 |
// labelHdmiPort
|
StephaneLenclud@168
|
967 |
//
|
StephaneLenclud@168
|
968 |
this.labelHdmiPort.AutoSize = true;
|
StephaneLenclud@168
|
969 |
this.labelHdmiPort.Location = new System.Drawing.Point(3, 26);
|
StephaneLenclud@168
|
970 |
this.labelHdmiPort.Name = "labelHdmiPort";
|
StephaneLenclud@168
|
971 |
this.labelHdmiPort.Size = new System.Drawing.Size(182, 13);
|
StephaneLenclud@168
|
972 |
this.labelHdmiPort.TabIndex = 20;
|
StephaneLenclud@168
|
973 |
this.labelHdmiPort.Text = "TV HDMI port connected to your PC:";
|
StephaneLenclud@168
|
974 |
//
|
StephaneLenclud@168
|
975 |
// comboBoxHdmiPort
|
StephaneLenclud@168
|
976 |
//
|
StephaneLenclud@168
|
977 |
this.comboBoxHdmiPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
StephaneLenclud@168
|
978 |
this.comboBoxHdmiPort.FormattingEnabled = true;
|
StephaneLenclud@168
|
979 |
this.comboBoxHdmiPort.Items.AddRange(new object[] {
|
StephaneLenclud@168
|
980 |
"HDMI 1",
|
StephaneLenclud@168
|
981 |
"HDMI 2",
|
StephaneLenclud@168
|
982 |
"HDMI 3",
|
StephaneLenclud@168
|
983 |
"HDMI 4",
|
StephaneLenclud@168
|
984 |
"HDMI 5",
|
StephaneLenclud@168
|
985 |
"HDMI 6",
|
StephaneLenclud@168
|
986 |
"HDMI 7",
|
StephaneLenclud@168
|
987 |
"HDMI 8",
|
StephaneLenclud@168
|
988 |
"HDMI 9"});
|
StephaneLenclud@168
|
989 |
this.comboBoxHdmiPort.Location = new System.Drawing.Point(6, 42);
|
StephaneLenclud@168
|
990 |
this.comboBoxHdmiPort.Name = "comboBoxHdmiPort";
|
StephaneLenclud@168
|
991 |
this.comboBoxHdmiPort.Size = new System.Drawing.Size(87, 21);
|
StephaneLenclud@168
|
992 |
this.comboBoxHdmiPort.TabIndex = 19;
|
StephaneLenclud@168
|
993 |
this.comboBoxHdmiPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxHdmiPort_SelectedIndexChanged);
|
StephaneLenclud@168
|
994 |
//
|
StephaneLenclud@233
|
995 |
// tabPageHarmony
|
StephaneLenclud@233
|
996 |
//
|
StephaneLenclud@233
|
997 |
this.tabPageHarmony.Controls.Add(this.iCheckBoxHarmonyEnabled);
|
StephaneLenclud@233
|
998 |
this.tabPageHarmony.Controls.Add(this.iTreeViewHarmony);
|
StephaneLenclud@233
|
999 |
this.tabPageHarmony.Controls.Add(this.iButtonHarmonyConnect);
|
StephaneLenclud@233
|
1000 |
this.tabPageHarmony.Controls.Add(this.label2);
|
StephaneLenclud@233
|
1001 |
this.tabPageHarmony.Controls.Add(this.iTextBoxLogitechPassword);
|
StephaneLenclud@233
|
1002 |
this.tabPageHarmony.Controls.Add(this.labelLogitechUserName);
|
StephaneLenclud@233
|
1003 |
this.tabPageHarmony.Controls.Add(this.iTextBoxLogitechUserName);
|
StephaneLenclud@233
|
1004 |
this.tabPageHarmony.Controls.Add(this.label1);
|
StephaneLenclud@233
|
1005 |
this.tabPageHarmony.Controls.Add(this.iTextBoxHarmonyHubAddress);
|
StephaneLenclud@233
|
1006 |
this.tabPageHarmony.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@233
|
1007 |
this.tabPageHarmony.Name = "tabPageHarmony";
|
StephaneLenclud@233
|
1008 |
this.tabPageHarmony.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@233
|
1009 |
this.tabPageHarmony.Size = new System.Drawing.Size(752, 385);
|
StephaneLenclud@233
|
1010 |
this.tabPageHarmony.TabIndex = 10;
|
StephaneLenclud@233
|
1011 |
this.tabPageHarmony.Text = "Harmony";
|
StephaneLenclud@233
|
1012 |
this.tabPageHarmony.UseVisualStyleBackColor = true;
|
StephaneLenclud@233
|
1013 |
//
|
StephaneLenclud@233
|
1014 |
// iCheckBoxHarmonyEnabled
|
StephaneLenclud@233
|
1015 |
//
|
StephaneLenclud@233
|
1016 |
this.iCheckBoxHarmonyEnabled.AutoSize = true;
|
StephaneLenclud@235
|
1017 |
this.iCheckBoxHarmonyEnabled.Checked = global::SharpDisplayManager.Properties.Settings.Default.HarmonyEnabled;
|
StephaneLenclud@235
|
1018 |
this.iCheckBoxHarmonyEnabled.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "HarmonyEnabled", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
StephaneLenclud@233
|
1019 |
this.iCheckBoxHarmonyEnabled.Location = new System.Drawing.Point(6, 6);
|
StephaneLenclud@233
|
1020 |
this.iCheckBoxHarmonyEnabled.Name = "iCheckBoxHarmonyEnabled";
|
StephaneLenclud@233
|
1021 |
this.iCheckBoxHarmonyEnabled.Size = new System.Drawing.Size(104, 17);
|
StephaneLenclud@233
|
1022 |
this.iCheckBoxHarmonyEnabled.TabIndex = 22;
|
StephaneLenclud@233
|
1023 |
this.iCheckBoxHarmonyEnabled.Text = "Enable Harmony";
|
StephaneLenclud@233
|
1024 |
this.iCheckBoxHarmonyEnabled.UseVisualStyleBackColor = true;
|
StephaneLenclud@233
|
1025 |
//
|
StephaneLenclud@233
|
1026 |
// iTreeViewHarmony
|
StephaneLenclud@233
|
1027 |
//
|
StephaneLenclud@233
|
1028 |
this.iTreeViewHarmony.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
StephaneLenclud@233
|
1029 |
| System.Windows.Forms.AnchorStyles.Left)
|
StephaneLenclud@233
|
1030 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@233
|
1031 |
this.iTreeViewHarmony.Location = new System.Drawing.Point(84, 49);
|
StephaneLenclud@233
|
1032 |
this.iTreeViewHarmony.Name = "iTreeViewHarmony";
|
StephaneLenclud@233
|
1033 |
this.iTreeViewHarmony.Size = new System.Drawing.Size(662, 330);
|
StephaneLenclud@233
|
1034 |
this.iTreeViewHarmony.TabIndex = 15;
|
StephaneLenclud@233
|
1035 |
this.iTreeViewHarmony.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.iTreeViewHarmony_NodeMouseDoubleClick);
|
StephaneLenclud@233
|
1036 |
//
|
StephaneLenclud@233
|
1037 |
// iButtonHarmonyConnect
|
StephaneLenclud@233
|
1038 |
//
|
StephaneLenclud@233
|
1039 |
this.iButtonHarmonyConnect.Location = new System.Drawing.Point(3, 49);
|
StephaneLenclud@233
|
1040 |
this.iButtonHarmonyConnect.Name = "iButtonHarmonyConnect";
|
StephaneLenclud@233
|
1041 |
this.iButtonHarmonyConnect.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@233
|
1042 |
this.iButtonHarmonyConnect.TabIndex = 14;
|
StephaneLenclud@233
|
1043 |
this.iButtonHarmonyConnect.Text = "Connect";
|
StephaneLenclud@233
|
1044 |
this.iButtonHarmonyConnect.UseVisualStyleBackColor = true;
|
StephaneLenclud@233
|
1045 |
this.iButtonHarmonyConnect.Click += new System.EventHandler(this.iButtonHarmonyConnect_Click);
|
StephaneLenclud@233
|
1046 |
//
|
StephaneLenclud@233
|
1047 |
// label2
|
StephaneLenclud@233
|
1048 |
//
|
StephaneLenclud@233
|
1049 |
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@233
|
1050 |
this.label2.AutoSize = true;
|
StephaneLenclud@233
|
1051 |
this.label2.Location = new System.Drawing.Point(597, 7);
|
StephaneLenclud@233
|
1052 |
this.label2.Name = "label2";
|
StephaneLenclud@233
|
1053 |
this.label2.Size = new System.Drawing.Size(99, 13);
|
StephaneLenclud@233
|
1054 |
this.label2.TabIndex = 13;
|
StephaneLenclud@233
|
1055 |
this.label2.Text = "Logitech password:";
|
StephaneLenclud@233
|
1056 |
//
|
StephaneLenclud@233
|
1057 |
// iTextBoxLogitechPassword
|
StephaneLenclud@233
|
1058 |
//
|
StephaneLenclud@233
|
1059 |
this.iTextBoxLogitechPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@233
|
1060 |
this.iTextBoxLogitechPassword.Location = new System.Drawing.Point(600, 23);
|
StephaneLenclud@233
|
1061 |
this.iTextBoxLogitechPassword.Name = "iTextBoxLogitechPassword";
|
StephaneLenclud@233
|
1062 |
this.iTextBoxLogitechPassword.PasswordChar = '*';
|
StephaneLenclud@233
|
1063 |
this.iTextBoxLogitechPassword.Size = new System.Drawing.Size(134, 20);
|
StephaneLenclud@233
|
1064 |
this.iTextBoxLogitechPassword.TabIndex = 12;
|
StephaneLenclud@233
|
1065 |
//
|
StephaneLenclud@233
|
1066 |
// labelLogitechUserName
|
StephaneLenclud@233
|
1067 |
//
|
StephaneLenclud@233
|
1068 |
this.labelLogitechUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@233
|
1069 |
this.labelLogitechUserName.AutoSize = true;
|
StephaneLenclud@233
|
1070 |
this.labelLogitechUserName.Location = new System.Drawing.Point(433, 7);
|
StephaneLenclud@233
|
1071 |
this.labelLogitechUserName.Name = "labelLogitechUserName";
|
StephaneLenclud@233
|
1072 |
this.labelLogitechUserName.Size = new System.Drawing.Size(141, 13);
|
StephaneLenclud@233
|
1073 |
this.labelLogitechUserName.TabIndex = 11;
|
StephaneLenclud@233
|
1074 |
this.labelLogitechUserName.Text = "Logitech user name / e-mail:";
|
StephaneLenclud@233
|
1075 |
//
|
StephaneLenclud@233
|
1076 |
// iTextBoxLogitechUserName
|
StephaneLenclud@233
|
1077 |
//
|
StephaneLenclud@233
|
1078 |
this.iTextBoxLogitechUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@233
|
1079 |
this.iTextBoxLogitechUserName.Location = new System.Drawing.Point(436, 23);
|
StephaneLenclud@233
|
1080 |
this.iTextBoxLogitechUserName.Name = "iTextBoxLogitechUserName";
|
StephaneLenclud@233
|
1081 |
this.iTextBoxLogitechUserName.Size = new System.Drawing.Size(134, 20);
|
StephaneLenclud@233
|
1082 |
this.iTextBoxLogitechUserName.TabIndex = 10;
|
StephaneLenclud@233
|
1083 |
//
|
StephaneLenclud@233
|
1084 |
// label1
|
StephaneLenclud@233
|
1085 |
//
|
StephaneLenclud@233
|
1086 |
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@233
|
1087 |
this.label1.AutoSize = true;
|
StephaneLenclud@233
|
1088 |
this.label1.Location = new System.Drawing.Point(279, 7);
|
StephaneLenclud@233
|
1089 |
this.label1.Name = "label1";
|
StephaneLenclud@233
|
1090 |
this.label1.Size = new System.Drawing.Size(116, 13);
|
StephaneLenclud@233
|
1091 |
this.label1.TabIndex = 9;
|
StephaneLenclud@233
|
1092 |
this.label1.Text = "Harmony Hub Address:";
|
StephaneLenclud@233
|
1093 |
//
|
StephaneLenclud@233
|
1094 |
// iTextBoxHarmonyHubAddress
|
StephaneLenclud@233
|
1095 |
//
|
StephaneLenclud@233
|
1096 |
this.iTextBoxHarmonyHubAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@233
|
1097 |
this.iTextBoxHarmonyHubAddress.Location = new System.Drawing.Point(282, 23);
|
StephaneLenclud@233
|
1098 |
this.iTextBoxHarmonyHubAddress.Name = "iTextBoxHarmonyHubAddress";
|
StephaneLenclud@233
|
1099 |
this.iTextBoxHarmonyHubAddress.Size = new System.Drawing.Size(100, 20);
|
StephaneLenclud@233
|
1100 |
this.iTextBoxHarmonyHubAddress.TabIndex = 8;
|
StephaneLenclud@233
|
1101 |
this.iTextBoxHarmonyHubAddress.Text = "HarmonyHub";
|
StephaneLenclud@233
|
1102 |
//
|
StephaneLenclud@211
|
1103 |
// tabPageEvent
|
StephaneLenclud@211
|
1104 |
//
|
StephaneLenclud@231
|
1105 |
this.tabPageEvent.Controls.Add(this.buttonEventEdit);
|
StephaneLenclud@231
|
1106 |
this.tabPageEvent.Controls.Add(this.buttonEventDelete);
|
StephaneLenclud@231
|
1107 |
this.tabPageEvent.Controls.Add(this.buttonEventAdd);
|
StephaneLenclud@229
|
1108 |
this.tabPageEvent.Controls.Add(this.buttonEventTest);
|
StephaneLenclud@227
|
1109 |
this.tabPageEvent.Controls.Add(this.buttonActionEdit);
|
StephaneLenclud@223
|
1110 |
this.tabPageEvent.Controls.Add(this.buttonActionMoveUp);
|
StephaneLenclud@223
|
1111 |
this.tabPageEvent.Controls.Add(this.buttonActionMoveDown);
|
StephaneLenclud@227
|
1112 |
this.tabPageEvent.Controls.Add(this.buttonActionTest);
|
StephaneLenclud@227
|
1113 |
this.tabPageEvent.Controls.Add(this.buttonActionDelete);
|
StephaneLenclud@227
|
1114 |
this.tabPageEvent.Controls.Add(this.buttonActionAdd);
|
StephaneLenclud@211
|
1115 |
this.tabPageEvent.Controls.Add(this.iTreeViewEvents);
|
StephaneLenclud@211
|
1116 |
this.tabPageEvent.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@211
|
1117 |
this.tabPageEvent.Name = "tabPageEvent";
|
StephaneLenclud@211
|
1118 |
this.tabPageEvent.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@211
|
1119 |
this.tabPageEvent.Size = new System.Drawing.Size(752, 385);
|
StephaneLenclud@211
|
1120 |
this.tabPageEvent.TabIndex = 9;
|
StephaneLenclud@211
|
1121 |
this.tabPageEvent.Text = "Events";
|
StephaneLenclud@211
|
1122 |
this.tabPageEvent.UseVisualStyleBackColor = true;
|
StephaneLenclud@211
|
1123 |
//
|
StephaneLenclud@231
|
1124 |
// buttonEventEdit
|
StephaneLenclud@231
|
1125 |
//
|
StephaneLenclud@231
|
1126 |
this.buttonEventEdit.Enabled = false;
|
StephaneLenclud@231
|
1127 |
this.buttonEventEdit.Location = new System.Drawing.Point(6, 35);
|
StephaneLenclud@231
|
1128 |
this.buttonEventEdit.Name = "buttonEventEdit";
|
StephaneLenclud@231
|
1129 |
this.buttonEventEdit.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@231
|
1130 |
this.buttonEventEdit.TabIndex = 29;
|
StephaneLenclud@231
|
1131 |
this.buttonEventEdit.Text = "Edit Event";
|
StephaneLenclud@231
|
1132 |
this.buttonEventEdit.UseVisualStyleBackColor = true;
|
StephaneLenclud@231
|
1133 |
this.buttonEventEdit.Click += new System.EventHandler(this.buttonEventEdit_Click);
|
StephaneLenclud@231
|
1134 |
//
|
StephaneLenclud@231
|
1135 |
// buttonEventDelete
|
StephaneLenclud@231
|
1136 |
//
|
StephaneLenclud@231
|
1137 |
this.buttonEventDelete.Enabled = false;
|
StephaneLenclud@231
|
1138 |
this.buttonEventDelete.Location = new System.Drawing.Point(6, 64);
|
StephaneLenclud@231
|
1139 |
this.buttonEventDelete.Name = "buttonEventDelete";
|
StephaneLenclud@231
|
1140 |
this.buttonEventDelete.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@231
|
1141 |
this.buttonEventDelete.TabIndex = 28;
|
StephaneLenclud@231
|
1142 |
this.buttonEventDelete.Text = "Delete Event";
|
StephaneLenclud@231
|
1143 |
this.buttonEventDelete.UseVisualStyleBackColor = true;
|
StephaneLenclud@231
|
1144 |
this.buttonEventDelete.Click += new System.EventHandler(this.buttonEventDelete_Click);
|
StephaneLenclud@231
|
1145 |
//
|
StephaneLenclud@231
|
1146 |
// buttonEventAdd
|
StephaneLenclud@231
|
1147 |
//
|
StephaneLenclud@231
|
1148 |
this.buttonEventAdd.Location = new System.Drawing.Point(6, 6);
|
StephaneLenclud@231
|
1149 |
this.buttonEventAdd.Name = "buttonEventAdd";
|
StephaneLenclud@231
|
1150 |
this.buttonEventAdd.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@231
|
1151 |
this.buttonEventAdd.TabIndex = 27;
|
StephaneLenclud@231
|
1152 |
this.buttonEventAdd.Text = "Add Event";
|
StephaneLenclud@231
|
1153 |
this.buttonEventAdd.UseVisualStyleBackColor = true;
|
StephaneLenclud@231
|
1154 |
this.buttonEventAdd.Click += new System.EventHandler(this.buttonEventAdd_Click);
|
StephaneLenclud@231
|
1155 |
//
|
StephaneLenclud@231
|
1156 |
// buttonEventTest
|
StephaneLenclud@231
|
1157 |
//
|
StephaneLenclud@231
|
1158 |
this.buttonEventTest.Enabled = false;
|
StephaneLenclud@231
|
1159 |
this.buttonEventTest.Location = new System.Drawing.Point(6, 93);
|
StephaneLenclud@231
|
1160 |
this.buttonEventTest.Name = "buttonEventTest";
|
StephaneLenclud@231
|
1161 |
this.buttonEventTest.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@231
|
1162 |
this.buttonEventTest.TabIndex = 26;
|
StephaneLenclud@231
|
1163 |
this.buttonEventTest.Text = "Test Event";
|
StephaneLenclud@231
|
1164 |
this.buttonEventTest.UseVisualStyleBackColor = true;
|
StephaneLenclud@231
|
1165 |
this.buttonEventTest.Click += new System.EventHandler(this.buttonEventTest_Click);
|
StephaneLenclud@231
|
1166 |
//
|
StephaneLenclud@227
|
1167 |
// buttonActionEdit
|
StephaneLenclud@227
|
1168 |
//
|
StephaneLenclud@227
|
1169 |
this.buttonActionEdit.Enabled = false;
|
StephaneLenclud@231
|
1170 |
this.buttonActionEdit.Location = new System.Drawing.Point(6, 190);
|
StephaneLenclud@227
|
1171 |
this.buttonActionEdit.Name = "buttonActionEdit";
|
StephaneLenclud@227
|
1172 |
this.buttonActionEdit.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@227
|
1173 |
this.buttonActionEdit.TabIndex = 25;
|
StephaneLenclud@227
|
1174 |
this.buttonActionEdit.Text = "Edit Action";
|
StephaneLenclud@227
|
1175 |
this.buttonActionEdit.UseVisualStyleBackColor = true;
|
StephaneLenclud@227
|
1176 |
this.buttonActionEdit.Click += new System.EventHandler(this.buttonActionEdit_Click);
|
StephaneLenclud@227
|
1177 |
//
|
StephaneLenclud@223
|
1178 |
// buttonActionMoveUp
|
StephaneLenclud@223
|
1179 |
//
|
StephaneLenclud@223
|
1180 |
this.buttonActionMoveUp.Enabled = false;
|
StephaneLenclud@223
|
1181 |
this.buttonActionMoveUp.Location = new System.Drawing.Point(6, 327);
|
StephaneLenclud@223
|
1182 |
this.buttonActionMoveUp.Name = "buttonActionMoveUp";
|
StephaneLenclud@223
|
1183 |
this.buttonActionMoveUp.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@223
|
1184 |
this.buttonActionMoveUp.TabIndex = 24;
|
StephaneLenclud@223
|
1185 |
this.buttonActionMoveUp.Text = "Move Up";
|
StephaneLenclud@223
|
1186 |
this.buttonActionMoveUp.UseVisualStyleBackColor = true;
|
StephaneLenclud@223
|
1187 |
this.buttonActionMoveUp.Click += new System.EventHandler(this.buttonActionMoveUp_Click);
|
StephaneLenclud@223
|
1188 |
//
|
StephaneLenclud@223
|
1189 |
// buttonActionMoveDown
|
StephaneLenclud@223
|
1190 |
//
|
StephaneLenclud@223
|
1191 |
this.buttonActionMoveDown.Enabled = false;
|
StephaneLenclud@223
|
1192 |
this.buttonActionMoveDown.Location = new System.Drawing.Point(6, 356);
|
StephaneLenclud@223
|
1193 |
this.buttonActionMoveDown.Name = "buttonActionMoveDown";
|
StephaneLenclud@223
|
1194 |
this.buttonActionMoveDown.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@223
|
1195 |
this.buttonActionMoveDown.TabIndex = 23;
|
StephaneLenclud@223
|
1196 |
this.buttonActionMoveDown.Text = "Move Down";
|
StephaneLenclud@223
|
1197 |
this.buttonActionMoveDown.UseVisualStyleBackColor = true;
|
StephaneLenclud@223
|
1198 |
this.buttonActionMoveDown.Click += new System.EventHandler(this.buttonActionMoveDown_Click);
|
StephaneLenclud@223
|
1199 |
//
|
StephaneLenclud@227
|
1200 |
// buttonActionTest
|
StephaneLenclud@223
|
1201 |
//
|
StephaneLenclud@227
|
1202 |
this.buttonActionTest.Enabled = false;
|
StephaneLenclud@231
|
1203 |
this.buttonActionTest.Location = new System.Drawing.Point(6, 248);
|
StephaneLenclud@227
|
1204 |
this.buttonActionTest.Name = "buttonActionTest";
|
StephaneLenclud@227
|
1205 |
this.buttonActionTest.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@227
|
1206 |
this.buttonActionTest.TabIndex = 22;
|
StephaneLenclud@227
|
1207 |
this.buttonActionTest.Text = "Test Action";
|
StephaneLenclud@227
|
1208 |
this.buttonActionTest.UseVisualStyleBackColor = true;
|
StephaneLenclud@227
|
1209 |
this.buttonActionTest.Click += new System.EventHandler(this.buttonActionTest_Click);
|
StephaneLenclud@223
|
1210 |
//
|
StephaneLenclud@227
|
1211 |
// buttonActionDelete
|
StephaneLenclud@211
|
1212 |
//
|
StephaneLenclud@227
|
1213 |
this.buttonActionDelete.Enabled = false;
|
StephaneLenclud@231
|
1214 |
this.buttonActionDelete.Location = new System.Drawing.Point(6, 219);
|
StephaneLenclud@227
|
1215 |
this.buttonActionDelete.Name = "buttonActionDelete";
|
StephaneLenclud@227
|
1216 |
this.buttonActionDelete.Size = new System.Drawing.Size(96, 23);
|
StephaneLenclud@227
|
1217 |
this.buttonActionDelete.TabIndex = 21;
|
StephaneLenclud@227
|
1218 |
this.buttonActionDelete.Text = "Delete Action";
|
StephaneLenclud@227
|
1219 |
this.buttonActionDelete.UseVisualStyleBackColor = true;
|
StephaneLenclud@227
|
1220 |
this.buttonActionDelete.Click += new System.EventHandler(this.buttonActionDelete_Click);
|
StephaneLenclud@211
|
1221 |
//
|
StephaneLenclud@227
|
1222 |
// buttonActionAdd
|
StephaneLenclud@211
|
1223 |
//
|
StephaneLenclud@227
|
1224 |
this.buttonActionAdd.Enabled = false;
|
StephaneLenclud@231
|
1225 |
this.buttonActionAdd.Location = new System.Drawing.Point(6, 157);
|
StephaneLenclud@227
|
1226 |
this.buttonActionAdd.Name = "buttonActionAdd";
|
StephaneLenclud@231
|
1227 |
this.buttonActionAdd.Size = new System.Drawing.Size(96, 27);
|
StephaneLenclud@227
|
1228 |
this.buttonActionAdd.TabIndex = 20;
|
StephaneLenclud@227
|
1229 |
this.buttonActionAdd.Text = "Add Action";
|
StephaneLenclud@227
|
1230 |
this.buttonActionAdd.UseVisualStyleBackColor = true;
|
StephaneLenclud@227
|
1231 |
this.buttonActionAdd.Click += new System.EventHandler(this.buttonActionAdd_Click);
|
StephaneLenclud@211
|
1232 |
//
|
StephaneLenclud@211
|
1233 |
// iTreeViewEvents
|
StephaneLenclud@211
|
1234 |
//
|
StephaneLenclud@211
|
1235 |
this.iTreeViewEvents.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
StephaneLenclud@211
|
1236 |
| System.Windows.Forms.AnchorStyles.Left)
|
StephaneLenclud@211
|
1237 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@223
|
1238 |
this.iTreeViewEvents.HideSelection = false;
|
StephaneLenclud@211
|
1239 |
this.iTreeViewEvents.Location = new System.Drawing.Point(111, 3);
|
StephaneLenclud@211
|
1240 |
this.iTreeViewEvents.Name = "iTreeViewEvents";
|
StephaneLenclud@211
|
1241 |
this.iTreeViewEvents.Size = new System.Drawing.Size(638, 376);
|
StephaneLenclud@211
|
1242 |
this.iTreeViewEvents.TabIndex = 1;
|
StephaneLenclud@217
|
1243 |
this.iTreeViewEvents.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.iTreeViewEvents_AfterSelect);
|
StephaneLenclud@231
|
1244 |
this.iTreeViewEvents.Leave += new System.EventHandler(this.iTreeViewEvents_Leave);
|
StephaneLenclud@211
|
1245 |
//
|
StephaneLenclud@152
|
1246 |
// tabPageApp
|
StephaneLenclud@152
|
1247 |
//
|
StephaneLenclud@152
|
1248 |
this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
|
StephaneLenclud@152
|
1249 |
this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
|
StephaneLenclud@152
|
1250 |
this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
|
StephaneLenclud@152
|
1251 |
this.tabPageApp.Controls.Add(this.buttonUpdate);
|
StephaneLenclud@152
|
1252 |
this.tabPageApp.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@152
|
1253 |
this.tabPageApp.Name = "tabPageApp";
|
StephaneLenclud@152
|
1254 |
this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@206
|
1255 |
this.tabPageApp.Size = new System.Drawing.Size(752, 385);
|
StephaneLenclud@152
|
1256 |
this.tabPageApp.TabIndex = 4;
|
StephaneLenclud@152
|
1257 |
this.tabPageApp.Text = "Application";
|
StephaneLenclud@152
|
1258 |
this.tabPageApp.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
1259 |
//
|
StephaneLenclud@152
|
1260 |
// checkBoxStartMinimized
|
StephaneLenclud@152
|
1261 |
//
|
StephaneLenclud@152
|
1262 |
this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
1263 |
this.checkBoxStartMinimized.AutoSize = true;
|
StephaneLenclud@235
|
1264 |
this.checkBoxStartMinimized.Checked = global::SharpDisplayManager.Properties.Settings.Default.StartMinimized;
|
StephaneLenclud@235
|
1265 |
this.checkBoxStartMinimized.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "StartMinimized", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
StephaneLenclud@206
|
1266 |
this.checkBoxStartMinimized.Location = new System.Drawing.Point(6, 285);
|
StephaneLenclud@152
|
1267 |
this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
|
StephaneLenclud@152
|
1268 |
this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
|
StephaneLenclud@152
|
1269 |
this.checkBoxStartMinimized.TabIndex = 16;
|
StephaneLenclud@152
|
1270 |
this.checkBoxStartMinimized.Text = "Start minimized";
|
StephaneLenclud@152
|
1271 |
this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
1272 |
//
|
StephaneLenclud@152
|
1273 |
// checkBoxMinimizeToTray
|
StephaneLenclud@152
|
1274 |
//
|
StephaneLenclud@152
|
1275 |
this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
1276 |
this.checkBoxMinimizeToTray.AutoSize = true;
|
StephaneLenclud@235
|
1277 |
this.checkBoxMinimizeToTray.Checked = global::SharpDisplayManager.Properties.Settings.Default.MinimizeToTray;
|
StephaneLenclud@235
|
1278 |
this.checkBoxMinimizeToTray.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "MinimizeToTray", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
StephaneLenclud@206
|
1279 |
this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(6, 308);
|
StephaneLenclud@152
|
1280 |
this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
|
StephaneLenclud@152
|
1281 |
this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
|
StephaneLenclud@152
|
1282 |
this.checkBoxMinimizeToTray.TabIndex = 15;
|
StephaneLenclud@152
|
1283 |
this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
|
StephaneLenclud@152
|
1284 |
this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
1285 |
//
|
StephaneLenclud@152
|
1286 |
// checkBoxAutoStart
|
StephaneLenclud@152
|
1287 |
//
|
StephaneLenclud@152
|
1288 |
this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@152
|
1289 |
this.checkBoxAutoStart.AutoSize = true;
|
StephaneLenclud@206
|
1290 |
this.checkBoxAutoStart.Location = new System.Drawing.Point(6, 331);
|
StephaneLenclud@152
|
1291 |
this.checkBoxAutoStart.Name = "checkBoxAutoStart";
|
StephaneLenclud@152
|
1292 |
this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
|
StephaneLenclud@152
|
1293 |
this.checkBoxAutoStart.TabIndex = 14;
|
StephaneLenclud@152
|
1294 |
this.checkBoxAutoStart.Text = "Run on Windows startup";
|
StephaneLenclud@152
|
1295 |
this.checkBoxAutoStart.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
1296 |
this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
|
StephaneLenclud@152
|
1297 |
//
|
StephaneLenclud@152
|
1298 |
// buttonUpdate
|
StephaneLenclud@152
|
1299 |
//
|
StephaneLenclud@206
|
1300 |
this.buttonUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
StephaneLenclud@206
|
1301 |
this.buttonUpdate.Location = new System.Drawing.Point(6, 354);
|
StephaneLenclud@152
|
1302 |
this.buttonUpdate.Name = "buttonUpdate";
|
StephaneLenclud@152
|
1303 |
this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@152
|
1304 |
this.buttonUpdate.TabIndex = 0;
|
StephaneLenclud@152
|
1305 |
this.buttonUpdate.Text = "Update";
|
StephaneLenclud@152
|
1306 |
this.buttonUpdate.UseVisualStyleBackColor = true;
|
StephaneLenclud@152
|
1307 |
this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
|
StephaneLenclud@152
|
1308 |
//
|
StephaneLenclud@201
|
1309 |
// tabPageLogs
|
StephaneLenclud@201
|
1310 |
//
|
StephaneLenclud@206
|
1311 |
this.tabPageLogs.Controls.Add(this.buttonClearLogs);
|
StephaneLenclud@201
|
1312 |
this.tabPageLogs.Controls.Add(this.richTextBoxLogs);
|
StephaneLenclud@201
|
1313 |
this.tabPageLogs.Location = new System.Drawing.Point(4, 22);
|
StephaneLenclud@201
|
1314 |
this.tabPageLogs.Name = "tabPageLogs";
|
StephaneLenclud@201
|
1315 |
this.tabPageLogs.Padding = new System.Windows.Forms.Padding(3);
|
StephaneLenclud@206
|
1316 |
this.tabPageLogs.Size = new System.Drawing.Size(752, 385);
|
StephaneLenclud@201
|
1317 |
this.tabPageLogs.TabIndex = 8;
|
StephaneLenclud@201
|
1318 |
this.tabPageLogs.Text = "Logs";
|
StephaneLenclud@201
|
1319 |
this.tabPageLogs.UseVisualStyleBackColor = true;
|
StephaneLenclud@201
|
1320 |
//
|
StephaneLenclud@206
|
1321 |
// buttonClearLogs
|
StephaneLenclud@206
|
1322 |
//
|
StephaneLenclud@206
|
1323 |
this.buttonClearLogs.Location = new System.Drawing.Point(671, 6);
|
StephaneLenclud@206
|
1324 |
this.buttonClearLogs.Name = "buttonClearLogs";
|
StephaneLenclud@206
|
1325 |
this.buttonClearLogs.Size = new System.Drawing.Size(75, 23);
|
StephaneLenclud@206
|
1326 |
this.buttonClearLogs.TabIndex = 2;
|
StephaneLenclud@206
|
1327 |
this.buttonClearLogs.Text = "Clear";
|
StephaneLenclud@206
|
1328 |
this.buttonClearLogs.UseVisualStyleBackColor = true;
|
StephaneLenclud@206
|
1329 |
this.buttonClearLogs.Click += new System.EventHandler(this.buttonClearLogs_Click);
|
StephaneLenclud@206
|
1330 |
//
|
StephaneLenclud@201
|
1331 |
// richTextBoxLogs
|
StephaneLenclud@201
|
1332 |
//
|
StephaneLenclud@201
|
1333 |
this.richTextBoxLogs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
StephaneLenclud@201
|
1334 |
| System.Windows.Forms.AnchorStyles.Left)
|
StephaneLenclud@201
|
1335 |
| System.Windows.Forms.AnchorStyles.Right)));
|
StephaneLenclud@201
|
1336 |
this.richTextBoxLogs.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
StephaneLenclud@201
|
1337 |
this.richTextBoxLogs.DetectUrls = false;
|
StephaneLenclud@201
|
1338 |
this.richTextBoxLogs.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
StephaneLenclud@201
|
1339 |
this.richTextBoxLogs.Location = new System.Drawing.Point(6, 6);
|
StephaneLenclud@201
|
1340 |
this.richTextBoxLogs.Name = "richTextBoxLogs";
|
StephaneLenclud@201
|
1341 |
this.richTextBoxLogs.ReadOnly = true;
|
StephaneLenclud@206
|
1342 |
this.richTextBoxLogs.Size = new System.Drawing.Size(740, 373);
|
StephaneLenclud@201
|
1343 |
this.richTextBoxLogs.TabIndex = 1;
|
StephaneLenclud@201
|
1344 |
this.richTextBoxLogs.Text = "";
|
StephaneLenclud@201
|
1345 |
this.richTextBoxLogs.WordWrap = false;
|
StephaneLenclud@201
|
1346 |
//
|
StephaneLenclud@204
|
1347 |
// labelFontWidth
|
StephaneLenclud@204
|
1348 |
//
|
StephaneLenclud@204
|
1349 |
this.labelFontWidth.AutoSize = true;
|
StephaneLenclud@204
|
1350 |
this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
|
StephaneLenclud@204
|
1351 |
this.labelFontWidth.Name = "labelFontWidth";
|
StephaneLenclud@204
|
1352 |
this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
|
StephaneLenclud@204
|
1353 |
this.labelFontWidth.TabIndex = 19;
|
StephaneLenclud@204
|
1354 |
this.labelFontWidth.Text = "Font width";
|
StephaneLenclud@204
|
1355 |
//
|
StephaneLenclud@204
|
1356 |
// labelFontHeight
|
StephaneLenclud@204
|
1357 |
//
|
StephaneLenclud@204
|
1358 |
this.labelFontHeight.AutoSize = true;
|
StephaneLenclud@204
|
1359 |
this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
|
StephaneLenclud@204
|
1360 |
this.labelFontHeight.Name = "labelFontHeight";
|
StephaneLenclud@204
|
1361 |
this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
|
StephaneLenclud@204
|
1362 |
this.labelFontHeight.TabIndex = 20;
|
StephaneLenclud@204
|
1363 |
this.labelFontHeight.Text = "Font height";
|
StephaneLenclud@204
|
1364 |
//
|
StephaneLenclud@204
|
1365 |
// openFileDialog
|
StephaneLenclud@204
|
1366 |
//
|
StephaneLenclud@204
|
1367 |
this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
|
StephaneLenclud@204
|
1368 |
//
|
StephaneLenclud@226
|
1369 |
// FormMain
|
StephaneLenclud@152
|
1370 |
//
|
StephaneLenclud@152
|
1371 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
StephaneLenclud@152
|
1372 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
StephaneLenclud@206
|
1373 |
this.ClientSize = new System.Drawing.Size(784, 561);
|
StephaneLenclud@152
|
1374 |
this.Controls.Add(this.labelFontHeight);
|
StephaneLenclud@152
|
1375 |
this.Controls.Add(this.labelFontWidth);
|
StephaneLenclud@152
|
1376 |
this.Controls.Add(this.labelWarning);
|
StephaneLenclud@152
|
1377 |
this.Controls.Add(this.statusStrip);
|
StephaneLenclud@152
|
1378 |
this.Controls.Add(this.tabControl);
|
StephaneLenclud@152
|
1379 |
this.Controls.Add(this.panelDisplay);
|
StephaneLenclud@152
|
1380 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
StephaneLenclud@206
|
1381 |
this.MinimumSize = new System.Drawing.Size(800, 600);
|
StephaneLenclud@226
|
1382 |
this.Name = "FormMain";
|
StephaneLenclud@152
|
1383 |
this.Text = "Sharp Display Manager";
|
StephaneLenclud@152
|
1384 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
StephaneLenclud@152
|
1385 |
this.Load += new System.EventHandler(this.MainForm_Load);
|
StephaneLenclud@152
|
1386 |
this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
|
StephaneLenclud@152
|
1387 |
this.Resize += new System.EventHandler(this.MainForm_Resize);
|
StephaneLenclud@152
|
1388 |
this.panelDisplay.ResumeLayout(false);
|
StephaneLenclud@175
|
1389 |
this.iTableLayoutPanel.ResumeLayout(false);
|
StephaneLenclud@175
|
1390 |
this.iTableLayoutPanel.PerformLayout();
|
StephaneLenclud@152
|
1391 |
this.statusStrip.ResumeLayout(false);
|
StephaneLenclud@152
|
1392 |
this.statusStrip.PerformLayout();
|
StephaneLenclud@152
|
1393 |
this.tabPageClients.ResumeLayout(false);
|
StephaneLenclud@194
|
1394 |
this.tabPageClients.PerformLayout();
|
StephaneLenclud@152
|
1395 |
this.tabPageDisplay.ResumeLayout(false);
|
StephaneLenclud@152
|
1396 |
this.tabPageDisplay.PerformLayout();
|
StephaneLenclud@152
|
1397 |
((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
|
StephaneLenclud@152
|
1398 |
this.tabControl.ResumeLayout(false);
|
StephaneLenclud@152
|
1399 |
this.tabPageDesign.ResumeLayout(false);
|
StephaneLenclud@152
|
1400 |
this.tabPageDesign.PerformLayout();
|
StephaneLenclud@152
|
1401 |
this.tabPageAudio.ResumeLayout(false);
|
StephaneLenclud@152
|
1402 |
this.tabPageAudio.PerformLayout();
|
StephaneLenclud@152
|
1403 |
((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
|
StephaneLenclud@152
|
1404 |
this.tabPageInput.ResumeLayout(false);
|
StephaneLenclud@152
|
1405 |
this.tabPageInput.PerformLayout();
|
StephaneLenclud@152
|
1406 |
((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).EndInit();
|
StephaneLenclud@168
|
1407 |
this.tabPageCec.ResumeLayout(false);
|
StephaneLenclud@168
|
1408 |
this.tabPageCec.PerformLayout();
|
StephaneLenclud@206
|
1409 |
this.groupBoxCecLogOptions.ResumeLayout(false);
|
StephaneLenclud@206
|
1410 |
this.groupBoxCecLogOptions.PerformLayout();
|
StephaneLenclud@233
|
1411 |
this.tabPageHarmony.ResumeLayout(false);
|
StephaneLenclud@233
|
1412 |
this.tabPageHarmony.PerformLayout();
|
StephaneLenclud@211
|
1413 |
this.tabPageEvent.ResumeLayout(false);
|
StephaneLenclud@152
|
1414 |
this.tabPageApp.ResumeLayout(false);
|
StephaneLenclud@152
|
1415 |
this.tabPageApp.PerformLayout();
|
StephaneLenclud@201
|
1416 |
this.tabPageLogs.ResumeLayout(false);
|
StephaneLenclud@152
|
1417 |
this.ResumeLayout(false);
|
StephaneLenclud@152
|
1418 |
this.PerformLayout();
|
sl@0
|
1419 |
|
sl@0
|
1420 |
}
|
sl@0
|
1421 |
|
sl@0
|
1422 |
#endregion
|
sl@0
|
1423 |
|
sl@0
|
1424 |
private System.Windows.Forms.FontDialog fontDialog;
|
sl@2
|
1425 |
private System.Windows.Forms.Timer timer;
|
sl@7
|
1426 |
private System.Windows.Forms.StatusStrip statusStrip;
|
sl@7
|
1427 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
|
sl@8
|
1428 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
|
sl@8
|
1429 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
|
sl@12
|
1430 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
|
sl@13
|
1431 |
private System.Windows.Forms.Panel panelDisplay;
|
StephaneLenclud@175
|
1432 |
private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
|
sl@30
|
1433 |
private MarqueeLabel marqueeLabelTop;
|
sl@30
|
1434 |
private MarqueeLabel marqueeLabelBottom;
|
sl@30
|
1435 |
private System.Windows.Forms.TabPage tabPageClients;
|
StephaneLenclud@188
|
1436 |
private System.Windows.Forms.TreeView iTreeViewClients;
|
sl@36
|
1437 |
private System.Windows.Forms.TabPage tabPageDisplay;
|
sl@36
|
1438 |
private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
|
sl@36
|
1439 |
private System.Windows.Forms.Button buttonSuspend;
|
sl@36
|
1440 |
private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
|
sl@36
|
1441 |
private System.Windows.Forms.CheckBox checkBoxShowBorders;
|
sl@36
|
1442 |
private System.Windows.Forms.TrackBar trackBarBrightness;
|
sl@36
|
1443 |
private System.Windows.Forms.Button buttonFill;
|
sl@36
|
1444 |
private System.Windows.Forms.Button buttonClear;
|
sl@36
|
1445 |
private System.Windows.Forms.Button buttonClose;
|
sl@36
|
1446 |
private System.Windows.Forms.Button buttonOpen;
|
sl@36
|
1447 |
private System.Windows.Forms.Button buttonCapture;
|
sl@36
|
1448 |
private System.Windows.Forms.Button buttonFont;
|
sl@36
|
1449 |
private System.Windows.Forms.TabControl tabControl;
|
sl@36
|
1450 |
private System.Windows.Forms.Button buttonCloseClients;
|
sl@36
|
1451 |
private System.Windows.Forms.Button buttonStartClient;
|
sl@36
|
1452 |
private System.Windows.Forms.Label labelWarning;
|
StephaneLenclud@110
|
1453 |
private System.Windows.Forms.TabPage tabPageDesign;
|
StephaneLenclud@110
|
1454 |
private System.Windows.Forms.CheckBox checkBoxReverseScreen;
|
sl@46
|
1455 |
private System.Windows.Forms.ComboBox comboBoxDisplayType;
|
sl@47
|
1456 |
private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
|
sl@59
|
1457 |
private System.Windows.Forms.Label labelTimerInterval;
|
sl@52
|
1458 |
private System.Windows.Forms.Button buttonPowerOff;
|
sl@52
|
1459 |
private System.Windows.Forms.Button buttonPowerOn;
|
sl@53
|
1460 |
private System.Windows.Forms.Button buttonShowClock;
|
sl@53
|
1461 |
private System.Windows.Forms.Button buttonHideClock;
|
sl@54
|
1462 |
private System.Windows.Forms.Label labelFontWidth;
|
sl@54
|
1463 |
private System.Windows.Forms.Label labelFontHeight;
|
sl@57
|
1464 |
private System.Windows.Forms.CheckBox checkBoxInverseColors;
|
sl@88
|
1465 |
private System.Windows.Forms.TabPage tabPageApp;
|
sl@88
|
1466 |
private System.Windows.Forms.Button buttonUpdate;
|
sl@92
|
1467 |
private System.Windows.Forms.CheckBox checkBoxAutoStart;
|
sl@94
|
1468 |
private System.Windows.Forms.CheckBox checkBoxStartMinimized;
|
sl@94
|
1469 |
private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
|
sl@100
|
1470 |
private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
|
sl@100
|
1471 |
private System.Windows.Forms.CheckBox checkBoxScaleToFit;
|
sl@100
|
1472 |
private System.Windows.Forms.Label labelMinFontSize;
|
sl@100
|
1473 |
private System.Windows.Forms.Label labelScrollLoopSeparator;
|
sl@100
|
1474 |
private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;
|
StephaneLenclud@106
|
1475 |
private System.Windows.Forms.Label labelScrollingSpeed;
|
StephaneLenclud@106
|
1476 |
private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed;
|
StephaneLenclud@110
|
1477 |
private System.Windows.Forms.ToolTip toolTip;
|
StephaneLenclud@112
|
1478 |
private System.Windows.Forms.TabPage tabPageAudio;
|
StephaneLenclud@112
|
1479 |
private System.Windows.Forms.TrackBar trackBarMasterVolume;
|
StephaneLenclud@113
|
1480 |
private System.Windows.Forms.CheckBox checkBoxMute;
|
StephaneLenclud@115
|
1481 |
private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel;
|
StephaneLenclud@116
|
1482 |
private System.Windows.Forms.Label labelDefaultAudioDevice;
|
StephaneLenclud@126
|
1483 |
private System.Windows.Forms.TabPage tabPageInput;
|
StephaneLenclud@126
|
1484 |
private System.Windows.Forms.Button buttonSelectFile;
|
StephaneLenclud@126
|
1485 |
private System.Windows.Forms.OpenFileDialog openFileDialog;
|
StephaneLenclud@126
|
1486 |
private System.Windows.Forms.Label labelStartFileName;
|
StephaneLenclud@127
|
1487 |
private System.Windows.Forms.PictureBox pictureBoxGreenStart;
|
StephaneLenclud@152
|
1488 |
private System.Windows.Forms.ComboBox comboBoxOpticalDrives;
|
StephaneLenclud@152
|
1489 |
private System.Windows.Forms.Label labelOpticalDriveEject;
|
StephaneLenclud@168
|
1490 |
private System.Windows.Forms.TabPage tabPageCec;
|
StephaneLenclud@168
|
1491 |
private System.Windows.Forms.CheckBox checkBoxCecEnabled;
|
StephaneLenclud@168
|
1492 |
private System.Windows.Forms.Label labelHdmiPort;
|
StephaneLenclud@168
|
1493 |
private System.Windows.Forms.ComboBox comboBoxHdmiPort;
|
StephaneLenclud@189
|
1494 |
private System.Windows.Forms.Button iButtonStartIdleClient;
|
StephaneLenclud@194
|
1495 |
private System.Windows.Forms.CheckBox iCheckBoxStartIdleClient;
|
StephaneLenclud@201
|
1496 |
private System.Windows.Forms.TabPage tabPageLogs;
|
StephaneLenclud@201
|
1497 |
private System.Windows.Forms.RichTextBox richTextBoxLogs;
|
StephaneLenclud@206
|
1498 |
private System.Windows.Forms.Button buttonClearLogs;
|
StephaneLenclud@206
|
1499 |
private System.Windows.Forms.GroupBox groupBoxCecLogOptions;
|
StephaneLenclud@206
|
1500 |
private System.Windows.Forms.CheckBox checkBoxCecLogWarning;
|
StephaneLenclud@206
|
1501 |
private System.Windows.Forms.CheckBox checkBoxCecLogError;
|
StephaneLenclud@206
|
1502 |
private System.Windows.Forms.CheckBox checkBoxCecLogDebug;
|
StephaneLenclud@206
|
1503 |
private System.Windows.Forms.CheckBox checkBoxCecLogNotice;
|
StephaneLenclud@206
|
1504 |
private System.Windows.Forms.CheckBox checkBoxCecLogTraffic;
|
StephaneLenclud@206
|
1505 |
private System.Windows.Forms.CheckBox checkBoxCecLogNoPoll;
|
StephaneLenclud@211
|
1506 |
private System.Windows.Forms.TabPage tabPageEvent;
|
StephaneLenclud@211
|
1507 |
private System.Windows.Forms.TreeView iTreeViewEvents;
|
StephaneLenclud@227
|
1508 |
private System.Windows.Forms.Button buttonActionDelete;
|
StephaneLenclud@227
|
1509 |
private System.Windows.Forms.Button buttonActionAdd;
|
StephaneLenclud@223
|
1510 |
private System.Windows.Forms.Button buttonActionMoveUp;
|
StephaneLenclud@223
|
1511 |
private System.Windows.Forms.Button buttonActionMoveDown;
|
StephaneLenclud@227
|
1512 |
private System.Windows.Forms.Button buttonActionTest;
|
StephaneLenclud@227
|
1513 |
private System.Windows.Forms.Button buttonActionEdit;
|
StephaneLenclud@229
|
1514 |
private System.Windows.Forms.Button buttonEventTest;
|
StephaneLenclud@231
|
1515 |
private System.Windows.Forms.Button buttonEventDelete;
|
StephaneLenclud@231
|
1516 |
private System.Windows.Forms.Button buttonEventAdd;
|
StephaneLenclud@231
|
1517 |
private System.Windows.Forms.Button buttonEventEdit;
|
StephaneLenclud@233
|
1518 |
private System.Windows.Forms.TabPage tabPageHarmony;
|
StephaneLenclud@233
|
1519 |
private System.Windows.Forms.TreeView iTreeViewHarmony;
|
StephaneLenclud@233
|
1520 |
private System.Windows.Forms.Button iButtonHarmonyConnect;
|
StephaneLenclud@233
|
1521 |
private System.Windows.Forms.Label label2;
|
StephaneLenclud@233
|
1522 |
private System.Windows.Forms.TextBox iTextBoxLogitechPassword;
|
StephaneLenclud@233
|
1523 |
private System.Windows.Forms.Label labelLogitechUserName;
|
StephaneLenclud@233
|
1524 |
private System.Windows.Forms.TextBox iTextBoxLogitechUserName;
|
StephaneLenclud@233
|
1525 |
private System.Windows.Forms.Label label1;
|
StephaneLenclud@233
|
1526 |
private System.Windows.Forms.TextBox iTextBoxHarmonyHubAddress;
|
StephaneLenclud@233
|
1527 |
private System.Windows.Forms.CheckBox iCheckBoxHarmonyEnabled;
|
sl@0
|
1528 |
}
|
sl@0
|
1529 |
}
|
sl@0
|
1530 |
|