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

📄 frmovertime.dfm

📁 被系统名叫生产信息管理系统
💻 DFM
字号:
object OverTimeForm: TOverTimeForm
  Left = 287
  Top = 237
  Width = 637
  Height = 514
  Caption = #21152#29677#35760#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object panChild: TPanel
    Left = 0
    Top = 0
    Width = 629
    Height = 487
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    DesignSize = (
      629
      487)
    object cmdClose: TButton
      Left = 544
      Top = 448
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #20851#38381
      TabOrder = 0
      OnClick = cmdCloseClick
    end
    object grbOverTimeInfo: TGroupBox
      Left = 16
      Top = 16
      Width = 313
      Height = 105
      Caption = #21152#29677#35814#32454#20449#24687
      TabOrder = 1
      object lblEndTime: TLabel
        Left = 31
        Top = 78
        Width = 60
        Height = 12
        Caption = #32467#26463#26102#38388#65306
      end
      object lblStartTime: TLabel
        Left = 30
        Top = 48
        Width = 60
        Height = 12
        Caption = #24320#22987#26102#38388#65306
      end
      object lblName: TLabel
        Left = 28
        Top = 19
        Width = 60
        Height = 12
        Caption = #21592#24037#32534#21495#65306
        FocusControl = txtID
      end
      object txtID: TDBEdit
        Left = 96
        Top = 16
        Width = 202
        Height = 20
        DataField = 'PERSON_ID'
        DataSource = dmDataSource.dsOverTime
        ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
        TabOrder = 0
      end
      object txtStartTime: TEdit
        Left = 96
        Top = 45
        Width = 201
        Height = 20
        ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
        TabOrder = 1
      end
      object txtEndTime: TEdit
        Left = 96
        Top = 74
        Width = 201
        Height = 20
        ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
        TabOrder = 2
      end
    end
    object grbMemo: TGroupBox
      Left = 336
      Top = 16
      Width = 281
      Height = 105
      Anchors = [akLeft, akTop, akRight]
      Caption = #22791#27880
      TabOrder = 2
      DesignSize = (
        281
        105)
      object txtMemo: TDBMemo
        Left = 8
        Top = 16
        Width = 265
        Height = 81
        Anchors = [akLeft, akTop, akRight, akBottom]
        DataField = 'DESCRIPTION'
        DataSource = dmDataSource.dsOverTime
        ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
        TabOrder = 0
      end
    end
    object grbOverTimeList: TGroupBox
      Left = 16
      Top = 128
      Width = 601
      Height = 305
      Anchors = [akLeft, akTop, akRight, akBottom]
      Caption = #21152#29677#35760#24405#21015#34920
      TabOrder = 3
      DesignSize = (
        601
        305)
      object grdOverTimeList: TDBGrid
        Left = 8
        Top = 16
        Width = 585
        Height = 281
        Anchors = [akLeft, akTop, akRight, akBottom]
        DataSource = dmDataSource.dsOverTime
        ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'PERSON_ID'
            Title.Caption = #21592#24037#32534#21495
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'START_TIME'
            Title.Caption = #24320#22987#26102#38388
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'END_TIME'
            Title.Caption = #32467#26463#26102#38388
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'OPERATOR'
            Title.Caption = #25805#20316#21592
            Visible = True
          end>
      end
    end
    object cmdAdd: TButton
      Left = 301
      Top = 448
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #28155#21152'(&A)'
      TabOrder = 4
      OnClick = cmdAddClick
    end
    object cmdModify: TButton
      Left = 376
      Top = 448
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #20462#25913'(&M)'
      TabOrder = 5
      OnClick = cmdModifyClick
    end
    object cmdDelete: TButton
      Left = 451
      Top = 448
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #21024#38500'(&D)'
      TabOrder = 6
      OnClick = cmdDeleteClick
    end
  end
end

⌨️ 快捷键说明

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