Merged in GZDB r2466.

This commit is contained in:
MascaraSnake 2016-01-23 01:32:21 +01:00
parent 04abc827f7
commit 431a6ea0ec

View file

@ -103,10 +103,11 @@
this.hint.Size = new System.Drawing.Size(16, 16);
this.hint.TabIndex = 8;
this.hint.TabStop = false;
//
// ignorethisupdate
//
this.ignorethisupdate.AutoSize = true;
//
// ignorethisupdate
//
this.ignorethisupdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ignorethisupdate.AutoSize = true;
this.ignorethisupdate.Location = new System.Drawing.Point(306, 233);
this.ignorethisupdate.Name = "ignorethisupdate";
this.ignorethisupdate.Size = new System.Drawing.Size(111, 17);
@ -131,7 +132,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(625, 250);
this.MinimumSize = new System.Drawing.Size(667, 250);
this.Name = "UpdateForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;