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

📄 gaimm.~dfm

📁 库房管理程序,希望能给大家一点启发.这个小程序现在已经用在我们这里的工段,反应良好.
💻 ~DFM
字号:
object Form3: TForm3
  Left = 162
  Top = 103
  Width = 544
  Height = 375
  Caption = 'gaimm'
  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 Label3: TLabel
    Left = 184
    Top = 192
    Width = 45
    Height = 13
    AutoSize = False
    Caption = #26032#23494#30721'   '
  end
  object Label2: TLabel
    Left = 184
    Top = 144
    Width = 45
    Height = 13
    AutoSize = False
    Caption = #21407#23494#30721'   '
  end
  object Label1: TLabel
    Left = 184
    Top = 96
    Width = 48
    Height = 13
    AutoSize = False
    Caption = #29992#25143#21517'    '
  end
  object Button2: TButton
    Left = 320
    Top = 232
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 0
    OnClick = Button2Click
  end
  object Button1: TButton
    Left = 168
    Top = 232
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit3: TEdit
    Left = 248
    Top = 184
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 248
    Top = 136
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
  end
  object Edit1: TEdit
    Left = 248
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    ParamCheck = False
    Parameters = <>
    SQL.Strings = (
      'select * from '#20154#21592#34920)
    Left = 144
    Top = 64
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=snqt3005;Persist Security Info=True' +
      ';User ID=sa;Initial Catalog=qtbkfcx;Data Source=snqt;Use Procedu' +
      're for Prepare=1;Auto Translate=True;Packet Size=4096;Workstatio' +
      'n ID=GB;Use Encryption for Data=False;Tag with column collation ' +
      'when possible=False'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 80
    Top = 64
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 112
    Top = 64
  end
end

⌨️ 快捷键说明

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