StylesForm.xfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:3k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 242
  3.   Top = 142
  4.   Width = 570
  5.   Height = 363
  6.   VertScrollBar.Range = 301
  7.   HorzScrollBar.Range = 489
  8.   ActiveControl = Button1
  9.   Caption = 'StylesDemo'
  10.   Color = clBackground
  11.   PixelsPerInch = 75
  12.   TextHeight = 13
  13.   TextWidth = 6
  14.   object Button1: TButton
  15.     Left = 184
  16.     Top = 56
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'Button1'
  20.     TabOrder = 0
  21.   end
  22.   object ListBox1: TListBox
  23.     Left = 24
  24.     Top = 24
  25.     Width = 129
  26.     Height = 137
  27.     Items.Strings = (
  28.       'dsWindows'
  29.       'dsMotif'
  30.       'dsMotifPlus'
  31.       'dsCDE'
  32.       'dsQtSGI'
  33.       'dsPlatinum'
  34.       'dsSystemDefault')
  35.     Rows = 7
  36.     TabOrder = 1
  37.     OnDblClick = ListBox1DblClick
  38.   end
  39.   object CheckBox1: TCheckBox
  40.     Left = 184
  41.     Top = 104
  42.     Width = 100
  43.     Height = 30
  44.     Caption = 'CheckBox1'
  45.     TabOrder = 2
  46.   end
  47.   object ComboBox1: TComboBox
  48.     Left = 184
  49.     Top = 176
  50.     Width = 140
  51.     Height = 21
  52.     ItemHeight = 15
  53.     TabOrder = 3
  54.     Text = 'ComboBox1'
  55.   end
  56.   object ScrollBar1: TScrollBar
  57.     Left = 184
  58.     Top = 216
  59.     Width = 121
  60.     Height = 18
  61.     TabOrder = 4
  62.   end
  63.   object TrackBar1: TTrackBar
  64.     Left = 184
  65.     Top = 256
  66.     Width = 150
  67.     Height = 45
  68.     TabOrder = 5
  69.   end
  70.   object Edit1: TEdit
  71.     Left = 184
  72.     Top = 24
  73.     Width = 101
  74.     Height = 21
  75.     TabOrder = 6
  76.     Text = 'Edit1'
  77.   end
  78.   object GroupBox1: TGroupBox
  79.     Left = 328
  80.     Top = 40
  81.     Width = 161
  82.     Height = 89
  83.     Caption = 'GroupBox1'
  84.     TabOrder = 7
  85.     object RadioButton1: TRadioButton
  86.       Left = 16
  87.       Top = 24
  88.       Width = 113
  89.       Height = 17
  90.       Caption = 'RadioButton1'
  91.       TabOrder = 0
  92.     end
  93.     object RadioButton2: TRadioButton
  94.       Left = 16
  95.       Top = 48
  96.       Width = 113
  97.       Height = 17
  98.       Caption = 'RadioButton2'
  99.       TabOrder = 1
  100.     end
  101.   end
  102.   object TreeView1: TTreeView
  103.     Left = 360
  104.     Top = 160
  105.     Width = 129
  106.     Height = 105
  107.     Columns = <>
  108.     Items.Data = {
  109.       040000001C000000FFFFFFFFFFFFFFFF8C292902000000000000000000000000
  110.       036161611C000000FFFFFFFFFFFFFFFF8C292902000000000000000000000000
  111.       036262621C000000FFFFFFFFFFFFFFFF8C292902000000000000000002000000
  112.       036464641C000000FFFFFFFFFFFFFFFF8C292902000000000000000002000000
  113.       036666661C000000FFFFFFFFFFFFFFFF8C292902000000000000000000000000
  114.       036666661C000000FFFFFFFFFFFFFFFF8C292902000000000000000000000000
  115.       036666661C000000FFFFFFFFFFFFFFFF8C292902000000000000000000000000
  116.       036464641C000000FFFFFFFFFFFFFFFF8C292902000000000000000001000000
  117.       036767671C000000FFFFFFFFFFFFFFFF8C292902000000000000000002000000
  118.       036666661C000000FFFFFFFFFFFFFFFF8C292902000000000000000000000000
  119.       036868681C000000FFFFFFFFFFFFFFFF8C292902000000000000000000000000
  120.       036A6A6A}
  121.     TabOrder = 8
  122.   end
  123.   object ListBox2: TListBox
  124.     Left = 24
  125.     Top = 208
  126.     Width = 121
  127.     Height = 57
  128.     Items.Strings = (
  129.       '1'
  130.       '2'
  131.       '3'
  132.       '4'
  133.       '5'
  134.       '6'
  135.       '7'
  136.       '8'
  137.       '9'
  138.       '0')
  139.     Rows = 10
  140.     TabOrder = 9
  141.   end
  142. end