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

📄 e23.dfm

📁 delphi的学习资料
💻 DFM
字号:
object fmE23: TfmE23
  Left = 211
  Top = 227
  Width = 455
  Height = 439
  Caption = ' E22 '#25968#25454#38598' '#20363
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object LbR: TLabel
    Left = 164
    Top = 218
    Width = 30
    Height = 20
    Caption = 'LbR'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -20
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 379
    Top = 131
    Width = 46
    Height = 16
    AutoSize = False
    Caption = #39640#20110':'
  end
  object dbgA: TDBGrid
    Left = 4
    Top = 7
    Width = 354
    Height = 198
    DataSource = dsA
    Options = [dgEditing, dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnCellClick = dbgACellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'SNO'
        Title.Alignment = taCenter
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'NAME'
        Title.Alignment = taCenter
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'SEX'
        Width = 36
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'BIRTH'
        Title.Alignment = taCenter
        Title.Caption = #20986#29983
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clRed
        Title.Font.Height = -16
        Title.Font.Name = #23435#20307
        Title.Font.Style = []
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'HIGH'
        Title.Alignment = taCenter
        Width = 44
        Visible = True
      end>
  end
  object btnOpen: TBitBtn
    Left = 11
    Top = 214
    Width = 57
    Height = 25
    Caption = #25171#24320#34920
    TabOrder = 1
    OnClick = btnOpenClick
  end
  object Panel2: TPanel
    Left = 2
    Top = 247
    Width = 442
    Height = 165
    TabOrder = 2
    object Memo: TMemo
      Left = 8
      Top = 9
      Width = 350
      Height = 146
      TabOrder = 0
    end
    object btnExecSQL: TBitBtn
      Left = 362
      Top = 63
      Width = 70
      Height = 25
      Caption = 'ExecSQL'
      TabOrder = 1
      OnClick = btnExecSQLClick
    end
    object btnDropProc: TBitBtn
      Left = 362
      Top = 99
      Width = 70
      Height = 25
      Caption = 'DropProc'
      TabOrder = 2
      OnClick = btnDropProcClick
    end
    object btnLoad: TBitBtn
      Left = 362
      Top = 23
      Width = 70
      Height = 25
      Caption = 'LoadFile'
      TabOrder = 3
      OnClick = btnLoadClick
    end
  end
  object DBedt0: TDBEdit
    Left = 374
    Top = 21
    Width = 66
    Height = 24
    DataField = 'BIRTH'
    DataSource = dsEdt
    TabOrder = 3
    OnKeyPress = DBedt0KeyPress
  end
  object btnClose: TBitBtn
    Left = 82
    Top = 214
    Width = 53
    Height = 25
    Caption = #20851#34920
    TabOrder = 4
    OnClick = btnCloseClick
  end
  object btnSearD: TBitBtn
    Left = 376
    Top = 183
    Width = 63
    Height = 25
    Caption = #26597#35810
    TabOrder = 5
    OnClick = btnSearDClick
  end
  object edtH: TEdit
    Left = 376
    Top = 152
    Width = 64
    Height = 24
    AutoSize = False
    TabOrder = 6
    Text = '1'
  end
  object cmbSex: TComboBox
    Left = 376
    Top = 92
    Width = 69
    Height = 24
    ItemHeight = 16
    ItemIndex = 0
    TabOrder = 7
    Text = #30007
    Items.Strings = (
      #30007
      #22899)
  end
  object btnSearN: TBitBtn
    Left = 378
    Top = 216
    Width = 61
    Height = 25
    Caption = #26597#20154#25968
    TabOrder = 8
    OnClick = btnSearNClick
  end
  object Connect: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=MSDASQL.1;Password=123;Persist Security Info=True;User ' +
      'ID=MY;Data Source=ds_Ex6;Initial Catalog=EX2'
    LoginPrompt = False
    Left = 21
    Top = 73
  end
  object dsA: TDataSource
    DataSet = dSetA
    Left = 259
    Top = 95
  end
  object qryC: TADOQuery
    AutoCalcFields = False
    Connection = Connect
    Parameters = <>
    Left = 340
    Top = 361
  end
  object dsEdt: TDataSource
    DataSet = dSetA
    Left = 357
    Top = 50
  end
  object dSetA: TADODataSet
    Connection = Connect
    LockType = ltUnspecified
    FieldDefs = <>
    Parameters = <>
    StoreDefs = True
    Left = 318
    Top = 72
  end
  object CmdA: TADOCommand
    Connection = Connect
    Parameters = <>
    Left = 317
    Top = 135
  end
  object OpenDialog: TOpenDialog
    Left = 296
    Top = 251
  end
end

⌨️ 快捷键说明

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