xgmm.dfm

来自「某计算机学院的毕业设计及论文」· DFM 代码 · 共 134 行

DFM
134
字号
object XGMMForm: TXGMMForm
  Left = 284
  Top = 345
  Width = 348
  Height = 278
  Caption = #20462#25913#23494#30721
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 7
    Top = 6
    Width = 322
    Height = 187
    Caption = ' '#29992#25143#20449#24687' '
    Color = clBtnFace
    Ctl3D = True
    ParentColor = False
    ParentCtl3D = False
    TabOrder = 0
    object Label1: TLabel
      Left = 39
      Top = 33
      Width = 54
      Height = 13
      Caption = #29992' '#25143' '#21517#65306
    end
    object Label3: TLabel
      Left = 39
      Top = 105
      Width = 54
      Height = 13
      Caption = #26032' '#23494' '#30721#65306
    end
    object Label5: TLabel
      Left = 39
      Top = 141
      Width = 60
      Height = 13
      Caption = #30830#35748#23494#30721#65306
    end
    object Label2: TLabel
      Left = 39
      Top = 69
      Width = 54
      Height = 13
      Caption = #21407' '#23494' '#30721#65306
    end
    object Edit2: TEdit
      Left = 113
      Top = 101
      Width = 176
      Height = 23
      BevelKind = bkFlat
      BorderStyle = bsNone
      PasswordChar = '*'
      TabOrder = 1
    end
    object Edit1: TEdit
      Left = 113
      Top = 137
      Width = 176
      Height = 23
      BevelKind = bkFlat
      BorderStyle = bsNone
      PasswordChar = '*'
      TabOrder = 2
    end
    object Edit3: TEdit
      Left = 113
      Top = 30
      Width = 176
      Height = 23
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 0
    end
    object Edit4: TEdit
      Left = 113
      Top = 65
      Width = 176
      Height = 23
      BevelKind = bkFlat
      BorderStyle = bsNone
      PasswordChar = '*'
      TabOrder = 3
    end
  end
  object Button1: TButton
    Left = 120
    Top = 208
    Width = 66
    Height = 25
    Caption = #20462#25913
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 192
    Top = 208
    Width = 66
    Height = 25
    Caption = #28165#38500
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button2: TButton
    Left = 264
    Top = 208
    Width = 66
    Height = 25
    Caption = #36864#20986
    ModalResult = 1
    TabOrder = 3
    OnClick = Button2Click
  end
  object ADOTable1: TADOTable
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=.\'#25945#23460#31649#29702'.mdb;Persist ' +
      'Security Info=False;User ID=Admin;Password=""'
    CursorType = ctStatic
    TableName = 'logo'
    Left = 32
    Top = 32
  end
end

⌨️ 快捷键说明

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