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

📄 unit2.dfm

📁 小区抄表系统
💻 DFM
字号:
object Form2: TForm2
  Left = 224
  Top = 60
  Width = 700
  Height = 655
  Caption = 'Form2'
  Color = clGradientInactiveCaption
  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 = 40
    Top = 496
    Width = 36
    Height = 13
    Caption = #32534#21495#65306
    Visible = False
  end
  object Label3: TLabel
    Left = 264
    Top = 496
    Width = 60
    Height = 13
    Caption = #25143#20027#22995#21517#65306
    Visible = False
  end
  object Label4: TLabel
    Left = 24
    Top = 528
    Width = 60
    Height = 13
    Caption = #25163#26426#21495#30721#65306
    Visible = False
  end
  object Label5: TLabel
    Left = 264
    Top = 528
    Width = 60
    Height = 13
    Caption = #23478#24237#30005#35805#65306
    Visible = False
  end
  object Label6: TLabel
    Left = 24
    Top = 560
    Width = 60
    Height = 13
    Caption = #23478#24237#22320#22336#65306
    Visible = False
  end
  object Label7: TLabel
    Left = 264
    Top = 560
    Width = 60
    Height = 13
    Caption = #24037#20316#21333#20301#65306
    Visible = False
  end
  object Label8: TLabel
    Left = 24
    Top = 592
    Width = 60
    Height = 13
    Caption = #26159#21542#24120#20303#65306
    Visible = False
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 8
    Width = 185
    Height = 105
    Caption = #26597#35810#26041#24335
    TabOrder = 0
    object Label2: TLabel
      Left = 8
      Top = 72
      Width = 60
      Height = 13
      Caption = #36755#20837#20449#24687#65306
    end
    object ComboBox1: TComboBox
      Left = 24
      Top = 24
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Items.Strings = (
        #32534#21495
        #25143#20027#22995#21517
        #26635#25968)
    end
    object Edit3: TEdit
      Left = 72
      Top = 64
      Width = 97
      Height = 21
      TabOrder = 1
    end
  end
  object GroupBox2: TGroupBox
    Left = 208
    Top = 8
    Width = 169
    Height = 105
    Caption = #26597#35810#20869#23481
    TabOrder = 1
    object ComboBox2: TComboBox
      Left = 24
      Top = 24
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Items.Strings = (
        #30005#34920
        #27700#34920
        #29028#27668#34920
        #25152#26377)
    end
  end
  object Button1: TButton
    Left = 632
    Top = 120
    Width = 41
    Height = 41
    Caption = #26597#35810
    TabOrder = 2
    OnClick = Button1Click
  end
  object GroupBox3: TGroupBox
    Left = 16
    Top = 120
    Width = 609
    Height = 177
    Caption = #26597#35810#20449#24687
    TabOrder = 3
    object DBGrid1: TDBGrid
      Left = 0
      Top = 24
      Width = 609
      Height = 129
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnCellClick = DBGrid1CellClick
    end
    object DBNavigator1: TDBNavigator
      Left = 0
      Top = 152
      Width = 608
      Height = 25
      DataSource = DataSource1
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      TabOrder = 1
    end
  end
  object Button2: TButton
    Left = 496
    Top = 576
    Width = 49
    Height = 41
    Caption = #30830#23450
    TabOrder = 4
    Visible = False
    OnClick = Button2Click
  end
  object GroupBox4: TGroupBox
    Left = 16
    Top = 304
    Width = 609
    Height = 169
    Caption = #29992#25143#22522#26412#20449#24687
    TabOrder = 5
    object DBGrid2: TDBGrid
      Left = 0
      Top = 24
      Width = 609
      Height = 120
      DataSource = DataSource2
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnCellClick = DBGrid2CellClick
    end
    object DBNavigator2: TDBNavigator
      Left = 0
      Top = 144
      Width = 608
      Height = 25
      DataSource = DataSource2
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      TabOrder = 1
    end
  end
  object RadioGroup1: TRadioGroup
    Left = 384
    Top = 8
    Width = 289
    Height = 105
    Caption = #26597#35810#26102#38388
    Items.Strings = (
      #21382#21490#35835#25968
      #24403#21069#35835#25968
      #25152#26377#35835#25968)
    TabOrder = 6
  end
  object Edit1: TEdit
    Left = 552
    Top = 16
    Width = 113
    Height = 21
    TabOrder = 7
  end
  object StaticText1: TStaticText
    Left = 464
    Top = 24
    Width = 88
    Height = 17
    Caption = #36755#20837#36215#22987#26102#38388#65306
    TabOrder = 8
  end
  object StaticText2: TStaticText
    Left = 464
    Top = 48
    Width = 88
    Height = 17
    Caption = #36755#20837#25130#27490#26102#38388#65306
    TabOrder = 9
  end
  object Edit2: TEdit
    Left = 552
    Top = 40
    Width = 113
    Height = 21
    TabOrder = 10
  end
  object Edit4: TEdit
    Left = 88
    Top = 488
    Width = 161
    Height = 21
    TabOrder = 11
    Visible = False
  end
  object Edit5: TEdit
    Left = 328
    Top = 488
    Width = 169
    Height = 21
    TabOrder = 12
    Visible = False
  end
  object Edit6: TEdit
    Left = 88
    Top = 520
    Width = 161
    Height = 21
    TabOrder = 13
    Visible = False
  end
  object Edit7: TEdit
    Left = 328
    Top = 520
    Width = 169
    Height = 21
    TabOrder = 14
    Visible = False
  end
  object Edit8: TEdit
    Left = 88
    Top = 552
    Width = 161
    Height = 21
    TabOrder = 15
    Visible = False
  end
  object Edit9: TEdit
    Left = 328
    Top = 552
    Width = 169
    Height = 21
    TabOrder = 16
    Visible = False
  end
  object Edit10: TEdit
    Left = 88
    Top = 584
    Width = 161
    Height = 21
    TabOrder = 17
    Visible = False
  end
  object Button3: TButton
    Left = 528
    Top = 512
    Width = 97
    Height = 41
    Caption = #20462#25913#29992#25143#20449#24687
    TabOrder = 18
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 528
    Top = 472
    Width = 97
    Height = 41
    Caption = #23494#30721#20462#25913
    ParentShowHint = False
    ShowHint = False
    TabOrder = 19
    OnClick = Button4Click
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#23567#21306#25220#34920#31995#32479
    Parameters = <>
    Left = 632
    Top = 296
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 640
    Top = 264
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 640
    Top = 232
  end
  object ADOQuery2: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#23567#21306#25220#34920#31995#32479
    Parameters = <>
    Left = 632
    Top = 176
  end
  object ADOCommand1: TADOCommand
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#23567#21306#25220#34920#31995#32479
    Parameters = <>
    Left = 552
    Top = 584
  end
end

⌨️ 快捷键说明

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