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

📄 employeeloginform.dfm

📁 本程序是一个餐饮业的管理软件
💻 DFM
字号:
object FrmEmployeeLogin: TFrmEmployeeLogin
  Left = 255
  Top = 310
  BorderStyle = bsToolWindow
  Caption = #20154#21592#30331#35760
  ClientHeight = 283
  ClientWidth = 520
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 521
    Height = 89
    Caption = #19978#29677#30331#35760
    TabOrder = 0
    object Label1: TLabel
      Left = 88
      Top = 40
      Width = 71
      Height = 13
      Caption = #36755#20837#21592#24037'ID'#65306
    end
    object Edit1: TEdit
      Left = 184
      Top = 32
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object Button1: TButton
      Left = 344
      Top = 32
      Width = 75
      Height = 25
      Caption = #19978#29677
      TabOrder = 1
      OnClick = Button1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 96
    Width = 521
    Height = 89
    Caption = #19979#29677#30331#35760
    TabOrder = 1
    object Label2: TLabel
      Left = 88
      Top = 40
      Width = 71
      Height = 13
      Caption = #36755#20837#21592#24037'ID'#65306
    end
    object Edit2: TEdit
      Left = 184
      Top = 32
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object Button2: TButton
      Left = 344
      Top = 32
      Width = 75
      Height = 25
      Caption = #19979#29677
      TabOrder = 1
      OnClick = Button2Click
    end
  end
  object GroupBox3: TGroupBox
    Left = 0
    Top = 192
    Width = 521
    Height = 89
    Caption = #21592#24037#29366#24577
    TabOrder = 2
    object DBGrid1: TDBGrid
      Left = 0
      Top = 16
      Width = 513
      Height = 73
      DataSource = Data.DataSEmployee
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'EmployeeID'
          Width = 60
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Name'
          Width = 142
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'DutyType'
          Width = 126
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Working'
          Width = 160
          Visible = True
        end>
    end
  end
end

⌨️ 快捷键说明

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