This commit is contained in:
3
AyaNovaQBI/MapSelectQBItem.Designer.cs
generated
3
AyaNovaQBI/MapSelectQBItem.Designer.cs
generated
@@ -88,10 +88,12 @@
|
||||
//
|
||||
// MapSelectQBItem
|
||||
//
|
||||
this.AcceptButton = this.btnOK;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.btnCancel;
|
||||
this.ClientSize = new System.Drawing.Size(747, 150);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.ckNothing);
|
||||
this.Controls.Add(this.btnOK);
|
||||
this.Controls.Add(this.btnCancel);
|
||||
@@ -100,6 +102,7 @@
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
||||
this.Name = "MapSelectQBItem";
|
||||
this.Padding = new System.Windows.Forms.Padding(16);
|
||||
this.ShowIcon = false;
|
||||
this.ShowInTaskbar = false;
|
||||
this.Text = "QB Items";
|
||||
this.Load += new System.EventHandler(this.MapSelectQBItem_Load);
|
||||
|
||||
Reference in New Issue
Block a user