fractus4_02.dfm
资源名称:fenxin.rar [点击查看]
上传用户:hzcygd
上传日期:2022-04-30
资源大小:109k
文件大小:2k
源码类别:
分形几何
开发平台:
Visual C++
- object Form1: TForm1
- Left = 192
- Top = 111
- BorderStyle = bsNone
- Caption = 'Form1'
- ClientHeight = 273
- ClientWidth = 427
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- WindowState = wsMaximized
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 427
- Height = 273
- PopupMenu = PopupMenu1
- end
- object PopupMenu1: TPopupMenu
- Left = 168
- Top = 40
- object N4: TMenuItem
- Caption = '选择Zc,Z0'
- object N4_1: TMenuItem
- Caption = '-0.6,0.2+0.5i'
- OnClick = N4_1Click
- end
- object N4_2: TMenuItem
- Caption = '-1.1,0.2+0.2i'
- OnClick = N4_2Click
- end
- object N4_3: TMenuItem
- Caption = '-1.35,0.2+0.05i'
- OnClick = N4_3Click
- end
- object N4_4: TMenuItem
- Caption = '-1.39,0.05+0.02i'
- OnClick = N4_4Click
- end
- object N4_5: TMenuItem
- Caption = '-1.65,0.2'
- OnClick = N4_5Click
- end
- object N4_6: TMenuItem
- Caption = '-1.76,0.1+0.04i'
- OnClick = N4_6Click
- end
- end
- object N1: TMenuItem
- Caption = '绘图'
- OnClick = N1Click
- end
- object N2: TMenuItem
- Caption = '保存图片'
- OnClick = N2Click
- end
- object N3: TMenuItem
- Caption = '退出'
- OnClick = N3Click
- end
- end
- object SavePictureDialog1: TSavePictureDialog
- DefaultExt = '*.bmp'
- Filter = 'Bitmaps (*.bmp)|*.bmp'
- Left = 232
- Top = 40
- end
- end