|
@@ -23,33 +23,34 @@ Partial Class 網段
|
23
|
23
|
<System.Diagnostics.DebuggerStepThrough()> _
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
25
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(網段))
|
26
|
|
- Me.Yes_bt = New System.Windows.Forms.Button()
|
27
|
|
- Me.No_bt = New System.Windows.Forms.Button()
|
|
26
|
+ Me.內網_bt = New System.Windows.Forms.Button()
|
|
27
|
+ Me.測試_bt = New System.Windows.Forms.Button()
|
28
|
28
|
Me.Version = New System.Windows.Forms.Label()
|
29
|
29
|
Me.Copyright = New System.Windows.Forms.Label()
|
30
|
30
|
Me.Label5 = New System.Windows.Forms.Label()
|
31
|
31
|
Me.Label6 = New System.Windows.Forms.Label()
|
32
|
32
|
Me.Label8 = New System.Windows.Forms.Label()
|
33
|
33
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
34
|
+ Me.外網_bt = New System.Windows.Forms.Button()
|
34
|
35
|
Me.SuspendLayout()
|
35
|
36
|
'
|
36
|
|
- 'Yes_bt
|
|
37
|
+ '內網_bt
|
37
|
38
|
'
|
38
|
|
- Me.Yes_bt.Location = New System.Drawing.Point(275, 247)
|
39
|
|
- Me.Yes_bt.Name = "Yes_bt"
|
40
|
|
- Me.Yes_bt.Size = New System.Drawing.Size(75, 34)
|
41
|
|
- Me.Yes_bt.TabIndex = 652
|
42
|
|
- Me.Yes_bt.Text = "Yes"
|
43
|
|
- Me.Yes_bt.UseVisualStyleBackColor = True
|
|
39
|
+ Me.內網_bt.Location = New System.Drawing.Point(341, 247)
|
|
40
|
+ Me.內網_bt.Name = "內網_bt"
|
|
41
|
+ Me.內網_bt.Size = New System.Drawing.Size(75, 34)
|
|
42
|
+ Me.內網_bt.TabIndex = 652
|
|
43
|
+ Me.內網_bt.Text = "內網"
|
|
44
|
+ Me.內網_bt.UseVisualStyleBackColor = True
|
44
|
45
|
'
|
45
|
|
- 'No_bt
|
|
46
|
+ '測試_bt
|
46
|
47
|
'
|
47
|
|
- Me.No_bt.Location = New System.Drawing.Point(417, 247)
|
48
|
|
- Me.No_bt.Name = "No_bt"
|
49
|
|
- Me.No_bt.Size = New System.Drawing.Size(75, 34)
|
50
|
|
- Me.No_bt.TabIndex = 653
|
51
|
|
- Me.No_bt.Text = "No"
|
52
|
|
- Me.No_bt.UseVisualStyleBackColor = True
|
|
48
|
+ Me.測試_bt.Location = New System.Drawing.Point(417, 247)
|
|
49
|
+ Me.測試_bt.Name = "測試_bt"
|
|
50
|
+ Me.測試_bt.Size = New System.Drawing.Size(75, 34)
|
|
51
|
+ Me.測試_bt.TabIndex = 653
|
|
52
|
+ Me.測試_bt.Text = "測試"
|
|
53
|
+ Me.測試_bt.UseVisualStyleBackColor = True
|
53
|
54
|
'
|
54
|
55
|
'Version
|
55
|
56
|
'
|
|
@@ -120,20 +121,30 @@ Partial Class 網段
|
120
|
121
|
Me.Label1.TabIndex = 660
|
121
|
122
|
Me.Label1.Text = "MAO-ORANGE" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " ERP-SYS"
|
122
|
123
|
'
|
|
124
|
+ '外網_bt
|
|
125
|
+ '
|
|
126
|
+ Me.外網_bt.Location = New System.Drawing.Point(265, 247)
|
|
127
|
+ Me.外網_bt.Name = "外網_bt"
|
|
128
|
+ Me.外網_bt.Size = New System.Drawing.Size(75, 34)
|
|
129
|
+ Me.外網_bt.TabIndex = 661
|
|
130
|
+ Me.外網_bt.Text = "外網"
|
|
131
|
+ Me.外網_bt.UseVisualStyleBackColor = True
|
|
132
|
+ '
|
123
|
133
|
'網段
|
124
|
134
|
'
|
125
|
135
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
126
|
136
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
127
|
137
|
Me.BackgroundImage = Global.MaoOrange_Hongji.My.Resources.Resources.timg01
|
128
|
138
|
Me.ClientSize = New System.Drawing.Size(504, 293)
|
|
139
|
+ Me.Controls.Add(Me.外網_bt)
|
129
|
140
|
Me.Controls.Add(Me.Label1)
|
130
|
141
|
Me.Controls.Add(Me.Label8)
|
131
|
142
|
Me.Controls.Add(Me.Label6)
|
132
|
143
|
Me.Controls.Add(Me.Label5)
|
133
|
144
|
Me.Controls.Add(Me.Version)
|
134
|
145
|
Me.Controls.Add(Me.Copyright)
|
135
|
|
- Me.Controls.Add(Me.No_bt)
|
136
|
|
- Me.Controls.Add(Me.Yes_bt)
|
|
146
|
+ Me.Controls.Add(Me.測試_bt)
|
|
147
|
+ Me.Controls.Add(Me.內網_bt)
|
137
|
148
|
Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
138
|
149
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
139
|
150
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
@@ -144,12 +155,13 @@ Partial Class 網段
|
144
|
155
|
Me.ResumeLayout(False)
|
145
|
156
|
|
146
|
157
|
End Sub
|
147
|
|
- Friend WithEvents Yes_bt As Button
|
148
|
|
- Friend WithEvents No_bt As Button
|
|
158
|
+ Friend WithEvents 內網_bt As Button
|
|
159
|
+ Friend WithEvents 測試_bt As Button
|
149
|
160
|
Friend WithEvents Version As Label
|
150
|
161
|
Friend WithEvents Copyright As Label
|
151
|
162
|
Friend WithEvents Label5 As Label
|
152
|
163
|
Friend WithEvents Label6 As Label
|
153
|
164
|
Friend WithEvents Label8 As Label
|
154
|
165
|
Friend WithEvents Label1 As Label
|
|
166
|
+ Friend WithEvents 外網_bt As Button
|
155
|
167
|
End Class
|