|
@@ -29,8 +29,9 @@ Partial Class 網段
|
29
|
29
|
Me.Label5 = New System.Windows.Forms.Label()
|
30
|
30
|
Me.Version = New System.Windows.Forms.Label()
|
31
|
31
|
Me.Copyright = New System.Windows.Forms.Label()
|
32
|
|
- Me.Button2 = New System.Windows.Forms.Button()
|
33
|
|
- Me.Button1 = New System.Windows.Forms.Button()
|
|
32
|
+ Me.設計_bt = New System.Windows.Forms.Button()
|
|
33
|
+ Me.內網_bt = New System.Windows.Forms.Button()
|
|
34
|
+ Me.外網_bt = New System.Windows.Forms.Button()
|
34
|
35
|
Me.SuspendLayout()
|
35
|
36
|
'
|
36
|
37
|
'Label1
|
|
@@ -102,23 +103,32 @@ Partial Class 網段
|
102
|
103
|
Me.Copyright.TabIndex = 673
|
103
|
104
|
Me.Copyright.Text = "著作權"
|
104
|
105
|
'
|
105
|
|
- 'Button2
|
|
106
|
+ '設計_bt
|
106
|
107
|
'
|
107
|
|
- Me.Button2.Location = New System.Drawing.Point(401, 237)
|
108
|
|
- Me.Button2.Name = "Button2"
|
109
|
|
- Me.Button2.Size = New System.Drawing.Size(75, 34)
|
110
|
|
- Me.Button2.TabIndex = 671
|
111
|
|
- Me.Button2.Text = "No"
|
112
|
|
- Me.Button2.UseVisualStyleBackColor = True
|
|
108
|
+ Me.設計_bt.Location = New System.Drawing.Point(401, 237)
|
|
109
|
+ Me.設計_bt.Name = "設計_bt"
|
|
110
|
+ Me.設計_bt.Size = New System.Drawing.Size(75, 34)
|
|
111
|
+ Me.設計_bt.TabIndex = 671
|
|
112
|
+ Me.設計_bt.Text = "設計"
|
|
113
|
+ Me.設計_bt.UseVisualStyleBackColor = True
|
113
|
114
|
'
|
114
|
|
- 'Button1
|
|
115
|
+ '內網_bt
|
115
|
116
|
'
|
116
|
|
- Me.Button1.Location = New System.Drawing.Point(320, 237)
|
117
|
|
- Me.Button1.Name = "Button1"
|
118
|
|
- Me.Button1.Size = New System.Drawing.Size(75, 34)
|
119
|
|
- Me.Button1.TabIndex = 670
|
120
|
|
- Me.Button1.Text = "Yes"
|
121
|
|
- Me.Button1.UseVisualStyleBackColor = True
|
|
117
|
+ Me.內網_bt.Location = New System.Drawing.Point(320, 237)
|
|
118
|
+ Me.內網_bt.Name = "內網_bt"
|
|
119
|
+ Me.內網_bt.Size = New System.Drawing.Size(75, 34)
|
|
120
|
+ Me.內網_bt.TabIndex = 670
|
|
121
|
+ Me.內網_bt.Text = "內網"
|
|
122
|
+ Me.內網_bt.UseVisualStyleBackColor = True
|
|
123
|
+ '
|
|
124
|
+ '外網_bt
|
|
125
|
+ '
|
|
126
|
+ Me.外網_bt.Location = New System.Drawing.Point(239, 237)
|
|
127
|
+ Me.外網_bt.Name = "外網_bt"
|
|
128
|
+ Me.外網_bt.Size = New System.Drawing.Size(75, 34)
|
|
129
|
+ Me.外網_bt.TabIndex = 678
|
|
130
|
+ Me.外網_bt.Text = "外網"
|
|
131
|
+ Me.外網_bt.UseVisualStyleBackColor = True
|
122
|
132
|
'
|
123
|
133
|
'網段
|
124
|
134
|
'
|
|
@@ -127,13 +137,14 @@ Partial Class 網段
|
127
|
137
|
Me.BackgroundImage = Global.工巧明智能管理系統.My.Resources.Resources._002
|
128
|
138
|
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
129
|
139
|
Me.ClientSize = New System.Drawing.Size(488, 283)
|
|
140
|
+ Me.Controls.Add(Me.外網_bt)
|
130
|
141
|
Me.Controls.Add(Me.Label1)
|
131
|
142
|
Me.Controls.Add(Me.Label8)
|
132
|
143
|
Me.Controls.Add(Me.Label6)
|
133
|
144
|
Me.Controls.Add(Me.Label5)
|
134
|
145
|
Me.Controls.Add(Me.Copyright)
|
135
|
|
- Me.Controls.Add(Me.Button2)
|
136
|
|
- Me.Controls.Add(Me.Button1)
|
|
146
|
+ Me.Controls.Add(Me.設計_bt)
|
|
147
|
+ Me.Controls.Add(Me.內網_bt)
|
137
|
148
|
Me.Controls.Add(Me.Version)
|
138
|
149
|
Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
139
|
150
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
@@ -152,6 +163,7 @@ Partial Class 網段
|
152
|
163
|
Friend WithEvents Label5 As Label
|
153
|
164
|
Friend WithEvents Version As Label
|
154
|
165
|
Friend WithEvents Copyright As Label
|
155
|
|
- Friend WithEvents Button2 As Button
|
156
|
|
- Friend WithEvents Button1 As Button
|
|
166
|
+ Friend WithEvents 設計_bt As Button
|
|
167
|
+ Friend WithEvents 內網_bt As Button
|
|
168
|
+ Friend WithEvents 外網_bt As Button
|
157
|
169
|
End Class
|