unit28.dfm

来自「一个用DELPHI编的酒店管理系统。 其中数据库:SQL Server2000,」· DFM 代码 · 共 123 行

DFM
123
字号
object Form28: TForm28
  Left = 235
  Top = 124
  Width = 337
  Height = 253
  Caption = #36861#21152#28040#36153#32426#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 20
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 313
    Height = 201
    Caption = #22635#20889#28040#36153#32426#24405
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 72
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #28040#36153#39033#30446#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 112
      Width = 48
      Height = 20
      AutoSize = False
      Caption = #37329#39069#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 32
      Width = 48
      Height = 20
      AutoSize = False
      Caption = #26700#21495#65306
    end
    object Label4: TLabel
      Left = 200
      Top = 96
      Width = 97
      Height = 13
      AutoSize = False
      Caption = #65288#20854#23427#35831#22635#20889#65289
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object btnok: TButton
      Left = 56
      Top = 160
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
    end
    object ComboBox1: TComboBox
      Left = 96
      Top = 64
      Width = 89
      Height = 28
      ItemHeight = 20
      TabOrder = 1
      Text = 'ComboBox1'
      Items.Strings = (
        ''
        #23089#20048#36153
        #20572#36710#36153
        #27700#26524#36153
        #39184#20855#36153
        #20854#23427)
    end
    object Edit1: TEdit
      Left = 96
      Top = 104
      Width = 89
      Height = 28
      AutoSize = False
      TabOrder = 2
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 192
      Top = 64
      Width = 105
      Height = 28
      AutoSize = False
      TabOrder = 3
      Text = 'Edit2'
    end
    object ComboBox2: TComboBox
      Left = 96
      Top = 24
      Width = 89
      Height = 28
      ItemHeight = 20
      TabOrder = 4
      Text = 'ComboBox2'
    end
    object btncancel: TButton
      Left = 168
      Top = 160
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 5
    end
  end
end

⌨️ 快捷键说明

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