mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-04-22 09:31:14 +00:00
Merged in GZDB r2466.
This commit is contained in:
parent
04abc827f7
commit
431a6ea0ec
1 changed files with 6 additions and 5 deletions
11
Source/Core/Windows/UpdateForm.Designer.cs
generated
11
Source/Core/Windows/UpdateForm.Designer.cs
generated
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue