unit8.~dfm

来自「Delphi结合Access」· ~DFM 代码 · 共 63 行

~DFM
63
字号
object Form1: TForm1
  Left = 0
  Top = 209
  Width = 763
  Height = 358
  Caption = #27169#31946#26597#25214
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 40
    Width = 60
    Height = 13
    Caption = #23398#29983#22995#21517#65306
  end
  object Edit1: TEdit
    Left = 104
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 272
    Top = 32
    Width = 75
    Height = 25
    Caption = #26597'    '#25214
    TabOrder = 1
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 32
    Top = 80
    Width = 697
    Height = 169
    DataSource = dm.DataSource2
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 32
    Top = 264
    Width = 697
    Height = 33
    Caption = 'Panel1'
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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