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

📄 unit2_caizepeng042_04.dfm

📁 这个是我的数据库的课程设计:超市商品数据管理系统的设计,,采用面向C/S模式的通用开发工具Delphi设计其前台的操作
💻 DFM
字号:
object Form2: TForm2
  Left = 277
  Top = 318
  Width = 653
  Height = 257
  Caption = #36229#24066#31995#32479#20027#30028#38754
  Color = clCaptionText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 152
    Top = 72
    Width = 384
    Height = 33
    Caption = #27426#36814#20351#29992#36229#24066#31649#29702#26597#35810#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #24494#36719#32321#38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 360
    Top = 32
    Width = 84
    Height = 13
    Caption = #24744#30331#24405#30340#26102#38388#20026
  end
  object Edit1: TEdit
    Left = 472
    Top = 24
    Width = 145
    Height = 21
    TabOrder = 0
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=caizepeng_042_04;Data Source=CAIZEPENG'
    Provider = 'SQLOLEDB.1'
    Left = 128
    Top = 208
  end
  object ADOQuery1: TADOQuery
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 176
    Top = 168
  end
  object MainMenu1: TMainMenu
    object N1: TMenuItem
      Caption = #22522#26412#25968#25454#31649#29702#65288'&J'#65289
      object N2: TMenuItem
        Caption = #20379#24212#21830#25968#25454#31649#29702
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = #21830#21697#25968#25454#31649#29702
        OnClick = N3Click
      end
      object N4: TMenuItem
        Caption = #36135#21306#25968#25454#31649#29702
        OnClick = N4Click
      end
      object N5: TMenuItem
        Caption = #36135#26550#25968#25454#31649#29702
        OnClick = N5Click
      end
      object N6: TMenuItem
        Caption = #21592#24037#25968#25454#31649#29702
        OnClick = N6Click
      end
    end
    object R1: TMenuItem
      Caption = #20837#24211#39564#25910#31649#29702#65288'&R'#65289
      OnClick = R1Click
    end
    object K1: TMenuItem
      Caption = #24211#23384#31649#29702#65288'&K'#65289
      OnClick = K1Click
    end
    object X1: TMenuItem
      Caption = #38144#21806#31649#29702#65288'&X'#65289
      object N10: TMenuItem
        Caption = #38144#21806#21069#21488
        OnClick = N10Click
      end
      object N11: TMenuItem
        Caption = #38144#21806#21518#21488
        OnClick = N11Click
      end
    end
    object T1: TMenuItem
      Caption = #32479#35745#20998#26512#65288'&T'#65289
      object ji1: TMenuItem
        Caption = #23450#26102#32479#35745
        OnClick = ji1Click
      end
      object N9: TMenuItem
        Caption = #38144#21806#32479#35745
        OnClick = N9Click
      end
      object N12: TMenuItem
        Caption = #26102#38388#35760#24405
        OnClick = N12Click
      end
    end
    object O1: TMenuItem
      Caption = #36864#20986#65288'&O'#65289
      OnClick = O1Click
    end
    object H1: TMenuItem
      Caption = #24110#21161#65288'&H'#65289
      object N7: TMenuItem
        Caption = #20851#20110
        OnClick = N7Click
      end
      object N8: TMenuItem
        Caption = #24110#21161
        OnClick = N8Click
      end
    end
  end
  object DataSource1: TDataSource
    DataSet = Form1.ADOQuery1
    Left = 256
    Top = 160
  end
end

⌨️ 快捷键说明

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