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

📄 u_lookorder.dfm

📁 本系统分为前台和后台两部分:前台用来实现客户预订、入住等操作
💻 DFM
字号:
object F_lookorder: TF_lookorder
  Left = 247
  Top = 185
  Width = 547
  Height = 394
  Caption = #26597#30475#39184#39278#35746#21333
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 26
    Width = 60
    Height = 13
    Caption = #35746#21333#32534#21495#65306
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 56
    Width = 505
    Height = 257
    DataSource = DM_main.DS_findorder
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 26
    Top = 328
    Width = 480
    Height = 25
    DataSource = DM_main.DS_findorder
    TabOrder = 1
  end
  object btnOk: TButton
    Left = 285
    Top = 17
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = btnOkClick
  end
  object cbxid: TComboBox
    Left = 101
    Top = 20
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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