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

📄 ybnsdeliver1.dfm

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object frm_ybnsdeliver1: Tfrm_ybnsdeliver1
  Left = 34
  Top = 63
  BorderStyle = bsDialog
  Caption = #24635#20844#21496#20154#21592#22870#37329#21457#25918
  ClientHeight = 432
  ClientWidth = 785
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object PCtrl_whole: TPageControl
    Left = 0
    Top = 2
    Width = 785
    Height = 577
    ActivePage = TabSheet1
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabIndex = 0
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #24635#20844#21496#20154#21592#22870#37329#21457#25918#34920'_'#24405#20837'  '
      object GroupBox1: TGroupBox
        Left = 2
        Top = 7
        Width = 773
        Height = 108
        Caption = #32508#21512#20449#24687
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object Label1: TLabel
          Left = 51
          Top = 21
          Width = 61
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = #22870#37329#24635#39069
        end
        object Label8: TLabel
          Left = 67
          Top = 55
          Width = 32
          Height = 13
          AutoSize = False
          Caption = #26085#26399
        end
        object Label12: TLabel
          Left = 186
          Top = 55
          Width = 15
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = #24180
        end
        object Label3: TLabel
          Left = 248
          Top = 55
          Width = 13
          Height = 13
          Caption = #26376
        end
        object Label5: TLabel
          Left = 336
          Top = 55
          Width = 33
          Height = 13
          AutoSize = False
          Caption = #23457#26680
        end
        object Label4: TLabel
          Left = 334
          Top = 21
          Width = 29
          Height = 13
          AutoSize = False
          Caption = #20027#31649
        end
        object Label6: TLabel
          Left = 569
          Top = 22
          Width = 32
          Height = 13
          AutoSize = False
          Caption = #24405#20837
        end
        object Label7: TLabel
          Left = 556
          Top = 54
          Width = 58
          Height = 13
          AutoSize = False
          Caption = #24405#20837#26085#26399
        end
        object DBEdit1: TDBEdit
          Left = 122
          Top = 20
          Width = 121
          Height = 21
          Color = clInfoBk
          DataField = #22870#37329#24635#39069
          DataSource = dsall
          TabOrder = 0
        end
        object DBComboBox2: TDBComboBox
          Left = 122
          Top = 51
          Width = 60
          Height = 21
          Color = clInfoBk
          DataField = #24180
          DataSource = dsall
          ItemHeight = 13
          Items.Strings = (
            '1995'
            '1996'
            '1997'
            '1998'
            '1999'
            '2000'
            '2001'
            '2002'
            '2003'
            '2004'
            '2005'
            '2006'
            '2007'
            '2008'
            '2009'
            '2010')
          TabOrder = 3
        end
        object DBComboBox1: TDBComboBox
          Left = 203
          Top = 51
          Width = 39
          Height = 21
          Color = clInfoBk
          DataField = #26376
          DataSource = dsall
          ItemHeight = 13
          Items.Strings = (
            '1'
            '2'
            '3'
            '4'
            '5'
            '6'
            '7'
            '8'
            '9'
            '10'
            '11'
            '12')
          TabOrder = 4
        end
        object DBEdit4: TDBEdit
          Left = 371
          Top = 51
          Width = 121
          Height = 21
          Color = clInfoBk
          DataField = #23457#26680
          DataSource = dsall
          TabOrder = 5
        end
        object DBEdit3: TDBEdit
          Left = 371
          Top = 17
          Width = 121
          Height = 21
          Color = clInfoBk
          DataField = #20027#31649
          DataSource = dsall
          TabOrder = 1
        end
        object DBEdit5: TDBEdit
          Left = 621
          Top = 18
          Width = 121
          Height = 21
          Color = clInfoBk
          DataField = #24405#20837
          DataSource = dsall
          TabOrder = 2
        end
        object DBEdit10: TDBEdit
          Left = 621
          Top = 51
          Width = 121
          Height = 21
          Color = clInfoBk
          DataField = #24405#20837#26085#26399
          DataSource = dsall
          TabOrder = 6
        end
        object btn_first: TButton
          Left = 81
          Top = 83
          Width = 73
          Height = 21
          Caption = #39318#35760#24405
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 7
          OnClick = btn_firstClick
        end
        object btn_prev: TButton
          Left = 153
          Top = 83
          Width = 73
          Height = 21
          Caption = #21069#19968#26465
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 8
          OnClick = btn_prevClick
        end
        object btn_next: TButton
          Left = 225
          Top = 83
          Width = 73
          Height = 21
          Caption = #21518#19968#26465
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 9
          OnClick = btn_nextClick
        end
        object btn_last: TButton
          Left = 297
          Top = 83
          Width = 73
          Height = 21
          Caption = #23614#35760#24405
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 10
          OnClick = btn_lastClick
        end
        object btn_addnew: TButton
          Left = 369
          Top = 83
          Width = 73
          Height = 21
          Caption = #26032#22686
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 11
          OnClick = btn_addnewClick
        end
        object btn_edit: TButton
          Left = 441
          Top = 83
          Width = 73
          Height = 21
          Caption = #20462#25913
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 12
          OnClick = btn_editClick
        end
        object btn_cancel: TButton
          Left = 514
          Top = 83
          Width = 73
          Height = 21
          Caption = #25918#24323
          Enabled = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 13
          OnClick = btn_cancelClick
        end
        object btn_delete: TButton
          Left = 587
          Top = 83
          Width = 73
          Height = 21
          Caption = #21024#38500
          TabOrder = 14
          OnClick = btn_deleteClick
        end
        object btn_save: TButton
          Left = 660
          Top = 83
          Width = 73
          Height = 21
          Caption = #20445#23384
          Enabled = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 15
          OnClick = btn_saveClick
        end
      end
      object GroupBox5: TGroupBox
        Left = 1
        Top = 119
        Width = 774
        Height = 283
        Caption = #20010#20154#20449#24687
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        object PCtrl_person: TPageControl
          Left = 4
          Top = 22
          Width = 765
          Height = 256
          ActivePage = TabSheet4
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabIndex = 0
          TabOrder = 4
          object TabSheet4: TTabSheet
            Caption = #32771#26680#35780#20998#34920
            object DBGck1: TDBGrid
              Left = 2
              Top = 3
              Width = 754
              Height = 263
              Color = clInfoBk
              DataSource = dscheckmark
              FixedColor = clInactiveCaptionText
              Font.Charset = ANSI_CHARSET
              Font.Color = clBlack
              Font.Height = -13
              Font.Name = #23435#20307
              Font.Style = []
              ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
              ParentFont = False
              TabOrder = 0
              TitleFont.Charset = DEFAULT_CHARSET
              TitleFont.Color = clBlack
              TitleFont.Height = -11
              TitleFont.Name = 'MS Sans Serif'
              TitleFont.Style = []
              Columns = <
                item
                  Expanded = False
                  FieldName = #24037#21495
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #22995#21517
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #35745#21010#21644#20219#21153#23436#25104#24773#20917
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #24037#20316#36136#37327#29366#20917
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #24037#20316#36131#20219#24515#21644#20027#21160#24515#24773#20917
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #24037#20316#37197#21512#21450#22242#38431#31934#31070
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #36981#31456#23432#32426#24773#20917
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #20202#34920#39118#35980#21355#29983
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #20986#21220#24773#20917
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #20849#20943#20998'1'
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #24471#20998'%1'
                  Visible = True
                end>
            end

⌨️ 快捷键说明

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