object FormGetPic: TFormGetPic
  Left = 697
  Top = 183
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #33719#21462#22270#29255
  ClientHeight = 449
  ClientWidth = 670
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Image2: TImage
    Left = 464
    Top = 8
    Width = 160
    Height = 120
  end
  object SpeedButton1: TSpeedButton
    Left = 500
    Top = 334
    Width = 80
    Height = 22
    Caption = #25171#24320#22270#29255'...'
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 500
    Top = 380
    Width = 80
    Height = 22
    Caption = #30830#23450
    Enabled = False
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 500
    Top = 426
    Width = 80
    Height = 22
    Caption = #25918#24323
    OnClick = SpeedButton3Click
  end
  object SpeedButton4: TSpeedButton
    Left = 500
    Top = 358
    Width = 80
    Height = 22
    Caption = #22270#29255#21478#23384'...'
    OnClick = SpeedButton4Click
  end
  object SpeedButton5: TSpeedButton
    Left = 500
    Top = 404
    Width = 80
    Height = 22
    Caption = #21024#38500
    OnClick = SpeedButton5Click
  end
  object ScrollBox1: TScrollBox
    Left = 5
    Top = 5
    Width = 300
    Height = 400
    HorzScrollBar.Visible = False
    VertScrollBar.Visible = False
    TabOrder = 0
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 296
      Height = 396
      Cursor = crSizeAll
      Align = alClient
      Center = True
      IncrementalDisplay = True
      Stretch = True
      OnMouseDown = Image1MouseDown
      OnMouseMove = Image1MouseMove
      ExplicitLeft = -2
      ExplicitTop = 3
      ExplicitWidth = 275
      ExplicitHeight = 436
    end
  end
  object Button1: TButton
    Left = 464
    Top = 252
    Width = 81
    Height = 21
    Caption = #25171#24320#25668#20687#22836
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 560
    Top = 252
    Width = 81
    Height = 21
    Caption = #25235#22270
    TabOrder = 2
    OnClick = Button2Click
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 336
    Top = 176
  end
  object ADOQuery1: TADOQuery
    Connection = DataLink_YPGL.ADOLink
    Parameters = <>
    Left = 504
    Top = 280
  end
  object SaveDialog1: TSavePictureDialog
    Left = 344
    Top = 251
  end
  object adoqueryImage: TADOQuery
    Connection = DataLink_YPGL.ADOLink
    Parameters = <>
    Left = 488
    Top = 184
  end
  object IdFTP1: TIdFTP
    ConnectTimeout = 0
    NATKeepAlive.UseKeepAlive = False
    NATKeepAlive.IdleTimeMS = 0
    NATKeepAlive.IntervalMS = 0
    ProxySettings.ProxyType = fpcmNone
    ProxySettings.Port = 0
    ReadTimeout = 0
    Left = 492
    Top = 134
  end
end