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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 358
  3.   Top = 288
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = #23454#29616#31243#24207#33258#21160#21152#36733#28436#31034
  7.   ClientHeight = 200
  8.   ClientWidth = 274
  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.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 257
  24.     Height = 185
  25.     Caption = #21442#25968#35774#32622
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -12
  29.     Font.Name = #23435#20307
  30.     Font.Style = []
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object Label1: TLabel
  34.       Left = 16
  35.       Top = 96
  36.       Width = 108
  37.       Height = 12
  38.       Caption = #24212#29992#31243#24207#36335#24452'('#39033#20540')'
  39.     end
  40.     object Label2: TLabel
  41.       Left = 16
  42.       Top = 136
  43.       Width = 60
  44.       Height = 12
  45.       Caption = #21551#21160#39033#21517#31216
  46.     end
  47.     object RadioButton1: TRadioButton
  48.       Left = 16
  49.       Top = 24
  50.       Width = 153
  51.       Height = 17
  52.       Caption = #21482#23545#24403#21069#30331#24405#29992#25143#26377#25928
  53.       Checked = True
  54.       Font.Charset = ANSI_CHARSET
  55.       Font.Color = clWindowText
  56.       Font.Height = -12
  57.       Font.Name = #23435#20307
  58.       Font.Style = []
  59.       ParentFont = False
  60.       TabOrder = 0
  61.       TabStop = True
  62.       OnClick = RadioButton1Click
  63.     end
  64.     object CheckBox1: TCheckBox
  65.       Left = 18
  66.       Top = 72
  67.       Width = 167
  68.       Height = 17
  69.       Caption = #20316#20026#26381#21153#31243#24207#34987#33258#21160#21152#36733
  70.       Font.Charset = ANSI_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -12
  73.       Font.Name = #23435#20307
  74.       Font.Style = []
  75.       ParentFont = False
  76.       TabOrder = 1
  77.     end
  78.     object RadioButton2: TRadioButton
  79.       Left = 16
  80.       Top = 48
  81.       Width = 137
  82.       Height = 17
  83.       Caption = #23545#25152#26377#30331#24405#29992#25143#26377#25928
  84.       Font.Charset = ANSI_CHARSET
  85.       Font.Color = clWindowText
  86.       Font.Height = -12
  87.       Font.Name = #23435#20307
  88.       Font.Style = []
  89.       ParentFont = False
  90.       TabOrder = 2
  91.       OnClick = RadioButton2Click
  92.     end
  93.     object Edit1: TEdit
  94.       Left = 16
  95.       Top = 112
  96.       Width = 233
  97.       Height = 20
  98.       Enabled = False
  99.       TabOrder = 3
  100.     end
  101.     object Edit2: TEdit
  102.       Left = 16
  103.       Top = 152
  104.       Width = 105
  105.       Height = 20
  106.       TabOrder = 4
  107.     end
  108.     object Button1: TButton
  109.       Left = 152
  110.       Top = 150
  111.       Width = 91
  112.       Height = 25
  113.       Caption = #20889#20837#35813#21551#21160#39033
  114.       TabOrder = 5
  115.       OnClick = Button1Click
  116.     end
  117.     object BitBtn1: TBitBtn
  118.       Left = 128
  119.       Top = 90
  120.       Width = 20
  121.       Height = 20
  122.       Caption = '...'
  123.       TabOrder = 6
  124.       OnClick = BitBtn1Click
  125.     end
  126.   end
  127.   object OpenDialog1: TOpenDialog
  128.     Filter = '*.exe('#24212#29992#31243#24207')|*.exe'
  129.     Left = 184
  130.     Top = 32
  131.   end
  132. end