This commit is contained in:
2022-05-09 15:59:05 +02:00
parent 0b97eb8780
commit 84ce1818a4
4 changed files with 47 additions and 24 deletions

2
Form1.Designer.cs generated
View File

@@ -147,6 +147,7 @@ namespace it_projekt
// jsonRBtn
//
this.jsonRBtn.AutoSize = true;
this.jsonRBtn.Checked = true;
this.jsonRBtn.Location = new System.Drawing.Point(380, 54);
this.jsonRBtn.Name = "jsonRBtn";
this.jsonRBtn.Size = new System.Drawing.Size(53, 19);
@@ -163,7 +164,6 @@ namespace it_projekt
this.xmlRBtn.Name = "xmlRBtn";
this.xmlRBtn.Size = new System.Drawing.Size(49, 19);
this.xmlRBtn.TabIndex = 9;
this.xmlRBtn.TabStop = true;
this.xmlRBtn.Text = "XML";
this.xmlRBtn.UseVisualStyleBackColor = true;
this.xmlRBtn.CheckedChanged += new System.EventHandler(this.xmlRBtn_CheckedChanged);