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


object sjgl_Form: Tsjgl_Form 
  Left = 286 
  Top = 198 
  BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] 
  BorderStyle = bsSingle 
  Caption = #26032#29983#25968#25454#26597#35810 
  ClientHeight = 307 
  ClientWidth = 413 
  Color = clSkyBlue 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clBtnText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  FormStyle = fsMDIChild 
  OldCreateOrder = False 
  Position = poDefault 
  Visible = True 
  OnClose = FormClose 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object DBGrid1: TDBGrid 
    Left = 0 
    Top = 81 
    Width = 413 
    Height = 226 
    Align = alClient 
    DataSource = DataSource1 
    ImeName = #32043#20809#25340#38899#36755#20837#27861 
    TabOrder = 0 
    TitleFont.Charset = DEFAULT_CHARSET 
    TitleFont.Color = clBtnText 
    TitleFont.Height = -11 
    TitleFont.Name = 'MS Sans Serif' 
    TitleFont.Style = [] 
    OnDrawColumnCell = DBGrid1DrawColumnCell 
  end 
  object GroupBox1: TGroupBox 
    Left = 0 
    Top = 0 
    Width = 413 
    Height = 81 
    Align = alTop 
    Caption = #36755#20837#26597#35810#26465#20214 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clFuchsia 
    Font.Height = -11 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ParentFont = False 
    TabOrder = 1 
    object Label1: TLabel 
      Left = 8 
      Top = 24 
      Width = 108 
      Height = 13 
      Caption = #22995#21517#12304#27169#31946#26597#35810#12305'    ' 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clFuchsia 
      Font.Height = -11 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [] 
      ParentFont = False 
    end 
    object xm_LEdit: TEdit 
      Left = 8 
      Top = 40 
      Width = 121 
      Height = 21 
      Hint = #36755#20837#22995#21517#36827#34892#26597#35810 
      ImeName = #32043#20809#25340#38899#36755#20837#27861 
      ParentShowHint = False 
      ShowHint = True 
      TabOrder = 0 
    end 
    object BitBtn1: TBitBtn 
      Left = 176 
      Top = 40 
      Width = 57 
      Height = 25 
      Caption = #26816#32034 
      TabOrder = 1 
      OnClick = BitBtn1Click 
      Kind = bkIgnore 
    end 
    object BitBtn2: TBitBtn 
      Left = 280 
      Top = 40 
      Width = 57 
      Height = 25 
      Caption = #20851#38381 
      TabOrder = 2 
      OnClick = BitBtn2Click 
      Kind = bkClose 
    end 
  end 
  object Query1: TQuery 
    Left = 224 
    Top = 240 
  end 
  object DataSource1: TDataSource 
    DataSet = Query1 
    Left = 120 
    Top = 240 
  end 
end