ophthalmology.dfm

来自「用Delphi开发的医院管理系统」· DFM 代码 · 共 43 行

DFM
43
字号
object Form6: TForm6
  Left = 0
  Top = 0
  AlphaBlend = True
  AlphaBlendValue = 220
  BorderStyle = bsNone
  Caption = 'Form6'
  ClientHeight = 436
  ClientWidth = 598
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 176
    Top = 24
    Width = 240
    Height = 29
    Caption = #12288#12288#30524#12288#12288#31185#12288#12288
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -29
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 472
    Top = 392
    Width = 81
    Height = 25
    Caption = #36820#22238#30331#24405#30028#38754
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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