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

📄 fmmain.dfm

📁 多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术内容的代码
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 194
  Width = 573
  Height = 346
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object ListBox2: TListBox
    Left = 141
    Top = 6
    Width = 231
    Height = 180
    ItemHeight = 16
    TabOrder = 0
  end
  object ListBox3: TListBox
    Left = 378
    Top = 6
    Width = 71
    Height = 180
    ItemHeight = 16
    TabOrder = 1
  end
  object btnFirst: TButton
    Left = 32
    Top = 198
    Width = 122
    Height = 40
    Caption = 'First Try'
    TabOrder = 2
    OnClick = btnFirstClick
  end
  object btnSecond: TButton
    Left = 160
    Top = 198
    Width = 122
    Height = 40
    Caption = 'Second Try'
    TabOrder = 3
    OnClick = btnSecondClick
  end
  object LabeledEdit1: TLabeledEdit
    Left = 0
    Top = 38
    Width = 135
    Height = 24
    EditLabel.Width = 32
    EditLabel.Height = 16
    EditLabel.Caption = #20316#32773
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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