欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

u_dqflb.dfm

《delphi深度编程及其项目开发》
DFM
第 1 页 / 共 2 页
字号:
object frmDqflb: TfrmDqflb
  Left = 216
  Top = 109
  Width = 437
  Height = 403
  Caption = #22320#21306#20998#31867
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Splitter1: TSplitter
    Left = 137
    Top = 0
    Width = 6
    Height = 357
    Cursor = crHSplit
    Color = 4227072
    ParentColor = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 137
    Height = 357
    Align = alLeft
    BevelInner = bvLowered
    PopupMenu = PopupMenu1
    TabOrder = 0
    object TreeView1: TTreeView
      Left = 2
      Top = 2
      Width = 133
      Height = 353
      Align = alClient
      Images = ImageList2
      Indent = 19
      ReadOnly = True
      TabOrder = 0
      OnClick = TreeView1Click
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 357
    Width = 429
    Height = 19
    Panels = <
      item
        Width = 150
      end
      item
        Width = 150
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object Panel2: TPanel
    Left = 143
    Top = 0
    Width = 286
    Height = 357
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 2
    object PageControl1: TPageControl
      Left = 2
      Top = 2
      Width = 282
      Height = 353
      ActivePage = TabSheet1
      Align = alClient
      HotTrack = True
      Style = tsButtons
      TabIndex = 0
      TabOrder = 0
      object TabSheet1: TTabSheet
        Caption = #21333#24352#35270#22270
        object Panel3: TPanel
          Left = 0
          Top = 0
          Width = 274
          Height = 323
          Align = alClient
          BevelInner = bvLowered
          TabOrder = 0
          object Label1: TLabel
            Left = 24
            Top = 16
            Width = 54
            Height = 12
            Caption = #31867#21035#32534#30721':'
            FocusControl = DBEdit1
          end
          object Label2: TLabel
            Left = 24
            Top = 52
            Width = 54
            Height = 12
            Caption = #31867#21035#21517#31216':'
            FocusControl = DBEdit2
          end
          object Label3: TLabel
            Left = 26
            Top = 87
            Width = 132
            Height = 12
            Caption = #32534#30721#35268#21017':  XX-XXX-XXXX'
          end
          object DBEdit1: TDBEdit
            Left = 80
            Top = 12
            Width = 92
            Height = 20
            DataField = #31867#21035#32534#30721
            DataSource = DataSource1
            Enabled = False
            ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
            TabOrder = 0
          end
          object DBEdit2: TDBEdit
            Left = 80
            Top = 48
            Width = 165
            Height = 20
            DataField = #31867#21035#21517#31216
            DataSource = DataSource1
            Enabled = False
            ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
            TabOrder = 1
          end
        end
      end
      object TabSheet2: TTabSheet
        Caption = #21015#34920#35270#22270
        ImageIndex = 1
        object DBGrid1: TDBGrid
          Left = 0
          Top = 0
          Width = 274
          Height = 323
          Align = alClient
          DataSource = DataSource1
          ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
          Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
          PopupMenu = PopupMenu2
          ReadOnly = True
          TabOrder = 0
          TitleFont.Charset = ANSI_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -12
          TitleFont.Name = #23435#20307
          TitleFont.Style = []
          OnTitleClick = DBGrid1TitleClick
          Columns = <
            item
              Expanded = False
              FieldName = #31867#21035#32534#30721
              Title.Alignment = taCenter
              Title.Color = 4227200
              Title.Font.Charset = ANSI_CHARSET
              Title.Font.Color = clWhite
              Title.Font.Height = -12
              Title.Font.Name = #23435#20307
              Title.Font.Style = []
              Visible = True
            end
            item
              Expanded = False
              FieldName = #31867#21035#21517#31216
              Title.Alignment = taCenter
              Title.Color = 4227200
              Title.Font.Charset = ANSI_CHARSET
              Title.Font.Color = clWhite
              Title.Font.Height = -12
              Title.Font.Name = #23435#20307
              Title.Font.Style = []
              Visible = True
            end>
        end
      end
    end
  end
  object DataSource1: TDataSource
    DataSet = DM.CDS_DQFLB
    Left = 384
    Top = 16
  end
  object PopupMenu1: TPopupMenu
    Images = ImageList1
    Left = 168
    Top = 72
    object N_insert: TMenuItem
      Caption = #28155#21152
      ImageIndex = 0
      OnClick = N_insertClick
    end
    object N_delete: TMenuItem
      Caption = #21024#38500
      ImageIndex = 4
      OnClick = N_deleteClick
    end
    object N_edit: TMenuItem
      Caption = #32534#36753
      ImageIndex = 1
      OnClick = N_editClick
    end
    object N_cancel: TMenuItem
      Caption = #24674#22797
      Enabled = False
      ImageIndex = 2
      OnClick = N_cancelClick
    end
    object N_save: TMenuItem
      Caption = #20445#23384
      Enabled = False
      ImageIndex = 5
      OnClick = N_saveClick
    end
    object N7: TMenuItem
      Caption = '-'
    end
    object N_refresh: TMenuItem
      Caption = #21047#26032
      ImageIndex = 3
      OnClick = N_refreshClick
    end
  end
  object ImageList1: TImageList
    Left = 256
    Top = 96
    Bitmap = {
      494C010107000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000003000000001001000000000000018
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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