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

📄 purnewuser.dfm

📁 权限管理
💻 DFM
字号:
object FrmDPurNewUser: TFrmDPurNewUser
  Left = 278
  Top = 262
  Width = 517
  Height = 369
  Caption = 'FrmDPurNewUser'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox2: TGroupBox
    Left = 9
    Top = 0
    Width = 486
    Height = 296
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 9
      Top = 17
      Width = 226
      Height = 270
      Caption = #35831#36873#25321#29992#25143
      TabOrder = 0
      object DBGrid1: TDBGrid
        Left = 17
        Top = 26
        Width = 192
        Height = 226
        DataSource = DataSource1
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            Title.Caption = #32534#30721
            Width = 75
            Visible = True
          end
          item
            Expanded = False
            Title.Caption = #22995#21517
            Width = 90
            Visible = True
          end>
      end
    end
    object GroupBox3: TGroupBox
      Left = 243
      Top = 17
      Width = 226
      Height = 123
      Caption = #35831#36755#20837#30331#24405#21517#23383#21644#23494#30721
      TabOrder = 1
      object Label1: TLabel
        Left = 17
        Top = 26
        Width = 56
        Height = 13
        AutoSize = False
        Caption = #30331#24405#21517#23383
      end
      object Label2: TLabel
        Left = 17
        Top = 61
        Width = 56
        Height = 13
        AutoSize = False
        Caption = #30331#24405#23494#30721
      end
      object Label6: TLabel
        Left = 17
        Top = 95
        Width = 56
        Height = 13
        AutoSize = False
        Caption = #30830#35748#23494#30721
      end
      object EdtDlmz: TEdit
        Left = 78
        Top = 17
        Width = 131
        Height = 21
        TabOrder = 0
      end
      object EdtDlmm: TEdit
        Left = 78
        Top = 52
        Width = 131
        Height = 21
        PasswordChar = '*'
        TabOrder = 1
      end
      object EdtQrmm: TEdit
        Left = 78
        Top = 87
        Width = 131
        Height = 21
        PasswordChar = '*'
        TabOrder = 2
      end
    end
    object GroupBox4: TGroupBox
      Left = 243
      Top = 147
      Width = 226
      Height = 140
      Caption = #35814#32454#20449#24687
      TabOrder = 2
      object Label3: TLabel
        Left = 26
        Top = 26
        Width = 26
        Height = 13
        AutoSize = False
        Caption = #24615#21035
      end
      object Label4: TLabel
        Left = 26
        Top = 61
        Width = 26
        Height = 13
        AutoSize = False
        Caption = #23703#20301
      end
      object Label5: TLabel
        Left = 26
        Top = 95
        Width = 24
        Height = 13
        Caption = #32844#21153
      end
      object DBEdtXb: TDBEdit
        Left = 78
        Top = 26
        Width = 131
        Height = 21
        Color = clScrollBar
        DataSource = DataSource1
        ReadOnly = True
        TabOrder = 0
      end
      object DBEdtGw: TDBEdit
        Left = 78
        Top = 61
        Width = 131
        Height = 21
        Color = clScrollBar
        DataSource = DataSource1
        ReadOnly = True
        TabOrder = 1
      end
      object DBEdtZw: TDBEdit
        Left = 78
        Top = 95
        Width = 131
        Height = 21
        Color = clScrollBar
        DataSource = DataSource1
        ReadOnly = True
        TabOrder = 2
      end
    end
  end
  object btnOk: TButton
    Left = 192
    Top = 304
    Width = 75
    Height = 25
    Caption = #30830'  '#23450
    ModalResult = 1
    TabOrder = 1
    OnClick = btnOkClick
  end
  object btnCancel: TButton
    Left = 288
    Top = 304
    Width = 75
    Height = 25
    Caption = #21462'  '#28040
    ModalResult = 2
    TabOrder = 2
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 48
    Top = 304
  end
  object ADODataSet1: TADODataSet
    Connection = DM.ADOConnection1
    AfterScroll = ADODataSet1AfterScroll
    Parameters = <>
    Left = 18
    Top = 305
  end
  object ADODataSet2: TADODataSet
    Connection = DM.ADOConnection1
    Parameters = <>
    Left = 80
    Top = 304
  end
end

⌨️ 快捷键说明

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