jldw.dfm

来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 78 行

DFM
78
字号
object JLDWFrm: TJLDWFrm
  Left = 171
  Top = 130
  Width = 456
  Height = 230
  Caption = #35745#37327#21333#20301#32500#25252
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 60
    Height = 13
    Caption = #35745#37327#21333#20301'    '
  end
  object DBNavigator1: TDBNavigator
    Left = 208
    Top = 24
    Width = 216
    Height = 25
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel]
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 56
    Width = 409
    Height = 89
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBEdit1: TDBEdit
    Left = 80
    Top = 24
    Width = 121
    Height = 21
    DataField = 'DWMC'
    DataSource = DataSource1
    TabOrder = 2
  end
  object Button1: TButton
    Left = 184
    Top = 160
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 3
    OnClick = Button1Click
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 16
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = LoginFrm.ADOConnection1
    CursorType = ctStatic
    TableName = 'JLDW'
    Left = 48
  end
end

⌨️ 快捷键说明

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