unit4.dfm

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

DFM
155
字号
object Form4: TForm4
  Left = 454
  Top = 228
  BorderStyle = bsDialog
  Caption = #28155#21152#29992#25143
  ClientHeight = 304
  ClientWidth = 533
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 16
  object GroupBox1: TGroupBox
    Left = 32
    Top = 24
    Width = 289
    Height = 209
    Caption = #26032#29992#25143
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 48
      Width = 73
      Height = 20
      AutoSize = False
      Caption = #29992#25143#21517#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 32
      Top = 96
      Width = 65
      Height = 20
      AutoSize = False
      Caption = #23494#30721#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 32
      Top = 144
      Width = 105
      Height = 20
      AutoSize = False
      Caption = #30830#35748#23494#30721#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 144
      Top = 48
      Width = 105
      Height = 28
      AutoSize = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 144
      Top = 96
      Width = 105
      Height = 28
      AutoSize = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      PasswordChar = '*'
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 144
      Top = 144
      Width = 105
      Height = 28
      AutoSize = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      PasswordChar = '*'
      TabOrder = 2
    end
  end
  object button1: TButton
    Left = 72
    Top = 256
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = button1Click
  end
  object button2: TButton
    Left = 192
    Top = 256
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = button2Click
  end
  object RadioGroup1: TRadioGroup
    Left = 344
    Top = 24
    Width = 169
    Height = 209
    Caption = #26435#38480#35774#32622
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Items.Strings = (
      #31649#29702#21592
      #25805#20316#21592
      #35775#38382#32773)
    ParentFont = False
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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