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

📄 u_wght.dfm

📁 这是一个60吨地磅称量系统
💻 DFM
字号:
object F_Wght: TF_Wght
  Left = 213
  Top = 234
  Width = 696
  Height = 480
  Align = alClient
  Caption = 'F_Wght'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Visible = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 24
    Top = 32
    Width = 225
    Height = 81
    TabOrder = 0
    object Panel2: TPanel
      Left = 8
      Top = 8
      Width = 209
      Height = 33
      BevelWidth = 2
      Color = clAqua
      TabOrder = 0
      object Label1: TLabel
        Left = 48
        Top = 8
        Width = 87
        Height = 16
        Caption = '  客户名称'
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlack
        Font.Height = -16
        Font.Name = '宋体'
        Font.Style = [fsBold]
        ParentFont = False
      end
    end
    object ComboBox1: TComboBox
      Left = 8
      Top = 48
      Width = 209
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Text = 'ComboBox1'
    end
  end
  object Panel3: TPanel
    Left = 272
    Top = 32
    Width = 281
    Height = 249
    BevelWidth = 10
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Panel4: TPanel
      Left = 72
      Top = 24
      Width = 137
      Height = 41
      Caption = '货品重量'
      Color = clGreen
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -21
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object Panel5: TPanel
      Left = 16
      Top = 72
      Width = 249
      Height = 161
      BevelOuter = bvLowered
      BevelWidth = 5
      Color = clBlue
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
      object Edit1: TEdit
        Left = 8
        Top = 8
        Width = 233
        Height = 84
        Color = clWindowText
        Font.Charset = ANSI_CHARSET
        Font.Color = clWhite
        Font.Height = -67
        Font.Name = 'Times New Roman'
        Font.Style = [fsBold]
        ParentFont = False
        ReadOnly = True
        TabOrder = 0
        Text = 'Edit1'
      end
    end
  end
end

⌨️ 快捷键说明

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