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

📄 unit6.dfm

📁 05年毕业设计(BC)-图像处理软件及完整源代码
💻 DFM
字号:
object Form6: TForm6
  Left = 270
  Top = 212
  BorderStyle = bsDialog
  Caption = #23545#27604#24230
  ClientHeight = 319
  ClientWidth = 450
  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 = 449
    Height = 41
    Caption = #35774#32622#22270#20687#30340#23545#27604#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 = 449
    Height = 96
    TabOrder = 1
    object Label1: TLabel
      Left = 32
      Top = 16
      Width = 217
      Height = 17
      AutoSize = False
      Caption = #28784#24230#21464#25442#20989#25968' F(r)=a'#215'r+b'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 32
      Top = 40
      Width = 337
      Height = 16
      AutoSize = False
      Caption = #24403'a>1'#26102#21508#20687#32032#28857#30340#20687#32032#20540#25353#27604#20363#19978#21319
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 32
      Top = 64
      Width = 137
      Height = 16
      AutoSize = False
      Caption = #35831#35774#23450'a'#21644'b'#30340#20540
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 137
    Width = 449
    Height = 136
    TabOrder = 2
    object Label4: TLabel
      Left = 168
      Top = 24
      Width = 14
      Height = 16
      Caption = 'a:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label5: TLabel
      Left = 168
      Top = 56
      Width = 14
      Height = 16
      Caption = 'b:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label6: TLabel
      Left = 184
      Top = 56
      Width = 81
      Height = 13
      AutoSize = False
      Caption = '0'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 184
      Top = 24
      Width = 81
      Height = 21
      TabOrder = 0
      Text = '1.0'
    end
    object TrackBar1: TTrackBar
      Left = 8
      Top = 80
      Width = 433
      Height = 45
      Max = 255
      Min = -255
      Orientation = trHorizontal
      Frequency = 1
      Position = 0
      SelEnd = 0
      SelStart = 0
      TabOrder = 1
      TickMarks = tmBottomRight
      TickStyle = tsAuto
      OnChange = TrackBar1Change
    end
    object UpDown1: TUpDown
      Left = 246
      Top = 26
      Width = 16
      Height = 17
      Min = -9
      Position = 0
      TabOrder = 2
      Wrap = False
      OnChanging = UpDown1Changing
    end
  end
  object BitBtn1: TBitBtn
    Left = 280
    Top = 288
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 368
    Top = 288
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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