105 lines
3.6 KiB
C#
105 lines
3.6 KiB
C#
namespace ModpackUpdater.Apps.Manager;
|
|
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
|
|
splitPanel1 = new Telerik.WinControls.UI.SplitPanel();
|
|
splitPanel2 = new Telerik.WinControls.UI.SplitPanel();
|
|
((System.ComponentModel.ISupportInitialize)radSplitContainer1).BeginInit();
|
|
radSplitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitPanel1).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)splitPanel2).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)this).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// radSplitContainer1
|
|
//
|
|
radSplitContainer1.Controls.Add(splitPanel1);
|
|
radSplitContainer1.Controls.Add(splitPanel2);
|
|
radSplitContainer1.Dock = DockStyle.Fill;
|
|
radSplitContainer1.Location = new Point(0, 0);
|
|
radSplitContainer1.Name = "radSplitContainer1";
|
|
//
|
|
//
|
|
//
|
|
radSplitContainer1.RootElement.MinSize = new Size(25, 25);
|
|
radSplitContainer1.Size = new Size(800, 450);
|
|
radSplitContainer1.TabIndex = 0;
|
|
radSplitContainer1.TabStop = false;
|
|
//
|
|
// splitPanel1
|
|
//
|
|
splitPanel1.Location = new Point(0, 0);
|
|
splitPanel1.Name = "splitPanel1";
|
|
//
|
|
//
|
|
//
|
|
splitPanel1.RootElement.MinSize = new Size(25, 25);
|
|
splitPanel1.Size = new Size(398, 450);
|
|
splitPanel1.TabIndex = 0;
|
|
splitPanel1.TabStop = false;
|
|
splitPanel1.Text = "splitPanel1";
|
|
//
|
|
// splitPanel2
|
|
//
|
|
splitPanel2.Location = new Point(402, 0);
|
|
splitPanel2.Name = "splitPanel2";
|
|
//
|
|
//
|
|
//
|
|
splitPanel2.RootElement.MinSize = new Size(25, 25);
|
|
splitPanel2.Size = new Size(398, 450);
|
|
splitPanel2.TabIndex = 1;
|
|
splitPanel2.TabStop = false;
|
|
splitPanel2.Text = "splitPanel2";
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleBaseSize = new Size(7, 15);
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(800, 450);
|
|
Controls.Add(radSplitContainer1);
|
|
Name = "Form1";
|
|
Text = "Form1";
|
|
((System.ComponentModel.ISupportInitialize)radSplitContainer1).EndInit();
|
|
radSplitContainer1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitPanel1).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)splitPanel2).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)this).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Telerik.WinControls.UI.RadSplitContainer radSplitContainer1;
|
|
private Telerik.WinControls.UI.SplitPanel splitPanel1;
|
|
private Telerik.WinControls.UI.SplitPanel splitPanel2;
|
|
}
|