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

📄 savejpegimage.dfm

📁 《delphi数据库设计与实例开发》随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 415
  Top = 227
  Width = 366
  Height = 382
  Caption = 'Form1'
  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 GroupBox2: TGroupBox
    Left = 0
    Top = 0
    Width = 353
    Height = 177
    Caption = #23384#20648#22270#20687
    TabOrder = 0
    object Panel1: TPanel
      Left = 8
      Top = 16
      Width = 209
      Height = 153
      TabOrder = 0
      object Image2: TImage
        Left = 8
        Top = 8
        Width = 193
        Height = 137
        Stretch = True
      end
    end
    object Button1: TButton
      Left = 248
      Top = 104
      Width = 75
      Height = 25
      Caption = #36733#20837#22270#20687
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 248
      Top = 136
      Width = 75
      Height = 25
      Caption = #23384#20648#22270#20687
      Enabled = False
      TabOrder = 2
      OnClick = Button2Click
    end
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 184
    Width = 353
    Height = 169
    Caption = #26174#31034#22270#20687
    TabOrder = 1
    object Image1: TImage
      Left = 144
      Top = 16
      Width = 201
      Height = 145
      Stretch = True
    end
    object ListBox1: TListBox
      Left = 8
      Top = 16
      Width = 129
      Height = 145
      ItemHeight = 13
      TabOrder = 0
      OnClick = ListBox1Click
    end
  end
  object Table1: TTable
    Left = 248
    Top = 24
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Filter = 
      'JPEG Image File (*.jpg)|*.jpg|JPEG Image File (*.jpeg)|*.jpeg|Bi' +
      'tmaps (*.bmp)|*.bmp'
    Left = 288
    Top = 24
  end
end

⌨️ 快捷键说明

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