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

Delphi控件源码

开发平台:

Delphi

  1. object Form10: TForm10
  2.   Left = 256
  3.   Top = 161
  4.   Width = 870
  5.   Height = 501
  6.   Caption = #33647#25151#35843#25320
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 48
  19.     Width = 105
  20.     Height = 33
  21.     AutoSize = False
  22.     Caption = '              '#35831#39046#21333#21495
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 96
  27.     Width = 105
  28.     Height = 33
  29.     AutoSize = False
  30.     Caption = '              '#33647#25151#32534#21495
  31.   end
  32.   object Label3: TLabel
  33.     Left = 16
  34.     Top = 144
  35.     Width = 105
  36.     Height = 33
  37.     AutoSize = False
  38.     Caption = '              '#33647#24211#32534#21495
  39.   end
  40.   object Label4: TLabel
  41.     Left = 16
  42.     Top = 256
  43.     Width = 105
  44.     Height = 33
  45.     AutoSize = False
  46.     Caption = '             '#33647#21697#21517#31216
  47.   end
  48.   object Label5: TLabel
  49.     Left = 16
  50.     Top = 304
  51.     Width = 105
  52.     Height = 33
  53.     AutoSize = False
  54.     Caption = '                        '#25968#37327
  55.   end
  56.   object Label6: TLabel
  57.     Left = 16
  58.     Top = 208
  59.     Width = 105
  60.     Height = 33
  61.     AutoSize = False
  62.     Caption = '             '#33647#21697#32534#21495
  63.   end
  64.   object Edit1: TEdit
  65.     Left = 128
  66.     Top = 40
  67.     Width = 121
  68.     Height = 33
  69.     AutoSize = False
  70.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  71.     TabOrder = 0
  72.   end
  73.   object Edit2: TEdit
  74.     Left = 128
  75.     Top = 88
  76.     Width = 121
  77.     Height = 33
  78.     AutoSize = False
  79.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  80.     TabOrder = 1
  81.   end
  82.   object Edit3: TEdit
  83.     Left = 128
  84.     Top = 136
  85.     Width = 121
  86.     Height = 33
  87.     AutoSize = False
  88.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  89.     TabOrder = 2
  90.   end
  91.   object Edit4: TEdit
  92.     Left = 128
  93.     Top = 200
  94.     Width = 121
  95.     Height = 33
  96.     AutoSize = False
  97.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  98.     TabOrder = 3
  99.   end
  100.   object Edit5: TEdit
  101.     Left = 128
  102.     Top = 248
  103.     Width = 121
  104.     Height = 33
  105.     AutoSize = False
  106.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  107.     TabOrder = 4
  108.   end
  109.   object Button1: TButton
  110.     Left = 48
  111.     Top = 352
  112.     Width = 81
  113.     Height = 49
  114.     Caption = #28155#21152#12299#12299
  115.     TabOrder = 5
  116.     OnClick = Button1Click
  117.   end
  118.   object Button2: TButton
  119.     Left = 152
  120.     Top = 352
  121.     Width = 81
  122.     Height = 49
  123.     Caption = #21462#28040
  124.     TabOrder = 6
  125.     OnClick = Button2Click
  126.   end
  127.   object DBGrid1: TDBGrid
  128.     Left = 400
  129.     Top = 48
  130.     Width = 377
  131.     Height = 273
  132.     DataSource = DataSource1
  133.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  134.     TabOrder = 7
  135.     TitleFont.Charset = DEFAULT_CHARSET
  136.     TitleFont.Color = clWindowText
  137.     TitleFont.Height = -13
  138.     TitleFont.Name = 'MS Sans Serif'
  139.     TitleFont.Style = []
  140.     Columns = <
  141.       item
  142.         Expanded = False
  143.         FieldName = 'Medno'
  144.         Visible = True
  145.       end
  146.       item
  147.         Expanded = False
  148.         FieldName = 'Med'
  149.         Visible = True
  150.       end
  151.       item
  152.         Expanded = False
  153.         FieldName = 'Su'
  154.         Visible = True
  155.       end>
  156.   end
  157.   object Edit6: TEdit
  158.     Left = 128
  159.     Top = 296
  160.     Width = 121
  161.     Height = 33
  162.     AutoSize = False
  163.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  164.     TabOrder = 8
  165.   end
  166.   object Button3: TButton
  167.     Left = 432
  168.     Top = 352
  169.     Width = 89
  170.     Height = 49
  171.     Caption = #30830#23450
  172.     TabOrder = 9
  173.     OnClick = Button3Click
  174.   end
  175.   object Button4: TButton
  176.     Left = 560
  177.     Top = 352
  178.     Width = 89
  179.     Height = 49
  180.     Caption = #36864#20986
  181.     TabOrder = 10
  182.     OnClick = Button4Click
  183.   end
  184.   object DataSource1: TDataSource
  185.     DataSet = ADOQuery1
  186.     Left = 296
  187.     Top = 120
  188.   end
  189.   object ADOQuery1: TADOQuery
  190.     Connection = ADOConnection1
  191.     Parameters = <>
  192.     Left = 296
  193.     Top = 80
  194.   end
  195.   object ADOConnection1: TADOConnection
  196.     ConnectionString = 
  197.       'Provider=MSDASQL.1;Persist Security Info=False;Data Source=Local' +
  198.       'Server'
  199.     LoginPrompt = False
  200.     Provider = 'MSDASQL.1'
  201.     Left = 296
  202.     Top = 40
  203.   end
  204. end