Published v1.3.1.0.
Harmony Auth Token now persisted in settings.
Various EAR view fixes.
Removed Sleep action
1 namespace SharpDisplayClient
3 partial class FormClientTest
6 /// Required designer variable.
8 private System.ComponentModel.IContainer components = null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.buttonSetText = new System.Windows.Forms.Button();
32 this.textBoxTop = new System.Windows.Forms.TextBox();
33 this.textBoxBottom = new System.Windows.Forms.TextBox();
34 this.buttonAlignRight = new System.Windows.Forms.Button();
35 this.buttonAlignCenter = new System.Windows.Forms.Button();
36 this.buttonAlignLeft = new System.Windows.Forms.Button();
37 this.buttonSetTopText = new System.Windows.Forms.Button();
38 this.buttonLayoutUpdate = new System.Windows.Forms.Button();
39 this.buttonSetBitmap = new System.Windows.Forms.Button();
40 this.buttonBitmapLayout = new System.Windows.Forms.Button();
41 this.buttonIndicatorsLayout = new System.Windows.Forms.Button();
42 this.buttonUpdateTexts = new System.Windows.Forms.Button();
43 this.buttonLayoutOneTextField = new System.Windows.Forms.Button();
44 this.numericUpDownPriority = new System.Windows.Forms.NumericUpDown();
45 this.labelPriority = new System.Windows.Forms.Label();
46 this.buttonTriggerEvents = new System.Windows.Forms.Button();
47 this.textBoxEventName = new System.Windows.Forms.TextBox();
48 this.label1 = new System.Windows.Forms.Label();
49 ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPriority)).BeginInit();
54 this.buttonSetText.Location = new System.Drawing.Point(12, 109);
55 this.buttonSetText.Name = "buttonSetText";
56 this.buttonSetText.Size = new System.Drawing.Size(75, 23);
57 this.buttonSetText.TabIndex = 0;
58 this.buttonSetText.Text = "Set Text";
59 this.buttonSetText.UseVisualStyleBackColor = true;
60 this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click);
64 this.textBoxTop.Location = new System.Drawing.Point(12, 31);
65 this.textBoxTop.Name = "textBoxTop";
66 this.textBoxTop.Size = new System.Drawing.Size(419, 20);
67 this.textBoxTop.TabIndex = 1;
71 this.textBoxBottom.Location = new System.Drawing.Point(12, 57);
72 this.textBoxBottom.Name = "textBoxBottom";
73 this.textBoxBottom.Size = new System.Drawing.Size(419, 20);
74 this.textBoxBottom.TabIndex = 2;
78 this.buttonAlignRight.Location = new System.Drawing.Point(175, 137);
79 this.buttonAlignRight.Name = "buttonAlignRight";
80 this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
81 this.buttonAlignRight.TabIndex = 23;
82 this.buttonAlignRight.Text = "Align Right";
83 this.buttonAlignRight.UseVisualStyleBackColor = true;
84 this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
88 this.buttonAlignCenter.Location = new System.Drawing.Point(93, 138);
89 this.buttonAlignCenter.Name = "buttonAlignCenter";
90 this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
91 this.buttonAlignCenter.TabIndex = 22;
92 this.buttonAlignCenter.Text = "Align Center";
93 this.buttonAlignCenter.UseVisualStyleBackColor = true;
94 this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
98 this.buttonAlignLeft.Location = new System.Drawing.Point(11, 138);
99 this.buttonAlignLeft.Name = "buttonAlignLeft";
100 this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
101 this.buttonAlignLeft.TabIndex = 21;
102 this.buttonAlignLeft.Text = "Align Left";
103 this.buttonAlignLeft.UseVisualStyleBackColor = true;
104 this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
108 this.buttonSetTopText.Location = new System.Drawing.Point(93, 109);
109 this.buttonSetTopText.Name = "buttonSetTopText";
110 this.buttonSetTopText.Size = new System.Drawing.Size(75, 23);
111 this.buttonSetTopText.TabIndex = 24;
112 this.buttonSetTopText.Text = "Set Top Text";
113 this.buttonSetTopText.UseVisualStyleBackColor = true;
114 this.buttonSetTopText.Click += new System.EventHandler(this.buttonSetTopText_Click);
116 // buttonLayoutUpdate
118 this.buttonLayoutUpdate.Location = new System.Drawing.Point(175, 108);
119 this.buttonLayoutUpdate.Name = "buttonLayoutUpdate";
120 this.buttonLayoutUpdate.Size = new System.Drawing.Size(156, 23);
121 this.buttonLayoutUpdate.TabIndex = 25;
122 this.buttonLayoutUpdate.Text = "Layout 2x2 and Recording";
123 this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
124 this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
128 this.buttonSetBitmap.Location = new System.Drawing.Point(11, 167);
129 this.buttonSetBitmap.Name = "buttonSetBitmap";
130 this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23);
131 this.buttonSetBitmap.TabIndex = 26;
132 this.buttonSetBitmap.Text = "Set Bitmap";
133 this.buttonSetBitmap.UseVisualStyleBackColor = true;
134 this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
136 // buttonBitmapLayout
138 this.buttonBitmapLayout.Location = new System.Drawing.Point(175, 166);
139 this.buttonBitmapLayout.Name = "buttonBitmapLayout";
140 this.buttonBitmapLayout.Size = new System.Drawing.Size(75, 35);
141 this.buttonBitmapLayout.TabIndex = 27;
142 this.buttonBitmapLayout.Text = "Bitmap Layout";
143 this.buttonBitmapLayout.UseVisualStyleBackColor = true;
144 this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click);
146 // buttonIndicatorsLayout
148 this.buttonIndicatorsLayout.Location = new System.Drawing.Point(93, 166);
149 this.buttonIndicatorsLayout.Name = "buttonIndicatorsLayout";
150 this.buttonIndicatorsLayout.Size = new System.Drawing.Size(75, 35);
151 this.buttonIndicatorsLayout.TabIndex = 28;
152 this.buttonIndicatorsLayout.Text = "Indicators Layout ";
153 this.buttonIndicatorsLayout.UseVisualStyleBackColor = true;
154 this.buttonIndicatorsLayout.Click += new System.EventHandler(this.buttonIndicatorsLayout_Click);
158 this.buttonUpdateTexts.Location = new System.Drawing.Point(256, 166);
159 this.buttonUpdateTexts.Name = "buttonUpdateTexts";
160 this.buttonUpdateTexts.Size = new System.Drawing.Size(75, 35);
161 this.buttonUpdateTexts.TabIndex = 29;
162 this.buttonUpdateTexts.Text = "Update Texts";
163 this.buttonUpdateTexts.UseVisualStyleBackColor = true;
164 this.buttonUpdateTexts.Click += new System.EventHandler(this.buttonUpdateTexts_Click);
166 // buttonLayoutOneTextField
168 this.buttonLayoutOneTextField.Location = new System.Drawing.Point(256, 137);
169 this.buttonLayoutOneTextField.Name = "buttonLayoutOneTextField";
170 this.buttonLayoutOneTextField.Size = new System.Drawing.Size(75, 23);
171 this.buttonLayoutOneTextField.TabIndex = 30;
172 this.buttonLayoutOneTextField.Text = "Layout 1x1";
173 this.buttonLayoutOneTextField.UseVisualStyleBackColor = true;
174 this.buttonLayoutOneTextField.Click += new System.EventHandler(this.buttonLayoutOneTextField_Click);
176 // numericUpDownPriority
178 this.numericUpDownPriority.Increment = new decimal(new int[] {
183 this.numericUpDownPriority.Location = new System.Drawing.Point(57, 83);
184 this.numericUpDownPriority.Maximum = new decimal(new int[] {
189 this.numericUpDownPriority.Name = "numericUpDownPriority";
190 this.numericUpDownPriority.Size = new System.Drawing.Size(60, 20);
191 this.numericUpDownPriority.TabIndex = 31;
192 this.numericUpDownPriority.Value = new decimal(new int[] {
197 this.numericUpDownPriority.ValueChanged += new System.EventHandler(this.numericUpDownPriority_ValueChanged);
201 this.labelPriority.AutoSize = true;
202 this.labelPriority.Location = new System.Drawing.Point(12, 85);
203 this.labelPriority.Name = "labelPriority";
204 this.labelPriority.Size = new System.Drawing.Size(41, 13);
205 this.labelPriority.TabIndex = 32;
206 this.labelPriority.Text = "Priority:";
208 // buttonTriggerEvents
210 this.buttonTriggerEvents.Location = new System.Drawing.Point(11, 257);
211 this.buttonTriggerEvents.Name = "buttonTriggerEvents";
212 this.buttonTriggerEvents.Size = new System.Drawing.Size(75, 23);
213 this.buttonTriggerEvents.TabIndex = 33;
214 this.buttonTriggerEvents.Text = "Trigger Events";
215 this.buttonTriggerEvents.UseVisualStyleBackColor = true;
216 this.buttonTriggerEvents.Click += new System.EventHandler(this.buttonTriggerEvents_Click);
220 this.textBoxEventName.Location = new System.Drawing.Point(11, 231);
221 this.textBoxEventName.Name = "textBoxEventName";
222 this.textBoxEventName.Size = new System.Drawing.Size(202, 20);
223 this.textBoxEventName.TabIndex = 34;
227 this.label1.AutoSize = true;
228 this.label1.Location = new System.Drawing.Point(11, 212);
229 this.label1.Name = "label1";
230 this.label1.Size = new System.Drawing.Size(67, 13);
231 this.label1.TabIndex = 35;
232 this.label1.Text = "Event name:";
236 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
237 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
238 this.ClientSize = new System.Drawing.Size(499, 292);
239 this.Controls.Add(this.label1);
240 this.Controls.Add(this.textBoxEventName);
241 this.Controls.Add(this.buttonTriggerEvents);
242 this.Controls.Add(this.labelPriority);
243 this.Controls.Add(this.numericUpDownPriority);
244 this.Controls.Add(this.buttonLayoutOneTextField);
245 this.Controls.Add(this.buttonUpdateTexts);
246 this.Controls.Add(this.buttonIndicatorsLayout);
247 this.Controls.Add(this.buttonBitmapLayout);
248 this.Controls.Add(this.buttonSetBitmap);
249 this.Controls.Add(this.buttonLayoutUpdate);
250 this.Controls.Add(this.buttonSetTopText);
251 this.Controls.Add(this.buttonAlignRight);
252 this.Controls.Add(this.buttonAlignCenter);
253 this.Controls.Add(this.buttonAlignLeft);
254 this.Controls.Add(this.textBoxBottom);
255 this.Controls.Add(this.textBoxTop);
256 this.Controls.Add(this.buttonSetText);
257 this.Name = "FormClientTest";
258 this.Text = "Client";
259 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
260 this.Load += new System.EventHandler(this.MainForm_Load);
261 ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPriority)).EndInit();
262 this.ResumeLayout(false);
263 this.PerformLayout();
269 private System.Windows.Forms.Button buttonSetText;
270 private System.Windows.Forms.TextBox textBoxTop;
271 private System.Windows.Forms.TextBox textBoxBottom;
272 private System.Windows.Forms.Button buttonAlignRight;
273 private System.Windows.Forms.Button buttonAlignCenter;
274 private System.Windows.Forms.Button buttonAlignLeft;
275 private System.Windows.Forms.Button buttonSetTopText;
276 private System.Windows.Forms.Button buttonLayoutUpdate;
277 private System.Windows.Forms.Button buttonSetBitmap;
278 private System.Windows.Forms.Button buttonBitmapLayout;
279 private System.Windows.Forms.Button buttonIndicatorsLayout;
280 private System.Windows.Forms.Button buttonUpdateTexts;
281 private System.Windows.Forms.Button buttonLayoutOneTextField;
282 private System.Windows.Forms.NumericUpDown numericUpDownPriority;
283 private System.Windows.Forms.Label labelPriority;
284 private System.Windows.Forms.Button buttonTriggerEvents;
285 private System.Windows.Forms.TextBox textBoxEventName;
286 private System.Windows.Forms.Label label1;