Server/FormEditObject.Designer.cs
changeset 239 dd7770b97916
parent 231 4c706feaf706
child 246 30a221eecc06
     1.1 --- a/Server/FormEditObject.Designer.cs	Thu Aug 18 14:35:50 2016 +0200
     1.2 +++ b/Server/FormEditObject.Designer.cs	Thu Aug 18 17:13:21 2016 +0200
     1.3 @@ -112,7 +112,7 @@
     1.4              this.buttonTest.UseVisualStyleBackColor = true;
     1.5              this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click);
     1.6              // 
     1.7 -            // FormEditAction
     1.8 +            // FormEditObject
     1.9              // 
    1.10              this.AcceptButton = this.buttonOk;
    1.11              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.12 @@ -130,10 +130,10 @@
    1.13              this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    1.14              this.MaximizeBox = false;
    1.15              this.MinimizeBox = false;
    1.16 -            this.Name = "FormEditAction";
    1.17 +            this.Name = "FormEditObject";
    1.18              this.Text = "Edit action";
    1.19 +            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormEditObject_FormClosing);
    1.20              this.Load += new System.EventHandler(this.FormEditAction_Load);
    1.21 -            this.Validating += new System.ComponentModel.CancelEventHandler(this.FormEditAction_Validating);
    1.22              this.ResumeLayout(false);
    1.23              this.PerformLayout();
    1.24