-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtinyDisplay.Designer.cs
More file actions
141 lines (135 loc) · 6.46 KB
/
tinyDisplay.Designer.cs
File metadata and controls
141 lines (135 loc) · 6.46 KB
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
namespace DesktopWeather
{
partial class tinyDisplay
{
/// <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.pieTinyHumidity = new LiveChartsCore.SkiaSharpView.WinForms.PieChart();
this.pieTinyPressure = new LiveChartsCore.SkiaSharpView.WinForms.PieChart();
this.pieTinyWind = new LiveChartsCore.SkiaSharpView.WinForms.PieChart();
this.tmoTinyBackgd = new System.Windows.Forms.Label();
this.tinythermometer = new System.Windows.Forms.Label();
this.pnlCatchClick = new DesktopWeather.tinyDisplay.TransparentPanel();
this.SuspendLayout();
//
// pieTinyHumidity
//
this.pieTinyHumidity.InitialRotation = -225D;
this.pieTinyHumidity.IsClockwise = true;
this.pieTinyHumidity.Location = new System.Drawing.Point(32, -11);
this.pieTinyHumidity.Margin = new System.Windows.Forms.Padding(0);
this.pieTinyHumidity.MaxAngle = 360D;
this.pieTinyHumidity.MaxValue = 130D;
this.pieTinyHumidity.MinValue = 0D;
this.pieTinyHumidity.Name = "pieTinyHumidity";
this.pieTinyHumidity.Size = new System.Drawing.Size(150, 150);
this.pieTinyHumidity.TabIndex = 0;
this.pieTinyHumidity.Click += new System.EventHandler(this.tinyDisplay_Click);
//
// pieTinyPressure
//
this.pieTinyPressure.InitialRotation = -225D;
this.pieTinyPressure.IsClockwise = true;
this.pieTinyPressure.Location = new System.Drawing.Point(149, -9);
this.pieTinyPressure.Margin = new System.Windows.Forms.Padding(0);
this.pieTinyPressure.MaxAngle = 360D;
this.pieTinyPressure.MaxValue = 30.33D;
this.pieTinyPressure.MinValue = 29.7D;
this.pieTinyPressure.Name = "pieTinyPressure";
this.pieTinyPressure.Size = new System.Drawing.Size(150, 150);
this.pieTinyPressure.TabIndex = 1;
this.pieTinyPressure.Click += new System.EventHandler(this.tinyDisplay_Click);
//
// pieTinyWind
//
this.pieTinyWind.InitialRotation = -95D;
this.pieTinyWind.IsClockwise = true;
this.pieTinyWind.Location = new System.Drawing.Point(266, -9);
this.pieTinyWind.Margin = new System.Windows.Forms.Padding(0);
this.pieTinyWind.MaxAngle = 360D;
this.pieTinyWind.MaxValue = 130D;
this.pieTinyWind.MinValue = 0D;
this.pieTinyWind.Name = "pieTinyWind";
this.pieTinyWind.Size = new System.Drawing.Size(150, 150);
this.pieTinyWind.TabIndex = 2;
this.pieTinyWind.Click += new System.EventHandler(this.tinyDisplay_Click);
//
// tmoTinyBackgd
//
this.tmoTinyBackgd.BackColor = System.Drawing.Color.DarkBlue;
this.tmoTinyBackgd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tmoTinyBackgd.Location = new System.Drawing.Point(12, 12);
this.tmoTinyBackgd.Name = "tmoTinyBackgd";
this.tmoTinyBackgd.Size = new System.Drawing.Size(22, 92);
this.tmoTinyBackgd.TabIndex = 3;
//
// tinythermometer
//
this.tinythermometer.BackColor = System.Drawing.Color.Red;
this.tinythermometer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tinythermometer.Location = new System.Drawing.Point(12, 53);
this.tinythermometer.Name = "tinythermometer";
this.tinythermometer.Size = new System.Drawing.Size(22, 51);
this.tinythermometer.TabIndex = 4;
//
// pnlCatchClick
//
this.pnlCatchClick.Location = new System.Drawing.Point(38, 3);
this.pnlCatchClick.Name = "pnlCatchClick";
this.pnlCatchClick.Size = new System.Drawing.Size(365, 114);
this.pnlCatchClick.TabIndex = 5;
this.pnlCatchClick.Click += new System.EventHandler(this.tinyDisplay_Click);
//
// tinyDisplay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(405, 121);
this.ControlBox = false;
this.Controls.Add(this.pnlCatchClick);
this.Controls.Add(this.tinythermometer);
this.Controls.Add(this.tmoTinyBackgd);
this.Controls.Add(this.pieTinyWind);
this.Controls.Add(this.pieTinyPressure);
this.Controls.Add(this.pieTinyHumidity);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Location = new System.Drawing.Point(825, 0);
this.Name = "tinyDisplay";
this.Opacity = 0.6D;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Weather Gauges";
this.Click += new System.EventHandler(this.tinyDisplay_Click);
this.ResumeLayout(false);
}
#endregion
private LiveChartsCore.SkiaSharpView.WinForms.PieChart pieTinyHumidity;
private LiveChartsCore.SkiaSharpView.WinForms.PieChart pieTinyPressure;
private LiveChartsCore.SkiaSharpView.WinForms.PieChart pieTinyWind;
private System.Windows.Forms.Label tmoTinyBackgd;
private System.Windows.Forms.Label tinythermometer;
// private System.Windows.Forms.Panel pnlCatchClick;
private TransparentPanel pnlCatchClick;
}
}