setcs.dfm

来自「这是一个电力多功能电表的参数设置工具软件」· DFM 代码 · 共 790 行 · 第 1/2 页

DFM
790
字号
      '9'
      '10'
      '11'
      '12'
      '13'
      '14'
      '15'
      '16'
      '17'
      '18'
      '19'
      '20'
      '21'
      '22'
      '23'
      '24'
      '25'
      '26'
      '27'
      '28'
      '29'
      '30'
      '31')
  end
  object mskEdtCfh: TMaskEdit
    Left = 128
    Top = 131
    Width = 49
    Height = 20
    EditMask = '!0000.0;1;_'
    MaxLength = 6
    TabOrder = 22
    Text = '    . '
  end
  object edtBph: TEdit
    Left = 128
    Top = 215
    Width = 33
    Height = 20
    MaxLength = 3
    TabOrder = 21
    Text = '1'
  end
  object UpDown3: TUpDown
    Left = 161
    Top = 215
    Width = 16
    Height = 20
    Associate = edtBph
    Min = 1
    Position = 1
    TabOrder = 20
    Wrap = False
  end
  object mskEdtL: TMaskEdit
    Left = 128
    Top = 188
    Width = 49
    Height = 20
    AutoSelect = False
    EditMask = '!000.0;1;_'
    MaxLength = 5
    TabOrder = 19
    Text = '   . '
  end
  object mskEdtH: TMaskEdit
    Left = 128
    Top = 158
    Width = 49
    Height = 20
    EditMask = '!000.0;1;_'
    MaxLength = 5
    TabOrder = 18
    Text = '   . '
  end
  object cboBps: TComboBox
    Left = 128
    Top = 272
    Width = 52
    Height = 20
    ItemHeight = 12
    MaxLength = 4
    TabOrder = 17
    Text = '1200'
    Items.Strings = (
      '600'
      '1200'
      '2400'
      '4800'
      '9600')
  end
  object edtDld: TEdit
    Left = 128
    Top = 244
    Width = 33
    Height = 20
    MaxLength = 2
    TabOrder = 16
    Text = '0'
  end
  object UpDown2: TUpDown
    Left = 161
    Top = 244
    Width = 17
    Height = 20
    Associate = edtDld
    Min = 0
    Max = 99
    Position = 0
    TabOrder = 15
    Wrap = False
  end
  object edtXxsj: TEdit
    Left = 128
    Top = 44
    Width = 33
    Height = 20
    MaxLength = 2
    TabOrder = 14
    Text = '5'
  end
  object UpDown1: TUpDown
    Left = 161
    Top = 44
    Width = 16
    Height = 20
    Associate = edtXxsj
    ArrowKeys = False
    Min = 5
    Max = 20
    Position = 5
    TabOrder = 13
    Thousands = False
    Wrap = True
  end
  object cboXlsj: TComboBox
    Left = 128
    Top = 16
    Width = 51
    Height = 20
    ItemHeight = 12
    MaxLength = 2
    TabOrder = 12
    Text = '1'
    Items.Strings = (
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      '8'
      '9'
      '10'
      '11'
      '12'
      '13'
      '14'
      '15')
  end
  object Panel10: TPanel
    Left = 29
    Top = 272
    Width = 97
    Height = 21
    Caption = '波特率'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 11
  end
  object Panel9: TPanel
    Left = 29
    Top = 244
    Width = 97
    Height = 21
    Caption = '电流低限'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 10
  end
  object Panel8: TPanel
    Left = 29
    Top = 215
    Width = 97
    Height = 21
    Caption = '电流不平衡率'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 9
  end
  object Panel7: TPanel
    Left = 29
    Top = 187
    Width = 97
    Height = 21
    Caption = '电压下限'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
  end
  object Panel6: TPanel
    Left = 29
    Top = 158
    Width = 97
    Height = 21
    Caption = '电压上限'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
  end
  object Panel5: TPanel
    Left = 29
    Top = 130
    Width = 97
    Height = 21
    Caption = '超负荷限制 '
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
  end
  object Panel4: TPanel
    Left = 29
    Top = 101
    Width = 97
    Height = 21
    Caption = '负荷记录时间间隔'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
  end
  object Panel3: TPanel
    Left = 29
    Top = 73
    Width = 97
    Height = 21
    Caption = '抄表日 '
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object Panel2: TPanel
    Left = 29
    Top = 44
    Width = 97
    Height = 21
    Caption = '循显间隔时间'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object Panel1: TPanel
    Left = 29
    Top = 16
    Width = 97
    Height = 21
    Caption = '需量递推时间'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object btnCancel: TBitBtn
    Left = 345
    Top = 54
    Width = 77
    Height = 25
    Cancel = True
    Caption = '取消(&C)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 1
    OnClick = btnCancelClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      333333333333333333333333000033338833333333333333333F333333333333
      0000333911833333983333333388F333333F3333000033391118333911833333
      38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
      911118111118333338F3338F833338F3000033333911111111833333338F3338
      3333F8330000333333911111183333333338F333333F83330000333333311111
      8333333333338F3333383333000033333339111183333333333338F333833333
      00003333339111118333333333333833338F3333000033333911181118333333
      33338333338F333300003333911183911183333333383338F338F33300003333
      9118333911183333338F33838F338F33000033333913333391113333338FF833
      38F338F300003333333333333919333333388333338FFF830000333333333333
      3333333333333333333888330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object btnOk: TBitBtn
    Left = 345
    Top = 16
    Width = 77
    Height = 25
    Caption = '确定(&O)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = btnOkClick
    Kind = bkOK
  end
  object edtCbr: TEdit
    Left = 182
    Top = 73
    Width = 21
    Height = 20
    MaxLength = 2
    TabOrder = 37
    Text = '0'
  end
  object UpDown4: TUpDown
    Left = 203
    Top = 73
    Width = 17
    Height = 20
    Associate = edtCbr
    Min = 0
    Max = 23
    Position = 0
    TabOrder = 38
    Wrap = False
  end
  object edtFhr: TEdit
    Left = 128
    Top = 103
    Width = 35
    Height = 20
    MaxLength = 2
    TabOrder = 39
    Text = '0'
  end
  object UpDown5: TUpDown
    Left = 163
    Top = 103
    Width = 17
    Height = 20
    Associate = edtFhr
    Min = 0
    Position = 0
    TabOrder = 40
    Wrap = False
  end
end

⌨️ 快捷键说明

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