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

📄 machinetest.dfm

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 DFM
📖 第 1 页 / 共 4 页
字号:
object Form_machinetest: TForm_machinetest
  Left = 209
  Top = 102
  Width = 811
  Height = 571
  Caption = #35797#26426#25253#21578
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  KeyPreview = True
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnActivate = FormActivate
  OnClose = FormClose
  OnDestroy = FormDestroy
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 787
    Height = 47
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 0
    object btn_first: TButton
      Left = 126
      Top = 6
      Width = 61
      Height = 33
      Caption = #39318#35760#24405
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = btn_firstClick
    end
    object btn_prev: TButton
      Left = 186
      Top = 6
      Width = 61
      Height = 33
      Caption = #21069#19968#26465
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = btn_prevClick
    end
    object btn_next: TButton
      Left = 246
      Top = 6
      Width = 61
      Height = 33
      Caption = #21518#19968#26465
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = btn_nextClick
    end
    object btn_last: TButton
      Left = 306
      Top = 6
      Width = 61
      Height = 33
      Caption = #23614#35760#24405
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = btn_lastClick
    end
    object btn_addnew: TButton
      Left = 366
      Top = 6
      Width = 61
      Height = 33
      Caption = #26032#22686
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnClick = btn_addnewClick
    end
    object btn_delete: TButton
      Left = 426
      Top = 6
      Width = 61
      Height = 33
      Caption = #21024#38500
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 8
      OnClick = btn_deleteClick
    end
    object btn_edit: TButton
      Left = 486
      Top = 6
      Width = 61
      Height = 33
      Caption = #32534#36753
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      OnClick = btn_editClick
    end
    object btn_save: TButton
      Left = 546
      Top = 6
      Width = 61
      Height = 33
      Caption = #20445#23384
      Enabled = False
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 6
      OnClick = btn_saveClick
    end
    object btn_cancel: TButton
      Left = 606
      Top = 6
      Width = 61
      Height = 33
      Caption = #21462#28040
      Enabled = False
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 7
      OnClick = btn_cancelClick
    end
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 47
    Width = 787
    Height = 524
    ActivePage = TabSheet1
    Align = alTop
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    MultiLine = True
    ParentFont = False
    TabIndex = 0
    TabOrder = 1
    OnChange = PageControl1Change
    object TabSheet1: TTabSheet
      Caption = #35797#26426#25253#21578#20449#24687#36755#20837
      object Panel3: TPanel
        Left = 0
        Top = 0
        Width = 779
        Height = 494
        Align = alTop
        Enabled = False
        TabOrder = 0
        object GroupBox1: TGroupBox
          Left = 1
          Top = 1
          Width = 777
          Height = 105
          Align = alTop
          Caption = #22522#26412#20449#24687
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 0
          object Label1: TLabel
            Left = 8
            Top = 43
            Width = 52
            Height = 13
            Caption = #23458#25143#32534#21495
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label2: TLabel
            Left = 8
            Top = 60
            Width = 52
            Height = 13
            Caption = #23458#25143#22320#22336
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label3: TLabel
            Left = 8
            Top = 77
            Width = 39
            Height = 13
            Caption = #36127#36131#20154
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label4: TLabel
            Left = 592
            Top = 22
            Width = 52
            Height = 13
            Caption = #35797#26426#26085#26399
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label5: TLabel
            Left = 413
            Top = 50
            Width = 39
            Height = 13
            Caption = #35797#26426#20154
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label6: TLabel
            Left = 413
            Top = 77
            Width = 39
            Height = 13
            Caption = #21150#20107#22788
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label7: TLabel
            Left = 232
            Top = 50
            Width = 52
            Height = 13
            Caption = #21512#21516#32534#21495
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label8: TLabel
            Left = 232
            Top = 77
            Width = 52
            Height = 13
            Caption = #26426#22120#32534#21495
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label9: TLabel
            Left = 232
            Top = 22
            Width = 52
            Height = 13
            Caption = #35797#26426#21333#21495
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label10: TLabel
            Left = 413
            Top = 22
            Width = 52
            Height = 13
            Caption = #26426#22120#22411#21495
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label11: TLabel
            Left = 592
            Top = 41
            Width = 52
            Height = 13
            Caption = #21040#21378#26102#38388
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label12: TLabel
            Left = 592
            Top = 59
            Width = 52
            Height = 13
            Caption = #31163#21378#26102#38388
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label13: TLabel
            Left = 592
            Top = 77
            Width = 52
            Height = 13
            Caption = #20986#21378#26102#38388
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label44: TLabel
            Left = 8
            Top = 22
            Width = 52
            Height = 13
            Caption = #23458#25143#21517#31216
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object DBEdit1: TDBEdit
            Left = 66
            Top = 40
            Width = 163
            Height = 19
            Color = clInfoBk
            DataField = #23458#25143#21495
            DataSource = DataSource1
            Enabled = False
            TabOrder = 1
          end
          object DBEdit2: TDBEdit
            Left = 66
            Top = 57

⌨️ 快捷键说明

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