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

📄 zdbbcx.dfm

📁 集成酒店桑拿食管管理的完整程序
💻 DFM
字号:
object zdbbcxForm: TzdbbcxForm
  Left = 333
  Top = 266
  Width = 292
  Height = 122
  Caption = '选择站点班报时间'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 72
    Height = 12
    Caption = '选择班报时间'
  end
  object Bevel1: TBevel
    Left = 12
    Top = 5
    Width = 265
    Height = 51
  end
  object ComboBox1: TComboBox
    Left = 106
    Top = 20
    Width = 167
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 60
    Top = 62
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn3: TBitBtn
    Left = 134
    Top = 62
    Width = 75
    Height = 25
    Caption = '退出'
    TabOrder = 2
    OnClick = BitBtn3Click
  end
  object ComboBox2: TComboBox
    Left = 138
    Top = 20
    Width = 39
    Height = 20
    ItemHeight = 12
    TabOrder = 3
    Text = 'ComboBox1'
    Visible = False
  end
end

⌨️ 快捷键说明

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