unit4.dfm

来自「hotel源码 简单易用 delphihotel源码 简单易用 delphi」· DFM 代码 · 共 122 行

DFM
122
字号
object Form4: TForm4
  Left = 194
  Top = 107
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #31995#32479#30331#38470#8212#8212#28248#20891#24773#37202#24215
  ClientHeight = 131
  ClientWidth = 240
  Color = clWhite
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 78
    Height = 16
    Caption = #29992#25143#21517#31216':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 48
    Width = 86
    Height = 16
    Caption = #30331#20837#23494#30721#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 104
    Top = 48
    Width = 97
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    HideSelection = False
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 0
  end
  object ComboBox1: TComboBox
    Left = 104
    Top = 12
    Width = 97
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 14
    ParentFont = False
    TabOrder = 1
    Text = #35831#36873#25321#29992#25143#21517
    OnKeyPress = ComboBox1KeyPress
  end
  object BitBtn1: TBitBtn
    Left = 56
    Top = 80
    Width = 65
    Height = 33
    Caption = #30331#20837
    DragCursor = crHandPoint
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 136
    Top = 80
    Width = 65
    Height = 33
    Caption = #36864#20986
    DragCursor = crHandPoint
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ModalResult = 9
    ParentFont = False
    TabOrder = 3
    OnClick = BitBtn2Click
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 208
    Top = 80
  end
  object XPManifest1: TXPManifest
    Left = 24
    Top = 80
  end
end

⌨️ 快捷键说明

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