动态修改delphi窗口

源代码在线查看: umain.dfm

软件大小: 563 K
上传用户: cjf0426
关键词: delphi 动态 修改 窗口
下载地址: 免注册下载 普通下载 VIP

相关代码

				object frmMain: TfrmMain
				  Left = 124
				  Top = 96
				  AutoScroll = False
				  Caption = 'DFM View'
				  ClientHeight = 529
				  ClientWidth = 768
				  Color = clBtnFace
				  Font.Charset = GB2312_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -12
				  Font.Name = #203#206#204#229
				  Font.Style = []
				  OldCreateOrder = False
				  Position = poScreenCenter
				  PixelsPerInch = 96
				  TextHeight = 12
				  object scrlbx1: TScrollBox
				    Left = 0
				    Top = 0
				    Width = 768
				    Height = 481
				    Align = alClient
				    TabOrder = 0
				  end
				  object pnlBottom: TPanel
				    Left = 0
				    Top = 481
				    Width = 768
				    Height = 48
				    Align = alBottom
				    BevelOuter = bvNone
				    TabOrder = 1
				    object btnShowForm: TButton
				      Left = 9
				      Top = 11
				      Width = 88
				      Height = 29
				      Caption = #180#242#191#170' dfm'
				      TabOrder = 0
				      OnClick = btnShowFormClick
				    end
				    object btn1: TButton
				      Left = 673
				      Top = 11
				      Width = 88
				      Height = 29
				      Caption = #203#181#195#247
				      TabOrder = 1
				      OnClick = btn1Click
				    end
				  end
				  object dlgOpen1: TOpenDialog
				    DefaultExt = '*.dfm'
				    Filter = 'dfm|*.dfm'
				    Left = 304
				    Top = 88
				  end
				end
							

相关资源