carry.dfm

来自「现在家庭藏书越来越多」· DFM 代码 · 共 98 行

DFM
98
字号
object Form5: TForm5
  Left = 205
  Top = 236
  Width = 480
  Height = 236
  BorderIcons = [biSystemMenu]
  Caption = #22270#20070#31649#29702#31995#32479
  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
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object grp2: TGroupBox
    Left = 8
    Top = 16
    Width = 457
    Height = 177
    Caption = #36824#20070#32454#21017
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object lbl1: TLabel
      Left = 8
      Top = 32
      Width = 60
      Height = 16
      Caption = #22270#20070#32534#21495#65306
    end
    object edt1: TEdit
      Left = 72
      Top = 28
      Width = 185
      Height = 24
      TabOrder = 0
    end
    object btn1: TButton
      Left = 288
      Top = 28
      Width = 49
      Height = 25
      Caption = #26597#35810
      TabOrder = 1
      OnClick = btn1Click
    end
    object btn2: TButton
      Left = 360
      Top = 28
      Width = 65
      Height = 25
      Caption = #30830#35748#20445#23384
      TabOrder = 2
      OnClick = btn2Click
    end
    object dbgrd1: TDBGrid
      Left = 8
      Top = 56
      Width = 441
      Height = 105
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 3
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object qry1: TADOQuery
    Parameters = <>
    Left = 288
    Top = 16
  end
  object ds1: TDataSource
    Left = 344
  end
  object ds2: TDataSource
    Left = 176
    Top = 8
  end
  object qry2: TADOQuery
    Parameters = <>
    Left = 256
    Top = 8
  end
end

⌨️ 快捷键说明

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