www.pudn.com > jiaocaiguanlixitongdaima.rar > ObeyUnitUnit.dfm


object frmUnit: TfrmUnit 
  Left = 215 
  Top = 133 
  BorderStyle = bsSingle 
  Caption = #25152#23646#37096#38376 
  ClientHeight = 293 
  ClientWidth = 327 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  ShowHint = True 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object DBGrid1: TDBGrid 
    Left = 9 
    Top = 10 
    Width = 309 
    Height = 120 
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC' 
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit] 
    ReadOnly = True 
    TabOrder = 0 
    TitleFont.Charset = DEFAULT_CHARSET 
    TitleFont.Color = clWindowText 
    TitleFont.Height = -11 
    TitleFont.Name = 'MS Sans Serif' 
    TitleFont.Style = [] 
    OnColEnter = DBGrid1ColEnter 
    Columns = < 
      item 
        Expanded = False 
        FieldName = 'id' 
        Title.Caption = #33258#21160#32534#21495 
        Visible = True 
      end 
      item 
        Expanded = False 
        FieldName = 'unitName' 
        Title.Caption = #37096#38376#21517#31216 
        Visible = True 
      end> 
  end 
  object GroupBox1: TGroupBox 
    Left = 6 
    Top = 235 
    Width = 310 
    Height = 44 
    TabOrder = 1 
    object BitBtn1: TBitBtn 
      Left = 20 
      Top = 13 
      Width = 50 
      Height = 25 
      Caption = #28155#21152 
      TabOrder = 0 
      OnClick = BitBtn1Click 
    end 
    object BitBtn2: TBitBtn 
      Left = 93 
      Top = 13 
      Width = 50 
      Height = 25 
      Caption = #20462#25913 
      TabOrder = 1 
      OnClick = BitBtn2Click 
    end 
    object BitBtn3: TBitBtn 
      Left = 162 
      Top = 13 
      Width = 50 
      Height = 25 
      Caption = #21024#38500 
      TabOrder = 2 
      OnClick = BitBtn3Click 
    end 
    object BitBtn4: TBitBtn 
      Left = 240 
      Top = 13 
      Width = 50 
      Height = 25 
      Caption = #20445#23384 
      Enabled = False 
      TabOrder = 3 
      OnClick = BitBtn4Click 
    end 
  end 
  object GroupBox2: TGroupBox 
    Left = 6 
    Top = 134 
    Width = 310 
    Height = 96 
    TabOrder = 2 
    object Label1: TLabel 
      Left = 19 
      Top = 29 
      Width = 61 
      Height = 13 
      AutoSize = False 
      Caption = #33258#21160#32534#21495 
    end 
    object Label2: TLabel 
      Left = 19 
      Top = 66 
      Width = 61 
      Height = 13 
      AutoSize = False 
      Caption = #37096#38376#21517#31216 
    end 
    object Edit1: TEdit 
      Left = 93 
      Top = 21 
      Width = 180 
      Height = 24 
      Hint = #31995#32479#33258#21160#32534#21495','#19981#25913#20462#25913'!' 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -13 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [fsBold] 
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC' 
      ParentFont = False 
      ReadOnly = True 
      TabOrder = 0 
    end 
    object Edit2: TEdit 
      Left = 93 
      Top = 58 
      Width = 180 
      Height = 24 
      Hint = #29992#25143#36755#20837','#19981#21487#37325#22797'!' 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clBlue 
      Font.Height = -13 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [fsBold] 
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC' 
      ParentFont = False 
      ReadOnly = True 
      TabOrder = 1 
    end 
  end 
  object DataSource1: TDataSource 
    Left = 259 
    Top = 80 
  end 
end