This commit is contained in:
2022-07-03 22:39:17 +00:00
parent 0e8e85dd50
commit adf8912e7a
6 changed files with 351 additions and 31 deletions

View File

@@ -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);