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

📄 goods.dfm

📁 pasa人力资源考勤管理系统
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object fromgoods: Tfromgoods
  Left = 196
  Top = 404
  Width = 808
  Height = 580
  Caption = '工序及工序系数资料'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  KeyPreview = True
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 112
    Top = 11
    Width = 48
    Height = 13
    Caption = '工序名称'
  end
  object Label5: TLabel
    Left = 262
    Top = 11
    Width = 48
    Height = 13
    Caption = '所属部门'
  end
  object Panel3: TPanel
    Left = 240
    Top = 104
    Width = 314
    Height = 167
    BevelInner = bvSpace
    BevelOuter = bvLowered
    BevelWidth = 3
    Color = clAqua
    TabOrder = 0
    Visible = False
    object Label22: TLabel
      Left = 8
      Top = 83
      Width = 48
      Height = 13
      Caption = '开始日期'
    end
    object Label23: TLabel
      Left = 168
      Top = 83
      Width = 48
      Height = 13
      Caption = '结束日期'
    end
    object Label24: TLabel
      Left = 12
      Top = 66
      Width = 99
      Height = 13
      Caption = '正在处理资料.........'
      Visible = False
    end
    object Animate1: TAnimate
      Left = 11
      Top = 4
      Width = 272
      Height = 60
      Active = False
      CommonAVI = aviCopyFiles
      StopFrame = 34
    end
    object DateTimePicker5: TDateTimePicker
      Left = 28
      Top = 99
      Width = 97
      Height = 21
      CalAlignment = dtaLeft
      Date = 37918.4164116088
      Time = 37918.4164116088
      DateFormat = dfShort
      DateMode = dmComboBox
      ImeName = '万能五笔2000a+'
      Kind = dtkDate
      ParseInput = False
      TabOrder = 1
    end
    object BitBtn1: TBitBtn
      Left = 286
      Top = 6
      Width = 21
      Height = 21
      Caption = 'X'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      TabStop = False
    end
    object DateTimePicker6: TDateTimePicker
      Left = 188
      Top = 99
      Width = 97
      Height = 21
      CalAlignment = dtaLeft
      Date = 37918.4164116088
      Time = 37918.4164116088
      DateFormat = dfShort
      DateMode = dmComboBox
      ImeName = '万能五笔2000a+'
      Kind = dtkDate
      ParseInput = False
      TabOrder = 2
    end
    object BitBtn2: TBitBtn
      Left = 65
      Top = 130
      Width = 75
      Height = 25
      Caption = '移除'
      TabOrder = 3
    end
    object BitBtn3: TBitBtn
      Left = 177
      Top = 130
      Width = 75
      Height = 25
      Caption = '还原'
      TabOrder = 4
    end
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 800
    Height = 40
    AutoSize = True
    ButtonHeight = 36
    ButtonWidth = 67
    Caption = 'ToolBar1'
    Images = ImageList2
    ParentShowHint = False
    ShowCaptions = True
    ShowHint = True
    TabOrder = 1
    object ToolButton1: TToolButton
      Left = 0
      Top = 2
      Caption = '资料库维护'
      ImageIndex = 47
    end
    object ToolButton5: TToolButton
      Left = 67
      Top = 2
      AutoSize = True
      Caption = '刷新'
      ImageIndex = 4
    end
    object tbnsort: TToolButton
      Left = 102
      Top = 2
      Hint = '设定多栏位排序'
      AutoSize = True
      Caption = '排序'
      ImageIndex = 19
      ParentShowHint = False
      ShowHint = True
    end
    object tbnfind: TToolButton
      Left = 137
      Top = 2
      Hint = '根据条件查询您要的记录'
      AutoSize = True
      Caption = '查找'
      ImageIndex = 20
      ParentShowHint = False
      ShowHint = True
    end
    object tbnprint: TToolButton
      Left = 172
      Top = 2
      Hint = '打印'
      AutoSize = True
      Caption = '打印'
      ImageIndex = 24
      ParentShowHint = False
      ShowHint = True
    end
    object ToolButton4: TToolButton
      Left = 207
      Top = 2
      Hint = '退出'
      AutoSize = True
      Caption = '退出'
      ImageIndex = 3
      ParentShowHint = False
      ShowHint = True
      OnClick = ToolButton4Click
    end
    object DBNavigator1: TDBNavigator
      Left = 242
      Top = 2
      Width = 240
      Height = 36
      DataSource = DataMod.Dsgoods
      Hints.Strings = (
        '到第一条记录'
        '移到上一条记录'
        '移到下一条记录'
        '移到最后一条记录'
        '插入一条记录'
        '删除一条记录'
        '修改当前记录 '
        '确定修改或新增的记录'
        '取消前一次操作'
        '重新显示当前记录中的数据')
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      BeforeAction = DBNavigator1BeforeAction
    end
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 40
    Width = 800
    Height = 513
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 2
    OnChange = PageControl1Change
    object TabSheet1: TTabSheet
      Caption = '工序资料'
      object Splitter1: TSplitter
        Left = 0
        Top = 255
        Width = 792
        Height = 3
        Cursor = crVSplit
        Align = alBottom
      end
      object Splitter3: TSplitter
        Left = 0
        Top = 320
        Width = 792
        Height = 3
        Cursor = crVSplit
        Align = alBottom
      end
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 792
        Height = 33
        Align = alTop
        BevelInner = bvLowered
        TabOrder = 0
        object Label18: TLabel
          Left = 24
          Top = 10

⌨️ 快捷键说明

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