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

📄 setting.dfm

📁 delphi+access,水位控制系统
💻 DFM
字号:
object FormSetting: TFormSetting
  Left = 179
  Top = 122
  Width = 289
  Height = 297
  Caption = #23454#39564#21442#25968#35774#32622
  Color = clSkyBlue
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label3: TLabel
    Left = 30
    Top = 216
    Width = 90
    Height = 12
    Caption = #26399#26395#35823#24046#33539#22260'(%)'
  end
  object Label4: TLabel
    Left = 36
    Top = 168
    Width = 84
    Height = 12
    Caption = #37319#26679#21608#26399'('#27627#31186')'
  end
  object Label5: TLabel
    Left = 12
    Top = 192
    Width = 108
    Height = 12
    Caption = #23454#39564#26368#38271#26102#38388'('#20998#38047')'
  end
  object Label6: TLabel
    Left = 48
    Top = 240
    Width = 72
    Height = 12
    Caption = #31283#23450#26102#38388'('#31186')'
  end
  object GroupBox3: TGroupBox
    Left = 8
    Top = 0
    Width = 265
    Height = 153
    Caption = #27700#31665#21442#25968#35774#32622
    Color = clGradientActiveCaption
    ParentColor = False
    TabOrder = 0
    object Chkb_A_enable: TCheckBox
      Left = 12
      Top = 20
      Width = 85
      Height = 13
      Caption = #27700#31665'A'#21551#29992
      Checked = True
      State = cbChecked
      TabOrder = 0
      OnClick = Chkb_A_enableClick
    end
    object Chkb_B_enable: TCheckBox
      Left = 140
      Top = 20
      Width = 85
      Height = 13
      Caption = #27700#31665'B'#21551#29992
      TabOrder = 1
      OnClick = Chkb_B_enableClick
    end
    object Grpb_A: TGroupBox
      Left = 8
      Top = 40
      Width = 121
      Height = 105
      Caption = #27700#31665'A'#35774#32622
      Color = clSkyBlue
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentColor = False
      ParentFont = False
      TabOrder = 2
      object Label1: TLabel
        Left = 20
        Top = 64
        Width = 72
        Height = 12
        Caption = #26399#26395#27700#20301'(mm)'
      end
      object Chkb_A_Measure: TCheckBox
        Left = 20
        Top = 21
        Width = 85
        Height = 13
        Caption = #28082#20301#20256#24863#22120
        Checked = True
        State = cbChecked
        TabOrder = 0
      end
      object Chkb_A_Flux: TCheckBox
        Left = 20
        Top = 39
        Width = 85
        Height = 13
        Caption = #27969#37327#20256#24863#22120
        TabOrder = 1
      end
      object SEdit_A_HP: TSpinEdit
        Left = 20
        Top = 76
        Width = 63
        Height = 21
        MaxValue = 160
        MinValue = 90
        TabOrder = 2
        Value = 120
      end
    end
    object Grpb_B: TGroupBox
      Left = 136
      Top = 40
      Width = 121
      Height = 105
      Caption = #27700#31665'B'#35774#32622
      Color = clSkyBlue
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentColor = False
      ParentFont = False
      TabOrder = 3
      object Label2: TLabel
        Left = 20
        Top = 64
        Width = 72
        Height = 12
        Caption = #26399#26395#27700#20301'(mm)'
      end
      object Chkb_B_Measure: TCheckBox
        Left = 20
        Top = 21
        Width = 85
        Height = 13
        Caption = #28082#20301#20256#24863#22120
        Checked = True
        State = cbChecked
        TabOrder = 0
      end
      object Chkb_B_Flux: TCheckBox
        Left = 20
        Top = 39
        Width = 85
        Height = 13
        Caption = #27969#37327#20256#24863#22120
        TabOrder = 1
      end
      object SEdit_B_HP: TSpinEdit
        Left = 20
        Top = 76
        Width = 63
        Height = 21
        MaxValue = 160
        MinValue = 90
        TabOrder = 2
        Value = 120
      end
    end
  end
  object SEdit_Error: TSpinEdit
    Left = 124
    Top = 212
    Width = 63
    Height = 21
    MaxValue = 20
    MinValue = 0
    TabOrder = 1
    Value = 5
  end
  object SEdit_SampleTime: TSpinEdit
    Left = 124
    Top = 164
    Width = 63
    Height = 21
    Increment = 100
    MaxValue = 60000
    MinValue = 500
    TabOrder = 2
    Value = 1500
  end
  object SEdit_MaxTime: TSpinEdit
    Left = 124
    Top = 188
    Width = 63
    Height = 21
    MaxValue = 600
    MinValue = 0
    TabOrder = 3
    Value = 30
  end
  object SEdit_StableTime: TSpinEdit
    Left = 124
    Top = 236
    Width = 63
    Height = 21
    Increment = 10
    MaxValue = 600
    MinValue = 0
    TabOrder = 4
    Value = 30
  end
  object GroupBox4: TGroupBox
    Left = 192
    Top = 160
    Width = 81
    Height = 97
    TabOrder = 5
    object BTN_OK: TButton
      Left = 6
      Top = 24
      Width = 67
      Height = 25
      Caption = #30830#23450'(&O)'
      TabOrder = 0
      OnClick = BTN_OKClick
    end
    object BTN_Cancel: TButton
      Left = 6
      Top = 56
      Width = 67
      Height = 25
      Caption = #21462#28040'(&C)'
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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