ConfigExt.dfm
上传用户:mjqmds
上传日期:2022-05-05
资源大小:2827k
文件大小:2k
源码类别:

DirextX编程

开发平台:

Delphi

  1. object CEForm: TCEForm
  2.   Left = 192
  3.   Top = 136
  4.   BorderStyle = bsDialog
  5.   Caption = #35774#32622#25991#20214#20851#32852
  6.   ClientHeight = 279
  7.   ClientWidth = 485
  8.   Color = clBtnFace
  9.   Font.Charset = GB2312_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #23435#20307
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object RadioButton1: TRadioButton
  20.     Left = 16
  21.     Top = 252
  22.     Width = 81
  23.     Height = 17
  24.     Caption = #25152#26377#23186#20307
  25.     Checked = True
  26.     TabOrder = 0
  27.     TabStop = True
  28.     OnClick = RadioButton1Click
  29.   end
  30.   object RadioButton2: TRadioButton
  31.     Left = 104
  32.     Top = 252
  33.     Width = 81
  34.     Height = 17
  35.     Caption = #25152#26377#35270#39057
  36.     TabOrder = 1
  37.     OnClick = RadioButton2Click
  38.   end
  39.   object RadioButton3: TRadioButton
  40.     Left = 192
  41.     Top = 252
  42.     Width = 81
  43.     Height = 17
  44.     Caption = #25152#26377#38899#39057
  45.     TabOrder = 2
  46.     OnClick = RadioButton3Click
  47.   end
  48.   object FlatCheckListBox1: TFlatCheckListBox
  49.     Left = 8
  50.     Top = 8
  51.     Width = 465
  52.     Height = 233
  53.     ScrollBars = True
  54.   end
  55.   object FlatButton1: TFlatButton
  56.     Left = 296
  57.     Top = 248
  58.     Width = 81
  59.     Height = 25
  60.     Caption = #30830#23450
  61.     TabOrder = 4
  62.     OnClick = FlatButton1Click
  63.   end
  64.   object FlatButton2: TFlatButton
  65.     Left = 384
  66.     Top = 248
  67.     Width = 81
  68.     Height = 25
  69.     Caption = #21462#28040
  70.     TabOrder = 5
  71.     OnClick = FlatButton2Click
  72.   end
  73.   object XPMenu1: TXPMenu
  74.     DimLevel = 30
  75.     GrayLevel = 10
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clMenuText
  78.     Font.Height = -11
  79.     Font.Name = 'Tahoma'
  80.     Font.Style = []
  81.     Color = clBtnFace
  82.     DrawMenuBar = False
  83.     IconBackColor = clBtnFace
  84.     MenuBarColor = clBtnFace
  85.     SelectColor = clHighlight
  86.     SelectBorderColor = clHighlight
  87.     SelectFontColor = clMenuText
  88.     DisabledColor = clInactiveCaption
  89.     SeparatorColor = clBtnFace
  90.     CheckedColor = clHighlight
  91.     IconWidth = 24
  92.     DrawSelect = True
  93.     UseSystemColors = True
  94.     UseDimColor = False
  95.     OverrideOwnerDraw = False
  96.     Gradient = False
  97.     FlatMenu = False
  98.     AutoDetect = False
  99.     Active = True
  100.     Left = 232
  101.     Top = 160
  102.   end
  103. end