lend.dfm
上传用户:blmaxia
上传日期:2010-02-17
资源大小:657k
文件大小:5k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object lendform: Tlendform
  2.   Left = 192
  3.   Top = 107
  4.   Width = 544
  5.   Height = 375
  6.   Caption = #20511#38405#31649#29702
  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.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 16
  19.     Top = 40
  20.     Width = 505
  21.     Height = 273
  22.     TabOrder = 0
  23.     object StaticText9: TStaticText
  24.       Left = 40
  25.       Top = 16
  26.       Width = 28
  27.       Height = 17
  28.       Caption = #20070#21495
  29.       TabOrder = 0
  30.     end
  31.     object ComboBox1: TComboBox
  32.       Left = 96
  33.       Top = 16
  34.       Width = 145
  35.       Height = 21
  36.       ItemHeight = 13
  37.       TabOrder = 1
  38.       OnChange = ComboBox1Change
  39.       OnKeyDown = ComboBox1KeyDown
  40.     end
  41.     object StaticText10: TStaticText
  42.       Left = 40
  43.       Top = 56
  44.       Width = 28
  45.       Height = 17
  46.       Caption = #20070#21517
  47.       TabOrder = 2
  48.     end
  49.     object DBName: TDBEdit
  50.       Left = 96
  51.       Top = 56
  52.       Width = 377
  53.       Height = 21
  54.       DataSource = DataSource1
  55.       TabOrder = 3
  56.     end
  57.     object StaticText11: TStaticText
  58.       Left = 40
  59.       Top = 80
  60.       Width = 28
  61.       Height = 17
  62.       Caption = #20316#32773
  63.       TabOrder = 4
  64.     end
  65.     object DBAuthor: TDBEdit
  66.       Left = 96
  67.       Top = 80
  68.       Width = 169
  69.       Height = 21
  70.       DataSource = DataSource1
  71.       TabOrder = 5
  72.     end
  73.     object StaticText12: TStaticText
  74.       Left = 40
  75.       Top = 104
  76.       Width = 40
  77.       Height = 17
  78.       Caption = #20986#29256#31038
  79.       TabOrder = 6
  80.     end
  81.     object DBPress: TDBEdit
  82.       Left = 96
  83.       Top = 104
  84.       Width = 209
  85.       Height = 21
  86.       DataSource = DataSource1
  87.       TabOrder = 7
  88.     end
  89.     object StaticText13: TStaticText
  90.       Left = 296
  91.       Top = 80
  92.       Width = 52
  93.       Height = 17
  94.       Caption = #20986#29256#26085#26399
  95.       TabOrder = 8
  96.     end
  97.     object DBOutDate: TDBEdit
  98.       Left = 352
  99.       Top = 80
  100.       Width = 121
  101.       Height = 21
  102.       DataSource = DataSource1
  103.       TabOrder = 9
  104.     end
  105.     object StaticText14: TStaticText
  106.       Left = 320
  107.       Top = 104
  108.       Width = 28
  109.       Height = 17
  110.       Caption = #20215#26684
  111.       TabOrder = 10
  112.     end
  113.     object DBCost: TDBEdit
  114.       Left = 352
  115.       Top = 104
  116.       Width = 121
  117.       Height = 21
  118.       DataSource = DataSource1
  119.       TabOrder = 11
  120.     end
  121.     object StaticText15: TStaticText
  122.       Left = 40
  123.       Top = 136
  124.       Width = 28
  125.       Height = 17
  126.       Caption = #22791#27880
  127.       TabOrder = 12
  128.     end
  129.     object DBMemo: TDBMemo
  130.       Left = 96
  131.       Top = 128
  132.       Width = 377
  133.       Height = 73
  134.       DataSource = DataSource1
  135.       TabOrder = 13
  136.     end
  137.     object TGroupBox
  138.       Left = 16
  139.       Top = 40
  140.       Width = 481
  141.       Height = 7
  142.       TabOrder = 14
  143.     end
  144.     object TGroupBox
  145.       Left = 8
  146.       Top = 208
  147.       Width = 481
  148.       Height = 7
  149.       TabOrder = 15
  150.     end
  151.     object StaticText2: TStaticText
  152.       Left = 40
  153.       Top = 224
  154.       Width = 52
  155.       Height = 17
  156.       Caption = #20511#20070#35777#21495
  157.       TabOrder = 16
  158.     end
  159.     object StaticText3: TStaticText
  160.       Left = 272
  161.       Top = 224
  162.       Width = 76
  163.       Height = 17
  164.       Caption = #25345#26377#20070#31821#25968#30446
  165.       TabOrder = 17
  166.     end
  167.     object StaticText4: TStaticText
  168.       Left = 32
  169.       Top = 248
  170.       Width = 88
  171.       Height = 17
  172.       Caption = #25345#26377#26102#38388#65288#22825#65289
  173.       TabOrder = 18
  174.     end
  175.     object StaticText5: TStaticText
  176.       Left = 272
  177.       Top = 248
  178.       Width = 28
  179.       Height = 17
  180.       Caption = #32602#37329
  181.       TabOrder = 19
  182.     end
  183.     object ReaderIDEdit: TEdit
  184.       Left = 120
  185.       Top = 224
  186.       Width = 121
  187.       Height = 21
  188.       TabOrder = 20
  189.       OnChange = ReaderIDEditChange
  190.     end
  191.     object TotalEdit: TEdit
  192.       Left = 352
  193.       Top = 224
  194.       Width = 121
  195.       Height = 21
  196.       Enabled = False
  197.       TabOrder = 21
  198.     end
  199.     object OwnTimeEdit: TEdit
  200.       Left = 120
  201.       Top = 248
  202.       Width = 121
  203.       Height = 21
  204.       Enabled = False
  205.       TabOrder = 22
  206.     end
  207.     object FineEdit: TEdit
  208.       Left = 352
  209.       Top = 248
  210.       Width = 121
  211.       Height = 21
  212.       Enabled = False
  213.       TabOrder = 23
  214.     end
  215.   end
  216.   object GroupBox2: TGroupBox
  217.     Left = 16
  218.     Top = 0
  219.     Width = 505
  220.     Height = 41
  221.     TabOrder = 1
  222.     object StaticText1: TStaticText
  223.       Left = 16
  224.       Top = 16
  225.       Width = 52
  226.       Height = 17
  227.       Caption = #22270#20070#20511#36824
  228.       TabOrder = 0
  229.     end
  230.   end
  231.   object Button1: TButton
  232.     Left = 264
  233.     Top = 320
  234.     Width = 75
  235.     Height = 25
  236.     Caption = #20511#20986'&L'
  237.     TabOrder = 2
  238.     OnClick = Button1Click
  239.   end
  240.   object Button2: TButton
  241.     Left = 344
  242.     Top = 320
  243.     Width = 75
  244.     Height = 25
  245.     Caption = #24402#36824'&B'
  246.     TabOrder = 3
  247.     OnClick = Button2Click
  248.   end
  249.   object Button3: TButton
  250.     Left = 424
  251.     Top = 320
  252.     Width = 75
  253.     Height = 25
  254.     Caption = #20851#38381
  255.     TabOrder = 4
  256.     OnClick = Button3Click
  257.   end
  258.   object tempADOQuery1: TQuery
  259.     Left = 216
  260.     Top = 8
  261.   end
  262.   object TEMPADOQuery2: TQuery
  263.     Left = 256
  264.     Top = 8
  265.   end
  266.   object DataSource1: TDataSource
  267.     DataSet = DataModuleADO.ADOTable1
  268.     Left = 304
  269.     Top = 8
  270.   end
  271. end