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

📄 fwdjbdd.dfm

📁 服务信息管理系统
💻 DFM
字号:
object frmfwdjbdd: Tfrmfwdjbdd
  Left = 211
  Top = 122
  Width = 757
  Height = 518
  Caption = #26381#21153#30331#35760#34920
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  KeyPreview = True
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 12
  object Button1: TButton
    Left = 128
    Top = 432
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 432
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 1
    OnClick = Button2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 472
    Width = 749
    Height = 19
    Panels = <
      item
        Bevel = pbNone
        Width = 50
      end>
    SimplePanel = False
  end
  object DBNavigator1: TDBNavigator
    Left = 152
    Top = 376
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBGridEh1: TDBGridEh
    Left = 0
    Top = 0
    Width = 749
    Height = 353
    Align = alTop
    DataSource = DataSource1
    FooterColor = clWindow
    FooterFont.Charset = GB2312_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -12
    FooterFont.Name = #23435#20307
    FooterFont.Style = []
    TabOrder = 4
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object Query1: TQuery
    Active = True
    AutoCalcFields = False
    DatabaseName = 'fwxxgl'
    ParamCheck = False
    RequestLive = True
    SQL.Strings = (
      'select * from ygdasjk')
    UniDirectional = True
    Left = 24
    Top = 392
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 56
    Top = 392
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'fwxxgl'
    TableName = 'khxxview'
    Left = 88
    Top = 392
  end
end

⌨️ 快捷键说明

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