Unit1.dfm
资源名称:ORC.rar [点击查看]
上传用户:gdszzsp
上传日期:2022-04-20
资源大小:1026k
文件大小:5k
源码类别:
图片显示
开发平台:
C++ Builder
- object Form1: TForm1
- Left = 388
- Top = 147
- AutoScroll = False
- Caption = 'Form1'
- ClientHeight = 524
- ClientWidth = 871
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object OriginImage: TImage
- Left = 512
- Top = 24
- Width = 161
- Height = 153
- Stretch = True
- end
- object InputImage: TImage
- Left = 24
- Top = 32
- Width = 449
- Height = 329
- Stretch = True
- end
- object Label1: TLabel
- Left = 528
- Top = 312
- Width = 129
- Height = 37
- AutoSize = False
- Caption = #20108#20540#21270#38309#20540
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 560
- Top = 200
- Width = 65
- Height = 33
- AutoSize = False
- Caption = #21407#22294
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 184
- Top = 376
- Width = 65
- Height = 33
- AutoSize = False
- Caption = #26032#22294
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object number: TImage
- Left = 736
- Top = 40
- Width = 65
- Height = 89
- end
- object Label4: TLabel
- Left = 736
- Top = 144
- Width = 73
- Height = 25
- AutoSize = False
- Caption = #24453#21028#26039#22294#29255
- end
- object Label5: TLabel
- Left = 696
- Top = 312
- Width = 153
- Height = 33
- AutoSize = False
- Caption = #25976#23383'X'#36600#21312#38291
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 632
- Top = 416
- Width = 121
- Height = 24
- AutoSize = False
- Caption = #36776#35672#32080#26524
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Bevel2: TBevel
- Left = 512
- Top = 24
- Width = 161
- Height = 153
- end
- object Bevel3: TBevel
- Left = 736
- Top = 40
- Width = 65
- Height = 89
- end
- object Bevel1: TBevel
- Left = 24
- Top = 32
- Width = 449
- Height = 329
- end
- object Edit1: TEdit
- Left = 528
- Top = 272
- Width = 121
- Height = 32
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 712
- Top = 176
- Width = 129
- Height = 21
- TabOrder = 1
- end
- object Button1: TButton
- Left = 736
- Top = 208
- Width = 75
- Height = 25
- Caption = #36776#35672#25976#23383
- TabOrder = 2
- OnClick = Button1Click
- end
- object Memo1: TMemo
- Left = 680
- Top = 272
- Width = 185
- Height = 33
- Lines.Strings = (
- 'Memo1')
- TabOrder = 3
- end
- object Edit3: TEdit
- Left = 520
- Top = 368
- Width = 305
- Height = 21
- TabOrder = 4
- end
- object Button2: TButton
- Left = 640
- Top = 456
- Width = 75
- Height = 25
- Caption = #19968#27425#23436#25104
- TabOrder = 5
- OnClick = Button2Click
- end
- object MainMenu1: TMainMenu
- Left = 24
- Top = 464
- object open1: TMenuItem
- Caption = 'File'
- object Load1: TMenuItem
- Caption = 'Load'
- OnClick = Load1Click
- end
- object Save1: TMenuItem
- Caption = 'Save'
- OnClick = Save1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'Exit'
- OnClick = Exit1Click
- end
- end
- object Gray1: TMenuItem
- Caption = 'Gray'
- OnClick = Gray1Click
- end
- object MIDfilter1: TMenuItem
- Caption = 'MIDfilter'
- OnClick = MIDfilter1Click
- end
- object sSobel1: TMenuItem
- Caption = 'Sobel'
- OnClick = sSobel1Click
- end
- object threshold1: TMenuItem
- Caption = ' Threshold'
- object N51: TMenuItem
- Caption = '5%'
- OnClick = N51Click
- end
- object OTSU1: TMenuItem
- Caption = 'OTSU'
- OnClick = OTSU1Click
- end
- end
- object fuction1: TMenuItem
- Caption = 'Binary'
- OnClick = fuction1Click
- end
- object Clear1: TMenuItem
- Caption = 'Clear'
- OnClick = Clear1Click
- end
- object Expansion1: TMenuItem
- Caption = 'Expansion'
- OnClick = Expansion1Click
- end
- object Erison1: TMenuItem
- Caption = 'Erison'
- OnClick = Erison1Click
- end
- object Position1: TMenuItem
- Caption = 'Position'
- OnClick = Position1Click
- end
- object Rotate1: TMenuItem
- Caption = 'Rotate'
- OnClick = Rotate1Click
- end
- end
- object OpenPictureDialog1: TOpenPictureDialog
- Left = 56
- Top = 464
- end
- object SavePictureDialog1: TSavePictureDialog
- Left = 96
- Top = 464
- end
- end