www.pudn.com > xinshengruxue.rar > usergl.dfm


object usergl_Form: Tusergl_Form 
  Left = 208 
  Top = 162 
  BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] 
  BorderStyle = bsSingle 
  Caption = #29992#25143#31649#29702 
  ClientHeight = 143 
  ClientWidth = 224 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  FormStyle = fsMDIChild 
  OldCreateOrder = False 
  Position = poDefault 
  Visible = True 
  OnClose = FormClose 
  OnCreate = FormCreate 
  OnShow = FormShow 
  PixelsPerInch = 96 
  TextHeight = 13 
  object DBGrid1: TDBGrid 
    Left = 0 
    Top = 0 
    Width = 224 
    Height = 143 
    Hint = #28857#20987#21491#38190' '#36873#25321#25805#20316'  '#21452#32423#24038#38190#20462#25913#29992#25143 
    Align = alClient 
    Color = clMoneyGreen 
    DataSource = DataSource1 
    ImeName = #32043#20809#25340#38899#36755#20837#27861 
    ParentShowHint = False 
    PopupMenu = PopupMenu1 
    ShowHint = True 
    TabOrder = 0 
    TitleFont.Charset = DEFAULT_CHARSET 
    TitleFont.Color = clWindowText 
    TitleFont.Height = -11 
    TitleFont.Name = 'MS Sans Serif' 
    TitleFont.Style = [] 
    OnDblClick = DBGrid1DblClick 
  end 
  object Query1: TQuery 
    Left = 208 
    Top = 8 
  end 
  object DataSource1: TDataSource 
    DataSet = Query1 
    Left = 288 
    Top = 8 
  end 
  object PopupMenu1: TPopupMenu 
    OnPopup = PopupMenu1Popup 
    Left = 248 
    Top = 8 
    object N11: TMenuItem 
      Caption = #28155#21152#29992#25143 
      OnClick = N11Click 
    end 
    object N12: TMenuItem 
      Caption = #20462#25913#29992#25143 
      OnClick = N12Click 
    end 
    object N13: TMenuItem 
      Caption = #21024#38500#29992#25143 
      OnClick = N13Click 
    end 
  end 
end