-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm1.Designer.vb
More file actions
160 lines (155 loc) · 6.7 KB
/
Form1.Designer.vb
File metadata and controls
160 lines (155 loc) · 6.7 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Windows Form 디자이너에 필요합니다.
Private components As System.ComponentModel.IContainer
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
'수정하려면 Windows Form 디자이너를 사용하십시오.
'코드 편집기에서는 수정하지 마세요.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.TextBox_StuNo = New System.Windows.Forms.TextBox()
Me.TextBox_StuName = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Check_cam = New System.Windows.Forms.CheckBox()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TextBox_StuNo
'
Me.TextBox_StuNo.Location = New System.Drawing.Point(32, 35)
Me.TextBox_StuNo.Name = "TextBox_StuNo"
Me.TextBox_StuNo.Size = New System.Drawing.Size(143, 21)
Me.TextBox_StuNo.TabIndex = 0
'
'TextBox_StuName
'
Me.TextBox_StuName.Location = New System.Drawing.Point(32, 62)
Me.TextBox_StuName.Name = "TextBox_StuName"
Me.TextBox_StuName.Size = New System.Drawing.Size(143, 21)
Me.TextBox_StuName.TabIndex = 1
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(-3, 44)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(29, 12)
Me.Label1.TabIndex = 2
Me.Label1.Text = "학번"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(-3, 71)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(29, 12)
Me.Label2.TabIndex = 3
Me.Label2.Text = "이름"
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("맑은 고딕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Button1.Location = New System.Drawing.Point(181, 35)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(135, 48)
Me.Button1.TabIndex = 4
Me.Button1.Text = "시험시작"
Me.Button1.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("맑은 고딕", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label3.ForeColor = System.Drawing.Color.Red
Me.Label3.Location = New System.Drawing.Point(27, 86)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(211, 15)
Me.Label3.TabIndex = 5
Me.Label3.Text = "본 프로그램을 시험 중 계속 켜 두시오"
'
'Label4
'
Me.Label4.BackColor = System.Drawing.Color.Red
Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.Label4.Cursor = System.Windows.Forms.Cursors.Arrow
Me.Label4.Font = New System.Drawing.Font("맑은 고딕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label4.ForeColor = System.Drawing.Color.White
Me.Label4.Location = New System.Drawing.Point(-1, 0)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(317, 32)
Me.Label4.TabIndex = 6
Me.Label4.Text = "OFF"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'PictureBox1
'
Me.PictureBox1.BackgroundImage = CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image)
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.PictureBox1.Location = New System.Drawing.Point(-1, 104)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(317, 153)
Me.PictureBox1.TabIndex = 8
Me.PictureBox1.TabStop = False
'
'Check_cam
'
Me.Check_cam.AutoSize = True
Me.Check_cam.Enabled = False
Me.Check_cam.Location = New System.Drawing.Point(263, 87)
Me.Check_cam.Name = "Check_cam"
Me.Check_cam.Size = New System.Drawing.Size(49, 16)
Me.Check_cam.TabIndex = 9
Me.Check_cam.Text = "cam"
Me.Check_cam.UseVisualStyleBackColor = True
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(321, 256)
Me.Controls.Add(Me.Check_cam)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.TextBox_StuName)
Me.Controls.Add(Me.TextBox_StuNo)
Me.Controls.Add(Me.PictureBox1)
Me.DoubleBuffered = True
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "Form1"
Me.Text = "PC 시험환경 모니터링"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TextBox_StuNo As TextBox
Friend WithEvents TextBox_StuName As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Button1 As Button
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Check_cam As CheckBox
End Class