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

📄 mainpay.dfm

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Frm_mainpay: TFrm_mainpay
  Left = 174
  Top = 266
  BorderStyle = bsDialog
  Caption = #20323#37329#35745#31639#22522#26412#20449#24687
  ClientHeight = 407
  ClientWidth = 771
  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 PageControl1: TPageControl
    Left = 0
    Top = 2
    Width = 770
    Height = 405
    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 = '  '#20323#37329#35745#31639#22522#26412#20449#24687'_'#24405#20837'  '
      object Panel1: TPanel
        Left = 0
        Top = 308
        Width = 759
        Height = 54
        BevelOuter = bvLowered
        TabOrder = 0
        object btn_first: TButton
          Left = 42
          Top = 9
          Width = 73
          Height = 31
          Caption = #39318#35760#24405
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 0
          OnClick = btn_firstClick
        end
        object btn_prev: TButton
          Left = 114
          Top = 9
          Width = 73
          Height = 31
          Caption = #21069#19968#26465
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 1
          OnClick = btn_prevClick
        end
        object btn_next: TButton
          Left = 186
          Top = 9
          Width = 73
          Height = 31
          Caption = #21518#19968#26465
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 2
          OnClick = btn_nextClick
        end
        object btn_last: TButton
          Left = 258
          Top = 9
          Width = 73
          Height = 31
          Caption = #23614#35760#24405
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 3
          OnClick = btn_lastClick
        end
        object btn_addnew: TButton
          Left = 330
          Top = 9
          Width = 73
          Height = 31
          Caption = #26032#22686
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 4
          OnClick = btn_addnewClick
        end
        object btn_edit: TButton
          Left = 402
          Top = 9
          Width = 73
          Height = 31
          Caption = #20462#25913
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 5
          OnClick = btn_editClick
        end
        object btn_save: TButton
          Left = 624
          Top = 9
          Width = 73
          Height = 31
          Caption = #20445#23384
          Enabled = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 6
          OnClick = btn_saveClick
        end
        object btn_cancel: TButton
          Left = 475
          Top = 9
          Width = 75
          Height = 31
          Caption = #25918#24323
          Enabled = False
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 7
          OnClick = btn_cancelClick
        end
        object btn_delete: TButton
          Left = 549
          Top = 9
          Width = 75
          Height = 31
          Caption = #21024#38500
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 8
          OnClick = btn_deleteClick
        end
      end
      object Panel3: TPanel
        Left = 2
        Top = 7
        Width = 754
        Height = 188
        BevelOuter = bvLowered
        TabOrder = 1
        object Label1: TLabel
          Left = 213
          Top = 22
          Width = 64
          Height = 13
          AutoSize = False
          Caption = #21512#21516#32534#21495
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object Label2: TLabel
          Left = 216
          Top = 105
          Width = 58
          Height = 13
          AutoSize = False
          Caption = #20171#32461#36153
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object Label3: TLabel
          Left = 219
          Top = 147
          Width = 52
          Height = 13
          AutoSize = False
          Caption = #20854#23427
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object Label7: TLabel
          Left = 209
          Top = 63
          Width = 73
          Height = 13
          AutoSize = False
          Caption = #38468#21152#35013#32622#36153
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object DBEdit1: TDBEdit
          Left = 308
          Top = 98
          Width = 145
          Height = 19
          Color = clInfoBk
          Ctl3D = False
          DataField = #20171#32461#36153
          DataSource = dsmaintb
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentCtl3D = False
          ParentFont = False
          TabOrder = 2
        end
        object DBEdit2: TDBEdit
          Left = 308
          Top = 140
          Width = 145
          Height = 19
          AutoSelect = False
          Color = clInfoBk
          Ctl3D = False
          DataField = #20854#20182
          DataSource = dsmaintb
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentCtl3D = False
          ParentFont = False
          TabOrder = 3
        end
        object DBComboBox1: TDBComboBox
          Left = 308
          Top = 14
          Width = 145
          Height = 21
          Color = clInfoBk
          Ctl3D = False
          DataField = #21512#21516#32534#21495
          DataSource = dsmaintb
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ItemHeight = 13
          ParentCtl3D = False
          ParentFont = False
          TabOrder = 0
        end
        object DBEdit7: TDBEdit
          Left = 308
          Top = 56
          Width = 145
          Height = 19
          Color = clInfoBk
          Ctl3D = False
          DataField = #38468#21152#35013#32622#36153
          DataSource = dsmaintb
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlack
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentCtl3D = False
          ParentFont = False
          TabOrder = 1
        end
      end
      object GroupBox1: TGroupBox
        Left = 0
        Top = 252
        Width = 759
        Height = 54
        Caption = #20027#31649#12289#23457#26680#12289#24405#20837
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        object Label4: TLabel
          Left = 12
          Top = 23
          Width = 26
          Height = 13
          Caption = #20027#31649
        end
        object Label5: TLabel
          Left = 203
          Top = 26
          Width = 26
          Height = 13
          Caption = #23457#26680
        end
        object Label6: TLabel
          Left = 384
          Top = 26
          Width = 26
          Height = 13
          Caption = #24405#20837
        end
        object Label13: TLabel
          Left = 541
          Top = 24
          Width = 49
          Height = 14
          AutoSize = False
          Caption = #24405#20837#26085#26399
        end
        object DBEdit3: TDBEdit
          Left = 45
          Top = 20
          Width = 116
          Height = 19
          Color = clInfoBk
          Ctl3D = False
          DataField = #20027#31649
          DataSource = dsmaintb
          ParentCtl3D = False
          TabOrder = 0
        end
        object DBEdit4: TDBEdit
          Left = 237
          Top = 21
          Width = 116
          Height = 19
          Color = clInfoBk
          Ctl3D = False
          DataField = #23457#26680
          DataSource = dsmaintb
          ParentCtl3D = False
          TabOrder = 1
        end
        object DBEdit5: TDBEdit
          Left = 415
          Top = 20
          Width = 116
          Height = 19
          Color = clInfoBk
          Ctl3D = False
          DataField = #24405#20837
          DataSource = dsmaintb
          ParentCtl3D = False
          TabOrder = 2
        end
        object DBEdit6: TDBEdit
          Left = 598
          Top = 18
          Width = 116
          Height = 19
          Color = clInfoBk
          Ctl3D = False
          DataField = #24405#20837#26085#26399
          DataSource = dsmaintb
          ParentCtl3D = False
          TabOrder = 3
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = '   '#20323#37329#35745#31639#22522#26412#20449#24687'_'#26597#30475'   '
      ImageIndex = 1
      OnEnter = TabSheet2Enter
      object GroupBox2: TGroupBox
        Left = 297
        Top = 4
        Width = 185
        Height = 59
        Caption = #25353#21512#21516#32534#21495
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object cbht: TComboBox
          Left = 15
          Top = 24
          Width = 152

⌨️ 快捷键说明

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