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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 189
  Top = 103
  Width = 637
  Height = 541
  Caption = 'Smoothing & Median Filter'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 120
    Top = 8
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #21407#22987#22270#20687
  end
  object Label2: TLabel
    Left = 27
    Top = 264
    Width = 54
    Height = 17
    AutoSize = False
    Caption = #26580#21270#22270#20687
  end
  object Label3: TLabel
    Left = 344
    Top = 264
    Width = 54
    Height = 17
    AutoSize = False
    Caption = #20013#20540#28388#27874
  end
  object Image1: TImage
    Left = 104
    Top = 24
    Width = 300
    Height = 225
    AutoSize = True
  end
  object Image2: TImage
    Left = 8
    Top = 280
    Width = 300
    Height = 225
    AutoSize = True
  end
  object Image3: TImage
    Left = 320
    Top = 280
    Width = 300
    Height = 225
    AutoSize = True
  end
  object Button1: TButton
    Left = 496
    Top = 104
    Width = 89
    Height = 33
    Caption = #25171#24320#22270#20687
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 496
    Top = 152
    Width = 89
    Height = 33
    Caption = #26580#21270#22270#35937
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 496
    Top = 200
    Width = 89
    Height = 33
    Caption = #20013#20540#28388#27874
    TabOrder = 2
    OnClick = Button3Click
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 520
    Top = 56
  end
end

⌨️ 快捷键说明

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