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

📄 u_modify.~dfm

📁 一些数据库的实例。共12章。如第八章: 第8章数据库环境的建立 1. 用MISDBA用户登录MISDB数据库。 2. 在ISQL中
💻 ~DFM
字号:
object F_modify: TF_modify
  Left = 188
  Top = 228
  BorderStyle = bsSingle
  Caption = '查询修改客房信息'
  ClientHeight = 335
  ClientWidth = 537
  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 = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 88
    Top = 16
    Width = 121
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = '请输入客房编号:'
  end
  object DBNavigator1: TDBNavigator
    Left = 0
    Top = 310
    Width = 537
    Height = 25
    DataSource = DM_main.DS_modify
    Align = alBottom
    TabOrder = 0
  end
  object i_room_id: TMaskEdit
    Left = 208
    Top = 12
    Width = 73
    Height = 21
    EditMask = '>ccccc;1;_'
    MaxLength = 5
    TabOrder = 1
    Text = '     '
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 40
    Width = 521
    Height = 265
    Caption = '客房信息'
    TabOrder = 2
    object Label2: TLabel
      Left = 16
      Top = 24
      Width = 36
      Height = 13
      Caption = '编号:'
    end
    object Label3: TLabel
      Left = 16
      Top = 56
      Width = 36
      Height = 13
      Caption = '位置:'
    end
    object Label4: TLabel
      Left = 16
      Top = 88
      Width = 36
      Height = 13
      Caption = '等级:'
    end
    object Label5: TLabel
      Left = 16
      Top = 120
      Width = 36
      Height = 13
      Caption = '状态:'
    end
    object Label6: TLabel
      Left = 16
      Top = 152
      Width = 36
      Height = 13
      Caption = '备注:'
    end
    object Label7: TLabel
      Left = 272
      Top = 24
      Width = 36
      Height = 13
      Caption = '房价:'
    end
    object Label8: TLabel
      Left = 272
      Top = 56
      Width = 36
      Height = 13
      Caption = '设施:'
    end
    object Label9: TLabel
      Left = 272
      Top = 152
      Width = 36
      Height = 13
      Caption = '房客:'
    end
    object i_id: TDBText
      Left = 64
      Top = 24
      Width = 113
      Height = 17
      DataField = 'ID'
      DataSource = DM_main.DS_modify
    end
    object o_price: TDBText
      Left = 320
      Top = 24
      Width = 65
      Height = 17
      DataField = 'PRICE'
      DataSource = DM_main.DS_room_level2
    end
    object i_place: TDBEdit
      Left = 64
      Top = 52
      Width = 121
      Height = 21
      DataField = 'PLACE'
      DataSource = DM_main.DS_modify
      TabOrder = 0
    end
    object i_level: TDBLookupComboBox
      Left = 64
      Top = 84
      Width = 145
      Height = 21
      DataField = 'ROOM_LEVEL'
      DataSource = DM_main.DS_modify
      KeyField = 'CODE'
      ListField = 'DESCRIPT'
      ListSource = DM_main.DS_room_level2
      TabOrder = 1
    end
    object i_state: TDBLookupComboBox
      Left = 64
      Top = 116
      Width = 145
      Height = 21
      DataField = 'STATE'
      DataSource = DM_main.DS_modify
      KeyField = 'CODE'
      ListField = 'DESCRIPT'
      ListSource = DM_main.DS_room_state2
      TabOrder = 2
    end
    object i_remark: TDBMemo
      Left = 16
      Top = 176
      Width = 225
      Height = 81
      DataField = 'REMARK'
      DataSource = DM_main.DS_modify
      TabOrder = 3
    end
    object o_furnish: TDBMemo
      Left = 272
      Top = 72
      Width = 233
      Height = 73
      DataField = 'FURNISH'
      DataSource = DM_main.DS_room_level2
      Enabled = False
      TabOrder = 4
    end
    object o_roommate: TDBGrid
      Left = 272
      Top = 176
      Width = 233
      Height = 81
      DataSource = DM_main.DS_roommate
      Options = [dgTitles, dgIndicator, dgRowLines, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 5
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'ID'
          Title.Alignment = taCenter
          Title.Caption = '证件编号'
          Width = 80
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'NAME'
          Title.Alignment = taCenter
          Title.Caption = '姓名'
          Width = 100
          Visible = True
        end>
    end
  end
  object B_filter: TButton
    Left = 336
    Top = 10
    Width = 75
    Height = 25
    Caption = '查询'
    Default = True
    TabOrder = 3
    OnClick = B_filterClick
  end
end

⌨️ 快捷键说明

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