moveu.dfm

来自「日昌餐饮管理系统是用Delphi7+SQL写的管理系统」· DFM 代码 · 共 82 行

DFM
82
字号
object moveForm: TmoveForm
  Left = 192
  Top = 107
  Width = 306
  Height = 145
  BorderIcons = []
  Caption = #31867#21035#20301#32622#31227#21160
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 11
    Top = 29
    Width = 12
    Height = 13
    Caption = #20174
  end
  object Label2: TLabel
    Left = 159
    Top = 30
    Width = 54
    Height = 13
    Caption = #21495#20301#32622' '#21040
  end
  object Label3: TLabel
    Left = 256
    Top = 28
    Width = 36
    Height = 13
    Caption = #21495#20301#32622
  end
  object BitBtn1: TBitBtn
    Left = 126
    Top = 76
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 0
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 214
    Top = 76
    Width = 75
    Height = 25
    Caption = #25918#24323
    TabOrder = 1
    Kind = bkCancel
  end
  object ComboBox1: TComboBox
    Left = 31
    Top = 25
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 2
  end
  object ComboBox2: TComboBox
    Left = 214
    Top = 25
    Width = 41
    Height = 21
    ItemHeight = 13
    TabOrder = 3
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 88
    Top = 40
  end
end

⌨️ 快捷键说明

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