seek3form.dfm

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

DFM
96
字号
object Fseek3: TFseek3
  Left = 127
  Top = 127
  AutoScroll = False
  Caption = 'Fseek3'
  ClientHeight = 341
  ClientWidth = 482
  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 = 3
    Width = 233
    Height = 294
    Color = clInfoBk
    DataSource = DataM.seek3data
    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 = 88
    Top = 302
    Width = 73
    Height = 35
    Caption = 'but1'
    TabOrder = 1
    OnClick = but1Click
  end
  object but2: TButton
    Left = 164
    Top = 302
    Width = 73
    Height = 35
    Caption = 'Button1'
    TabOrder = 2
    OnClick = but2Click
  end
  object dbg2: TDBGrid
    Left = 248
    Top = 7
    Width = 228
    Height = 291
    DataSource = DataM.insert3data
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object but3: TButton
    Left = 322
    Top = 302
    Width = 73
    Height = 35
    Caption = 'but3'
    TabOrder = 4
    OnClick = but3Click
  end
  object but4: TButton
    Left = 396
    Top = 302
    Width = 73
    Height = 35
    Caption = 'but3'
    TabOrder = 5
    OnClick = but4Click
  end
  object but5: TButton
    Left = 246
    Top = 302
    Width = 73
    Height = 35
    Caption = 'but5'
    TabOrder = 6
    Visible = False
    OnClick = but5Click
  end
end

⌨️ 快捷键说明

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