-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathImageres_Icons.Designer.cs
52 lines (47 loc) · 1.61 KB
/
Imageres_Icons.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
namespace Windows_Task_Dialog_Generator
{
partial class Imageres_Icons
{
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelMain;
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose(bool disposing)
{
if ( disposing && (components != null) )
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
private void InitializeComponent()
{
flowLayoutPanelMain = new FlowLayoutPanel();
SuspendLayout();
//
// flowLayoutPanelMain
//
flowLayoutPanelMain.AutoScroll = true;
flowLayoutPanelMain.Dock = DockStyle.Fill;
flowLayoutPanelMain.Location = new Point(0, 0);
flowLayoutPanelMain.Margin = new Padding(2);
flowLayoutPanelMain.Name = "flowLayoutPanelMain";
flowLayoutPanelMain.Size = new Size(810, 450);
flowLayoutPanelMain.TabIndex = 0;
//
// Imageres_Icons
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(810, 450);
Controls.Add(flowLayoutPanelMain);
Margin = new Padding(2);
Name = "Imageres_Icons";
Text = "Imageres Icons Preview";
ResumeLayout(false);
}
#endregion
}
}