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

📄 wzxx.~dfm

📁 库房管理程序,希望能给大家一点启发.这个小程序现在已经用在我们这里的工段,反应良好.
💻 ~DFM
字号:
object Form7: TForm7
  Left = 192
  Top = 137
  Width = 521
  Height = 220
  Caption = 'wzxx'
  Color = clBtnFace
  DragMode = dmAutomatic
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 112
    Top = 8
    Width = 54
    Height = 13
    Caption = #35268#26684#22411#21495'  '
  end
  object Label2: TLabel
    Left = 328
    Top = 8
    Width = 168
    Height = 13
    Caption = #26597#19981#20986#30340#38750#26631#22791#20214#35831#28857#27492#22788'        '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = Label2Click
  end
  object Edit1: TEdit
    Left = 184
    Top = 0
    Width = 121
    Height = 21
    TabOrder = 0
    OnKeyDown = Edit1KeyDown
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 56
    Width = 513
    Height = 121
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = 'WZBM'
        Width = 69
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'WZMC'
        Width = 142
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'GGXH'
        Width = 211
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'JLDW'
        Width = 59
        Visible = True
      end>
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=snqt3005;Persist Security Info=True' +
      ';User ID=sa;Initial Catalog=qtbkfcx;Data Source=snqt'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 16
    Top = 8
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from wz_wzbm_v')
    Left = 64
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 112
    Top = 8
  end
end

⌨️ 快捷键说明

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