-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCourseView.Designer.cs
126 lines (121 loc) · 5.64 KB
/
CourseView.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
namespace Coders_Space
{
partial class CourseView
{
/// <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()
{
components = new System.ComponentModel.Container();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges3 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges4 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges1 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges2 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CourseView));
guna2Elipse1 = new Guna.UI2.WinForms.Guna2Elipse(components);
guna2Panel1 = new Guna.UI2.WinForms.Guna2Panel();
guna2HtmlLabel2 = new Guna.UI2.WinForms.Guna2HtmlLabel();
guna2Button1 = new Guna.UI2.WinForms.Guna2Button();
webView21 = new Microsoft.Web.WebView2.WinForms.WebView2();
guna2Panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)webView21).BeginInit();
SuspendLayout();
//
// guna2Elipse1
//
guna2Elipse1.TargetControl = this;
//
// guna2Panel1
//
guna2Panel1.Controls.Add(guna2HtmlLabel2);
guna2Panel1.Controls.Add(guna2Button1);
guna2Panel1.CustomizableEdges = customizableEdges3;
guna2Panel1.Location = new Point(0, 0);
guna2Panel1.Name = "guna2Panel1";
guna2Panel1.ShadowDecoration.CustomizableEdges = customizableEdges4;
guna2Panel1.Size = new Size(1191, 29);
guna2Panel1.TabIndex = 28;
//
// guna2HtmlLabel2
//
guna2HtmlLabel2.BackColor = Color.Transparent;
guna2HtmlLabel2.Font = new Font("Times New Roman", 12F, FontStyle.Bold | FontStyle.Italic, GraphicsUnit.Point);
guna2HtmlLabel2.ForeColor = Color.FromArgb(0, 64, 221);
guna2HtmlLabel2.Location = new Point(13, 5);
guna2HtmlLabel2.Name = "guna2HtmlLabel2";
guna2HtmlLabel2.Size = new Size(96, 21);
guna2HtmlLabel2.TabIndex = 1;
guna2HtmlLabel2.Text = "Coder's Space";
//
// guna2Button1
//
guna2Button1.CustomizableEdges = customizableEdges1;
guna2Button1.DisabledState.BorderColor = Color.DarkGray;
guna2Button1.DisabledState.CustomBorderColor = Color.DarkGray;
guna2Button1.DisabledState.FillColor = Color.FromArgb(169, 169, 169);
guna2Button1.DisabledState.ForeColor = Color.FromArgb(141, 141, 141);
guna2Button1.FillColor = Color.Transparent;
guna2Button1.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
guna2Button1.ForeColor = Color.White;
guna2Button1.Image = Properties.Resources.Close;
guna2Button1.Location = new Point(1153, 3);
guna2Button1.Name = "guna2Button1";
guna2Button1.ShadowDecoration.CustomizableEdges = customizableEdges2;
guna2Button1.Size = new Size(27, 23);
guna2Button1.TabIndex = 0;
//
// webView21
//
webView21.AllowExternalDrop = true;
webView21.CreationProperties = null;
webView21.DefaultBackgroundColor = Color.White;
webView21.Location = new Point(12, 32);
webView21.Name = "webView21";
webView21.Size = new Size(1168, 627);
webView21.TabIndex = 29;
webView21.ZoomFactor = 1D;
//
// CourseView
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1192, 671);
Controls.Add(webView21);
Controls.Add(guna2Panel1);
FormBorderStyle = FormBorderStyle.None;
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "CourseView";
StartPosition = FormStartPosition.CenterScreen;
Text = "CourseView";
guna2Panel1.ResumeLayout(false);
guna2Panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)webView21).EndInit();
ResumeLayout(false);
}
#endregion
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse1;
private Microsoft.Web.WebView2.WinForms.WebView2 webView21;
private Guna.UI2.WinForms.Guna2Panel guna2Panel1;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel2;
private Guna.UI2.WinForms.Guna2Button guna2Button1;
}
}