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

📄 unit4.dfm

📁 用Delphi做一个公寓管理系统
💻 DFM
字号:
object Form_valuables_move: TForm_valuables_move
  Left = 208
  Top = 137
  Width = 720
  Height = 411
  Caption = #36149#37325#29289#21697#25644#20986#30331#35760
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 52
    Top = 56
    Width = 63
    Height = 13
    Caption = #29289#21697#21517#31216'     '
  end
  object Label2: TLabel
    Left = 146
    Top = 56
    Width = 69
    Height = 13
    Caption = #25644#20986#20154#22995#21517'   '
  end
  object Label3: TLabel
    Left = 241
    Top = 56
    Width = 57
    Height = 13
    Caption = #35777#20214#31867#22411'   '
  end
  object Label4: TLabel
    Left = 354
    Top = 56
    Width = 45
    Height = 13
    Caption = #35777#20214#21495'   '
  end
  object Label5: TLabel
    Left = 442
    Top = 56
    Width = 63
    Height = 13
    Caption = #25644#20986#20107#30001'     '
  end
  object Label7: TLabel
    Left = 587
    Top = 56
    Width = 39
    Height = 13
    Caption = #22791#27880'     '
  end
  object Label6: TLabel
    Left = 75
    Top = 175
    Width = 75
    Height = 13
    Caption = #24403#21069#26102#38388'  '#65306'   '
  end
  object Label8: TLabel
    Left = 179
    Top = 175
    Width = 198
    Height = 13
    Caption = 
      '                                                                ' +
      '  '
  end
  object Label9: TLabel
    Left = 79
    Top = 219
    Width = 57
    Height = 13
    Caption = #20540#29677#20154#65306'   '
  end
  object Label10: TLabel
    Left = 175
    Top = 219
    Width = 189
    Height = 13
    Caption = '                                                               '
  end
  object Edit1: TEdit
    Left = 29
    Top = 88
    Width = 97
    Height = 50
    AutoSize = False
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 125
    Top = 88
    Width = 97
    Height = 50
    AutoSize = False
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 528
    Top = 88
    Width = 153
    Height = 50
    Lines.Strings = (
      '')
    TabOrder = 5
  end
  object Edit3: TEdit
    Left = 221
    Top = 88
    Width = 99
    Height = 50
    AutoSize = False
    TabOrder = 2
    Text = #23398#29983#35777
  end
  object Edit4: TEdit
    Left = 320
    Top = 88
    Width = 113
    Height = 50
    AutoSize = False
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 432
    Top = 88
    Width = 97
    Height = 50
    AutoSize = False
    TabOrder = 4
  end
  object Button1: TButton
    Left = 269
    Top = 299
    Width = 72
    Height = 25
    Caption = #30331'   '#35760
    Default = True
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 397
    Top = 299
    Width = 72
    Height = 25
    Caption = #21462'    '#28040
    TabOrder = 7
    OnClick = Button2Click
  end
  object Query1: TQuery
    DatabaseName = 'main'
    SQL.Strings = (
      
        'insert into valuables_move(name_res,name_man,type_cer,num_cer,re' +
        'ason,time_move,watch,remark) '
      
        'values(:name_res,:name_man,:type_cer,:num_cer,:reason,:time_move' +
        ',:watch,:remark)')
    Left = 32
    ParamData = <
      item
        DataType = ftUnknown
        Name = 'name_res'
        ParamType = ptUnknown
      end
      item
        DataType = ftUnknown
        Name = 'name_man'
        ParamType = ptUnknown
      end
      item
        DataType = ftUnknown
        Name = 'type_cer'
        ParamType = ptUnknown
      end
      item
        DataType = ftUnknown
        Name = 'num_cer'
        ParamType = ptUnknown
      end
      item
        DataType = ftUnknown
        Name = 'reason'
        ParamType = ptUnknown
      end
      item
        DataType = ftUnknown
        Name = 'time_move'
        ParamType = ptUnknown
      end
      item
        DataType = ftUnknown
        Name = 'watch'
        ParamType = ptUnknown
      end
      item
        DataType = ftUnknown
        Name = 'remark'
        ParamType = ptUnknown
      end>
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
  end
end

⌨️ 快捷键说明

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