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

📄 dwxx.dfm

📁 北京铁路局住房分配系统,数据库为MSSql2000,依次执行crebas4.sql
💻 DFM
字号:
object FormDwxx: TFormDwxx
  Left = 211
  Top = 111
  Width = 566
  Height = 407
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #21333#20301#20449#24687#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnActivate = FormActivate
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 47
    Width = 558
    Height = 218
    Align = alClient
    DataSource = DataModule1.DataS
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'dwbh'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dwmc'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'kfts'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'yfts'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Col'
        Visible = False
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 328
    Width = 558
    Height = 52
    Align = alBottom
    BevelInner = bvLowered
    TabOrder = 1
    object Button1: TButton
      Left = 32
      Top = 14
      Width = 75
      Height = 25
      Caption = #22686#21152
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 134
      Top = 14
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 236
      Top = 14
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 338
      Top = 14
      Width = 75
      Height = 25
      Caption = #20445#23384
      TabOrder = 3
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 440
      Top = 14
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 4
      OnClick = Button5Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 265
    Width = 558
    Height = 63
    Align = alBottom
    BevelInner = bvLowered
    TabOrder = 2
    object Labelbh: TLabel
      Left = 16
      Top = 12
      Width = 73
      Height = 13
      AutoSize = False
      Caption = #21333#20301#32534#21495
    end
    object Labelmc: TLabel
      Left = 216
      Top = 12
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #21333#20301#21517#31216
    end
    object Label4: TLabel
      Left = 16
      Top = 38
      Width = 70
      Height = 13
      AutoSize = False
      Caption = #21487#20998#25151#22871#25968
    end
    object Label2: TLabel
      Left = 216
      Top = 38
      Width = 73
      Height = 13
      AutoSize = False
      Caption = #24050#20998#25151#22871#25968
    end
    object Edit1: TEdit
      Left = 115
      Top = 8
      Width = 81
      Height = 21
      TabOrder = 0
      OnExit = Edit1Exit
      OnKeyPress = Edit1KeyPress
    end
    object Edit2: TEdit
      Left = 296
      Top = 8
      Width = 161
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 115
      Top = 34
      Width = 81
      Height = 21
      TabOrder = 2
      OnKeyPress = Edit3KeyPress
    end
    object Edit4: TEdit
      Left = 296
      Top = 34
      Width = 81
      Height = 21
      TabOrder = 3
      OnExit = Edit4Exit
      OnKeyPress = Edit4KeyPress
    end
  end
  object TPanel
    Left = 0
    Top = 0
    Width = 558
    Height = 47
    Align = alTop
    BevelInner = bvLowered
    BevelOuter = bvSpace
    TabOrder = 3
    object Label1: TLabel
      Left = 2
      Top = 2
      Width = 554
      Height = 43
      Align = alClient
      Alignment = taCenter
      AutoSize = False
      Caption = #21333#20301#20449#24687#35774#32622
      Font.Charset = GB2312_CHARSET
      Font.Color = clMaroon
      Font.Height = -24
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold, fsUnderline]
      ParentFont = False
      Layout = tlCenter
    end
  end
end

⌨️ 快捷键说明

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