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

📄 login_man.dfm

📁 delphi的一个开发实例
💻 DFM
字号:
object frm_Login_Man: Tfrm_Login_Man
  Left = 244
  Top = 281
  Width = 588
  Height = 433
  AutoSize = True
  BorderIcons = [biSystemMenu]
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 580
    Height = 406
    Align = alClient
    Caption = 'Panel1'
    Color = clSkyBlue
    TabOrder = 0
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 457
      Height = 404
      Align = alLeft
      Color = clSkyBlue
      TabOrder = 0
      object GroupBox1: TGroupBox
        Left = 1
        Top = 1
        Width = 455
        Height = 105
        Align = alTop
        Caption = #36807#28388#26041#24335
        Font.Charset = ANSI_CHARSET
        Font.Color = clFuchsia
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object SpeedButton4: TSpeedButton
          Left = 357
          Top = 49
          Width = 90
          Height = 22
          Caption = #36807#28388
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object SpeedButton5: TSpeedButton
          Left = 357
          Top = 74
          Width = 91
          Height = 22
          Caption = #21462#28040
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object LabeledEdit1: TLabeledEdit
          Left = 120
          Top = 16
          Width = 207
          Height = 22
          EditLabel.Width = 70
          EditLabel.Height = 14
          EditLabel.Caption = #25353#25152#23646#37096#38376
          EditLabel.Color = clSkyBlue
          EditLabel.Font.Charset = ANSI_CHARSET
          EditLabel.Font.Color = clBlack
          EditLabel.Font.Height = -14
          EditLabel.Font.Name = #23435#20307
          EditLabel.Font.Style = []
          EditLabel.ParentColor = False
          EditLabel.ParentFont = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          LabelPosition = lpLeft
          LabelSpacing = 3
          ParentFont = False
          TabOrder = 0
        end
        object LabeledEdit2: TLabeledEdit
          Left = 120
          Top = 44
          Width = 207
          Height = 22
          EditLabel.Width = 70
          EditLabel.Height = 14
          EditLabel.Caption = #25353#21592#24037#32534#21495
          EditLabel.Font.Charset = ANSI_CHARSET
          EditLabel.Font.Color = clBlack
          EditLabel.Font.Height = -14
          EditLabel.Font.Name = #23435#20307
          EditLabel.Font.Style = []
          EditLabel.ParentFont = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          LabelPosition = lpLeft
          LabelSpacing = 3
          ParentFont = False
          TabOrder = 1
        end
        object LabeledEdit3: TLabeledEdit
          Left = 120
          Top = 72
          Width = 207
          Height = 22
          EditLabel.Width = 70
          EditLabel.Height = 14
          EditLabel.Caption = #25353#21592#24037#22995#21517
          EditLabel.Font.Charset = ANSI_CHARSET
          EditLabel.Font.Color = clBlack
          EditLabel.Font.Height = -14
          EditLabel.Font.Name = #23435#20307
          EditLabel.Font.Style = []
          EditLabel.ParentFont = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          LabelPosition = lpLeft
          LabelSpacing = 3
          ParentFont = False
          TabOrder = 2
        end
      end
      object DBGrid1: TDBGrid
        Left = 1
        Top = 106
        Width = 455
        Height = 297
        Align = alClient
        FixedColor = clSkyBlue
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 1
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -13
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        OnCellClick = DBGrid1CellClick
        OnDblClick = Cmd_SelectClick
      end
    end
    object Panel3: TPanel
      Left = 458
      Top = 1
      Width = 121
      Height = 404
      Align = alClient
      Caption = 'Panel3'
      Color = clSkyBlue
      TabOrder = 1
      object GroupBox2: TGroupBox
        Left = 1
        Top = 1
        Width = 119
        Height = 402
        Align = alClient
        TabOrder = 0
        object Cmd_Select: TSpeedButton
          Left = 16
          Top = 16
          Width = 90
          Height = 22
          Caption = #36873#25321
          OnClick = Cmd_SelectClick
        end
        object SpeedButton2: TSpeedButton
          Left = 16
          Top = 52
          Width = 91
          Height = 22
          Caption = #28155#21152
          OnClick = SpeedButton2Click
        end
        object SpeedButton3: TSpeedButton
          Left = 16
          Top = 362
          Width = 90
          Height = 22
          Caption = #36864#20986
          OnClick = SpeedButton3Click
        end
      end
    end
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clBtnShadow
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = True
    Active = True
    ControlUseTrueXPStyle = True
    BtnRoundArc = 5
    BtnOutLineBorderColor = 7552000
    BtnInnerBorderMoveColor = 3257087
    BtnInnerBorderFocusColor = 15183500
    BtnSurfaceNormalColor = clSkyBlue
    BtnSurfaceDownColor = 16251903
    BtnSurfaceBottomLineColor = 14608359
    BtnSurfaceDownBottomLineColor = 15199215
    RdoChkControlChkColor = 41472
    ComboBoxChkColor = 9201994
    ComboboxSurfaceMoveColor = 16771030
    ControlDisabledBorderColor = 11913158
    Left = 216
    Top = 144
  end
end

⌨️ 快捷键说明

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