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

📄 main.~dfm

📁 本系统是用delphi工具制作而成的一个简单的人事管理系统。
💻 ~DFM
📖 第 1 页 / 共 5 页
字号:
object mainform: Tmainform
  Left = 296
  Top = 147
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20154#20107#31649#29702#31995#32479
  ClientHeight = 385
  ClientWidth = 529
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 24
    Width = 529
    Height = 361
    ActivePage = TabSheet3
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'Sheet1'
      object GroupBox1: TGroupBox
        Left = 0
        Top = 0
        Width = 337
        Height = 281
        Caption = #25805#20316#21592#20449#24687
        Color = clMenuHighlight
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentColor = False
        ParentFont = False
        TabOrder = 0
        object Label1: TLabel
          Left = 24
          Top = 48
          Width = 81
          Height = 20
          AutoSize = False
          Caption = #29992#25143#21517
        end
        object Label2: TLabel
          Left = 24
          Top = 104
          Width = 81
          Height = 20
          AutoSize = False
          Caption = #29992#25143#23494#30721
        end
        object Label3: TLabel
          Left = 24
          Top = 160
          Width = 81
          Height = 20
          AutoSize = False
          Caption = #25152#23646#37096#38376
        end
        object Label4: TLabel
          Left = 24
          Top = 216
          Width = 81
          Height = 20
          AutoSize = False
          Caption = #25805#20316#26085#26399
        end
        object Edit1: TEdit
          Left = 120
          Top = 48
          Width = 169
          Height = 28
          MaxLength = 10
          TabOrder = 0
        end
        object Edit2: TEdit
          Left = 120
          Top = 104
          Width = 169
          Height = 28
          MaxLength = 10
          PasswordChar = '@'
          TabOrder = 1
        end
        object Edit3: TEdit
          Left = 120
          Top = 160
          Width = 169
          Height = 28
          MaxLength = 10
          TabOrder = 2
        end
        object Edit4: TEdit
          Left = 120
          Top = 216
          Width = 169
          Height = 28
          ReadOnly = True
          TabOrder = 3
        end
      end
      object GroupBox2: TGroupBox
        Left = 336
        Top = 0
        Width = 185
        Height = 281
        Caption = #25805#20316#21592#26435#38480
        Color = clMenuHighlight
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentColor = False
        ParentFont = False
        TabOrder = 1
        object C1: TCheckBox
          Left = 32
          Top = 72
          Width = 129
          Height = 33
          Caption = #31649#29702#21592#26435#38480
          TabOrder = 0
        end
        object C2: TCheckBox
          Left = 32
          Top = 120
          Width = 129
          Height = 33
          Caption = #25805#20316#21592#26435#38480
          TabOrder = 1
        end
        object C3: TCheckBox
          Left = 32
          Top = 168
          Width = 129
          Height = 33
          Caption = #26597#35810#26435#38480
          TabOrder = 2
        end
      end
      object GroupBox3: TGroupBox
        Left = 0
        Top = 272
        Width = 521
        Height = 65
        Caption = #25805#20316#27169#24335
        Color = clMenuHighlight
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentColor = False
        ParentFont = False
        TabOrder = 2
        object Rb1: TRadioButton
          Left = 104
          Top = 24
          Width = 113
          Height = 17
          Caption = #26032#22686#25805#20316#21592
          Checked = True
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 0
          TabStop = True
        end
        object Rb2: TRadioButton
          Left = 232
          Top = 24
          Width = 113
          Height = 17
          Caption = #20462#25913#20449#24687
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 1
        end
        object Rb3: TRadioButton
          Left = 352
          Top = 24
          Width = 113
          Height = 17
          Caption = #21024#38500
          Font.Charset = DEFAULT_CHARSET

⌨️ 快捷键说明

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