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

📄 gpgz.dfm

📁 2004090611144625767.rar 资源名称:通用工资管理
💻 DFM
字号:
object gpgzb: Tgpgzb
  Left = 102
  Top = 150
  Width = 654
  Height = 337
  Caption = '计票工资核算与管理'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 8
    Width = 641
    Height = 113
    TabOrder = 0
    object Label5: TLabel
      Left = 136
      Top = 40
      Width = 65
      Height = 13
      AutoSize = False
      Caption = '单价/每张:'
    end
    object Label1: TLabel
      Left = 24
      Top = 8
      Width = 41
      Height = 13
      AutoSize = False
      Caption = '日期:'
    end
    object Label2: TLabel
      Left = 160
      Top = 8
      Width = 65
      Height = 13
      AutoSize = False
      Caption = '员工编号:'
    end
    object Label6: TLabel
      Left = 304
      Top = 40
      Width = 57
      Height = 13
      AutoSize = False
      Caption = '数    量:'
    end
    object Label3: TLabel
      Left = 472
      Top = 8
      Width = 41
      Height = 13
      AutoSize = False
      Caption = '部门:'
    end
    object Label7: TLabel
      Left = 448
      Top = 40
      Width = 73
      Height = 13
      AutoSize = False
      Caption = '计票工资:'
    end
    object Label4: TLabel
      Left = 24
      Top = 40
      Width = 41
      Height = 13
      AutoSize = False
      Caption = '班组:'
    end
    object Label8: TLabel
      Left = 296
      Top = 8
      Width = 57
      Height = 13
      AutoSize = False
      Caption = '姓    名:'
    end
    object DateTimePicker1: TDateTimePicker
      Left = 64
      Top = 8
      Width = 89
      Height = 21
      CalAlignment = dtaLeft
      Date = 37831.9336162269
      Time = 37831.9336162269
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 0
    end
    object DBEdit5: TDBEdit
      Left = 352
      Top = 40
      Width = 89
      Height = 21
      DataField = 'A_how'
      DataSource = DataSource1
      TabOrder = 4
      OnKeyUp = DBEdit5KeyUp
    end
    object DBEdit1: TDBEdit
      Left = 224
      Top = 8
      Width = 65
      Height = 21
      DataField = 'A_number'
      DataSource = DataSource1
      TabOrder = 1
      OnKeyUp = DBEdit1KeyUp
    end
    object DBEdit2: TDBEdit
      Left = 344
      Top = 8
      Width = 105
      Height = 21
      DataField = 'A_bm'
      DataSource = DataSource1
      TabOrder = 2
      OnKeyUp = DBEdit1KeyUp
    end
    object DBEdit3: TDBEdit
      Left = 64
      Top = 40
      Width = 65
      Height = 21
      DataField = 'A_bz'
      DataSource = DataSource1
      ReadOnly = True
      TabOrder = 8
      OnClick = DBEdit3Click
      OnKeyUp = DBEdit1KeyUp
    end
    object Panel2: TPanel
      Left = 152
      Top = 72
      Width = 281
      Height = 41
      Caption = ' '
      TabOrder = 6
      object Button1: TButton
        Left = 16
        Top = 8
        Width = 75
        Height = 25
        Caption = '保存'
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 104
        Top = 8
        Width = 75
        Height = 25
        Caption = '查询'
        TabOrder = 1
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 190
        Top = 8
        Width = 75
        Height = 25
        Caption = '退出'
        TabOrder = 2
        OnClick = Button3Click
      end
    end
    object Edit1: TEdit
      Left = 224
      Top = 40
      Width = 73
      Height = 21
      TabOrder = 3
      OnKeyUp = Edit1KeyUp
    end
    object Edit2: TEdit
      Left = 512
      Top = 40
      Width = 105
      Height = 21
      TabOrder = 5
      OnEnter = Edit2Enter
      OnKeyUp = Edit2KeyUp
    end
    object Edit3: TEdit
      Left = 504
      Top = 8
      Width = 105
      Height = 21
      ReadOnly = True
      TabOrder = 7
      OnClick = Edit3Click
      OnKeyUp = DBEdit1KeyUp
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 128
    Width = 641
    Height = 177
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnEditButtonClick = DBGrid1EditButtonClick
    Columns = <
      item
        Expanded = False
        FieldName = 'A_number'
        Title.Caption = '员工编号'
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_name'
        Title.Caption = '员工姓名'
        Width = 66
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_bm'
        Title.Caption = '部门'
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_bz'
        Title.Caption = '班组'
        Width = 66
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_price'
        Title.Caption = '单价/每张'
        Width = 75
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_how'
        Title.Caption = '数量'
        Width = 57
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_date'
        Title.Caption = '日期'
        Width = 81
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_jjgz'
        Title.Caption = '计票工资'
        Width = 129
        Visible = True
      end
      item
        Expanded = False
        PickList.Strings = (
          'fsdf'
          'asfdaf'
          'asdf'
          'asf'
          'asdf'
          'asfa'
          'sf'
          'a')
        Visible = True
      end>
  end
  object DBGrid2: TDBGrid
    Left = 208
    Top = 69
    Width = 305
    Height = 108
    Color = clWhite
    DataSource = DataSource2
    FixedColor = clWindow
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    TabOrder = 2
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clRed
    TitleFont.Height = -13
    TitleFont.Name = '新宋体'
    TitleFont.Style = []
    OnCellClick = DBGrid2CellClick
    OnDrawColumnCell = DBGrid2DrawColumnCell
    OnDblClick = DBGrid2DblClick
    OnKeyUp = DBGrid2KeyUp
    Columns = <
      item
        Expanded = False
        FieldName = 'A_name'
        Title.Caption = '姓名'
        Title.Color = 65408
        Width = 62
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_number'
        Title.Caption = '编号'
        Title.Color = 65408
        Width = 72
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_bm'
        Title.Caption = '部门'
        Title.Color = 65408
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'A_bz'
        PickList.Strings = (
          '一组'
          '二组'
          '三组')
        Title.Caption = '班组'
        Title.Color = 65408
        Width = 62
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = DataModule1.gpgz
    Left = 16
    Top = 64
  end
  object DataSource2: TDataSource
    DataSet = DataModule1.yggb
    Left = 448
    Top = 16
  end
end

⌨️ 快捷键说明

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