f_depart.dfm
上传用户:lcqxtx
上传日期:2013-02-15
资源大小:530k
文件大小:2k
源码类别:

企业管理

开发平台:

Delphi

  1. object w_depart: Tw_depart
  2.   Left = 334
  3.   Top = 264
  4.   BorderStyle = bsDialog
  5.   Caption = #37096#38376#35774#32622'   '
  6.   ClientHeight = 148
  7.   ClientWidth = 308
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 94
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 305
  24.     Height = 113
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 24
  28.       Top = 40
  29.       Width = 60
  30.       Height = 13
  31.       Caption = #37096#38376#21495'      '
  32.       FocusControl = DBEdit1
  33.     end
  34.     object Label2: TLabel
  35.       Left = 88
  36.       Top = 8
  37.       Width = 100
  38.       Height = 20
  39.       Caption = '   '#37096#38376#35774#32622'      '
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = -16
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = [fsUnderline]
  45.       ParentFont = False
  46.     end
  47.     object Label3: TLabel
  48.       Left = 152
  49.       Top = 40
  50.       Width = 80
  51.       Height = 13
  52.       Caption = #37096#38376#21517#31216'        '
  53.       FocusControl = DBEdit2
  54.     end
  55.     object DBEdit1: TDBEdit
  56.       Left = 16
  57.       Top = 72
  58.       Width = 105
  59.       Height = 21
  60.       DataField = 'depart_id'
  61.       DataSource = DataSource1
  62.       TabOrder = 0
  63.     end
  64.     object DBEdit2: TDBEdit
  65.       Left = 144
  66.       Top = 72
  67.       Width = 137
  68.       Height = 21
  69.       DataField = 'depart_name'
  70.       DataSource = DataSource1
  71.       TabOrder = 1
  72.     end
  73.   end
  74.   object DBNavigator1: TDBNavigator
  75.     Left = 0
  76.     Top = 120
  77.     Width = 300
  78.     Height = 25
  79.     DataSource = DataSource1
  80.     TabOrder = 1
  81.   end
  82.   object ADOQuery1: TADOQuery
  83.     Active = True
  84.     Connection = Data1.database1
  85.     CursorType = ctStatic
  86.     Parameters = <>
  87.     SQL.Strings = (
  88.       'select * from depart')
  89.     Left = 264
  90.     Top = 24
  91.     object ADOQuery1depart_id: TStringField
  92.       FieldName = 'depart_id'
  93.       FixedChar = True
  94.       Size = 5
  95.     end
  96.     object ADOQuery1depart_name: TStringField
  97.       FieldName = 'depart_name'
  98.       FixedChar = True
  99.       Size = 15
  100.     end
  101.   end
  102.   object DataSource1: TDataSource
  103.     DataSet = ADOQuery1
  104.     Left = 224
  105.     Top = 8
  106.   end
  107. end