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


object frmDepartmentManage: TfrmDepartmentManage 
  Left = 258 
  Top = 115 
  BorderStyle = bsSingle 
  Caption = #38498#31995#31649#29702 
  ClientHeight = 319 
  ClientWidth = 461 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object DBGrid1: TDBGrid 
    Left = 16 
    Top = 4 
    Width = 425 
    Height = 161 
    DataSource = DataSource1 
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit] 
    TabOrder = 0 
    TitleFont.Charset = DEFAULT_CHARSET 
    TitleFont.Color = clWindowText 
    TitleFont.Height = -11 
    TitleFont.Name = 'MS Sans Serif' 
    TitleFont.Style = [] 
    OnColEnter = DBGrid1ColEnter 
    Columns = < 
      item 
        Color = cl3DLight 
        Expanded = False 
        FieldName = 'departmentName' 
        Title.Alignment = taCenter 
        Title.Caption = #38498#31995#21517#31216 
        Width = 82 
        Visible = True 
      end 
      item 
        Expanded = False 
        FieldName = 'charger' 
        Title.Alignment = taCenter 
        Title.Caption = #36127#36131#20154#22995#21517 
        Visible = True 
      end 
      item 
        Color = cl3DLight 
        Expanded = False 
        FieldName = 'chargerPhone' 
        Title.Alignment = taCenter 
        Title.Caption = #36127#36131#20154#30005#35805 
        Visible = True 
      end 
      item 
        Expanded = False 
        FieldName = 'totalfee' 
        Title.Alignment = taCenter 
        Title.Caption = #30446#21069#20070#36153 
        Width = 58 
        Visible = True 
      end 
      item 
        Color = cl3DLight 
        Expanded = False 
        FieldName = 'operatorID' 
        Title.Alignment = taCenter 
        Title.Caption = #25805#20316#21592 
        Width = 58 
        Visible = True 
      end 
      item 
        Expanded = False 
        FieldName = 'lastTime' 
        Title.Alignment = taCenter 
        Title.Caption = #26368#36817#30331#24405#26085#26399 
        Width = 75 
        Visible = True 
      end> 
  end 
  object GroupBox1: TGroupBox 
    Left = 16 
    Top = 168 
    Width = 289 
    Height = 105 
    Caption = #21333#20301#20449#24687 
    TabOrder = 1 
    object Label1: TLabel 
      Left = 64 
      Top = 24 
      Width = 42 
      Height = 14 
      Caption = #21333#20301#21517 
      Font.Charset = GB2312_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -14 
      Font.Name = #26999#20307'_GB2312' 
      Font.Style = [] 
      ParentFont = False 
    end 
    object Label2: TLabel 
      Left = 64 
      Top = 48 
      Width = 42 
      Height = 14 
      Caption = #36127#36131#20154 
      Font.Charset = GB2312_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -14 
      Font.Name = #26999#20307'_GB2312' 
      Font.Style = [] 
      ParentFont = False 
    end 
    object Label3: TLabel 
      Left = 48 
      Top = 72 
      Width = 56 
      Height = 14 
      Caption = #32852#31995#30005#35805 
      Font.Charset = GB2312_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -14 
      Font.Name = #26999#20307'_GB2312' 
      Font.Style = [] 
      ParentFont = False 
    end 
    object Edit1: TEdit 
      Left = 112 
      Top = 16 
      Width = 121 
      Height = 21 
      ReadOnly = True 
      TabOrder = 0 
      OnExit = Edit1Exit 
    end 
    object Edit2: TEdit 
      Left = 112 
      Top = 40 
      Width = 121 
      Height = 21 
      ReadOnly = True 
      TabOrder = 1 
    end 
    object Edit3: TEdit 
      Left = 112 
      Top = 64 
      Width = 121 
      Height = 21 
      ReadOnly = True 
      TabOrder = 2 
    end 
  end 
  object GroupBox2: TGroupBox 
    Left = 312 
    Top = 168 
    Width = 129 
    Height = 105 
    Caption = #25805#20316#31867#22411 
    TabOrder = 2 
    object RadioButton1: TRadioButton 
      Left = 23 
      Top = 22 
      Width = 89 
      Height = 17 
      Caption = #26032#24314#20449#24687 
      Font.Charset = GB2312_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -14 
      Font.Name = #26999#20307'_GB2312' 
      Font.Style = [] 
      ParentFont = False 
      TabOrder = 0 
      OnClick = RadioButton1Click 
    end 
    object RadioButton2: TRadioButton 
      Left = 23 
      Top = 48 
      Width = 81 
      Height = 17 
      Caption = #20462#25913#20449#24687 
      Font.Charset = GB2312_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -14 
      Font.Name = #26999#20307'_GB2312' 
      Font.Style = [] 
      ParentFont = False 
      TabOrder = 1 
      OnClick = RadioButton2Click 
    end 
    object RadioButton3: TRadioButton 
      Left = 24 
      Top = 72 
      Width = 57 
      Height = 17 
      Caption = #21024#38500 
      Font.Charset = GB2312_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -14 
      Font.Name = #26999#20307'_GB2312' 
      Font.Style = [] 
      ParentFont = False 
      TabOrder = 2 
    end 
  end 
  object BitBtn1: TBitBtn 
    Left = 112 
    Top = 280 
    Width = 75 
    Height = 25 
    Caption = #30830#23450 
    Default = True 
    TabOrder = 3 
    OnClick = BitBtn1Click 
    Glyph.Data = { 
      76010000424D7601000000000000760000002800000020000000100000000100 
      04000000000000010000120B0000120B00001000000000000000000000000000 
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 
      555555555555555555555555555555555555555555FF55555555555559055555 
      55555555577FF5555555555599905555555555557777F5555555555599905555 
      555555557777FF5555555559999905555555555777777F555555559999990555 
      5555557777777FF5555557990599905555555777757777F55555790555599055 
      55557775555777FF5555555555599905555555555557777F5555555555559905 
      555555555555777FF5555555555559905555555555555777FF55555555555579 
      05555555555555777FF5555555555557905555555555555777FF555555555555 
      5990555555555555577755555555555555555555555555555555} 
    NumGlyphs = 2 
  end 
  object BitBtn2: TBitBtn 
    Left = 264 
    Top = 280 
    Width = 75 
    Height = 25 
    Caption = #21462#28040 
    TabOrder = 4 
    OnClick = BitBtn2Click 
    Glyph.Data = { 
      76010000424D7601000000000000760000002800000020000000100000000100 
      04000000000000010000120B0000120B00001000000000000000000000000000 
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000 
      03333377777777777F333301111111110333337F333333337F33330111111111 
      0333337F333333337F333301111111110333337F333333337F33330111111111 
      0333337F333333337F333301111111110333337F333333337F33330111111111 
      0333337F3333333F7F333301111111B10333337F333333737F33330111111111 
      0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11 
      0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11 
      0333337F377777337F333301111111110333337F333333337F33330111111111 
      0333337FFFFFFFFF7F3333000000000003333377777777777333} 
    NumGlyphs = 2 
  end 
  object DataSource1: TDataSource 
    DataSet = frmDataModule.DepartmentManage 
    Left = 121 
    Top = 97 
  end 
end