f_workshop_item_id.dfm

来自「使用Delphi开发的成本管理系统」· DFM 代码 · 共 79 行

DFM
79
字号
object w_workshop_item_id: Tw_workshop_item_id
  Left = 252
  Top = 250
  BorderStyle = bsDialog
  Caption = #36873#25321#36710#38388#26126#32454#21495
  ClientHeight = 90
  ClientWidth = 413
  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 = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = -4
    Top = 0
    Width = 413
    Height = 89
    TabOrder = 0
    object Label2: TLabel
      Left = 16
      Top = 16
      Width = 96
      Height = 13
      Caption = #36873#25321#36710#38388#26126#32454#21495'    '
    end
    object BitBtn3: TBitBtn
      Left = 254
      Top = 48
      Width = 75
      Height = 25
      Caption = #21462#28040'[&C]'
      TabOrder = 0
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 120
      Top = 48
      Width = 75
      Height = 25
      Caption = #30830#23450'[&O]'
      ModalResult = 1
      TabOrder = 1
    end
    object ComboBox1: TComboBox
      Left = 136
      Top = 16
      Width = 257
      Height = 21
      ItemHeight = 13
      TabOrder = 2
    end
  end
  object ado_workshop_item: TADOQuery
    Active = True
    Connection = data1.database1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from workshop_item ')
    Left = 208
    object ado_workshop_itemworkshop_item_id: TStringField
      FieldName = 'workshop_item_id'
      FixedChar = True
      Size = 5
    end
    object ado_workshop_itemworkshop_item_name: TStringField
      FieldName = 'workshop_item_name'
      FixedChar = True
      Size = 50
    end
  end
end

⌨️ 快捷键说明

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