u_add.dfm

来自「c/s系统。 delphi 6+access 运行前先配置数据环境:把db文件夹」· DFM 代码 · 共 58 行

DFM
58
字号
object add: Tadd
  Left = 355
  Top = 249
  Width = 298
  Height = 154
  BorderIcons = []
  Caption = #28155#21152#33410#28857
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 12
    Top = 24
    Width = 73
    Height = 21
    AutoSize = False
    Caption = #33410#28857#21517
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object EditCaption: TEdit
    Left = 80
    Top = 22
    Width = 173
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
    OnChange = EditCaptionChange
  end
  object BitBtn1: TBitBtn
    Left = 44
    Top = 78
    Width = 75
    Height = 25
    Enabled = False
    TabOrder = 1
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 162
    Top = 78
    Width = 75
    Height = 25
    TabOrder = 2
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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