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

📄 imgapp.~dfm

📁 jpeg 2D DCT transformation project
💻 ~DFM
字号:
object Form1: TForm1
  Left = 290
  Top = 375
  BorderStyle = bsSingle
  Caption = 'Image processing on USB'
  ClientHeight = 126
  ClientWidth = 345
  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 StatusBar1: TStatusBar
    Left = 0
    Top = 104
    Width = 345
    Height = 22
    Panels = <
      item
        Width = 160
      end
      item
        Width = 160
      end>
    SimplePanel = False
  end
  object GroupBox2: TGroupBox
    Left = 96
    Top = 8
    Width = 233
    Height = 57
    Caption = 'Status'
    TabOrder = 1
    object Label7: TLabel
      Left = 131
      Top = 24
      Width = 6
      Height = 13
      Alignment = taRightJustify
      Caption = '0'
    end
    object Label8: TLabel
      Left = 16
      Top = 24
      Width = 60
      Height = 13
      Caption = 'Wszystkich :'
    end
    object Label9: TLabel
      Left = 144
      Top = 24
      Width = 32
      Height = 13
      Caption = 'Bajtow'
    end
  end
  object Button5: TButton
    Left = 8
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Polacz'
    TabOrder = 2
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 8
    Top = 40
    Width = 75
    Height = 25
    Caption = 'Rozlacz'
    TabOrder = 3
    OnClick = Button6Click
  end
  object Button1: TButton
    Left = 8
    Top = 72
    Width = 75
    Height = 25
    Caption = 'Wyslij'
    TabOrder = 4
    OnClick = Button1Click
  end
  object ProgressBar1: TProgressBar
    Left = 96
    Top = 80
    Width = 233
    Height = 17
    Min = 0
    Max = 100
    Smooth = True
    TabOrder = 5
  end
  object OpenDialog1: TOpenDialog
    Left = 280
    Top = 24
  end
  object Timer1: TTimer
    Interval = 10
    OnTimer = Timer1Timer
    Left = 168
    Top = 24
  end
end

⌨️ 快捷键说明

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