Unit1.~dfm
上传用户:gdszzsp
上传日期:2022-04-20
资源大小:1026k
文件大小:5k
源码类别:

图片显示

开发平台:

C++ Builder

  1. object Form1: TForm1
  2.   Left = 388
  3.   Top = 147
  4.   AutoScroll = False
  5.   Caption = 'Form1'
  6.   ClientHeight = 524
  7.   ClientWidth = 871
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OriginImage: TImage
  19.     Left = 512
  20.     Top = 24
  21.     Width = 161
  22.     Height = 153
  23.     Stretch = True
  24.   end
  25.   object InputImage: TImage
  26.     Left = 24
  27.     Top = 32
  28.     Width = 449
  29.     Height = 329
  30.     Stretch = True
  31.   end
  32.   object Label1: TLabel
  33.     Left = 528
  34.     Top = 312
  35.     Width = 129
  36.     Height = 37
  37.     AutoSize = False
  38.     Caption = #20108#20540#21270#38309#20540
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -19
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object Label2: TLabel
  47.     Left = 560
  48.     Top = 200
  49.     Width = 65
  50.     Height = 33
  51.     AutoSize = False
  52.     Caption = #21407#22294
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -19
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.   end
  60.   object Label3: TLabel
  61.     Left = 184
  62.     Top = 376
  63.     Width = 65
  64.     Height = 33
  65.     AutoSize = False
  66.     Caption = #26032#22294
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -19
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.   end
  74.   object number: TImage
  75.     Left = 736
  76.     Top = 40
  77.     Width = 65
  78.     Height = 89
  79.   end
  80.   object Label4: TLabel
  81.     Left = 736
  82.     Top = 144
  83.     Width = 73
  84.     Height = 25
  85.     AutoSize = False
  86.     Caption = #24453#21028#26039#22294#29255
  87.   end
  88.   object Label5: TLabel
  89.     Left = 696
  90.     Top = 312
  91.     Width = 153
  92.     Height = 33
  93.     AutoSize = False
  94.     Caption = #25976#23383'X'#36600#21312#38291
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clWindowText
  97.     Font.Height = -19
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     ParentFont = False
  101.   end
  102.   object Label6: TLabel
  103.     Left = 632
  104.     Top = 416
  105.     Width = 121
  106.     Height = 24
  107.     AutoSize = False
  108.     Caption = #36776#35672#32080#26524
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -19
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.   end
  116.   object Bevel2: TBevel
  117.     Left = 512
  118.     Top = 24
  119.     Width = 161
  120.     Height = 153
  121.   end
  122.   object Bevel3: TBevel
  123.     Left = 736
  124.     Top = 40
  125.     Width = 65
  126.     Height = 89
  127.   end
  128.   object Bevel1: TBevel
  129.     Left = 24
  130.     Top = 32
  131.     Width = 449
  132.     Height = 329
  133.   end
  134.   object Edit1: TEdit
  135.     Left = 528
  136.     Top = 272
  137.     Width = 121
  138.     Height = 32
  139.     Font.Charset = DEFAULT_CHARSET
  140.     Font.Color = clWindowText
  141.     Font.Height = -19
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = []
  144.     ParentFont = False
  145.     TabOrder = 0
  146.   end
  147.   object Edit2: TEdit
  148.     Left = 712
  149.     Top = 176
  150.     Width = 129
  151.     Height = 21
  152.     TabOrder = 1
  153.   end
  154.   object Button1: TButton
  155.     Left = 736
  156.     Top = 208
  157.     Width = 75
  158.     Height = 25
  159.     Caption = #36776#35672#25976#23383
  160.     TabOrder = 2
  161.     OnClick = Button1Click
  162.   end
  163.   object Memo1: TMemo
  164.     Left = 680
  165.     Top = 272
  166.     Width = 185
  167.     Height = 33
  168.     Lines.Strings = (
  169.       'Memo1')
  170.     TabOrder = 3
  171.   end
  172.   object Edit3: TEdit
  173.     Left = 520
  174.     Top = 368
  175.     Width = 305
  176.     Height = 21
  177.     TabOrder = 4
  178.   end
  179.   object Button2: TButton
  180.     Left = 640
  181.     Top = 456
  182.     Width = 75
  183.     Height = 25
  184.     Caption = #19968#27425#23436#25104
  185.     TabOrder = 5
  186.     OnClick = Button2Click
  187.   end
  188.   object MainMenu1: TMainMenu
  189.     Left = 24
  190.     Top = 464
  191.     object open1: TMenuItem
  192.       Caption = 'File'
  193.       object Load1: TMenuItem
  194.         Caption = 'Load'
  195.         OnClick = Load1Click
  196.       end
  197.       object Save1: TMenuItem
  198.         Caption = 'Save'
  199.         OnClick = Save1Click
  200.       end
  201.       object N1: TMenuItem
  202.         Caption = '-'
  203.       end
  204.       object Exit1: TMenuItem
  205.         Caption = 'Exit'
  206.         OnClick = Exit1Click
  207.       end
  208.     end
  209.     object Gray1: TMenuItem
  210.       Caption = 'Gray'
  211.       OnClick = Gray1Click
  212.     end
  213.     object MIDfilter1: TMenuItem
  214.       Caption = 'MIDfilter'
  215.       OnClick = MIDfilter1Click
  216.     end
  217.     object sSobel1: TMenuItem
  218.       Caption = 'Sobel'
  219.       OnClick = sSobel1Click
  220.     end
  221.     object threshold1: TMenuItem
  222.       Caption = ' Threshold'
  223.       object N51: TMenuItem
  224.         Caption = '5%'
  225.         OnClick = N51Click
  226.       end
  227.       object OTSU1: TMenuItem
  228.         Caption = 'OTSU'
  229.         OnClick = OTSU1Click
  230.       end
  231.     end
  232.     object fuction1: TMenuItem
  233.       Caption = 'Binary'
  234.       OnClick = fuction1Click
  235.     end
  236.     object Clear1: TMenuItem
  237.       Caption = 'Clear'
  238.       OnClick = Clear1Click
  239.     end
  240.     object Expansion1: TMenuItem
  241.       Caption = 'Expansion'
  242.       OnClick = Expansion1Click
  243.     end
  244.     object Erison1: TMenuItem
  245.       Caption = 'Erison'
  246.       OnClick = Erison1Click
  247.     end
  248.     object Position1: TMenuItem
  249.       Caption = 'Position'
  250.       OnClick = Position1Click
  251.     end
  252.     object Rotate1: TMenuItem
  253.       Caption = 'Rotate'
  254.       OnClick = Rotate1Click
  255.     end
  256.   end
  257.   object OpenPictureDialog1: TOpenPictureDialog
  258.     Left = 56
  259.     Top = 464
  260.   end
  261.   object SavePictureDialog1: TSavePictureDialog
  262.     Left = 96
  263.     Top = 464
  264.   end
  265. end