unit3.~dfm

来自「实现了断路器群控系统」· ~DFM 代码 · 共 140 行

~DFM
140
字号
object Form3: TForm3
  Left = 192
  Top = 114
  Width = 476
  Height = 457
  Caption = #30005#27969#35774#23450
  Color = clSkyBlue
  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 Label1: TLabel
    Left = 64
    Top = 227
    Width = 160
    Height = 16
    Caption = #35831#36755#20837#26368#22823#36127#36733#30005#27969#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 62
    Top = 56
    Width = 140
    Height = 19
    Caption = #35831#36873#25321#26029#36335#22120#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #24188#22278
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 24
    Top = 16
    Width = 417
    Height = 401
  end
  object Edit1: TEdit
    Left = 256
    Top = 224
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 104
    Top = 325
    Width = 75
    Height = 25
    Caption = #30830#23450
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #24188#22278
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object RadioButton1: TRadioButton
    Left = 56
    Top = 128
    Width = 113
    Height = 17
    Caption = #26029#36335#22120'1'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object RadioButton2: TRadioButton
    Left = 192
    Top = 128
    Width = 113
    Height = 17
    Caption = #26029#36335#22120'2'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object RadioButton3: TRadioButton
    Left = 320
    Top = 128
    Width = 113
    Height = 17
    Caption = #26029#36335#22120'3'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object Button2: TButton
    Left = 272
    Top = 328
    Width = 75
    Height = 25
    Caption = #36820#22238
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #24188#22278
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button2Click
  end
  object ADODataSet1: TADODataSet
    CommandText = 'select * from '#30005#27969#35774#23450#20540#34920
    Parameters = <>
    Left = 352
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 320
    Top = 48
  end
end

⌨️ 快捷键说明

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