f_labor_id.dfm

来自「ERP成本管理系统DELPHI ERP成本核算系统常常要设计含有如下车间」· DFM 代码 · 共 80 行

DFM
80
字号
object w_labor_id: Tw_labor_id
  Left = 260
  Top = 138
  BorderStyle = bsDialog
  Caption = #36873#25321#30452#25509#20154#24037#21495
  ClientHeight = 83
  ClientWidth = 367
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 94
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 377
    Height = 81
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 102
      Height = 13
      Caption = #35831#36873#25321#30452#25509#20154#24037#21495'  '
    end
    object ComboBox1: TComboBox
      Left = 136
      Top = 16
      Width = 225
      Height = 21
      ItemHeight = 13
      TabOrder = 0
    end
    object BitBtn2: TBitBtn
      Left = 206
      Top = 48
      Width = 75
      Height = 25
      Caption = #21462#28040'[&C]'
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn1: TBitBtn
      Left = 88
      Top = 48
      Width = 75
      Height = 25
      Caption = #30830#23450'[&O]'
      ModalResult = 1
      TabOrder = 2
    end
  end
  object ado_labor: TADOQuery
    Active = True
    Connection = data1.database1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from labor')
    Left = 72
    Top = 24
    object ado_laborlabor_id: TStringField
      FieldName = 'labor_id'
      FixedChar = True
      Size = 5
    end
    object ado_laborlabor_name: TStringField
      FieldName = 'labor_name'
      FixedChar = True
      Size = 18
    end
  end
end

⌨️ 快捷键说明

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