⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mimagai11.dfm

📁 delphi制作的校医院收费系统
💻 DFM
字号:
object mimagai: Tmimagai
  Left = 431
  Top = 270
  AutoScroll = False
  AutoSize = True
  BorderIcons = []
  Caption = #23494#30721#20462#25913
  ClientHeight = 174
  ClientWidth = 215
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 215
    Height = 121
    Align = alTop
    Caption = #25805#20316#21488
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 48
      Height = 13
      Caption = #21407#23494#30721':   '
    end
    object Label2: TLabel
      Left = 16
      Top = 56
      Width = 45
      Height = 13
      Caption = #26032#23494#30721':  '
    end
    object Label3: TLabel
      Left = 16
      Top = 88
      Width = 57
      Height = 13
      Caption = #30830#35748#23494#30721':  '
    end
    object Edit1: TEdit
      Left = 80
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
      OnKeyPress = Edit1KeyPress
    end
    object Edit2: TEdit
      Left = 80
      Top = 52
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
      Text = 'Edit2'
      OnKeyPress = Edit2KeyPress
    end
    object Edit3: TEdit
      Left = 80
      Top = 80
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 2
      Text = 'Edit3'
      OnKeyPress = Edit3KeyPress
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 121
    Width = 215
    Height = 53
    Align = alClient
    TabOrder = 1
    object Button1: TButton
      Left = 24
      Top = 15
      Width = 75
      Height = 25
      Caption = #25552#20132
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 112
      Top = 15
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 1
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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