⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit3.~dfm

📁 基于c++build的填充裁剪的源代码
💻 ~DFM
字号:
object Form3: TForm3
  Left = 238
  Top = 185
  Width = 696
  Height = 480
  Caption = 'Form3'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 176
    Top = 72
    Width = 24
    Height = 13
    Caption = #31383#21475
  end
  object Label2: TLabel
    Left = 240
    Top = 117
    Width = 21
    Height = 13
    Caption = 'xmin'
  end
  object Label3: TLabel
    Left = 240
    Top = 163
    Width = 21
    Height = 13
    Caption = 'ymin'
  end
  object Label4: TLabel
    Left = 240
    Top = 206
    Width = 24
    Height = 13
    Caption = 'xmax'
  end
  object Label5: TLabel
    Left = 240
    Top = 250
    Width = 24
    Height = 13
    Caption = 'ymax'
  end
  object Label6: TLabel
    Left = 456
    Top = 117
    Width = 11
    Height = 13
    Caption = 'x1'
  end
  object Label7: TLabel
    Left = 456
    Top = 163
    Width = 11
    Height = 13
    Caption = 'y1'
  end
  object Label8: TLabel
    Left = 456
    Top = 206
    Width = 11
    Height = 13
    Caption = 'x2'
  end
  object Label9: TLabel
    Left = 456
    Top = 250
    Width = 11
    Height = 13
    Caption = 'y2'
  end
  object Label10: TLabel
    Left = 448
    Top = 72
    Width = 48
    Height = 13
    Caption = #30452#32447#31471#28857
  end
  object Edit1: TEdit
    Left = 304
    Top = 117
    Width = 121
    Height = 21
    TabOrder = 0
    Text = '0'
  end
  object Edit2: TEdit
    Left = 304
    Top = 163
    Width = 121
    Height = 21
    TabOrder = 1
    Text = '0'
  end
  object Edit3: TEdit
    Left = 304
    Top = 206
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '0'
  end
  object Edit4: TEdit
    Left = 304
    Top = 250
    Width = 121
    Height = 21
    TabOrder = 3
    Text = '0'
  end
  object Button1: TButton
    Left = 312
    Top = 320
    Width = 75
    Height = 25
    Caption = 'OK'
    TabOrder = 4
    OnClick = Button1Click
  end
  object Edit5: TEdit
    Left = 520
    Top = 117
    Width = 121
    Height = 21
    TabOrder = 5
    Text = '0'
  end
  object Edit6: TEdit
    Left = 520
    Top = 163
    Width = 121
    Height = 21
    TabOrder = 6
    Text = '0'
  end
  object Edit7: TEdit
    Left = 520
    Top = 206
    Width = 121
    Height = 21
    TabOrder = 7
    Text = '0'
  end
  object Edit8: TEdit
    Left = 520
    Top = 250
    Width = 121
    Height = 21
    TabOrder = 8
    Text = '0'
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -