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

📄 jgtz.dfm

📁 这是用Delphi编写的中小企业管理系统
💻 DFM
字号:
object f_jgtz: Tf_jgtz
  Left = 122
  Top = 112
  BorderStyle = bsDialog
  Caption = #20215#26684#35843#25972
  ClientHeight = 328
  ClientWidth = 547
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 131
    Top = 7
    Width = 401
    Height = 310
    TabOrder = 0
    object GroupBox2: TGroupBox
      Left = 15
      Top = 13
      Width = 371
      Height = 59
      Caption = #20215#26684#35843#25972#26465#20214
      TabOrder = 0
      object RadioButton3: TRadioButton
        Tag = 2
        Left = 186
        Top = 24
        Width = 77
        Height = 17
        Caption = #20840#37096#21830#21697
        TabOrder = 0
        OnClick = RadioButton1Click
      end
      object RadioButton1: TRadioButton
        Left = 33
        Top = 24
        Width = 59
        Height = 17
        Caption = #21333#21830#21697
        Checked = True
        TabOrder = 1
        TabStop = True
        OnClick = RadioButton1Click
      end
      object RadioButton2: TRadioButton
        Tag = 1
        Left = 103
        Top = 24
        Width = 76
        Height = 17
        Caption = #21830#21697#31867#21035
        TabOrder = 2
        OnClick = RadioButton1Click
      end
    end
    object Panel1: TPanel
      Left = 15
      Top = 77
      Width = 371
      Height = 71
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 1
      object Label1: TLabel
        Left = 21
        Top = 20
        Width = 90
        Height = 13
        AutoSize = False
        Caption = #21830#21697#20195#30721'/'#21517#31216
      end
      object Label2: TLabel
        Left = 208
        Top = 46
        Width = 56
        Height = 13
        AutoSize = False
        Caption = #35843#20215#24133#24230
      end
      object bfbxs: TLabel
        Left = 323
        Top = 46
        Width = 14
        Height = 13
        Caption = '0%'
      end
      object Label3: TLabel
        Left = 54
        Top = 47
        Width = 61
        Height = 13
        AutoSize = False
        Caption = #21830#21697#31867#21035
      end
      object spdm: TEdit
        Left = 113
        Top = 16
        Width = 222
        Height = 21
        TabOrder = 0
      end
      object bfb: TEdit
        Left = 266
        Top = 42
        Width = 54
        Height = 21
        TabOrder = 1
        Text = '0'
        OnChange = bfbChange
        OnKeyPress = bfbKeyPress
      end
      object Spin: TSpinButton
        Left = 338
        Top = 44
        Width = 15
        Height = 18
        DownGlyph.Data = {
          0E010000424D0E01000000000000360000002800000009000000060000000100
          200000000000D800000000000000000000000000000000000000008080000080
          8000008080000080800000808000008080000080800000808000008080000080
          8000008080000080800000808000000000000080800000808000008080000080
          8000008080000080800000808000000000000000000000000000008080000080
          8000008080000080800000808000000000000000000000000000000000000000
          0000008080000080800000808000000000000000000000000000000000000000
          0000000000000000000000808000008080000080800000808000008080000080
          800000808000008080000080800000808000}
        TabOrder = 2
        UpGlyph.Data = {
          0E010000424D0E01000000000000360000002800000009000000060000000100
          200000000000D800000000000000000000000000000000000000008080000080
          8000008080000080800000808000008080000080800000808000008080000080
          8000000000000000000000000000000000000000000000000000000000000080
          8000008080000080800000000000000000000000000000000000000000000080
          8000008080000080800000808000008080000000000000000000000000000080
          8000008080000080800000808000008080000080800000808000000000000080
          8000008080000080800000808000008080000080800000808000008080000080
          800000808000008080000080800000808000}
        OnDownClick = SpinDownClick
        OnUpClick = SpinUpClick
      end
      object splb: TComboBox
        Left = 113
        Top = 42
        Width = 87
        Height = 22
        Style = csOwnerDrawFixed
        ItemHeight = 16
        TabOrder = 3
      end
    end
    object DBGrid1: TDBGrid
      Left = 15
      Top = 154
      Width = 371
      Height = 145
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 2
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'spdm'
          Title.Alignment = taCenter
          Title.Caption = #21830#21697#20195#30721
          Width = 119
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'spmc'
          Title.Alignment = taCenter
          Title.Caption = #21830#21697#21517#31216
          Width = 112
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'bzsj'
          Title.Alignment = taCenter
          Title.Caption = #26631#20934#21806#20215
          Width = 93
          Visible = True
        end>
    end
  end
  object GroupBox3: TGroupBox
    Left = 11
    Top = 7
    Width = 108
    Height = 311
    TabOrder = 1
    object Button1: TButton
      Left = 17
      Top = 21
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 17
      Top = 59
      Width = 75
      Height = 25
      Caption = #20445#23384
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 17
      Top = 95
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 2
    end
  end
  object DataSource1: TDataSource
    Left = 226
    Top = 236
  end
end

⌨️ 快捷键说明

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