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

📄 ufrmsetoiledit.dfm

📁 a voice guide client ,it is the second part of voice guide center
💻 DFM
字号:
object FrmSetOilEdit: TFrmSetOilEdit
  Left = 382
  Top = 97
  BorderStyle = bsDialog
  Caption = #32534#36753
  ClientHeight = 153
  ClientWidth = 256
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object dxDockSite1: TdxDockSite
    Left = 0
    Top = 0
    Width = 256
    Height = 153
    Align = alClient
    DockType = 0
    OriginalWidth = 256
    OriginalHeight = 153
    object dxLayoutDockSite1: TdxLayoutDockSite
      Left = 0
      Top = 0
      Width = 256
      Height = 153
      DockType = 1
      OriginalWidth = 300
      OriginalHeight = 200
    end
    object dxDockPanel2: TdxDockPanel
      Left = 0
      Top = 0
      Width = 256
      Height = 153
      AllowFloating = True
      AutoHide = False
      Caption = #27833#21697#31649#29702
      CaptionButtons = []
      DockType = 1
      OriginalWidth = 497
      OriginalHeight = 140
      object Label1: TLabel
        Left = 41
        Top = 8
        Width = 52
        Height = 13
        Caption = #27833#21697#31867#22411':'
        Transparent = True
      end
      object txtOilPrice: TLabeledEdit
        Left = 96
        Top = 32
        Width = 145
        Height = 21
        EditLabel.Width = 28
        EditLabel.Height = 13
        EditLabel.Caption = #27833#20215':'
        EditLabel.Transparent = True
        LabelPosition = lpLeft
        TabOrder = 0
        OnKeyPress = txtOilPriceKeyPress
      end
      object txtOilCost: TLabeledEdit
        Left = 96
        Top = 61
        Width = 145
        Height = 21
        EditLabel.Width = 76
        EditLabel.Height = 13
        EditLabel.Caption = #27599#30334#20844#37324#27833#32791':'
        EditLabel.Transparent = True
        LabelPosition = lpLeft
        TabOrder = 1
        OnKeyPress = txtOilCostKeyPress
      end
      object btnOK: TcxButton
        Left = 40
        Top = 96
        Width = 75
        Height = 25
        Caption = #30830#23450'[&O]'
        ModalResult = 1
        TabOrder = 2
        OnClick = btnOKClick
      end
      object btnCancel: TcxButton
        Left = 144
        Top = 96
        Width = 75
        Height = 25
        Caption = #21462#28040'[&C]'
        ModalResult = 2
        TabOrder = 3
      end
      object cboOilType: TComboBox
        Left = 96
        Top = 4
        Width = 145
        Height = 21
        ItemHeight = 13
        TabOrder = 4
      end
    end
  end
end

⌨️ 快捷键说明

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