unit1.~dfm

来自「带有多种基本图形算法的delphi程序」· ~DFM 代码 · 共 135 行

~DFM
135
字号
object Form1: TForm1
  Left = 228
  Top = 172
  Width = 587
  Height = 437
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 497
    Height = 403
    Align = alLeft
    BevelInner = bvRaised
    BevelOuter = bvLowered
    BevelWidth = 2
    TabOrder = 0
    object Image1: TImage
      Left = 4
      Top = 4
      Width = 489
      Height = 395
      Align = alClient
    end
  end
  object Panel2: TPanel
    Left = 497
    Top = 0
    Width = 82
    Height = 403
    Align = alClient
    BevelInner = bvLowered
    Color = clSkyBlue
    TabOrder = 1
    object SpeedButton1: TSpeedButton
      Left = 8
      Top = 72
      Width = 57
      Height = 22
      Caption = #22522#26412#22270#24418'1'
      Flat = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 8
      Top = 104
      Width = 57
      Height = 22
      Caption = #22522#26412#22270#24418'2'
      Flat = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton2Click
    end
    object SpeedButton3: TSpeedButton
      Left = 8
      Top = 136
      Width = 57
      Height = 22
      Caption = #22522#26412#22270#24418'3'
      Flat = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton3Click
    end
    object SpeedButton4: TSpeedButton
      Left = 8
      Top = 32
      Width = 57
      Height = 22
      Caption = #25972#20307#25928#26524
      Flat = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton4Click
    end
    object SpeedButton6: TSpeedButton
      Left = 8
      Top = 168
      Width = 57
      Height = 22
      Caption = #38543#26426#33457#24067
      Flat = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton6Click
    end
    object SpeedButton7: TSpeedButton
      Left = 8
      Top = 216
      Width = 57
      Height = 22
      Caption = #36864#20986
      Flat = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clGreen
      Font.Height = -14
      Font.Name = #21326#25991#34892#26999
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton7Click
    end
  end
end

⌨️ 快捷键说明

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