www.pudn.com > dongdongyanmingtongji.rar > Un_Static.dfm


object FrmStatic: TFrmStatic 
  Left = 470 
  Top = 263 
  BorderIcons = [biSystemMenu] 
  BorderStyle = bsSingle 
  Caption = #32479#35745 
  ClientHeight = 251 
  ClientWidth = 407 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poMainFormCenter 
  OnShow = FormShow 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 0 
    Top = 232 
    Width = 169 
    Height = 20 
    AutoSize = False 
    Caption = 'Label1' 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clHotLight 
    Font.Height = -11 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ParentFont = False 
    Transparent = True 
  end 
  object btnclose: TBitBtn 
    Left = 199 
    Top = 231 
    Width = 41 
    Height = 20 
    Caption = #20851#38381 
    TabOrder = 0 
    OnClick = btncloseClick 
  end 
  object DBGrid1: TDBGrid 
    Left = 0 
    Top = 0 
    Width = 407 
    Height = 228 
    DataSource = DataSource1 
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC' 
    TabOrder = 1 
    TitleFont.Charset = DEFAULT_CHARSET 
    TitleFont.Color = clWindowText 
    TitleFont.Height = -11 
    TitleFont.Name = 'MS Sans Serif' 
    TitleFont.Style = [] 
    Columns = < 
      item 
        Alignment = taCenter 
        Expanded = False 
        FieldName = 'Name' 
        Title.Alignment = taCenter 
        Title.Caption = #22995#21517 
        Title.Color = clWhite 
        Visible = True 
      end 
      item 
        Alignment = taCenter 
        Expanded = False 
        FieldName = 'Age' 
        Title.Alignment = taCenter 
        Title.Caption = #24180#40836 
        Title.Color = clWhite 
        Width = 36 
        Visible = True 
      end 
      item 
        Alignment = taCenter 
        Expanded = False 
        FieldName = 'Sex' 
        Title.Alignment = taCenter 
        Title.Caption = #24615#21035 
        Title.Color = clWhite 
        Width = 33 
        Visible = True 
      end 
      item 
        Alignment = taCenter 
        Expanded = False 
        FieldName = 'Smoke' 
        Title.Alignment = taCenter 
        Title.Caption = #28895#29366 
        Title.Color = clWhite 
        Width = 38 
        Visible = True 
      end 
      item 
        Alignment = taCenter 
        Expanded = False 
        FieldName = 'Cmemo' 
        Title.Alignment = taCenter 
        Title.Caption = #31616#20171 
        Title.Color = clWhite 
        Width = 98 
        Visible = True 
      end 
      item 
        Alignment = taCenter 
        Expanded = False 
        FieldName = 'Date' 
        Title.Alignment = taCenter 
        Title.Caption = #26085#26399' ' 
        Title.Color = clWhite 
        Width = 110 
        Visible = True 
      end> 
  end 
  object ADOTable1: TADOTable 
    Connection = FrmMain.AdoConn 
    CursorType = ctStatic 
    TableName = 'Smoker' 
    Left = 248 
    Top = 224 
  end 
  object DataSource1: TDataSource 
    DataSet = ADOTable1 
    Left = 288 
    Top = 216 
  end 
end