Server/MainForm.Designer.cs
changeset 211 96f8b4dc4300
parent 206 33be8cb90c57
child 214 4961ede27e0a
     1.1 --- a/Server/MainForm.Designer.cs	Sat Jul 23 16:00:04 2016 +0200
     1.2 +++ b/Server/MainForm.Designer.cs	Sat Jul 23 19:22:56 2016 +0200
     1.3 @@ -112,6 +112,10 @@
     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.tabPageEvent = new System.Windows.Forms.TabPage();
     1.8 +            this.buttonDeleteAction = new System.Windows.Forms.Button();
     1.9 +            this.buttonAddAction = new System.Windows.Forms.Button();
    1.10 +            this.iTreeViewEvents = new System.Windows.Forms.TreeView();
    1.11              this.tabPageApp = new System.Windows.Forms.TabPage();
    1.12              this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
    1.13              this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
    1.14 @@ -138,6 +142,7 @@
    1.15              ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit();
    1.16              this.tabPageCec.SuspendLayout();
    1.17              this.groupBoxCecLogOptions.SuspendLayout();
    1.18 +            this.tabPageEvent.SuspendLayout();
    1.19              this.tabPageApp.SuspendLayout();
    1.20              this.tabPageLogs.SuspendLayout();
    1.21              this.SuspendLayout();
    1.22 @@ -566,6 +571,7 @@
    1.23              this.tabControl.Controls.Add(this.tabPageAudio);
    1.24              this.tabControl.Controls.Add(this.tabPageInput);
    1.25              this.tabControl.Controls.Add(this.tabPageCec);
    1.26 +            this.tabControl.Controls.Add(this.tabPageEvent);
    1.27              this.tabControl.Controls.Add(this.tabPageApp);
    1.28              this.tabControl.Controls.Add(this.tabPageLogs);
    1.29              this.tabControl.Location = new System.Drawing.Point(12, 125);
    1.30 @@ -1000,6 +1006,48 @@
    1.31              this.comboBoxHdmiPort.TabIndex = 19;
    1.32              this.comboBoxHdmiPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxHdmiPort_SelectedIndexChanged);
    1.33              // 
    1.34 +            // tabPageEvent
    1.35 +            // 
    1.36 +            this.tabPageEvent.Controls.Add(this.buttonDeleteAction);
    1.37 +            this.tabPageEvent.Controls.Add(this.buttonAddAction);
    1.38 +            this.tabPageEvent.Controls.Add(this.iTreeViewEvents);
    1.39 +            this.tabPageEvent.Location = new System.Drawing.Point(4, 22);
    1.40 +            this.tabPageEvent.Name = "tabPageEvent";
    1.41 +            this.tabPageEvent.Padding = new System.Windows.Forms.Padding(3);
    1.42 +            this.tabPageEvent.Size = new System.Drawing.Size(752, 385);
    1.43 +            this.tabPageEvent.TabIndex = 9;
    1.44 +            this.tabPageEvent.Text = "Events";
    1.45 +            this.tabPageEvent.UseVisualStyleBackColor = true;
    1.46 +            // 
    1.47 +            // buttonDeleteAction
    1.48 +            // 
    1.49 +            this.buttonDeleteAction.Location = new System.Drawing.Point(6, 35);
    1.50 +            this.buttonDeleteAction.Name = "buttonDeleteAction";
    1.51 +            this.buttonDeleteAction.Size = new System.Drawing.Size(96, 23);
    1.52 +            this.buttonDeleteAction.TabIndex = 21;
    1.53 +            this.buttonDeleteAction.Text = "Delete Action";
    1.54 +            this.buttonDeleteAction.UseVisualStyleBackColor = true;
    1.55 +            // 
    1.56 +            // buttonAddAction
    1.57 +            // 
    1.58 +            this.buttonAddAction.Location = new System.Drawing.Point(6, 6);
    1.59 +            this.buttonAddAction.Name = "buttonAddAction";
    1.60 +            this.buttonAddAction.Size = new System.Drawing.Size(96, 23);
    1.61 +            this.buttonAddAction.TabIndex = 20;
    1.62 +            this.buttonAddAction.Text = "Add Action";
    1.63 +            this.buttonAddAction.UseVisualStyleBackColor = true;
    1.64 +            this.buttonAddAction.Click += new System.EventHandler(this.buttonAddAction_Click);
    1.65 +            // 
    1.66 +            // iTreeViewEvents
    1.67 +            // 
    1.68 +            this.iTreeViewEvents.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    1.69 +            | System.Windows.Forms.AnchorStyles.Left) 
    1.70 +            | System.Windows.Forms.AnchorStyles.Right)));
    1.71 +            this.iTreeViewEvents.Location = new System.Drawing.Point(111, 3);
    1.72 +            this.iTreeViewEvents.Name = "iTreeViewEvents";
    1.73 +            this.iTreeViewEvents.Size = new System.Drawing.Size(638, 376);
    1.74 +            this.iTreeViewEvents.TabIndex = 1;
    1.75 +            // 
    1.76              // tabPageApp
    1.77              // 
    1.78              this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
    1.79 @@ -1163,6 +1211,7 @@
    1.80              this.tabPageCec.PerformLayout();
    1.81              this.groupBoxCecLogOptions.ResumeLayout(false);
    1.82              this.groupBoxCecLogOptions.PerformLayout();
    1.83 +            this.tabPageEvent.ResumeLayout(false);
    1.84              this.tabPageApp.ResumeLayout(false);
    1.85              this.tabPageApp.PerformLayout();
    1.86              this.tabPageLogs.ResumeLayout(false);
    1.87 @@ -1258,6 +1307,10 @@
    1.88          private System.Windows.Forms.CheckBox checkBoxCecLogNotice;
    1.89          private System.Windows.Forms.CheckBox checkBoxCecLogTraffic;
    1.90          private System.Windows.Forms.CheckBox checkBoxCecLogNoPoll;
    1.91 +        private System.Windows.Forms.TabPage tabPageEvent;
    1.92 +        private System.Windows.Forms.TreeView iTreeViewEvents;
    1.93 +        private System.Windows.Forms.Button buttonDeleteAction;
    1.94 +        private System.Windows.Forms.Button buttonAddAction;
    1.95      }
    1.96  }
    1.97