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

📄 u_operator.dfm

📁 本系统分为前台和后台两部分:前台用来实现客户预订、入住等操作
💻 DFM
字号:
object F_operator: TF_operator
  Left = 204
  Top = 214
  ActiveControl = i_id
  BorderStyle = bsSingle
  Caption = #21069#21488#25805#20316#21592#31649#29702
  ClientHeight = 310
  ClientWidth = 493
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnShow = FormShow
  DesignSize = (
    493
    310)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #36134#21495#21015#34920#65306
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 24
    Width = 233
    Height = 257
    TabStop = False
    Anchors = [akLeft, akTop, akRight, akBottom]
    DataSource = DM_main.DS_operator
    Options = [dgTitles, dgIndicator, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'ID'
        Title.Alignment = taCenter
        Title.Caption = #36134#21495
        Width = 50
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'NAME'
        Title.Alignment = taCenter
        Title.Caption = #22995#21517
        Width = 90
        Visible = True
      end
      item
        Alignment = taRightJustify
        Expanded = False
        FieldName = 'ENABLE'
        Title.Alignment = taCenter
        Title.Caption = #26159#21542#21487#29992
        Width = 50
        Visible = True
      end>
  end
  object DBNavigator1: TDBNavigator
    Left = 0
    Top = 285
    Width = 493
    Height = 25
    DataSource = DM_main.DS_operator
    Align = alBottom
    TabOrder = 2
  end
  object GroupBox1: TGroupBox
    Left = 240
    Top = 8
    Width = 249
    Height = 161
    Anchors = [akTop, akRight, akBottom]
    Caption = #36134#21495#20449#24687
    TabOrder = 0
    object Label2: TLabel
      Left = 32
      Top = 40
      Width = 36
      Height = 13
      Caption = #36134#21495#65306
    end
    object Label3: TLabel
      Left = 32
      Top = 72
      Width = 36
      Height = 13
      Caption = #22995#21517#65306
    end
    object i_name: TDBEdit
      Left = 88
      Top = 68
      Width = 121
      Height = 21
      DataField = 'NAME'
      DataSource = DM_main.DS_operator
      TabOrder = 1
    end
    object i_id: TDBEdit
      Left = 88
      Top = 36
      Width = 121
      Height = 21
      DataField = 'ID'
      DataSource = DM_main.DS_operator
      TabOrder = 0
    end
    object i_state: TDBRadioGroup
      Left = 24
      Top = 104
      Width = 201
      Height = 41
      Caption = #36134#21495#29366#24577
      Columns = 2
      DataField = 'ENABLE'
      DataSource = DM_main.DS_operator
      Items.Strings = (
        #21487#29992
        #26242#20572)
      TabOrder = 2
      Values.Strings = (
        'T'
        'F')
    end
  end
  object GroupBox2: TGroupBox
    Left = 240
    Top = 176
    Width = 249
    Height = 105
    Anchors = [akRight, akBottom]
    Caption = #20462#25913#23494#30721
    TabOrder = 3
    object Label4: TLabel
      Left = 24
      Top = 32
      Width = 60
      Height = 13
      Caption = #26032#30340#23494#30721#65306
    end
    object Label5: TLabel
      Left = 24
      Top = 64
      Width = 60
      Height = 13
      Caption = #30830#35748#23494#30721#65306
    end
    object i_passwd: TEdit
      Left = 96
      Top = 28
      Width = 81
      Height = 21
      MaxLength = 10
      PasswordChar = '*'
      TabOrder = 0
    end
    object i_passwd2: TEdit
      Left = 96
      Top = 60
      Width = 81
      Height = 21
      MaxLength = 10
      PasswordChar = '*'
      TabOrder = 1
    end
    object B_change: TButton
      Left = 192
      Top = 32
      Width = 41
      Height = 49
      Caption = #20462#25913
      TabOrder = 2
      OnClick = B_changeClick
    end
  end
end

⌨️ 快捷键说明

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