unit2.~dfm

来自「如果您在试用或使用过程中认为软件需修改」· ~DFM 代码 · 共 70 行

~DFM
70
字号
object Form2: TForm2
  Left = 301
  Top = 227
  Width = 696
  Height = 305
  Caption = 'Form2'
  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 Label1: TLabel
    Left = 8
    Top = 32
    Width = 96
    Height = 13
    Caption = #35831#36755#20837#20303#25143#21517#31216#65306
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 64
    Width = 641
    Height = 241
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 625
      Height = 137
      DataSource = adodm.DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Edit1: TEdit
    Left = 120
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Button2: TButton
    Left = 384
    Top = 24
    Width = 75
    Height = 25
    Caption = #20851#38381' '
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button1: TButton
    Left = 264
    Top = 24
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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