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

📄 user.dfm

📁 软件类别: 数据库 软件大小: 2.60M 运行环境: Win9xNT/2000/XP 一套车辆管理系统,此版本为商业版,大家一定用的着。
💻 DFM
字号:
object frm_User: Tfrm_User
  Left = 112
  Top = 179
  Width = 408
  Height = 328
  BorderIcons = [biSystemMenu]
  Caption = #12304#25805#20316#29992#25143#31649#29702#27169#22359#12305
  Color = clSkyBlue
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 400
    Height = 301
    Align = alClient
    Caption = 'Panel1'
    ParentColor = True
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 164
      Width = 398
      Height = 136
      Align = alClient
      DataSource = frm_Data.Data_Login
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      OnCellClick = DBGrid1CellClick
      Columns = <
        item
          Expanded = False
          FieldName = 'User_ID'
          Title.Caption = #29992#25143#32534#21495
          Width = 70
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'User_Type'
          Title.Caption = #29992#25143#31867#22411
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'User_Name'
          Title.Caption = #29992#25143#21517#31216
          Visible = True
        end>
    end
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 398
      Height = 163
      Align = alTop
      ParentColor = True
      TabOrder = 1
      object Label1: TLabel
        Left = 14
        Top = 5
        Width = 96
        Height = 16
        Caption = #25805#20316#29992#25143#31649#29702
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object EditUser_ID: TLabeledEdit
        Left = 81
        Top = 39
        Width = 202
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #29992#25143#32534#21495#65306
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 0
      end
      object Edit2: TLabeledEdit
        Left = 81
        Top = 63
        Width = 202
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #29992#25143#31867#22411#65306
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 1
      end
      object EditUser_Name: TLabeledEdit
        Left = 81
        Top = 87
        Width = 202
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #29992#25143#21517#31216#65306
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 2
      end
      object EditUser_Pwd: TLabeledEdit
        Left = 81
        Top = 110
        Width = 202
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #25805#20316#21475#20196#65306
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 3
      end
      object ToolBar1: TToolBar
        Left = 1
        Top = 133
        Width = 396
        Height = 29
        Align = alBottom
        Caption = 'ToolBar1'
        TabOrder = 4
        object Cmd_Add: TSpeedButton
          Left = 0
          Top = 2
          Width = 60
          Height = 22
          Caption = '&'#22686#21152
          OnClick = Cmd_AddClick
        end
        object Cmd_Delete: TSpeedButton
          Left = 60
          Top = 2
          Width = 60
          Height = 22
          Caption = '&'#21024#38500
          OnClick = Cmd_DeleteClick
        end
        object Cmd_Edit: TSpeedButton
          Left = 120
          Top = 2
          Width = 60
          Height = 22
          Caption = '&'#20462#25913
          OnClick = Cmd_EditClick
        end
        object Cmd_Save: TSpeedButton
          Left = 180
          Top = 2
          Width = 60
          Height = 22
          Caption = '&'#20445#23384
          OnClick = Cmd_SaveClick
        end
        object Cmd_Rush: TSpeedButton
          Left = 240
          Top = 2
          Width = 60
          Height = 22
          Caption = '&'#21047#26032
          OnClick = Cmd_RushClick
        end
        object Cmd_Cancel: TSpeedButton
          Left = 300
          Top = 2
          Width = 60
          Height = 22
          Caption = '&'#20851#38381
          OnClick = Cmd_CancelClick
        end
      end
      object EditUser_Type: TComboBox
        Left = 81
        Top = 63
        Width = 202
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        ItemHeight = 13
        TabOrder = 5
      end
      object EditID: TEdit
        Left = 296
        Top = 40
        Width = 68
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 6
        Visible = False
      end
      object GroupBox1: TGroupBox
        Left = 13
        Top = 25
        Width = 269
        Height = 9
        Color = clActiveCaption
        ParentColor = False
        TabOrder = 7
      end
    end
  end
end

⌨️ 快捷键说明

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