seek2.dfm

来自「简单的餐饮软件部分源码」· DFM 代码 · 共 54 行

DFM
54
字号
object fseek2: Tfseek2
  Left = 192
  Top = 107
  Width = 310
  Height = 374
  Caption = 'fseek2'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object dbg1: TDBGrid
    Left = 6
    Top = 4
    Width = 289
    Height = 300
    Color = clInfoBk
    DataSource = DataM.seek2data
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = dbg1DblClick
  end
  object but1: TButton
    Left = 146
    Top = 311
    Width = 74
    Height = 34
    Caption = 'but1'
    TabOrder = 1
    OnClick = but1Click
  end
  object but2: TButton
    Left = 222
    Top = 310
    Width = 74
    Height = 34
    Caption = 'but2'
    TabOrder = 2
    OnClick = but2Click
  end
end

⌨️ 快捷键说明

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