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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 375
  3.   Top = 347
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = #21464#20307#31867#22411#28436#31034
  7.   ClientHeight = 162
  8.   ClientWidth = 339
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 144
  22.     Width = 126
  23.     Height = 12
  24.     Caption = 'Variant'#31867#22411#36816#34892#26102#38388#65306
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -12
  28.     Font.Name = #23435#20307
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 16
  34.     Top = 124
  35.     Width = 126
  36.     Height = 12
  37.     Caption = 'Integer'#25972#22411#36816#34892#26102#38388#65306
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -12
  41.     Font.Name = #23435#20307
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Label3: TLabel
  46.     Left = 40
  47.     Top = 40
  48.     Width = 84
  49.     Height = 12
  50.     Caption = #24403#21069#36816#34892#36827#24230#65306
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -12
  54.     Font.Name = #23435#20307
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object Label4: TLabel
  59.     Left = 16
  60.     Top = 104
  61.     Width = 108
  62.     Height = 12
  63.     Caption = 'Real'#23454#22411#36816#34892#26102#38388#65306
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -12
  67.     Font.Name = #23435#20307
  68.     Font.Style = []
  69.     ParentFont = False
  70.   end
  71.   object Button1: TButton
  72.     Left = 8
  73.     Top = 8
  74.     Width = 105
  75.     Height = 25
  76.     Caption = 'Variant'#21464#20307#31867#22411
  77.     Font.Charset = ANSI_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -12
  80.     Font.Name = #23435#20307
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 0
  84.     OnClick = Button1Click
  85.   end
  86.   object Button2: TButton
  87.     Left = 120
  88.     Top = 8
  89.     Width = 105
  90.     Height = 25
  91.     Caption = 'Integer'#25972#25968#31867#22411
  92.     Font.Charset = ANSI_CHARSET
  93.     Font.Color = clWindowText
  94.     Font.Height = -12
  95.     Font.Name = #23435#20307
  96.     Font.Style = []
  97.     ParentFont = False
  98.     TabOrder = 1
  99.     OnClick = Button2Click
  100.   end
  101.   object ProgressBar1: TProgressBar
  102.     Left = 40
  103.     Top = 64
  104.     Width = 241
  105.     Height = 25
  106.     Min = 0
  107.     Max = 100
  108.     TabOrder = 2
  109.   end
  110.   object Button3: TButton
  111.     Left = 256
  112.     Top = 128
  113.     Width = 75
  114.     Height = 25
  115.     Caption = #36864#20986
  116.     Font.Charset = ANSI_CHARSET
  117.     Font.Color = clWindowText
  118.     Font.Height = -12
  119.     Font.Name = #23435#20307
  120.     Font.Style = []
  121.     ParentFont = False
  122.     TabOrder = 3
  123.     OnClick = Button3Click
  124.   end
  125.   object Button4: TButton
  126.     Left = 232
  127.     Top = 8
  128.     Width = 105
  129.     Height = 25
  130.     Caption = 'Real'#23454#25968#31867#22411
  131.     Font.Charset = ANSI_CHARSET
  132.     Font.Color = clWindowText
  133.     Font.Height = -12
  134.     Font.Name = #23435#20307
  135.     Font.Style = []
  136.     ParentFont = False
  137.     TabOrder = 4
  138.     OnClick = Button4Click
  139.   end
  140.   object Timer1: TTimer
  141.     Enabled = False
  142.     OnTimer = Timer1Timer
  143.     Left = 304
  144.     Top = 72
  145.   end
  146. end