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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 361
  3.   Top = 288
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'INI'#25991#20214#24212#29992#28436#31034
  7.   ClientHeight = 197
  8.   ClientWidth = 320
  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 Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 91
  24.     Height = 14
  25.     Caption = #31383#20307#37197#33394#26041#26696':'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -14
  29.     Font.Name = #23435#20307
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object ComboBox1: TComboBox
  34.     Left = 112
  35.     Top = 12
  36.     Width = 145
  37.     Height = 21
  38.     Style = csDropDownList
  39.     ItemHeight = 13
  40.     ItemIndex = 0
  41.     TabOrder = 0
  42.     Text = #37197#33394#26041#26696#19968
  43.     OnChange = ComboBox1Change
  44.     Items.Strings = (
  45.       #37197#33394#26041#26696#19968
  46.       #37197#33394#26041#26696#20108)
  47.   end
  48.   object Memo1: TMemo
  49.     Left = 16
  50.     Top = 48
  51.     Width = 289
  52.     Height = 81
  53.     Lines.Strings = (
  54.       #36825#26159#19968#20010'INI'#25991#20214#23545#35937#24212#29992#27979#35797#31243#24207)
  55.     ReadOnly = True
  56.     TabOrder = 1
  57.   end
  58.   object Button1: TButton
  59.     Left = 32
  60.     Top = 136
  61.     Width = 105
  62.     Height = 25
  63.     Caption = #37197#32622'Memo'#23383#20307'(&F)'
  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.     TabOrder = 2
  71.     OnClick = Button1Click
  72.   end
  73.   object Button2: TButton
  74.     Left = 32
  75.     Top = 168
  76.     Width = 105
  77.     Height = 25
  78.     Caption = #37197#32622'Memo'#32972#26223#33394
  79.     Font.Charset = ANSI_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -12
  82.     Font.Name = #23435#20307
  83.     Font.Style = []
  84.     ParentFont = False
  85.     TabOrder = 3
  86.     OnClick = Button2Click
  87.   end
  88.   object Button3: TButton
  89.     Left = 176
  90.     Top = 136
  91.     Width = 105
  92.     Height = 25
  93.     Caption = #37197#32622#31383#20307#39068#33394'(&C)'
  94.     Font.Charset = ANSI_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -12
  97.     Font.Name = #23435#20307
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 4
  101.     OnClick = Button3Click
  102.   end
  103.   object Button4: TButton
  104.     Left = 176
  105.     Top = 167
  106.     Width = 105
  107.     Height = 25
  108.     Caption = #36864#20986#31243#24207'(&E)'
  109.     Font.Charset = ANSI_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -12
  112.     Font.Name = #23435#20307
  113.     Font.Style = []
  114.     ParentFont = False
  115.     TabOrder = 5
  116.     OnClick = Button1Click
  117.   end
  118.   object FontDialog1: TFontDialog
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clWindowText
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     MinFontSize = 0
  125.     MaxFontSize = 0
  126.     Left = 288
  127.     Top = 8
  128.   end
  129.   object ColorDialog1: TColorDialog
  130.     Ctl3D = True
  131.     Left = 256
  132.     Top = 8
  133.   end
  134. end