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

📄 usersetup_unit.dfm

📁 货源代理管理系统 同样是DELPHI7下的
💻 DFM
字号:
object frmUserSetup: TfrmUserSetup
  Left = 286
  Top = 230
  BorderStyle = bsDialog
  Caption = #31995#32479#29992#25143#31649#29702
  ClientHeight = 191
  ClientWidth = 422
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 185
    Top = 52
    Width = 60
    Height = 12
    Caption = #29992#25143#32534#21495#65306
  end
  object Label2: TLabel
    Left = 185
    Top = 95
    Width = 60
    Height = 12
    Caption = #29992#25143#22995#21517#65306
  end
  object Label3: TLabel
    Left = 185
    Top = 132
    Width = 78
    Height = 12
    Caption = #21021#22987#23494#30721#20026#65306'0'
  end
  object btnClose: TBitBtn
    Left = 339
    Top = 153
    Width = 75
    Height = 25
    Caption = #20851#38381'(&E)'
    ModalResult = 2
    TabOrder = 0
    OnClick = btnCloseClick
  end
  object btnInsert: TBitBtn
    Left = 172
    Top = 3
    Width = 60
    Height = 25
    Caption = #26032#22686'(&A)'
    TabOrder = 1
    OnClick = btnInsertClick
  end
  object btnSave: TBitBtn
    Left = 234
    Top = 3
    Width = 60
    Height = 25
    Caption = #20445#23384'(&S)'
    TabOrder = 2
    OnClick = btnSaveClick
  end
  object btnDelete: TBitBtn
    Left = 296
    Top = 3
    Width = 60
    Height = 25
    Caption = #21024#38500'(&D)'
    TabOrder = 3
    OnClick = btnDeleteClick
  end
  object btnCancel: TBitBtn
    Left = 359
    Top = 3
    Width = 60
    Height = 25
    Caption = #25764#38144'(&C)'
    TabOrder = 4
    OnClick = btnCancelClick
  end
  object dbgrdUsers: TDBGrid
    Left = 0
    Top = 0
    Width = 169
    Height = 191
    Align = alLeft
    DataSource = DM.dsrUsers
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 5
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'LoginID'
        Title.Alignment = taCenter
        Title.Caption = #29992#25143#32534#21495
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'LoginName'
        Title.Alignment = taCenter
        Title.Caption = #29992#25143#22995#21517
        Width = 76
        Visible = True
      end>
  end
  object DBEdit1: TDBEdit
    Left = 245
    Top = 48
    Width = 121
    Height = 20
    DataField = 'LoginID'
    DataSource = DM.dsrUsers
    TabOrder = 6
  end
  object DBEdit2: TDBEdit
    Left = 245
    Top = 91
    Width = 121
    Height = 20
    DataField = 'LoginName'
    DataSource = DM.dsrUsers
    TabOrder = 7
  end
end

⌨️ 快捷键说明

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