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

📄 unit9.~dfm

📁 大家可以看看还不错的管理系统
💻 ~DFM
字号:
object frmCuihuan: TfrmCuihuan
  Left = 232
  Top = 197
  Width = 448
  Height = 329
  Caption = #22270#20070#20652#36824
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 216
    Width = 60
    Height = 13
    Caption = #20511#20070#35777#21495#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 240
    Width = 353
    Height = 13
    Caption = #31995#32479#23558#26174#31034#21313#22825#20043#20869#24212#35813#24402#36824#30340#20070#26412#25110#32773#24050#32463#21040#26399#30340#20070#12290
  end
  object DBGrid1: TDBGrid
    Left = -8
    Top = 0
    Width = 441
    Height = 193
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object txtNo: TEdit
    Left = 96
    Top = 208
    Width = 121
    Height = 21
    Hint = #35831#36755#20837#20511#20070#35777#21495
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
  end
  object Button1: TButton
    Left = 264
    Top = 264
    Width = 75
    Height = 25
    Caption = #26174#31034'(&S)'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 352
    Top = 264
    Width = 75
    Height = 25
    Caption = #36864#20986'(&E)'
    TabOrder = 3
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 56
    Top = 120
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xxr'
    Parameters = <>
    Left = 24
    Top = 120
  end
end

⌨️ 快捷键说明

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