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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 341
  3.   Top = 287
  4.   Width = 386
  5.   Height = 303
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = #25991#26412#25991#20214#22788#29702#28436#31034
  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.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 216
  22.     Width = 66
  23.     Height = 12
  24.     Caption = #24403#21069#30340#25991#20214':'
  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 Button1: TButton
  33.     Left = 24
  34.     Top = 240
  35.     Width = 75
  36.     Height = 25
  37.     Caption = #20851#32852#25991#20214'(&O)'
  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.     TabOrder = 0
  45.     OnClick = Button1Click
  46.   end
  47.   object GroupBox1: TGroupBox
  48.     Left = 8
  49.     Top = 8
  50.     Width = 361
  51.     Height = 193
  52.     Caption = #25991#26412#20869#23481#26174#31034
  53.     TabOrder = 1
  54.     object Memo1: TMemo
  55.       Left = 8
  56.       Top = 16
  57.       Width = 345
  58.       Height = 169
  59.       ScrollBars = ssVertical
  60.       TabOrder = 0
  61.     end
  62.   end
  63.   object Button2: TButton
  64.     Left = 112
  65.     Top = 240
  66.     Width = 75
  67.     Height = 25
  68.     Caption = #35835#21462#25991#20214'(&R)'
  69.     Enabled = False
  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 = 2
  77.     OnClick = Button2Click
  78.   end
  79.   object Button3: TButton
  80.     Left = 208
  81.     Top = 240
  82.     Width = 75
  83.     Height = 25
  84.     Caption = #20445#23384#25991#20214'(&S)'
  85.     Enabled = False
  86.     Font.Charset = ANSI_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -12
  89.     Font.Name = #23435#20307
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 3
  93.     OnClick = Button3Click
  94.   end
  95.   object Button4: TButton
  96.     Left = 296
  97.     Top = 240
  98.     Width = 75
  99.     Height = 25
  100.     Caption = #36864#20986#31243#24207'(&E)'
  101.     Font.Charset = ANSI_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -12
  104.     Font.Name = #23435#20307
  105.     Font.Style = []
  106.     ParentFont = False
  107.     TabOrder = 4
  108.     OnClick = Button4Click
  109.   end
  110.   object OpenDialog1: TOpenDialog
  111.     Filter = #25991#26412#25991#20214'(*.txt)|*.txt'
  112.     Left = 160
  113.     Top = 208
  114.   end
  115. end