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

📄 modify.dfm

📁 机器须安装SQL Server2000 程序安装完之后
💻 DFM
字号:
object ModifyForm: TModifyForm
  Left = 86
  Top = 109
  Width = 665
  Height = 452
  Caption = '系统管理'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 15
  object Panel1: TPanel
    Left = 0
    Top = 81
    Width = 657
    Height = 344
    Align = alClient
    Caption = 'Panel1'
    TabOrder = 1
    object Splitter2: TSplitter
      Left = 1
      Top = 1
      Width = 3
      Height = 342
      Cursor = crHSplit
    end
    object Label1: TLabel
      Left = 592
      Top = 128
      Width = 60
      Height = 15
      Caption = '启始时间'
      Visible = False
    end
    object Label2: TLabel
      Left = 592
      Top = 168
      Width = 60
      Height = 15
      Caption = '结束时间'
      Visible = False
    end
    object Panel2: TPanel
      Left = 4
      Top = 1
      Width = 581
      Height = 342
      Align = alLeft
      Caption = 'Panel2'
      TabOrder = 0
      object DBNavigator1: TDBNavigator
        Left = 1
        Top = 1
        Width = 579
        Height = 25
        VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
        Align = alTop
        TabOrder = 0
        Visible = False
      end
      object DBGrid1: TDBGrid
        Left = 1
        Top = 81
        Width = 579
        Height = 260
        Align = alLeft
        TabOrder = 1
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -15
        TitleFont.Name = '宋体'
        TitleFont.Style = []
      end
      object GroupBox2: TGroupBox
        Left = 1
        Top = 26
        Width = 579
        Height = 55
        Align = alTop
        TabOrder = 2
        object BitBtnNext: TBitBtn
          Left = 8
          Top = 16
          Width = 65
          Height = 25
          Caption = '下一条'
          TabOrder = 0
          OnClick = BitBtnNextClick
        end
        object BitBtnUp: TBitBtn
          Left = 88
          Top = 16
          Width = 75
          Height = 25
          Caption = '上一条'
          TabOrder = 1
          OnClick = BitBtnUpClick
        end
        object BitBtnAdd: TBitBtn
          Left = 168
          Top = 16
          Width = 75
          Height = 25
          Caption = '增加'
          TabOrder = 2
          OnClick = BitBtnAddClick
        end
        object BitBtnDel: TBitBtn
          Left = 248
          Top = 16
          Width = 75
          Height = 25
          Caption = '删除'
          TabOrder = 3
          OnClick = BitBtnDelClick
        end
        object BitBtnSave: TBitBtn
          Left = 328
          Top = 16
          Width = 75
          Height = 25
          Caption = '保存'
          TabOrder = 4
          OnClick = BitBtnSaveClick
        end
        object BitBtnFrist: TBitBtn
          Left = 408
          Top = 16
          Width = 75
          Height = 25
          Caption = '第一条'
          TabOrder = 5
          OnClick = BitBtnFristClick
        end
        object BitBtnLast: TBitBtn
          Left = 488
          Top = 16
          Width = 75
          Height = 25
          Caption = '最后一条'
          TabOrder = 6
          OnClick = BitBtnLastClick
        end
      end
    end
    object DateTimePicker1: TDateTimePicker
      Left = 664
      Top = 128
      Width = 97
      Height = 23
      CalAlignment = dtaLeft
      Date = 37726.9145894676
      Time = 37726.9145894676
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkTime
      ParseInput = False
      TabOrder = 1
      Visible = False
    end
    object DateTimePicker2: TDateTimePicker
      Left = 664
      Top = 168
      Width = 97
      Height = 23
      CalAlignment = dtaLeft
      Date = 37726.9148666667
      Time = 37726.9148666667
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkTime
      ParseInput = False
      TabOrder = 2
      Visible = False
    end
    object Button1: TButton
      Left = 584
      Top = 192
      Width = 75
      Height = 25
      Caption = '插入'
      TabOrder = 3
      Visible = False
      OnClick = Button1Click
    end
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 657
    Height = 81
    Align = alTop
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 8
      Top = 16
      Width = 153
      Height = 17
      Caption = '增加/修改客房标准'
      TabOrder = 0
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 544
      Top = 8
      Width = 129
      Height = 17
      Caption = '增加/修改房间'
      TabOrder = 1
      Visible = False
      OnClick = RadioButton2Click
    end
    object RadioButton4: TRadioButton
      Left = 8
      Top = 48
      Width = 137
      Height = 17
      Caption = '增加/修改操作员'
      TabOrder = 2
      OnClick = RadioButton4Click
    end
    object RadioButton5: TRadioButton
      Left = 184
      Top = 48
      Width = 161
      Height = 17
      Caption = '增加/修改结算标准'
      TabOrder = 3
      OnClick = RadioButton5Click
    end
    object RadioButton3: TRadioButton
      Left = 184
      Top = 16
      Width = 145
      Height = 17
      Caption = '修改客房状态信息'
      TabOrder = 4
      OnClick = RadioButton3Click
    end
    object RadioButton6: TRadioButton
      Left = 344
      Top = 48
      Width = 113
      Height = 17
      Caption = '修改楼层代码'
      TabOrder = 5
      OnClick = RadioButton6Click
    end
    object RadioButton7: TRadioButton
      Left = 344
      Top = 16
      Width = 113
      Height = 17
      Caption = '修改证件类别'
      TabOrder = 6
      OnClick = RadioButton7Click
    end
  end
end

⌨️ 快捷键说明

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