unit18.dfm

来自「这是一个平时无事是编写的一个航空售票管理小系统,与大家分享, 有什么问题大家在」· DFM 代码 · 共 40 行

DFM
40
字号
object Form18: TForm18
  Left = 210
  Top = 163
  BorderStyle = bsDialog
  Caption = 'Form18'
  ClientHeight = 453
  ClientWidth = 688
  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 Label1: TLabel
    Left = 160
    Top = 168
    Width = 346
    Height = 29
    Caption = #19981#22909#24847#24605','#27809#26377#25552#20379#25171#21360#26426
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -29
    Font.Name = #40657#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Button1: TButton
    Left = 288
    Top = 296
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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