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

📄 u_sl.dfm

📁 学习资料
💻 DFM
字号:
object frm_sl: Tfrm_sl
  Left = 372
  Top = 110
  Width = 356
  Height = 434
  Caption = #25152#24471#31246#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 348
    Height = 63
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        MinHeight = 57
        Width = 344
      end>
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 331
      Height = 57
      ButtonHeight = 52
      ButtonWidth = 8
      Caption = 'ToolBar1'
      TabOrder = 0
      object SpeedButton1: TSpeedButton
        Left = 0
        Top = 2
        Width = 50
        Height = 52
        Caption = #28155#21152
        OnClick = SpeedButton1Click
      end
      object SpeedButton2: TSpeedButton
        Left = 50
        Top = 2
        Width = 50
        Height = 52
        Caption = #20462#25913
        OnClick = SpeedButton2Click
      end
      object SpeedButton3: TSpeedButton
        Left = 100
        Top = 2
        Width = 50
        Height = 52
        Caption = #21024#38500
        OnClick = SpeedButton3Click
      end
      object ToolButton1: TToolButton
        Left = 150
        Top = 2
        Width = 8
        Caption = 'ToolButton1'
        ImageIndex = 0
        Style = tbsDivider
      end
      object SpeedButton4: TSpeedButton
        Left = 158
        Top = 2
        Width = 50
        Height = 52
        Caption = #20445#23384
        Enabled = False
        OnClick = SpeedButton4Click
      end
      object SpeedButton5: TSpeedButton
        Left = 208
        Top = 2
        Width = 50
        Height = 52
        Caption = #21462#28040
        Enabled = False
        OnClick = SpeedButton5Click
      end
      object ToolButton2: TToolButton
        Left = 258
        Top = 2
        Width = 8
        Caption = 'ToolButton2'
        ImageIndex = 1
        Style = tbsDivider
      end
      object SpeedButton6: TSpeedButton
        Left = 266
        Top = 2
        Width = 50
        Height = 52
        Caption = #36864#20986
        OnClick = SpeedButton6Click
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 63
    Width = 348
    Height = 337
    Align = alClient
    BevelInner = bvSpace
    BevelOuter = bvLowered
    TabOrder = 1
    object Panel2: TPanel
      Left = 2
      Top = 2
      Width = 344
      Height = 119
      Align = alTop
      BevelInner = bvSpace
      BevelOuter = bvLowered
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object Label1: TLabel
        Left = 32
        Top = 17
        Width = 56
        Height = 14
        Caption = #32423#21035#21495#65306
      end
      object Label2: TLabel
        Left = 32
        Top = 51
        Width = 140
        Height = 14
        Caption = #24212#32435#25152#24471#31246#37329#39069#19979#38480#65306
      end
      object Label3: TLabel
        Left = 32
        Top = 87
        Width = 140
        Height = 14
        Caption = #24212#32435#25152#24471#31246#37329#39069#19978#38480#65306
      end
      object Label4: TLabel
        Left = 208
        Top = 17
        Width = 42
        Height = 14
        Caption = #31246#29575#65306
      end
      object Edit1: TEdit
        Left = 88
        Top = 14
        Width = 50
        Height = 20
        Ctl3D = False
        ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 0
        OnKeyDown = Edit1KeyDown
      end
      object Edit2: TEdit
        Left = 176
        Top = 48
        Width = 50
        Height = 20
        Ctl3D = False
        ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 2
        OnKeyDown = Edit2KeyDown
      end
      object Edit3: TEdit
        Left = 176
        Top = 84
        Width = 50
        Height = 20
        Ctl3D = False
        ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 3
      end
      object Edit4: TEdit
        Left = 248
        Top = 14
        Width = 50
        Height = 20
        Ctl3D = False
        ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 1
        OnKeyDown = Edit4KeyDown
      end
    end
    object Panel3: TPanel
      Left = 2
      Top = 121
      Width = 344
      Height = 214
      Align = alClient
      BevelInner = bvSpace
      BevelOuter = bvLowered
      TabOrder = 1
      object DBGrid1: TDBGrid
        Left = 2
        Top = 2
        Width = 340
        Height = 210
        Align = alClient
        DataSource = DataSource1
        ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
        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 = []
        OnCellClick = DBGrid1CellClick
      end
    end
  end
  object DataSource1: TDataSource
    DataSet = Data1.ADOQYsl
    Left = 42
    Top = 216
  end
end

⌨️ 快捷键说明

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