uadduser.~dfm

来自「本文阐述了目前CRM(Customer Relationship Managem」· ~DFM 代码 · 共 161 行

~DFM
161
字号
object adduser: Tadduser
  Left = 192
  Top = 114
  BorderStyle = bsDialog
  Caption = #28155#21152#29992#25143
  ClientHeight = 339
  ClientWidth = 500
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 240
    Width = 48
    Height = 13
    AutoSize = False
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 200
    Top = 237
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #23494#30721#65306
  end
  object Label3: TLabel
    Left = 368
    Top = 237
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #32423#21035#65306
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 41
    Width = 500
    Height = 168
    Align = alTop
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'user'
        Title.Caption = #29992#25143#21517
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'type'
        Title.Caption = #31867#21035
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'pwd'
        Title.Caption = #23494#30721
        Width = 50
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 500
    Height = 41
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 88
    Top = 280
    Width = 75
    Height = 25
    Caption = #28155#21152#29992#25143
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object Edit1: TEdit
    Left = 64
    Top = 232
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 240
    Top = 233
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object ComboBox1: TComboBox
    Left = 408
    Top = 232
    Width = 81
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 5
    Items.Strings = (
      #26222#36890#29992#25143
      #31995#32479#31649#29702#21592)
  end
  object BitBtn2: TBitBtn
    Left = 184
    Top = 280
    Width = 75
    Height = 25
    Caption = #21024#38500#29992#25143
    TabOrder = 6
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 280
    Top = 280
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 7
    OnClick = BitBtn3Click
  end
  object ADOTable1: TADOTable
    Connection = Form2.ADOConnection1
    CursorType = ctStatic
    TableName = 'yonghu'
    Left = 40
    Top = 288
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 8
    Top = 288
  end
end

⌨️ 快捷键说明

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