This commit is contained in:
2022-07-03 21:12:46 +00:00
parent 0a54013ee4
commit 384a78535c
3 changed files with 16 additions and 16 deletions

View File

@@ -42,7 +42,7 @@
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(715, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Map selected AyaNova items to:";
this.label1.Text = "Link selected AyaNova items to:";
//
// cbQBItems
//
@@ -78,11 +78,11 @@
// ckNothing
//
this.ckNothing.AutoSize = true;
this.ckNothing.Location = new System.Drawing.Point(16, 56);
this.ckNothing.Location = new System.Drawing.Point(16, 59);
this.ckNothing.Name = "ckNothing";
this.ckNothing.Size = new System.Drawing.Size(80, 17);
this.ckNothing.Size = new System.Drawing.Size(133, 17);
this.ckNothing.TabIndex = 15;
this.ckNothing.Text = "checkBox1";
this.ckNothing.Text = "Nothing / Remove link";
this.ckNothing.UseVisualStyleBackColor = true;
this.ckNothing.CheckedChanged += new System.EventHandler(this.ckNothing_CheckedChanged);
//