PropSettings.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object frmSettings: TfrmSettings
  2.   Left = 356
  3.   Top = 176
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'Settings'
  9.   ClientHeight = 363
  10.   ClientWidth = 546
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 12
  25.     Width = 101
  26.     Height = 13
  27.     Caption = 'Prefered Audio Driver'
  28.   end
  29.   object cmbDevices: TComboBox
  30.     Left = 120
  31.     Top = 9
  32.     Width = 417
  33.     Height = 21
  34.     Style = csDropDownList
  35.     ItemHeight = 13
  36.     TabOrder = 0
  37.     OnChange = cmbDevicesChange
  38.   end
  39. end