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

📄 u_add_custom.dfm

📁 本系统分为前台和后台两部分:前台用来实现客户预订、入住等操作
💻 DFM
字号:
object F_add_custom: TF_add_custom
  Left = 276
  Top = 235
  BorderStyle = bsSingle
  Caption = #28155#21152#23458#25143#20449#24687
  ClientHeight = 310
  ClientWidth = 433
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 60
    Height = 13
    AutoSize = False
    Caption = #35777#20214#32534#21495#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 60
    Height = 13
    AutoSize = False
    Caption = #35777#20214#31867#22411#65306
  end
  object Label3: TLabel
    Left = 256
    Top = 56
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label4: TLabel
    Left = 16
    Top = 152
    Width = 60
    Height = 13
    AutoSize = False
    Caption = #26469#28304#22320#21306#65306
  end
  object Label5: TLabel
    Left = 16
    Top = 176
    Width = 60
    Height = 13
    AutoSize = False
    Caption = #32852#31995#26041#27861#65306
  end
  object Label6: TLabel
    Left = 16
    Top = 232
    Width = 60
    Height = 13
    AutoSize = False
    Caption = #22791#27880#20449#24687#65306
  end
  object Label7: TLabel
    Left = 224
    Top = 128
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #35777#20214#22797#21360#20214#65306
  end
  object i_id_type: TListBox
    Left = 16
    Top = 56
    Width = 185
    Height = 89
    ItemHeight = 13
    TabOrder = 0
  end
  object i_sex: TRadioGroup
    Left = 256
    Top = 80
    Width = 145
    Height = 41
    Caption = #24615#21035
    Columns = 2
    ItemIndex = 0
    Items.Strings = (
      #30007
      #22899)
    TabOrder = 1
  end
  object i_name: TEdit
    Left = 304
    Top = 52
    Width = 97
    Height = 21
    TabOrder = 2
  end
  object i_from: TEdit
    Left = 80
    Top = 148
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object i_id: TEdit
    Left = 80
    Top = 12
    Width = 121
    Height = 21
    TabOrder = 4
    OnChange = i_idChange
  end
  object i_addr: TMemo
    Left = 16
    Top = 192
    Width = 185
    Height = 33
    TabOrder = 5
  end
  object i_remark: TMemo
    Left = 16
    Top = 248
    Width = 185
    Height = 49
    TabOrder = 6
  end
  object B_add: TButton
    Left = 232
    Top = 10
    Width = 75
    Height = 25
    Caption = #28155#21152
    Enabled = False
    TabOrder = 7
    OnClick = B_addClick
  end
  object Panel1: TPanel
    Left = 219
    Top = 151
    Width = 198
    Height = 145
    Caption = #21452#20987#28155#21152
    TabOrder = 8
    object i_id_copy: TImage
      Left = 1
      Top = 1
      Width = 196
      Height = 143
      Align = alClient
      Stretch = True
      OnDblClick = i_id_copyDblClick
    end
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Filter = 'Bitmaps (*.bmp)|*.bmp'
    Left = 352
    Top = 112
  end
end

⌨️ 快捷键说明

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