<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class 住所データ更新
Inherits System.Windows.Forms.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 フォーム デザイナーで必要です。
Private components As System.ComponentModel.IContainer

'メモ: 以下のプロシージャは Windows フォーム デザイナーで必要です。
'Windows フォーム デザイナーを使用して変更できます。
'コード エディターを使って変更しないでください。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(住所データ更新))
Me.cmd_更新 = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.cmd_終了 = New System.Windows.Forms.Button()
Me.ProgressBar2 = New System.Windows.Forms.ProgressBar()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'cmd_更新
'
Me.cmd_更新.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer))
Me.cmd_更新.Font = New System.Drawing.Font("MS UI Gothic", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(128, Byte))
Me.cmd_更新.Location = New System.Drawing.Point(168, 25)
Me.cmd_更新.Name = "cmd_更新"
Me.cmd_更新.Size = New System.Drawing.Size(67, 30)
Me.cmd_更新.TabIndex = 1
Me.cmd_更新.Text = "更新"
Me.cmd_更新.UseVisualStyleBackColor = False
'
'Label1
'
Me.Label1.AutoEllipsis = True
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(27, 68)
Me.Label1.MinimumSize = New System.Drawing.Size(200, 60)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(241, 60)
Me.Label1.TabIndex = 4
Me.Label1.Text = "WEBサイトにリンクして、データを取り込んでいます。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "リンク先の変更があると動作しません。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "その時は下記のダウンロード元を訂正してください。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "処理に時間が掛" & _
"かります。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "余裕のある時に更新してください。"
'
'cmd_終了
'
Me.cmd_終了.Location = New System.Drawing.Point(307, 146)
Me.cmd_終了.Name = "cmd_終了"
Me.cmd_終了.Size = New System.Drawing.Size(56, 23)
Me.cmd_終了.TabIndex = 16
Me.cmd_終了.Text = "終了"
Me.cmd_終了.UseVisualStyleBackColor = True
'
'ProgressBar2
'
Me.ProgressBar2.Location = New System.Drawing.Point(29, 117)
Me.ProgressBar2.Name = "ProgressBar2"
Me.ProgressBar2.Size = New System.Drawing.Size(334, 23)
Me.ProgressBar2.TabIndex = 18
Me.ProgressBar2.Visible = False
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(29, 175)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(334, 19)
Me.TextBox1.TabIndex = 19
Me.TextBox1.Text = "http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(29, 215)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(334, 19)
Me.TextBox2.TabIndex = 20
Me.TextBox2.Text = "http://www.post.japanpost.jp/zipcode/dl/roman/ken_all_rome.zip"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(14, 161)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(119, 12)
Me.Label2.TabIndex = 21
Me.Label2.Text = "カナデータダウンロード元"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(14, 201)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(140, 12)
Me.Label3.TabIndex = 22
Me.Label3.Text = "ローマ字データダウンロード元"
'
'住所データ更新
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(398, 247)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.ProgressBar2)
Me.Controls.Add(Me.cmd_終了)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.cmd_更新)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "住所データ更新"
Me.Text = "住所データ更新"
Me.ResumeLayout(False)
Me.PerformLayout()

End Sub
Friend WithEvents cmd_更新 As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents cmd_終了 As System.Windows.Forms.Button
Friend WithEvents ProgressBar2 As System.Windows.Forms.ProgressBar
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
End Class