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

📄 unit10.dfm

📁 劳模信息综合管理
💻 DFM
字号:
object Form_lminfo: TForm_lminfo
  Left = 105
  Top = 182
  BorderStyle = bsSingle
  Caption = #21171#27169#25968#25454#31649#29702
  ClientHeight = 516
  ClientWidth = 1015
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox_name: TGroupBox
    Left = 0
    Top = 0
    Width = 1017
    Height = 57
    Caption = #27169#31946#25628#32034
    TabOrder = 1
    object Button1: TButton
      Left = 696
      Top = 16
      Width = 75
      Height = 25
      Caption = #24320#22987#26816#32034
      Default = True
      TabOrder = 0
      OnClick = Button1Click
    end
    object ComboBox_year: TComboBox
      Left = 464
      Top = 24
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 1
      Items.Strings = (
        '1955'
        '1956'
        '1957'
        '1958'
        '1969'
        '1960'
        '1961'
        '1962'
        '1963'
        '1964'
        '1965'
        '1966'
        '1973'
        '1975'
        '1977'
        '1978'
        '1979'
        '1980'
        '1981'
        '1982'
        '1983'
        '1984'
        '1985'
        '1986'
        '1987'
        '1988'
        '1989'
        '1990'
        '1992'
        '1994'
        '1996'
        '1998'
        '2000'
        '2002'
        '2004'
        '2006'
        '2008'
        '2010'
        '2012'
        '2014'
        '2016'
        '2018'
        '2020')
    end
    object CheckBox_name: TCheckBox
      Left = 32
      Top = 24
      Width = 97
      Height = 17
      Caption = #25353#22995#21517#26597#35810' '
      TabOrder = 2
    end
    object CheckBox_year: TCheckBox
      Left = 360
      Top = 24
      Width = 97
      Height = 17
      Caption = #25353#24180#20221#26597#35810
      TabOrder = 3
    end
    object Button3: TButton
      Left = 824
      Top = 16
      Width = 75
      Height = 25
      Caption = #36864#20986#31649#29702'  '
      Default = True
      TabOrder = 4
      OnClick = Button3Click
    end
  end
  object Edit_name: TEdit
    Left = 144
    Top = 24
    Width = 185
    Height = 21
    TabOrder = 0
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 56
    Width = 1017
    Height = 377
    Caption = #26816#32034#32467#26524
    TabOrder = 2
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 1001
      Height = 353
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          Width = 44
          Visible = True
        end
        item
          Expanded = False
          Width = 39
          Visible = True
        end
        item
          Expanded = False
          Width = 48
          Visible = True
        end
        item
          Expanded = False
          Width = 30
          Visible = True
        end
        item
          Expanded = False
          Width = 55
          Visible = True
        end
        item
          Expanded = False
          Width = 54
          Visible = True
        end
        item
          Expanded = False
          Width = 164
          Visible = True
        end
        item
          Expanded = False
          Width = 102
          Visible = True
        end
        item
          Expanded = False
          Width = 123
          Visible = True
        end
        item
          Expanded = False
          Width = 166
          Visible = True
        end
        item
          Expanded = False
          Width = 40
          Visible = True
        end
        item
          Expanded = False
          Width = 118
          Visible = True
        end>
    end
  end
  object DBNavigator1: TDBNavigator
    Left = 144
    Top = 448
    Width = 328
    Height = 49
    DataSource = DataSource1
    VisibleButtons = [nbDelete, nbEdit, nbPost, nbRefresh]
    TabOrder = 3
  end
  object Button2: TButton
    Left = 512
    Top = 456
    Width = 89
    Height = 41
    Caption = #36864#20986#32500#25252
    TabOrder = 4
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = datalink.ADOQ_lm
    Left = 384
    Top = 112
  end
end

⌨️ 快捷键说明

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