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

📄 unit3.dfm

📁 作者针对当前酒店客房管理的现状
💻 DFM
字号:
object Form3: TForm3
  Left = 241
  Top = 254
  Width = 588
  Height = 421
  Caption = #26222#36890#26816#32034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 128
    Height = 20
    Caption = #39302#34255#20070#30446#26816#32034'        '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 32
    Top = 56
    Width = 321
    Height = 21
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 120
    Width = 561
    Height = 209
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'Code'
        Title.Caption = #22270#20070#32534#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Bookname'
        Title.Caption = #22270#20070#21517#31216
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Author'
        Title.Caption = #22270#20070#20316#32773
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Concern'
        Title.Caption = #20986#29256#31038' '
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'OutDate'
        Title.Caption = #20986#29256#26085#26399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ys'
        Title.Caption = #39029#25968
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zs'
        Title.Caption = #23383#25968
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'keyword'
        Title.Caption = #20851#38190#35789
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'nrjj'
        Title.Caption = #20869#23481#31616#20171
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'jbs'
        Title.Caption = #22522#26412#25968
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'kjs'
        Title.Caption = #21487#20511#25968
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ksm'
        Title.Caption = #24211#23460#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'lbdm'
        Title.Caption = #31867#21035#20195#30721
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 384
    Top = 56
    Width = 75
    Height = 25
    Caption = #25628#32034
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 496
    Top = 352
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 472
    Top = 56
    Width = 75
    Height = 25
    Caption = #37325#35774
    TabOrder = 4
    OnClick = Button3Click
  end
  object Query1: TQuery
    DatabaseName = #39640#26657#22270#20070#31649#29702#31995#32479
    RequestLive = True
    SQL.Strings = (
      'select * from cangshub where code="00000001"')
    Left = 168
    Top = 240
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 344
    Top = 240
  end
end

⌨️ 快捷键说明

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