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

📄 userset_unit.~dfm

📁 用DELPHI实现的销售管理系统
💻 ~DFM
字号:
object UserSet_Form: TUserSet_Form
  Left = 256
  Top = 102
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = '['#29992#25143#35774#32622']'
  ClientHeight = 184
  ClientWidth = 255
  Color = 13031127
  Ctl3D = False
  Font.Charset = GB2312_CHARSET
  Font.Color = clBlue
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Visible = True
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 255
    Height = 184
    ActivePage = TabSheet1
    Align = alClient
    TabIndex = 0
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #28155#21152#29992#25143
      object GroupBox1: TGroupBox
        Left = 0
        Top = 0
        Width = 247
        Height = 157
        Align = alClient
        TabOrder = 0
        object Label1: TLabel
          Left = 25
          Top = 36
          Width = 36
          Height = 12
          Caption = #29992#25143#21517
          Font.Charset = GB2312_CHARSET
          Font.Color = clBlue
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object Label2: TLabel
          Left = 26
          Top = 67
          Width = 36
          Height = 12
          Caption = #23494'  '#30721
          Font.Charset = GB2312_CHARSET
          Font.Color = clBlue
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object SpeedButton1: TSpeedButton
          Left = 33
          Top = 104
          Width = 70
          Height = 22
          Caption = #28155#21152
          Flat = True
          Font.Charset = GB2312_CHARSET
          Font.Color = clBlue
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          OnClick = SpeedButton1Click
        end
        object SpeedButton2: TSpeedButton
          Left = 128
          Top = 104
          Width = 70
          Height = 22
          Caption = #20851#38381
          Flat = True
          Font.Charset = GB2312_CHARSET
          Font.Color = clBlue
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          OnClick = SpeedButton2Click
        end
        object UserName_Edit: TEdit
          Left = 64
          Top = 33
          Width = 121
          Height = 18
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 0
          OnKeyDown = UserName_EditKeyDown
        end
        object Password_Edit: TEdit
          Left = 64
          Top = 64
          Width = 121
          Height = 18
          Ctl3D = False
          ParentCtl3D = False
          PasswordChar = '*'
          TabOrder = 1
          OnKeyDown = Password_EditKeyDown
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = #21024#38500#29992#25143
      ImageIndex = 1
      object SpeedButton3: TSpeedButton
        Left = 40
        Top = 111
        Width = 70
        Height = 22
        Caption = #21024#38500
        Flat = True
        OnClick = SpeedButton3Click
      end
      object SpeedButton4: TSpeedButton
        Left = 136
        Top = 111
        Width = 70
        Height = 22
        Caption = #20851#38381
        Flat = True
        OnClick = SpeedButton4Click
      end
      object ListBox1: TListBox
        Left = 3
        Top = 2
        Width = 241
        Height = 97
        Ctl3D = False
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 0
      end
    end
    object TabSheet3: TTabSheet
      Caption = #20462#25913#23494#30721
      ImageIndex = 2
      object Label3: TLabel
        Left = 23
        Top = 23
        Width = 36
        Height = 12
        Caption = #29992#25143#21517
      end
      object Label4: TLabel
        Left = 23
        Top = 57
        Width = 36
        Height = 12
        Caption = #23494'  '#30721
      end
      object SpeedButton5: TSpeedButton
        Left = 32
        Top = 88
        Width = 70
        Height = 22
        Caption = #30830#23450
        Flat = True
        OnClick = SpeedButton5Click
      end
      object SpeedButton6: TSpeedButton
        Left = 128
        Top = 88
        Width = 70
        Height = 22
        Caption = #20851#38381
        Flat = True
        OnClick = SpeedButton6Click
      end
      object Cpass_Edit: TEdit
        Left = 60
        Top = 52
        Width = 121
        Height = 18
        Ctl3D = False
        ParentCtl3D = False
        PasswordChar = '*'
        TabOrder = 0
        OnKeyDown = Cpass_EditKeyDown
      end
      object Cuser_Combox: TComboBox
        Left = 60
        Top = 18
        Width = 120
        Height = 20
        BevelKind = bkFlat
        Style = csDropDownList
        Ctl3D = False
        ItemHeight = 0
        ParentCtl3D = False
        TabOrder = 1
        OnKeyDown = Cuser_ComboxKeyDown
      end
    end
  end
end

⌨️ 快捷键说明

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