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

企业管理

开发平台:

Delphi

  1. object w_depart_id: Tw_depart_id
  2.   Left = 255
  3.   Top = 189
  4.   BorderStyle = bsDialog
  5.   Caption = #37096#38376#32534#21495#21644#21517#31216' '
  6.   ClientHeight = 130
  7.   ClientWidth = 266
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 94
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = -8
  21.     Top = 0
  22.     Width = 273
  23.     Height = 129
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 16
  27.       Top = 16
  28.       Width = 141
  29.       Height = 13
  30.       Caption = #36873#25321#37096#38376#32534#21495#21644#21517#31216'           '
  31.     end
  32.     object ComboBox1: TComboBox
  33.       Left = 56
  34.       Top = 48
  35.       Width = 185
  36.       Height = 21
  37.       ItemHeight = 13
  38.       TabOrder = 0
  39.     end
  40.     object BitBtn1: TBitBtn
  41.       Left = 56
  42.       Top = 88
  43.       Width = 75
  44.       Height = 33
  45.       Caption = #30830#23450'[&O]'
  46.       ModalResult = 1
  47.       TabOrder = 1
  48.     end
  49.     object BitBtn2: TBitBtn
  50.       Left = 158
  51.       Top = 88
  52.       Width = 75
  53.       Height = 33
  54.       Caption = #21462#28040'[&C]'
  55.       TabOrder = 2
  56.     end
  57.   end
  58.   object data_depart_id: TDataSource
  59.     Left = 152
  60.     Top = 8
  61.   end
  62.   object ado_depart_id: TADOQuery
  63.     Active = True
  64.     Connection = Data1.database1
  65.     CursorType = ctStatic
  66.     Parameters = <>
  67.     SQL.Strings = (
  68.       'select * from depart')
  69.     Left = 200
  70.     Top = 8
  71.     object ado_depart_iddepart_id: TStringField
  72.       FieldName = 'depart_id'
  73.       FixedChar = True
  74.       Size = 5
  75.     end
  76.     object ado_depart_iddepart_name: TStringField
  77.       FieldName = 'depart_name'
  78.       FixedChar = True
  79.       Size = 15
  80.     end
  81.   end
  82. end