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

📄 unit1.dfm

📁 用MINIGUI编写的窗口代码
💻 DFM
字号:
object Form1: TForm1
  Left = 375
  Top = 135
  Width = 578
  Height = 555
  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 Image1: TImage
    Left = 56
    Top = 16
    Width = 401
    Height = 62
  end
  object Image2: TImage
    Left = 56
    Top = 88
    Width = 401
    Height = 62
  end
  object Image3: TImage
    Left = 56
    Top = 160
    Width = 401
    Height = 62
  end
  object Image4: TImage
    Left = 56
    Top = 232
    Width = 401
    Height = 62
  end
  object Image5: TImage
    Left = 464
    Top = 16
    Width = 81
    Height = 57
  end
  object Image6: TImage
    Left = 56
    Top = 312
    Width = 401
    Height = 62
  end
  object Image7: TImage
    Left = 16
    Top = 424
    Width = 260
    Height = 90
  end
  object Image8: TImage
    Left = 296
    Top = 424
    Width = 260
    Height = 90
  end
  object Image9: TImage
    Left = 16
    Top = 454
    Width = 260
    Height = 1
  end
  object Image10: TImage
    Left = 16
    Top = 484
    Width = 260
    Height = 1
  end
  object Image11: TImage
    Left = 81
    Top = 424
    Width = 1
    Height = 60
  end
  object Image12: TImage
    Left = 146
    Top = 424
    Width = 1
    Height = 60
  end
  object Image13: TImage
    Left = 211
    Top = 424
    Width = 1
    Height = 60
  end
  object Image14: TImage
    Left = 491
    Top = 424
    Width = 1
    Height = 60
  end
  object Image15: TImage
    Left = 426
    Top = 424
    Width = 1
    Height = 60
  end
  object Image16: TImage
    Left = 361
    Top = 424
    Width = 1
    Height = 60
  end
  object Image17: TImage
    Left = 296
    Top = 454
    Width = 260
    Height = 1
  end
  object Image18: TImage
    Left = 296
    Top = 484
    Width = 260
    Height = 1
  end
  object Label1: TLabel
    Left = 24
    Top = 432
    Width = 49
    Height = 17
    AutoSize = False
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 89
    Top = 432
    Width = 49
    Height = 17
    AutoSize = False
    Caption = 'Label1'
  end
  object Label3: TLabel
    Left = 480
    Top = 48
    Width = 49
    Height = 17
    AutoSize = False
    Caption = 'Label1'
  end
  object Edit1: TEdit
    Left = 0
    Top = 16
    Width = 17
    Height = 62
    AutoSize = False
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 0
    Top = 88
    Width = 17
    Height = 62
    AutoSize = False
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit3: TEdit
    Left = 0
    Top = 160
    Width = 17
    Height = 62
    AutoSize = False
    TabOrder = 2
    Text = 'Edit1'
  end
  object Edit4: TEdit
    Left = 0
    Top = 232
    Width = 17
    Height = 62
    AutoSize = False
    TabOrder = 3
    Text = 'Edit1'
  end
  object ScrollBar1: TScrollBar
    Left = 40
    Top = 392
    Width = 489
    Height = 17
    PageSize = 0
    TabOrder = 4
  end
  object Edit5: TEdit
    Left = 0
    Top = 312
    Width = 17
    Height = 62
    AutoSize = False
    TabOrder = 5
    Text = 'Edit1'
  end
  object Edit6: TEdit
    Left = 16
    Top = 392
    Width = 25
    Height = 17
    TabOrder = 6
    Text = '1'
  end
  object Edit7: TEdit
    Left = 528
    Top = 392
    Width = 25
    Height = 17
    TabOrder = 7
    Text = '1'
  end
end

⌨️ 快捷键说明

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