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

📄 mainform.~dfm

📁 查询手机号
💻 ~DFM
字号:
object Form1: TForm1
  Left = 143
  Top = 121
  Width = 375
  Height = 322
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 367
    Height = 295
    Align = alClient
    Caption = 'Panel1'
    TabOrder = 0
    object PageControl1: TPageControl
      Left = 1
      Top = 1
      Width = 365
      Height = 293
      ActivePage = TabSheet1
      Align = alClient
      TabOrder = 0
      OnChange = PageControl1Change
      object TabSheet1: TTabSheet
        Caption = #22320#21306#21306#21495
        object Label1: TLabel
          Left = 16
          Top = 237
          Width = 60
          Height = 13
          Caption = #22320#21306#21306#21495#65306
        end
        object DBGrid1: TDBGrid
          Left = 8
          Top = 24
          Width = 339
          Height = 193
          DataSource = DataSource1
          TabOrder = 0
          TitleFont.Charset = DEFAULT_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -11
          TitleFont.Name = 'MS Sans Serif'
          TitleFont.Style = []
          Columns = <
            item
              Expanded = False
              FieldName = #21306#21495
              Visible = True
            end
            item
              Expanded = False
              FieldName = #37038#32534
              Visible = True
            end
            item
              Expanded = False
              FieldName = #21439#24066#21517
              Visible = True
            end
            item
              Expanded = False
              FieldName = #30465#21517
              Visible = True
            end>
        end
        object Edt_Post: TEdit
          Left = 79
          Top = 232
          Width = 121
          Height = 21
          TabOrder = 1
          OnKeyPress = Edt_PostKeyPress
        end
        object Btn_SearchP: TButton
          Left = 242
          Top = 231
          Width = 89
          Height = 29
          Caption = #26597#35810
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 2
          OnClick = Btn_SearchPClick
        end
      end
      object TabSheet2: TTabSheet
        Caption = #36523#20221#35777
        ImageIndex = 1
        object Label2: TLabel
          Left = 20
          Top = 15
          Width = 41
          Height = 16
          Caption = #36523#20221#35777':'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object Edt_ID: TEdit
          Left = 83
          Top = 13
          Width = 157
          Height = 24
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 0
          OnKeyPress = Edt_IDKeyPress
        end
        object Mem_ID: TMemo
          Left = 24
          Top = 48
          Width = 273
          Height = 193
          ReadOnly = True
          TabOrder = 1
        end
        object Btn_SearchID: TButton
          Left = 248
          Top = 9
          Width = 81
          Height = 29
          Caption = #25628#32034
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 2
          OnClick = Btn_SearchIDClick
        end
      end
      object TabSheet3: TTabSheet
        Caption = #25163#26426#21495#30721
        ImageIndex = 2
        object Label3: TLabel
          Left = 16
          Top = 18
          Width = 49
          Height = 16
          Caption = #25163#26426#21495#65306
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object Edt_Mobile: TEdit
          Left = 82
          Top = 13
          Width = 149
          Height = 24
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 0
          OnKeyPress = Edt_MobileKeyPress
        end
        object Btn_SearchM: TButton
          Left = 248
          Top = 9
          Width = 81
          Height = 29
          Caption = #25628#32034
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 1
          OnClick = Btn_SearchMClick
        end
        object Mem_Mobile: TMemo
          Left = 16
          Top = 48
          Width = 273
          Height = 193
          ReadOnly = True
          TabOrder = 2
        end
      end
    end
  end
  object DataSource1: TDataSource
    DataSet = Frm_DM.ADOQuery1
    Left = 125
    Top = 121
  end
end

⌨️ 快捷键说明

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