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

企业管理

开发平台:

Delphi

  1. object w_xshuo: Tw_xshuo
  2.   Left = 321
  3.   Top = 190
  4.   BorderStyle = bsDialog
  5.   Caption = #38144#21806#19982#21512#21516
  6.   ClientHeight = 271
  7.   ClientWidth = 457
  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.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 94
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 457
  24.     Height = 225
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 152
  28.       Top = 16
  29.       Width = 128
  30.       Height = 13
  31.       Caption = #38144#21806#19982#21512#21516#24405#20837'          '
  32.     end
  33.     object Label2: TLabel
  34.       Left = 8
  35.       Top = 56
  36.       Width = 68
  37.       Height = 13
  38.       Caption = #38144#21806#32534#21495'    '
  39.       FocusControl = DBEdit1
  40.     end
  41.     object Label3: TLabel
  42.       Left = 208
  43.       Top = 48
  44.       Width = 65
  45.       Height = 13
  46.       Caption = #38144#21806#21333#20301'   '
  47.       FocusControl = DBEdit2
  48.     end
  49.     object Label4: TLabel
  50.       Left = 8
  51.       Top = 128
  52.       Width = 56
  53.       Height = 13
  54.       Caption = #21333#20301#22320#22336
  55.       FocusControl = DBEdit3
  56.     end
  57.     object Label5: TLabel
  58.       Left = 8
  59.       Top = 176
  60.       Width = 71
  61.       Height = 13
  62.       Caption = #20107#24773#20869#23481'     '
  63.       FocusControl = DBEdit4
  64.     end
  65.     object Label6: TLabel
  66.       Left = 8
  67.       Top = 96
  68.       Width = 68
  69.       Height = 13
  70.       Caption = #26377#25928#26085#26399'    '
  71.       FocusControl = DBEdit5
  72.     end
  73.     object Label7: TLabel
  74.       Left = 208
  75.       Top = 88
  76.       Width = 65
  77.       Height = 13
  78.       Caption = #21040#26399#26085#26399'   '
  79.       FocusControl = DBEdit6
  80.     end
  81.     object DBEdit1: TDBEdit
  82.       Left = 88
  83.       Top = 48
  84.       Width = 105
  85.       Height = 21
  86.       DataField = 's_bh'
  87.       DataSource = DataSource1
  88.       TabOrder = 0
  89.     end
  90.     object DBEdit2: TDBEdit
  91.       Left = 288
  92.       Top = 48
  93.       Width = 153
  94.       Height = 21
  95.       DataField = 's_dw'
  96.       DataSource = DataSource1
  97.       TabOrder = 1
  98.     end
  99.     object DBEdit3: TDBEdit
  100.       Left = 88
  101.       Top = 128
  102.       Width = 193
  103.       Height = 21
  104.       DataField = 's_dz'
  105.       DataSource = DataSource1
  106.       TabOrder = 2
  107.     end
  108.     object DBEdit4: TDBEdit
  109.       Left = 88
  110.       Top = 168
  111.       Width = 193
  112.       Height = 21
  113.       DataField = 's_sq'
  114.       DataSource = DataSource1
  115.       TabOrder = 3
  116.     end
  117.     object DBEdit5: TDBEdit
  118.       Left = 88
  119.       Top = 88
  120.       Width = 105
  121.       Height = 21
  122.       DataField = 's_stime'
  123.       DataSource = DataSource1
  124.       TabOrder = 4
  125.     end
  126.     object DBEdit6: TDBEdit
  127.       Left = 296
  128.       Top = 88
  129.       Width = 129
  130.       Height = 21
  131.       DataField = 's_xtime'
  132.       DataSource = DataSource1
  133.       TabOrder = 5
  134.     end
  135.   end
  136.   object DBNavigator1: TDBNavigator
  137.     Left = 40
  138.     Top = 232
  139.     Width = 330
  140.     Height = 33
  141.     DataSource = DataSource1
  142.     TabOrder = 1
  143.   end
  144.   object DataSource1: TDataSource
  145.     DataSet = ado_xshou
  146.     Left = 256
  147.   end
  148.   object ado_xshou: TADOQuery
  149.     Active = True
  150.     Connection = Data1.database1
  151.     CursorType = ctStatic
  152.     Parameters = <>
  153.     SQL.Strings = (
  154.       'select * from xshuo ')
  155.     Left = 304
  156.     object ado_xshous_bh: TStringField
  157.       FieldName = 's_bh'
  158.       FixedChar = True
  159.       Size = 10
  160.     end
  161.     object ado_xshous_dw: TStringField
  162.       FieldName = 's_dw'
  163.       FixedChar = True
  164.     end
  165.     object ado_xshous_dz: TStringField
  166.       FieldName = 's_dz'
  167.       FixedChar = True
  168.       Size = 50
  169.     end
  170.     object ado_xshous_sq: TStringField
  171.       FieldName = 's_sq'
  172.       FixedChar = True
  173.     end
  174.     object ado_xshous_stime: TDateTimeField
  175.       FieldName = 's_stime'
  176.     end
  177.     object ado_xshous_xtime: TDateTimeField
  178.       FieldName = 's_xtime'
  179.     end
  180.   end
  181. end