-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFormPerformance.Designer.cs
144 lines (138 loc) · 7.24 KB
/
FormPerformance.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
namespace Suconbu.Sumacon
{
partial class FormPerformance
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPerformance));
this.uxTsContainer = new System.Windows.Forms.ToolStripContainer();
this.uxBaseSplitContainer = new System.Windows.Forms.SplitContainer();
this.uxUpperSplitContainer = new System.Windows.Forms.SplitContainer();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.uxLowerSplitContainer = new System.Windows.Forms.SplitContainer();
this.uxTsContainer.ContentPanel.SuspendLayout();
this.uxTsContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uxBaseSplitContainer)).BeginInit();
this.uxBaseSplitContainer.Panel1.SuspendLayout();
this.uxBaseSplitContainer.Panel2.SuspendLayout();
this.uxBaseSplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uxUpperSplitContainer)).BeginInit();
this.uxUpperSplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uxLowerSplitContainer)).BeginInit();
this.uxLowerSplitContainer.SuspendLayout();
this.SuspendLayout();
//
// uxTsContainer
//
//
// uxTsContainer.ContentPanel
//
this.uxTsContainer.ContentPanel.Controls.Add(this.uxBaseSplitContainer);
this.uxTsContainer.ContentPanel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.uxTsContainer.ContentPanel.Size = new System.Drawing.Size(933, 537);
this.uxTsContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.uxTsContainer.Location = new System.Drawing.Point(0, 0);
this.uxTsContainer.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.uxTsContainer.Name = "uxTsContainer";
this.uxTsContainer.Size = new System.Drawing.Size(933, 562);
this.uxTsContainer.TabIndex = 0;
this.uxTsContainer.Text = "toolStripContainer1";
//
// uxBaseSplitContainer
//
this.uxBaseSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.uxBaseSplitContainer.Location = new System.Drawing.Point(0, 0);
this.uxBaseSplitContainer.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.uxBaseSplitContainer.Name = "uxBaseSplitContainer";
this.uxBaseSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// uxBaseSplitContainer.Panel1
//
this.uxBaseSplitContainer.Panel1.Controls.Add(this.uxUpperSplitContainer);
//
// uxBaseSplitContainer.Panel2
//
this.uxBaseSplitContainer.Panel2.Controls.Add(this.uxLowerSplitContainer);
this.uxBaseSplitContainer.Size = new System.Drawing.Size(933, 537);
this.uxBaseSplitContainer.SplitterDistance = 274;
this.uxBaseSplitContainer.SplitterWidth = 5;
this.uxBaseSplitContainer.TabIndex = 1;
//
// uxUpperSplitContainer
//
this.uxUpperSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.uxUpperSplitContainer.Location = new System.Drawing.Point(0, 0);
this.uxUpperSplitContainer.Name = "uxUpperSplitContainer";
this.uxUpperSplitContainer.Size = new System.Drawing.Size(933, 274);
this.uxUpperSplitContainer.SplitterDistance = 311;
this.uxUpperSplitContainer.TabIndex = 1;
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "cross.png");
//
// uxLowerSplitContainer
//
this.uxLowerSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.uxLowerSplitContainer.Location = new System.Drawing.Point(0, 0);
this.uxLowerSplitContainer.Name = "uxLowerSplitContainer";
this.uxLowerSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.uxLowerSplitContainer.Size = new System.Drawing.Size(933, 258);
this.uxLowerSplitContainer.SplitterDistance = 129;
this.uxLowerSplitContainer.TabIndex = 2;
//
// FormPerformance
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(933, 562);
this.Controls.Add(this.uxTsContainer);
this.Font = new System.Drawing.Font("Yu Gothic UI", 9F);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "FormPerformance";
this.Text = "FormPerformance";
this.uxTsContainer.ContentPanel.ResumeLayout(false);
this.uxTsContainer.ResumeLayout(false);
this.uxTsContainer.PerformLayout();
this.uxBaseSplitContainer.Panel1.ResumeLayout(false);
this.uxBaseSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.uxBaseSplitContainer)).EndInit();
this.uxBaseSplitContainer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.uxUpperSplitContainer)).EndInit();
this.uxUpperSplitContainer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.uxLowerSplitContainer)).EndInit();
this.uxLowerSplitContainer.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStripContainer uxTsContainer;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.SplitContainer uxBaseSplitContainer;
private System.Windows.Forms.SplitContainer uxUpperSplitContainer;
private System.Windows.Forms.SplitContainer uxLowerSplitContainer;
}
}