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

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
object Form1: TForm1
  Left = 78
  Top = 156
  Width = 634
  Height = 331
  Caption = 'Scanline'#30340#38750#20961#25928#26524
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 4
    Top = 10
    Width = 250
    Height = 250
    Stretch = True
  end
  object Image2: TImage
    Left = 368
    Top = 10
    Width = 250
    Height = 250
    Stretch = True
  end
  object Label1: TLabel
    Left = 280
    Top = 80
    Width = 72
    Height = 12
    Caption = #36873#25321#21464#25442#25928#26524
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 272
    Top = 48
    Width = 81
    Height = 25
    Caption = #25928#26524#36716#25442'-->'
    Enabled = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 256
    Top = 104
    Width = 105
    Height = 153
    ItemHeight = 13
    Items.Strings = (
      #21407#22270#21464#24187#22797#21046
      #21407#22270#26012#24425#32447
      #27700#24179#21464#24187#21453#36716
      #26434#33394#21464#24187#21453#36716
      #28784#24230#36716#25442
      #26126#26263#24230#35774#32622
      #24425#33394#30005#35270#38634#33457#25928#26524)
    TabOrder = 1
  end
  object Button2: TButton
    Left = 56
    Top = 272
    Width = 75
    Height = 25
    Caption = #36733#20837#20301#22270
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 448
    Top = 272
    Width = 75
    Height = 25
    Caption = #20445#23384#20301#22270
    TabOrder = 3
    OnClick = Button3Click
  end
  object OpenDialog1: TOpenDialog
    Filter = #20301#22270#25991#20214'(*.bmp)|*.bmp'
    Left = 152
    Top = 272
  end
  object SaveDialog1: TSaveDialog
    Filter = #20301#22270#25991#20214'(*.bmp)|*.bmp'
    Left = 528
    Top = 272
  end
end

⌨️ 快捷键说明

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