db_destinationcontent.dfm

来自「亚惠快餐管理信息系统 包括亚惠快餐管理的各项功能」· DFM 代码 · 共 59 行

DFM
59
字号
object DB_DfmDestinationContent: TDB_DfmDestinationContent
  Left = 192
  Top = 107
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #35774#22791#20869#23481
  ClientHeight = 238
  ClientWidth = 459
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 10
    Width = 60
    Height = 12
    Caption = #35774#22791#21517#31216#65306
  end
  object DBGrid1: TDBGrid
    Left = 3
    Top = 35
    Width = 452
    Height = 197
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object DestinationNameEdit: TEdit
    Left = 68
    Top = 6
    Width = 304
    Height = 20
    Enabled = False
    TabOrder = 1
  end
  object Button1: TButton
    Left = 379
    Top = 3
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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