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

📄 stock.~dfm

📁 这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不过是可以用来答辩的,完整的毕业设计,有源代码,可爱执行文件,文档资料.
💻 ~DFM
字号:
inherited sstock: Tsstock
  Left = -36
  Top = 105
  Width = 808
  Height = 608
  Caption = #37319#36141#35745#21010
  FormStyle = fsMDIChild
  OldCreateOrder = True
  Position = poDefault
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  inherited palDown: TPanel
    Top = 572
    Width = 800
    inherited imgRightDown: TImage
      Left = 790
    end
    inherited imgDownMin: TImage
      Width = 780
    end
  end
  inherited palLeft: TPanel
    Height = 507
    inherited imgLeft: TImage
      Height = 507
    end
  end
  inherited palRight: TPanel
    Left = 785
    Height = 507
    inherited imgRight: TImage
      Height = 507
    end
  end
  inherited palToolbar: TPanel
    Width = 800
    inherited tiLocate: TTradeImg
      OnClick = tiLocateClick
    end
    inherited tiLast: TTradeImg
      OnClick = tiLastClick
    end
    inherited tiNext: TTradeImg
      OnClick = tiNextClick
    end
    inherited tiPrior: TTradeImg
      OnClick = tiPriorClick
    end
    inherited tiFirst: TTradeImg
      OnClick = tiFirstClick
    end
  end
  object Panel1: TPanel
    Left = 10
    Top = 65
    Width = 775
    Height = 507
    Align = alClient
    BevelOuter = bvNone
    Color = 13619151
    TabOrder = 4
    object GroupBox1: TGroupBox
      Left = 0
      Top = 0
      Width = 775
      Height = 208
      Align = alTop
      Color = 13619151
      ParentColor = False
      TabOrder = 0
      object Label3: TLabel
        Left = 8
        Top = 25
        Width = 60
        Height = 13
        Caption = #29289#26009#21517#31216#65306
      end
      object Label4: TLabel
        Left = 224
        Top = 33
        Width = 72
        Height = 13
        Caption = #35745#21010#37319#36141#37327#65306
        FocusControl = DBEdit4
      end
      object Label6: TLabel
        Left = 8
        Top = 89
        Width = 72
        Height = 13
        Caption = #23454#38469#38656#36141#37327#65306
        FocusControl = DBEdit6
      end
      object Label1: TLabel
        Left = 226
        Top = 87
        Width = 68
        Height = 13
        AutoSize = False
        Caption = #29289#26009#32534#21495
        FocusControl = DBEdit4
      end
      object DBEdit4: TDBEdit
        Left = 224
        Top = 49
        Width = 134
        Height = 21
        Color = clSilver
        DataField = 'Procure_Quantity'
        DataSource = dm.d_procureplan
        ReadOnly = True
        TabOrder = 0
      end
      object DBEdit6: TDBEdit
        Left = 8
        Top = 105
        Width = 134
        Height = 21
        Color = clSilver
        DataField = 'A_Quantity'
        DataSource = dm.d_procureplan
        ReadOnly = True
        TabOrder = 1
      end
      object Button1: TButton
        Left = 592
        Top = 48
        Width = 75
        Height = 25
        Caption = #21442#32771#35745#21010
        TabOrder = 2
        OnClick = Button1Click
      end
      object DBEdit8: TDBEdit
        Left = 224
        Top = 104
        Width = 121
        Height = 21
        Color = clSilver
        DataField = 'procure_id'
        DataSource = dm.d_procureplan
        TabOrder = 3
      end
      object DBLookupComboBox1: TDBLookupComboBox
        Left = 8
        Top = 48
        Width = 145
        Height = 21
        Color = clSilver
        DataField = 'procure_name'
        DataSource = dm.d_procureplan
        KeyField = 'MaterialM_Name'
        ListField = 'MaterialM_Name'
        ListSource = dm.d_materialmanager
        TabOrder = 4
      end
    end
    object DBGrid1: TDBGrid
      Left = 0
      Top = 208
      Width = 775
      Height = 299
      Align = alClient
      DataSource = dm.d_procureplan
      ReadOnly = True
      TabOrder = 1
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'Procure_Name'
          Title.Caption = #29289#26009#21517#31216
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Procure_Quantity'
          Title.Caption = #35745#21010#37319#36141#37327
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'A_Quantity'
          Title.Caption = #23454#38469#38656#36141#37327
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'procure_id'
          Title.Caption = #29289#26009#32534#21495
          Visible = True
        end>
    end
  end
  object ADOCommand1: TADOCommand
    Connection = dm.ADOConnection1
    Parameters = <>
    Left = 524
    Top = 70
  end
end

⌨️ 快捷键说明

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