Server/FormMain.Designer.cs
changeset 227 4a03cc6f41b0
parent 226 91763ba41c0c
child 229 7c631055b94b
     1.1 --- a/Server/FormMain.Designer.cs	Fri Jul 29 10:40:15 2016 +0200
     1.2 +++ b/Server/FormMain.Designer.cs	Fri Jul 29 13:09:38 2016 +0200
     1.3 @@ -110,11 +110,12 @@
     1.4              this.labelHdmiPort = new System.Windows.Forms.Label();
     1.5              this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox();
     1.6              this.tabPageEvent = new System.Windows.Forms.TabPage();
     1.7 +            this.buttonActionEdit = new System.Windows.Forms.Button();
     1.8              this.buttonActionMoveUp = new System.Windows.Forms.Button();
     1.9              this.buttonActionMoveDown = new System.Windows.Forms.Button();
    1.10 -            this.buttonTestAction = new System.Windows.Forms.Button();
    1.11 -            this.buttonDeleteAction = new System.Windows.Forms.Button();
    1.12 -            this.buttonAddAction = new System.Windows.Forms.Button();
    1.13 +            this.buttonActionTest = new System.Windows.Forms.Button();
    1.14 +            this.buttonActionDelete = new System.Windows.Forms.Button();
    1.15 +            this.buttonActionAdd = new System.Windows.Forms.Button();
    1.16              this.iTreeViewEvents = new System.Windows.Forms.TreeView();
    1.17              this.tabPageApp = new System.Windows.Forms.TabPage();
    1.18              this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
    1.19 @@ -972,11 +973,12 @@
    1.20              // 
    1.21              // tabPageEvent
    1.22              // 
    1.23 +            this.tabPageEvent.Controls.Add(this.buttonActionEdit);
    1.24              this.tabPageEvent.Controls.Add(this.buttonActionMoveUp);
    1.25              this.tabPageEvent.Controls.Add(this.buttonActionMoveDown);
    1.26 -            this.tabPageEvent.Controls.Add(this.buttonTestAction);
    1.27 -            this.tabPageEvent.Controls.Add(this.buttonDeleteAction);
    1.28 -            this.tabPageEvent.Controls.Add(this.buttonAddAction);
    1.29 +            this.tabPageEvent.Controls.Add(this.buttonActionTest);
    1.30 +            this.tabPageEvent.Controls.Add(this.buttonActionDelete);
    1.31 +            this.tabPageEvent.Controls.Add(this.buttonActionAdd);
    1.32              this.tabPageEvent.Controls.Add(this.iTreeViewEvents);
    1.33              this.tabPageEvent.Location = new System.Drawing.Point(4, 22);
    1.34              this.tabPageEvent.Name = "tabPageEvent";
    1.35 @@ -986,6 +988,17 @@
    1.36              this.tabPageEvent.Text = "Events";
    1.37              this.tabPageEvent.UseVisualStyleBackColor = true;
    1.38              // 
    1.39 +            // buttonActionEdit
    1.40 +            // 
    1.41 +            this.buttonActionEdit.Enabled = false;
    1.42 +            this.buttonActionEdit.Location = new System.Drawing.Point(6, 35);
    1.43 +            this.buttonActionEdit.Name = "buttonActionEdit";
    1.44 +            this.buttonActionEdit.Size = new System.Drawing.Size(96, 23);
    1.45 +            this.buttonActionEdit.TabIndex = 25;
    1.46 +            this.buttonActionEdit.Text = "Edit Action";
    1.47 +            this.buttonActionEdit.UseVisualStyleBackColor = true;
    1.48 +            this.buttonActionEdit.Click += new System.EventHandler(this.buttonActionEdit_Click);
    1.49 +            // 
    1.50              // buttonActionMoveUp
    1.51              // 
    1.52              this.buttonActionMoveUp.Enabled = false;
    1.53 @@ -1008,38 +1021,38 @@
    1.54              this.buttonActionMoveDown.UseVisualStyleBackColor = true;
    1.55              this.buttonActionMoveDown.Click += new System.EventHandler(this.buttonActionMoveDown_Click);
    1.56              // 
    1.57 -            // buttonTestAction
    1.58 +            // buttonActionTest
    1.59              // 
    1.60 -            this.buttonTestAction.Enabled = false;
    1.61 -            this.buttonTestAction.Location = new System.Drawing.Point(6, 64);
    1.62 -            this.buttonTestAction.Name = "buttonTestAction";
    1.63 -            this.buttonTestAction.Size = new System.Drawing.Size(96, 23);
    1.64 -            this.buttonTestAction.TabIndex = 22;
    1.65 -            this.buttonTestAction.Text = "Test Action";
    1.66 -            this.buttonTestAction.UseVisualStyleBackColor = true;
    1.67 -            this.buttonTestAction.Click += new System.EventHandler(this.buttonTestAction_Click);
    1.68 +            this.buttonActionTest.Enabled = false;
    1.69 +            this.buttonActionTest.Location = new System.Drawing.Point(6, 93);
    1.70 +            this.buttonActionTest.Name = "buttonActionTest";
    1.71 +            this.buttonActionTest.Size = new System.Drawing.Size(96, 23);
    1.72 +            this.buttonActionTest.TabIndex = 22;
    1.73 +            this.buttonActionTest.Text = "Test Action";
    1.74 +            this.buttonActionTest.UseVisualStyleBackColor = true;
    1.75 +            this.buttonActionTest.Click += new System.EventHandler(this.buttonActionTest_Click);
    1.76              // 
    1.77 -            // buttonDeleteAction
    1.78 +            // buttonActionDelete
    1.79              // 
    1.80 -            this.buttonDeleteAction.Enabled = false;
    1.81 -            this.buttonDeleteAction.Location = new System.Drawing.Point(6, 35);
    1.82 -            this.buttonDeleteAction.Name = "buttonDeleteAction";
    1.83 -            this.buttonDeleteAction.Size = new System.Drawing.Size(96, 23);
    1.84 -            this.buttonDeleteAction.TabIndex = 21;
    1.85 -            this.buttonDeleteAction.Text = "Delete Action";
    1.86 -            this.buttonDeleteAction.UseVisualStyleBackColor = true;
    1.87 -            this.buttonDeleteAction.Click += new System.EventHandler(this.buttonDeleteAction_Click);
    1.88 +            this.buttonActionDelete.Enabled = false;
    1.89 +            this.buttonActionDelete.Location = new System.Drawing.Point(6, 64);
    1.90 +            this.buttonActionDelete.Name = "buttonActionDelete";
    1.91 +            this.buttonActionDelete.Size = new System.Drawing.Size(96, 23);
    1.92 +            this.buttonActionDelete.TabIndex = 21;
    1.93 +            this.buttonActionDelete.Text = "Delete Action";
    1.94 +            this.buttonActionDelete.UseVisualStyleBackColor = true;
    1.95 +            this.buttonActionDelete.Click += new System.EventHandler(this.buttonActionDelete_Click);
    1.96              // 
    1.97 -            // buttonAddAction
    1.98 +            // buttonActionAdd
    1.99              // 
   1.100 -            this.buttonAddAction.Enabled = false;
   1.101 -            this.buttonAddAction.Location = new System.Drawing.Point(6, 6);
   1.102 -            this.buttonAddAction.Name = "buttonAddAction";
   1.103 -            this.buttonAddAction.Size = new System.Drawing.Size(96, 23);
   1.104 -            this.buttonAddAction.TabIndex = 20;
   1.105 -            this.buttonAddAction.Text = "Add Action";
   1.106 -            this.buttonAddAction.UseVisualStyleBackColor = true;
   1.107 -            this.buttonAddAction.Click += new System.EventHandler(this.buttonAddAction_Click);
   1.108 +            this.buttonActionAdd.Enabled = false;
   1.109 +            this.buttonActionAdd.Location = new System.Drawing.Point(6, 6);
   1.110 +            this.buttonActionAdd.Name = "buttonActionAdd";
   1.111 +            this.buttonActionAdd.Size = new System.Drawing.Size(96, 23);
   1.112 +            this.buttonActionAdd.TabIndex = 20;
   1.113 +            this.buttonActionAdd.Text = "Add Action";
   1.114 +            this.buttonActionAdd.UseVisualStyleBackColor = true;
   1.115 +            this.buttonActionAdd.Click += new System.EventHandler(this.buttonActionAdd_Click);
   1.116              // 
   1.117              // iTreeViewEvents
   1.118              // 
   1.119 @@ -1311,11 +1324,12 @@
   1.120          private System.Windows.Forms.CheckBox checkBoxCecLogNoPoll;
   1.121          private System.Windows.Forms.TabPage tabPageEvent;
   1.122          private System.Windows.Forms.TreeView iTreeViewEvents;
   1.123 -        private System.Windows.Forms.Button buttonDeleteAction;
   1.124 -        private System.Windows.Forms.Button buttonAddAction;
   1.125 +        private System.Windows.Forms.Button buttonActionDelete;
   1.126 +        private System.Windows.Forms.Button buttonActionAdd;
   1.127          private System.Windows.Forms.Button buttonActionMoveUp;
   1.128          private System.Windows.Forms.Button buttonActionMoveDown;
   1.129 -        private System.Windows.Forms.Button buttonTestAction;
   1.130 +        private System.Windows.Forms.Button buttonActionTest;
   1.131 +        private System.Windows.Forms.Button buttonActionEdit;
   1.132      }
   1.133  }
   1.134