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

📄 u_code.dfm

📁 《delphi数据库系统开发实例导航》源代码
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -