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

📄 unit1.dfm

📁 Delphi写的BEZIER曲线,希望大家能喜欢
💻 DFM
字号:
object Form1: TForm1
  Left = 165
  Top = 96
  Width = 800
  Height = 600
  Caption = #36125#22622#23572#26354#32447#28436#31034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnMouseDown = FormMouseDown
  OnMouseMove = FormMouseMove
  OnMouseUp = FormMouseUp
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 248
    Top = 465
    Width = 77
    Height = 16
    Caption = #31934#24230#35843#33410'      '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object SpeedButton1: TSpeedButton
    Left = 136
    Top = 464
    Width = 89
    Height = 22
    AllowAllUp = True
    GroupIndex = 2
    Down = True
    Caption = #26174#31034#28857
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 136
    Top = 494
    Width = 89
    Height = 22
    AllowAllUp = True
    GroupIndex = 1
    Down = True
    Caption = #26174#31034#32447#27573
    OnClick = SpeedButton2Click
  end
  object Button1: TButton
    Left = 248
    Top = 491
    Width = 81
    Height = 25
    Caption = #37325#29609
    TabOrder = 0
    OnClick = Button1Click
  end
  object RadioGroup1: TRadioGroup
    Left = 16
    Top = 456
    Width = 105
    Height = 62
    BiDiMode = bdLeftToRight
    Caption = #31639#27861#36873#25321
    ItemIndex = 1
    Items.Strings = (
      #19968#33324#31639#27861
      #36882#24402#31639#27861)
    ParentBiDiMode = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 1
    OnClick = RadioGroup1Click
  end
  object TrackBar1: TTrackBar
    Left = 328
    Top = 459
    Width = 441
    Height = 33
    Max = 300
    Min = 1
    Position = 50
    TabOrder = 2
    OnChange = TrackBar1Change
  end
  object Button2: TButton
    Left = 392
    Top = 491
    Width = 81
    Height = 25
    Caption = #24110#21161
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 536
    Top = 491
    Width = 81
    Height = 25
    Caption = #20851#20110
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 688
    Top = 491
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
    OnClick = Button4Click
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 520
    Width = 481
    Height = 49
    Caption = #36125#22622#23572#36339#33310
    TabOrder = 6
    object Label3: TLabel
      Left = 280
      Top = 20
      Width = 81
      Height = 16
      Caption = #35843#25972#27493#38271'       '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 100
      Top = 20
      Width = 69
      Height = 16
      Caption = #35843#25972#36895#24230'    '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object SpeedButton3: TSpeedButton
      Left = 8
      Top = 17
      Width = 81
      Height = 22
      AllowAllUp = True
      GroupIndex = 3
      Caption = #36339#33310
      OnClick = SpeedButton3Click
    end
    object TrackBar2: TTrackBar
      Left = 168
      Top = 16
      Width = 113
      Height = 21
      Max = 100
      Min = 1
      Position = 80
      TabOrder = 0
      OnChange = TrackBar2Change
    end
    object TrackBar3: TTrackBar
      Left = 352
      Top = 16
      Width = 113
      Height = 21
      Max = 200
      Min = 10
      Position = 80
      TabOrder = 1
      OnChange = TrackBar3Change
    end
  end
  object GroupBox2: TGroupBox
    Left = 504
    Top = 520
    Width = 257
    Height = 49
    Caption = #24403#21069#22352#26631
    TabOrder = 7
    object Edit2: TEdit
      Left = 8
      Top = 20
      Width = 113
      Height = 21
      Enabled = False
      TabOrder = 0
    end
    object Edit3: TEdit
      Left = 128
      Top = 20
      Width = 113
      Height = 21
      Enabled = False
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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