viewfeeform.dfm

来自「本程序是一个餐饮业的管理软件」· DFM 代码 · 共 103 行

DFM
103
字号
object FrmViewFee: TFrmViewFee
  Left = 371
  Top = 180
  BorderStyle = bsToolWindow
  Caption = #29992#39184#36134#30446#26597#38405
  ClientHeight = 310
  ClientWidth = 544
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 60
    Height = 13
    Caption = #36134#30446#24180#20221#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 48
    Width = 60
    Height = 13
    Caption = #29616#37329#25910#20837#65306
  end
  object Label3: TLabel
    Left = 256
    Top = 16
    Width = 60
    Height = 13
    Caption = #25903#31080#25910#20837#65306
  end
  object Label4: TLabel
    Left = 256
    Top = 48
    Width = 60
    Height = 13
    Caption = #25910#20837#24635#39069#65306
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 72
    Width = 529
    Height = 233
    DataSource = Data.DataSEnd
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit2: TEdit
    Left = 112
    Top = 40
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ReadOnly = True
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 328
    Top = 8
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ReadOnly = True
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 328
    Top = 40
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ReadOnly = True
    TabOrder = 3
  end
  object SpinEdit1: TSpinEdit
    Left = 112
    Top = 8
    Width = 121
    Height = 22
    MaxValue = 2020
    MinValue = 1999
    TabOrder = 4
    Value = 1999
    OnChange = SpinEdit1Change
  end
end

⌨️ 快捷键说明

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