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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码)2 第三部分 文件操作 第四部分 图像处理
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #33719#21462#21644#35774#32622#25991#20214#26102#38388#23646#24615
  ClientHeight = 218
  ClientWidth = 339
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 305
    Height = 153
    TabOrder = 0
    object Label1: TLabel
      Left = 10
      Top = 20
      Width = 99
      Height = 13
      Caption = #25991#20214#20840#36335#24452#21517#65306'     '
    end
    object Label2: TLabel
      Left = 8
      Top = 72
      Width = 96
      Height = 13
      Caption = #25991#20214#21019#24314#26102#38388#65306'    '
    end
    object Label3: TLabel
      Left = 168
      Top = 72
      Width = 18
      Height = 13
      Caption = #24180'  '
    end
    object Label4: TLabel
      Left = 224
      Top = 72
      Width = 15
      Height = 13
      Caption = #26376' '
    end
    object Label5: TLabel
      Left = 280
      Top = 72
      Width = 15
      Height = 13
      Caption = #26085' '
    end
    object Label6: TLabel
      Left = 8
      Top = 96
      Width = 96
      Height = 13
      Caption = #25991#20214#35775#38382#26102#38388#65306'    '
    end
    object Label7: TLabel
      Left = 168
      Top = 96
      Width = 18
      Height = 13
      Caption = #24180'  '
    end
    object Label8: TLabel
      Left = 224
      Top = 96
      Width = 15
      Height = 13
      Caption = #26376' '
    end
    object Label9: TLabel
      Left = 280
      Top = 96
      Width = 15
      Height = 13
      Caption = #26085' '
    end
    object Label10: TLabel
      Left = 8
      Top = 120
      Width = 96
      Height = 13
      Caption = #25991#20214#20462#25913#26102#38388#65306'    '
    end
    object Label11: TLabel
      Left = 168
      Top = 120
      Width = 18
      Height = 13
      Caption = #24180'  '
    end
    object Label12: TLabel
      Left = 224
      Top = 120
      Width = 15
      Height = 13
      Caption = #26376' '
    end
    object Label13: TLabel
      Left = 280
      Top = 120
      Width = 15
      Height = 13
      Caption = #26085' '
    end
    object BitBtn1: TBitBtn
      Left = 229
      Top = 16
      Width = 67
      Height = 22
      Caption = #27983#35272
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object Edit1: TEdit
      Left = 8
      Top = 40
      Width = 289
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 1
    end
    object Edit2: TEdit
      Left = 104
      Top = 72
      Width = 57
      Height = 21
      TabOrder = 2
    end
    object Edit3: TEdit
      Left = 184
      Top = 72
      Width = 33
      Height = 21
      TabOrder = 3
    end
    object Edit4: TEdit
      Left = 240
      Top = 72
      Width = 33
      Height = 21
      TabOrder = 4
    end
    object Edit5: TEdit
      Left = 104
      Top = 96
      Width = 57
      Height = 21
      TabOrder = 5
    end
    object Edit6: TEdit
      Left = 184
      Top = 96
      Width = 33
      Height = 21
      TabOrder = 6
    end
    object Edit7: TEdit
      Left = 240
      Top = 96
      Width = 33
      Height = 21
      TabOrder = 7
    end
    object Edit8: TEdit
      Left = 104
      Top = 120
      Width = 57
      Height = 21
      TabOrder = 8
    end
    object Edit9: TEdit
      Left = 184
      Top = 120
      Width = 33
      Height = 21
      TabOrder = 9
    end
    object Edit10: TEdit
      Left = 240
      Top = 120
      Width = 33
      Height = 21
      TabOrder = 10
    end
  end
  object BitBtn2: TBitBtn
    Left = 16
    Top = 176
    Width = 100
    Height = 22
    Caption = #33719#21462#25991#20214#26102#38388
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 118
    Top = 176
    Width = 100
    Height = 22
    Caption = #35774#32622#25991#20214#26102#38388
    TabOrder = 2
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 220
    Top = 176
    Width = 100
    Height = 22
    Caption = #20851#38381#24212#29992#31243#24207
    TabOrder = 3
    OnClick = BitBtn4Click
  end
  object OpenDialog1: TOpenDialog
    Left = 160
    Top = 16
  end
end

⌨️ 快捷键说明

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