-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSecondaryForm.Designer.cs
More file actions
228 lines (223 loc) · 8.59 KB
/
SecondaryForm.Designer.cs
File metadata and controls
228 lines (223 loc) · 8.59 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
using OpenGL;
namespace Licenta_ver1
{
partial class SecondaryForm
{
/// <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()
{
RenderControl = new GlControl();
trackBar3 = new TrackBar();
comboBox1 = new ComboBox();
trackBar4 = new TrackBar();
button1 = new Button();
label1 = new Label();
label2 = new Label();
comboBox2 = new ComboBox();
label5 = new Label();
label6 = new Label();
textBox1 = new TextBox();
textBox2 = new TextBox();
((System.ComponentModel.ISupportInitialize)trackBar3).BeginInit();
((System.ComponentModel.ISupportInitialize)trackBar4).BeginInit();
SuspendLayout();
//
// RenderControl
//
RenderControl.Animation = true;
RenderControl.AnimationTimer = false;
RenderControl.BackColor = Color.DimGray;
RenderControl.ColorBits = 24U;
RenderControl.DepthBits = 24U;
RenderControl.Dock = DockStyle.Fill;
RenderControl.Location = new Point(0, 0);
RenderControl.Margin = new Padding(6, 4, 6, 4);
RenderControl.MultisampleBits = 0U;
RenderControl.Name = "RenderControl";
RenderControl.Size = new Size(770, 440);
RenderControl.StencilBits = 0U;
RenderControl.TabIndex = 0;
RenderControl.ContextCreated += RenderControl_ContextCreated;
RenderControl.ContextDestroying += RenderControl_ContextDestroying;
RenderControl.Render += RenderControl_Render;
RenderControl.ContextUpdate += RenderControl_ContextUpdate;
RenderControl.Load += RenderControl_Load;
//
// trackBar3
//
trackBar3.Location = new Point(6, 129);
trackBar3.Maximum = 25000;
trackBar3.Name = "trackBar3";
trackBar3.Size = new Size(272, 56);
trackBar3.TabIndex = 3;
trackBar3.TickFrequency = 50;
trackBar3.Scroll += trackBar3_Scroll;
//
// comboBox1
//
comboBox1.DisplayMember = "Sun";
comboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
comboBox1.FormattingEnabled = true;
comboBox1.Items.AddRange(new object[] { "None", "Sun", "Mercury", "Venus", "Earth", "Moon", "Mars", "Jupiter", "Saturn", "Neptune", "Uranus" });
comboBox1.Location = new Point(129, 6);
comboBox1.Name = "comboBox1";
comboBox1.Size = new Size(151, 28);
comboBox1.TabIndex = 4;
comboBox1.SelectedIndexChanged += comboBox1_SelectedIndexChanged;
//
// trackBar4
//
trackBar4.Location = new Point(8, 65);
trackBar4.Maximum = 5000;
trackBar4.Minimum = 1;
trackBar4.Name = "trackBar4";
trackBar4.Size = new Size(272, 56);
trackBar4.TabIndex = 6;
trackBar4.Value = 200;
trackBar4.Scroll += trackBar4_Scroll;
//
// button1
//
button1.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
button1.Location = new Point(12, 337);
button1.Name = "button1";
button1.Size = new Size(94, 29);
button1.TabIndex = 7;
button1.Text = "pause";
button1.UseVisualStyleBackColor = true;
button1.Click += Button1_Click;
//
// label1
//
label1.AutoSize = true;
label1.BackColor = SystemColors.ActiveCaption;
label1.ForeColor = SystemColors.ControlLightLight;
label1.Location = new Point(284, 11);
label1.Name = "label1";
label1.Size = new Size(79, 20);
label1.TabIndex = 10;
label1.Text = "Sun Scale: ";
//
// label2
//
label2.AutoSize = true;
label2.BackColor = SystemColors.ActiveCaption;
label2.ForeColor = SystemColors.ControlLightLight;
label2.Location = new Point(284, 38);
label2.Name = "label2";
label2.Size = new Size(102, 20);
label2.TabIndex = 11;
label2.Text = "Planets Scale: ";
//
// comboBox2
//
comboBox2.DropDownStyle = ComboBoxStyle.DropDownList;
comboBox2.FormattingEnabled = true;
comboBox2.Items.AddRange(new object[] { "None", "Sun", "Mercury", "Venus", "Earth", "Moon", "Mars", "Jupiter", "Saturn", "Neptune", "Uranus" });
comboBox2.Location = new Point(129, 34);
comboBox2.Name = "comboBox2";
comboBox2.Size = new Size(151, 28);
comboBox2.TabIndex = 16;
comboBox2.SelectedIndexChanged += comboBox2_SelectedIndexChanged;
//
// label5
//
label5.AutoSize = true;
label5.BackColor = Color.DimGray;
label5.ForeColor = Color.White;
label5.Location = new Point(6, 4);
label5.Margin = new Padding(2, 0, 2, 0);
label5.Name = "label5";
label5.Size = new Size(103, 20);
label5.TabIndex = 17;
label5.Text = "Focus Primary:";
//
// label6
//
label6.AutoSize = true;
label6.BackColor = Color.DimGray;
label6.ForeColor = Color.White;
label6.Location = new Point(6, 34);
label6.Margin = new Padding(2, 0, 2, 0);
label6.Name = "label6";
label6.Size = new Size(122, 20);
label6.TabIndex = 18;
label6.Text = "Focus Secondary:";
//
// textBox1
//
textBox1.Location = new Point(387, 11);
textBox1.Margin = new Padding(2, 2, 2, 2);
textBox1.Name = "textBox1";
textBox1.Size = new Size(122, 27);
textBox1.TabIndex = 19;
textBox1.TextChanged += textBox1_TextChanged;
//
// textBox2
//
textBox2.Location = new Point(387, 38);
textBox2.Margin = new Padding(2, 2, 2, 2);
textBox2.Name = "textBox2";
textBox2.Size = new Size(122, 27);
textBox2.TabIndex = 20;
textBox2.TextChanged += textBox2_TextChanged;
//
// SecondaryForm
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(770, 440);
Controls.Add(textBox2);
Controls.Add(textBox1);
Controls.Add(label6);
Controls.Add(label5);
Controls.Add(comboBox2);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(button1);
Controls.Add(trackBar4);
Controls.Add(comboBox1);
Controls.Add(trackBar3);
Controls.Add(RenderControl);
Name = "SecondaryForm";
Text = "SecondaryForm";
((System.ComponentModel.ISupportInitialize)trackBar3).EndInit();
((System.ComponentModel.ISupportInitialize)trackBar4).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private OpenGL.GlControl RenderControl;
private TrackBar trackBar3;
private ComboBox comboBox1;
private TrackBar trackBar4;
private Button button1;
private Label label1;
private Label label2;
private ComboBox comboBox2;
private Label label5;
private Label label6;
private TextBox textBox1;
private TextBox textBox2;
}
}