hybhglut.dfm

来自「宾馆客房管理系统,功能强大,界面美观,全部delphi源代码」· DFM 代码 · 共 101 行

DFM
101
字号
object hybhglfm: Thybhglfm
  Left = 246
  Top = 204
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20250#21592#32534#21495#31649#29702
  ClientHeight = 414
  ClientWidth = 644
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 644
    Height = 328
    Align = alClient
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 328
    Width = 644
    Height = 86
    Align = alBottom
    TabOrder = 1
    object DBNavigator1: TDBNavigator
      Left = 40
      Top = 24
      Width = 560
      Height = 41
      DataSource = DataSource1
      Flat = True
      TabOrder = 0
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 644
    Height = 328
    Align = alClient
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #32534#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22995#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24615#21035
        PickList.Strings = (
          #30007
          #22899)
        Visible = True
      end
      item
        Expanded = False
        FieldName = #32852#31995#30005#35805
        Visible = True
      end
      item
        Expanded = False
        FieldName = #32852#31995#22320#22336
        Visible = True
      end>
  end
  object hyado: TADOQuery
    Connection = DataFm.datacon
    Parameters = <>
    Left = 344
    Top = 200
  end
  object DataSource1: TDataSource
    DataSet = hyado
    Left = 176
    Top = 104
  end
end

⌨️ 快捷键说明

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