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

📄 editemployeeform.dfm

📁 本程序是一个餐饮业的管理软件
💻 DFM
字号:
object FrmEmployeeEdit: TFrmEmployeeEdit
  Left = 325
  Top = 224
  BorderStyle = bsToolWindow
  Caption = #38599#21592#35774#32622
  ClientHeight = 450
  ClientWidth = 593
  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 = 297
    Height = 449
    Caption = #38599#21592#28155#21152#21024#38500#20462#25913
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 47
      Height = 13
      Caption = #38599#21592'ID'#65306
    end
    object Label2: TLabel
      Left = 16
      Top = 40
      Width = 60
      Height = 13
      Caption = #38599#21592#22995#21517#65306
    end
    object Label3: TLabel
      Left = 16
      Top = 64
      Width = 60
      Height = 13
      Caption = #38599#21592#32844#36131#65306
    end
    object DBText1: TDBText
      Left = 80
      Top = 16
      Width = 65
      Height = 17
      DataField = 'EmployeeID'
      DataSource = Data.DataSEmployee
    end
    object Label8: TLabel
      Left = 16
      Top = 88
      Width = 60
      Height = 13
      Caption = #24037#20316#29366#24577#65306
    end
    object DBEdit1: TDBEdit
      Left = 80
      Top = 32
      Width = 145
      Height = 21
      DataField = 'Name'
      DataSource = Data.DataSEmployee
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object DBComboBox1: TDBComboBox
      Left = 80
      Top = 56
      Width = 145
      Height = 21
      DataField = 'DutyType'
      DataSource = Data.DataSEmployee
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      Items.Strings = (
        #25509#24453
        #22823#22530
        #21416#25151
        #37197#33756
        #32463#29702
        #25910#27454
        #27927#30871
        #20854#23427)
      TabOrder = 1
    end
    object DBNavigator1: TDBNavigator
      Left = 8
      Top = 104
      Width = 280
      Height = 25
      DataSource = Data.DataSEmployee
      TabOrder = 2
    end
    object DBGrid1: TDBGrid
      Left = 8
      Top = 136
      Width = 281
      Height = 305
      DataSource = Data.DataSEmployee
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ReadOnly = True
      TabOrder = 3
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object DBComboBox2: TDBComboBox
      Left = 80
      Top = 80
      Width = 145
      Height = 21
      DataField = 'Working'
      DataSource = Data.DataSEmployee
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      Items.Strings = (
        #26159
        #21542)
      TabOrder = 4
    end
  end
  object GroupBox2: TGroupBox
    Left = 304
    Top = 0
    Width = 289
    Height = 449
    Caption = #38599#21592#20986#21220#24773#20917#20462#25913
    TabOrder = 1
    object Label4: TLabel
      Left = 16
      Top = 16
      Width = 23
      Height = 13
      Caption = 'ID'#65306
    end
    object Label5: TLabel
      Left = 16
      Top = 40
      Width = 47
      Height = 13
      Caption = #38599#21592'ID'#65306
    end
    object Label6: TLabel
      Left = 16
      Top = 64
      Width = 84
      Height = 13
      Caption = #24037#20316#24320#22987#26102#38388#65306
    end
    object Label7: TLabel
      Left = 16
      Top = 88
      Width = 84
      Height = 13
      Caption = #24037#20316#32467#26463#26102#38388#65306
    end
    object DBText2: TDBText
      Left = 96
      Top = 16
      Width = 65
      Height = 17
      DataField = 'ID'
      DataSource = Data.DataSAttendence
    end
    object DBText3: TDBText
      Left = 96
      Top = 40
      Width = 65
      Height = 17
      DataField = 'EmployeeID'
      DataSource = Data.DataSAttendence
    end
    object DBEdit2: TDBEdit
      Left = 96
      Top = 56
      Width = 121
      Height = 21
      DataField = 'BeginTime'
      DataSource = Data.DataSAttendence
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object DBEdit3: TDBEdit
      Left = 96
      Top = 80
      Width = 121
      Height = 21
      DataField = 'EndTime'
      DataSource = Data.DataSAttendence
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
    end
    object DBNavigator2: TDBNavigator
      Left = 8
      Top = 104
      Width = 270
      Height = 25
      DataSource = Data.DataSAttendence
      TabOrder = 2
    end
    object DBGrid2: TDBGrid
      Left = 8
      Top = 136
      Width = 273
      Height = 305
      DataSource = Data.DataSAttendence
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ReadOnly = True
      TabOrder = 3
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
end

⌨️ 快捷键说明

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