tips.dfm

来自「通过此软件可方便的对interbase数据库进行合并」· DFM 代码 · 共 74 行

DFM
74
字号
object tipsform: Ttipsform
  Left = 118
  Top = 164
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'tipsform'
  ClientHeight = 368
  ClientWidth = 324
  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 LMDFill1: TLMDFill
    Left = 0
    Top = -1
    Width = 323
    Height = 20
    Bevel.Mode = bmCustom
    Bevel.StandardStyle = lsSingleLowered
    Caption.Font.Charset = DEFAULT_CHARSET
    Caption.Font.Color = clWindowText
    Caption.Font.Height = -11
    Caption.Font.Name = 'MS Sans Serif'
    Caption.Font.Style = []
    FillObject.Style = sfGradient
    FillObject.Gradient.Color = clBackground
    FillObject.Gradient.ColorCount = 236
    FillObject.Gradient.Style = gstHorizontal
    FillObject.Alignment = agBottomRight
  end
  object LMDLabel1: TLMDLabel
    Left = 8
    Top = 1
    Width = 53
    Height = 18
    Bevel.Mode = bmCustom
    Bevel.StandardStyle = lsSingleLowered
    AutoSize = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Options = []
    ParentFont = False
    Caption = '错误...'
  end
  object ListView1: TListView
    Left = 0
    Top = 27
    Width = 324
    Height = 341
    Columns = <
      item
        Caption = '所在表'
      end
      item
        Caption = '记录号'
      end
      item
        Caption = '原因'
      end>
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
    OnClick = ListView1Click
  end
end

⌨️ 快捷键说明

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