untdberr.~dfm

来自「自己做的一个例子」· ~DFM 代码 · 共 48 行

~DFM
48
字号
object Frm_DBErr: TFrm_DBErr
  Left = 196
  Top = 106
  Width = 544
  Height = 375
  Caption = #38169#35823
  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 Label1: TLabel
    Left = 11
    Top = 27
    Width = 60
    Height = 13
    Caption = #25554#20837#32534#21495#65306
  end
  object txt_sID: TEdit
    Left = 72
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'txt_sID'
  end
  object BitBtn1: TBitBtn
    Left = 200
    Top = 24
    Width = 75
    Height = 25
    Caption = 'Insert'#32534#21495
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object Qry_R: TADOQuery
    Connection = Form1.Conn_Main
    Parameters = <>
    Left = 168
    Top = 48
  end
end

⌨️ 快捷键说明

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