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

📄 gonghuoshang.dfm

📁 库存管理系统源码
💻 DFM
字号:
object frm_ghs: Tfrm_ghs
  Left = 252
  Top = 232
  Width = 629
  Height = 475
  Caption = #20379#36135#21830#20449#24687#31649#29702
  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 PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 621
    Height = 448
    ActivePage = TabSheet2
    Align = alClient
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #21326#25991#20013#23435
    Font.Style = []
    ParentFont = False
    TabIndex = 1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #22522#26412#20449#24687#32500#25252
      object GroupBox1: TGroupBox
        Left = 0
        Top = 0
        Width = 613
        Height = 241
        Align = alTop
        Caption = #20379#36135#21830#20449#24687
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #21326#25991#20013#23435
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object Label1: TLabel
          Left = 16
          Top = 24
          Width = 65
          Height = 15
          Caption = #20379#36135#21830#32534#21495
          FocusControl = DBEdit1
        end
        object Label2: TLabel
          Left = 16
          Top = 64
          Width = 65
          Height = 15
          Caption = #20379#36135#21830#21517#31216
          FocusControl = DBEdit2
        end
        object Label3: TLabel
          Left = 16
          Top = 104
          Width = 52
          Height = 15
          Caption = #32852#31995#22320#22336
          FocusControl = DBEdit3
        end
        object Label4: TLabel
          Left = 16
          Top = 144
          Width = 52
          Height = 15
          Caption = #32852#31995#30005#35805
          FocusControl = DBEdit4
        end
        object Label5: TLabel
          Left = 16
          Top = 192
          Width = 26
          Height = 15
          Caption = #20256#30495
          FocusControl = DBEdit5
        end
        object Label6: TLabel
          Left = 304
          Top = 40
          Width = 39
          Height = 15
          Caption = #24320#25143#34892
          FocusControl = DBEdit6
        end
        object Label7: TLabel
          Left = 304
          Top = 80
          Width = 52
          Height = 15
          Caption = #38134#34892#24080#21495
          FocusControl = DBEdit7
        end
        object Label8: TLabel
          Left = 304
          Top = 120
          Width = 52
          Height = 15
          Caption = #20449#35465#30331#35760
        end
        object Label9: TLabel
          Left = 304
          Top = 160
          Width = 26
          Height = 15
          Caption = #22791#27880
          FocusControl = DBEdit9
        end
        object DBEdit1: TDBEdit
          Left = 16
          Top = 40
          Width = 264
          Height = 23
          DataField = #20379#36135#21830#32534#21495
          DataSource = DataModule1.ds_ghs
          TabOrder = 0
        end
        object DBEdit2: TDBEdit
          Left = 16
          Top = 80
          Width = 264
          Height = 23
          DataField = #20379#36135#21830#21517#31216
          DataSource = DataModule1.ds_ghs
          TabOrder = 1
        end
        object DBEdit3: TDBEdit
          Left = 16
          Top = 120
          Width = 264
          Height = 23
          DataField = #32852#31995#22320#22336
          DataSource = DataModule1.ds_ghs
          TabOrder = 2
        end
        object DBEdit4: TDBEdit
          Left = 16
          Top = 160
          Width = 264
          Height = 23
          DataField = #32852#31995#30005#35805
          DataSource = DataModule1.ds_ghs
          TabOrder = 3
        end
        object DBEdit5: TDBEdit
          Left = 16
          Top = 208
          Width = 264
          Height = 23
          DataField = #20256#30495
          DataSource = DataModule1.ds_ghs
          TabOrder = 4
        end
        object DBEdit6: TDBEdit
          Left = 304
          Top = 56
          Width = 264
          Height = 23
          DataField = #24320#25143#34892
          DataSource = DataModule1.ds_ghs
          TabOrder = 5
        end
        object DBEdit7: TDBEdit
          Left = 304
          Top = 96
          Width = 264
          Height = 23
          DataField = #38134#34892#24080#21495
          DataSource = DataModule1.ds_ghs
          TabOrder = 6
        end
        object DBEdit9: TDBEdit
          Left = 304
          Top = 176
          Width = 265
          Height = 23
          DataField = #22791#27880
          DataSource = DataModule1.ds_ghs
          TabOrder = 7
        end
        object DBLookupComboBox1: TDBLookupComboBox
          Left = 304
          Top = 136
          Width = 265
          Height = 23
          DataField = #20449#35465#30331#35760
          DataSource = DataModule1.ds_ghs
          TabOrder = 8
        end
      end
      object GroupBox3: TGroupBox
        Left = 0
        Top = 241
        Width = 613
        Height = 177
        Align = alBottom
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #21326#25991#20013#23435
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        object GroupBox4: TGroupBox
          Left = 2
          Top = 17
          Width = 255
          Height = 158
          Align = alLeft
          Caption = #25968#25454#22788#29702
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = #21326#25991#20013#23435
          Font.Style = []
          ParentFont = False
          TabOrder = 0
          object Button2: TButton
            Left = 152
            Top = 32
            Width = 65
            Height = 25
            Caption = #19978#19968#26465
            TabOrder = 0
            OnClick = Button2Click
          end
          object Button4: TButton
            Left = 152
            Top = 56
            Width = 65
            Height = 25
            Caption = #23614#35760#24405
            TabOrder = 5
            OnClick = Button4Click
          end
          object Button1: TButton
            Left = 24
            Top = 32
            Width = 65
            Height = 25
            Caption = #39318#35760#24405
            TabOrder = 3
            OnClick = Button1Click
          end
          object Button3: TButton
            Left = 24
            Top = 56
            Width = 65
            Height = 25
            Caption = #19979#19968#26465
            TabOrder = 4
            OnClick = Button3Click
          end
          object Button6: TButton
            Left = 24
            Top = 80
            Width = 65
            Height = 25
            Caption = #21024#38500
            TabOrder = 1
            OnClick = Button6Click
          end
          object Button5: TButton
            Left = 152
            Top = 80
            Width = 65
            Height = 25
            Caption = #22686#21152
            TabOrder = 2
            OnClick = Button5Click
          end
          object Button7: TButton
            Left = 24
            Top = 104
            Width = 65
            Height = 25
            Caption = #32534#36753
            TabOrder = 6
            OnClick = Button7Click
          end
          object Button8: TButton
            Left = 88
            Top = 104
            Width = 65
            Height = 25
            Caption = #30830#23450
            TabOrder = 7
            OnClick = Button8Click
          end
          object Button11: TButton
            Left = 152
            Top = 104
            Width = 65
            Height = 25
            Caption = #21462#28040
            TabOrder = 8
            OnClick = Button11Click
          end
        end
        object GroupBox5: TGroupBox
          Left = 257
          Top = 17
          Width = 354
          Height = 158
          Align = alClient
          Caption = #25968#25454#26597#35810
          TabOrder = 1
          object Label18: TLabel
            Left = 64
            Top = 24
            Width = 91
            Height = 15
            Caption = #36873#25321#26597#35810#23383#27573#65306
          end
          object Label19: TLabel
            Left = 72
            Top = 88
            Width = 78
            Height = 15
            Caption = #26597#35810#20851#38190#23383#65306
          end
          object Label20: TLabel
            Left = 168
            Top = 120
            Width = 39
            Height = 15
            Caption = #20849#24471#21040
          end
          object Label21: TLabel
            Left = 272
            Top = 120
            Width = 39
            Height = 15
            Caption = #26465#35760#24405
          end
          object Label22: TLabel
            Left = 72
            Top = 56
            Width = 78
            Height = 15
            Caption = #36873#25321#25805#20316#31526#65306
          end
          object ComboBox1: TComboBox
            Left = 160
            Top = 16
            Width = 145
            Height = 23
            ItemHeight = 15
            TabOrder = 0
            Text = #20379#36135#21830#32534#21495
            Items.Strings = (
              #20379#36135#21830#32534#21495
              #20379#36135#21830#21517#31216
              #32852#31995#30005#35805
              #38134#34892#24080#21495
              #20449#35465#30331#35760)
          end
          object ComboBox2: TComboBox
            Left = 160
            Top = 80
            Width = 145
            Height = 23
            ItemHeight = 15
            TabOrder = 1
          end
          object Button9: TButton
            Left = 88
            Top = 120
            Width = 75
            Height = 25
            Caption = #24320#22987#26597#35810
            TabOrder = 2
            OnClick = Button9Click
          end
          object Edit1: TEdit
            Left = 216
            Top = 120
            Width = 49
            Height = 23
            TabOrder = 3
            Text = 'Edit1'
          end
          object Button10: TButton
            Left = 16
            Top = 120
            Width = 75
            Height = 25
            Caption = #25152#26377#35760#24405
            TabOrder = 4
            OnClick = Button10Click
          end
          object ComboBox3: TComboBox
            Left = 160
            Top = 48
            Width = 145
            Height = 23
            ItemHeight = 15
            TabOrder = 5
            Text = '='
            Items.Strings = (
              '='
              'like'
              '>'
              '<'
              '>='
              '<=')
          end
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = #26597#30475#35760#24405
      ImageIndex = 1
      object DBGrid1: TDBGrid
        Left = 0
        Top = 0
        Width = 613
        Height = 418
        Align = alClient
        DataSource = DataModule1.ds_ghs
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -13
        TitleFont.Name = #21326#25991#20013#23435
        TitleFont.Style = []
      end
    end
  end
end

⌨️ 快捷键说明

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