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

📄 unit15.dfm

📁 05年毕业设计(BC)-图像处理软件及完整源代码
💻 DFM
字号:
object Form15: TForm15
  Left = 435
  Top = 194
  BorderStyle = bsDialog
  Caption = #26032#24314#30011#24067
  ClientHeight = 258
  ClientWidth = 289
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 289
    Height = 41
    Caption = #20934#22791#26032#24314#30011#24067
    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 = 289
    Height = 169
    TabOrder = 1
    object Label1: TLabel
      Left = 56
      Top = 24
      Width = 25
      Height = 16
      AutoSize = False
      Caption = #23485':'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 56
      Top = 64
      Width = 32
      Height = 25
      AutoSize = False
      Caption = #39640':'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Shape1: TShape
      Left = 144
      Top = 112
      Width = 33
      Height = 25
      Pen.Color = clMenuHighlight
    end
    object Edit1: TEdit
      Left = 88
      Top = 24
      Width = 89
      Height = 21
      TabOrder = 0
      Text = '400'
    end
    object Edit2: TEdit
      Left = 88
      Top = 64
      Width = 89
      Height = 21
      TabOrder = 1
      Text = '400'
    end
    object Button1: TButton
      Left = 56
      Top = 112
      Width = 49
      Height = 25
      Caption = #32972#26223#33394
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object Button2: TButton
    Left = 144
    Top = 224
    Width = 57
    Height = 25
    Caption = #21019#24314
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 224
    Top = 224
    Width = 57
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button3Click
  end
  object ColorDialog1: TColorDialog
    Ctl3D = True
    Left = 24
    Top = 216
  end
end

⌨️ 快捷键说明

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