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

📄 main.dfm

📁 delphi的学习资料
💻 DFM
字号:
object fmMain: TfmMain
  Left = 702
  Top = 361
  AutoSize = True
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20027#31383#21475
  ClientHeight = 239
  ClientWidth = 383
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnCreate = FormCreate
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object LbADatM: TLabel
    Left = 311
    Top = 12
    Width = 42
    Height = 12
    Caption = 'LbADatM'
  end
  object LbBDat1M: TLabel
    Left = 311
    Top = 41
    Width = 48
    Height = 12
    Caption = 'LbBDat1M'
  end
  object LbBDat2M: TLabel
    Left = 311
    Top = 69
    Width = 48
    Height = 12
    Caption = 'LbBDat2M'
  end
  object edtM: TEdit
    Left = 301
    Top = 137
    Width = 65
    Height = 20
    TabOrder = 0
    Text = 'edtM'
    OnKeyDown = edtMKeyDown
  end
  object Panel1: TPanel
    Left = 1
    Top = 0
    Width = 288
    Height = 194
    TabOrder = 1
    object Memo: TMemo
      Left = 11
      Top = 13
      Width = 265
      Height = 168
      Lines.Strings = (
        'Memo')
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 200
    Width = 383
    Height = 39
    TabOrder = 2
    object btnOpenA: TBitBtn
      Left = 10
      Top = 8
      Width = 60
      Height = 25
      Caption = #25171#24320#31383#65313
      TabOrder = 0
      OnClick = btnOpenAClick
    end
    object btnActivB: TBitBtn
      Left = 85
      Top = 8
      Width = 60
      Height = 25
      Caption = #26174#20986#31383#65314
      TabOrder = 1
      OnClick = btnActivBClick
    end
    object btnHideB: TBitBtn
      Left = 160
      Top = 8
      Width = 60
      Height = 25
      Caption = #28040#38544#65314
      Enabled = False
      TabOrder = 2
      OnClick = btnHideBClick
    end
    object btnClose: TBitBtn
      Left = 310
      Top = 8
      Width = 63
      Height = 25
      Caption = #36864' '#20986
      TabOrder = 3
      OnClick = btnCloseClick
    end
    object btnCloseB: TBitBtn
      Left = 235
      Top = 8
      Width = 60
      Height = 25
      Caption = #20851#38381#65314
      Enabled = False
      TabOrder = 4
      OnClick = btnCloseBClick
    end
  end
end

⌨️ 快捷键说明

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