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

📄 dzdwunit.dfm

📁 集成酒店桑拿食管管理的完整程序
💻 DFM
字号:
object gzdwForm: TgzdwForm
  Left = 223
  Top = 118
  Width = 444
  Height = 344
  Caption = '挂帐单位'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 436
    Height = 49
    Align = alTop
    BevelOuter = bvNone
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 11
      Top = 20
      Width = 24
      Height = 12
      Caption = '简称'
    end
    object zh: TEdit
      Left = 36
      Top = 16
      Width = 96
      Height = 20
      TabOrder = 0
      OnChange = zhChange
    end
    object Button1: TButton
      Left = 248
      Top = 16
      Width = 75
      Height = 25
      Caption = '查询'
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 323
      Top = 16
      Width = 75
      Height = 25
      Caption = '退出'
      TabOrder = 2
      OnClick = Button2Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 49
    Width = 436
    Height = 268
    Align = alClient
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
  end
  object Query1: TQuery
    DatabaseName = 'sanadm'
    Left = 136
    Top = 104
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 88
    Top = 120
  end
end

⌨️ 快捷键说明

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