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

📄 beifen2.dfm

📁 职工信息管理系统的源代码
💻 DFM
字号:
object beifen: Tbeifen
  Left = 172
  Top = 162
  BorderStyle = bsToolWindow
  Caption = #22791#20221#36335#24452
  ClientHeight = 223
  ClientWidth = 237
  Color = clMoneyGreen
  TransparentColor = True
  TransparentColorValue = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 8
    Top = 24
    Width = 68
    Height = 16
    Caption = #22791#20221#36335#24452
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMenu
    Font.Height = -16
    Font.Name = #26149#31179#33521#38596#20307
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Edit1: TEdit
    Left = 88
    Top = 24
    Width = 121
    Height = 19
    Color = clMoneyGreen
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clDefault
    Font.Height = -11
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
  end
  object DriveComboBox1: TDriveComboBox
    Left = 32
    Top = 48
    Width = 145
    Height = 19
    ParentColor = True
    TabOrder = 1
    OnChange = DriveComboBox1Change
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 32
    Top = 67
    Width = 145
    Height = 97
    ItemHeight = 16
    ParentColor = True
    TabOrder = 2
    OnChange = DirectoryListBox1Change
  end
  object Button5: TButton
    Left = 10
    Top = 190
    Width = 75
    Height = 25
    Caption = #30830#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26149#31179#33521#38596#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    OnClick = Button5Click
  end
  object Button3: TButton
    Left = 146
    Top = 190
    Width = 75
    Height = 25
    Caption = #21462#28040
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26149#31179#33521#38596#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 4
    OnClick = Button3Click
  end
  object dir: TTable
    TableName = 'dir.db'
    Left = 192
    Top = 96
    object dirDir: TStringField
      FieldName = 'Dir'
      Size = 50
    end
  end
  object f: TTable
    Left = 80
    Top = 8
  end
end

⌨️ 快捷键说明

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