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

📄 unit12.dfm

📁 05年毕业设计(BC)-图像处理软件及完整源代码
💻 DFM
字号:
object Form12: TForm12
  Left = 254
  Top = 167
  BorderStyle = bsDialog
  Caption = #25193#25955#22788#29702
  ClientHeight = 226
  ClientWidth = 202
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 201
    Height = 41
    Caption = #35831#36873#25321#25193#25955#30340#31243#24230
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 201
    Height = 137
    TabOrder = 1
    object Label1: TLabel
      Left = 40
      Top = 48
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #31243#24230#20540#65306
    end
    object ComboBox1: TComboBox
      Left = 96
      Top = 40
      Width = 57
      Height = 21
      ItemHeight = 13
      ItemIndex = 1
      TabOrder = 0
      Text = '5'
      Items.Strings = (
        '4'
        '5'
        '6'
        '7'
        '8'
        '9')
    end
  end
  object BitBtn1: TBitBtn
    Left = 112
    Top = 192
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 24
    Top = 192
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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