OSDN Git Service

Update click handler
authorLatif Khalifa <latifer@streamgrid.net>
Sat, 13 Jun 2009 22:43:28 +0000 (22:43 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Sat, 13 Jun 2009 22:43:28 +0000 (22:43 +0000)
git-svn-id: https://radegast.googlecode.com/svn/trunk@34 f7a694da-4d33-11de-9ad6-1127a62b9fcd

Radegast/GUI/Consoles/SLImageHandler.Designer.cs

index a2ab4fd..2e1e7c2 100644 (file)
@@ -36,8 +36,8 @@ namespace Radegast
             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
             this.topPanel = new System.Windows.Forms.Panel();\r
             this.tboxImageId = new System.Windows.Forms.TextBox();\r
-            this.lblID = new System.Windows.Forms.Label();\r
             this.lblDesc = new System.Windows.Forms.Label();\r
+            this.lblID = new System.Windows.Forms.Label();\r
             this.bottomPanel.SuspendLayout();\r
             this.pnlProgress.SuspendLayout();\r
             this.pnlSave.SuspendLayout();\r
@@ -102,6 +102,7 @@ namespace Radegast
             this.btnSave.TabIndex = 0;\r
             this.btnSave.Text = "Save";\r
             this.btnSave.UseVisualStyleBackColor = true;\r
+            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);\r
             // \r
             // pictureBox1\r
             // \r
@@ -137,15 +138,6 @@ namespace Radegast
             this.tboxImageId.TabIndex = 1;\r
             this.tboxImageId.Text = "uuid";\r
             // \r
-            // lblID\r
-            // \r
-            this.lblID.AutoSize = true;\r
-            this.lblID.Location = new System.Drawing.Point(119, 11);\r
-            this.lblID.Name = "lblID";\r
-            this.lblID.Size = new System.Drawing.Size(16, 13);\r
-            this.lblID.TabIndex = 0;\r
-            this.lblID.Text = "Id";\r
-            // \r
             // lblDesc\r
             // \r
             this.lblDesc.AutoSize = true;\r
@@ -155,6 +147,15 @@ namespace Radegast
             this.lblDesc.TabIndex = 0;\r
             this.lblDesc.Text = "Desc";\r
             // \r
+            // lblID\r
+            // \r
+            this.lblID.AutoSize = true;\r
+            this.lblID.Location = new System.Drawing.Point(119, 11);\r
+            this.lblID.Name = "lblID";\r
+            this.lblID.Size = new System.Drawing.Size(16, 13);\r
+            this.lblID.TabIndex = 0;\r
+            this.lblID.Text = "Id";\r
+            // \r
             // SLImageHandler\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r