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

📄 main.dfm

📁 delphi的学习资料
💻 DFM
字号:
object fmMain: TfmMain
  Left = 319
  Top = 323
  Width = 425
  Height = 242
  AutoSize = True
  BorderIcons = [biSystemMenu]
  Caption = #20027#31383#21475
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object LbCbText: TLabel
    Left = 357
    Top = 10
    Width = 48
    Height = 12
    Caption = 'LbCbText'
  end
  object cb0: TComboBox
    Left = 202
    Top = 40
    Width = 119
    Height = 20
    ItemHeight = 12
    TabOrder = 0
    OnChange = cb0Change
  end
  object edt0: TEdit
    Left = 349
    Top = 40
    Width = 65
    Height = 20
    TabOrder = 1
    Text = 'edt0'
    OnKeyDown = edt0KeyDown
  end
  object GroupBox1: TGroupBox
    Left = 204
    Top = 2
    Width = 114
    Height = 33
    Caption = 'cb'#21487#21542#38190#20837
    TabOrder = 2
    object rbtnY: TRadioButton
      Left = 33
      Top = 13
      Width = 35
      Height = 17
      Caption = #26159
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = rbtnKey
    end
    object rbtnNo: TRadioButton
      Left = 76
      Top = 12
      Width = 33
      Height = 17
      Caption = #21542
      TabOrder = 1
      OnClick = rbtnKey
    end
  end
  object Memo: TMemo
    Left = 204
    Top = 69
    Width = 213
    Height = 119
    Lines.Strings = (
      'Memo')
    ScrollBars = ssVertical
    TabOrder = 3
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 198
    Height = 216
    TabOrder = 4
    object Bevel1: TBevel
      Left = 137
      Top = 128
      Width = 50
      Height = 50
      Style = bsRaised
    end
    object LbCopy: TLabel
      Left = 144
      Top = 143
      Width = 36
      Height = 24
      Caption = #22797#21046#21040'Memo'
      WordWrap = True
      OnClick = LbCopyClick
    end
    object LBox: TListBox
      Left = 7
      Top = 8
      Width = 180
      Height = 106
      Columns = 2
      ItemHeight = 12
      Items.Strings = (
        'LBox')
      TabOrder = 0
    end
    object btnUp: TBitBtn
      Left = 11
      Top = 125
      Width = 46
      Height = 25
      Caption = #34892#19978#31227
      TabOrder = 1
      OnClick = btnUpClick
    end
    object btnDel: TBitBtn
      Left = 62
      Top = 125
      Width = 40
      Height = 25
      Caption = #21024#39033
      TabOrder = 2
      OnClick = btnDelClick
    end
    object btnDown: TBitBtn
      Left = 12
      Top = 156
      Width = 45
      Height = 25
      Caption = #34892#19979#31227
      TabOrder = 3
      OnClick = btnDownClick
    end
    object btnDel0: TBitBtn
      Left = 64
      Top = 156
      Width = 40
      Height = 25
      Caption = #21024#39318#39033
      TabOrder = 4
      OnClick = btnDel0Click
    end
    object btnDel2: TBitBtn
      Left = 64
      Top = 186
      Width = 70
      Height = 25
      Caption = #21024#21518#38754#21508#39033
      TabOrder = 5
      OnClick = btnDel0Click
    end
    object Button1: TButton
      Left = 141
      Top = 184
      Width = 75
      Height = 25
      Caption = 'Button1'
      TabOrder = 6
      OnClick = Button1Click
    end
  end
  object btnClose: TBitBtn
    Left = 333
    Top = 195
    Width = 49
    Height = 22
    Caption = #36864#20986
    TabOrder = 5
    OnClick = btnCloseClick
  end
end

⌨️ 快捷键说明

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