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

📄 find.dfm

📁 Monitor.dfm Meter.dpr pasMain.pas
💻 DFM
字号:
object Frmfind: TFrmfind
  Left = 173
  Top = 156
  Width = 455
  Height = 316
  Caption = '用户信息查询'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 100
    Top = 77
    Width = 54
    Height = 12
    Caption = '查询内容:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label9: TLabel
    Left = 20
    Top = 187
    Width = 24
    Height = 12
    Caption = '表号'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 20
    Top = 210
    Width = 36
    Height = 12
    Caption = '条形码'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label10: TLabel
    Left = 20
    Top = 231
    Width = 24
    Height = 12
    Caption = '户名'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label11: TLabel
    Left = 20
    Top = 252
    Width = 24
    Height = 12
    Caption = '地址'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label14: TLabel
    Left = 171
    Top = 187
    Width = 36
    Height = 12
    Caption = '总电量'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 171
    Top = 210
    Width = 24
    Height = 12
    Caption = '量程'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label12: TLabel
    Left = 172
    Top = 232
    Width = 24
    Height = 12
    Caption = '常数'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 173
    Top = 253
    Width = 24
    Height = 12
    Caption = '变比'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label19: TLabel
    Left = 307
    Top = 187
    Width = 36
    Height = 12
    Caption = '峰电量'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label16: TLabel
    Left = 307
    Top = 209
    Width = 36
    Height = 12
    Caption = '平电量'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label17: TLabel
    Left = 307
    Top = 230
    Width = 36
    Height = 12
    Caption = '谷电量'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label18: TLabel
    Left = 307
    Top = 252
    Width = 36
    Height = 12
    Caption = '尖电量'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 100
    Top = 12
    Width = 241
    Height = 43
    Caption = '查询条件'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    object RadioButton2: TRadioButton
      Left = 138
      Top = 17
      Width = 48
      Height = 17
      Caption = '表号'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = RadioButton2Click
    end
  end
  object Button1: TButton
    Left = 91
    Top = 124
    Width = 75
    Height = 25
    Caption = '查找'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 180
    Top = 124
    Width = 75
    Height = 25
    Caption = '下一个'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 167
    Top = 72
    Width = 174
    Height = 21
    TabOrder = 2
  end
  object RadioButton1: TRadioButton
    Left = 149
    Top = 29
    Width = 57
    Height = 17
    Caption = '用户名'
    Checked = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    TabStop = True
    OnClick = RadioButton1Click
  end
  object Button3: TButton
    Left = 266
    Top = 124
    Width = 75
    Height = 25
    Caption = '退出'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button3Click
  end
  object UNO_E: TEdit
    Left = 61
    Top = 186
    Width = 95
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 12
    ParentFont = False
    TabOrder = 6
  end
  object MNO_E: TEdit
    Left = 61
    Top = 207
    Width = 95
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 12
    ParentFont = False
    TabOrder = 7
  end
  object ADDRESS_E: TEdit
    Left = 61
    Top = 249
    Width = 95
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 22
    ParentFont = False
    TabOrder = 8
  end
  object NAME_E: TEdit
    Left = 61
    Top = 228
    Width = 95
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 16
    ParentFont = False
    TabOrder = 9
  end
  object FIG_E: TEdit
    Left = 222
    Top = 186
    Width = 67
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 10
    ParentFont = False
    TabOrder = 10
    Text = '0.00'
  end
  object SCP_E: TEdit
    Left = 222
    Top = 207
    Width = 67
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 8
    ParentFont = False
    TabOrder = 11
  end
  object CNST_E: TEdit
    Left = 222
    Top = 228
    Width = 67
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 4
    ParentFont = False
    TabOrder = 12
  end
  object AMP_E: TEdit
    Left = 222
    Top = 249
    Width = 67
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 2
    ParentFont = False
    TabOrder = 13
    Text = '1'
  end
  object FFIG_E: TEdit
    Left = 354
    Top = 183
    Width = 67
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 10
    ParentFont = False
    TabOrder = 14
    Text = '0.00'
  end
  object PFIG_E: TEdit
    Left = 354
    Top = 203
    Width = 67
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 10
    ParentFont = False
    TabOrder = 15
    Text = '0.00'
  end
  object GFIG_E: TEdit
    Left = 354
    Top = 224
    Width = 67
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 10
    ParentFont = False
    TabOrder = 16
    Text = '0.00'
  end
  object JFIG_E: TEdit
    Left = 354
    Top = 247
    Width = 67
    Height = 20
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    MaxLength = 10
    ParentFont = False
    TabOrder = 17
    Text = '0.00'
  end
end

⌨️ 快捷键说明

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