-
Notifications
You must be signed in to change notification settings - Fork 6
/
StatsUI.Designer.cs
158 lines (152 loc) · 8.26 KB
/
StatsUI.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
namespace Kimathi_Construction
{
partial class StatsUI
{
/// <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 Component 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StatsUI));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.owner = new Bunifu.Framework.UI.BunifuCustomLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.btnRefresh = new System.Windows.Forms.Button();
this.dTimePickerIn = new System.Windows.Forms.DateTimePicker();
this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
this.cartesianChart1 = new LiveCharts.WinForms.CartesianChart();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(976, 75);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 5;
this.pictureBox1.TabStop = false;
//
// owner
//
this.owner.AutoSize = true;
this.owner.Cursor = System.Windows.Forms.Cursors.Hand;
this.owner.Font = new System.Drawing.Font("Nasalization Rg", 5.749999F, System.Drawing.FontStyle.Bold);
this.owner.ForeColor = System.Drawing.Color.Black;
this.owner.Location = new System.Drawing.Point(897, 477);
this.owner.Name = "owner";
this.owner.Size = new System.Drawing.Size(73, 9);
this.owner.TabIndex = 11;
this.owner.Text = "@Job_Getabu";
this.owner.Click += new System.EventHandler(this.owner_Click);
//
// panel1
//
this.panel1.Controls.Add(this.btnRefresh);
this.panel1.Controls.Add(this.dTimePickerIn);
this.panel1.Controls.Add(this.bunifuCustomLabel1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 75);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(976, 38);
this.panel1.TabIndex = 13;
//
// btnRefresh
//
this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(114)))));
this.btnRefresh.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnRefresh.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(195)))), ((int)(((byte)(171)))));
this.btnRefresh.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(195)))), ((int)(((byte)(171)))));
this.btnRefresh.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(195)))), ((int)(((byte)(171)))));
this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRefresh.Font = new System.Drawing.Font("Nasalization Rg", 9.999999F, System.Drawing.FontStyle.Bold);
this.btnRefresh.ForeColor = System.Drawing.Color.White;
this.btnRefresh.Location = new System.Drawing.Point(808, 6);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(90, 27);
this.btnRefresh.TabIndex = 19;
this.btnRefresh.Text = "Refresh";
this.btnRefresh.UseVisualStyleBackColor = false;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// dTimePickerIn
//
this.dTimePickerIn.CalendarTitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(114)))));
this.dTimePickerIn.CalendarTitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(114)))));
this.dTimePickerIn.CalendarTrailingForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(195)))), ((int)(((byte)(171)))));
this.dTimePickerIn.Font = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dTimePickerIn.Location = new System.Drawing.Point(234, 9);
this.dTimePickerIn.Name = "dTimePickerIn";
this.dTimePickerIn.Size = new System.Drawing.Size(231, 21);
this.dTimePickerIn.TabIndex = 16;
//
// bunifuCustomLabel1
//
this.bunifuCustomLabel1.AutoSize = true;
this.bunifuCustomLabel1.Cursor = System.Windows.Forms.Cursors.Hand;
this.bunifuCustomLabel1.Font = new System.Drawing.Font("Nasalization Rg", 12.75F, System.Drawing.FontStyle.Bold);
this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.Black;
this.bunifuCustomLabel1.Location = new System.Drawing.Point(11, 9);
this.bunifuCustomLabel1.Name = "bunifuCustomLabel1";
this.bunifuCustomLabel1.Size = new System.Drawing.Size(59, 20);
this.bunifuCustomLabel1.TabIndex = 7;
this.bunifuCustomLabel1.Text = "Stats";
//
// cartesianChart1
//
this.cartesianChart1.Dock = System.Windows.Forms.DockStyle.Fill;
this.cartesianChart1.Location = new System.Drawing.Point(0, 113);
this.cartesianChart1.Name = "cartesianChart1";
this.cartesianChart1.Size = new System.Drawing.Size(976, 379);
this.cartesianChart1.TabIndex = 14;
this.cartesianChart1.Text = "cartesianChart1";
//
// StatsUI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.cartesianChart1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.owner);
this.Controls.Add(this.pictureBox1);
this.Name = "StatsUI";
this.Size = new System.Drawing.Size(976, 492);
this.Load += new System.EventHandler(this.StatsUI_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private Bunifu.Framework.UI.BunifuCustomLabel owner;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.DateTimePicker dTimePickerIn;
private Bunifu.Framework.UI.BunifuCustomLabel bunifuCustomLabel1;
private LiveCharts.WinForms.CartesianChart cartesianChart1;
}
}