Changed default size to be full hd & increased height for top panel

This commit is contained in:
Thorsten Sommer 2022-07-20 20:56:20 +02:00
parent af47eb606c
commit 1efe7346b0
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 5 additions and 5 deletions

View File

@ -110,9 +110,9 @@
// splitContainerRTB.Panel1
//
this.splitContainerRTB.Panel1.Controls.Add(this.textElements);
this.splitContainerRTB.Panel1MinSize = 240;
this.splitContainerRTB.Panel1MinSize = 340;
this.splitContainerRTB.Size = new System.Drawing.Size(636, 531);
this.splitContainerRTB.SplitterDistance = 240;
this.splitContainerRTB.SplitterDistance = 340;
this.splitContainerRTB.TabIndex = 0;
//
// textElements
@ -121,7 +121,7 @@
this.textElements.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.textElements.Location = new System.Drawing.Point(0, 0);
this.textElements.Name = "textElements";
this.textElements.Size = new System.Drawing.Size(634, 238);
this.textElements.Size = new System.Drawing.Size(634, 338);
this.textElements.TabIndex = 0;
//
// Main

View File

@ -38,14 +38,14 @@
this.mainComponent.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.mainComponent.Location = new System.Drawing.Point(0, 0);
this.mainComponent.Name = "mainComponent";
this.mainComponent.Size = new System.Drawing.Size(1071, 755);
this.mainComponent.Size = new System.Drawing.Size(1902, 1033);
this.mainComponent.TabIndex = 0;
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1071, 755);
this.ClientSize = new System.Drawing.Size(1902, 1033);
this.Controls.Add(this.mainComponent);
this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));