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

📄 unitstockposition.dfm

📁 仓储系统
💻 DFM
字号:
object frmStockPosition: TfrmStockPosition
  Left = 90
  Top = 105
  Width = 574
  Height = 413
  BorderIcons = [biMaximize]
  Caption = #24211#20301#20195#30721#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel2: TPanel
    Left = 451
    Top = 0
    Width = 115
    Height = 386
    Align = alRight
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Color = 15263976
    TabOrder = 0
    object btnAdd: TButton
      Left = 19
      Top = 14
      Width = 75
      Height = 25
      Caption = #22686#21152'(&A)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = btnAddClick
    end
    object btnCancel: TButton
      Left = 19
      Top = 174
      Width = 75
      Height = 25
      Caption = #21462#28040'(&C)'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnClick = btnCancelClick
    end
    object btnErase: TButton
      Left = 19
      Top = 54
      Width = 75
      Height = 25
      Caption = #21024#38500'(&D)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = btnEraseClick
    end
    object btnMod: TButton
      Left = 19
      Top = 94
      Width = 75
      Height = 25
      Caption = #20462#25913'(&M)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = btnModClick
    end
    object btnSave: TButton
      Left = 19
      Top = 134
      Width = 75
      Height = 25
      Caption = #20445#23384'(&S)'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = btnSaveClick
    end
    object btnExit: TButton
      Left = 19
      Top = 214
      Width = 75
      Height = 25
      Caption = #36864#20986'(&X)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      OnClick = btnExitClick
    end
  end
  object Panel1: TPanel
    Left = 151
    Top = 0
    Width = 300
    Height = 386
    Align = alRight
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Color = 15263976
    Enabled = False
    TabOrder = 1
    object Label3: TLabel
      Left = 32
      Top = 18
      Width = 75
      Height = 14
      Caption = #24211#25151#20195#30721#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label4: TLabel
      Left = 33
      Top = 136
      Width = 60
      Height = 14
      Caption = #24211#20301#21517#31216
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label1: TLabel
      Left = 61
      Top = 47
      Width = 168
      Height = 14
      Caption = '('#24211#25151#20195#30721#20026#20108#20301','#22914':01)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object Label2: TLabel
      Left = 67
      Top = 169
      Width = 196
      Height = 14
      Caption = '('#24211#20301#21517#31216#19981#33021#36229#36807#21313#20010#27721#23383')'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object Label5: TLabel
      Left = 32
      Top = 80
      Width = 75
      Height = 14
      Caption = #24211#20301#20195#30721#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object cbbKfdm: TComboBox
      Left = 112
      Top = 15
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnExit = cbbKfdmExit
      OnKeyPress = cbbKfdmKeyPress
    end
    object edtKwdm: TEdit
      Left = 112
      Top = 77
      Width = 145
      Height = 21
      MaxLength = 5
      TabOrder = 1
      OnKeyPress = cbbKfdmKeyPress
    end
    object edtKwmc: TEdit
      Left = 114
      Top = 129
      Width = 143
      Height = 21
      MaxLength = 20
      TabOrder = 2
      OnKeyPress = edtKwmcKeyPress
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 151
    Height = 386
    Align = alClient
    DataSource = dsKw
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'Storeroom_zip'
        Title.Alignment = taCenter
        Title.Caption = #24211#25151#20195#30721
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clMaroon
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Storeplace_zip'
        Title.Alignment = taCenter
        Title.Caption = #24211#20301#20195#30721
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clMaroon
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Storeplace_name'
        Title.Alignment = taCenter
        Title.Caption = #24211#20301#21517#31216
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clMaroon
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Width = 100
        Visible = True
      end>
  end
  object dsKw: TDataSource
    DataSet = DM.qry_kw
    OnDataChange = dsKwDataChange
    Left = 24
    Top = 56
  end
end

⌨️ 快捷键说明

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