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

📄 bromedit.dfm

📁 三層源碼,DELPHI寫的三層源碼,三層源碼,
💻 DFM
字号:
object brom_edit: Tbrom_edit
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '修改宿舍记录'
  ClientHeight = 326
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 521
    Height = 281
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 16
    Top = 24
    Width = 33
    Height = 13
    Caption = '房号:'
    Transparent = True
  end
  object Label3: TLabel
    Left = 320
    Top = 24
    Width = 33
    Height = 13
    Caption = '地点:'
    Transparent = True
  end
  object Label7: TLabel
    Left = 320
    Top = 56
    Width = 33
    Height = 13
    Caption = '衣柜:'
    Transparent = True
  end
  object Label4: TLabel
    Left = 16
    Top = 56
    Width = 59
    Height = 13
    Caption = '床位总数:'
    Transparent = True
  end
  object Label9: TLabel
    Left = 128
    Top = 56
    Width = 33
    Height = 13
    Caption = '风扇:'
    Transparent = True
  end
  object Label10: TLabel
    Left = 16
    Top = 88
    Width = 33
    Height = 13
    Caption = '备注:'
    Transparent = True
  end
  object Label2: TLabel
    Left = 128
    Top = 24
    Width = 59
    Height = 13
    Caption = '住房类别:'
    Transparent = True
  end
  object Label6: TLabel
    Left = 240
    Top = 56
    Width = 33
    Height = 13
    Caption = '床铺:'
    Transparent = True
  end
  object Label8: TLabel
    Left = 432
    Top = 56
    Width = 33
    Height = 13
    Caption = '书桌:'
    Transparent = True
  end
  object Label11: TLabel
    Left = 16
    Top = 264
    Width = 33
    Height = 13
    Caption = '工号:'
    Transparent = True
  end
  object Label12: TLabel
    Left = 176
    Top = 264
    Width = 46
    Height = 13
    Caption = '床位号:'
    Transparent = True
  end
  object xpButton1: TxpButton
    Left = 368
    Top = 296
    Width = 73
    Height = 25
    Caption = '确定修改'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 11
    TabStop = True
    OnClick = xpButton1Click
  end
  object xpButton3: TxpButton
    Left = 443
    Top = 296
    Width = 75
    Height = 25
    Caption = '取消关闭'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 13
    TabStop = True
    OnClick = xpButton3Click
  end
  object Edit1: TEdit
    Left = 56
    Top = 16
    Width = 65
    Height = 21
    Color = clScrollBar
    ReadOnly = True
    TabOrder = 12
  end
  object Edit4: TEdit
    Left = 80
    Top = 48
    Width = 41
    Height = 21
    TabOrder = 2
    Text = 'Edit4'
    OnKeyDown = Edit4KeyDown
    OnKeyPress = Edit3KeyPress
  end
  object ComboBox1: TComboBox
    Left = 192
    Top = 16
    Width = 121
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    OnKeyPress = Edit3KeyPress
    Items.Strings = (
      '10人房'
      '6人房'
      '4人房'
      '3人房'
      '2人房'
      '夫妇房'
      '单人房')
  end
  object Edit3: TEdit
    Left = 353
    Top = 16
    Width = 169
    Height = 21
    TabOrder = 1
    Text = 'Edit3'
    OnKeyPress = Edit3KeyPress
  end
  object Edit8: TEdit
    Left = 465
    Top = 48
    Width = 57
    Height = 21
    TabOrder = 6
    Text = 'Edit8'
    OnKeyDown = Edit4KeyDown
    OnKeyPress = Edit3KeyPress
  end
  object Edit7: TEdit
    Left = 360
    Top = 48
    Width = 65
    Height = 21
    TabOrder = 5
    Text = 'Edit5'
    OnKeyDown = Edit4KeyDown
    OnKeyPress = Edit3KeyPress
  end
  object Edit10: TEdit
    Left = 56
    Top = 80
    Width = 466
    Height = 21
    TabOrder = 7
    Text = 'Edit10'
    OnKeyPress = Edit3KeyPress
  end
  object Edit6: TEdit
    Left = 272
    Top = 48
    Width = 41
    Height = 21
    TabOrder = 4
    Text = 'Edit5'
    OnKeyDown = Edit4KeyDown
    OnKeyPress = Edit3KeyPress
  end
  object Edit9: TEdit
    Left = 168
    Top = 48
    Width = 65
    Height = 21
    TabOrder = 3
    Text = 'Edit9'
    OnKeyDown = Edit4KeyDown
    OnKeyPress = Edit3KeyPress
  end
  object DBGrid1: TDBGrid
    Left = 17
    Top = 112
    Width = 504
    Height = 137
    DataSource = sl_data.DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 14
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    OnDrawColumnCell = DBGrid1DrawColumnCell
  end
  object xpButton4: TxpButton
    Left = 368
    Top = 256
    Width = 73
    Height = 25
    Caption = '添加明细'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 10
    TabStop = True
    OnClick = xpButton4Click
  end
  object xpButton5: TxpButton
    Left = 440
    Top = 256
    Width = 40
    Height = 25
    Caption = '删除'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 15
    TabStop = True
    OnClick = xpButton5Click
  end
  object xpButton6: TxpButton
    Left = 480
    Top = 256
    Width = 40
    Height = 25
    Caption = '清空'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 16
    TabStop = True
    OnClick = xpButton6Click
  end
  object Edit2: TEdit
    Left = 56
    Top = 256
    Width = 113
    Height = 21
    TabOrder = 8
    Text = 'Edit2'
    OnKeyPress = Edit3KeyPress
  end
  object Edit11: TEdit
    Left = 224
    Top = 256
    Width = 81
    Height = 21
    TabOrder = 9
    Text = 'Edit11'
    OnKeyDown = Edit11KeyDown
  end
end

⌨️ 快捷键说明

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