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

📄 unit1.dfm

📁 用delphi编写的针对商品房销售合同格式
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Form1: TForm1
  Left = 143
  Top = 170
  Width = 677
  Height = 518
  Caption = #39029#38754#35774#32622#31243#24207
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label31: TLabel
    Left = 312
    Top = 8
    Width = 60
    Height = 15
    Caption = #35831#20808#38405#35835
    Color = clBtnHighlight
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Button1: TButton
    Left = 8
    Top = 8
    Width = 89
    Height = 49
    Caption = #20445#23384
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 8
    Width = 89
    Height = 49
    Caption = #36864#20986
    TabOrder = 1
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 376
    Top = 8
    Width = 249
    Height = 65
    Lines.Strings = (
      'X:'#34920#31034#24038#36793#30456#23545#24046#36317#65292'Y:'#34920#31034#19978#36793#30456#23545#24046#36317
      'P:'#34920#31034'A3'#25171#21360#26102#24038#39029#30340#23485#24230#65288#21363#21491#39029#30340#24038#36793
      #36317#65289#65292'PY '#34920#31034'A3'#25171#21360#26102#21491#39029#30340#19978#36793#36317#12290
      ''
      #21333#20301#65306#27627#31859
      #27880#65306#36825#37324#35774#32622#30340#19981#26159#39029#36793#36317#12290
      'X:'#25968#23383#36234#22823#36234#38752#21491#12289#36234#23567#36234#38752#24038#12290
      'Y,PY:'#25968#23383#36234#22823#36234#38752#19979#12289#36234#23567#36234#38752#19978#12290
      'P:'#25968#23383#36234#22823#36234#38752#21491#12289#36234#23567#36234#38752#24038#12290
      ''
      'X,Y,PY'#21487#20197#20026#36127#25968#12290'P'#19981#21487#20026#36127#25968
      'X,Y,PY'#31561#20110'0'#26102#65292#20026#36719#20214#40664#35748#25171#21360#20301#32622#12290
      'P'#20540#40664#35748#20026'190'#65292#21363'190'#27627#31859#12290
      ''
      #35774#32622#23436#27605#65292#20445#23384#21518#20877#25171#21360#12290)
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object Button3: TButton
    Left = 112
    Top = 8
    Width = 89
    Height = 49
    Caption = #37325#26032#35835#21462
    TabOrder = 3
    OnClick = FormCreate
  end
  object pgc1: TPageControl
    Left = 8
    Top = 72
    Width = 649
    Height = 417
    ActivePage = ts1
    TabOrder = 4
    object ts1: TTabSheet
      Caption = 'A4'#32440#25171#21360#36793#30028#35774#32622
      object GroupBox1: TGroupBox
        Left = 8
        Top = 8
        Width = 145
        Height = 81
        Caption = #31532'2'#39029
        TabOrder = 0
        object Label1: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label2: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit1: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit2: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox2: TGroupBox
        Left = 168
        Top = 8
        Width = 145
        Height = 81
        Caption = #31532'3'#39029
        TabOrder = 1
        object Label3: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label4: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit3: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit4: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox3: TGroupBox
        Left = 328
        Top = 8
        Width = 145
        Height = 81
        Caption = #31532'4'#39029
        TabOrder = 2
        object Label5: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label6: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit5: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit6: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox4: TGroupBox
        Left = 488
        Top = 8
        Width = 145
        Height = 81
        Caption = #31532'5'#39029
        TabOrder = 3
        object Label7: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label8: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit7: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit8: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox5: TGroupBox
        Left = 8
        Top = 104
        Width = 145
        Height = 81
        Caption = #31532'6'#39029
        TabOrder = 4
        object Label9: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label10: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit9: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit10: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox6: TGroupBox
        Left = 168
        Top = 104
        Width = 145
        Height = 81
        Caption = #31532'7'#39029
        TabOrder = 5
        object Label11: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label12: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit11: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit12: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox7: TGroupBox
        Left = 328
        Top = 104
        Width = 145
        Height = 81
        Caption = #31532'8'#39029
        TabOrder = 6
        object Label13: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label14: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit13: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit14: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox8: TGroupBox
        Left = 488
        Top = 104
        Width = 145
        Height = 81
        Caption = #31532'9'#39029
        TabOrder = 7
        object Label15: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label16: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit15: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit16: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox9: TGroupBox
        Left = 8
        Top = 200
        Width = 145
        Height = 81
        Caption = #31532'10'#39029
        TabOrder = 8
        object Label17: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label18: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit17: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit18: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox10: TGroupBox
        Left = 168
        Top = 200
        Width = 145
        Height = 81
        Caption = #31532'11'#39029
        TabOrder = 9
        object Label19: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label20: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit19: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit20: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox11: TGroupBox
        Left = 328
        Top = 200
        Width = 145
        Height = 81
        Caption = #31532'12'#39029
        TabOrder = 10
        object Label21: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label22: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit21: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit22: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox12: TGroupBox
        Left = 488
        Top = 200
        Width = 145
        Height = 81
        Caption = #31532'13'#39029
        TabOrder = 11
        object Label23: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label24: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit23: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21
          TabOrder = 0
          Text = '0'
        end
        object Edit24: TEdit
          Left = 32
          Top = 48
          Width = 97
          Height = 21
          TabOrder = 1
          Text = '0'
        end
      end
      object GroupBox13: TGroupBox
        Left = 8
        Top = 292
        Width = 145
        Height = 81
        Caption = #31532'14'#39029
        TabOrder = 12
        object Label25: TLabel
          Left = 8
          Top = 24
          Width = 19
          Height = 13
          Caption = 'X'#65306
        end
        object Label26: TLabel
          Left = 8
          Top = 56
          Width = 19
          Height = 13
          Caption = 'Y'#65306
        end
        object Edit25: TEdit
          Left = 32
          Top = 24
          Width = 97
          Height = 21

⌨️ 快捷键说明

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