frmosoonuser.dfm

来自「一个简单的同学录软件」· DFM 代码 · 共 113 行

DFM
113
字号
object FmOsoonUser: TFmOsoonUser
  Left = 212
  Top = 234
  BorderStyle = bsDialog
  Caption = 'Osoon同学录登陆设置'
  ClientHeight = 142
  ClientWidth = 320
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = 8
    Top = 16
    Width = 305
    Height = 89
  end
  object Label1: TLabel
    Left = 37
    Top = 32
    Width = 48
    Height = 12
    Caption = '用户名:'
  end
  object Label2: TLabel
    Left = 48
    Top = 58
    Width = 36
    Height = 12
    Caption = '密码:'
  end
  object Label3: TLabel
    Left = 24
    Top = 82
    Width = 60
    Height = 12
    Caption = '网络延时:'
  end
  object Label4: TLabel
    Left = 153
    Top = 83
    Width = 60
    Height = 12
    Caption = '班级代号:'
  end
  object strUser: TFlatEdit
    Left = 96
    Top = 32
    Width = 177
    Height = 18
    ColorFlat = clBtnFace
    ParentColor = True
    TabOrder = 0
  end
  object strPassWord: TFlatEdit
    Left = 96
    Top = 56
    Width = 177
    Height = 18
    ColorFlat = clBtnFace
    ParentColor = True
    PasswordChar = '*'
    TabOrder = 1
  end
  object strClassid: TFlatEdit
    Left = 216
    Top = 80
    Width = 57
    Height = 18
    ColorFlat = clBtnFace
    ParentColor = True
    TabOrder = 2
    Text = '44732'
  end
  object BitBtn1: TFlatButton
    Left = 128
    Top = 112
    Width = 73
    Height = 25
    Caption = '保存(&S)'
    TabOrder = 3
    OnClick = BitBtn1Click
  end
  object BitBtn2: TFlatButton
    Left = 208
    Top = 112
    Width = 73
    Height = 25
    Caption = '取消(&C)'
    TabOrder = 4
    OnClick = BitBtn2Click
  end
  object webdelay: TFlatSpinEditInteger
    Left = 96
    Top = 80
    Width = 49
    Height = 19
    ColorFlat = clBtnFace
    AutoSize = False
    MaxValue = 50
    MinValue = 5
    ParentColor = True
    TabOrder = 5
    Value = 15
  end
end

⌨️ 快捷键说明

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