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

📄 kcjgtz.dfm

📁 《仓库管理系统》 开发语言:Delphi7.0 数据库:SQLServer2000 数据库文件:仓库管理系统_Data.MDF,仓库管理系统_Log.LDF(mingrisoft仓库管理系统Da
💻 DFM
字号:
object Form34: TForm34
  Left = 369
  Top = 230
  Width = 508
  Height = 258
  Caption = #24211#23384#20215#26684#35843#25972
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlue
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 500
    Height = 224
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Panel2: TPanel
      Left = 6
      Top = 6
      Width = 487
      Height = 34
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 0
      object Label1: TLabel
        Left = 12
        Top = 11
        Width = 114
        Height = 13
        AutoSize = False
        Caption = #35831#36873#25321#26597#35810#26465#20214#65306
      end
      object SpeedButton1: TSpeedButton
        Left = 331
        Top = 6
        Width = 58
        Height = 22
        Caption = #26597#35810
        OnClick = SpeedButton1Click
      end
      object ComboBox1: TComboBox
        Left = 118
        Top = 7
        Width = 90
        Height = 21
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ItemHeight = 13
        ParentFont = False
        TabOrder = 0
        OnChange = ComboBox1Change
        OnKeyDown = ComboBox1KeyDown
        OnKeyPress = ComboBox1KeyPress
        Items.Strings = (
          #21830#21697#21517#31216
          #21830#21697#32534#21495)
      end
      object ComboBox2: TComboBox
        Left = 216
        Top = 7
        Width = 90
        Height = 21
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ItemHeight = 13
        ParentFont = False
        TabOrder = 1
      end
    end
    object DBGrid1: TDBGrid
      Left = 6
      Top = 42
      Width = 487
      Height = 108
      Color = 16777124
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 1
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clBlue
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #21830#21697#32534#21495
          Title.Alignment = taCenter
          Width = 100
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #21830#21697#21517#31216
          Title.Alignment = taCenter
          Width = 90
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #36827#20215
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clRed
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          Title.Alignment = taCenter
          Width = 65
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #35268#26684
          Title.Alignment = taCenter
          Width = 65
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #21333#20301
          Title.Alignment = taCenter
          Width = 65
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #20135#22320
          Title.Alignment = taCenter
          Width = 70
          Visible = True
        end>
    end
    object Panel3: TPanel
      Left = 6
      Top = 152
      Width = 487
      Height = 32
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 2
      object Label3: TLabel
        Left = 56
        Top = 9
        Width = 32
        Height = 13
        AutoSize = False
        Caption = #20215#26684
      end
      object Label4: TLabel
        Left = 83
        Top = 8
        Width = 19
        Height = 13
        AutoSize = False
        Caption = '(%)'
      end
      object Label5: TLabel
        Left = 312
        Top = 9
        Width = 61
        Height = 13
        AutoSize = False
        Caption = #23454#38469#20215#26684
      end
      object SpinEdit1: TSpinEdit
        Left = 110
        Top = 5
        Width = 51
        Height = 22
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        MaxValue = 900
        MinValue = 1
        ParentFont = False
        TabOrder = 0
        Value = 100
      end
      object RadioButton1: TRadioButton
        Left = 38
        Top = 8
        Width = 16
        Height = 17
        Checked = True
        TabOrder = 1
        TabStop = True
      end
      object RadioButton2: TRadioButton
        Left = 293
        Top = 8
        Width = 16
        Height = 17
        TabOrder = 2
      end
      object Edit1: TEdit
        Left = 368
        Top = 5
        Width = 77
        Height = 21
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
        Text = '1.0'
        OnExit = Edit1Exit
        OnKeyPress = Edit1KeyPress
      end
    end
    object Panel4: TPanel
      Left = 6
      Top = 185
      Width = 487
      Height = 34
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 3
      object BitBtn1: TBitBtn
        Left = 217
        Top = 4
        Width = 75
        Height = 25
        Caption = #20445#23384
        Enabled = False
        TabOrder = 0
        OnClick = BitBtn1Click
        OnMouseDown = BitBtn1MouseDown
        OnMouseUp = BitBtn1MouseUp
        Glyph.Data = {
          36050000424D3605000000000000360400002800000010000000100000000100
          0800000000000001000000000000000000000001000000010000000000000000
          80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
          A600FFFFFF00E6FFFF00F3FFF700FFF7F000DCF7FB00F2FFE000E7EFFF00E7EF
          F700DEEFF700EFEFEF00DEF6E700E7EFEF00D0EFF700DEEFEF00E7F1E700F1EF
          E700EFE7F700E7E7F700D0EFEF00DEE7F700D2F1E700E7E7EF00D0E7F700DEE7
          EF00D3E7EF00E7E7E700DEE7E700D6E7E700DEE9DE00CEE7E700E9E5DE00DFDE
          EF00C6E4EC00D6E7DE00D4DEF000E7DEE700BAE3EC00DEDEE700D6DEE700CEDE
          E700C6E7D600DEDEDE00D6DEDE00CEDEDE00DBE2CF00CED6E700D7D6E200D3CE
          F300C6D5E700E8D6D600B8D6E700CED6DE00ABD8E600C6D6DE00D6D6D600BCD6
          DE00CED6D600C6D6D600BCCEE700BAD7D600CECEDF00C6CEDE00D8CED500D2D6
          C700BDCEDE00CECED600B5CEDE00C6CED400ABD2D500BDCED600CECECE00B5CE
          D60094D0DE00BDCECE00BAC5DF009CCDDA00B5CECE00BDC6D600C6C6D200B5C6
          D600D3C0CF00B5C6CE00BDC6CB00AAC6D100C6C6C600C4C9BD00B5C6C600B7BC
          D600A8BBD800ADBDCE00C6BCC600B8BDC800A5BDCE0063D6B500ADBDC600A5BD
          C600ADBDBD00BDBEB500A9B5CE009CB4D4008CB9CD0094B5CF00A6B5C6009CB5
          C6007AB7CD0094B5C600BEB5B500ABB4BD00B5B5B5009CB5BD00BFB6AD0094B5
          BD00A5ADC600A5B5B5009CACC60094AACA009CADBD0094ADBD007DB0BD00A0AC
          B50094ADB500ABACAD0063B5B5008CADB50072B1B50094A5BD008FADAD0063B5
          AD0094A5B5006394E70021B9B5008CA5B50094A5AD0063AAB500A5A5A50063AD
          AD00869CC1008CA5AD0074A9AD0084A5AD0059ADAD00DAA19500B4AC870063A5
          AD008D9CAD007A9CB300849CAD006B97BD00979C9F00849CA5007794B9007B9C
          A5006B8CC600849C9C0063AC88002C98C1008494A5006B8CBD00638DBD006B93
          AC007894A50086949C007B949C00929394006B84BD006384BD007B9494007C8A
          A0006387AB00AC9473007B8C9400738C9400898C89004C8AA200738494009C84
          84007F848D0073848C00848484005B7BA40075848300527B9C006363C400737B
          8C003B7BA000807B8500527B940086846D00737B84006B8473006363B5007C7B
          7B006B7A8300556F9E006363AD006B7F61006B7373005E707C007F6F6B00674B
          B8006B6B710032717800958F0E0083851A007F920000616365004145A8004D57
          60004E4E4E00334B5800815D0A00483D53003142490042424200503F3D004242
          390042393A0036393900393A280028313900141A650024292D0022212000171E
          240013181800001D0D00840010009800000010101200080D1000770000005D00
          010008100000080808000808000000000B00F0FBFF00A4A0A000808080000000
          FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
          0707070707070707070707070000000000000000000000000007070003030000
          0000000007070003000707000303000000000000070700030007070003030000
          0000000007070003000707000303000000000000000000030007070003030303
          0303030303030303000707000303000000000000000003030007070003000707
          0707070707070003000707000300070707070707070700030007070003000707
          0707070707070003000707000300070707070707070700030007070003000707
          0707070707070000000707000300070707070707070700070007070000000000
          0000000000000000000707070707070707070707070707070707}
      end
      object BitBtn2: TBitBtn
        Left = 298
        Top = 4
        Width = 75
        Height = 25
        Cancel = True
        Caption = #21462#28040
        TabOrder = 1
        OnClick = BitBtn2Click
        OnMouseDown = BitBtn1MouseDown
        OnMouseUp = BitBtn1MouseUp
        Glyph.Data = {
          DE010000424DDE01000000000000760000002800000024000000120000000100
          0400000000006801000000000000000000001000000000000000000000000000
          80000080000000808000800000008000800080800000C0C0C000808080000000
          FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
          333333333333333333333333000033338833333333333333333F333333333333
          0000333911833333983333333388F333333F3333000033391118333911833333
          38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
          911118111118333338F3338F833338F3000033333911111111833333338F3338
          3333F8330000333333911111183333333338F333333F83330000333333311111
          8333333333338F3333383333000033333339111183333333333338F333833333
          00003333339111118333333333333833338F3333000033333911181118333333
          33338333338F333300003333911183911183333333383338F338F33300003333
          9118333911183333338F33838F338F33000033333913333391113333338FF833
          38F338F300003333333333333919333333388333338FFF830000333333333333
          3333333333333333333888330000333333333333333333333333333333333333
          0000}
        NumGlyphs = 2
      end
      object BitBtn3: TBitBtn
        Left = 379
        Top = 4
        Width = 75
        Height = 25
        Caption = #36864#20986
        TabOrder = 2
        OnMouseDown = BitBtn1MouseDown
        OnMouseUp = BitBtn1MouseUp
        Kind = bkClose
      end
    end
  end
  object DataSource1: TDataSource
    Left = 16
    Top = 112
  end
end

⌨️ 快捷键说明

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