Unit2.dfm
上传用户:fjdqny
上传日期:2016-10-26
资源大小:6299k
文件大小:3k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form2: TForm2
  2.   Left = 192
  3.   Top = 207
  4.   Width = 453
  5.   Height = 500
  6.   Caption = #38376#35786#25346#21495
  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 Label1: TLabel
  17.     Left = 64
  18.     Top = 56
  19.     Width = 89
  20.     Height = 41
  21.     AutoSize = False
  22.     Caption = '       '#30149#20154#32534#21495
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 56
  32.     Top = 120
  33.     Width = 89
  34.     Height = 41
  35.     AutoSize = False
  36.     Caption = '                  '#22995#21517
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 56
  46.     Top = 184
  47.     Width = 89
  48.     Height = 41
  49.     AutoSize = False
  50.     Caption = '                 '#31185#23460
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -13
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object Label4: TLabel
  59.     Left = 56
  60.     Top = 248
  61.     Width = 89
  62.     Height = 41
  63.     AutoSize = False
  64.     Caption = '             '#25346#21495#36153
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -13
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.   end
  72.   object Edit1: TEdit
  73.     Left = 152
  74.     Top = 48
  75.     Width = 177
  76.     Height = 33
  77.     AutoSize = False
  78.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  79.     TabOrder = 0
  80.   end
  81.   object Edit2: TEdit
  82.     Left = 152
  83.     Top = 112
  84.     Width = 177
  85.     Height = 33
  86.     AutoSize = False
  87.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  88.     TabOrder = 1
  89.   end
  90.   object Edit3: TEdit
  91.     Left = 152
  92.     Top = 176
  93.     Width = 177
  94.     Height = 33
  95.     AutoSize = False
  96.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  97.     TabOrder = 2
  98.   end
  99.   object Edit4: TEdit
  100.     Left = 152
  101.     Top = 240
  102.     Width = 177
  103.     Height = 33
  104.     AutoSize = False
  105.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  106.     TabOrder = 3
  107.   end
  108.   object Button1: TButton
  109.     Left = 88
  110.     Top = 320
  111.     Width = 97
  112.     Height = 49
  113.     Caption = #25346#21495
  114.     TabOrder = 4
  115.     OnClick = Button1Click
  116.   end
  117.   object Button2: TButton
  118.     Left = 232
  119.     Top = 320
  120.     Width = 97
  121.     Height = 49
  122.     Caption = #21462#28040
  123.     TabOrder = 5
  124.     OnClick = Button2Click
  125.   end
  126.   object ADOConnection1: TADOConnection
  127.     Connected = True
  128.     ConnectionString = 
  129.       'Provider=MSDASQL.1;Persist Security Info=False;Data Source=Local' +
  130.       'Server'
  131.     LoginPrompt = False
  132.     Left = 376
  133.     Top = 48
  134.   end
  135.   object ADOQuery1: TADOQuery
  136.     Connection = ADOConnection1
  137.     Parameters = <>
  138.     Left = 376
  139.     Top = 88
  140.   end
  141.   object DataSource1: TDataSource
  142.     DataSet = ADOQuery1
  143.     Left = 376
  144.     Top = 136
  145.   end
  146. end