VC做的图象处理软件

源代码在线查看: unit15.dfm

软件大小: 2200 K
上传用户: lizibb
关键词: 图象处理 软件
下载地址: 免注册下载 普通下载 VIP

相关代码

				object Form15: TForm15
				  Left = 435
				  Top = 194
				  BorderStyle = bsDialog
				  Caption = #26032#24314#30011#24067
				  ClientHeight = 258
				  ClientWidth = 289
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  OnShow = FormShow
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Panel1: TPanel
				    Left = 0
				    Top = 0
				    Width = 289
				    Height = 41
				    Caption = #20934#22791#26032#24314#30011#24067
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -16
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentFont = False
				    TabOrder = 0
				  end
				  object Panel2: TPanel
				    Left = 0
				    Top = 41
				    Width = 289
				    Height = 169
				    TabOrder = 1
				    object Label1: TLabel
				      Left = 56
				      Top = 24
				      Width = 25
				      Height = 16
				      AutoSize = False
				      Caption = #23485':'
				      Font.Charset = DEFAULT_CHARSET
				      Font.Color = clWindowText
				      Font.Height = -13
				      Font.Name = 'MS Sans Serif'
				      Font.Style = []
				      ParentFont = False
				    end
				    object Label2: TLabel
				      Left = 56
				      Top = 64
				      Width = 32
				      Height = 25
				      AutoSize = False
				      Caption = #39640':'
				      Font.Charset = DEFAULT_CHARSET
				      Font.Color = clWindowText
				      Font.Height = -13
				      Font.Name = 'MS Sans Serif'
				      Font.Style = []
				      ParentFont = False
				    end
				    object Shape1: TShape
				      Left = 144
				      Top = 112
				      Width = 33
				      Height = 25
				      Pen.Color = clMenuHighlight
				    end
				    object Edit1: TEdit
				      Left = 88
				      Top = 24
				      Width = 89
				      Height = 21
				      TabOrder = 0
				      Text = '400'
				    end
				    object Edit2: TEdit
				      Left = 88
				      Top = 64
				      Width = 89
				      Height = 21
				      TabOrder = 1
				      Text = '400'
				    end
				    object Button1: TButton
				      Left = 56
				      Top = 112
				      Width = 49
				      Height = 25
				      Caption = #32972#26223#33394
				      Font.Charset = ANSI_CHARSET
				      Font.Color = clWindowText
				      Font.Height = -12
				      Font.Name = #23435#20307
				      Font.Style = []
				      ParentFont = False
				      TabOrder = 2
				      OnClick = Button1Click
				    end
				  end
				  object Button2: TButton
				    Left = 144
				    Top = 224
				    Width = 57
				    Height = 25
				    Caption = #21019#24314
				    TabOrder = 2
				    OnClick = Button2Click
				  end
				  object Button3: TButton
				    Left = 224
				    Top = 224
				    Width = 57
				    Height = 25
				    Caption = #21462#28040
				    TabOrder = 3
				    OnClick = Button3Click
				  end
				  object ColorDialog1: TColorDialog
				    Ctl3D = True
				    Left = 24
				    Top = 216
				  end
				end
							

相关资源