caseform.~dfm

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

~DFM
80
字号
object Form1: TForm1
  Left = 325
  Top = 154
  Width = 362
  Height = 375
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 339
    Height = 289
    DataSource = DataM.reasondata
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object but6: TButton
    Left = 274
    Top = 306
    Width = 72
    Height = 36
    Caption = 'Button1'
    TabOrder = 1
    Visible = False
  end
  object but5: TButton
    Left = 202
    Top = 306
    Width = 72
    Height = 36
    Caption = 'Button1'
    TabOrder = 2
    Visible = False
  end
  object but1: TButton
    Left = 56
    Top = 306
    Width = 72
    Height = 36
    Caption = 'but1'
    TabOrder = 3
  end
  object but2: TButton
    Left = 129
    Top = 306
    Width = 72
    Height = 36
    Caption = 'Button1'
    TabOrder = 4
  end
  object but3: TButton
    Left = 201
    Top = 306
    Width = 72
    Height = 36
    Caption = 'Button1'
    TabOrder = 5
  end
  object but4: TButton
    Left = 273
    Top = 306
    Width = 72
    Height = 36
    Caption = 'Button1'
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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