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

📄 qqsd.dfm

📁 2004090611144625767.rar 资源名称:通用工资管理
💻 DFM
字号:
object qqsdb: Tqqsdb
  Left = 297
  Top = 194
  Width = 298
  Height = 344
  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 = 8
    Top = 8
    Width = 225
    Height = 33
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 8
      Width = 65
      Height = 13
      AutoSize = False
      Caption = '单位:'
    end
    object Label2: TLabel
      Left = 104
      Top = 8
      Width = 65
      Height = 13
      AutoSize = False
      Caption = '单价:'
    end
    object Edit1: TEdit
      Left = 48
      Top = 8
      Width = 49
      Height = 21
      TabOrder = 0
      OnKeyUp = Edit1KeyUp
    end
    object Edit2: TEdit
      Left = 144
      Top = 8
      Width = 73
      Height = 21
      TabOrder = 1
      OnKeyUp = Edit2KeyUp
    end
  end
  object Panel2: TPanel
    Left = 8
    Top = 48
    Width = 225
    Height = 265
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 0
      Top = 0
      Width = 225
      Height = 265
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnDrawColumnCell = DBGrid1DrawColumnCell
      OnKeyUp = DBGrid1KeyUp
      Columns = <
        item
          Expanded = False
          FieldName = 'A_dw'
          Title.Caption = '计量单位'
          Width = 95
          Visible = True
        end
        item
          Alignment = taLeftJustify
          Expanded = False
          FieldName = 'A_price'
          Title.Caption = '计量单价'
          Width = 96
          Visible = True
        end>
    end
  end
  object Button1: TButton
    Left = 240
    Top = 48
    Width = 49
    Height = 25
    Caption = '增加+'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 241
    Top = 96
    Width = 49
    Height = 25
    Caption = '修改e'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 241
    Top = 144
    Width = 49
    Height = 25
    Caption = '保存'
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 241
    Top = 192
    Width = 49
    Height = 25
    Caption = '删除-'
    TabOrder = 5
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 241
    Top = 240
    Width = 49
    Height = 25
    Caption = '退出'
    TabOrder = 6
    OnClick = Button5Click
  end
  object DataSource1: TDataSource
    DataSet = DataModule1.qqsd
    Left = 256
    Top = 8
  end
end

⌨️ 快捷键说明

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