u_code.dfm

来自「酒店管理系统的代码和报告 可以直接下载使用!」· DFM 代码 · 共 94 行

DFM
94
字号
object F_code: TF_code
  Left = 306
  Top = 237
  BorderStyle = bsSingle
  Caption = '代码修改'
  ClientHeight = 246
  ClientWidth = 426
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = CodeTableSelectClick
  PixelsPerInch = 96
  TextHeight = 13
  object CodeTableSelect: TRadioGroup
    Left = 0
    Top = 0
    Width = 426
    Height = 49
    Align = alTop
    Caption = '请选择代码表'
    Columns = 5
    ItemIndex = 0
    Items.Strings = (
      '证件类别'
      '客房状态'
      '工作单状态'
      '入住方式'
      '客房级别')
    TabOrder = 0
    OnClick = CodeTableSelectClick
  end
  object DBN_code: TDBNavigator
    Left = 0
    Top = 221
    Width = 426
    Height = 25
    DataSource = DM_main.DS_code
    Align = alBottom
    TabOrder = 1
  end
  object DBG_code: TDBGrid
    Left = 0
    Top = 48
    Width = 426
    Height = 171
    Anchors = [akLeft, akTop, akRight, akBottom]
    DataSource = DM_main.DS_code
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'CODE'
        Title.Alignment = taCenter
        Title.Caption = '代码'
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DESCRIPT'
        Title.Caption = '描述'
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'PRICE'
        Title.Caption = '价格'
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'FURNISH'
        Title.Caption = '基本设施'
        Width = 200
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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