frmScrapeImages.Designer.vb
上传用户:szledliu
上传日期:2021-01-29
资源大小:13805k
文件大小:8k
源码类别:

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmScrapeImages
  3.     Inherits System.Windows.Forms.Form
  4.     'Form overrides dispose to clean up the component list.
  5.     <System.Diagnostics.DebuggerNonUserCode()> _
  6.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7.         If disposing AndAlso components IsNot Nothing Then
  8.             components.Dispose()
  9.         End If
  10.         MyBase.Dispose(disposing)
  11.     End Sub
  12.     'Required by the Windows Form Designer
  13.     Private components As System.ComponentModel.IContainer
  14.     'NOTE: The following procedure is required by the Windows Form Designer
  15.     'It can be modified using the Windows Form Designer.  
  16.     'Do not modify it using the code editor.
  17.     <System.Diagnostics.DebuggerStepThrough()> _
  18.     Private Sub InitializeComponent()
  19.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmScrapeImages))
  20.         Me.btnStart = New System.Windows.Forms.Button
  21.         Me.btnCancel = New System.Windows.Forms.Button
  22.         Me.pBar = New System.Windows.Forms.ProgressBar
  23.         Me.PictureBox1 = New System.Windows.Forms.PictureBox
  24.         Me.txtPath = New System.Windows.Forms.TextBox
  25.         Me.Label1 = New System.Windows.Forms.Label
  26.         Me.btnPath = New System.Windows.Forms.Button
  27.         Me.Label2 = New System.Windows.Forms.Label
  28.         Me.lblStatus = New System.Windows.Forms.Label
  29.         Me.Panel1 = New System.Windows.Forms.Panel
  30.         Me.chkOpen = New System.Windows.Forms.CheckBox
  31.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  32.         Me.Panel1.SuspendLayout()
  33.         Me.SuspendLayout()
  34.         '
  35.         'btnStart
  36.         '
  37.         Me.btnStart.Location = New System.Drawing.Point(376, 139)
  38.         Me.btnStart.Name = "btnStart"
  39.         Me.btnStart.Size = New System.Drawing.Size(75, 23)
  40.         Me.btnStart.TabIndex = 0
  41.         Me.btnStart.Text = "下载"
  42.         Me.btnStart.UseVisualStyleBackColor = True
  43.         '
  44.         'btnCancel
  45.         '
  46.         Me.btnCancel.Location = New System.Drawing.Point(295, 139)
  47.         Me.btnCancel.Name = "btnCancel"
  48.         Me.btnCancel.Size = New System.Drawing.Size(75, 23)
  49.         Me.btnCancel.TabIndex = 1
  50.         Me.btnCancel.Text = "取消"
  51.         Me.btnCancel.UseVisualStyleBackColor = True
  52.         '
  53.         'pBar
  54.         '
  55.         Me.pBar.Location = New System.Drawing.Point(11, 115)
  56.         Me.pBar.Name = "pBar"
  57.         Me.pBar.Size = New System.Drawing.Size(440, 18)
  58.         Me.pBar.TabIndex = 2
  59.         Me.pBar.Visible = False
  60.         '
  61.         'PictureBox1
  62.         '
  63.         Me.PictureBox1.Image = Global.Ie7Clone.My.Resources.Resources.Download_2
  64.         Me.PictureBox1.Location = New System.Drawing.Point(14, 32)
  65.         Me.PictureBox1.Name = "PictureBox1"
  66.         Me.PictureBox1.Size = New System.Drawing.Size(72, 72)
  67.         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
  68.         Me.PictureBox1.TabIndex = 3
  69.         Me.PictureBox1.TabStop = False
  70.         '
  71.         'txtPath
  72.         '
  73.         Me.txtPath.Location = New System.Drawing.Point(137, 34)
  74.         Me.txtPath.Name = "txtPath"
  75.         Me.txtPath.Size = New System.Drawing.Size(276, 21)
  76.         Me.txtPath.TabIndex = 4
  77.         '
  78.         'Label1
  79.         '
  80.         Me.Label1.Location = New System.Drawing.Point(89, 37)
  81.         Me.Label1.Name = "Label1"
  82.         Me.Label1.Size = New System.Drawing.Size(53, 18)
  83.         Me.Label1.TabIndex = 5
  84.         Me.Label1.Text = "保存到:"
  85.         '
  86.         'btnPath
  87.         '
  88.         Me.btnPath.Location = New System.Drawing.Point(419, 32)
  89.         Me.btnPath.Name = "btnPath"
  90.         Me.btnPath.Size = New System.Drawing.Size(32, 23)
  91.         Me.btnPath.TabIndex = 6
  92.         Me.btnPath.Text = "..."
  93.         Me.btnPath.UseVisualStyleBackColor = True
  94.         '
  95.         'Label2
  96.         '
  97.         Me.Label2.BackColor = System.Drawing.Color.RoyalBlue
  98.         Me.Label2.Dock = System.Windows.Forms.DockStyle.Top
  99.         Me.Label2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  100.         Me.Label2.ForeColor = System.Drawing.Color.White
  101.         Me.Label2.Location = New System.Drawing.Point(5, 5)
  102.         Me.Label2.Name = "Label2"
  103.         Me.Label2.Size = New System.Drawing.Size(449, 17)
  104.         Me.Label2.TabIndex = 7
  105.         Me.Label2.Text = "图片下载信息"
  106.         Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  107.         '
  108.         'lblStatus
  109.         '
  110.         Me.lblStatus.Location = New System.Drawing.Point(92, 65)
  111.         Me.lblStatus.Name = "lblStatus"
  112.         Me.lblStatus.Size = New System.Drawing.Size(359, 39)
  113.         Me.lblStatus.TabIndex = 8
  114.         '
  115.         'Panel1
  116.         '
  117.         Me.Panel1.BackColor = System.Drawing.Color.White
  118.         Me.Panel1.Controls.Add(Me.txtPath)
  119.         Me.Panel1.Controls.Add(Me.chkOpen)
  120.         Me.Panel1.Controls.Add(Me.pBar)
  121.         Me.Panel1.Controls.Add(Me.lblStatus)
  122.         Me.Panel1.Controls.Add(Me.btnStart)
  123.         Me.Panel1.Controls.Add(Me.Label2)
  124.         Me.Panel1.Controls.Add(Me.btnCancel)
  125.         Me.Panel1.Controls.Add(Me.btnPath)
  126.         Me.Panel1.Controls.Add(Me.PictureBox1)
  127.         Me.Panel1.Controls.Add(Me.Label1)
  128.         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  129.         Me.Panel1.Location = New System.Drawing.Point(10, 10)
  130.         Me.Panel1.Name = "Panel1"
  131.         Me.Panel1.Padding = New System.Windows.Forms.Padding(5)
  132.         Me.Panel1.Size = New System.Drawing.Size(459, 175)
  133.         Me.Panel1.TabIndex = 9
  134.         '
  135.         'chkOpen
  136.         '
  137.         Me.chkOpen.Location = New System.Drawing.Point(11, 143)
  138.         Me.chkOpen.Name = "chkOpen"
  139.         Me.chkOpen.Size = New System.Drawing.Size(278, 19)
  140.         Me.chkOpen.TabIndex = 9
  141.         Me.chkOpen.Text = "Open save directory when complete."
  142.         Me.chkOpen.UseVisualStyleBackColor = True
  143.         '
  144.         'frmScrapeImages
  145.         '
  146.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  147.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  148.         Me.BackColor = System.Drawing.Color.CornflowerBlue
  149.         Me.ClientSize = New System.Drawing.Size(479, 195)
  150.         Me.Controls.Add(Me.Panel1)
  151.         Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  152.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  153.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  154.         Me.MaximizeBox = False
  155.         Me.MinimizeBox = False
  156.         Me.Name = "frmScrapeImages"
  157.         Me.Padding = New System.Windows.Forms.Padding(10)
  158.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  159.         Me.Text = "Images Grabber"
  160.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  161.         Me.Panel1.ResumeLayout(False)
  162.         Me.Panel1.PerformLayout()
  163.         Me.ResumeLayout(False)
  164.     End Sub
  165.     Friend WithEvents btnStart As System.Windows.Forms.Button
  166.     Friend WithEvents btnCancel As System.Windows.Forms.Button
  167.     Friend WithEvents pBar As System.Windows.Forms.ProgressBar
  168.     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  169.     Friend WithEvents txtPath As System.Windows.Forms.TextBox
  170.     Friend WithEvents Label1 As System.Windows.Forms.Label
  171.     Friend WithEvents btnPath As System.Windows.Forms.Button
  172.     Friend WithEvents Label2 As System.Windows.Forms.Label
  173.     Friend WithEvents lblStatus As System.Windows.Forms.Label
  174.     Friend WithEvents Panel1 As System.Windows.Forms.Panel
  175.     Friend WithEvents chkOpen As System.Windows.Forms.CheckBox
  176. End Class