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

📄 cw_yfbb.dfm

📁 结于初学者来说这对数据库是一个很好的例子
💻 DFM
字号:
object Form16: TForm16
  Left = 192
  Top = 103
  Width = 700
  Height = 480
  BorderIcons = [biSystemMenu]
  Caption = #24212#20184#25253#34920
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 288
    Top = 8
    Width = 68
    Height = 16
    AutoSize = False
    Caption = #24212#20184#25253#34920
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 32
    Width = 497
    Height = 417
    Caption = #26597#35810#32467#26524
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 481
      Height = 393
      DataSource = DS_dzkd
      Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'AccountNo'
          Title.Alignment = taCenter
          Title.Caption = #21333#21495
          Width = 48
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'bm'
          Title.Alignment = taCenter
          Title.Caption = #32534#21495
          Width = 75
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'xm'
          Title.Alignment = taCenter
          Title.Caption = #22995#21517
          Width = 53
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'je'
          Title.Alignment = taCenter
          Title.Caption = #37329#39069
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'rq'
          Title.Alignment = taCenter
          Title.Caption = #26102#38388
          Width = 120
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'unit'
          Title.Alignment = taCenter
          Title.Caption = #37096#38376
          Width = 38
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'fwy'
          Title.Alignment = taCenter
          Title.Caption = #26381#21153#21592
          Visible = True
        end>
    end
  end
  object GroupBox2: TGroupBox
    Left = 511
    Top = 32
    Width = 177
    Height = 417
    Caption = #26597#35810#35774#32622
    TabOrder = 1
    object Label2: TLabel
      Left = 8
      Top = 80
      Width = 36
      Height = 12
      AutoSize = False
      Caption = #22995#21517#65306
    end
    object Label3: TLabel
      Left = 5
      Top = 128
      Width = 36
      Height = 12
      Caption = #32534#21495#65306
    end
    object Label4: TLabel
      Left = 5
      Top = 176
      Width = 36
      Height = 12
      Caption = #21333#21495#65306
    end
    object s_xm: TEdit
      Left = 40
      Top = 72
      Width = 73
      Height = 20
      TabOrder = 0
    end
    object s_bm: TEdit
      Left = 40
      Top = 120
      Width = 73
      Height = 20
      TabOrder = 1
    end
    object s_dh: TEdit
      Left = 40
      Top = 168
      Width = 73
      Height = 20
      TabOrder = 2
    end
    object Button1: TButton
      Left = 120
      Top = 70
      Width = 41
      Height = 25
      Caption = #26597#35810
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 56
      Top = 280
      Width = 75
      Height = 33
      Caption = #25171#21360#39044#35272
      TabOrder = 4
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 120
      Top = 118
      Width = 41
      Height = 25
      Caption = #26597#35810
      TabOrder = 5
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 120
      Top = 166
      Width = 41
      Height = 25
      Caption = #26597#35810
      TabOrder = 6
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 56
      Top = 336
      Width = 75
      Height = 33
      Caption = #36820' '#22238
      TabOrder = 7
      OnClick = Button5Click
    end
    object Button6: TButton
      Left = 56
      Top = 224
      Width = 75
      Height = 33
      Caption = #20840' '#37096
      TabOrder = 8
      OnClick = Button6Click
    end
  end
  object Q_dzkd: TQuery
    Active = True
    DatabaseName = 'Hotel'
    SQL.Strings = (
      'select * from h_dzkd where lb='#39#25269#20540#39)
    Left = 432
  end
  object DS_dzkd: TDataSource
    DataSet = Q_dzkd
    Left = 464
  end
end

⌨️ 快捷键说明

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