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

📄 untfitstore.~dfm

📁 自己做的一个例子
💻 ~DFM
字号:
object Frm_FitStore: TFrm_FitStore
  Left = 104
  Top = 87
  Width = 699
  Height = 486
  Caption = #24211#23384#20363#23376
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 185
    Top = 0
    Height = 408
    Beveled = True
  end
  object Grd_Type: TDBGrid
    Left = 0
    Top = 0
    Width = 185
    Height = 408
    Align = alLeft
    DataSource = Ds_Type
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 408
    Width = 691
    Height = 51
    Align = alBottom
    BevelInner = bvLowered
    TabOrder = 1
    object cmd_Refresh: TBitBtn
      Left = 80
      Top = 16
      Width = 75
      Height = 25
      Caption = '&R'#21047#26032
      TabOrder = 0
      OnClick = cmd_RefreshClick
    end
    object cmd_Find: TBitBtn
      Left = 216
      Top = 17
      Width = 75
      Height = 25
      Caption = '&F'#26597#25214
      TabOrder = 1
      OnClick = cmd_FindClick
    end
  end
  object Grd_Main: TDBGrid
    Left = 216
    Top = 48
    Width = 425
    Height = 289
    DataSource = Ds_Main
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Qry_Main: TADOQuery
    Connection = Form1.Conn_SQL
    DataSource = Ds_Type
    Parameters = <>
    Left = 232
    Top = 176
  end
  object Qry_Type: TADOQuery
    Connection = Form1.Conn_SQL
    Parameters = <>
    SQL.Strings = (
      'Select sName, sID From FitType')
    Left = 128
    Top = 176
  end
  object Ds_Type: TDataSource
    DataSet = Qry_Type
    Left = 128
    Top = 224
  end
  object Ds_Main: TDataSource
    DataSet = Qry_Main
    Left = 232
    Top = 224
  end
end

⌨️ 快捷键说明

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