⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.~dfm

📁 delphi写的扫描硬盘中jpg文件的代码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 180
  Top = 124
  Width = 787
  Height = 465
  Caption = #22825#30462#25968#25454#25327#25937#20013#24515'  NO54  JPGRecover'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 296
    Top = 16
    Width = 473
    Height = 353
    Caption = 'Panel1'
    TabOrder = 0
    object ListBox1: TListBox
      Left = 16
      Top = 16
      Width = 441
      Height = 321
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ItemHeight = 13
      TabOrder = 0
    end
  end
  object Panel2: TPanel
    Left = 14
    Top = 16
    Width = 273
    Height = 353
    TabOrder = 1
    object Label1: TLabel
      Left = 32
      Top = 32
      Width = 60
      Height = 13
      Caption = #24320#22987#25159#21306#65306
    end
    object Label2: TLabel
      Left = 24
      Top = 88
      Width = 60
      Height = 13
      Caption = #32467#26463#25159#21306#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 144
      Width = 84
      Height = 13
      Caption = #25991#20214#20445#23384#30446#24405#65306
    end
    object Label4: TLabel
      Left = 8
      Top = 208
      Width = 84
      Height = 13
      Caption = #25991#20214#22823#23567#38480#23450#65306
    end
    object Label5: TLabel
      Left = 112
      Top = 256
      Width = 97
      Height = 13
      AutoSize = False
    end
    object SpeedButton2: TSpeedButton
      Left = 232
      Top = 144
      Width = 23
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #40657#20307
      Font.Style = [fsBold]
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        04000000000000010000120B0000120B00001000000000000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333033333
        33333333373F33333333333330B03333333333337F7F33333333333330F03333
        333333337F7FF3333333333330B00333333333337F773FF33333333330F0F003
        333333337F7F773F3333333330B0B0B0333333337F7F7F7F3333333300F0F0F0
        333333377F73737F33333330B0BFBFB03333337F7F33337F33333330F0FBFBF0
        3333337F7333337F33333330BFBFBFB033333373F3333373333333330BFBFB03
        33333337FFFFF7FF3333333300000000333333377777777F333333330EEEEEE0
        33333337FFFFFF7FF3333333000000000333333777777777F33333330000000B
        03333337777777F7F33333330000000003333337777777773333}
      NumGlyphs = 2
      ParentFont = False
      OnClick = SpeedButton2Click
    end
    object Label6: TLabel
      Left = 19
      Top = 256
      Width = 72
      Height = 13
      Caption = #24403#21069#25159#21306#25968#65306
    end
    object startsec: TEdit
      Left = 112
      Top = 32
      Width = 121
      Height = 21
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 0
      Text = '17648746'
    end
    object endsec: TEdit
      Left = 112
      Top = 88
      Width = 121
      Height = 21
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 1
      Text = '18442620'
    end
    object savedir: TEdit
      Left = 112
      Top = 144
      Width = 121
      Height = 21
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 2
    end
    object size: TEdit
      Left = 112
      Top = 200
      Width = 121
      Height = 21
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 3
      Text = '2097152'
    end
    object Button1: TButton
      Left = 56
      Top = 296
      Width = 75
      Height = 25
      Caption = #25195#25551
      TabOrder = 4
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 168
      Top = 296
      Width = 75
      Height = 25
      Caption = #24674#22797
      TabOrder = 5
      OnClick = Button2Click
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 413
    Width = 779
    Height = 25
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object PB: TProgressBar
    Left = 0
    Top = 397
    Width = 779
    Height = 16
    Align = alBottom
    Min = 0
    Max = 100
    Step = 1
    TabOrder = 3
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Password="";Data Source=F:\delp' +
      'hi'#35835#20889#30828#30424#31243#24207'\jpgRecover\db.mdb;Persist Security Info=True'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 528
    Top = 24
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 616
    Top = 32
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery2
    Left = 584
    Top = 40
  end
  object ADOQuery2: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 432
    Top = 152
  end
  object ADOConnection2: TADOConnection
    Left = 328
    Top = 96
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -