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

📄 unit1.~dfm

📁 delphi 2d simple drawer
💻 ~DFM
字号:
object Form1: TForm1
  Left = 126
  Top = 162
  Width = 870
  Height = 640
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 633
    Height = 601
    OnClick = Image1Click
    OnMouseDown = klik
    OnMouseMove = ruch
    OnMouseUp = klik2
  end
  object Image2: TImage
    Left = 720
    Top = 184
    Width = 17
    Height = 17
    OnClick = Image2Click
  end
  object Image3: TImage
    Left = 744
    Top = 184
    Width = 17
    Height = 17
    OnClick = Image3Click
  end
  object Image4: TImage
    Left = 768
    Top = 184
    Width = 17
    Height = 17
    OnClick = Image4Click
  end
  object Image5: TImage
    Left = 792
    Top = 184
    Width = 17
    Height = 17
    OnClick = Image5Click
  end
  object Label4: TLabel
    Left = 680
    Top = 184
    Width = 27
    Height = 13
    Caption = 'Kolor:'
  end
  object Image6: TImage
    Left = 816
    Top = 184
    Width = 17
    Height = 17
    OnClick = Image6Click
  end
  object Button1: TButton
    Left = 704
    Top = 16
    Width = 113
    Height = 25
    Caption = 'Wyczysc'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Linia: TButton
    Left = 656
    Top = 56
    Width = 89
    Height = 25
    Caption = 'Linia'
    TabOrder = 1
    OnClick = LiniaClick
  end
  object Lamana: TButton
    Left = 760
    Top = 56
    Width = 81
    Height = 25
    Caption = #321'amana'
    TabOrder = 2
    OnClick = LamanaClick
  end
  object RysujKolo: TButton
    Left = 680
    Top = 96
    Width = 137
    Height = 25
    Caption = 'Rysuj Kolo'
    TabOrder = 3
    OnClick = RysujKoloClick
  end
  object RuchMyszy: TButton
    Left = 656
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Ruch myszy'
    TabOrder = 4
    OnClick = RuchMyszyClick
  end
  object Prostokat: TButton
    Left = 768
    Top = 144
    Width = 73
    Height = 25
    Caption = 'Prostokat'
    TabOrder = 5
    OnClick = ProstokatClick
  end
  object CheckBoxWypelnij: TCheckBox
    Left = 680
    Top = 216
    Width = 97
    Height = 17
    Caption = 'Aktywuj wypelnienie'
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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