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

📄 zwxg.dfm

📁 用delphi开发的 人事管理系统
💻 DFM
字号:
object Frm_zwxg: TFrm_zwxg
  Left = 253
  Top = 101
  BorderStyle = bsNone
  Caption = '职务维护'
  ClientHeight = 344
  ClientWidth = 353
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object panel2: TPanel
    Left = 0
    Top = 249
    Width = 353
    Height = 95
    Align = alClient
    TabOrder = 7
    object Bevel2: TBevel
      Left = 8
      Top = 8
      Width = 337
      Height = 81
      Shape = bsFrame
      Style = bsRaised
    end
    object Label1: TLabel
      Left = 20
      Top = 23
      Width = 90
      Height = 15
      Caption = '请输入新职务'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
  end
  object panel1: TPanel
    Left = 0
    Top = 0
    Width = 353
    Height = 249
    Align = alTop
    TabOrder = 6
    object Label2: TLabel
      Left = 11
      Top = 10
      Width = 90
      Height = 15
      Caption = '已设置的职务'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Bevel1: TBevel
      Left = 8
      Top = 32
      Width = 337
      Height = 209
    end
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 43
    Width = 313
    Height = 185
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'mc'
        Title.Alignment = taCenter
        Title.Caption = '职务名称'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Width = 150
        Visible = True
      end>
  end
  object Edit1: TEdit
    Left = 124
    Top = 266
    Width = 189
    Height = 24
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnExit = Edit1Exit
    OnKeyPress = Edit1KeyPress
  end
  object Button1: TButton
    Left = 17
    Top = 301
    Width = 75
    Height = 25
    Caption = '新增(&A)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 99
    Top = 301
    Width = 75
    Height = 25
    Caption = '删除(&D)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 182
    Top = 301
    Width = 75
    Height = 25
    Caption = '提交(&X)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 265
    Top = 301
    Width = 75
    Height = 25
    Caption = '退出(&E)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button4Click
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 112
    Top = 38
  end
  object Query1: TQuery
    DatabaseName = 'rsgzgl'
    SQL.Strings = (
      'select id,mc from jbcsb where lx=3'
      '')
    Left = 72
    Top = 38
  end
  object Query2: TQuery
    Left = 176
    Top = 56
  end
end

⌨️ 快捷键说明

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