Superlocal.Agile/src/ui/Superlocal.Agile.WinApp/Forms/MainForm.Designer.cs

187 lines
8.7 KiB
C#

namespace Superlocal.Agile.WinApp
{
partial class MainForm
{
/// <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()
{
this.button1 = new System.Windows.Forms.Button();
this.treeView1 = new System.Windows.Forms.TreeView();
this.listBox2 = new System.Windows.Forms.ListBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.materialCheckbox1 = new MaterialSkin.Controls.MaterialCheckbox();
this.materialCheckbox2 = new MaterialSkin.Controls.MaterialCheckbox();
this.materialCheckbox3 = new MaterialSkin.Controls.MaterialCheckbox();
this.materialCheckbox4 = new MaterialSkin.Controls.MaterialCheckbox();
this.materialDrawer1 = new MaterialSkin.Controls.MaterialDrawer();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(1056, 76);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// treeView1
//
this.treeView1.Location = new System.Drawing.Point(12, 106);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(1119, 603);
this.treeView1.TabIndex = 2;
//
// listBox2
//
this.listBox2.FormattingEnabled = true;
this.listBox2.ItemHeight = 15;
this.listBox2.Location = new System.Drawing.Point(12, 715);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(1119, 64);
this.listBox2.TabIndex = 3;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(12, 77);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(521, 23);
this.textBox1.TabIndex = 4;
//
// materialCheckbox1
//
this.materialCheckbox1.AutoSize = true;
this.materialCheckbox1.Depth = 0;
this.materialCheckbox1.Location = new System.Drawing.Point(0, 0);
this.materialCheckbox1.Margin = new System.Windows.Forms.Padding(0);
this.materialCheckbox1.MouseLocation = new System.Drawing.Point(-1, -1);
this.materialCheckbox1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialCheckbox1.Name = "materialCheckbox1";
this.materialCheckbox1.ReadOnly = false;
this.materialCheckbox1.Ripple = true;
this.materialCheckbox1.Size = new System.Drawing.Size(10, 10);
this.materialCheckbox1.TabIndex = 0;
this.materialCheckbox1.Text = "materialCheckbox1";
this.materialCheckbox1.UseVisualStyleBackColor = true;
//
// materialCheckbox2
//
this.materialCheckbox2.AutoSize = true;
this.materialCheckbox2.Depth = 0;
this.materialCheckbox2.Location = new System.Drawing.Point(0, 0);
this.materialCheckbox2.Margin = new System.Windows.Forms.Padding(0);
this.materialCheckbox2.MouseLocation = new System.Drawing.Point(-1, -1);
this.materialCheckbox2.MouseState = MaterialSkin.MouseState.HOVER;
this.materialCheckbox2.Name = "materialCheckbox2";
this.materialCheckbox2.ReadOnly = false;
this.materialCheckbox2.Ripple = true;
this.materialCheckbox2.Size = new System.Drawing.Size(10, 10);
this.materialCheckbox2.TabIndex = 0;
this.materialCheckbox2.Text = "materialCheckbox2";
this.materialCheckbox2.UseVisualStyleBackColor = true;
//
// materialCheckbox3
//
this.materialCheckbox3.AutoSize = true;
this.materialCheckbox3.Depth = 0;
this.materialCheckbox3.Location = new System.Drawing.Point(0, 0);
this.materialCheckbox3.Margin = new System.Windows.Forms.Padding(0);
this.materialCheckbox3.MouseLocation = new System.Drawing.Point(-1, -1);
this.materialCheckbox3.MouseState = MaterialSkin.MouseState.HOVER;
this.materialCheckbox3.Name = "materialCheckbox3";
this.materialCheckbox3.ReadOnly = false;
this.materialCheckbox3.Ripple = true;
this.materialCheckbox3.Size = new System.Drawing.Size(10, 10);
this.materialCheckbox3.TabIndex = 0;
this.materialCheckbox3.Text = "materialCheckbox3";
this.materialCheckbox3.UseVisualStyleBackColor = true;
//
// materialCheckbox4
//
this.materialCheckbox4.AutoSize = true;
this.materialCheckbox4.Depth = 0;
this.materialCheckbox4.Location = new System.Drawing.Point(0, 0);
this.materialCheckbox4.Margin = new System.Windows.Forms.Padding(0);
this.materialCheckbox4.MouseLocation = new System.Drawing.Point(-1, -1);
this.materialCheckbox4.MouseState = MaterialSkin.MouseState.HOVER;
this.materialCheckbox4.Name = "materialCheckbox4";
this.materialCheckbox4.ReadOnly = false;
this.materialCheckbox4.Ripple = true;
this.materialCheckbox4.Size = new System.Drawing.Size(10, 10);
this.materialCheckbox4.TabIndex = 0;
this.materialCheckbox4.Text = "materialCheckbox4";
this.materialCheckbox4.UseVisualStyleBackColor = true;
//
// materialDrawer1
//
this.materialDrawer1.AutoHide = false;
this.materialDrawer1.AutoShow = false;
this.materialDrawer1.BackgroundWithAccent = false;
this.materialDrawer1.BaseTabControl = null;
this.materialDrawer1.Depth = 0;
this.materialDrawer1.HighlightWithAccent = true;
this.materialDrawer1.IndicatorWidth = 0;
this.materialDrawer1.IsOpen = false;
this.materialDrawer1.Location = new System.Drawing.Point(-103, 20);
this.materialDrawer1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialDrawer1.Name = "materialDrawer1";
this.materialDrawer1.ShowIconsWhenHidden = false;
this.materialDrawer1.Size = new System.Drawing.Size(103, 548);
this.materialDrawer1.TabIndex = 6;
this.materialDrawer1.Text = "materialDrawer1";
this.materialDrawer1.UseColors = false;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1162, 794);
this.Controls.Add(this.materialDrawer1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.listBox2);
this.Controls.Add(this.treeView1);
this.Controls.Add(this.button1);
this.DrawerIsOpen = true;
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Button button1;
private TreeView treeView1;
private ListBox listBox2;
private TextBox textBox1;
private MaterialSkin.Controls.MaterialCheckbox materialCheckbox1;
private MaterialSkin.Controls.MaterialCheckbox materialCheckbox2;
private MaterialSkin.Controls.MaterialCheckbox materialCheckbox3;
private MaterialSkin.Controls.MaterialCheckbox materialCheckbox4;
private MaterialSkin.Controls.MaterialDrawer materialDrawer1;
}
}