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

📄 f_resourse_id.dfm

📁 使用Delphi开发的成本管理系统
💻 DFM
字号:
object w_resourse_id: Tw_resourse_id
  Left = 180
  Top = 200
  BorderStyle = bsDialog
  Caption = #36873#25321#36164#28304#21495
  ClientHeight = 86
  ClientWidth = 343
  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 = -3
    Top = -5
    Width = 348
    Height = 89
    TabOrder = 0
    object Label2: TLabel
      Left = 16
      Top = 16
      Width = 81
      Height = 13
      Caption = #36873#25321#36164#28304#21495'       '
    end
    object BitBtn3: TBitBtn
      Left = 214
      Top = 48
      Width = 75
      Height = 33
      Caption = #21462#28040'[&C]'
      TabOrder = 0
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 88
      Top = 48
      Width = 75
      Height = 33
      Caption = #30830#23450'[&O]'
      ModalResult = 1
      TabOrder = 1
    end
    object ComboBox1: TComboBox
      Left = 120
      Top = 16
      Width = 217
      Height = 21
      ItemHeight = 13
      TabOrder = 2
    end
  end
  object ado_resourse: TADOQuery
    Active = True
    Connection = data1.database1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from resourse')
    Left = 88
    Top = 8
    object ado_resourseresourse_id: TStringField
      FieldName = 'resourse_id'
      FixedChar = True
      Size = 5
    end
    object ado_resourseresourse_name: TStringField
      FieldName = 'resourse_name'
      FixedChar = True
    end
  end
end

⌨️ 快捷键说明

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