xgmm_p.dfm

来自「考试系统,用DELPHI实现C/S模式,保证数据的安全和稳定,比起ASP要好一点」· DFM 代码 · 共 172 行

DFM
172
字号
object f_xgmm: Tf_xgmm
  Left = 347
  Top = 296
  ActiveControl = Edit2
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20462#25913#23494#30721
  ClientHeight = 168
  ClientWidth = 245
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 56
    Height = 14
    Caption = #30331#24405#21517#31216
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label2: TLabel
    Left = 24
    Top = 44
    Width = 56
    Height = 14
    Caption = #21407' '#23494' '#30721
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label3: TLabel
    Left = 24
    Top = 72
    Width = 56
    Height = 14
    Caption = #26032' '#23494' '#30721
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label4: TLabel
    Left = 24
    Top = 102
    Width = 56
    Height = 14
    Caption = #26680#23545#23494#30721
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object SpeedButton1: TSpeedButton
    Tag = 4
    Left = 37
    Top = 134
    Width = 81
    Height = 27
    Caption = #30830' '#23450
    Flat = True
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Tag = 5
    Left = 126
    Top = 134
    Width = 81
    Height = 27
    Caption = #21462' '#28040
    Flat = True
    OnClick = SpeedButton2Click
  end
  object Edit1: TEdit
    Left = 96
    Top = 12
    Width = 121
    Height = 22
    BevelKind = bkFlat
    BorderStyle = bsNone
    Enabled = False
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
  end
  object Edit2: TEdit
    Tag = 1
    Left = 96
    Top = 40
    Width = 121
    Height = 22
    BevelKind = bkFlat
    BorderStyle = bsNone
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    MaxLength = 12
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 1
    OnKeyDown = Edit2KeyDown
  end
  object Edit3: TEdit
    Tag = 2
    Left = 96
    Top = 69
    Width = 121
    Height = 22
    BevelKind = bkFlat
    BorderStyle = bsNone
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    MaxLength = 12
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 2
    OnKeyDown = Edit2KeyDown
  end
  object Edit4: TEdit
    Tag = 3
    Left = 96
    Top = 98
    Width = 121
    Height = 22
    BevelKind = bkFlat
    BorderStyle = bsNone
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    MaxLength = 12
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 3
    OnKeyDown = Edit2KeyDown
  end
end

⌨️ 快捷键说明

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