unit_frmseatsame.dfm

来自「影院售票系统完整源码」· DFM 代码 · 共 72 行

DFM
72
字号
object frmseatSame: TfrmseatSame
  Left = 252
  Top = 131
  Width = 265
  Height = 167
  Caption = #24231#20301#31561#21516#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 48
    Top = 24
    Width = 48
    Height = 12
    Caption = #26032#22686#25490#65306
  end
  object Label2: TLabel
    Left = 48
    Top = 60
    Width = 48
    Height = 12
    Caption = #31561#21516#25490#65306
  end
  object Edtnewrow: TCyberEdit
    Left = 96
    Top = 24
    Width = 121
    Height = 20
    EditType = etInteger
    EditAlign = etAlignNone
    Color = clWindow
    TabOrder = 0
  end
  object EdtOldrow: TCyberEdit
    Left = 96
    Top = 56
    Width = 121
    Height = 20
    EditType = etInteger
    EditAlign = etAlignNone
    Color = clWindow
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 56
    Top = 96
    Width = 75
    Height = 25
    Caption = #20445#23384'(&S)'
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 144
    Top = 96
    Width = 75
    Height = 25
    Caption = #36820#22238'(&X)'
    ModalResult = 1
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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