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

📄 odr.~dfm

📁 一个不错的酒店管理系统 用delphi7实现
💻 ~DFM
字号:
object Order1Form: TOrder1Form
  Left = 245
  Top = 100
  Width = 408
  Height = 448
  Caption = 'Order1Form'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 16
    Width = 198
    Height = 21
    Caption = #35831#36873#25321#24744#21916#27426#30340#33756#21697
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 200
    Width = 55
    Height = 13
    Caption = #24744#30340'UserId'
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 56
    Width = 337
    Height = 120
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 104
    Top = 192
    Width = 65
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object BtAdd: TBitBtn
    Left = 208
    Top = 192
    Width = 75
    Height = 25
    Caption = #28155#33756
    TabOrder = 2
    OnClick = BtAddClick
  end
  object BtCanc: TBitBtn
    Left = 304
    Top = 192
    Width = 75
    Height = 25
    Caption = #36864#33756
    TabOrder = 3
    OnClick = BtCancClick
  end
  object DBGrid2: TDBGrid
    Left = 16
    Top = 240
    Width = 320
    Height = 120
    DataSource = DataSource2
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object BtOver: TBitBtn
    Left = 272
    Top = 376
    Width = 75
    Height = 25
    Caption = #23436#25104
    TabOrder = 5
    OnClick = BtOverClick
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    IndexFieldNames = #33756#21495
    ReadOnly = True
    TableName = #33756#35889'.DB'
    Left = 80
    Top = 80
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 136
    Top = 80
  end
  object Table2: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    IndexFieldNames = 'OrderNo'
    TableName = #28857#33756'2.db'
    Left = 64
    Top = 256
  end
  object DataSource2: TDataSource
    DataSet = Table2
    Left = 136
    Top = 264
  end
end

⌨️ 快捷键说明

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