untslctfield.dfm

来自「是分布式粮库程序,是采用Delphi实现的」· DFM 代码 · 共 94 行

DFM
94
字号
object FrmSlctField: TFrmSlctField
  Left = 409
  Top = 152
  Width = 407
  Height = 285
  BorderIcons = []
  Caption = 'FrmSlctField'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 184
    Width = 399
    Height = 8
    Cursor = crVSplit
    Align = alBottom
  end
  object PnlBottom: TPanel
    Left = 0
    Top = 192
    Width = 399
    Height = 59
    Align = alBottom
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object BitBtnOk: TBitBtn
      Left = 88
      Top = 16
      Width = 75
      Height = 25
      Caption = #30830#23450
      Enabled = False
      TabOrder = 0
      OnClick = BitBtnOkClick
    end
    object BitBtnCancel: TBitBtn
      Left = 216
      Top = 16
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = BitBtnCancelClick
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 399
    Height = 184
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 397
      Height = 182
      Align = alClient
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object DataSource1: TDataSource
    DataSet = TblSlct
    Left = 120
    Top = 72
  end
  object TblSlct: TTable
    DatabaseName = 'LYDB'
    Left = 80
    Top = 72
  end
end

⌨️ 快捷键说明

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