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

📄 zcxg.dfm

📁 一个用vb mysql实现的人事管理信息系统希望对大家有用。
💻 DFM
字号:
object Frm_zcxg: TFrm_zcxg
  Left = 255
  Top = 103
  BorderStyle = bsNone
  Caption = #32844#31216#20449#24687#32500#25252
  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
  OnCreate = FormCreate
  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 = #35831#36755#20837#26032#32844#31216
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      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 = #24050#35774#32622#30340#32844#31216
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      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 = #23435#20307
    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 = #32844#31216#21517#31216
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = #23435#20307
        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 = #26032#22686'(&A)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 99
    Top = 301
    Width = 75
    Height = 25
    Caption = #21024#38500'(&D)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 182
    Top = 301
    Width = 75
    Height = 25
    Caption = #25552#20132'(&X)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 265
    Top = 301
    Width = 75
    Height = 25
    Caption = #36864#20986'(&E)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button4Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 112
    Top = 38
  end
  object ADOQuery1: TADOQuery
    Connection = dmain.ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'select * from jbcsb where lx=4')
    Left = 80
    Top = 80
    object ADOQuery1Id: TAutoIncField
      FieldName = 'Id'
      ReadOnly = True
    end
    object ADOQuery1Lx: TSmallintField
      FieldName = 'Lx'
    end
    object ADOQuery1Mc: TWideStringField
      FieldName = 'Mc'
      Size = 30
    end
    object ADOQuery1Czy: TWideStringField
      FieldName = 'Czy'
    end
    object ADOQuery1Czsj: TWideStringField
      FieldName = 'Czsj'
      Size = 19
    end
    object ADOQuery1Rela: TSmallintField
      FieldName = 'Rela'
    end
  end
end

⌨️ 快捷键说明

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