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

📄 unit1.~dfm

📁 本程序是图形的设计
💻 ~DFM
字号:
object Form1: TForm1
  Left = 222
  Top = 150
  Width = 623
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 350
    Width = 615
    Height = 0
    Cursor = crVSplit
    Align = alBottom
    Color = clLime
    ParentColor = False
  end
  object Splitter2: TSplitter
    Left = 0
    Top = 350
    Width = 615
    Height = 2
    Cursor = crVSplit
    Align = alBottom
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 615
    Height = 350
    Cursor = crCross
    Align = alClient
    AutoSize = True
    BevelInner = bvLowered
    Color = clCream
    TabOrder = 0
    object Image1: TImage
      Left = 2
      Top = 2
      Width = 611
      Height = 346
      Align = alClient
      ParentShowHint = False
      ShowHint = True
      Stretch = True
      OnMouseDown = Image1MouseDown
      OnMouseMove = Image1MouseMove
      OnMouseUp = Image1MouseUp
    end
  end
  object Memo1: TMemo
    Left = 0
    Top = 352
    Width = 615
    Height = 76
    Align = alBottom
    Color = clWhite
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
  end
  object Panel2: TPanel
    Left = 0
    Top = 428
    Width = 615
    Height = 25
    Align = alBottom
    BevelInner = bvLowered
    BevelOuter = bvLowered
    Caption = 'Panel2'
    Color = clBtnHighlight
    TabOrder = 2
    object Label1: TLabel
      Left = 2
      Top = 2
      Width = 72
      Height = 13
      Caption = #35831#36755#20837#21629#20196#65306
    end
    object Edit1: TEdit
      Left = 168
      Top = 0
      Width = 857
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
      OnKeyPress = Edit1KeyPress
    end
  end
end

⌨️ 快捷键说明

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