Right.dfm
上传用户:tangpei45
上传日期:2013-07-14
资源大小:9104k
文件大小:2k
源码类别:

百货/超市行业

开发平台:

C++ Builder

  1. object fmRightManage: TfmRightManage
  2.   Left = 379
  3.   Top = 122
  4.   Width = 436
  5.   Height = 271
  6.   Caption = #26435#38480#31649#29702
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = #23435#20307
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   Visible = True
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label1: TLabel
  21.     Left = 248
  22.     Top = 32
  23.     Width = 28
  24.     Height = 14
  25.     Caption = #26435#38480
  26.   end
  27.   object Label2: TLabel
  28.     Left = 24
  29.     Top = 32
  30.     Width = 28
  31.     Height = 14
  32.     Caption = #29992#25143
  33.   end
  34.   object CheckListBox1: TCheckListBox
  35.     Left = 248
  36.     Top = 48
  37.     Width = 153
  38.     Height = 177
  39.     OnClickCheck = CheckListBox1ClickCheck
  40.     ItemHeight = 14
  41.     Items.Strings = (
  42.       #21830#21697#36164#26009#32500#25252
  43.       #20379#36135#21830#36164#26009#32500#25252
  44.       #23458#25143#36164#26009#32500#25252
  45.       #36827#36135#21333
  46.       #38144#21806#21333
  47.       #24211#23384#26597#35810
  48.       #26435#38480#31649#29702)
  49.     TabOrder = 0
  50.   end
  51.   object DBGrid1: TDBGrid
  52.     Left = 16
  53.     Top = 48
  54.     Width = 217
  55.     Height = 177
  56.     DataSource = DataSource1
  57.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
  58.     TabOrder = 1
  59.     TitleFont.Charset = ANSI_CHARSET
  60.     TitleFont.Color = clWindowText
  61.     TitleFont.Height = -14
  62.     TitleFont.Name = #23435#20307
  63.     TitleFont.Style = []
  64.     Columns = <
  65.       item
  66.         Expanded = False
  67.         FieldName = #29992#25143#32534#21495
  68.         Width = 63
  69.         Visible = True
  70.       end
  71.       item
  72.         Expanded = False
  73.         FieldName = #37096#38376
  74.         Width = 63
  75.         Visible = True
  76.       end
  77.       item
  78.         Expanded = False
  79.         FieldName = #22995#21517
  80.         Width = 47
  81.         Visible = True
  82.       end>
  83.   end
  84.   object Table1: TTable
  85.     Active = True
  86.     AfterScroll = Table1AfterScroll
  87.     DatabaseName = 'db'
  88.     TableName = 'dbo.'#29992#25143#28165#21333
  89.     Left = 296
  90.     Top = 8
  91.   end
  92.   object DataSource1: TDataSource
  93.     AutoEdit = False
  94.     DataSet = Table1
  95.     Left = 328
  96.     Top = 8
  97.   end
  98.   object Query1: TQuery
  99.     DatabaseName = 'db'
  100.     Left = 368
  101.     Top = 8
  102.   end
  103. end