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

📄 rs_amendunit.dfm

📁 DELPHI 编写的人事管理系统,根据职工查询各种信息
💻 DFM
字号:
object RS_AmendForm: TRS_AmendForm
  Left = 265
  Top = 236
  BorderStyle = bsDialog
  Caption = #20154#20107#26723#26696#20462#25913
  ClientHeight = 323
  ClientWidth = 539
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 521
    Height = 225
    Caption = #32844#24037#20449#24687
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 2
      Top = 15
      Width = 517
      Height = 208
      Align = alClient
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 248
    Width = 521
    Height = 65
    Caption = #35760#24405#21024#38500#65306
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 60
      Height = 13
      Caption = #26597#35810#26465#20214#65306
    end
    object Label2: TLabel
      Left = 192
      Top = 24
      Width = 48
      Height = 13
      Caption = #36755#20837#20540#65306
    end
    object ComboBox1: TComboBox
      Left = 88
      Top = 24
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Items.Strings = (
        #32844#24037#32534#21495
        #32844#24037#22995#21517)
    end
    object Edit1: TEdit
      Left = 248
      Top = 24
      Width = 97
      Height = 21
      TabOrder = 1
    end
    object Button1: TButton
      Left = 360
      Top = 24
      Width = 89
      Height = 25
      Caption = #26597#35810#24182#20462#25913
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = Login_Form.ADOConnection1
    CursorType = ctStatic
    TableName = 'ZG_Table'
    Left = 328
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 400
    Top = 48
  end
end

⌨️ 快捷键说明

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