-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWorkForm.Designer.cs
290 lines (284 loc) · 16.6 KB
/
WorkForm.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
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
namespace RefractionOfLight
{
partial class WorkForm
{
/// <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
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.groupBox_MediaOne = new System.Windows.Forms.GroupBox();
this.radioButton_MediaOneGlass = new System.Windows.Forms.RadioButton();
this.radioButton_MediaOneOil = new System.Windows.Forms.RadioButton();
this.radioButton_MediaOneWater = new System.Windows.Forms.RadioButton();
this.radioButton_MediaOneAir = new System.Windows.Forms.RadioButton();
this.groupBox_MediaTwo = new System.Windows.Forms.GroupBox();
this.radioButton_MediaTwoGlass = new System.Windows.Forms.RadioButton();
this.radioButton_MediaTwoOil = new System.Windows.Forms.RadioButton();
this.radioButton_MediaTwoWater = new System.Windows.Forms.RadioButton();
this.radioButton_MediaTwoAir = new System.Windows.Forms.RadioButton();
this.panel1 = new System.Windows.Forms.Panel();
this.textBox_AngleOfRefraction = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.numericUpDown_SinAlpha = new System.Windows.Forms.NumericUpDown();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.buttonExit = new System.Windows.Forms.Button();
this.groupBox_MediaOne.SuspendLayout();
this.groupBox_MediaTwo.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SinAlpha)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
this.SuspendLayout();
//
// groupBox_MediaOne
//
this.groupBox_MediaOne.BackColor = System.Drawing.Color.Transparent;
this.groupBox_MediaOne.Controls.Add(this.radioButton_MediaOneGlass);
this.groupBox_MediaOne.Controls.Add(this.radioButton_MediaOneOil);
this.groupBox_MediaOne.Controls.Add(this.radioButton_MediaOneWater);
this.groupBox_MediaOne.Controls.Add(this.radioButton_MediaOneAir);
this.groupBox_MediaOne.Location = new System.Drawing.Point(809, 12);
this.groupBox_MediaOne.Name = "groupBox_MediaOne";
this.groupBox_MediaOne.Size = new System.Drawing.Size(248, 150);
this.groupBox_MediaOne.TabIndex = 0;
this.groupBox_MediaOne.TabStop = false;
this.groupBox_MediaOne.Text = "Выбор первой среды";
//
// radioButton_MediaOneGlass
//
this.radioButton_MediaOneGlass.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.radioButton_MediaOneGlass.Location = new System.Drawing.Point(170, 90);
this.radioButton_MediaOneGlass.Name = "radioButton_MediaOneGlass";
this.radioButton_MediaOneGlass.Size = new System.Drawing.Size(100, 25);
this.radioButton_MediaOneGlass.TabIndex = 3;
this.radioButton_MediaOneGlass.Text = "Стекло";
this.radioButton_MediaOneGlass.UseVisualStyleBackColor = true;
//
// radioButton_MediaOneOil
//
this.radioButton_MediaOneOil.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.radioButton_MediaOneOil.Location = new System.Drawing.Point(170, 22);
this.radioButton_MediaOneOil.Name = "radioButton_MediaOneOil";
this.radioButton_MediaOneOil.Size = new System.Drawing.Size(100, 30);
this.radioButton_MediaOneOil.TabIndex = 2;
this.radioButton_MediaOneOil.Text = "Масло";
this.radioButton_MediaOneOil.UseVisualStyleBackColor = true;
//
// radioButton_MediaOneWater
//
this.radioButton_MediaOneWater.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.radioButton_MediaOneWater.Location = new System.Drawing.Point(30, 90);
this.radioButton_MediaOneWater.Name = "radioButton_MediaOneWater";
this.radioButton_MediaOneWater.Size = new System.Drawing.Size(100, 30);
this.radioButton_MediaOneWater.TabIndex = 1;
this.radioButton_MediaOneWater.Text = "Вода";
this.radioButton_MediaOneWater.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.radioButton_MediaOneWater.UseVisualStyleBackColor = true;
//
// radioButton_MediaOneAir
//
this.radioButton_MediaOneAir.Checked = true;
this.radioButton_MediaOneAir.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.radioButton_MediaOneAir.Location = new System.Drawing.Point(30, 22);
this.radioButton_MediaOneAir.Name = "radioButton_MediaOneAir";
this.radioButton_MediaOneAir.Size = new System.Drawing.Size(100, 30);
this.radioButton_MediaOneAir.TabIndex = 0;
this.radioButton_MediaOneAir.TabStop = true;
this.radioButton_MediaOneAir.Text = "Воздух";
this.radioButton_MediaOneAir.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.radioButton_MediaOneAir.UseVisualStyleBackColor = true;
//
// groupBox_MediaTwo
//
this.groupBox_MediaTwo.BackColor = System.Drawing.Color.Transparent;
this.groupBox_MediaTwo.Controls.Add(this.radioButton_MediaTwoGlass);
this.groupBox_MediaTwo.Controls.Add(this.radioButton_MediaTwoOil);
this.groupBox_MediaTwo.Controls.Add(this.radioButton_MediaTwoWater);
this.groupBox_MediaTwo.Controls.Add(this.radioButton_MediaTwoAir);
this.groupBox_MediaTwo.Location = new System.Drawing.Point(809, 168);
this.groupBox_MediaTwo.Name = "groupBox_MediaTwo";
this.groupBox_MediaTwo.Size = new System.Drawing.Size(248, 150);
this.groupBox_MediaTwo.TabIndex = 1;
this.groupBox_MediaTwo.TabStop = false;
this.groupBox_MediaTwo.Text = "Выбор второй среды";
//
// radioButton_MediaTwoGlass
//
this.radioButton_MediaTwoGlass.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.radioButton_MediaTwoGlass.Location = new System.Drawing.Point(170, 90);
this.radioButton_MediaTwoGlass.Name = "radioButton_MediaTwoGlass";
this.radioButton_MediaTwoGlass.Size = new System.Drawing.Size(100, 25);
this.radioButton_MediaTwoGlass.TabIndex = 7;
this.radioButton_MediaTwoGlass.Text = "Стекло";
this.radioButton_MediaTwoGlass.UseVisualStyleBackColor = true;
//
// radioButton_MediaTwoOil
//
this.radioButton_MediaTwoOil.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.radioButton_MediaTwoOil.Location = new System.Drawing.Point(170, 30);
this.radioButton_MediaTwoOil.Name = "radioButton_MediaTwoOil";
this.radioButton_MediaTwoOil.Size = new System.Drawing.Size(100, 25);
this.radioButton_MediaTwoOil.TabIndex = 6;
this.radioButton_MediaTwoOil.Text = "Масло";
this.radioButton_MediaTwoOil.UseVisualStyleBackColor = true;
//
// radioButton_MediaTwoWater
//
this.radioButton_MediaTwoWater.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.radioButton_MediaTwoWater.Location = new System.Drawing.Point(30, 90);
this.radioButton_MediaTwoWater.Name = "radioButton_MediaTwoWater";
this.radioButton_MediaTwoWater.Size = new System.Drawing.Size(100, 30);
this.radioButton_MediaTwoWater.TabIndex = 5;
this.radioButton_MediaTwoWater.Text = "Вода";
this.radioButton_MediaTwoWater.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.radioButton_MediaTwoWater.UseVisualStyleBackColor = true;
//
// radioButton_MediaTwoAir
//
this.radioButton_MediaTwoAir.Checked = true;
this.radioButton_MediaTwoAir.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.radioButton_MediaTwoAir.Location = new System.Drawing.Point(30, 30);
this.radioButton_MediaTwoAir.Name = "radioButton_MediaTwoAir";
this.radioButton_MediaTwoAir.Size = new System.Drawing.Size(100, 30);
this.radioButton_MediaTwoAir.TabIndex = 4;
this.radioButton_MediaTwoAir.TabStop = true;
this.radioButton_MediaTwoAir.Text = "Воздух";
this.radioButton_MediaTwoAir.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.radioButton_MediaTwoAir.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.textBox_AngleOfRefraction);
this.panel1.Location = new System.Drawing.Point(103, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(700, 500);
this.panel1.TabIndex = 3;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// textBox_AngleOfRefraction
//
this.textBox_AngleOfRefraction.BackColor = System.Drawing.SystemColors.Control;
this.textBox_AngleOfRefraction.Location = new System.Drawing.Point(574, 465);
this.textBox_AngleOfRefraction.Name = "textBox_AngleOfRefraction";
this.textBox_AngleOfRefraction.Size = new System.Drawing.Size(56, 20);
this.textBox_AngleOfRefraction.TabIndex = 8;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 534);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(86, 13);
this.label1.TabIndex = 5;
this.label1.Text = "Угол падения =";
//
// numericUpDown_SinAlpha
//
this.numericUpDown_SinAlpha.BackColor = System.Drawing.SystemColors.Control;
this.numericUpDown_SinAlpha.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.numericUpDown_SinAlpha.Location = new System.Drawing.Point(103, 535);
this.numericUpDown_SinAlpha.Maximum = new decimal(new int[] {
90,
0,
0,
0});
this.numericUpDown_SinAlpha.Name = "numericUpDown_SinAlpha";
this.numericUpDown_SinAlpha.Size = new System.Drawing.Size(45, 16);
this.numericUpDown_SinAlpha.TabIndex = 6;
this.numericUpDown_SinAlpha.Value = new decimal(new int[] {
45,
0,
0,
0});
this.numericUpDown_SinAlpha.ValueChanged += new System.EventHandler(this.numericUpDown_SinAlpha_ValueChanged);
//
// trackBar1
//
this.trackBar1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.trackBar1.Location = new System.Drawing.Point(25, 12);
this.trackBar1.Maximum = 90;
this.trackBar1.Name = "trackBar1";
this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar1.Size = new System.Drawing.Size(45, 500);
this.trackBar1.TabIndex = 7;
this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
this.trackBar1.Value = 45;
this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
//
// buttonExit
//
this.buttonExit.BackColor = System.Drawing.Color.Red;
this.buttonExit.FlatAppearance.BorderSize = 0;
this.buttonExit.Font = new System.Drawing.Font("Microsoft YaHei UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonExit.Location = new System.Drawing.Point(839, 454);
this.buttonExit.Name = "buttonExit";
this.buttonExit.Size = new System.Drawing.Size(100, 60);
this.buttonExit.TabIndex = 8;
this.buttonExit.Text = "Выход";
this.buttonExit.UseVisualStyleBackColor = false;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
//
// WorkForm
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1073, 584);
this.Controls.Add(this.buttonExit);
this.Controls.Add(this.trackBar1);
this.Controls.Add(this.numericUpDown_SinAlpha);
this.Controls.Add(this.label1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.groupBox_MediaTwo);
this.Controls.Add(this.groupBox_MediaOne);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "WorkForm";
this.Text = "Преломление света";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RefractionForm_FormClosed);
this.groupBox_MediaOne.ResumeLayout(false);
this.groupBox_MediaTwo.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SinAlpha)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox_MediaOne;
private System.Windows.Forms.RadioButton radioButton_MediaOneGlass;
private System.Windows.Forms.RadioButton radioButton_MediaOneOil;
private System.Windows.Forms.RadioButton radioButton_MediaOneWater;
private System.Windows.Forms.RadioButton radioButton_MediaOneAir;
private System.Windows.Forms.GroupBox groupBox_MediaTwo;
private System.Windows.Forms.RadioButton radioButton_MediaTwoGlass;
private System.Windows.Forms.RadioButton radioButton_MediaTwoOil;
private System.Windows.Forms.RadioButton radioButton_MediaTwoWater;
private System.Windows.Forms.RadioButton radioButton_MediaTwoAir;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown numericUpDown_SinAlpha;
private System.Windows.Forms.TrackBar trackBar1;
private System.Windows.Forms.TextBox textBox_AngleOfRefraction;
private System.Windows.Forms.Button buttonExit;
}
}