This commit is contained in:
2022-07-03 20:06:06 +00:00
parent 7c32e9767e
commit a86fb4838b
3 changed files with 25 additions and 14 deletions

View File

@@ -44,6 +44,7 @@
this.btnOK.TabIndex = 16;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
@@ -54,13 +55,15 @@
this.btnCancel.TabIndex = 15;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// edAyaObjects
//
this.edAyaObjects.Enabled = false;
this.edAyaObjects.BackColor = System.Drawing.SystemColors.Window;
this.edAyaObjects.Location = new System.Drawing.Point(12, 33);
this.edAyaObjects.Multiline = true;
this.edAyaObjects.Name = "edAyaObjects";
this.edAyaObjects.ReadOnly = true;
this.edAyaObjects.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.edAyaObjects.Size = new System.Drawing.Size(613, 224);
this.edAyaObjects.TabIndex = 17;
@@ -85,9 +88,10 @@
//
// edQBItem
//
this.edQBItem.Enabled = false;
this.edQBItem.BackColor = System.Drawing.SystemColors.Window;
this.edQBItem.Location = new System.Drawing.Point(12, 303);
this.edQBItem.Name = "edQBItem";
this.edQBItem.ReadOnly = true;
this.edQBItem.Size = new System.Drawing.Size(610, 20);
this.edQBItem.TabIndex = 20;
//