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

📄 mzsz.dfm

📁 2004090611144625767.rar 资源名称:通用工资管理
💻 DFM
字号:
object mzszb: Tmzszb
  Left = 186
  Top = 183
  Width = 245
  Height = 350
  Caption = '民族设置'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 177
    Height = 33
    Color = clSilver
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 8
      Width = 49
      Height = 13
      AutoSize = False
      Caption = '民     族'
      Color = clSilver
      ParentColor = False
    end
    object Edit1: TEdit
      Left = 72
      Top = 6
      Width = 97
      Height = 21
      TabOrder = 0
      OnKeyDown = Edit1KeyDown
    end
  end
  object Panel2: TPanel
    Left = 8
    Top = 48
    Width = 177
    Height = 265
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 0
      Top = 0
      Width = 177
      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
      OnKeyDown = DBGrid1KeyDown
      Columns = <
        item
          Expanded = False
          FieldName = 'A_mz'
          Title.Caption = '民族'
          Width = 144
          Visible = True
        end>
    end
  end
  object BitBtn1: TBitBtn
    Left = 192
    Top = 40
    Width = 41
    Height = 49
    Caption = '增加+'
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 192
    Top = 200
    Width = 41
    Height = 49
    Caption = '删除-'
    TabOrder = 3
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 192
    Top = 256
    Width = 41
    Height = 49
    Caption = '退出q'
    TabOrder = 4
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 192
    Top = 96
    Width = 41
    Height = 49
    Caption = '修改e'
    TabOrder = 5
    OnClick = BitBtn4Click
  end
  object BitBtn5: TBitBtn
    Left = 192
    Top = 152
    Width = 41
    Height = 41
    Caption = '保存'
    TabOrder = 6
    OnClick = BitBtn5Click
  end
  object DataSource1: TDataSource
    DataSet = DataModule1.mzsz
    Left = 200
    Top = 8
  end
end

⌨️ 快捷键说明

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