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

📄 f_workshop_id.dfm

📁 使用Delphi开发的成本管理系统
💻 DFM
字号:
object w_workshop_id: Tw_workshop_id
  Left = 329
  Top = 283
  BorderStyle = bsDialog
  Caption = #35831#36873#25321#36710#38388#32534#21495
  ClientHeight = 90
  ClientWidth = 283
  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 = -79
    Top = 0
    Width = 360
    Height = 89
    TabOrder = 0
    object Label1: TLabel
      Left = 88
      Top = 16
      Width = 96
      Height = 13
      Caption = #35831#36873#25321#36710#38388#21495'        '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object ComboBox1: TComboBox
      Left = 192
      Top = 16
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 0
    end
    object BitBtn2: TBitBtn
      Left = 230
      Top = 48
      Width = 75
      Height = 25
      Caption = #21462#28040'[&C]'
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn1: TBitBtn
      Left = 136
      Top = 48
      Width = 75
      Height = 25
      Caption = #30830#23450'[&O]'
      ModalResult = 1
      TabOrder = 2
    end
  end
  object ado_workshop: TADOQuery
    Active = True
    Connection = data1.database1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from workshop')
    Left = 24
    Top = 32
    object ado_workshopworkshop_id: TStringField
      FieldName = 'workshop_id'
      FixedChar = True
      Size = 5
    end
    object ado_workshopworkshop_name: TStringField
      FieldName = 'workshop_name'
      FixedChar = True
      Size = 10
    end
  end
end

⌨️ 快捷键说明

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