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

📄 dfm_loop.dfm

📁 仓库管理系统 仓库管理系统
💻 DFM
字号:
object dfmloop: Tdfmloop
  Left = 262
  Top = 189
  Width = 283
  Height = 195
  Caption = #24211#23384#36716#23384
  Color = 13422259
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object StatusBar1: TStatusBar
    Left = 0
    Top = 149
    Width = 275
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object Panel2: TPanel
    Left = 0
    Top = 124
    Width = 275
    Height = 25
    Align = alBottom
    BevelInner = bvLowered
    TabOrder = 1
    object postbtn: TBitBtn
      Left = 3
      Top = 0
      Width = 75
      Height = 25
      Caption = #30830#23450
      Default = True
      ModalResult = 1
      TabOrder = 0
      OnClick = postbtnClick
      Glyph.Data = {
        DE010000424DDE01000000000000760000002800000024000000120000000100
        0400000000006801000000000000000000001000000000000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
        3333333333333333333333330000333333333333333333333333F33333333333
        00003333344333333333333333388F3333333333000033334224333333333333
        338338F3333333330000333422224333333333333833338F3333333300003342
        222224333333333383333338F3333333000034222A22224333333338F338F333
        8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
        33333338F83338F338F33333000033A33333A222433333338333338F338F3333
        0000333333333A222433333333333338F338F33300003333333333A222433333
        333333338F338F33000033333333333A222433333333333338F338F300003333
        33333333A222433333333333338F338F00003333333333333A22433333333333
        3338F38F000033333333333333A223333333333333338F830000333333333333
        333A333333333333333338330000333333333333333333333333333333333333
        0000}
      NumGlyphs = 2
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 275
    Height = 124
    Align = alClient
    TabOrder = 2
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 48
      Height = 16
      Caption = #20320#23558#20174
    end
    object Label2: TLabel
      Left = 176
      Top = 24
      Width = 16
      Height = 16
      Caption = #24180
    end
    object Label3: TLabel
      Left = 176
      Top = 64
      Width = 16
      Height = 16
      Caption = #26376
    end
    object Label4: TLabel
      Left = 192
      Top = 64
      Width = 64
      Height = 16
      Caption = #36716#20986#24211#23384
    end
    object UpDown1: TUpDown
      Left = 145
      Top = 20
      Width = 16
      Height = 24
      Associate = Edit1
      Min = 1000
      Max = 3000
      Position = 2000
      TabOrder = 0
      Thousands = False
      Wrap = False
    end
    object Edit1: TEdit
      Left = 72
      Top = 20
      Width = 73
      Height = 24
      MaxLength = 4
      TabOrder = 1
      Text = '2000'
    end
    object Edit2: TEdit
      Left = 72
      Top = 56
      Width = 73
      Height = 24
      MaxLength = 2
      TabOrder = 2
      Text = '1'
    end
    object UpDown2: TUpDown
      Left = 145
      Top = 56
      Width = 15
      Height = 24
      Associate = Edit2
      Min = 1
      Max = 12
      Position = 1
      TabOrder = 3
      Wrap = False
    end
  end
  object ADOQuery1: TADOQuery
    Connection = dmRainbowMIS.adopos
    Parameters = <
      item
        Name = 'vyear'
        Size = -1
        Value = Null
      end>
    SQL.Strings = (
      
        'insert into t_storehst (bmh, spbh, sqsl, sqcb, sqsje, dqsl,kccb,' +
        ' clabel, cyear, cmonth)'
      
        'select bmh, spbh, sqsl, sqcb, sqsje, dqsl,kccb, clabel,:vyear,vm' +
        'onth ')
    Left = 168
    Top = 88
  end
  object ADOTable1: TADOTable
    Connection = dmRainbowMIS.adopos
    TableName = 't_storehst'
    Left = 128
    Top = 88
  end
end

⌨️ 快捷键说明

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