Server/FormMain.Designer.cs
changeset 233 2b9541e54f7d
parent 231 4c706feaf706
child 235 ba14a29944c4
     1.1 --- a/Server/FormMain.Designer.cs	Sat Aug 13 23:26:54 2016 +0200
     1.2 +++ b/Server/FormMain.Designer.cs	Mon Aug 15 12:11:26 2016 +0200
     1.3 @@ -109,6 +109,16 @@
     1.4              this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox();
     1.5              this.labelHdmiPort = new System.Windows.Forms.Label();
     1.6              this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox();
     1.7 +            this.tabPageHarmony = new System.Windows.Forms.TabPage();
     1.8 +            this.iCheckBoxHarmonyEnabled = new System.Windows.Forms.CheckBox();
     1.9 +            this.iTreeViewHarmony = new System.Windows.Forms.TreeView();
    1.10 +            this.iButtonHarmonyConnect = new System.Windows.Forms.Button();
    1.11 +            this.label2 = new System.Windows.Forms.Label();
    1.12 +            this.iTextBoxLogitechPassword = new System.Windows.Forms.TextBox();
    1.13 +            this.labelLogitechUserName = new System.Windows.Forms.Label();
    1.14 +            this.iTextBoxLogitechUserName = new System.Windows.Forms.TextBox();
    1.15 +            this.label1 = new System.Windows.Forms.Label();
    1.16 +            this.iTextBoxHarmonyHubAddress = new System.Windows.Forms.TextBox();
    1.17              this.tabPageEvent = new System.Windows.Forms.TabPage();
    1.18              this.buttonEventEdit = new System.Windows.Forms.Button();
    1.19              this.buttonEventDelete = new System.Windows.Forms.Button();
    1.20 @@ -147,6 +157,7 @@
    1.21              ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit();
    1.22              this.tabPageCec.SuspendLayout();
    1.23              this.groupBoxCecLogOptions.SuspendLayout();
    1.24 +            this.tabPageHarmony.SuspendLayout();
    1.25              this.tabPageEvent.SuspendLayout();
    1.26              this.tabPageApp.SuspendLayout();
    1.27              this.tabPageLogs.SuspendLayout();
    1.28 @@ -576,6 +587,7 @@
    1.29              this.tabControl.Controls.Add(this.tabPageAudio);
    1.30              this.tabControl.Controls.Add(this.tabPageInput);
    1.31              this.tabControl.Controls.Add(this.tabPageCec);
    1.32 +            this.tabControl.Controls.Add(this.tabPageHarmony);
    1.33              this.tabControl.Controls.Add(this.tabPageEvent);
    1.34              this.tabControl.Controls.Add(this.tabPageApp);
    1.35              this.tabControl.Controls.Add(this.tabPageLogs);
    1.36 @@ -975,6 +987,113 @@
    1.37              this.comboBoxHdmiPort.TabIndex = 19;
    1.38              this.comboBoxHdmiPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxHdmiPort_SelectedIndexChanged);
    1.39              // 
    1.40 +            // tabPageHarmony
    1.41 +            // 
    1.42 +            this.tabPageHarmony.Controls.Add(this.iCheckBoxHarmonyEnabled);
    1.43 +            this.tabPageHarmony.Controls.Add(this.iTreeViewHarmony);
    1.44 +            this.tabPageHarmony.Controls.Add(this.iButtonHarmonyConnect);
    1.45 +            this.tabPageHarmony.Controls.Add(this.label2);
    1.46 +            this.tabPageHarmony.Controls.Add(this.iTextBoxLogitechPassword);
    1.47 +            this.tabPageHarmony.Controls.Add(this.labelLogitechUserName);
    1.48 +            this.tabPageHarmony.Controls.Add(this.iTextBoxLogitechUserName);
    1.49 +            this.tabPageHarmony.Controls.Add(this.label1);
    1.50 +            this.tabPageHarmony.Controls.Add(this.iTextBoxHarmonyHubAddress);
    1.51 +            this.tabPageHarmony.Location = new System.Drawing.Point(4, 22);
    1.52 +            this.tabPageHarmony.Name = "tabPageHarmony";
    1.53 +            this.tabPageHarmony.Padding = new System.Windows.Forms.Padding(3);
    1.54 +            this.tabPageHarmony.Size = new System.Drawing.Size(752, 385);
    1.55 +            this.tabPageHarmony.TabIndex = 10;
    1.56 +            this.tabPageHarmony.Text = "Harmony";
    1.57 +            this.tabPageHarmony.UseVisualStyleBackColor = true;
    1.58 +            // 
    1.59 +            // iCheckBoxHarmonyEnabled
    1.60 +            // 
    1.61 +            this.iCheckBoxHarmonyEnabled.AutoSize = true;
    1.62 +            this.iCheckBoxHarmonyEnabled.Location = new System.Drawing.Point(6, 6);
    1.63 +            this.iCheckBoxHarmonyEnabled.Name = "iCheckBoxHarmonyEnabled";
    1.64 +            this.iCheckBoxHarmonyEnabled.Size = new System.Drawing.Size(104, 17);
    1.65 +            this.iCheckBoxHarmonyEnabled.TabIndex = 22;
    1.66 +            this.iCheckBoxHarmonyEnabled.Text = "Enable Harmony";
    1.67 +            this.iCheckBoxHarmonyEnabled.UseVisualStyleBackColor = true;
    1.68 +            this.iCheckBoxHarmonyEnabled.CheckedChanged += new System.EventHandler(this.iCheckBoxHarmonyEnabled_CheckedChanged);
    1.69 +            // 
    1.70 +            // iTreeViewHarmony
    1.71 +            // 
    1.72 +            this.iTreeViewHarmony.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    1.73 +            | System.Windows.Forms.AnchorStyles.Left) 
    1.74 +            | System.Windows.Forms.AnchorStyles.Right)));
    1.75 +            this.iTreeViewHarmony.Location = new System.Drawing.Point(84, 49);
    1.76 +            this.iTreeViewHarmony.Name = "iTreeViewHarmony";
    1.77 +            this.iTreeViewHarmony.Size = new System.Drawing.Size(662, 330);
    1.78 +            this.iTreeViewHarmony.TabIndex = 15;
    1.79 +            this.iTreeViewHarmony.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.iTreeViewHarmony_NodeMouseDoubleClick);
    1.80 +            // 
    1.81 +            // iButtonHarmonyConnect
    1.82 +            // 
    1.83 +            this.iButtonHarmonyConnect.Location = new System.Drawing.Point(3, 49);
    1.84 +            this.iButtonHarmonyConnect.Name = "iButtonHarmonyConnect";
    1.85 +            this.iButtonHarmonyConnect.Size = new System.Drawing.Size(75, 23);
    1.86 +            this.iButtonHarmonyConnect.TabIndex = 14;
    1.87 +            this.iButtonHarmonyConnect.Text = "Connect";
    1.88 +            this.iButtonHarmonyConnect.UseVisualStyleBackColor = true;
    1.89 +            this.iButtonHarmonyConnect.Click += new System.EventHandler(this.iButtonHarmonyConnect_Click);
    1.90 +            // 
    1.91 +            // label2
    1.92 +            // 
    1.93 +            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    1.94 +            this.label2.AutoSize = true;
    1.95 +            this.label2.Location = new System.Drawing.Point(597, 7);
    1.96 +            this.label2.Name = "label2";
    1.97 +            this.label2.Size = new System.Drawing.Size(99, 13);
    1.98 +            this.label2.TabIndex = 13;
    1.99 +            this.label2.Text = "Logitech password:";
   1.100 +            // 
   1.101 +            // iTextBoxLogitechPassword
   1.102 +            // 
   1.103 +            this.iTextBoxLogitechPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   1.104 +            this.iTextBoxLogitechPassword.Location = new System.Drawing.Point(600, 23);
   1.105 +            this.iTextBoxLogitechPassword.Name = "iTextBoxLogitechPassword";
   1.106 +            this.iTextBoxLogitechPassword.PasswordChar = '*';
   1.107 +            this.iTextBoxLogitechPassword.Size = new System.Drawing.Size(134, 20);
   1.108 +            this.iTextBoxLogitechPassword.TabIndex = 12;
   1.109 +            // 
   1.110 +            // labelLogitechUserName
   1.111 +            // 
   1.112 +            this.labelLogitechUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   1.113 +            this.labelLogitechUserName.AutoSize = true;
   1.114 +            this.labelLogitechUserName.Location = new System.Drawing.Point(433, 7);
   1.115 +            this.labelLogitechUserName.Name = "labelLogitechUserName";
   1.116 +            this.labelLogitechUserName.Size = new System.Drawing.Size(141, 13);
   1.117 +            this.labelLogitechUserName.TabIndex = 11;
   1.118 +            this.labelLogitechUserName.Text = "Logitech user name / e-mail:";
   1.119 +            // 
   1.120 +            // iTextBoxLogitechUserName
   1.121 +            // 
   1.122 +            this.iTextBoxLogitechUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   1.123 +            this.iTextBoxLogitechUserName.Location = new System.Drawing.Point(436, 23);
   1.124 +            this.iTextBoxLogitechUserName.Name = "iTextBoxLogitechUserName";
   1.125 +            this.iTextBoxLogitechUserName.Size = new System.Drawing.Size(134, 20);
   1.126 +            this.iTextBoxLogitechUserName.TabIndex = 10;
   1.127 +            // 
   1.128 +            // label1
   1.129 +            // 
   1.130 +            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   1.131 +            this.label1.AutoSize = true;
   1.132 +            this.label1.Location = new System.Drawing.Point(279, 7);
   1.133 +            this.label1.Name = "label1";
   1.134 +            this.label1.Size = new System.Drawing.Size(116, 13);
   1.135 +            this.label1.TabIndex = 9;
   1.136 +            this.label1.Text = "Harmony Hub Address:";
   1.137 +            // 
   1.138 +            // iTextBoxHarmonyHubAddress
   1.139 +            // 
   1.140 +            this.iTextBoxHarmonyHubAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   1.141 +            this.iTextBoxHarmonyHubAddress.Location = new System.Drawing.Point(282, 23);
   1.142 +            this.iTextBoxHarmonyHubAddress.Name = "iTextBoxHarmonyHubAddress";
   1.143 +            this.iTextBoxHarmonyHubAddress.Size = new System.Drawing.Size(100, 20);
   1.144 +            this.iTextBoxHarmonyHubAddress.TabIndex = 8;
   1.145 +            this.iTextBoxHarmonyHubAddress.Text = "HarmonyHub";
   1.146 +            // 
   1.147              // tabPageEvent
   1.148              // 
   1.149              this.tabPageEvent.Controls.Add(this.buttonEventEdit);
   1.150 @@ -1281,6 +1400,8 @@
   1.151              this.tabPageCec.PerformLayout();
   1.152              this.groupBoxCecLogOptions.ResumeLayout(false);
   1.153              this.groupBoxCecLogOptions.PerformLayout();
   1.154 +            this.tabPageHarmony.ResumeLayout(false);
   1.155 +            this.tabPageHarmony.PerformLayout();
   1.156              this.tabPageEvent.ResumeLayout(false);
   1.157              this.tabPageApp.ResumeLayout(false);
   1.158              this.tabPageApp.PerformLayout();
   1.159 @@ -1386,6 +1507,16 @@
   1.160          private System.Windows.Forms.Button buttonEventDelete;
   1.161          private System.Windows.Forms.Button buttonEventAdd;
   1.162          private System.Windows.Forms.Button buttonEventEdit;
   1.163 +        private System.Windows.Forms.TabPage tabPageHarmony;
   1.164 +        private System.Windows.Forms.TreeView iTreeViewHarmony;
   1.165 +        private System.Windows.Forms.Button iButtonHarmonyConnect;
   1.166 +        private System.Windows.Forms.Label label2;
   1.167 +        private System.Windows.Forms.TextBox iTextBoxLogitechPassword;
   1.168 +        private System.Windows.Forms.Label labelLogitechUserName;
   1.169 +        private System.Windows.Forms.TextBox iTextBoxLogitechUserName;
   1.170 +        private System.Windows.Forms.Label label1;
   1.171 +        private System.Windows.Forms.TextBox iTextBoxHarmonyHubAddress;
   1.172 +        private System.Windows.Forms.CheckBox iCheckBoxHarmonyEnabled;
   1.173      }
   1.174  }
   1.175