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

📄 unit4.dfm

📁 基于c++build的填充裁剪的源代码
💻 DFM
字号:
object Form4: TForm4
  Left = 192
  Top = 114
  Width = 696
  Height = 480
  Caption = 'Form4'
  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 = 136
    Top = 40
    Width = 185
    Height = 13
    Caption = #35831#36755#20837#22810#36793#24418#30340#31471#28857#22352#26631
  end
  object Label2: TLabel
    Left = 208
    Top = 104
    Width = 7
    Height = 13
    Caption = 'A'
  end
  object Label3: TLabel
    Left = 208
    Top = 157
    Width = 7
    Height = 13
    Caption = 'B'
  end
  object Label4: TLabel
    Left = 208
    Top = 210
    Width = 7
    Height = 13
    Caption = 'C'
  end
  object Label5: TLabel
    Left = 208
    Top = 264
    Width = 8
    Height = 13
    Caption = 'D'
  end
  object Label6: TLabel
    Left = 288
    Top = 96
    Width = 11
    Height = 13
    Caption = 'x1'
  end
  object Label7: TLabel
    Left = 288
    Top = 124
    Width = 11
    Height = 13
    Caption = 'y1'
  end
  object Label8: TLabel
    Left = 288
    Top = 153
    Width = 11
    Height = 13
    Caption = 'x2'
  end
  object Label9: TLabel
    Left = 288
    Top = 181
    Width = 11
    Height = 13
    Caption = 'y2'
  end
  object Label10: TLabel
    Left = 288
    Top = 210
    Width = 11
    Height = 13
    Caption = 'x3'
  end
  object Label11: TLabel
    Left = 288
    Top = 238
    Width = 11
    Height = 13
    Caption = 'y3'
  end
  object Label12: TLabel
    Left = 288
    Top = 267
    Width = 11
    Height = 13
    Caption = 'x4'
  end
  object Label13: TLabel
    Left = 288
    Top = 296
    Width = 11
    Height = 13
    Caption = 'y4'
  end
  object Label14: TLabel
    Left = 152
    Top = 72
    Width = 74
    Height = 13
    Caption = #39035'y4>y2>y3>y1'
  end
  object Edit1: TEdit
    Left = 360
    Top = 96
    Width = 121
    Height = 21
    TabOrder = 0
    Text = '350'
  end
  object Edit2: TEdit
    Left = 360
    Top = 123
    Width = 121
    Height = 21
    TabOrder = 1
    Text = '200'
  end
  object Edit3: TEdit
    Left = 360
    Top = 150
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '500'
  end
  object Edit4: TEdit
    Left = 360
    Top = 178
    Width = 121
    Height = 21
    TabOrder = 3
    Text = '400'
  end
  object Edit5: TEdit
    Left = 360
    Top = 205
    Width = 121
    Height = 21
    TabOrder = 4
    Text = '400'
  end
  object Edit6: TEdit
    Left = 360
    Top = 233
    Width = 121
    Height = 21
    TabOrder = 5
    Text = '420'
  end
  object Edit7: TEdit
    Left = 360
    Top = 260
    Width = 121
    Height = 21
    TabOrder = 6
    Text = '200'
  end
  object Edit8: TEdit
    Left = 360
    Top = 288
    Width = 121
    Height = 21
    TabOrder = 7
    Text = '350'
  end
  object Button1: TButton
    Left = 304
    Top = 360
    Width = 75
    Height = 25
    Caption = 'OK'
    TabOrder = 8
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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