6 Star 5 Fork 5

Awaysoft / AwayAMP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PHPFrame.lfm 3.85 KB
一键复制 编辑 原始数据 按行查看 历史
Awaysoft 提交于 2013-11-21 15:15 . AwayAMP 1.1
object PHPModule: TPHPModule
Left = 0
Height = 240
Top = 0
Width = 464
ClientHeight = 240
ClientWidth = 464
TabOrder = 0
DesignLeft = 592
DesignTop = 157
object GroupBox1: TGroupBox
Left = 0
Height = 57
Top = 0
Width = 464
Align = alTop
Caption = '基础设置'
ClientHeight = 39
ClientWidth = 460
TabOrder = 0
object Label1: TLabel
Left = 10
Height = 12
Top = 10
Width = 60
Caption = '版本设置:'
ParentColor = False
end
object cbPHPVersion: TComboBox
Left = 75
Height = 25
Hint = 'PHP5.5必须使用2.4_VC11'#13#10'切换版本将会重新安装Apache服务'
Top = 4
Width = 52
ItemHeight = 17
ItemIndex = 1
Items.Strings = (
'5.2'
'5.3'
'5.4'
'5.5'
)
OnChange = cbPHPVersionChange
Style = csDropDownList
TabOrder = 0
Text = '5.3'
end
end
object GroupBox2: TGroupBox
Left = 0
Height = 127
Hint = '如果Apache正在运行中,修改其中的任何选项都将会重启Apache服务器'
Top = 57
Width = 464
Align = alClient
Caption = '常用设置'
ClientHeight = 109
ClientWidth = 460
ParentShowHint = False
ShowHint = True
TabOrder = 1
object file_uploads: TCheckBox
Left = 14
Height = 21
Top = 7
Width = 94
Caption = '开启文件上传'
OnChange = file_uploadsChange
TabOrder = 0
end
object Label2: TLabel
Left = 262
Height = 12
Top = 46
Width = 126
Caption = '文件上传大小(单位M):'
ParentColor = False
end
object seupload_max_filesize: TSpinEdit
Left = 395
Height = 25
Top = 38
Width = 51
MaxValue = 10000
OnEditingDone = seupload_max_filesizeEditingDone
TabOrder = 1
end
object Label3: TLabel
Left = 262
Height = 12
Top = 78
Width = 126
Caption = 'Post数据上限(单位M):'
ParentColor = False
end
object sepost_max_size: TSpinEdit
Left = 396
Height = 25
Top = 70
Width = 50
MaxValue = 10000
OnEditingDone = sepost_max_sizeEditingDone
TabOrder = 2
end
object Label4: TLabel
Left = 14
Height = 12
Top = 78
Width = 174
Caption = '单个脚本内存使用上限(单位M):'
ParentColor = False
end
object sememory_limit: TSpinEdit
Left = 190
Height = 25
Top = 70
Width = 50
MaxValue = 10000
OnEditingDone = sememory_limitEditingDone
TabOrder = 3
end
object allow_url_fopen: TCheckBox
Left = 14
Height = 21
Top = 42
Width = 143
Caption = '允许fopen打开url地址'
OnChange = allow_url_fopenChange
TabOrder = 4
end
object display_errors: TCheckBox
Left = 262
Height = 21
Top = 7
Width = 130
Caption = '页面中显示错误信息'
OnChange = display_errorsChange
TabOrder = 5
end
end
object GroupBox3: TGroupBox
Left = 0
Height = 56
Top = 184
Width = 464
Align = alBottom
Caption = '配置文件'
ClientHeight = 38
ClientWidth = 460
TabOrder = 2
object btnPHPConf: TButton
Left = 10
Height = 25
Top = 5
Width = 128
Caption = '打开php.ini'
OnClick = btnPHPConfClick
TabOrder = 0
end
object btnRecoveryDist: TButton
Left = 164
Height = 25
Top = 5
Width = 128
Caption = '恢复发布版php.ini'
OnClick = btnRecoveryDistClick
TabOrder = 1
end
object btnRecoveryDist1: TButton
Tag = 1
Left = 318
Height = 25
Top = 5
Width = 128
Caption = '恢复开发版php.ini'
OnClick = btnRecoveryDistClick
TabOrder = 2
end
end
end
Delphi
1
https://gitee.com/awaysoft/AwayAMP.git
git@gitee.com:awaysoft/AwayAMP.git
awaysoft
AwayAMP
AwayAMP
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891