Unit1.~dfm
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:3k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 219
  3.   Top = 126
  4.   Width = 457
  5.   Height = 179
  6.   AutoSize = True
  7.   Caption = #25945#24072#22522#26412#20449#24687
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 104
  19.     Top = 0
  20.     Width = 249
  21.     Height = 41
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = #35831#36755#20837#25945#24072#22522#26412#20449#24687
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -19
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 0
  34.     Top = 56
  35.     Width = 49
  36.     Height = 17
  37.     Hint = #36755#20837#22995#21517
  38.     Alignment = taCenter
  39.     Caption = #22995#21517
  40.     ParentShowHint = False
  41.     ShowHint = True
  42.   end
  43.   object Label3: TLabel
  44.     Left = 0
  45.     Top = 80
  46.     Width = 49
  47.     Height = 21
  48.     Alignment = taCenter
  49.     Caption = #24037#40836
  50.   end
  51.   object Label4: TLabel
  52.     Left = 240
  53.     Top = 56
  54.     Width = 49
  55.     Height = 17
  56.     Alignment = taCenter
  57.     Caption = #32844#31216
  58.   end
  59.   object Label5: TLabel
  60.     Left = 240
  61.     Top = 80
  62.     Width = 49
  63.     Height = 17
  64.     Alignment = taCenter
  65.     Caption = #37096#38376
  66.   end
  67.   object Edit1: TEdit
  68.     Left = 72
  69.     Top = 56
  70.     Width = 145
  71.     Height = 21
  72.     ImeMode = imChinese
  73.     ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
  74.     TabOrder = 0
  75.   end
  76.   object Edit2: TEdit
  77.     Left = 72
  78.     Top = 80
  79.     Width = 145
  80.     Height = 21
  81.     TabOrder = 1
  82.   end
  83.   object ComboBox1: TComboBox
  84.     Left = 304
  85.     Top = 56
  86.     Width = 145
  87.     Height = 21
  88.     ItemHeight = 13
  89.     TabOrder = 2
  90.     Items.Strings = (
  91.       #25945#21592
  92.       #35762#24072
  93.       #25945#25480)
  94.   end
  95.   object ComboBox2: TComboBox
  96.     Left = 304
  97.     Top = 80
  98.     Width = 145
  99.     Height = 21
  100.     ItemHeight = 13
  101.     TabOrder = 3
  102.     Items.Strings = (
  103.       #25945#30740#23460)
  104.   end
  105.   object Button1: TButton
  106.     Left = 56
  107.     Top = 120
  108.     Width = 75
  109.     Height = 25
  110.     Caption = #28165#38500
  111.     TabOrder = 4
  112.     OnClick = Button1Click
  113.     OnMouseMove = Button1MouseMove
  114.   end
  115.   object Button2: TButton
  116.     Left = 144
  117.     Top = 120
  118.     Width = 75
  119.     Height = 25
  120.     Hint = #26174#31034#20449#24687
  121.     Caption = #26174#31034
  122.     ParentShowHint = False
  123.     ShowHint = True
  124.     TabOrder = 5
  125.     OnClick = Button2Click
  126.   end
  127.   object Button3: TButton
  128.     Left = 232
  129.     Top = 120
  130.     Width = 75
  131.     Height = 25
  132.     Hint = #31243#24207#23558#36864#20986
  133.     Caption = #36864#20986
  134.     ParentShowHint = False
  135.     ShowHint = True
  136.     TabOrder = 6
  137.     OnClick = Button3Click
  138.   end
  139.   object Button4: TButton
  140.     Left = 328
  141.     Top = 120
  142.     Width = 75
  143.     Height = 25
  144.     Caption = #26174#31034'1'
  145.     TabOrder = 7
  146.     OnClick = Button4Click
  147.   end
  148. end