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

📄 unit18.~dfm

📁 05年毕业设计(BC)-图像处理软件及完整源代码
💻 ~DFM
字号:
object Form18: TForm18
  Left = 413
  Top = 142
  BorderStyle = bsDialog
  Caption = #33719#21462#39068#33394
  ClientHeight = 286
  ClientWidth = 289
  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 = 289
    Height = 41
    Caption = #33719#21462#39068#33394#20449#24687
    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 = 192
    TabOrder = 1
    object GroupBox1: TGroupBox
      Left = 24
      Top = 8
      Width = 249
      Height = 85
      Caption = #32534#36753#39068#33394
      TabOrder = 0
      object Shape1: TShape
        Left = 56
        Top = 24
        Width = 41
        Height = 41
      end
      object Label1: TLabel
        Left = 144
        Top = 16
        Width = 20
        Height = 13
        Caption = 'R'#65306
      end
      object Label2: TLabel
        Left = 144
        Top = 40
        Width = 20
        Height = 13
        Caption = 'G'#65306
      end
      object Label3: TLabel
        Left = 144
        Top = 64
        Width = 19
        Height = 13
        Caption = 'B'#65306
      end
      object Edit1: TEdit
        Left = 160
        Top = 10
        Width = 65
        Height = 21
        ImeMode = imDisable
        TabOrder = 0
      end
      object Edit2: TEdit
        Left = 160
        Top = 34
        Width = 65
        Height = 21
        TabOrder = 1
      end
      object Edit3: TEdit
        Left = 160
        Top = 58
        Width = 65
        Height = 21
        TabOrder = 2
      end
    end
    object GroupBox2: TGroupBox
      Left = 24
      Top = 104
      Width = 249
      Height = 65
      Caption = #28155#21152#21040
      TabOrder = 1
      object CheckBox1: TCheckBox
        Left = 16
        Top = 24
        Width = 65
        Height = 17
        Caption = #32447#26465#33394
        TabOrder = 0
      end
      object CheckBox2: TCheckBox
        Left = 96
        Top = 24
        Width = 65
        Height = 17
        Caption = #22635#20805#33394
        TabOrder = 1
      end
      object CheckBox3: TCheckBox
        Left = 176
        Top = 24
        Width = 65
        Height = 17
        Caption = #32972#26223#33394
        TabOrder = 2
      end
    end
  end
  object BitBtn1: TBitBtn
    Left = 208
    Top = 248
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 112
    Top = 248
    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 + -