unit1.~dfm

来自「是一个最最傻瓜的链接数据库程序」· ~DFM 代码 · 共 81 行

~DFM
81
字号
object frmRoom: TfrmRoom
  Left = 386
  Top = 122
  Width = 640
  Height = 507
  Caption = 'frmRoom'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 87
    Top = 34
    Width = 442
    Height = 314
    Cursor = crHandPoint
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 33
    Top = 375
    Width = 106
    Height = 39
    Caption = #28155#21152
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 188
    Top = 375
    Width = 105
    Height = 39
    Caption = #20462#25913
    TabOrder = 2
  end
  object Button3: TButton
    Left = 340
    Top = 375
    Width = 106
    Height = 39
    Caption = #21024#38500
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 484
    Top = 375
    Width = 105
    Height = 39
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button4Click
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 24
    Top = 80
  end
  object Query1: TQuery
    DatabaseName = 'cc'
    RequestLive = True
    SQL.Strings = (
      '')
    Left = 24
    Top = 144
  end
end

⌨️ 快捷键说明

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