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

📄 unit3.dfm

📁 program kehuji uses Forms, Unit1 in ..zxcUnit1.pas {Form1}, Unit2 in ..zxcUnit2.pas {Form2
💻 DFM
字号:
object Form3: TForm3
  Left = 426
  Top = 93
  Width = 427
  Height = 534
  Caption = 'Form3'
  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 GroupBox2: TGroupBox
    Left = 240
    Top = 176
    Width = 161
    Height = 313
    TabOrder = 0
    object Button1: TButton
      Left = 40
      Top = 192
      Width = 75
      Height = 25
      Caption = #25552#20132#20462#25913
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 40
      Top = 136
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button5: TButton
      Left = 40
      Top = 32
      Width = 75
      Height = 25
      Caption = #26174#31034#20840#37096
      TabOrder = 2
      OnClick = Button5Click
    end
    object Button3: TButton
      Left = 40
      Top = 88
      Width = 75
      Height = 25
      Caption = #26597#25214
      TabOrder = 3
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 40
      Top = 248
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 4
      OnClick = Button4Click
    end
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 0
    Width = 393
    Height = 145
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 16
    Width = 377
    Height = 120
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object StaticText1: TStaticText
    Left = 24
    Top = 192
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #32534#21495
    TabOrder = 3
  end
  object StaticText2: TStaticText
    Left = 24
    Top = 224
    Width = 52
    Height = 17
    Caption = #25143#20027#22995#21517
    TabOrder = 4
  end
  object StaticText4: TStaticText
    Left = 24
    Top = 416
    Width = 52
    Height = 17
    Caption = #24037#20316#21333#20301
    TabOrder = 5
  end
  object StaticText9: TStaticText
    Left = 24
    Top = 288
    Width = 28
    Height = 17
    Caption = #27004#26635
    TabOrder = 6
  end
  object StaticText10: TStaticText
    Left = 24
    Top = 320
    Width = 28
    Height = 17
    Caption = #25143#21495
    TabOrder = 7
  end
  object StaticText3: TStaticText
    Left = 24
    Top = 256
    Width = 52
    Height = 17
    Caption = #36523#20221#35777#21495
    TabOrder = 8
  end
  object StaticText5: TStaticText
    Left = 24
    Top = 352
    Width = 52
    Height = 17
    Caption = #23478#24237#30005#35805
    TabOrder = 9
  end
  object StaticText6: TStaticText
    Left = 24
    Top = 384
    Width = 28
    Height = 17
    Caption = #25163#26426
    TabOrder = 10
  end
  object StaticText7: TStaticText
    Left = 24
    Top = 448
    Width = 52
    Height = 17
    Caption = #26159#21542#24120#20303
    TabOrder = 11
  end
  object RadioButton1: TRadioButton
    Left = 96
    Top = 448
    Width = 49
    Height = 17
    Caption = #26159
    TabOrder = 12
  end
  object RadioButton2: TRadioButton
    Left = 176
    Top = 448
    Width = 33
    Height = 17
    Caption = #21542
    TabOrder = 13
  end
  object Edit1: TEdit
    Left = 96
    Top = 192
    Width = 121
    Height = 21
    TabOrder = 14
  end
  object Edit2: TEdit
    Left = 96
    Top = 224
    Width = 121
    Height = 21
    TabOrder = 15
  end
  object Edit3: TEdit
    Left = 96
    Top = 256
    Width = 121
    Height = 21
    TabOrder = 16
  end
  object Edit4: TEdit
    Left = 96
    Top = 288
    Width = 121
    Height = 21
    TabOrder = 17
  end
  object Edit5: TEdit
    Left = 96
    Top = 320
    Width = 121
    Height = 21
    TabOrder = 18
  end
  object Edit6: TEdit
    Left = 96
    Top = 352
    Width = 121
    Height = 21
    TabOrder = 19
  end
  object Edit7: TEdit
    Left = 96
    Top = 384
    Width = 121
    Height = 21
    TabOrder = 20
  end
  object Edit8: TEdit
    Left = 96
    Top = 416
    Width = 121
    Height = 21
    TabOrder = 21
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 64
    Top = 472
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 8
    Top = 472
  end
end

⌨️ 快捷键说明

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