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

📄 unit11.dfm

📁 铁路道口管理系统 开发源码 大家随便看看 呵呵
💻 DFM
字号:
object Form11: TForm11
  Left = 216
  Top = 206
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #29992#25143#20449#24687#31649#29702
  ClientHeight = 330
  ClientWidth = 504
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 281
    Height = 330
    Align = alLeft
    Caption = 'Panel1'
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 279
      Height = 328
      Align = alClient
      DataSource = DModule1.Us_Brow
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnCellClick = DBGrid1CellClick
      Columns = <
        item
          Expanded = False
          FieldName = 'UserID'
          Title.Caption = #29992#25143#21517
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Cdate'
          Title.Caption = #24314#31435#26085#26399
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Memo'
          Title.Caption = #29992#25143#20449#24687
          Visible = True
        end>
    end
  end
  object GroupBox1: TGroupBox
    Left = 281
    Top = 0
    Width = 223
    Height = 330
    Align = alClient
    Caption = #29992#25143#36164#26009
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 48
      Height = 13
      Caption = #29992#25143#21517#65306
    end
    object Label2: TLabel
      Left = 16
      Top = 56
      Width = 36
      Height = 13
      Caption = #23494#30721#65306
    end
    object Label3: TLabel
      Left = 16
      Top = 88
      Width = 60
      Height = 13
      Caption = #24314#31435#26085#26399#65306
    end
    object Label4: TLabel
      Left = 16
      Top = 112
      Width = 60
      Height = 13
      Caption = #29992#25143#20449#24687#65306
    end
    object Label5: TLabel
      Left = 91
      Top = 86
      Width = 3
      Height = 16
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Bevel1: TBevel
      Left = 8
      Top = 248
      Width = 209
      Height = 73
    end
    object Edit2: TEdit
      Left = 88
      Top = 48
      Width = 121
      Height = 21
      MaxLength = 8
      PasswordChar = '*'
      ReadOnly = True
      TabOrder = 0
      OnKeyPress = Edit2KeyPress
    end
    object Memo1: TMemo
      Left = 16
      Top = 128
      Width = 193
      Height = 89
      MaxLength = 50
      ReadOnly = True
      TabOrder = 1
    end
    object Button1: TButton
      Left = 22
      Top = 257
      Width = 57
      Height = 25
      Caption = #20462#25913
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 142
      Top = 257
      Width = 65
      Height = 25
      Caption = #25552#20132
      Enabled = False
      TabOrder = 3
      OnClick = Button2Click
    end
    object Edit1: TEdit
      Left = 88
      Top = 16
      Width = 121
      Height = 21
      MaxLength = 20
      ReadOnly = True
      TabOrder = 4
      OnKeyPress = Edit1KeyPress
    end
    object Button3: TButton
      Left = 82
      Top = 257
      Width = 57
      Height = 25
      Caption = #21024#38500
      TabOrder = 5
      OnClick = Button3Click
    end
    object BitBtn1: TBitBtn
      Left = 21
      Top = 289
      Width = 185
      Height = 25
      Caption = #36864#20986
      TabOrder = 6
      OnClick = BitBtn1Click
    end
  end
end

⌨️ 快捷键说明

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