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

📄 unitworkerfr.dfm

📁 信号机测试信号管理软件 其中含有文件上传及修改数据库数据的功能
💻 DFM
字号:
object workerfr: Tworkerfr
  Left = 246
  Top = 222
  BorderStyle = bsDialog
  Caption = 'workerfr'
  ClientHeight = 351
  ClientWidth = 663
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 663
    Height = 351
    Align = alClient
    AutoSize = True
    TabOrder = 0
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 176
      Height = 349
      Align = alLeft
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 0
      OnMouseMove = Panel2MouseMove
      object BitBtn1: TBitBtn
        Left = 50
        Top = 16
        Width = 75
        Height = 25
        Caption = #19978#19968#26465
        TabOrder = 0
        OnClick = BitBtn1Click
        OnMouseMove = BitBtn1MouseMove
      end
      object BitBtn2: TBitBtn
        Left = 50
        Top = 57
        Width = 75
        Height = 25
        Caption = #19979#19968#26465
        TabOrder = 1
        OnClick = BitBtn2Click
        OnMouseMove = BitBtn1MouseMove
      end
      object BitBtn3: TBitBtn
        Left = 50
        Top = 98
        Width = 75
        Height = 25
        Caption = #28155#21152
        TabOrder = 2
        OnClick = BitBtn3Click
        OnMouseMove = BitBtn1MouseMove
      end
      object BitBtn4: TBitBtn
        Left = 50
        Top = 139
        Width = 75
        Height = 25
        Caption = #20445#23384
        TabOrder = 3
        OnClick = BitBtn4Click
        OnMouseMove = BitBtn1MouseMove
      end
      object BitBtn5: TBitBtn
        Left = 50
        Top = 180
        Width = 75
        Height = 25
        Caption = #20462#25913
        TabOrder = 4
        OnClick = BitBtn5Click
        OnMouseMove = BitBtn1MouseMove
      end
      object BitBtn6: TBitBtn
        Left = 50
        Top = 221
        Width = 75
        Height = 25
        Caption = #21024#38500
        TabOrder = 5
        OnClick = BitBtn6Click
        OnMouseMove = BitBtn1MouseMove
      end
      object BitBtn7: TBitBtn
        Left = 50
        Top = 262
        Width = 75
        Height = 25
        Caption = #21462#28040
        TabOrder = 6
        OnClick = BitBtn7Click
        OnMouseMove = BitBtn1MouseMove
      end
      object BitBtn8: TBitBtn
        Left = 50
        Top = 304
        Width = 75
        Height = 25
        Caption = #36864#20986
        TabOrder = 7
        OnClick = BitBtn8Click
        OnMouseMove = BitBtn1MouseMove
      end
    end
    object Panel3: TPanel
      Left = 176
      Top = 1
      Width = 486
      Height = 349
      Align = alRight
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 1
      object Label1: TLabel
        Left = 24
        Top = 32
        Width = 57
        Height = 13
        AutoSize = False
        Caption = #21592#24037#32534#21495#65306
      end
      object Label2: TLabel
        Left = 240
        Top = 32
        Width = 65
        Height = 13
        AutoSize = False
        Caption = #21592#24037#22995#21517#65306
      end
      object Edit1: TEdit
        Left = 88
        Top = 32
        Width = 121
        Height = 21
        TabOrder = 0
        OnChange = Edit1Change
        OnKeyDown = Edit1KeyDown
      end
      object Edit2: TEdit
        Left = 312
        Top = 32
        Width = 121
        Height = 21
        TabOrder = 1
        OnChange = Edit1Change
        OnKeyDown = Edit1KeyDown
      end
      object DBGrid1: TDBGrid
        Left = 40
        Top = 120
        Width = 320
        Height = 120
        DataSource = DataModule2.DataSourceworker
        TabOrder = 2
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
        OnCellClick = DBGrid1CellClick
        OnMouseMove = DBGrid1MouseMove
      end
    end
  end
end

⌨️ 快捷键说明

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