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

Delphi控件源码

开发平台:

Delphi

  1. object FormClasses: TFormClasses
  2.   Left = 200
  3.   Top = 141
  4.   Width = 658
  5.   Height = 458
  6.   Caption = 'Corsi'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Splitter1: TSplitter
  19.     Left = 0
  20.     Top = 161
  21.     Width = 650
  22.     Height = 3
  23.     Cursor = crVSplit
  24.     Align = alTop
  25.   end
  26.   object Splitter3: TSplitter
  27.     Left = 0
  28.     Top = 273
  29.     Width = 650
  30.     Height = 3
  31.     Cursor = crVSplit
  32.     Align = alTop
  33.   end
  34.   object Tab: TTabControl
  35.     Left = 0
  36.     Top = 0
  37.     Width = 650
  38.     Height = 161
  39.     Align = alTop
  40.     TabOrder = 0
  41.     Tabs.Strings = (
  42.       'Open'
  43.       'Closed'
  44.       'Past')
  45.     TabIndex = 0
  46.     OnChange = TabChange
  47.     object DBGridClasses: TDBGrid
  48.       Left = 4
  49.       Top = 24
  50.       Width = 642
  51.       Height = 133
  52.       Align = alClient
  53.       DataSource = dsClasses
  54.       TabOrder = 0
  55.       TitleFont.Charset = DEFAULT_CHARSET
  56.       TitleFont.Color = clWindowText
  57.       TitleFont.Height = -11
  58.       TitleFont.Name = 'MS Sans Serif'
  59.       TitleFont.Style = []
  60.       Columns = <
  61.         item
  62.           Expanded = False
  63.           FieldName = 'ID'
  64.           ReadOnly = True
  65.           Visible = True
  66.         end
  67.         item
  68.           Expanded = False
  69.           FieldName = 'DESCRIPTION'
  70.           Visible = True
  71.         end
  72.         item
  73.           Expanded = False
  74.           FieldName = 'STARTS_ON'
  75.           Visible = True
  76.         end>
  77.     end
  78.   end
  79.   object DBGridPeopleReg: TDBGrid
  80.     Left = 0
  81.     Top = 276
  82.     Width = 650
  83.     Height = 155
  84.     Align = alClient
  85.     DataSource = dsPeopleReg
  86.     TabOrder = 1
  87.     TitleFont.Charset = DEFAULT_CHARSET
  88.     TitleFont.Color = clWindowText
  89.     TitleFont.Height = -11
  90.     TitleFont.Name = 'MS Sans Serif'
  91.     TitleFont.Style = []
  92.     OnEditButtonClick = DBGridPeopleRegEditButtonClick
  93.     Columns = <
  94.       item
  95.         Expanded = False
  96.         FieldName = 'ID'
  97.         ReadOnly = True
  98.         Visible = True
  99.       end
  100.       item
  101.         ButtonStyle = cbsEllipsis
  102.         Expanded = False
  103.         FieldName = 'NAME'
  104.         Visible = True
  105.       end
  106.       item
  107.         Expanded = False
  108.         FieldName = 'AMOUNT'
  109.         Visible = True
  110.       end>
  111.   end
  112.   object Panel1: TPanel
  113.     Left = 0
  114.     Top = 164
  115.     Width = 650
  116.     Height = 109
  117.     Align = alTop
  118.     TabOrder = 2
  119.     object Splitter2: TSplitter
  120.       Left = 305
  121.       Top = 1
  122.       Width = 3
  123.       Height = 107
  124.       Cursor = crHSplit
  125.     end
  126.     object DBGridClassReg: TDBGrid
  127.       Left = 1
  128.       Top = 1
  129.       Width = 304
  130.       Height = 107
  131.       Align = alLeft
  132.       DataSource = dsClassReg
  133.       TabOrder = 0
  134.       TitleFont.Charset = DEFAULT_CHARSET
  135.       TitleFont.Color = clWindowText
  136.       TitleFont.Height = -11
  137.       TitleFont.Name = 'MS Sans Serif'
  138.       TitleFont.Style = []
  139.       OnEditButtonClick = DBGridClassRegEditButtonClick
  140.       Columns = <
  141.         item
  142.           Expanded = False
  143.           FieldName = 'ID'
  144.           ReadOnly = True
  145.           Visible = True
  146.         end
  147.         item
  148.           ButtonStyle = cbsEllipsis
  149.           Expanded = False
  150.           FieldName = 'NAME'
  151.           Width = 164
  152.           Visible = True
  153.         end>
  154.     end
  155.     object MemoNote: TDBMemo
  156.       Left = 308
  157.       Top = 1
  158.       Width = 341
  159.       Height = 107
  160.       Align = alClient
  161.       DataField = 'NOTES'
  162.       DataSource = dsClassReg
  163.       TabOrder = 1
  164.     end
  165.   end
  166.   object dsClassReg: TDataSource
  167.     Left = 80
  168.     Top = 208
  169.   end
  170.   object dsClasses: TDataSource
  171.     Left = 48
  172.     Top = 56
  173.   end
  174.   object dsPeopleReg: TDataSource
  175.     Left = 80
  176.     Top = 320
  177.   end
  178. end