mainfrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:2k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 256
  18.     Top = 104
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'Button1'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object edtClassNo: TEdit
  26.     Left = 120
  27.     Top = 104
  28.     Width = 121
  29.     Height = 21
  30.     TabOrder = 1
  31.     Text = 'edtClassNo'
  32.   end
  33.   object edtClassName: TEdit
  34.     Left = 120
  35.     Top = 144
  36.     Width = 121
  37.     Height = 21
  38.     TabOrder = 2
  39.     Text = 'edtClassName'
  40.   end
  41.   object edtMemo: TEdit
  42.     Left = 120
  43.     Top = 192
  44.     Width = 121
  45.     Height = 21
  46.     TabOrder = 3
  47.     Text = 'edtMemo'
  48.   end
  49.   object Button2: TButton
  50.     Left = 296
  51.     Top = 184
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Button2'
  55.     TabOrder = 4
  56.     OnClick = Button2Click
  57.   end
  58.   object DBGrid1: TDBGrid
  59.     Left = 96
  60.     Top = 232
  61.     Width = 320
  62.     Height = 120
  63.     DataSource = DataSource1
  64.     TabOrder = 5
  65.     TitleFont.Charset = DEFAULT_CHARSET
  66.     TitleFont.Color = clWindowText
  67.     TitleFont.Height = -11
  68.     TitleFont.Name = 'MS Sans Serif'
  69.     TitleFont.Style = []
  70.   end
  71.   object StoredProc1: TStoredProc
  72.     DatabaseName = 'sdaf'
  73.     StoredProcName = 'class_Query;1'
  74.     Left = 112
  75.     Top = 16
  76.     ParamData = <
  77.       item
  78.         DataType = ftString
  79.         Name = '@aClassNo'
  80.         ParamType = ptInput
  81.       end>
  82.   end
  83.   object Database1: TDatabase
  84.     AliasName = 'Test'
  85.     Connected = True
  86.     DatabaseName = 'sdaf'
  87.     LoginPrompt = False
  88.     Params.Strings = (
  89.       'user name=sa'
  90.       'password=')
  91.     SessionName = 'Default'
  92.     Left = 176
  93.     Top = 48
  94.   end
  95.   object DataSource1: TDataSource
  96.     DataSet = StoredProc1
  97.     Left = 160
  98.     Top = 24
  99.   end
  100. end